@charset "utf-8";

/* 공통 */
.ui-tab_content .tab__body {display: none;}
.ui-tab_content .tab__body.active {display: block;}
.ui-tab_content .tab__body2 {display: none;}
.ui-tab_content .tab__body2.active {display: block;}
.inline-block {display: inline-block;}
/* 공통 End */

.img_box img {width: 100%;}

/* tab-ul.type4 */
.respon_tab.fixed {position: fixed;left: 50%;transform: translateX(-50%);top: 0;width: 100%;max-width: 1320px;background: #fff;z-index: 99;}
.respon_tab .mobile_tab {display: none; position: relative; width: 100%; text-align: left; padding: 13px 15% 13px 20px; border-radius: 10px; border: 1px solid #009393; font-family: 'Gmarket Sans';font-size: 17px;}
.respon_tab .mobile_tab::before {content: '';position: absolute;top: 50%; right: 15px; transform: translateY(-50%); width: 0px; height: 0px; border-top: 6px solid #009393; border-left: 4.5px solid transparent; border-right: 4.5px solid transparent;}
.respon_tab .mobile_tab.clicked {background: #009393; color: #fff;}
.respon_tab .mobile_tab.clicked::before {border-top: 6px solid #fff;}

.tab-ul.type4 {justify-content: center;position: relative;margin: 0;} 
.tab-ul.type4::before {content: '';position: absolute;left: 50%;top:0; transform: translateX(-50%);width: 100vw;height: 100%;background: #fff;border-bottom: 1px solid #ddd;}
.tab-ul.type4 li {max-width: 200px; text-align: center;} 
.tab-ul.type4.col3 li {width: 33.33%;}
.tab-ul.type4.col4 li {width: 25%;}
.tab-ul.type4.col5 li {width: 20%;}
.tab-ul.type4 li::after {content: ""; display: block; position: absolute; left:50%; bottom:0; transform: translateX(-50%); width: 0; height: 4px; background-color: #009393; transition: all 0.3s;}
.tab-ul.type4 li a {position: relative; display: flex;align-items: center;justify-content: center;height: 100%; padding: 25px 15px;}
.tab-ul.type4 li a span {font-family: 'Gmarket Sans';font-size: 18px;color: #777;line-height: 1.35;transition: all 0.3s;}
.tab-ul.type4 li.on::after, 
.tab-ul.type4 li.active::after, 
.tab-ul.type4 li:hover:after,  
.tab-ul.type4 li:focus:after {width: 100%;}
.tab-ul.type4 li.on a span, 
.tab-ul.type4 li.active a span, 
.tab-ul.type4 li a:hover span, 
.tab-ul.type4 li a:focus span {color: #0D1218;font-weight: bold;}
@media (max-width: 540px) {
  .respon_tab {position: relative;}
  .respon_tab.fixed {padding: 15px; box-shadow: 0px 10px 15px rgba(0,0,0,0.15);}
  .respon_tab .mobile_tab {display: block;background: #fff;}
  .respon_tab.fixed .tab-ul.type4 {width: calc(100% - 30px);}

  .respon_tab .tab-ul.type4 {display: none; position: absolute;width: 100%;max-height: 100%;background: #fff; border: 1px solid #222; max-height: 200px; overflow-y: scroll !important; box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.1); z-index: 10;}
  .respon_tab .tab-ul.type4::before {display: none;}
  .respon_tab .tab-ul.type4 li {width: 100%;max-width: 100%;margin: 0;}
  .respon_tab .tab-ul.type4 li::after {display: none;}
  .respon_tab .tab-ul.type4 li a {display: block;padding: 10px;}
  .respon_tab .tab-ul.type4 li a:hover,
  .respon_tab .tab-ul.type4 li a:focus {background:#009393}
  .respon_tab .tab-ul.type4 li a span {font-size: 16px;}
  .respon_tab .tab-ul.type4 li a:hover span,
  .respon_tab .tab-ul.type4 li a:focus span {color: #fff;}
  
}
/* tab-ul.type4 End */

/* tab type4 콘텐츠 공통 스타일 */
.tab-wrap .section {position: relative; padding: 80px 0;}
.tab-wrap .section::after {content: '';position: absolute;left: 50%;top: 0;transform: translateX(-50%);width: 100vw;height: 1px;background-image: linear-gradient(to right, #d3d3d3 33.33%, rgba(255,255,255,0) 0%);background-position: bottom;background-size: 6px 1px;background-repeat: repeat-x;}
.tab-wrap .section#section1::after {display: none;}
.tab-wrap .section .h2-ex {position: relative; display: inline-block;margin: 0 0 20px;font-family: 'Gmarket Sans';color: #0D1218;font-size: 30px;letter-spacing: -0.05em;font-weight: bold;line-height: 1.35;}
.tab-wrap .section .h2-ex:after {content: '';position: absolute;right: -12px;top: -4px;width: 8px;height: 8px;background: #009393;border-radius: 50%;}
.tab-wrap .section .h2-ex + p {margin-top: 0;}
.tab-wrap .section .h2-ex + .h3 {margin-top: 0;}
.tab-wrap .section p {font-size: 16px; color:#555;line-height: 22px;letter-spacing: -0.02em;}
.tab-wrap .section p + p {margin-top: 15px;}
.tab-wrap .section.full-bg::before {content: '';position: absolute;left: 50%;top: 0;transform: translateX(-50%);width: 100vw;height: calc(100% + 337px);background: #EAF4E5;}
.tab-wrap .section.full-bg::after {display: none;}
@media (max-width: 1024px) {
  .tab-wrap .section .h2-ex {font-size: 26px;margin-bottom: 15px;}
  .tab-wrap .section .h2-ex:after {right: -10px;top: -3px; width: 6.5px;height: 6.5px;}
}
@media (max-width: 767px) {
  .tab-wrap .section {padding: 60px 0;}
  .tab-ul.type4 li a span {font-size: 17px;}
}
@media (max-width: 540px) {
  .tab-wrap .section {padding: 50px 0;}
  .tab-wrap .section .h2-ex {font-size: 22px;}
  .tab-wrap .section .h2-ex:after {right: -9px;top: -2px;width: 5px;height: 5px;}
}
/* tab type4 콘텐츠 공통 스타일 End */

/* imglist-textbox */
.imglist-textbox {display: flex; flex-wrap: wrap; gap: 3.7%;}
.imglist-textbox.img-wrap {margin: 80px 0 40px;}
.imglist-textbox .img-cont {position: relative; width: 50%;}
.imglist-textbox .img-cont img {width: 100%;}
.imglist-textbox .slide-ui-sample2 {position: relative; width: 50%;}
.imglist-textbox .slick-slide .link {overflow: hidden;}
.imglist-textbox .slick-slide .link img {min-width: 570px; min-height: 383px; object-fit: cover;}
.imglist-textbox .slide-ui-sample2 .slide_control {position: absolute; display: inline-flex; align-items: center;justify-content: center;min-width: 180px;min-height: 44px; background: rgba(0,0,0,.5);right: 0; bottom: 8px; }
.imglist-textbox .slide-ui-sample2 .slide_control .total{display:inline-flex;align-items:center;margin-right: 20px;}
.imglist-textbox .slide-ui-sample2 .slide_control .total span{height:auto;color:#000;font-size: 16px;font-weight: bold;}
.imglist-textbox .slide-ui-sample2 .slide_control .total .current{color:#71E5FF;font-weight:700;}
.imglist-textbox .slide-ui-sample2 .slide_control .total .count {color: #fff;}
.imglist-textbox .slide-ui-sample2 .slide_control .total .line{position:relative;}
.imglist-textbox .slide-ui-sample2 .slide_control .total .line em{position:relative;width:100%;height:100%;display:block;color: #fff; margin: 0 7px;}
.imglist-textbox .slide-ui-sample2 .slide_control button span {font-size: 0;}
.imglist-textbox .slide-ui-sample2 .slide_control .button {background-repeat: no-repeat; background-position: center;}
.imglist-textbox .slide-ui-sample2 .slide_control .button[class*="prev"] {width: 17px; height: 12px; background-position: left;background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10.59L2.67341 6L7 1.41L5.66802 0L0 6L5.66802 12L7 10.59Z' fill='white'/%3E%3C/svg%3E%0A");}
.imglist-textbox .slide-ui-sample2 .slide_control .button[class*="next"] {width: 17px; height: 12px; background-position: right; background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.59L4.32659 6L0 1.41L1.33198 0L7 6L1.33198 12L0 10.59Z' fill='white'/%3E%3C/svg%3E%0A");}
.imglist-textbox .slide-ui-sample2 .slide_control .button[class*="stop"] {width: 24px; height: 12px; background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='2' height='10' fill='white'/%3E%3Crect x='5' width='2' height='10' fill='white'/%3E%3C/svg%3E%0A");}
.imglist-textbox .slide-ui-sample2 .slide_control .button[class*="play"] {width: 24px; height: 12px; background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 5.5L0.250001 10.2631L0.250001 0.73686L7 5.5Z' fill='white'/%3E%3C/svg%3E%0A");}
.imglist-textbox .slide-ui-sample2 .slide_control .button[class*="prev"]:focus,
.imglist-textbox .slide-ui-sample2 .slide_control .button[class*="prev"]:hover,
.imglist-textbox .slide-ui-sample2 .slide_control .button[class*="prev"]:active{background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10.59L2.67341 6L7 1.41L5.66802 0L0 6L5.66802 12L7 10.59Z' fill='%2371E5FF'/%3E%3C/svg%3E%0A");}
.imglist-textbox .slide-ui-sample2 .slide_control .button[class*="next"]:focus,
.imglist-textbox .slide-ui-sample2 .slide_control .button[class*="next"]:hover,
.imglist-textbox .slide-ui-sample2 .slide_control .button[class*="next"]:active{background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.59L4.32659 6L0 1.41L1.33198 0L7 6L1.33198 12L0 10.59Z' fill='%2371E5FF'/%3E%3C/svg%3E%0A");}
.imglist-textbox .slide-ui-sample2 .slide_control .button[class*="stop"]:focus,
.imglist-textbox .slide-ui-sample2 .slide_control .button[class*="stop"]:hover,
.imglist-textbox .slide-ui-sample2 .slide_control .button[class*="stop"]:active{background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='2' height='10' fill='%2371E5FF'/%3E%3Crect x='5' width='2' height='10' fill='%2371E5FF'/%3E%3C/svg%3E%0A");}
.imglist-textbox .slide-ui-sample2 .slide_control .button[class*="play"]:focus,
.imglist-textbox .slide-ui-sample2 .slide_control .button[class*="play"]:hover,
.imglist-textbox .slide-ui-sample2 .slide_control .button[class*="play"]:active{background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 5.5L0.250001 10.2631L0.250001 0.73686L7 5.5Z' fill='%2371E5FF'/%3E%3C/svg%3E%0A");}
.imglist-textbox .text-wrap {width: calc(50% - 3.7%);}
.imglist-textbox .text-wrap .sub-tit {display: block; color: #00893C; font-size: 18px;font-family: "Gmarket Sans";}
.imglist-textbox .text-wrap .main-tit {display: block; margin: 3px 0 15px; color: #222; font-weight: bold; font-size: 36px; line-height: 1.4; font-family: "Gmarket Sans";}
.imglist-textbox .text-wrap .cont-box {background: #F6FAF8;padding: 25px 35px; margin: 0 0 20px;}
.imglist-textbox .text-wrap .cont-box .list-icon .item {position: relative; padding: 0 0 0 98px;color: #222; font-size: 16px; letter-spacing: -0.32px;}
.imglist-textbox .text-wrap .cont-box .list-icon .item + .item {margin: 5px 0 0;}
.imglist-textbox .text-wrap .cont-box .list-icon .item span {position: absolute; left: 0; top: 0; color: #00893C; font-size: 16px; font-weight: bold; display: flex;align-items: center;gap: 0 5px;letter-spacing: -0.32px;}
.imglist-textbox .text-wrap .cont-box .list-icon .item span .icon {width: 18px; height: 18px; background-repeat: no-repeat; background-position: center;}
.imglist-textbox .text-wrap .cont-box .list-icon .item span .icon.icon1 {background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 2H7.5C7.10218 2 6.72064 2.15804 6.43934 2.43934C6.15804 2.72064 6 3.10218 6 3.5V5H12C12.3978 5 12.7794 5.15804 13.0607 5.43934C13.342 5.72064 13.5 6.10218 13.5 6.5V12.5H15C15.3978 12.5 15.7794 12.342 16.0607 12.0607C16.342 11.7794 16.5 11.3978 16.5 11V3.5C16.5 3.10218 16.342 2.72064 16.0607 2.43934C15.7794 2.15804 15.3978 2 15 2Z' fill='%2300893C'/%3E%3Cpath d='M3 17H10.5C11.3273 17 12 16.3273 12 15.5V8C12 7.17275 11.3273 6.5 10.5 6.5H3C2.17275 6.5 1.5 7.17275 1.5 8V15.5C1.5 16.3273 2.17275 17 3 17ZM4.5 9.5H9V11H4.5V9.5ZM4.5 12.5H9V14H4.5V12.5Z' fill='%2300893C'/%3E%3C/svg%3E%0A");}
.imglist-textbox .text-wrap .cont-box .list-icon .item span .icon.icon2 {background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.625 5.375C5.625 7.23575 7.13925 8.75 9 8.75C10.8608 8.75 12.375 7.23575 12.375 5.375C12.375 3.51425 10.8608 2 9 2C7.13925 2 5.625 3.51425 5.625 5.375ZM15 16.25H15.75V15.5C15.75 12.6058 13.3942 10.25 10.5 10.25H7.5C4.605 10.25 2.25 12.6058 2.25 15.5V16.25H15Z' fill='%2300893C'/%3E%3C/svg%3E%0A");}
.imglist-textbox .text-wrap .cont-box .list-icon .item span .icon.icon3 {background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 15.5V5C15.75 4.17275 15.0773 3.5 14.25 3.5H12.75V2H11.25V3.5H6.75V2H5.25V3.5H3.75C2.92275 3.5 2.25 4.17275 2.25 5V15.5C2.25 16.3273 2.92275 17 3.75 17H14.25C15.0773 17 15.75 16.3273 15.75 15.5ZM6.75 14H5.25V12.5H6.75V14ZM6.75 11H5.25V9.5H6.75V11ZM9.75 14H8.25V12.5H9.75V14ZM9.75 11H8.25V9.5H9.75V11ZM12.75 14H11.25V12.5H12.75V14ZM12.75 11H11.25V9.5H12.75V11ZM14.25 7.25H3.75V5.75H14.25V7.25Z' fill='%2300893C'/%3E%3C/svg%3E%0A");}
.imglist-textbox .text-wrap .cont-box .list-icon .item span .icon.icon4 {background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_888_7398)'%3E%3Cpath d='M9 2.00586C9.72656 2.00586 10.4062 2.14648 11.0391 2.42773C11.6836 2.69727 12.2402 3.07227 12.709 3.55273C13.1895 4.02148 13.5645 4.57227 13.834 5.20508C14.1152 5.83789 14.2559 6.51758 14.2559 7.24414C14.2559 8.22852 13.9805 9.29492 13.4297 10.4434C12.8789 11.5801 12.2754 12.6348 11.6191 13.6074C10.9629 14.5801 10.3594 15.3887 9.80859 16.0332C9.26953 16.6777 9 17 9 17C9 17 8.72461 16.6777 8.17383 16.0332C7.63477 15.3887 7.03711 14.5801 6.38086 13.6074C5.72461 12.6348 5.12109 11.5801 4.57031 10.4434C4.01953 9.29492 3.74414 8.22852 3.74414 7.24414C3.74414 6.51758 3.87891 5.83789 4.14844 5.20508C4.42969 4.57227 4.80469 4.02148 5.27344 3.55273C5.75391 3.07227 6.31055 2.69727 6.94336 2.42773C7.58789 2.14648 8.27344 2.00586 9 2.00586ZM9 9.49414C9.62109 9.49414 10.1484 9.27734 10.582 8.84375C11.0273 8.39844 11.25 7.86523 11.25 7.24414C11.25 6.62305 11.0273 6.0957 10.582 5.66211C10.1484 5.2168 9.62109 4.99414 9 4.99414C8.37891 4.99414 7.8457 5.2168 7.40039 5.66211C6.9668 6.0957 6.75 6.62305 6.75 7.24414C6.75 7.86523 6.9668 8.39844 7.40039 8.84375C7.8457 9.27734 8.37891 9.49414 9 9.49414Z' fill='%2300893C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_888_7398'%3E%3Crect width='18' height='18' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.imglist-textbox .text-wrap .cont-box .list-icon .item span .icon.icon5 {background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.75 2H5.25C4.85218 2 4.47064 2.15804 4.18934 2.43934C3.90804 2.72064 3.75 3.10218 3.75 3.5V16.25C3.75 16.4489 3.82902 16.6397 3.96967 16.7803C4.11032 16.921 4.30109 17 4.5 17H13.5C13.6989 17 13.8897 16.921 14.0303 16.7803C14.171 16.6397 14.25 16.4489 14.25 16.25V3.5C14.25 3.10218 14.092 2.72064 13.8107 2.43934C13.5294 2.15804 13.1478 2 12.75 2ZM8.25 12.5H6V11H8.25V12.5ZM8.25 9.5H6V8H8.25V9.5ZM8.25 6.5H6V5H8.25V6.5ZM12 12.5H9.75V11H12V12.5ZM12 9.5H9.75V8H12V9.5ZM12 6.5H9.75V5H12V6.5Z' fill='%2300893C'/%3E%3C/svg%3E%0A");}
.imglist-textbox .text-wrap .cont-box .list-icon .item span .icon.icon6 {background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0037 6.75V5.25C15.0037 4.42275 14.3309 3.75 13.5037 3.75H4.8125C3.572 3.75 2.5625 4.7595 2.5625 6V15C2.5625 16.6508 3.908 17.25 4.8125 17.25H15.0037C15.8309 17.25 16.5037 16.5773 16.5037 15.75V8.25C16.5037 7.42275 15.8309 6.75 15.0037 6.75ZM13.5037 13.5H12.0037V10.5H13.5037V13.5ZM4.8125 6.75C4.61939 6.74136 4.43705 6.65857 4.30346 6.51886C4.16986 6.37916 4.0953 6.1933 4.0953 6C4.0953 5.8067 4.16986 5.62084 4.30346 5.48114C4.43705 5.34143 4.61939 5.25864 4.8125 5.25H13.5037V6.75H4.8125Z' fill='%2300893C'/%3E%3C/svg%3E%0A");}
.imglist-textbox .text-wrap .cont-box .list-icon .item span .icon.icon7 {background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5246 9.63083H15.9983C15.9983 5.85084 13.1445 3 9.35938 3V4.47368C12.3524 4.47368 14.5246 6.6422 14.5246 9.63083Z' fill='%2300893C'/%3E%3Cpath d='M9.36862 7.42266C10.9182 7.42266 11.5791 8.08361 11.5791 9.63319H13.0528C13.0528 7.25687 11.7449 5.94898 9.36862 5.94898V7.42266ZM11.8901 11.4333C11.7485 11.3046 11.5624 11.236 11.3712 11.2419C11.18 11.2478 10.9985 11.3278 10.8651 11.465L9.10188 13.2783C8.67746 13.1973 7.8242 12.9313 6.94588 12.0552C6.06757 11.1761 5.80157 10.3207 5.72273 9.89919L7.53462 8.13519C7.67198 8.00191 7.75209 7.82043 7.758 7.62913C7.76392 7.43784 7.69517 7.25175 7.5663 7.11024L4.84368 4.11646C4.71476 3.97451 4.53559 3.88841 4.34421 3.87644C4.15283 3.86447 3.96433 3.92757 3.81873 4.05235L2.21979 5.42361C2.09239 5.55147 2.01636 5.72163 2.0061 5.90182C1.99505 6.08603 1.78431 10.4496 5.16789 13.8347C8.11967 16.7857 11.8171 17.0016 12.8355 17.0016C12.9843 17.0016 13.0757 16.9972 13.1 16.9957C13.2801 16.9856 13.4502 16.9092 13.5775 16.7813L14.948 15.1816C15.0728 15.0361 15.1361 14.8476 15.1242 14.6563C15.1124 14.4649 15.0264 14.2857 14.8846 14.1567L11.8901 11.4333Z' fill='%2300893C'/%3E%3C/svg%3E%0A");}

.imglist-textbox .text-wrap .text-box p {margin: 0;color: #444; line-height: 1.4; font-size: 16px;}
.imglist-textbox .text-wrap .text-box p + p {margin: 10px 0 0;}
@media (max-width:1024px) {
  .imglist-textbox {gap: 30px;}
  .imglist-textbox .img-cont {width: 570px; margin: 0 auto;}
  .imglist-textbox .slide-ui-sample2 {width: 100%;}
  .imglist-textbox .slick-slide .link img {min-width: 100%; min-height: 100%;}
  .imglist-textbox .text-wrap {width: 100%;}
  .imglist-textbox .text-wrap .main-tit {font-size: 32px;}
}
@media (max-width:767px) {
  .imglist-textbox {gap: 15px;}
  .imglist-textbox.img-wrap {margin: 60px 0 30px;}
  .imglist-textbox .img-cont {width: 100%;}
  .imglist-textbox .text-wrap .main-tit {font-size: 26px;margin: 0 0 10px;}
  .imglist-textbox .text-wrap .cont-box {padding: 20px 15px;}
}
@media (max-width:540px) {
  .imglist-textbox.img-wrap {margin: 50px 0 25px;}
  .imglist-textbox .text-wrap .main-tit {font-size: 24px;}
  .imglist-textbox .text-wrap .cont-box .list-icon .item {padding: 30px 0 0 0;}
  .imglist-textbox .text-wrap .cont-box .list-icon .item + .item {margin: 8px 0 0;}
}
/* 이미지 리스트 스타일 */
.img-list > li {position: relative;}
.img-list > li .img img {width: auto;min-height: 100%;object-fit: cover;}
.img-list.type1 {display: flex;flex-wrap: wrap;gap: 30px;}
.img-list.type1 > li {padding: 37px 0 29px;background: #FAFAFA;text-align: center;}
.img-list.type1.col3 > li {width: calc(33.33% - 20px);}
.img-list.type1 > li .tit {display: block;margin-top: 15px;color:#222;font-size: 16px;line-height: 22px;letter-spacing: -0.02em;}
.img-list.type2 {display: flex;flex-wrap: wrap;gap: 22px;}
.img-list.type2.col3 > li {width: calc(33.33% - 14.666px);}
.img-list.type2 > li .img img {width: 100%;}
.img-list.type3 {display: grid;grid-template-columns:calc(70% - 10px) calc(30% - 10px);grid-template-rows:repeat(auto-fit, minmax(50%, auto));gap:20px;}
.img-list.type3 > li:first-child {grid-row: 1/3;}
.img-list.type3 > li .img {height: 100%;}
.img-list.type3 > li .tit {position: absolute;left: 0;bottom: 0;padding: 10px 20px;color: #fff;font-size: 16px;letter-spacing: -0.02em;line-height: 22px; background: rgba(0, 0, 0, .5);}
@media (max-width:767px) {
  .img-list.type1.col3,
  .img-list.type2.col3 {gap:20px;}
  .img-list.type1.col3 > li,
  .img-list.type2.col3 > li {width: calc(50% - 10px);}
  .img-list.type3 {grid-template-columns:1fr 1fr;}
  .img-list.type3 > li:first-child {grid-column: 1/3;grid-row: auto;}
}
@media (max-width:600px) {
  .img-list.type1.col3 > li,
  .img-list.type2.col3 > li {width: 100%;}
  .img-list.type3 {grid-template-columns:1fr;grid-template-rows:auto;}
  .img-list.type3 > li:first-child {grid-column: auto;}
}
/* 이미지 리스트 스타일 */

/* 아이콘 리스트 스타일 보더형 col3 */
.hlist__bodo.type3 .obj.col3 > .item {width: calc(33.33% - 8.5px);border-radius: 15px; border-color: #EAEBEF;}
.hlist__bodo.type3 .obj.col3 > .item .inner .circle {top: 25px;}
.hlist__bodo.type3 .obj.col3 > .item .inner .ui-bodo__summary {min-height: 136px;}
@media (max-width:940px) {
  .hlist__bodo.type3 .obj.col3 > .item {width: calc(50% - 7.5px);}
}
@media (max-width:767px) {
  .hlist__bodo.type3 .obj.col3 > .item .inner .ui-bodo__summary {min-height: auto;}
  .hlist__bodo.type3 .obj.col3 > .item .inner .ui-bodo__summary {min-height: auto;}
  .hlist__bodo.type3 .obj.col3 > .item {width: 100%;}
}
/* 아이콘 리스트 스타일 보더형 col3 End */

/* 사진 리스트 col4 */
.board__column.type02.text,
.board__column.type02.col2 {gap: 30px;margin: 0;}
.board__column.type02.col3, 
.board__column.type02.col4 {gap: 20px;margin: 0;}
.board__column.type02.col2 .item {margin: 0;width: calc(50% - 15px);}
.board__column.type02.col3 .item {margin: 0;width: calc(33.33% - 14px);}
.board__column.type02.col4 .item {justify-content: flex-start;width: calc(25% - 15px); margin: 0;}
.board__column.type02.text .item {position: relative;margin: 0;}
.board__column.type02.text .picbox, .board__column.type02.col2 .picbox, .board__column.type02.col3 .picbox, .board__column.type02.col4 .picbox {margin-bottom: 0;}
.board__column.type02.text .item .txtbox .tit {position: absolute; left: 0; bottom: 0; padding: 10px 20px; background: rgba(0, 0, 0, .5); margin: 0;} 
.board__column.type02.text .item .txtbox .tit .maintit {color: #fff;letter-spacing: -0.02em;line-height: 22px; font-size: 16px; font-weight: unset;}
@media (max-width:1024px) {
  .board__column.type02.col4 .item {width: calc(33.33% - 14px);}
}
@media (max-width:767px) {
  .board__column.text .item {width: 100% !important;}
  .board__column.type02.col3 .item,
  .board__column.type02.col4 .item {width: calc(50% - 10px) !important;}
  .board__column.type02.col3 .picbox,
  .board__column.type02.col4 .picbox {width: 100%;}
  .board__column.type02.text .picbox {width: 100%;}
}
@media (max-width:540px) {
  .board__column.type02.col3 .item,
  .board__column.type02.col4 .item {width: 100% !important;}
}
/* 사진 리스트 col4 End */

/* 소개 탑박스 */
.info-imgbox {display: flex;flex-direction: row-reverse;justify-content: space-between;gap: 5%;min-height: 440px;padding: 4.5%;margin: 0 0 60px;background:#009393;border-radius: 30px;}
.info-imgbox .picbox {overflow: hidden;position: relative;width: calc(42.5% - 30px);border-radius: 20px;border: 7px solid #FFF; max-height: 327px; box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.20);}
.info-imgbox .picbox img {width: 100%; min-height: 100%; object-fit: cover;}
.info-imgbox .txtbox {width: calc(57.5% - 30px);}
.info-imgbox .txtbox .h-box {position: relative;}
.info-imgbox .txtbox .h-box .stit {display: block;margin-bottom: 5px; font-family: 'Gmarket Sans';font-size: 20px;color: #fff;line-height: 1.3;}
.info-imgbox .txtbox .h-box .tit {color: #FFF;font-family: "Gmarket Sans";font-size: 40px; line-height: 1.2; font-weight: bold;vertical-align:middle; margin: 0 8px 0 0;}
.info-imgbox .txtbox .h-box .tit-small {font-family: 'Gmarket Sans';font-size: 20px;color: #fff;line-height: 1.3;font-weight: bold;}
.info-imgbox .txtbox .h-box .btn-icon {position: relative; display: inline-block;font-size: 0;transition: 0.2s; width: 48px; height: 48px; margin-bottom: 7px; background-color: #fff; border-radius: 50%; padding: 0; vertical-align:middle;background-repeat: no-repeat; background-position: center;background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.576172L19.1738 7.90234L18.0137 9.3418L17.3262 8.7832V17.0762H11.8262V10.6738H8.17383V17.0762H2.67383V8.7832L1.98633 9.3418L0.826172 7.90234L10 0.576172Z' fill='%23007979'/%3E%3C/svg%3E%0A");}
.info-imgbox .txtbox .h-box .btn-icon:hover, 
.info-imgbox .txtbox .h-box .btn-icon:focus {background-color: #007979; background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.576172L19.1738 7.90234L18.0137 9.3418L17.3262 8.7832V17.0762H11.8262V10.6738H8.17383V17.0762H2.67383V8.7832L1.98633 9.3418L0.826172 7.90234L10 0.576172Z' fill='white'/%3E%3C/svg%3E%0A");}
.info-imgbox .txtbox .iconlist-box {border-radius: 15px;background: #008181; color: #fff; margin-top: 20px; padding: 25px 30px;}
.info-imgbox .txtbox .iconlist-box .list-icon .item {width: 100%; display: inline-flex; flex-wrap: nowrap;gap: 20px;}
.info-imgbox .txtbox .iconlist-box .list-icon .item + .item {margin: 10px 0 0;}
.info-imgbox .txtbox .iconlist-box .list-icon .item .txt-i {position: relative;   font-weight: bold; font-size: 16px;padding: 0 0 0 23px;}
.info-imgbox .txtbox .iconlist-box .list-icon .item .txt-i::before {position: absolute; content: ''; width: 18px; height: 18px; background-position: center; background-repeat: no-repeat; left: 0; top: 4px;}
.info-imgbox .txtbox .iconlist-box .list-icon .item .txt-i.icon1::before {background-image: url("data:image/svg+xml,%3Csvg width='12' height='15' viewBox='0 0 12 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0.00585938C6.72656 0.00585938 7.40625 0.146484 8.03906 0.427734C8.68359 0.697266 9.24023 1.07227 9.70898 1.55273C10.1895 2.02148 10.5645 2.57227 10.834 3.20508C11.1152 3.83789 11.2559 4.51758 11.2559 5.24414C11.2559 6.22852 10.9805 7.29492 10.4297 8.44336C9.87891 9.58008 9.27539 10.6348 8.61914 11.6074C7.96289 12.5801 7.35938 13.3887 6.80859 14.0332C6.26953 14.6777 6 15 6 15C6 15 5.72461 14.6777 5.17383 14.0332C4.63477 13.3887 4.03711 12.5801 3.38086 11.6074C2.72461 10.6348 2.12109 9.58008 1.57031 8.44336C1.01953 7.29492 0.744141 6.22852 0.744141 5.24414C0.744141 4.51758 0.878906 3.83789 1.14844 3.20508C1.42969 2.57227 1.80469 2.02148 2.27344 1.55273C2.75391 1.07227 3.31055 0.697266 3.94336 0.427734C4.58789 0.146484 5.27344 0.00585938 6 0.00585938ZM6 7.49414C6.62109 7.49414 7.14844 7.27734 7.58203 6.84375C8.02734 6.39844 8.25 5.86523 8.25 5.24414C8.25 4.62305 8.02734 4.0957 7.58203 3.66211C7.14844 3.2168 6.62109 2.99414 6 2.99414C5.37891 2.99414 4.8457 3.2168 4.40039 3.66211C3.9668 4.0957 3.75 4.62305 3.75 5.24414C3.75 5.86523 3.9668 6.39844 4.40039 6.84375C4.8457 7.27734 5.37891 7.49414 6 7.49414Z' fill='white'/%3E%3C/svg%3E%0A");}
.info-imgbox .txtbox .iconlist-box .list-icon .item .txt-i.icon2::before {background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5246 9.63083H15.9983C15.9983 5.85084 13.1445 3 9.35938 3V4.47368C12.3524 4.47368 14.5246 6.6422 14.5246 9.63083Z' fill='white'/%3E%3Cpath d='M9.36862 7.42266C10.9182 7.42266 11.5791 8.08361 11.5791 9.63319H13.0528C13.0528 7.25687 11.7449 5.94898 9.36862 5.94898V7.42266ZM11.8901 11.4333C11.7485 11.3046 11.5624 11.236 11.3712 11.2419C11.18 11.2478 10.9985 11.3278 10.8651 11.465L9.10188 13.2783C8.67746 13.1973 7.8242 12.9313 6.94588 12.0552C6.06757 11.1761 5.80157 10.3207 5.72273 9.89919L7.53462 8.13519C7.67198 8.00191 7.75209 7.82043 7.758 7.62913C7.76392 7.43784 7.69517 7.25175 7.5663 7.11024L4.84368 4.11646C4.71476 3.97451 4.53559 3.88841 4.34421 3.87644C4.15283 3.86447 3.96433 3.92757 3.81873 4.05235L2.21979 5.42361C2.09239 5.55147 2.01636 5.72163 2.0061 5.90182C1.99505 6.08603 1.78431 10.4496 5.16789 13.8347C8.11967 16.7857 11.8171 17.0016 12.8355 17.0016C12.9843 17.0016 13.0757 16.9972 13.1 16.9957C13.2801 16.9856 13.4502 16.9092 13.5775 16.7813L14.948 15.1816C15.0728 15.0361 15.1361 14.8476 15.1242 14.6563C15.1124 14.4649 15.0264 14.2857 14.8846 14.1567L11.8901 11.4333Z' fill='white'/%3E%3C/svg%3E%0A");}
.info-imgbox .txtbox .iconlist-box .list-icon .item .txt-i.icon3::before {background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 15.5V5C15.75 4.17275 15.0773 3.5 14.25 3.5H12.75V2H11.25V3.5H6.75V2H5.25V3.5H3.75C2.92275 3.5 2.25 4.17275 2.25 5V15.5C2.25 16.3273 2.92275 17 3.75 17H14.25C15.0773 17 15.75 16.3273 15.75 15.5ZM6.75 14H5.25V12.5H6.75V14ZM6.75 11H5.25V9.5H6.75V11ZM9.75 14H8.25V12.5H9.75V14ZM9.75 11H8.25V9.5H9.75V11ZM12.75 14H11.25V12.5H12.75V14ZM12.75 11H11.25V9.5H12.75V11ZM14.25 7.25H3.75V5.75H14.25V7.25Z' fill='white'/%3E%3C/svg%3E%0A");}
.info-imgbox .txtbox .iconlist-box .list-icon .item .txt-i.icon4::before {background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.625 6.375C5.625 8.23575 7.13925 9.75 9 9.75C10.8607 9.75 12.375 8.23575 12.375 6.375C12.375 4.51425 10.8607 3 9 3C7.13925 3 5.625 4.51425 5.625 6.375ZM15 17.25H15.75V16.5C15.75 13.6058 13.3942 11.25 10.5 11.25H7.5C4.605 11.25 2.25 13.6058 2.25 16.5V17.25H15Z' fill='white'/%3E%3C/svg%3E%0A");}
.info-imgbox .txtbox .iconlist-box .list-icon .item .txt-p {color: #FFF; font-size: 16px; font-weight: 300;}
.info-imgbox .txtbox .iconlist-box .list-icon .item .txt-p.list-1st > li {padding-left: 10px;color: #fff; font-size: 16px;}
.info-imgbox .txtbox .iconlist-box .list-icon .item .txt-p.list-1st > li::before {left: 0; background: #fff;}
.info-imgbox .txtbox .iconlist-box .list-icon.long .item .txt-i {min-width: 77px;}
.info-imgbox .item-list {display: flex;flex-wrap: wrap;gap: 10px;margin-top: 35px;}
.info-imgbox .item-list > a {display: inline-flex;flex-direction: column;align-items: center;justify-content: center;gap:15px;width: calc(20% - 8px);max-width: 120px;height:120px;border-radius: 15px;background: #008181;border: 2px solid #008181; color: #fff;font-size: 16px;letter-spacing: -0.02em;line-height: 1.2;}
.info-imgbox .item-list > a:hover,
.info-imgbox .item-list > a:focus {border-color: #fff;}
.info-imgbox .item-list > a > .ico {width: 30px;height: 33px;background-repeat: no-repeat;background-position: center center;}
.info-imgbox .item-list > a > .ico1 {background-image: url("data:image/svg+xml,%3Csvg width='27' height='29' viewBox='0 0 27 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.939 6.68136C26.9492 6.62542 26.9695 6.57458 27 6.52881C26.9593 6.52881 26.939 6.50847 26.939 6.4678C26.9453 6.42966 26.9657 6.39915 27 6.37627C26.9504 6.27076 26.9199 6.1589 26.9085 6.04068C26.9428 5.8589 26.9428 5.67585 26.9085 5.49153C26.8678 5.49153 26.8475 5.47119 26.8475 5.43051C26.8513 5.34153 26.8309 5.26017 26.7864 5.18644V5.12542C26.6492 4.73644 26.5004 4.35127 26.3441 3.9661C26.0733 3.53771 25.7733 3.13093 25.4441 2.74576C25.4072 2.7178 25.3678 2.70763 25.322 2.71525C25.3297 2.66949 25.3195 2.63008 25.2915 2.59322C25.2636 2.53602 25.2229 2.49534 25.1695 2.47119C25.1288 2.47119 25.1085 2.45085 25.1085 2.41017C25.0703 2.33008 25.0093 2.27924 24.9254 2.25763C24.8847 2.25763 24.8644 2.23729 24.8644 2.19661C24.7881 2.14322 24.7169 2.0822 24.6508 2.01356C24.6102 2.01356 24.5898 1.99322 24.5898 1.95254C24.5898 1.91186 24.5695 1.89153 24.5288 1.89153C24.4881 1.89153 24.4678 1.87119 24.4678 1.83051C24.2581 1.73771 24.0648 1.61568 23.8881 1.46441C23.728 1.40466 23.5754 1.33347 23.4305 1.25085C23.3898 1.25085 23.3695 1.23051 23.3695 1.18983C23.2653 1.1822 23.1636 1.16186 23.0644 1.12881C22.9055 1.02203 22.7326 0.950847 22.5458 0.915254C22.5051 0.915254 22.4847 0.894915 22.4847 0.854237C22.3742 0.827542 22.2623 0.807203 22.1492 0.79322C22.1085 0.79322 22.0881 0.772881 22.0881 0.732203C21.8212 0.681356 21.5568 0.630508 21.2949 0.579661C21.2911 0.612712 21.2708 0.633051 21.2339 0.640678C21.197 0.633051 21.1767 0.612712 21.1729 0.579661C20.9008 0.530085 20.6263 0.509746 20.3492 0.518644H20.0136C19.9729 0.518644 19.9525 0.498305 19.9525 0.457627C19.5775 0.298729 19.1911 0.176695 18.7932 0.0915254C18.7729 0.172881 18.7525 0.172881 18.7322 0.0915254C18.4322 0.0864407 18.1373 0.0559322 17.8475 0C17.822 0.0279661 17.7915 0.0483051 17.7559 0.0610169C17.7025 0.0330508 17.6466 0.0127119 17.5881 0C17.3212 0.0508475 17.0517 0.0813559 16.7797 0.0915254C16.5636 0.147458 16.35 0.208475 16.139 0.274576C16.139 0.315254 16.1186 0.335593 16.078 0.335593C16.0144 0.326695 15.9534 0.335593 15.8949 0.366102C15.6572 0.484322 15.4131 0.587288 15.1627 0.671186C15.1627 0.711864 15.1424 0.732203 15.1017 0.732203C15.0559 0.724576 15.0165 0.734746 14.9797 0.762712C14.8716 0.841525 14.7597 0.912712 14.6441 0.976271C14.6441 1.01695 14.6237 1.03729 14.5831 1.03729C14.4331 1.11737 14.2805 1.18856 14.1254 1.25085V1.37288C14.0034 1.4339 13.8814 1.49492 13.7593 1.55593V1.67797C13.6602 1.72246 13.5686 1.77331 13.4847 1.83051C13.4847 1.87119 13.4644 1.89153 13.4237 1.89153C13.322 1.95254 13.2407 2.0339 13.1797 2.13559C13.1797 2.17627 13.1593 2.19661 13.1186 2.19661C13.1008 2.23983 13.0703 2.27034 13.0271 2.28814C13.0271 2.32881 13.0068 2.34915 12.9661 2.34915C12.9153 2.36949 12.8949 2.41017 12.9051 2.47119H12.7831C12.7907 2.51695 12.7805 2.55636 12.7525 2.59322C12.3725 3.04449 12.0064 3.50212 11.6542 3.9661C11.5475 4.11992 11.4559 4.28263 11.3797 4.45424C11.1305 4.74915 10.9271 5.07458 10.7695 5.43051C10.7695 5.47119 10.7492 5.49153 10.7085 5.49153C10.6983 5.54746 10.678 5.59831 10.6475 5.64407C10.6475 5.68475 10.6271 5.70509 10.5864 5.70509C10.4746 5.95932 10.3627 6.21356 10.2508 6.4678C10.2508 6.50847 10.2305 6.52881 10.1898 6.52881V6.58983C10.1898 6.63051 10.1695 6.65085 10.1288 6.65085C10.0742 6.78432 10.0131 6.91653 9.94576 7.04746V7.10847C9.94576 7.14915 9.92542 7.16949 9.88475 7.16949C9.83136 7.32076 9.77924 7.47331 9.7322 7.62712C9.7322 7.6678 9.71186 7.68814 9.67119 7.68814V7.74915C9.67119 7.78983 9.65085 7.81017 9.61017 7.81017C9.56314 7.93983 9.52246 8.07203 9.48814 8.20678C9.48814 8.24746 9.4678 8.2678 9.42712 8.2678C9.32797 8.40254 9.27712 8.55508 9.27458 8.72542C9.27458 8.7661 9.25424 8.78644 9.21356 8.78644V8.84746C9.21356 8.88814 9.19322 8.90848 9.15254 8.90848C9.05085 9.1322 8.94915 9.35593 8.84746 9.57966C8.84746 9.62034 8.82712 9.64068 8.78644 9.64068V9.7017C8.78644 9.74237 8.7661 9.76271 8.72542 9.76271C8.72034 9.85805 8.7 9.94958 8.66441 10.0373C8.45085 10.3436 8.2678 10.6691 8.11525 11.0136C7.98432 11.1534 7.85085 11.2958 7.71864 11.4407C7.69068 11.4775 7.68051 11.5169 7.68814 11.5627H7.59661C7.54576 11.6631 7.48475 11.7547 7.41356 11.8373C7.41356 11.878 7.39322 11.8983 7.35254 11.8983C7.32331 11.9835 7.26229 12.0254 7.16949 12.0203C7.17712 12.0661 7.16695 12.1055 7.13898 12.1424C6.98517 12.3064 6.82246 12.4589 6.65085 12.6C6.65085 12.6407 6.63051 12.661 6.58983 12.661C6.58093 12.7106 6.55042 12.7411 6.49831 12.7525C6.49831 12.7932 6.47797 12.8136 6.43729 12.8136L6.31525 12.9356C6.31525 12.9763 6.29492 12.9966 6.25424 12.9966C6.14492 13.0754 6.04322 13.1669 5.94915 13.2712C5.92373 13.2979 5.89322 13.3081 5.85763 13.3017V13.3932C5.76483 13.3881 5.70381 13.4301 5.67458 13.5153C5.67458 13.5559 5.65424 13.5763 5.61356 13.5763C5.55 13.6297 5.47881 13.6703 5.4 13.6983V13.8203C5.29322 13.8369 5.19153 13.8674 5.09492 13.9119C5.08983 14.0288 5.02881 14.1 4.91186 14.1254C4.85212 14.2157 4.78093 14.297 4.69831 14.3695C4.58008 14.4064 4.47839 14.4674 4.39322 14.5525C4.39322 14.5932 4.37288 14.6136 4.3322 14.6136C4.17458 14.7992 3.98136 14.9314 3.75254 15.0102C3.76017 15.0585 3.75 15.0992 3.72203 15.1322C3.72203 15.1729 3.7017 15.1932 3.66102 15.1932C3.5517 15.272 3.45 15.3636 3.35593 15.4678C3.23771 15.4742 3.18686 15.5352 3.20339 15.6508C3.11059 15.6458 3.04958 15.6877 3.02034 15.7729C3.02034 15.8136 3 15.8339 2.95932 15.8339C2.87797 15.8949 2.79661 15.9559 2.71525 16.0169C2.71525 16.0576 2.69492 16.078 2.65424 16.078C2.62627 16.0996 2.6161 16.1301 2.62373 16.1695H2.5017C2.5017 16.2915 2.44068 16.3525 2.31864 16.3525V16.4746C2.25763 16.4695 2.20678 16.4898 2.1661 16.5356C2.07458 16.678 1.97288 16.8102 1.86102 16.9322C1.86102 16.9729 1.84068 16.9932 1.8 16.9932V17.0542C1.8 17.0949 1.77966 17.1153 1.73898 17.1153C1.66271 17.1572 1.60169 17.2182 1.55593 17.2983C1.5089 17.4178 1.44788 17.5284 1.37288 17.6339C1.22161 17.7852 1.10975 17.9581 1.03729 18.1525C1.03729 18.1932 1.01695 18.2136 0.976271 18.2136C0.897458 18.4449 0.805932 18.6686 0.701695 18.8847C0.701695 18.9254 0.681356 18.9458 0.640678 18.9458C0.620339 19.0271 0.6 19.1085 0.579661 19.1898C0.579661 19.2305 0.559322 19.2508 0.518644 19.2508V19.3119C0.518644 19.3525 0.498305 19.3729 0.457627 19.3729C0.401695 19.6436 0.320339 19.9081 0.213559 20.1661C0.175424 20.3377 0.144915 20.5106 0.122034 20.6847V20.7458C0.0661017 20.9326 0.0457627 21.1258 0.0610169 21.3254V21.3864C0.0419492 21.4258 0.0228814 21.4665 0 21.5085C0.0101695 21.5441 0.0305085 21.5695 0.0610169 21.5847C-0.0165254 21.7284 -0.0165254 21.8758 0.0610169 22.0271C0.0470339 22.0653 0.0266949 22.0958 0 22.1186C0.040678 22.1186 0.0610169 22.139 0.0610169 22.1797V22.5458C0.101695 22.5458 0.122034 22.5661 0.122034 22.6068V22.7593C0.12839 22.7975 0.148729 22.828 0.183051 22.8508C0.162712 22.8712 0.142373 22.8915 0.122034 22.9119C0.279661 23.2424 0.411864 23.578 0.518644 23.9186C0.559322 23.9186 0.579661 23.939 0.579661 23.9797C0.583475 24.047 0.603814 24.1081 0.640678 24.1627C0.681356 24.1627 0.701695 24.1831 0.701695 24.2237V24.2847C0.742373 24.2847 0.762712 24.3051 0.762712 24.3458C0.791949 24.375 0.822458 24.4055 0.854237 24.4373C0.915254 24.5631 0.976271 24.6852 1.03729 24.8034C1.07797 24.8034 1.09831 24.8237 1.09831 24.8644C1.18856 25.0119 1.29915 25.1441 1.4339 25.261C1.46186 25.2979 1.47203 25.3373 1.46441 25.3831H1.55593C1.56356 25.4619 1.60424 25.5127 1.67797 25.5356C1.71864 25.5356 1.73898 25.5559 1.73898 25.5966C1.77966 25.6576 1.82034 25.7186 1.86102 25.7797C1.9017 25.7797 1.92203 25.8 1.92203 25.8407C1.99576 25.8636 2.03644 25.9144 2.04407 25.9932C2.12924 26.0479 2.22076 26.0886 2.31864 26.1153V26.2373H2.44068C2.43051 26.2983 2.45085 26.339 2.5017 26.3593C2.54237 26.3593 2.56271 26.3797 2.56271 26.4203C2.62119 26.5004 2.70254 26.5513 2.80678 26.5729L3.02034 26.7864C3.48686 27.0903 3.96483 27.375 4.45424 27.6407C4.61186 27.6483 4.74407 27.7093 4.85085 27.8237C5.30847 28.003 5.77627 28.1453 6.25424 28.2508C6.31525 28.2407 6.35593 28.261 6.37627 28.3119C6.65847 28.3818 6.94322 28.4428 7.23051 28.4949H7.35254C7.47712 28.547 7.60932 28.5674 7.74915 28.5559C7.81017 28.5458 7.85085 28.5661 7.87119 28.6169H8.20678C8.24746 28.6169 8.2678 28.6373 8.2678 28.678C8.30593 28.6716 8.33644 28.6513 8.35932 28.6169C8.49407 28.6742 8.63644 28.6945 8.78644 28.678C8.80678 28.5966 8.82712 28.5966 8.84746 28.678C9.26949 28.697 9.68644 28.678 10.0983 28.6169C10.1593 28.6983 10.2203 28.6983 10.2814 28.6169C10.3119 28.6576 10.3538 28.678 10.4034 28.678C10.4466 28.6233 10.5076 28.603 10.5864 28.6169C10.6665 28.6068 10.739 28.6271 10.8 28.678C11.0008 28.6297 11.2042 28.589 11.4102 28.5559H11.8678C11.8678 28.5153 11.8881 28.4949 11.9288 28.4949H12.2644C12.2847 28.4136 12.3051 28.4136 12.3254 28.4949C12.689 28.4072 13.0551 28.3258 13.4237 28.2508C13.4237 28.2102 13.4441 28.1898 13.4847 28.1898C13.5763 28.1758 13.6678 28.1657 13.7593 28.1593C13.7593 28.1186 13.7797 28.0983 13.8203 28.0983C13.8941 28.0538 13.9754 28.0335 14.0644 28.0373C14.0644 27.9966 14.0847 27.9763 14.1254 27.9763C14.3898 27.8581 14.6542 27.7462 14.9186 27.6407C14.939 27.5593 14.9593 27.5593 14.9797 27.6407C15.047 27.5733 15.1284 27.5326 15.2237 27.5186C15.2237 27.478 15.2441 27.4576 15.2847 27.4576C15.6521 27.2835 16.0182 27.1119 16.383 26.939C16.383 26.8983 16.4034 26.878 16.4441 26.878C16.5 26.8678 16.5508 26.8475 16.5966 26.817C16.5966 26.7763 16.6169 26.7559 16.6576 26.7559C16.725 26.7521 16.786 26.7318 16.8407 26.6949C16.8407 26.6542 16.861 26.6339 16.9017 26.6339C17.0339 26.5627 17.1661 26.4915 17.2983 26.4203C17.2983 26.3797 17.3186 26.3593 17.3593 26.3593C17.4686 26.3199 17.5602 26.2589 17.6339 26.1763C17.6339 26.1356 17.6542 26.1153 17.6949 26.1153C17.7686 26.053 17.85 26.0008 17.939 25.9627C17.939 25.922 17.9593 25.9017 18 25.9017C18.0534 25.8775 18.0941 25.8369 18.122 25.7797C18.15 25.7428 18.1602 25.7034 18.1525 25.6576C18.2542 25.6169 18.3559 25.5763 18.4576 25.5356C18.4716 25.4301 18.5326 25.3792 18.6407 25.3831V25.261C18.7462 25.247 18.797 25.186 18.7932 25.078C18.839 25.0856 18.8784 25.0754 18.9153 25.0475C18.9992 24.9534 19.0907 24.872 19.1898 24.8034C19.1898 24.7627 19.2102 24.7424 19.2508 24.7424C19.2915 24.661 19.3525 24.6 19.4339 24.5593C19.4339 24.5186 19.4542 24.4983 19.4949 24.4983C19.5242 24.4131 19.5852 24.3712 19.678 24.3763V24.2847H19.7695C19.7695 24.1627 19.8305 24.1017 19.9525 24.1017C19.9449 24.0559 19.9551 24.0165 19.9831 23.9797C20.1877 23.8042 20.3708 23.611 20.5322 23.4C20.5322 23.3593 20.5525 23.339 20.5932 23.339L20.8373 23.0949C20.8653 22.9881 20.9161 22.8966 20.9898 22.8203C20.9898 22.7797 21.0102 22.7593 21.0508 22.7593C21.0508 22.7186 21.0712 22.6983 21.1119 22.6983C21.2504 22.575 21.3521 22.4225 21.4169 22.2407C21.5225 22.1377 21.614 22.0258 21.6915 21.9051C21.6915 21.8644 21.7119 21.8441 21.7525 21.8441C21.9559 21.5479 22.1492 21.2428 22.3322 20.9288C22.3322 20.8881 22.3525 20.8678 22.3932 20.8678C22.4504 20.8246 22.4809 20.7636 22.4847 20.6847C22.4847 20.6441 22.5051 20.6237 22.5458 20.6237V20.5627C22.5458 20.522 22.5661 20.5017 22.6068 20.5017C22.65 20.4267 22.7008 20.3555 22.7593 20.2881C22.7873 20.2513 22.7975 20.2119 22.7898 20.1661C22.7898 20.1254 22.8102 20.1051 22.8508 20.1051C22.9958 19.8458 23.128 19.5826 23.2475 19.3119C23.2475 19.2712 23.2678 19.2508 23.3085 19.2508C23.3492 19.1695 23.3898 19.0881 23.4305 19.0068C23.4305 18.9661 23.4508 18.9458 23.4915 18.9458C23.611 18.6051 23.7636 18.2797 23.9492 17.9695C23.9492 17.9288 23.9695 17.9085 24.0102 17.9085C24.1602 17.4992 24.3229 17.0924 24.4983 16.6881C24.5479 16.6449 24.5886 16.5941 24.6203 16.5356C24.6979 16.1695 24.8314 15.8225 25.0169 15.4983C25.4733 14.161 25.9106 12.8186 26.3288 11.4712C26.3504 11.2653 26.3809 11.0619 26.4203 10.861V10.739C26.4534 10.6703 26.4839 10.6004 26.5119 10.5254C26.5398 10.2864 26.5907 10.0525 26.6644 9.82373C26.6517 9.78814 26.6314 9.75763 26.6034 9.7322C26.6453 9.66737 26.6758 9.59619 26.6949 9.51864C26.7076 9.33051 26.7381 9.14746 26.7864 8.96949C26.7699 8.94788 26.7496 8.93263 26.7254 8.92373C26.7788 8.87034 26.7992 8.80424 26.7864 8.72542C26.7763 8.66441 26.7966 8.62373 26.8475 8.60339V8.14576C26.8958 7.94746 26.9263 7.74407 26.939 7.53559C26.9288 7.37542 26.9288 7.21271 26.939 7.04746V6.68136ZM11.7153 14.339C12.1309 13.6347 12.5377 12.9229 12.9356 12.2034C13.0589 11.9047 13.1924 11.6097 13.3322 11.3186C13.3805 11.2195 13.4415 11.128 13.5153 11.0441C13.6614 10.636 13.814 10.2292 13.9729 9.82373C13.9869 9.64322 14.0275 9.47034 14.0949 9.30508C14.1979 8.59703 14.2335 7.88517 14.2017 7.16949C14.1737 7.03093 14.128 6.89873 14.0644 6.77288C14.0898 6.70042 14.1318 6.63941 14.1864 6.58983C14.2932 6.60254 14.3949 6.63305 14.4915 6.68136C14.5932 7.01949 14.6441 7.36525 14.6441 7.71864C14.6263 8.38602 14.5551 9.04703 14.4305 9.7017C14.2716 10.1466 14.1191 10.5941 13.9729 11.0441C13.7199 11.6199 13.4453 12.1792 13.1492 12.722C12.9979 12.9636 12.8453 13.2076 12.6915 13.4542C12.6242 13.5699 12.5733 13.6919 12.539 13.8203C12.3966 14.0441 12.2542 14.2678 12.1119 14.4915C12.0814 14.7127 11.9593 14.7839 11.7458 14.7051C11.6797 14.5894 11.6695 14.4674 11.7153 14.339ZM6.52881 18.3966C6.14873 18.5403 5.78263 18.7131 5.43051 18.9153C5.31102 19.0042 5.19915 19.1059 5.09492 19.2203C5.05805 19.2483 5.01864 19.2585 4.97288 19.2508C4.98051 19.2966 4.97034 19.336 4.94237 19.3729C4.88771 19.4186 4.82669 19.4492 4.75932 19.4644C4.67669 19.5979 4.60678 19.7403 4.54576 19.8915C4.20508 19.9932 4.09322 19.8712 4.21017 19.5254C4.32458 19.4326 4.4161 19.3195 4.48475 19.1898C5.08729 18.5682 5.80805 18.1513 6.65085 17.939C6.96737 17.8843 7.28263 17.8233 7.59661 17.7559C7.95381 17.7318 8.29958 17.6911 8.6339 17.6339C8.91992 17.6237 9.20466 17.6339 9.48814 17.6644C9.57331 17.7928 9.55297 17.9047 9.42712 18C9.35593 18.0203 9.28475 18.0407 9.21356 18.061C8.30975 18.1017 7.41483 18.2136 6.52881 18.3966ZM15.0712 20.1661C14.9352 20.3873 14.8233 20.6212 14.7356 20.8678C14.2386 21.5275 13.6792 22.1263 13.0576 22.6678C13.0042 22.6831 12.9547 22.7034 12.9051 22.7288C12.642 22.9729 12.347 23.1661 12.0203 23.3085C12.0102 23.3288 12 23.3492 11.9898 23.3695C11.7127 23.4852 11.4381 23.6072 11.1661 23.7356C10.4339 23.9072 9.69153 24.0102 8.93898 24.0407C8.64025 24.0407 8.34534 24.0114 8.05424 23.9492C7.93983 23.85 7.90932 23.728 7.96271 23.5831C8.07839 23.517 8.20042 23.5068 8.32881 23.5525C8.34915 23.5729 8.36949 23.5932 8.38983 23.6136C9.03559 23.6593 9.67627 23.6199 10.3119 23.4915C10.6551 23.3886 11.0008 23.297 11.3492 23.2169C11.747 22.9983 12.1335 22.7644 12.5085 22.5153C12.6216 22.3919 12.7538 22.2903 12.9051 22.2102C13.0373 22.1186 13.1492 22.0068 13.2407 21.8746C13.378 21.8288 13.4593 21.7373 13.4847 21.6H13.6068C13.622 21.5326 13.6525 21.4716 13.6983 21.4169C13.9869 21.1602 14.2106 20.8551 14.3695 20.5017C14.3898 20.4915 14.4102 20.4814 14.4305 20.4712C14.4763 20.3593 14.5373 20.2576 14.6136 20.1661C14.6441 20.0771 14.6542 19.9856 14.6441 19.8915C14.7051 19.9017 14.7458 19.8814 14.7661 19.8305C15.0508 19.7797 15.1538 19.8915 15.0712 20.1661ZM19.2826 2.28814C19.3691 2.28051 19.4403 2.25 19.4962 2.19661C19.6157 2.18898 19.7275 2.21441 19.8318 2.27288C20.0453 2.27797 20.2589 2.29322 20.4725 2.31864C20.5945 2.4 20.7165 2.48136 20.8386 2.56271C20.986 2.79915 20.925 2.9517 20.6555 3.02034C20.2309 3.08517 19.8242 3.02924 19.4352 2.85254C19.2051 2.70381 19.153 2.51568 19.2826 2.28814ZM18.764 10.0373C18.6318 10.4441 18.4996 10.8508 18.3674 11.2576C18.2669 11.7763 18.1703 12.2949 18.0775 12.8136C18.0432 12.8835 17.9873 12.9242 17.9097 12.9356C17.7712 12.8835 17.6797 12.7869 17.6352 12.6458C17.6962 12.3788 17.747 12.1093 17.7877 11.8373C17.911 11.4407 18.0127 11.039 18.0928 10.6322C18.1754 10.3589 18.2669 10.0907 18.3674 9.82373C18.4869 9.61907 18.5886 9.40551 18.6725 9.18305C18.9165 8.77627 19.1606 8.36949 19.4047 7.96271C19.4568 7.90042 19.5178 7.84958 19.5877 7.81017C19.6907 7.67542 19.7822 7.53432 19.8623 7.38305C20.1064 7.17966 20.3301 6.95593 20.5335 6.71186C20.578 6.69153 20.6186 6.67119 20.6555 6.65085H20.8691C20.8881 6.71059 20.9085 6.77161 20.9301 6.8339C20.8996 6.90381 20.8805 6.975 20.8691 7.04746C20.5754 7.21907 20.3428 7.45169 20.1674 7.74915C20.1064 7.8 20.0453 7.85085 19.9843 7.9017C19.5102 8.57288 19.1034 9.28475 18.764 10.0373ZM23.9809 9.82373C23.7763 10.3106 23.6034 10.8089 23.4623 11.3186C23.1432 11.9936 22.7161 12.5936 22.1809 13.1186C21.9597 13.411 21.7055 13.6754 21.4182 13.9119C21.3928 13.9614 21.3725 14.011 21.3572 14.0644C21.2123 14.1992 21.0801 14.3415 20.9606 14.4915C20.7508 14.8322 20.5271 15.1627 20.2894 15.4831C20.1165 15.8085 19.9538 16.139 19.8013 16.4746C19.8013 16.7784 19.7301 17.0619 19.5877 17.3288C19.5305 17.6746 19.4695 18.0216 19.4047 18.3661C19.2623 18.4424 19.1301 18.422 19.0081 18.3051C18.9979 18.239 18.9877 18.1729 18.9775 18.1068C19.1314 17.2157 19.3907 16.3576 19.7555 15.5288C19.978 15.1551 20.2068 14.789 20.4419 14.4305C20.4915 14.4114 20.5322 14.3809 20.564 14.339C20.6784 14.1941 20.7788 14.0415 20.8691 13.8814C21.3559 13.3843 21.8339 12.8758 22.303 12.3559C22.5254 12.0623 22.739 11.7572 22.9436 11.4407C23.1585 10.8966 23.3619 10.3475 23.5538 9.79322C23.5869 9.52754 23.6275 9.26314 23.6758 9C23.7076 8.96822 23.7381 8.93771 23.7674 8.90848C23.8614 8.90085 23.953 8.91102 24.0419 8.93898C24.0737 9.23644 24.0534 9.53136 23.9809 9.82373Z' fill='white'/%3E%3Cpath d='M19.2991 3.06276L19.3146 3.07279L19.3315 3.08043C19.7648 3.27729 20.2207 3.33985 20.6929 3.26774L20.705 3.26589L20.7169 3.26287C20.876 3.22234 21.0593 3.13727 21.1352 2.94756C21.211 2.75812 21.1373 2.57006 21.0504 2.43068L21.0218 2.3849L20.9769 2.35497L20.7939 2.23293L20.6108 2.1109L20.5611 2.07773L20.5017 2.07066C20.2994 2.04659 20.0971 2.0313 19.8947 2.02482C19.7648 1.96417 19.6252 1.93811 19.4799 1.94738L19.3891 1.95318L19.3232 2.01604C19.3134 2.02549 19.2976 2.03608 19.2603 2.03937L19.1299 2.05088L19.0651 2.16463C18.9789 2.31595 18.9343 2.48873 18.9824 2.66577C19.0298 2.83986 19.1535 2.96865 19.2991 3.06276Z' fill='%23008181' stroke='%23008181' stroke-width='0.5'/%3E%3Cpath d='M12.7514 13.9546L12.7721 13.9222L12.782 13.885C12.8103 13.7794 12.8519 13.6789 12.9073 13.5833C13.0603 13.3379 13.2121 13.0951 13.3626 12.8548L13.3666 12.8484L13.3702 12.8419C13.6698 12.2927 13.9475 11.727 14.2033 11.1447L14.2083 11.1333L14.2122 11.1214C14.3576 10.6737 14.5094 10.2285 14.6675 9.78585L14.674 9.76757L14.6776 9.7485C14.8047 9.0806 14.8774 8.40618 14.8955 7.72538L14.8956 7.72539V7.71872C14.8956 7.34096 14.8412 6.97094 14.7325 6.60943L14.7014 6.50609L14.6049 6.45782C14.4826 6.39668 14.3531 6.35779 14.2175 6.34166L14.1044 6.32819L14.02 6.40473C13.9361 6.4809 13.8699 6.57661 13.8301 6.69018L13.7948 6.79064L13.8428 6.88566C13.8934 6.98591 13.9306 7.09077 13.9544 7.20075C13.9835 7.88418 13.9498 8.56394 13.8532 9.2402C13.7876 9.40895 13.746 9.58448 13.7285 9.76608C13.5789 10.1477 13.435 10.5324 13.2968 10.917C13.2227 11.0071 13.16 11.1046 13.109 11.2092L13.109 11.2092L13.1084 11.2105C12.969 11.5007 12.8354 11.7955 12.7115 12.0949C12.3169 12.8081 11.9136 13.5138 11.5015 14.212L11.4893 14.2326L11.4813 14.2551C11.4117 14.4504 11.427 14.6485 11.5302 14.8292L11.5754 14.9082L11.6608 14.9397C11.7952 14.9893 11.9686 15.0181 12.125 14.9268C12.2621 14.8469 12.3241 14.7113 12.351 14.584L12.5379 14.2902L12.7514 13.9546Z' fill='%23008181' stroke='%23008181' stroke-width='0.5'/%3E%3Cpath d='M20.3268 7.94057L20.3601 7.91283L20.3821 7.87551C20.5362 7.6142 20.7383 7.41241 20.9946 7.26266L21.0969 7.20287L21.1154 7.08581C21.124 7.03096 21.1378 6.98075 21.1586 6.93324L21.1977 6.84366L21.1656 6.75132C21.1447 6.69089 21.125 6.63186 21.1066 6.5742L21.0511 6.40021H20.8684H20.6549H20.5905L20.5341 6.43131C20.5035 6.44818 20.4686 6.46572 20.4289 6.48386L20.3772 6.5075L20.3408 6.55118C20.1471 6.78363 19.934 6.99665 19.7016 7.19036L19.6637 7.2219L19.6407 7.26544C19.5747 7.39013 19.5 7.50769 19.4162 7.62086C19.3395 7.67048 19.2714 7.73098 19.2123 7.80164L19.1997 7.81666L19.1896 7.83345L18.8235 8.44362L18.4574 9.05379L18.4458 9.07311L18.4379 9.09419C18.3589 9.3036 18.2632 9.5045 18.1508 9.69704L18.1402 9.71529L18.1327 9.73506C18.0305 10.0068 17.9372 10.2803 17.8528 10.5592L17.8493 10.5711L17.8469 10.5833C17.7685 10.9813 17.669 11.3743 17.5483 11.7624L17.5426 11.7807L17.5398 11.7997C17.5001 12.0655 17.4504 12.3287 17.3908 12.5894L17.3757 12.6556L17.3961 12.7203C17.4637 12.9347 17.6107 13.0898 17.8211 13.1689L17.8816 13.1917L17.9456 13.1823C18.1039 13.1589 18.2305 13.0674 18.3013 12.9231L18.3168 12.8915L18.323 12.857C18.4147 12.3445 18.5101 11.8321 18.6092 11.3196L18.8028 10.7241L18.9968 10.127C19.3241 9.4035 19.7148 8.71856 20.1691 8.072L20.2352 8.01684L20.3268 7.94057Z' fill='%23008181' stroke='%23008181' stroke-width='0.5'/%3E%3Cpath d='M23.7456 8.6597L23.654 8.66713L23.589 8.73211L23.5442 8.77692L23.4975 8.82363L23.4424 8.87869L23.4284 8.95527C23.3808 9.21448 23.3405 9.4749 23.3074 9.73652C23.1219 10.2712 22.9256 10.801 22.7187 11.3261C22.5234 11.6271 22.32 11.9173 22.1086 12.1969C21.6441 12.7115 21.1708 13.2148 20.6889 13.7068L20.6658 13.7303L20.6497 13.759C20.5651 13.9092 20.4717 14.0508 20.3662 14.1845L20.3661 14.1845L20.3631 14.1884C20.3597 14.1929 20.3572 14.1951 20.3506 14.1976L20.2755 14.2265L20.2313 14.2938C19.9941 14.6553 19.7634 15.0245 19.5391 15.4014L19.5313 15.4145L19.5251 15.4285C19.1521 16.2758 18.8869 17.1534 18.7296 18.0647L18.7227 18.1049L18.7289 18.1452L18.7441 18.2444L18.7594 18.3435L18.7723 18.4273L18.8335 18.486C18.9218 18.5706 19.0303 18.6357 19.1591 18.6556C19.2892 18.6756 19.4124 18.6451 19.5211 18.5869L19.6266 18.5304L19.6488 18.4127C19.7115 18.0794 19.7707 17.7438 19.8262 17.4094C19.9665 17.1336 20.041 16.8409 20.049 16.5309C20.1905 16.222 20.3408 15.9174 20.4999 15.6172C20.7346 15.3 20.9559 14.9729 21.1638 14.6362C21.2729 14.5004 21.3935 14.371 21.5258 14.2479L21.5769 14.2005L21.596 14.1335C21.6022 14.1119 21.6097 14.0907 21.6189 14.0692C21.8986 13.8337 22.1483 13.5722 22.3675 13.2846C22.9176 12.7421 23.3576 12.1222 23.6867 11.4259L23.6959 11.4065L23.7016 11.3857C23.8399 10.8863 24.0093 10.398 24.2098 9.92102L24.2173 9.90312L24.222 9.88428C24.3014 9.56377 24.3238 9.23952 24.2889 8.91283L24.2715 8.75L24.1153 8.70089C23.9952 8.66315 23.8714 8.6495 23.7456 8.6597Z' fill='%23008181' stroke='%23008181' stroke-width='0.5'/%3E%3Cpath d='M9.49696 18.2401L9.54195 18.2272L9.57925 18.1989C9.67258 18.1282 9.75881 18.027 9.78389 17.889C9.80922 17.7497 9.76297 17.6244 9.69763 17.5259L9.63275 17.4281L9.51605 17.4155C9.2207 17.3837 8.92405 17.3731 8.62618 17.3837L8.60943 17.3843L8.5929 17.3872C8.2674 17.4428 7.9301 17.4826 7.58091 17.5062L7.56294 17.5074L7.54533 17.5112C7.23463 17.5778 6.92268 17.6382 6.60947 17.6923L6.60013 17.6939L6.59095 17.6962C5.70307 17.9199 4.94129 18.3605 4.3064 19.0155L4.28162 19.0411L4.26496 19.0725C4.21146 19.1736 4.14114 19.2601 4.05385 19.3309L3.99768 19.3765L3.97451 19.445C3.94101 19.544 3.91758 19.6445 3.91654 19.7398C3.9155 19.8355 3.93742 19.9513 4.02323 20.0449C4.11033 20.1399 4.22532 20.1709 4.3231 20.1753C4.41887 20.1796 4.51993 20.1602 4.61844 20.1308L4.73376 20.0963L4.77878 19.9847C4.82352 19.8738 4.87272 19.7698 4.9279 19.672C4.99142 19.6454 5.05032 19.6092 5.10402 19.5642L5.12566 19.5461L5.14271 19.5237C5.15824 19.5032 5.17172 19.4818 5.18307 19.4595C5.20529 19.4482 5.22671 19.4347 5.24718 19.4192L5.26544 19.4053L5.28088 19.3884C5.37132 19.2891 5.46748 19.2012 5.56933 19.1242C5.90015 18.9352 6.24367 18.7729 6.59999 18.6371C7.46669 18.4591 8.34198 18.3502 9.22597 18.3104L9.25523 18.3091L9.2834 18.3011L9.39018 18.2706L9.49696 18.2401Z' fill='%23008181' stroke='%23008181' stroke-width='0.5'/%3E%3Cpath d='M14.7233 19.5831L14.5867 19.6075L14.5793 19.6258L14.3612 19.5895L14.3966 19.9171C14.4015 19.9619 14.3989 20.0047 14.3889 20.0469C14.3314 20.1215 14.2818 20.2013 14.2403 20.2861L14.1791 20.3167L14.1426 20.3979C13.9981 20.7193 13.7954 20.9956 13.5332 21.2289L13.5195 21.2411L13.5077 21.2552C13.4829 21.2848 13.4608 21.316 13.4415 21.3487H13.2779L13.24 21.5532C13.2344 21.5835 13.2253 21.5971 13.2189 21.6043C13.2122 21.6118 13.1974 21.6246 13.1627 21.6361L13.0837 21.6625L13.0363 21.731C12.9644 21.8348 12.8776 21.9227 12.775 21.9956C12.6144 22.0825 12.4713 22.1913 12.347 22.3218C11.995 22.5548 11.6327 22.7741 11.2601 22.9799C10.9218 23.0585 10.5859 23.1476 10.2523 23.2474C9.67325 23.3634 9.08968 23.4029 8.50108 23.3689L8.4669 23.3347L8.41387 23.3158C8.21861 23.2462 8.02046 23.2615 7.8398 23.3647L7.76073 23.4099L7.72925 23.4954C7.68919 23.6041 7.67418 23.7228 7.70414 23.8426C7.73421 23.9629 7.80366 24.0606 7.89163 24.1368L7.9402 24.1789L8.00305 24.1923C8.31176 24.2584 8.62457 24.2908 8.94117 24.2894L8.94117 24.2896L8.95023 24.2892C9.71898 24.258 10.4771 24.1529 11.2243 23.9777L11.25 23.9717L11.2739 23.9604C11.5425 23.8336 11.8136 23.7131 12.0873 23.5989L12.173 23.5631L12.2054 23.4984C12.5135 23.3542 12.7947 23.1666 13.0485 22.9363C13.0752 22.9241 13.101 22.9145 13.1274 22.9069L13.181 22.8916L13.223 22.855C13.8575 22.3022 14.4288 21.6908 14.9364 21.017L14.9594 20.9864L14.9723 20.9503C15.0542 20.72 15.1585 20.502 15.2853 20.2958L15.3023 20.2681L15.3117 20.2369C15.3566 20.0878 15.39 19.8686 15.2423 19.7065C15.0965 19.5467 14.8764 19.5558 14.7233 19.5831Z' fill='%23008181' stroke='%23008181' stroke-width='0.5'/%3E%3C/svg%3E%0A");}
.info-imgbox .item-list > a > .ico2 {background-image: url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9646 6.95743C13.9646 6.95743 14.1364 4.55575 16.7222 2.9519' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.8932 4.89165C14.8932 4.89165 10.9695 -1.18414 4.4928 1.84762C4.4928 1.84762 7.58184 8.99537 14.8892 4.89165H14.8932Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7807 6.26218C19.1032 5.84486 17.3807 6.00033 15.7605 6.60587C14.4758 7.08866 13.0233 7.08866 11.7386 6.60587C10.1184 5.99624 8.39588 5.84486 6.71839 6.26218C1.71455 7.50598 -0.948974 13.3322 0.773523 19.2689C2.43874 25.001 7.57759 28.7447 12.4341 27.8814C13.1624 27.7504 14.3367 27.7504 15.0649 27.8814C19.9215 28.7447 25.0644 25.001 26.7255 19.2689C28.448 13.3281 25.7845 7.50598 20.7766 6.25809L20.7807 6.26218Z' fill='white'/%3E%3Cpath d='M20.7769 11.5401C20.7769 11.5401 23.244 13.95 21.8734 17.9637' stroke='%23009393' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.info-imgbox .item-list > a > .ico3 {background-image: url("data:image/svg+xml,%3Csvg width='26' height='31' viewBox='0 0 26 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8865 6.00969C13.8865 6.00969 15.0497 2.23136 12.952 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 5.94205C14 5.94205 15.2802 0.932566 21 2.20787C21 2.20787 20.1947 6.54759 14 5.94205Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.37457 9.90895C5.37457 9.90895 4.57445 12.4831 2.8368 14.1065C1.09916 15.7298 0 18.1423 0 20.5935C0 26.3368 5.81909 31 13.004 31C20.189 31 26 26.3433 26 20.5935C26 18.1294 24.9251 15.8592 23.1309 14.0806L22.6459 13.5502C20.9002 11.8169 20.5527 9.91542 20.5527 9.91542L20.3426 9.19105C19.3 6.75274 16.4066 6 13.004 6C9.60149 6 6.43332 6.92736 5.52813 9.55323L5.39074 9.92189L5.37457 9.90895Z' fill='white'/%3E%3Ccircle cx='12.82' cy='27.4986' r='0.82' fill='%23008181'/%3E%3Ccircle cx='17.7487' cy='25.8562' r='0.82' fill='%23008181'/%3E%3Ccircle cx='14.4625' cy='22.5699' r='0.82' fill='%23008181'/%3E%3Ccircle cx='18.022' cy='21.2007' r='0.82' fill='%23008181'/%3E%3Ccircle cx='21.3083' cy='22.2966' r='0.82' fill='%23008181'/%3E%3Ccircle cx='20.2125' cy='16.8199' r='0.82' fill='%23008181'/%3E%3C/svg%3E%0A");}
.info-imgbox .item-list > a > .ico4 {background-image: url("data:image/svg+xml,%3Csvg width='26' height='33' viewBox='0 0 26 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7165 8.65107C8.99271 10.6472 12.8597 13.358 12.8597 13.358C12.8597 13.358 16.8241 10.5805 17.1815 8.65107C17.9073 4.72073 12.8597 1 12.8597 1C12.8597 1 8.16949 4.67785 8.7165 8.65107Z' fill='white' stroke='%23008181' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.93186 17.3497C9.10904 18.1644 12.9977 18.5169 12.9977 18.5169C12.9977 18.5169 13.2143 13.529 11.4216 12.2903C7.77674 9.77012 1.91675 10.661 1.91675 10.661C1.91675 10.661 2.59915 15.73 6.93727 17.3497H6.93186Z' fill='white' stroke='%23008181' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.62888 24.2675C8.85481 25.1012 12.9925 25.4918 12.9925 25.4918C12.9925 25.4918 13.2525 20.48 11.4165 19.2223C7.67956 16.6593 1.45129 17.5073 1.45129 17.5073C1.45129 17.5073 2.2041 22.6048 6.62888 24.2675Z' fill='white' stroke='%23008181' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.01076 31.2751C8.18795 32.0897 12.9918 32.4423 12.9918 32.4423C12.9918 32.4423 13.2085 27.4543 11.4158 26.2157C7.77092 23.6955 0.990234 24.5864 0.990234 24.5864C0.990234 24.5864 1.67264 29.6553 6.00534 31.2751H6.01076Z' fill='white' stroke='%23008181' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.28589 10.9793V7.50745' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.0547 17.3497C16.8775 18.1644 12.9889 18.5169 12.9889 18.5169C12.9889 18.5169 12.7723 13.529 14.5649 12.2903C18.2098 9.77012 24.0698 10.661 24.0698 10.661C24.0698 10.661 23.3874 15.73 19.0493 17.3497H19.0547Z' fill='white' stroke='%23008181' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.35 24.2675C17.124 25.1012 12.9863 25.4918 12.9863 25.4918C12.9863 25.4918 12.7263 20.48 14.5623 19.2223C18.2993 16.6593 24.5275 17.5073 24.5275 17.5073C24.5275 17.5073 23.7747 22.6048 19.35 24.2675Z' fill='white' stroke='%23008181' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.97 31.2751C17.7928 32.0897 12.9889 32.4423 12.9889 32.4423C12.9889 32.4423 12.7723 27.4543 14.5649 26.2157C18.2098 23.6955 24.9905 24.5864 24.9905 24.5864C24.9905 24.5864 24.3081 29.6553 19.97 31.2751Z' fill='white' stroke='%23008181' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.6968 10.9793V7.50745' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.info-imgbox .item-list > a > .ico5 {background-image: url("data:image/svg+xml,%3Csvg width='30' height='29' viewBox='0 0 30 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.16357 13.1242V20.5136C2.50217 22.5134 3.44229 24.4255 5.01578 25.9073C7.37005 28.1262 11.0907 28.2696 13.7278 26.5965C16.0342 25.1345 17.7551 22.7604 20.3962 21.872C23.1887 20.9319 27.447 20.2946 28.2119 16.5939V7.81415' fill='white'/%3E%3Cpath d='M2.16357 13.1242V20.5136C2.50217 22.5134 3.44229 24.4255 5.01578 25.9073C7.37005 28.1262 11.0907 28.2696 13.7278 26.5965C16.0342 25.1345 17.7551 22.7604 20.3962 21.872C23.1887 20.9319 27.447 20.2946 28.2119 16.5939V7.81415' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.1088 2.55221L25.2932 3.30076C27.6084 4.09841 29.085 6.64268 28.5614 9.19513C27.7802 12.9952 23.4074 13.6497 20.5359 14.615C17.828 15.5272 16.0569 17.9692 13.6885 19.4663C10.9765 21.1843 7.15601 21.037 4.74263 18.7587C0.12449 14.4105 0.811689 6.47497 6.10067 3.1126C8.80447 1.3946 11.676 0.940562 14.7438 1.00601C17.5867 1.06737 20.401 1.61958 23.1048 2.55221H23.1088Z' fill='white' stroke='%23008181' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.2566 15.5925C12.0639 15.5925 13.529 14.1274 13.529 12.3201C13.529 10.5128 12.0639 9.04773 10.2566 9.04773C8.44935 9.04773 6.98425 10.5128 6.98425 12.3201C6.98425 14.1274 8.44935 15.5925 10.2566 15.5925Z' fill='%23008181'/%3E%3C/svg%3E%0A");}
.info-imgbox .txtbox .p-txt {margin-top: 25px;}
.info-imgbox .txtbox .p-txt p {margin: 0;color: #FFF; font-size: 16px;line-height: 23px;letter-spacing: -0.32px;}
.info-imgbox .txtbox .p-txt .txt-check {color: #FFF !important;font-size: 15px;}
.info-imgbox .txtbox .p-txt .txt-check::before {top: 4px;width: 14px;height: 14px; background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0.671875C7.91667 0.671875 8.78125 0.848958 9.59375 1.20312C10.4062 1.54688 11.1146 2.02083 11.7188 2.625C12.3229 3.22917 12.7969 3.9375 13.1406 4.75C13.4948 5.55208 13.6719 6.41146 13.6719 7.32812C13.6719 8.25521 13.4948 9.125 13.1406 9.9375C12.7969 10.7396 12.3229 11.4427 11.7188 12.0469C11.1146 12.651 10.4062 13.1302 9.59375 13.4844C8.78125 13.8281 7.91667 14 7 14C6.08333 14 5.21875 13.8281 4.40625 13.4844C3.59375 13.1302 2.88542 12.651 2.28125 12.0469C1.67708 11.4427 1.19792 10.7396 0.84375 9.9375C0.5 9.125 0.328125 8.25521 0.328125 7.32812C0.328125 6.41146 0.5 5.55208 0.84375 4.75C1.19792 3.9375 1.67708 3.22917 2.28125 2.625C2.88542 2.02083 3.59375 1.54688 4.40625 1.20312C5.21875 0.848958 6.08333 0.671875 7 0.671875ZM6.32812 10L10.3281 6L9.40625 5.04688L6.34375 8.125L4.60938 6.39062L3.67188 7.32812L6.32812 10Z' fill='white'/%3E%3C/svg%3E%0A");}
@media (max-width:1024px) {
  .info-imgbox .txtbox .h-box .stit {font-size: 18px;}  
  .info-imgbox .txtbox .h-box .tit {font-size: 34px;} 
  .info-imgbox .txtbox .h-box .btn-icon {width: 40px; height: 40px;} 
  .info-imgbox {flex-direction: column;gap: 40px; padding: 40px;}
  .info-imgbox .picbox {width: auto;margin: 0 auto;}
  .info-imgbox .txtbox {width: 100%;}
  .info-imgbox .txtbox .iconlist-box {margin: 15px 0 20px;}
  .info-imgbox .item-list {margin-top: 15px;}
  .info-imgbox .item-list > a {max-width: 100%;}  
}
@media (max-width:767px) {
  .info-imgbox {padding: 30px;}
}
@media (max-width:540px) {
  .info-imgbox {padding: 30px 25px;gap: 30px; border-radius: 20px;}
  .info-imgbox .picbox {border-width: 4px;}
  .info-imgbox .txtbox .h-box .stit {font-size: 16px;}
  .info-imgbox .txtbox .h-box .tit {font-size: 26px; margin: 0 5px 0 0;}
  .info-imgbox .txtbox .h-box .btn-icon{width: 35px; height: 35px; background-size: 50%;}
  .info-imgbox .txtbox .iconlist-box {padding: 20px 15px;}
  .info-imgbox .txtbox .iconlist-box .list-icon .item {gap: 5px;flex-direction: column;}
  .info-imgbox .item-list > a {width: calc(33.333% - 7px);height: 100px;}
  .info-imgbox .txtbox .p-txt {margin-top: 20px;}
}
/* 소개 탑박스 End */

/* 교통정보 지도 */
.traffic-wrap {position: relative; text-align: center;}
.traffic-wrap .location_se04 {position: relative; border-radius: 20px;border: 10px solid #FFF;box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05); overflow: hidden;}
.traffic-wrap .location_se04 .map_box {border: none;}
.traffic-wrap .location_se04 .map_box .map {width: 50%; height: auto;}
.traffic-wrap .location_se04 .map_box .map_info {width: 50%; padding: 40px 40px 40px 50px; text-align: left; background: #fff; background-image: none;}
.traffic-wrap .location_se04 .map_box .map_info .h2 {font-family: "Gmarket Sans"; margin: 0 0 20px;}
.traffic-wrap .location_se04 .map_box .map_info .btn {text-align: center; margin: 25px 0 0; padding: 18px 13px;}
.traffic-wrap .location_conbox .item .icon_box {left: 0;}
.traffic-wrap .location_conbox .item {min-height: 150px; padding: 40px 20px 40px 130px;border-bottom: 1px solid #ddd;}
.traffic-wrap .location_conbox .item:not(:last-child) {border-bottom: 1px dashed #ccc;}
.traffic-wrap .location_conbox .item:last-child {border-bottom: 1px solid #ddd;}
.location_conbox .item .icon_box.icon03::before {width: 19px;height: 21px;background-image: url("data:image/svg+xml,%3Csvg width='19' height='21' viewBox='0 0 19 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1162 0.616211C16.0479 0.616211 16.8389 0.950195 17.4893 1.61816C18.1572 2.28613 18.4912 3.07715 18.4912 3.99121V17.4912C18.4912 17.8076 18.377 18.0801 18.1484 18.3086C17.9375 18.5195 17.6826 18.625 17.3838 18.625V19.7588C17.3838 20.0576 17.2695 20.3213 17.041 20.5498C16.8301 20.7607 16.5664 20.8662 16.25 20.8662H15.1162C14.8174 20.8662 14.5537 20.7607 14.3252 20.5498C14.1143 20.3213 14.0088 20.0576 14.0088 19.7588V18.625H4.99121V19.7588C4.99121 20.0576 4.87695 20.3213 4.64844 20.5498C4.4375 20.7607 4.18262 20.8662 3.88379 20.8662H2.75C2.43359 20.8662 2.16113 20.7607 1.93262 20.5498C1.72168 20.3213 1.61621 20.0576 1.61621 19.7588V18.625C1.31738 18.625 1.05371 18.5195 0.825195 18.3086C0.614258 18.0801 0.508789 17.8076 0.508789 17.4912V3.99121C0.508789 3.07715 0.833984 2.28613 1.48438 1.61816C2.15234 0.950195 2.95215 0.616211 3.88379 0.616211H15.1162ZM4.4375 16.3838C4.91211 16.3838 5.30762 16.2168 5.62402 15.8828C5.95801 15.5488 6.125 15.1533 6.125 14.6963C6.125 14.2217 5.95801 13.8262 5.62402 13.5098C5.30762 13.1758 4.91211 13.0088 4.4375 13.0088C3.96289 13.0088 3.55859 13.1758 3.22461 13.5098C2.9082 13.8262 2.75 14.2217 2.75 14.6963C2.75 15.1533 2.9082 15.5488 3.22461 15.8828C3.55859 16.2168 3.96289 16.3838 4.4375 16.3838ZM14.5625 16.3838C15.0371 16.3838 15.4326 16.2168 15.749 15.8828C16.083 15.5488 16.25 15.1533 16.25 14.6963C16.25 14.2217 16.083 13.8262 15.749 13.5098C15.4326 13.1758 15.0371 13.0088 14.5625 13.0088C14.0879 13.0088 13.6836 13.1758 13.3496 13.5098C13.0332 13.8262 12.875 14.2217 12.875 14.6963C12.875 15.1533 13.0332 15.5488 13.3496 15.8828C13.6836 16.2168 14.0879 16.3838 14.5625 16.3838ZM16.25 10.7412V3.99121H2.75V10.7412H16.25Z' fill='%23111111'/%3E%3C/svg%3E%0A");}
@media (max-width:940px) {
  .traffic-wrap .location_se04 .map_box .map {width: 100%; height: 400px;}
  .traffic-wrap .location_se04 .map_box .map_info {width: 100%; padding: 40px 30px;}
  .traffic-wrap .location_se04 .map_box .map_info .h2 {margin: 0 0 10px;font-size: 22px;}
}
@media (max-width:767px) {
  .traffic-wrap .location_conbox .item {padding: 40px 25px}
}
@media (max-width:540px) {
  .traffic-wrap .location_se04 .map_box .map_info .h2 {font-size: 20px;}
  .traffic-wrap .location_se04 .map_box .map_info {padding: 40px 20px;}
  .traffic-wrap .location_conbox .item {padding: 30px 15px;}

}
/* 교통정보 지도 End */

/* 소개탑박스 */
.introduction-box {overflow: hidden; position: relative;display: flex;align-items: center;gap:5%;margin-bottom: 60px; padding: 30px 6% 60px;background: #009393;}
.introduction-box::before {content: '';position: absolute;right: 0;bottom: 11px;width: 100%;height: 197px;z-index: 1;background-repeat: no-repeat;background-position: right bottom;background-size: 39%;background-image: url("data:image/svg+xml,%3Csvg width='522' height='197' viewBox='0 0 522 197' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.04'%3E%3Cpath d='M43.5329 46.9153C47.1256 49.4445 49.0261 51.7626 49.0261 53.662C49.0261 54.7172 48.603 56.1912 47.7569 57.8762C47.1223 59.5611 45.8564 66.5189 44.1641 78.746C44.1641 81.2752 44.5872 82.5414 45.853 82.5414C48.8112 82.5414 62.3328 81.0675 86.6326 77.6941L128.255 73.2689C130.367 73.2689 133.748 74.5352 138.818 77.0643C143.254 80.0156 145.581 82.3337 145.581 84.0221C145.581 84.8662 144.946 86.3402 144.1 88.2396C142.411 91.1908 140.507 94.9863 138.607 100.045C137.126 104.051 136.072 107.843 135.649 111.428L140.93 111.005C155.298 109.32 163.115 108.265 163.961 108.265C165.65 108.265 169.031 109.532 174.313 112.061C178.54 114.59 180.652 117.119 180.652 119.226C180.652 121.333 178.752 122.177 175.37 122.177C172.412 122.177 168.396 122.177 163.749 121.755C159.102 121.544 153.821 121.333 148.324 121.333C131.633 121.333 111.772 122.388 88.5297 124.073L82.1903 124.495C79.8667 131.242 77.3317 137.145 74.5851 142.625C66.9798 156.537 56.8362 167.076 44.1608 174.034C31.482 180.358 19.2296 183.521 7.60857 183.521C5.7081 183.521 4.86198 183.098 4.86198 182.465C4.86198 181.41 6.5509 180.358 10.1437 179.303C25.146 173.19 36.9786 166.235 45.8497 158.433C55.5703 150.424 62.5409 140.937 66.9798 129.976C67.6144 128.502 68.2491 127.025 68.6688 125.762C51.766 127.447 38.2444 129.346 28.3123 131.031C20.9186 132.716 16.4797 133.349 15.2138 133.349C13.1018 133.349 9.93214 132.083 5.70477 129.343C1.90047 126.814 0 125.125 0 123.862C0 122.388 1.68893 121.544 5.49323 121.544C15.2138 121.544 27.6777 120.7 42.8915 118.804C54.0895 117.749 63.8101 116.908 72.05 116.064C73.3192 110.372 74.162 104.681 74.162 99.2004C74.162 96.2492 73.7389 93.72 73.1043 91.6129C72.6812 89.9279 72.2582 88.6617 72.2582 87.8175C66.3419 88.6617 61.6948 89.5025 58.3135 90.3467C49.2275 92.6648 42.6767 93.72 38.6642 93.72C37.395 93.72 35.9175 92.8758 34.0171 90.9798C32.1166 88.6617 31.2705 86.9733 31.2705 85.9215C31.2705 85.7104 31.6935 84.8662 32.5397 83.1812C33.8089 80.23 34.4401 76.4346 34.4401 71.5873V66.5289C34.4401 59.7822 33.8055 55.146 32.9627 52.1947C31.6935 49.2435 31.2738 46.9254 31.2738 45.4481C31.2738 43.552 32.12 42.4968 34.0204 42.4968C36.344 42.4968 39.5137 43.9707 43.5295 46.922L43.5329 46.9153ZM59.801 22.0423C63.1823 21.8313 66.5635 21.4092 69.9413 20.7761C77.5466 19.3021 88.5331 17.4027 102.901 15.2957C105.013 15.0846 107.336 14.4515 109.452 13.6107C110.721 13.1886 111.564 12.9775 111.987 12.9775C113.676 12.9775 117.057 14.4515 122.339 16.984C127.832 20.5684 130.79 23.3086 130.79 24.9936C130.79 26.2599 130.155 27.3117 129.101 28.578C124.874 32.3734 122.127 36.3765 120.438 41.0161L116.634 48.6036C116.211 49.6589 115.788 50.2886 115.365 50.7107C117.688 52.3957 118.957 53.873 118.957 54.9249C118.957 55.9768 118.323 56.6099 117.268 56.6099C111.987 56.6099 107.128 57.032 102.901 57.8762L82.6167 60.1943C78.8124 60.8274 75.8543 61.0385 73.9538 61.0385C72.8961 61.0385 72.0533 61.0385 71.2072 60.8274C70.9957 61.6716 70.7841 62.5124 70.5726 62.9345C69.7264 64.6195 69.0919 65.2526 68.2491 65.2526C66.9798 65.2526 65.714 64.4084 64.8678 62.5124C63.1789 60.4053 62.3328 57.8762 62.1212 55.1359L59.7977 43.753C58.74 38.0615 57.6857 34.0551 56.628 31.948C55.7818 29.4188 54.0929 27.1007 51.3463 24.7792C50.077 24.5682 49.6574 24.3571 49.6574 23.935C49.6574 21.828 50.5035 20.7727 52.404 20.7727C55.1506 20.7727 57.6857 21.1948 59.7977 22.039L59.801 22.0423ZM97.1993 49.6555C100.369 49.0224 102.693 48.6003 104.173 48.3893V47.9672C104.596 45.227 105.443 40.8018 106.497 34.8992C107.131 30.263 107.555 27.3117 107.555 26.0455C107.555 23.9384 105.443 22.8832 101.215 22.8832C98.6801 22.8832 94.4527 23.5163 88.7479 24.3571C82.197 25.2013 75.861 26.6753 69.9447 28.5713C68.6755 29.2044 67.8327 29.4155 67.4096 29.4155C67.4096 30.8894 67.6212 32.1557 68.0443 33.4219C69.7332 42.2757 71.0024 48.8113 71.4255 53.4476C80.5115 52.6034 89.1744 51.3405 97.2027 49.6522L97.1993 49.6555ZM91.7061 93.0802C91.4946 94.3464 91.283 95.6094 90.86 96.8756C89.5907 98.7716 88.3249 101.723 87.4787 105.94C86.6326 109.314 85.998 112.265 85.3667 115.005C94.0296 114.372 100.581 113.95 105.016 113.531C109.875 113.32 115.791 112.898 122.765 112.265C124.877 97.7198 125.935 89.0771 125.935 86.5479C125.935 84.0187 124.457 82.7525 121.919 82.7525C106.917 84.0187 94.4527 85.0706 84.5206 86.3368C89.1677 88.655 91.7027 90.9731 91.7027 93.0835L91.7061 93.0802ZM105.862 141.985C114.102 144.514 122.342 147.677 130.582 151.05C140.934 156.108 147.908 160.748 151.289 164.962C153.824 168.969 155.305 173.183 155.305 177.4C155.305 178.874 154.882 180.563 154.247 182.248C153.401 183.514 152.347 184.144 151.077 184.144C149.597 184.144 147.273 183.299 144.315 182.037C139.245 179.296 132.694 174.238 124.877 166.647C114.737 156.949 107.128 150.417 102.058 147.044C97.8306 144.514 95.7186 142.618 95.7186 141.352C95.7186 140.719 95.9301 140.297 96.5647 140.297C98.2537 140.297 101.423 140.93 105.862 141.982V141.985Z' fill='black'/%3E%3Cpath d='M255.104 3.27948C259.332 4.96448 262.078 6.65283 263.556 8.12678C264.825 10.0228 265.456 11.9222 265.456 13.6072C265.456 18.2435 263.979 20.9837 261.44 22.2499H261.652C272.638 20.776 281.301 19.0876 287.852 17.4026C289.964 16.7695 291.445 16.3474 292.288 16.3474C294.4 16.3474 297.358 17.1916 300.739 18.8766C302.851 20.1428 304.12 21.4058 304.12 22.8831C304.12 23.9383 302.22 24.7791 298.627 25.6233C295.881 26.4674 291.022 27.5193 284.259 28.3635C285.106 28.7856 285.74 29.2077 286.371 29.6297C289.753 31.9479 291.653 34.055 291.653 35.7433C291.653 36.1654 290.807 37.2172 289.33 38.6945L284.259 45.86C280.035 51.3404 276.654 55.3469 273.908 57.665C274.754 57.665 275.597 57.4539 276.231 57.4539C295.457 55.769 310.248 53.4475 320.392 50.9183C324.616 50.0741 327.154 49.6521 327.997 49.6521C328.84 49.6521 332.856 50.9183 339.618 53.2364C345.111 56.1877 347.858 58.9279 347.858 61.246C347.858 63.5642 343.842 64.6194 336.237 64.6194C326.097 64.6194 314.899 64.4083 303.066 64.4083C289.756 64.4083 272.007 65.6746 250.034 67.7817C234.82 68.6258 218.341 71.5771 200.38 76.4244C195.733 77.6907 192.563 78.3204 191.083 78.3204C188.548 78.3204 184.955 77.2652 180.096 75.1581C174.603 72.84 172.068 70.944 172.068 69.4667C172.068 67.7817 173.757 66.9375 177.138 66.5154C196.364 66.0933 210.52 65.0381 219.606 63.3531C226.58 62.5089 233.763 61.4571 240.945 60.6129C240.099 60.1908 239.467 59.5577 238.833 58.2948C236.298 55.1325 232.917 47.9671 228.901 37.0029C228.266 36.1587 228.055 35.3179 228.055 34.4737C228.055 34.4737 228.055 34.2626 228.266 34.2626H225.519C220.026 34.2626 216.433 33.8406 214.745 32.7887C212.633 31.3147 211.575 30.0485 211.575 28.9933C211.575 28.1491 214.321 27.5193 220.026 27.0972C231.013 26.253 243.057 24.9901 255.944 23.0907C253.832 22.2466 251.297 19.2953 248.55 14.6591C244.534 8.33447 242.634 4.12031 242.634 2.43196C242.634 1.58779 243.268 1.1657 244.534 0.958008C247.492 0.958008 250.874 1.80218 255.098 3.27613L255.104 3.27948ZM224.68 82.96C225.526 83.3821 226.58 83.5932 227.427 84.0152C239.259 82.96 251.092 81.275 262.925 78.9569C273.488 76.8498 280.462 75.5836 283.843 74.7427C286.167 73.8986 287.859 73.4765 288.913 73.4765C290.814 73.4765 294.618 75.1615 300.323 78.3238C303.704 80.4309 305.393 81.9082 305.393 82.749C305.393 84.0152 304.758 85.0671 303.912 86.3334C303.066 87.5996 302.223 89.7067 301.377 92.4469C297.153 106.148 293.349 117.32 289.756 126.174C287.433 128.492 285.32 129.547 283.417 129.547C282.359 129.547 281.305 128.914 280.459 127.229C279.824 126.385 279.401 125.333 279.401 124.067C275.177 124.278 271.161 124.7 267.78 125.122L259.963 125.966L262.498 127.021C266.722 128.917 268.837 131.028 268.837 133.135C268.837 133.557 268.414 134.19 267.568 135.031C266.722 137.138 266.087 138.826 265.879 140.511L276.02 139.878C292.922 139.034 306.021 137.56 314.895 135.872C318.7 135.238 321.023 134.816 321.869 134.816C322.504 134.816 326.093 136.083 332.433 138.401C337.714 141.141 340.461 143.67 340.461 145.988C340.461 148.095 336.868 148.94 329.686 148.94C320.389 148.94 310.248 148.728 299.685 148.728C290.387 148.728 278.978 149.151 265.456 149.995L264.822 172.127C264.61 177.608 263.764 182.455 262.075 186.673C260.386 193.419 259.117 197 257.851 197C256.162 197 255.104 194.471 254.258 189.835C253.835 186.673 253.624 182.67 253.624 177.819V150.839H253.2C240.102 151.472 225.523 153.157 209.463 156.108C205.447 156.952 202.7 157.375 201.434 157.375C199.111 157.375 195.73 156.53 191.083 154.423C186.012 152.316 183.477 150.417 183.477 148.943C183.477 147.469 185.166 146.625 188.548 146.203C205.45 145.992 218.129 145.358 226.157 144.096C234.82 143.251 243.906 142.411 253.624 141.566C253.2 137.352 252.777 133.557 252.143 130.606C251.508 128.921 251.297 127.865 251.297 127.232V127.021L247.281 127.443C243.477 127.865 240.518 128.076 238.406 128.076C236.929 128.076 235.871 128.076 235.237 127.654C235.025 128.498 234.814 129.339 234.602 129.761C233.756 131.235 233.121 131.868 232.279 131.868C231.009 131.868 229.743 131.024 228.686 129.339C226.997 127.021 226.151 124.492 226.151 121.752L223.827 108.473C222.981 101.726 221.927 97.0899 220.869 94.3497C220.023 91.3984 218.545 88.6582 216.01 85.918C214.741 85.4959 214.321 85.2849 214.321 84.8628C214.321 82.7557 215.168 81.7005 217.068 81.7005C219.815 81.7005 222.35 82.1226 224.673 82.9667L224.68 82.96ZM234.82 102.142C246.23 100.875 257.216 98.9792 268.203 96.4501C271.161 95.8169 272.85 95.3948 273.061 95.3948C274.331 95.3948 276.866 95.8169 281.09 96.6611C282.779 97.2942 284.048 97.7163 284.894 98.135C285.529 93.2878 285.952 89.2813 285.952 85.9079C285.952 83.8009 284.263 82.7456 281.305 82.7456C278.981 82.7456 272.853 83.5898 262.71 84.8527C250.034 86.9598 241.579 88.2261 237.144 89.0669C234.82 89.9111 233.128 90.3332 231.862 90.3332L232.497 95.3915C232.92 98.1317 233.131 100.45 233.343 102.349C233.766 102.349 234.401 102.138 234.824 102.138L234.82 102.142ZM266.725 58.0871C270.107 52.6067 272.43 48.1781 273.908 44.386C275.177 40.8016 276.02 37.8504 276.02 35.5322C276.02 34.477 275.597 32.581 274.962 29.8408V29.6297L269.892 30.2629C253.412 32.37 241.156 33.6362 233.128 34.0583C233.763 34.2693 234.397 34.4804 234.817 34.6914C239.253 37.0096 242.422 39.3277 244.326 41.8602C246.438 45.0225 247.496 49.2367 247.496 54.5094C247.496 57.4607 246.65 59.3567 245.172 60.2009C252.143 59.3567 259.328 58.7269 266.722 58.0938L266.725 58.0871ZM262.921 117.742C268.203 116.898 271.584 116.268 273.273 116.268C274.962 116.268 277.289 117.112 280.667 118.797C281.513 116.268 282.779 111.21 284.048 103.2C284.048 102.989 284.048 102.778 284.259 102.567C282.99 102.989 281.724 103.411 280.035 103.622L270.315 105.096C267.78 105.518 261.652 106.57 251.512 107.836C246.018 108.681 242.003 108.892 239.467 108.892C237.144 108.892 235.452 108.892 234.186 108.469C234.609 113.739 235.032 117.956 235.243 120.908C245.176 120.486 254.47 119.434 262.921 117.745V117.742Z' fill='black'/%3E%3Cpath d='M395.353 22.042C398.734 23.727 400.635 25.8374 400.635 27.9445C400.635 29.2107 400.212 30.6847 399.365 32.7918C397.677 38.0611 396.83 43.3305 396.619 48.8109L395.984 78.1125C398.308 74.9502 400.42 71.7879 402.112 68.8366C405.916 63.3562 408.663 58.2978 410.14 54.0803C410.563 52.3953 411.198 51.5512 412.041 51.5512C413.31 51.5512 415.634 52.8174 419.015 55.1355C422.608 58.0868 424.508 59.9828 424.508 61.0381C424.508 62.723 423.662 63.9893 422.185 65.0445C416.268 70.1029 407.605 76.4275 395.773 84.015C395.35 97.716 393.872 110.154 391.549 121.326C391.126 123.433 390.491 125.122 390.068 126.807C393.449 128.28 396.83 129.758 400.208 131.443C404.855 134.605 408.237 137.345 409.929 139.663C410.987 142.193 411.618 144.511 411.618 147.04C411.618 148.725 411.195 150.413 410.349 152.098C409.502 153.572 408.448 154.205 407.179 154.205C406.544 154.205 405.49 153.783 404.221 152.731C402.109 151.046 399.151 147.884 395.769 142.822C392.811 138.605 390.276 135.235 388.376 132.913C386.264 139.871 383.729 145.77 381.193 150.832C377.178 158.001 371.261 165.166 363.445 172.332C355.839 177.39 350.977 180.13 348.865 180.13C348.019 180.13 347.808 179.708 347.808 178.864C357.74 168.536 364.922 159.26 369.357 151.04C374.428 141.764 378.232 130.803 380.555 118.576C383.091 106.56 384.36 92.8587 384.36 77.4693V60.817C384.36 51.119 383.937 43.3205 383.514 36.9959C383.091 33.4115 382.456 30.0381 381.402 27.0869C379.924 24.5577 379.29 23.0804 379.29 22.2396C379.29 19.9215 380.559 18.6552 383.514 18.6552C386.895 18.6552 390.907 19.9215 395.346 22.0286L395.353 22.042ZM358.378 77.0606C363.871 79.3787 367.887 81.9079 370.422 84.4371C372.957 87.3883 374.226 91.6025 374.226 96.8752C374.226 101.3 372.326 103.411 368.733 103.411C367.252 103.411 365.775 102.567 364.509 100.671C361.128 97.5083 356.904 90.3429 351.83 79.3787C350.984 78.5345 350.561 77.6937 350.561 77.0606C350.561 76.2164 351.196 75.5833 352.25 75.5833C353.939 75.5833 356.054 76.2164 358.378 77.0606ZM513.041 119.219C515.999 118.797 517.688 118.375 518.323 118.375C519.169 118.375 522.339 119.43 528.043 121.326C532.691 123.855 535.017 126.173 535.017 128.284C535.017 130.18 531.636 131.024 525.297 131.024C517.692 131.024 509.66 130.813 500.789 130.813C491.918 130.813 481.139 131.446 467.406 132.498V132.92C463.814 144.303 459.166 153.79 453.25 161.377C446.911 169.387 440.363 174.867 433.812 178.241C427.05 181.614 419.445 183.299 411.205 183.299C409.516 183.299 407.824 182.877 406.135 182.455C404.865 182.244 404.446 182.033 404.446 181.822C404.446 181.4 405.292 180.767 407.404 179.926C416.701 177.397 425.153 173.179 432.758 166.858C441.632 159.689 448.183 151.05 452.83 140.508C453.888 138.189 454.731 135.871 455.366 133.55C446.914 134.605 437.828 136.079 428.531 138.186C425.361 139.03 423.249 139.241 422.191 139.241C420.079 139.241 416.91 138.397 412.894 136.712C408.247 134.816 406.131 133.128 406.131 131.865C406.131 130.602 407.4 129.758 410.359 129.336C418.387 129.336 425.361 128.914 431.066 128.28C430.22 126.595 429.585 124.907 429.585 123.222L427.684 106.57C426.838 98.3492 425.784 92.4466 424.938 88.8623C424.092 85.4889 422.614 82.1156 420.079 78.7456C419.233 77.9014 418.81 77.4793 418.81 77.0606C418.81 75.3756 419.445 74.3204 421.134 74.3204C423.88 74.3204 426.204 74.7425 428.316 75.5866L431.062 76.6419C431.485 76.6419 432.12 76.4308 432.54 76.4308C438.879 76.4308 447.754 75.3756 459.375 73.2685C465.926 63.3595 470.573 55.1389 473.531 48.8176C473.531 47.7624 472.896 47.1327 472.05 47.1327C464.868 49.2397 460.217 50.0839 458.105 50.0839C455.57 50.0839 453.67 50.0839 452.401 49.6618C449.654 53.4573 446.907 57.0383 444.372 59.9895C441.414 63.3629 438.033 66.3141 434.021 68.8433C432.751 69.4764 431.908 69.6875 431.062 69.6875C429.793 69.6875 429.162 69.4764 429.162 68.6323C439.725 52.6131 446.065 41.4412 448.177 35.1166C450.289 30.0582 451.346 23.5226 451.769 15.7241C451.981 14.6688 452.827 14.0391 454.093 14.0391C455.993 14.0391 458.952 15.0943 462.967 16.9903C466.772 19.0974 468.672 21.4155 468.672 23.526C468.672 24.3701 468.461 24.9999 468.038 25.8441C463.81 31.9576 460.221 37.227 457.474 41.6522L456.628 43.1262C462.967 42.071 469.095 40.1749 474.8 37.6458C479.024 35.5387 481.563 34.2724 482.828 34.2724C483.886 34.2724 486.421 35.1166 490.434 36.8016C494.446 38.4866 496.561 40.386 496.561 42.282C496.561 43.967 494.872 45.4443 491.914 47.1293C487.267 51.1358 480.928 57.8791 472.9 67.155C470.999 69.051 469.518 70.5283 468.252 71.5802C474.592 70.525 481.563 69.262 488.96 67.5737C494.664 65.4666 498.469 64.4114 500.158 64.4114C502.904 64.4114 506.709 66.3074 511.779 69.8918C514.314 71.5768 515.794 73.0541 515.794 74.5281C515.794 75.7943 514.948 77.6904 513.682 80.4306C512.413 84.226 511.57 87.8071 510.724 91.3914C506.92 109.943 505.02 119.216 505.02 119.638C504.808 120.06 504.808 120.482 504.808 120.693L513.048 119.219H513.041ZM435.286 83.3852L435.921 89.4987C437.61 106.995 438.668 119.011 438.668 125.755C438.668 126.599 438.456 127.021 438.456 127.44C439.302 127.44 439.937 127.44 440.78 127.229L457.048 125.333C457.471 122.803 457.682 120.485 457.682 117.956C457.682 117.112 457.471 116.271 457.471 115.005C456.836 114.161 456.625 113.32 456.625 112.476C456.625 111.209 457.471 110.369 459.371 110.369C461.06 110.369 463.595 111.635 467.188 114.164C470.146 116.482 471.835 118.589 471.835 120.489C471.835 121.755 471.412 123.018 470.989 124.073L481.129 123.229C485.565 122.807 489.792 122.596 493.597 122.174C493.385 121.54 493.385 120.907 493.385 120.489C493.385 120.07 493.385 118.804 493.808 116.482C494.654 111.846 495.709 104.677 496.555 94.7715C497.401 88.869 497.824 83.5996 497.824 78.9633C497.824 76.8563 496.347 75.59 493.6 75.59C490.219 75.59 484.091 76.4342 475.008 78.1192C472.685 78.5413 470.573 78.9633 468.457 79.1744C471.415 81.0704 472.893 82.7588 472.893 84.4438C472.893 85.0769 472.681 85.499 472.258 85.9177L466.977 92.8754C472.47 94.1417 477.117 95.1936 481.133 96.2488C483.456 97.093 485.357 98.3559 486.837 99.8332C488.526 102.362 489.373 104.891 489.584 107.002C489.584 109.531 488.107 110.797 485.36 110.797C484.091 110.797 482.825 110.586 481.136 109.953C478.178 108.268 475.643 106.158 473.108 103.629C469.938 101.099 466.98 98.7813 464.445 96.6709C461.487 101.307 458.317 105.103 454.724 108.476C452.824 110.583 450.289 112.482 447.119 114.167C446.273 114.589 445.642 114.8 445.219 114.8C444.161 114.8 443.738 114.589 443.738 113.956C450.923 102.995 455.147 95.408 456.836 91.1904C457.894 88.2392 458.525 84.8658 458.948 80.6517C447.539 82.3367 439.51 83.3919 435.283 83.3919L435.286 83.3852ZM484.94 144.725C491.28 146.832 497.619 149.572 503.955 152.735C511.772 157.371 517.054 161.377 519.589 164.962C521.701 168.757 522.758 172.338 522.758 176.134C522.758 177.608 522.335 179.296 521.701 180.981C520.855 182.247 519.589 182.877 518.32 182.877C517.262 182.877 515.573 182.244 513.249 180.981C509.445 178.452 504.586 174.023 498.67 167.069C491.276 158.426 485.572 152.524 481.767 149.15C478.598 147.043 477.12 145.566 477.12 144.303C477.12 143.67 477.332 143.248 477.966 143.248C479.236 143.248 481.559 143.881 484.937 144.722L484.94 144.725Z' fill='black'/%3E%3C/g%3E%3C/svg%3E%0A");}
.introduction-box .img-wrap {overflow: hidden;flex-shrink: 0;max-width: 30%; border-radius: 20px;border: 10px solid #fff;box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);z-index: 3;}
.introduction-box .img-wrap img {width: auto; min-height: 100%; object-fit: cover;}
.introduction-box .text-wrap .tit {position: relative;display: flex;flex-wrap: wrap;align-items: flex-end;gap:8px;margin-bottom: 20px;font-family: 'Gmarket Sans';font-size: 43px;color: #222;letter-spacing: -0.02em;line-height: 1;z-index: 2;}
.introduction-box .text-wrap .tit::before {content: '';position: absolute;right: -11%;bottom: -25px;width: 100vw;height: 300px;background: #fff; z-index: -1;}
.introduction-box .text-wrap .tit::after {content: '';position: absolute;left: -73px;top: calc(100% + 25px);width: 100%;height: 161px;z-index: 0;background-repeat: no-repeat;background-size: 47%;background-image: url("data:image/svg+xml,%3Csvg width='366' height='161' viewBox='0 0 366 161' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.06'%3E%3Cpath d='M38.8015 -2.61151C44.8045 -0.473553 49.0904 1.66441 51.666 3.80577C54.4529 6.58613 55.9519 10.223 55.9519 14.7131C55.9519 17.7076 55.308 20.0597 54.2383 21.3445C54.4529 21.3445 54.6675 21.1304 54.8822 21.1304C60.6705 19.8456 64.1013 19.2066 64.9599 19.2066C67.1028 19.2066 69.8897 20.0631 73.3204 21.5586C75.678 23.0542 76.9659 24.7673 76.9659 26.477C76.9659 27.3335 75.8927 27.9725 73.7497 27.9725C60.03 29.2573 43.5201 32.6767 23.7974 38.2374C19.5115 39.733 16.7212 40.3754 15.4368 40.3754C13.2938 40.3754 10.0777 39.5189 5.35909 37.3809C1.71368 35.4571 0 33.744 0 32.0343C0 31.3919 1.07318 30.9636 3.21614 30.5354C12.6499 29.4647 27.0135 26.8984 46.7362 22.8367C45.8777 22.4084 45.2372 21.766 44.3786 20.6987C40.9478 17.7042 36.6619 10.8587 31.0882 0.379593C30.2297 -0.47695 29.8004 -1.3301 29.8004 -2.18664C30.015 -3.47145 30.6589 -4.11046 31.9433 -4.11046C33.657 -4.11046 36.018 -3.46805 38.8049 -2.61491L38.8015 -2.61151ZM27.4394 99.1982L28.9384 99.6264C33.6536 99.1982 37.7283 98.7699 41.1591 97.9168C45.4484 97.0602 49.5197 95.3505 53.5944 93.2126C55.308 92.356 56.5959 91.717 57.4544 91.717C59.5974 91.717 63.2428 93.0018 68.3872 95.3539C70.7448 96.8495 72.0326 98.3484 72.0326 100.058C72.0326 101.343 71.3887 102.838 70.1043 104.548C68.3906 106.686 67.1028 109.681 66.0296 113.103L62.3842 124.225C63.0281 124.653 63.672 125.081 64.0979 125.081C66.4555 126.366 67.7433 127.648 67.7433 128.932C67.7433 129.789 67.314 130.217 66.4555 130.217C62.5955 130.217 59.3793 130.646 56.5924 131.074L42.6581 132.998C40.0859 133.426 38.1576 133.64 36.8698 133.64H36.2258C36.0112 134.925 35.7966 135.778 35.3673 136.42C34.5088 138.13 33.8682 138.773 33.0097 138.773C31.7219 138.773 30.6521 137.916 29.5789 135.992C27.8652 133.854 27.0067 131.288 26.7921 128.508L24.8637 118.453C24.0052 113.535 23.3647 110.112 22.5062 108.188C21.8622 106.051 20.3632 103.913 18.2168 101.985C17.3583 101.557 16.929 101.129 16.929 100.915C16.929 98.9908 17.7876 97.9202 19.7159 97.9202C22.5027 97.9202 25.075 98.3484 27.4326 99.205L27.4394 99.1982ZM59.812 47.6526C63.672 48.9374 65.6004 50.2188 65.6004 51.0754C65.6004 52.7851 63.2428 54.0699 58.9534 54.7123C56.5959 55.1406 54.6675 55.5689 52.9504 55.9971C51.4514 56.4254 47.5913 57.2819 41.5883 58.3492C38.1576 59.2058 35.8 59.4199 34.5122 59.4199C31.5107 59.4199 29.1531 59.2058 27.436 58.5634C24.4345 57.7068 23.1501 56.6395 23.1501 55.5688C23.1501 53.8592 25.293 53.0026 29.797 52.5743C36.2292 51.5037 42.6615 49.794 49.0904 47.4419C50.5894 46.7995 51.448 46.3712 51.6626 46.3712C52.9504 46.3712 55.5227 46.7995 59.8086 47.656L59.812 47.6526ZM59.812 70.538C63.672 71.8228 65.6004 72.8901 65.6004 73.7466C65.6004 75.4563 63.2428 76.7411 58.9534 77.5976C56.5959 78.0259 54.6675 78.4542 52.9504 78.8825L41.5883 81.0204C38.1576 81.4487 35.8 81.6628 34.5122 81.6628C31.5107 81.6628 29.1531 81.4487 27.436 81.0204C24.4345 80.1639 23.1501 79.0966 23.1501 78.0259C23.1501 76.3162 25.293 75.2456 29.797 74.8173C36.2292 73.7466 42.6615 72.2511 49.0904 70.3272C50.5894 69.6848 51.448 69.2566 51.6626 69.2566C52.9504 69.2566 55.5227 69.6848 59.8086 70.5414L59.812 70.538ZM50.3782 123.797C51.2368 123.582 52.0919 123.368 52.9504 123.154V122.94C53.3797 118.664 53.809 115.027 54.2383 111.819C54.4529 108.824 54.6675 106.258 54.6675 103.906C54.6675 102.835 54.0236 102.196 52.7392 102.196C50.5963 102.196 48.024 102.624 44.5933 103.481C40.3039 104.552 36.8766 105.191 34.7302 105.619C34.7302 107.114 34.7302 108.613 34.9448 109.895C35.5887 117.169 36.018 122.515 36.2327 126.149C41.1625 125.72 45.8811 125.078 50.3816 123.797H50.3782ZM178.152 70.1131C182.652 72.2511 185.013 73.9641 185.013 75.0314C185.013 77.1694 183.511 78.2401 180.727 78.6683C178.799 79.5249 175.153 79.739 170.009 79.739C162.292 79.739 154.572 80.1673 146.856 80.5956C146.856 91.9312 147.07 100.915 147.499 107.332C147.929 115.245 148.143 123.372 148.143 131.716C148.143 142.195 146.856 149.255 144.498 153.106C140.853 158.238 137.851 160.805 135.279 160.805C133.565 160.805 132.277 159.734 130.989 157.596C127.559 152.249 122.629 146.689 116.626 140.7C114.483 139.415 113.624 137.919 113.624 136.635C113.624 135.992 113.839 135.564 114.698 135.564C115.341 135.564 116.626 135.778 118.343 136.206C124.775 138.773 129.061 139.843 130.993 139.843C132.495 139.843 133.565 138.133 134.209 134.711C135.068 129.792 135.708 115.462 135.708 91.9345C135.708 88.0835 135.493 84.6607 135.493 81.4555L129.49 81.8838C109.768 84.0217 96.6886 85.7348 90.045 87.0162C87.9021 87.4445 86.185 87.6586 85.3299 87.6586C83.8308 87.6586 81.2552 86.8021 77.3985 84.6641C74.397 83.1686 72.898 81.8838 72.898 81.0272C72.898 80.1707 74.1858 79.7424 76.9727 79.3175C88.9787 78.0327 103.128 76.323 118.99 74.1851C124.779 73.5427 129.923 72.9003 134.642 72.0471C133.998 68.1961 133.354 64.5626 132.713 61.568C131.64 58.3594 131.214 56.0073 131.214 54.7225C131.214 53.0128 131.858 52.1563 133.572 52.1563C136.359 52.1563 140.219 53.0128 145.149 54.7225C147.506 55.579 148.794 57.5029 148.794 60.2832C148.794 61.1398 148.579 62.6353 148.15 64.5626C147.721 66.0581 147.292 67.9853 147.077 70.3374C154.794 69.2667 160.367 68.4136 163.798 67.7712C166.37 67.3429 168.084 66.9146 168.728 66.9146C170.442 66.9146 173.658 67.9853 178.162 70.1233L178.152 70.1131ZM160.143 7.87435C162.715 9.15916 164.003 10.4406 164.003 11.9395C164.003 13.2243 162.5 14.2916 159.502 15.1482C155.857 16.433 147.925 17.9285 135.919 19.6382C133.562 20.0665 131.419 20.4948 129.702 20.7089L129.058 41.2421C144.495 38.6759 154.569 36.9662 159.713 35.8955C162.285 35.4673 164.003 35.039 164.428 35.039C166.142 35.039 169.144 36.1097 173.862 38.0335C178.363 40.3856 180.724 42.0987 180.724 43.166C180.724 45.0898 179.221 46.1605 176.223 46.5887C174.51 47.4453 170.864 47.6594 165.72 47.6594C153.928 47.6594 141.493 48.516 128.632 50.2257C110.838 52.7919 98.8315 54.7157 92.8285 56.0005C90.6856 56.6429 89.1831 56.8571 88.3279 56.8571C86.8255 56.8571 84.2533 56.0005 80.6113 54.0767C77.6098 52.5777 76.1107 51.2963 76.1107 50.2257C76.1107 49.3691 77.3985 48.9408 79.9708 48.516C91.1182 47.2311 103.768 45.3073 118.346 43.1694L117.702 22.422C109.127 23.7068 103.339 24.1317 99.9081 24.1317C94.1197 24.1317 90.045 23.7034 87.9021 22.422C85.7591 20.7123 84.686 19.4275 84.686 18.3568C84.686 17.5003 86.8289 16.8579 91.5475 16.433C99.6935 15.7906 108.269 14.5092 117.273 12.7961L116.415 -7.95131C116.2 -10.0893 115.556 -12.2272 114.272 -14.7969C113.413 -15.6534 112.984 -16.5065 112.984 -17.149C112.984 -19.7152 114.272 -21 117.059 -21C119.845 -21 123.276 -20.1435 127.136 -18.4338C129.923 -17.149 131.422 -15.6534 131.422 -13.9437C131.422 -12.6589 131.208 -11.1633 130.993 -9.87853C130.564 -7.3123 130.349 -5.17434 130.349 -3.46126L129.92 10.2264C136.996 8.94163 142.784 7.66021 147.285 5.95052C148.784 5.30812 149.857 4.87984 150.716 4.87984C153.288 4.87984 156.289 5.95053 160.149 7.87435H160.143ZM98.3988 96.6353C104.187 98.345 108.477 100.272 111.263 102.41C113.836 104.976 115.123 108.185 115.123 112.464C115.123 118.025 112.98 120.591 108.691 120.591C106.977 120.591 105.475 119.735 104.191 118.025C100.76 115.245 96.4739 109.042 91.1148 99.205C90.2563 98.3484 89.827 97.7094 89.827 97.067C90.0416 95.7822 90.6855 95.1432 91.7553 95.1432C93.6836 95.1432 95.83 95.7856 98.4022 96.6387L98.3988 96.6353Z' fill='black'/%3E%3Cpath d='M268.879 -0.473984C273.165 2.30638 275.526 4.65848 275.526 6.79984C275.096 8.9378 274.667 10.6509 274.027 11.9323C272.313 15.1409 270.381 20.7017 268.453 28.6145C266.095 35.46 263.738 41.6598 261.38 47.6488L261.595 47.8629C280.248 75.4525 298.253 95.1326 315.833 106.682C323.979 112.457 332.34 117.161 340.915 120.798L358.924 129.354C363.639 131.277 366 132.776 366 133.629C366 134.914 364.286 135.553 361.285 135.553C353.997 137.263 343.061 138.119 328.483 138.119C319.478 138.119 313.046 136.196 309.19 132.345C303.187 125.499 296.969 117.586 290.322 108.174C281.747 96.6247 272.957 82.7229 264.167 66.4656C261.809 62.1896 259.881 58.5527 258.164 55.7724C253.878 66.0373 249.589 74.8067 245.303 82.5087C238.441 95.7682 230.51 106.465 221.935 115.02C212.072 124.218 202.427 131.274 193.422 135.982C186.99 138.548 182.704 139.833 180.346 139.833C178.844 139.833 178.203 139.404 178.203 138.548C193.211 127.212 203.714 117.8 209.717 110.102C217.863 102.189 225.795 90.8533 233.73 76.309C239.733 64.331 244.662 51.0716 248.952 36.9556C252.168 25.4059 253.881 16.2082 253.881 9.15193C253.881 6.79984 253.667 4.87262 253.452 3.16293C252.594 0.810833 252.379 -0.902255 252.379 -2.18367C253.023 -4.32163 254.307 -5.60645 256.239 -5.60645C258.811 -5.60645 262.886 -3.89676 268.889 -0.473984H268.879Z' fill='black'/%3E%3C/g%3E%3C/svg%3E%0A");}
.introduction-box .text-wrap .tit .date {display: inline-block;margin-bottom: 4px; font-family: 'Gmarket Sans';font-size: 20px;color: #767676;font-weight: normal;}
.introduction-box .text-wrap .txt {position: relative; margin-top: 70px;z-index: 2;}
.introduction-box .text-wrap .txt p {color: #fff;font-size: 16px;}
@media (max-width:1024px) {
  .introduction-box {flex-direction: column;background: #fff;}
  .introduction-box::before {background-size: 50%;}
  .introduction-box::after {content: '';position: absolute;left: 0;top: 135px;width: 100%;height: calc(100% - 135px);background: #009393;background-repeat: no-repeat;background-size:35%;background-image: url("data:image/svg+xml,%3Csvg width='366' height='161' viewBox='0 0 366 161' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.06'%3E%3Cpath d='M38.8015 -2.61151C44.8045 -0.473553 49.0904 1.66441 51.666 3.80577C54.4529 6.58613 55.9519 10.223 55.9519 14.7131C55.9519 17.7076 55.308 20.0597 54.2383 21.3445C54.4529 21.3445 54.6675 21.1304 54.8822 21.1304C60.6705 19.8456 64.1013 19.2066 64.9599 19.2066C67.1028 19.2066 69.8897 20.0631 73.3204 21.5586C75.678 23.0542 76.9659 24.7673 76.9659 26.477C76.9659 27.3335 75.8927 27.9725 73.7497 27.9725C60.03 29.2573 43.5201 32.6767 23.7974 38.2374C19.5115 39.733 16.7212 40.3754 15.4368 40.3754C13.2938 40.3754 10.0777 39.5189 5.35909 37.3809C1.71368 35.4571 0 33.744 0 32.0343C0 31.3919 1.07318 30.9636 3.21614 30.5354C12.6499 29.4647 27.0135 26.8984 46.7362 22.8367C45.8777 22.4084 45.2372 21.766 44.3786 20.6987C40.9478 17.7042 36.6619 10.8587 31.0882 0.379593C30.2297 -0.47695 29.8004 -1.3301 29.8004 -2.18664C30.015 -3.47145 30.6589 -4.11046 31.9433 -4.11046C33.657 -4.11046 36.018 -3.46805 38.8049 -2.61491L38.8015 -2.61151ZM27.4394 99.1982L28.9384 99.6264C33.6536 99.1982 37.7283 98.7699 41.1591 97.9168C45.4484 97.0602 49.5197 95.3505 53.5944 93.2126C55.308 92.356 56.5959 91.717 57.4544 91.717C59.5974 91.717 63.2428 93.0018 68.3872 95.3539C70.7448 96.8495 72.0326 98.3484 72.0326 100.058C72.0326 101.343 71.3887 102.838 70.1043 104.548C68.3906 106.686 67.1028 109.681 66.0296 113.103L62.3842 124.225C63.0281 124.653 63.672 125.081 64.0979 125.081C66.4555 126.366 67.7433 127.648 67.7433 128.932C67.7433 129.789 67.314 130.217 66.4555 130.217C62.5955 130.217 59.3793 130.646 56.5924 131.074L42.6581 132.998C40.0859 133.426 38.1576 133.64 36.8698 133.64H36.2258C36.0112 134.925 35.7966 135.778 35.3673 136.42C34.5088 138.13 33.8682 138.773 33.0097 138.773C31.7219 138.773 30.6521 137.916 29.5789 135.992C27.8652 133.854 27.0067 131.288 26.7921 128.508L24.8637 118.453C24.0052 113.535 23.3647 110.112 22.5062 108.188C21.8622 106.051 20.3632 103.913 18.2168 101.985C17.3583 101.557 16.929 101.129 16.929 100.915C16.929 98.9908 17.7876 97.9202 19.7159 97.9202C22.5027 97.9202 25.075 98.3484 27.4326 99.205L27.4394 99.1982ZM59.812 47.6526C63.672 48.9374 65.6004 50.2188 65.6004 51.0754C65.6004 52.7851 63.2428 54.0699 58.9534 54.7123C56.5959 55.1406 54.6675 55.5689 52.9504 55.9971C51.4514 56.4254 47.5913 57.2819 41.5883 58.3492C38.1576 59.2058 35.8 59.4199 34.5122 59.4199C31.5107 59.4199 29.1531 59.2058 27.436 58.5634C24.4345 57.7068 23.1501 56.6395 23.1501 55.5688C23.1501 53.8592 25.293 53.0026 29.797 52.5743C36.2292 51.5037 42.6615 49.794 49.0904 47.4419C50.5894 46.7995 51.448 46.3712 51.6626 46.3712C52.9504 46.3712 55.5227 46.7995 59.8086 47.656L59.812 47.6526ZM59.812 70.538C63.672 71.8228 65.6004 72.8901 65.6004 73.7466C65.6004 75.4563 63.2428 76.7411 58.9534 77.5976C56.5959 78.0259 54.6675 78.4542 52.9504 78.8825L41.5883 81.0204C38.1576 81.4487 35.8 81.6628 34.5122 81.6628C31.5107 81.6628 29.1531 81.4487 27.436 81.0204C24.4345 80.1639 23.1501 79.0966 23.1501 78.0259C23.1501 76.3162 25.293 75.2456 29.797 74.8173C36.2292 73.7466 42.6615 72.2511 49.0904 70.3272C50.5894 69.6848 51.448 69.2566 51.6626 69.2566C52.9504 69.2566 55.5227 69.6848 59.8086 70.5414L59.812 70.538ZM50.3782 123.797C51.2368 123.582 52.0919 123.368 52.9504 123.154V122.94C53.3797 118.664 53.809 115.027 54.2383 111.819C54.4529 108.824 54.6675 106.258 54.6675 103.906C54.6675 102.835 54.0236 102.196 52.7392 102.196C50.5963 102.196 48.024 102.624 44.5933 103.481C40.3039 104.552 36.8766 105.191 34.7302 105.619C34.7302 107.114 34.7302 108.613 34.9448 109.895C35.5887 117.169 36.018 122.515 36.2327 126.149C41.1625 125.72 45.8811 125.078 50.3816 123.797H50.3782ZM178.152 70.1131C182.652 72.2511 185.013 73.9641 185.013 75.0314C185.013 77.1694 183.511 78.2401 180.727 78.6683C178.799 79.5249 175.153 79.739 170.009 79.739C162.292 79.739 154.572 80.1673 146.856 80.5956C146.856 91.9312 147.07 100.915 147.499 107.332C147.929 115.245 148.143 123.372 148.143 131.716C148.143 142.195 146.856 149.255 144.498 153.106C140.853 158.238 137.851 160.805 135.279 160.805C133.565 160.805 132.277 159.734 130.989 157.596C127.559 152.249 122.629 146.689 116.626 140.7C114.483 139.415 113.624 137.919 113.624 136.635C113.624 135.992 113.839 135.564 114.698 135.564C115.341 135.564 116.626 135.778 118.343 136.206C124.775 138.773 129.061 139.843 130.993 139.843C132.495 139.843 133.565 138.133 134.209 134.711C135.068 129.792 135.708 115.462 135.708 91.9345C135.708 88.0835 135.493 84.6607 135.493 81.4555L129.49 81.8838C109.768 84.0217 96.6886 85.7348 90.045 87.0162C87.9021 87.4445 86.185 87.6586 85.3299 87.6586C83.8308 87.6586 81.2552 86.8021 77.3985 84.6641C74.397 83.1686 72.898 81.8838 72.898 81.0272C72.898 80.1707 74.1858 79.7424 76.9727 79.3175C88.9787 78.0327 103.128 76.323 118.99 74.1851C124.779 73.5427 129.923 72.9003 134.642 72.0471C133.998 68.1961 133.354 64.5626 132.713 61.568C131.64 58.3594 131.214 56.0073 131.214 54.7225C131.214 53.0128 131.858 52.1563 133.572 52.1563C136.359 52.1563 140.219 53.0128 145.149 54.7225C147.506 55.579 148.794 57.5029 148.794 60.2832C148.794 61.1398 148.579 62.6353 148.15 64.5626C147.721 66.0581 147.292 67.9853 147.077 70.3374C154.794 69.2667 160.367 68.4136 163.798 67.7712C166.37 67.3429 168.084 66.9146 168.728 66.9146C170.442 66.9146 173.658 67.9853 178.162 70.1233L178.152 70.1131ZM160.143 7.87435C162.715 9.15916 164.003 10.4406 164.003 11.9395C164.003 13.2243 162.5 14.2916 159.502 15.1482C155.857 16.433 147.925 17.9285 135.919 19.6382C133.562 20.0665 131.419 20.4948 129.702 20.7089L129.058 41.2421C144.495 38.6759 154.569 36.9662 159.713 35.8955C162.285 35.4673 164.003 35.039 164.428 35.039C166.142 35.039 169.144 36.1097 173.862 38.0335C178.363 40.3856 180.724 42.0987 180.724 43.166C180.724 45.0898 179.221 46.1605 176.223 46.5887C174.51 47.4453 170.864 47.6594 165.72 47.6594C153.928 47.6594 141.493 48.516 128.632 50.2257C110.838 52.7919 98.8315 54.7157 92.8285 56.0005C90.6856 56.6429 89.1831 56.8571 88.3279 56.8571C86.8255 56.8571 84.2533 56.0005 80.6113 54.0767C77.6098 52.5777 76.1107 51.2963 76.1107 50.2257C76.1107 49.3691 77.3985 48.9408 79.9708 48.516C91.1182 47.2311 103.768 45.3073 118.346 43.1694L117.702 22.422C109.127 23.7068 103.339 24.1317 99.9081 24.1317C94.1197 24.1317 90.045 23.7034 87.9021 22.422C85.7591 20.7123 84.686 19.4275 84.686 18.3568C84.686 17.5003 86.8289 16.8579 91.5475 16.433C99.6935 15.7906 108.269 14.5092 117.273 12.7961L116.415 -7.95131C116.2 -10.0893 115.556 -12.2272 114.272 -14.7969C113.413 -15.6534 112.984 -16.5065 112.984 -17.149C112.984 -19.7152 114.272 -21 117.059 -21C119.845 -21 123.276 -20.1435 127.136 -18.4338C129.923 -17.149 131.422 -15.6534 131.422 -13.9437C131.422 -12.6589 131.208 -11.1633 130.993 -9.87853C130.564 -7.3123 130.349 -5.17434 130.349 -3.46126L129.92 10.2264C136.996 8.94163 142.784 7.66021 147.285 5.95052C148.784 5.30812 149.857 4.87984 150.716 4.87984C153.288 4.87984 156.289 5.95053 160.149 7.87435H160.143ZM98.3988 96.6353C104.187 98.345 108.477 100.272 111.263 102.41C113.836 104.976 115.123 108.185 115.123 112.464C115.123 118.025 112.98 120.591 108.691 120.591C106.977 120.591 105.475 119.735 104.191 118.025C100.76 115.245 96.4739 109.042 91.1148 99.205C90.2563 98.3484 89.827 97.7094 89.827 97.067C90.0416 95.7822 90.6855 95.1432 91.7553 95.1432C93.6836 95.1432 95.83 95.7856 98.4022 96.6387L98.3988 96.6353Z' fill='black'/%3E%3Cpath d='M268.879 -0.473984C273.165 2.30638 275.526 4.65848 275.526 6.79984C275.096 8.9378 274.667 10.6509 274.027 11.9323C272.313 15.1409 270.381 20.7017 268.453 28.6145C266.095 35.46 263.738 41.6598 261.38 47.6488L261.595 47.8629C280.248 75.4525 298.253 95.1326 315.833 106.682C323.979 112.457 332.34 117.161 340.915 120.798L358.924 129.354C363.639 131.277 366 132.776 366 133.629C366 134.914 364.286 135.553 361.285 135.553C353.997 137.263 343.061 138.119 328.483 138.119C319.478 138.119 313.046 136.196 309.19 132.345C303.187 125.499 296.969 117.586 290.322 108.174C281.747 96.6247 272.957 82.7229 264.167 66.4656C261.809 62.1896 259.881 58.5527 258.164 55.7724C253.878 66.0373 249.589 74.8067 245.303 82.5087C238.441 95.7682 230.51 106.465 221.935 115.02C212.072 124.218 202.427 131.274 193.422 135.982C186.99 138.548 182.704 139.833 180.346 139.833C178.844 139.833 178.203 139.404 178.203 138.548C193.211 127.212 203.714 117.8 209.717 110.102C217.863 102.189 225.795 90.8533 233.73 76.309C239.733 64.331 244.662 51.0716 248.952 36.9556C252.168 25.4059 253.881 16.2082 253.881 9.15193C253.881 6.79984 253.667 4.87262 253.452 3.16293C252.594 0.810833 252.379 -0.902255 252.379 -2.18367C253.023 -4.32163 254.307 -5.60645 256.239 -5.60645C258.811 -5.60645 262.886 -3.89676 268.889 -0.473984H268.879Z' fill='black'/%3E%3C/g%3E%3C/svg%3E%0A");}
  .introduction-box .img-wrap {max-width: 100%;}
  .introduction-box .text-wrap .tit {justify-content: center;margin-top: 30px;font-size: 36px;color: #fff;}
  .introduction-box .text-wrap .tit::before,
  .introduction-box .text-wrap .tit::after {display: none;}
  .introduction-box .text-wrap .tit .date {font-size: 18px; color: #fff;}
  .introduction-box .text-wrap .txt {margin-top: 20px;}
}
@media (max-width:767px) {
  .introduction-box {padding: 30px 30px 40px;}
  .introduction-box::before {width: 320px; background-size: contain;}
  .introduction-box::after {background-image: none;}

}
@media (max-width:540px) {
  .introduction-box .text-wrap .tit {font-size: 30px;}
  .introduction-box .text-wrap .tit .date {font-size: 16px;}
}
/* 소개탑박스 End */

/* 체험형코스, 산림욕코스 탑이미지박스 */
.course_trip_imgbox {position: relative; display: flex; flex-wrap: wrap; justify-content: center;align-items: center; width: 100%; min-height: 233px; text-align: center; background-repeat: no-repeat; background-size: cover; background-position: center;padding: 0 30px; border-radius: 30px 30px 0px 0px;}
.course_trip_imgbox .textbox .animation-tit {color: #FFF;font-family: "Gmarket Sans";font-size: 40px;font-weight: bold;line-height: 1.4;animation: fadein 2s;}
.course_trip_imgbox .textbox .txt {color: #FFF;font-family: "Gmarket Sans";font-size: 16px; line-height: 23px; letter-spacing: -0.32px;}
@media(max-width:1024px){
  .course_trip_imgbox {padding: 0 20px;min-height: 200px;}
  .course_trip_imgbox .textbox .animation-tit {font-size: 34px;}
}
@media(max-width:540px){
  .course_trip_imgbox .textbox .animation-tit {font-size: 28px;}
}
@keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
/* 체험형코스, 산림욕코스 탑이미지박스 End */

/* 테마여행 공통 */
@keyframes icon-bounce {0% {opacity: 0;transform: translateY(-800px);}60% {opacity: 1;transform: translateY(30px);}80% {opacity: 1;transform: translateY(-10px);}100% {opacity: 1;transform: translateY(0);}}
.theme_tour .con_wrap .ui-tab_group .tab-ul.type2 {position: relative;margin-bottom: 100px;}
.theme_tour .con_wrap .ui-tab_group .tab-ul.type2::before {content: '';position: absolute;left: 50%;top: 0;transform: translateX(-50%);width: 100vw;height: 100%;background: #FFFCED;z-index: -1;}
.theme_tour .con_wrap .ui-tab_group .tab-ul.type2::after {content: '';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 100vw;height: 1px;background: #00893C;z-index: 1;visibility: initial;}
.theme_tour .con_wrap .ui-tab_group .tab-ul.type2 li {min-height: 62px;}
.theme_tour .con_wrap .ui-tab_group .tab-ul.type2 li a {justify-content: center;padding: 10px 20px; border-color: #ddd;background: #fff;}
.theme_tour .con_wrap .ui-tab_group .tab-ul.type2 li a:hover,
.theme_tour .con_wrap .ui-tab_group .tab-ul.type2 li a:focus,
.theme_tour .con_wrap .ui-tab_group .tab-ul.type2 li.active a {background: #00893C;border-color:#00893C;}
.theme_tour .con_wrap .ui-tab_group .tab-ul.type2 li a::before,
.theme_tour .con_wrap .ui-tab_group .tab-ul.type2 li a::after {display: none;}
.theme_tour .con_wrap .ui-tab_group .tab-ul.type2 li a span {font-family: 'Gmarket Sans'; font-size: 18px;color: #777;letter-spacing: -0.05em;line-height: 1.35;}
.theme_tour .con_wrap .ui-tab_group .tab-ul.type2 li a:hover span,
.theme_tour .con_wrap .ui-tab_group .tab-ul.type2 li a:focus span,
.theme_tour .con_wrap .ui-tab_group .tab-ul.type2 li.active a span {color: #fff;}

.theme_tour .top_wrap {position: relative;padding: 70px 0;}
.theme_tour .top_wrap::before {content: '';position: absolute;left: 50%;top: 0;transform: translateX(-50%);width: 100vw;height: 100%;background: #FFFCED;z-index: -1;}
.theme_tour .top_wrap .title {text-align: center;}
.theme_tour .top_wrap .title .stit {display: block;margin-bottom: 10px;font-family: 'Gmarket Sans';font-size: 18px;color: #444;letter-spacing: -0.05em;line-height: 1.2;}
.theme_tour .top_wrap .title .btit {display: block;font-family: 'Gmarket Sans';font-size: 38px;color: #222;letter-spacing: -0.05em;line-height: 1.2;}
.theme_tour .top_wrap .title .mtit {position: relative;display: inline-block;font-family: 'Gmarket Sans';font-size: 50px;color: #222;font-weight: normal; letter-spacing: -0.02em;line-height: 1.2;}
.theme_tour .top_wrap .title .mtit .block {display: block;}
.theme_tour .top_wrap .title .mtit::before,
.theme_tour .top_wrap .title .mtit::after {content: '';position: absolute;background-repeat: no-repeat;background-size: contain;}
.theme_tour .top_wrap .title .txt {margin-top: 30px;}
.theme_tour .top_wrap .title .txt p {margin-top: 0;font-size: 16px;letter-spacing: -0.02em;line-height: 23px;}
.theme_tour .top_wrap .title .txt p:not(:first-child) {margin-top: 20px;}

.theme_tour .top_wrap.col2 {display: flex;justify-content: space-between;gap:30px;}
.theme_tour .top_wrap.col2 .title {width: calc(50% - 20px);text-align: left;}
.theme_tour .top_wrap.col2 .title .stit {padding-left: 3px;}
.theme_tour .top_wrap.col2 .img {width: calc(50% - 10px);}

.theme_tour .top_wrap .img {position: relative;width: fit-content;margin: 0 auto;}
.theme_tour .top_wrap .img .ico {position: absolute;opacity: 0;background-size: 100% auto;background-repeat: no-repeat;font-size: 0;animation: icon-bounce 1s forwards;}
.theme_tour .top_wrap .img .ico1 {animation-delay: .12s;}
.theme_tour .top_wrap .img .ico2 {animation-delay: .16s;}
.theme_tour .top_wrap .img .ico3 {animation-delay: .20s;}
.theme_tour .top_wrap .img .ico4 {animation-delay: .24s;}
.theme_tour .top_wrap .img .ico5 {animation-delay: .28s;}
.theme_tour .top_wrap .img .ico6 {animation-delay: .32s;}
.theme_tour .top_wrap .img .pc {display: block;}
.theme_tour .top_wrap .img .mo {display: none;}

.theme_tour .info_wrap {display: flex;flex-wrap: wrap;justify-content: center;gap:10px;margin-top: 40px;}
.theme_tour .course_wrap .info_wrap {margin-top: 0;}
.theme_tour .info_wrap .info_item {padding: 8px 30px;border-radius: 40px;background: #fff;}
.theme_tour .top_wrap  .info_wrap .info_item {border: 1px solid #EFE8C2;}
.theme_tour .top_wrap  .info_wrap a.info_item {border: 0;}
.theme_tour .info_wrap .info_item .info_list {display: flex;flex-wrap: wrap;gap: 0 42px;}
.theme_tour .info_wrap .info_item .info_list > li {position: relative;padding-left: 24px;font-size: 16px;letter-spacing: -0.02em;text-align: left;}
.theme_tour .info_wrap .info_item .info_list > li:not(:last-child)::after {content: '';position: absolute;right: -22px;top: 50%;transform: translateY(-50%);width: 2px;height: 2px;border-radius: 50%;background: #000;opacity: 0.2;}
.theme_tour .info_wrap .info_item .info_list > li .ico {position: absolute;left: 0;top: 3px;display: block;width: 19px;height: 19px;background-repeat: no-repeat;background-position: center center;}
.theme_tour .info_wrap .info_item .info_list > li .ico1 {background-image: url("data:image/svg+xml,%3Csvg width='13' height='15' viewBox='0 0 13 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.39258 2.32715H12.8271V10.25H7.29785L6.98242 8.67285H2.54785V14.2021H0.952148V0.75H8.07715L8.39258 2.32715Z' fill='%23009393'/%3E%3C/svg%3E%0A");}
.theme_tour .info_wrap .info_item .info_list > li .ico2 {background-image: url("data:image/svg+xml,%3Csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.172852C7.26693 0.172852 7.98438 0.321289 8.65234 0.618164C9.33268 0.902669 9.92025 1.2985 10.415 1.80566C10.9222 2.30046 11.318 2.88184 11.6025 3.5498C11.8994 4.21777 12.0479 4.93522 12.0479 5.70215C12.0479 6.74121 11.7572 7.86686 11.1758 9.0791C10.5944 10.279 9.95736 11.3923 9.26465 12.4189C8.57194 13.4456 7.9349 14.2992 7.35352 14.9795C6.78451 15.6598 6.5 16 6.5 16C6.5 16 6.20931 15.6598 5.62793 14.9795C5.05892 14.2992 4.42806 13.4456 3.73535 12.4189C3.04264 11.3923 2.4056 10.279 1.82422 9.0791C1.24284 7.86686 0.952148 6.74121 0.952148 5.70215C0.952148 4.93522 1.0944 4.21777 1.37891 3.5498C1.67578 2.88184 2.07161 2.30046 2.56641 1.80566C3.07357 1.2985 3.66113 0.902669 4.3291 0.618164C5.00944 0.321289 5.73307 0.172852 6.5 0.172852ZM6.5 8.07715C7.1556 8.07715 7.71224 7.84831 8.16992 7.39062C8.63997 6.92057 8.875 6.35775 8.875 5.70215C8.875 5.04655 8.63997 4.48991 8.16992 4.03223C7.71224 3.56217 7.1556 3.32715 6.5 3.32715C5.8444 3.32715 5.28158 3.56217 4.81152 4.03223C4.35384 4.48991 4.125 5.04655 4.125 5.70215C4.125 6.35775 4.35384 6.92057 4.81152 7.39062C5.28158 7.84831 5.8444 8.07715 6.5 8.07715Z' fill='%23009393'/%3E%3C/svg%3E%0A");}
.theme_tour .info_wrap .info_item .info_list > li .ico3 {background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0.172852C9.58854 0.172852 10.6152 0.383138 11.5801 0.803711C12.5449 1.21191 13.3861 1.77474 14.1035 2.49219C14.821 3.20964 15.3838 4.05078 15.792 5.01562C16.2126 5.9681 16.4229 6.98861 16.4229 8.07715C16.4229 9.17806 16.2126 10.2109 15.792 11.1758C15.3838 12.1283 14.821 12.9632 14.1035 13.6807C13.3861 14.3981 12.5449 14.9671 11.5801 15.3877C10.6152 15.7959 9.58854 16 8.5 16C7.41146 16 6.38477 15.7959 5.41992 15.3877C4.45508 14.9671 3.61393 14.3981 2.89648 13.6807C2.17904 12.9632 1.61003 12.1283 1.18945 11.1758C0.78125 10.2109 0.577148 9.17806 0.577148 8.07715C0.577148 6.98861 0.78125 5.9681 1.18945 5.01562C1.61003 4.05078 2.17904 3.20964 2.89648 2.49219C3.61393 1.77474 4.45508 1.21191 5.41992 0.803711C6.38477 0.383138 7.41146 0.172852 8.5 0.172852ZM9.29785 8.875V3.32715H7.70215V7.29785H4.54785V8.875H9.29785Z' fill='%23009393'/%3E%3C/svg%3E%0A");}
.theme_tour .info_wrap .info_item .info_list > li .ico4 {background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4209 7.10362H14.9998C14.9998 3.05367 11.9422 -0.000762939 7.88672 -0.000762939V1.57816C11.0935 1.57816 13.4209 3.90156 13.4209 7.10362Z' fill='%23009393'/%3E%3Cpath d='M7.89486 4.73776C9.5551 4.73776 10.2633 5.44591 10.2633 7.10615H11.8422C11.8422 4.56013 10.4409 3.15883 7.89486 3.15883V4.73776ZM10.5964 9.03481C10.4447 8.89694 10.2454 8.8234 10.0405 8.82974C9.83557 8.83607 9.64116 8.92178 9.49826 9.06876L7.60908 11.0116C7.15434 10.9248 6.24015 10.6398 5.2991 9.70112C4.35806 8.75929 4.07307 7.84272 3.98859 7.39115L5.92989 5.50117C6.07705 5.35838 6.16289 5.16393 6.16922 4.95898C6.17556 4.75402 6.1019 4.55464 5.96383 4.40303L3.04676 1.19544C2.90864 1.04335 2.71667 0.951102 2.51163 0.938278C2.30658 0.925453 2.10462 0.993066 1.94862 1.12675L0.235483 2.59595C0.0989934 2.73293 0.0175273 2.91525 0.00653831 3.10831C-0.00530365 3.30568 -0.23109 7.98088 3.39413 11.6077C6.55672 14.7695 10.5183 15.0008 11.6093 15.0008C11.7688 15.0008 11.8667 14.9961 11.8927 14.9945C12.0857 14.9837 12.268 14.9018 12.4043 14.7647L13.8727 13.0508C14.0065 12.8949 14.0742 12.693 14.0615 12.488C14.0489 12.2829 13.9568 12.0909 13.8048 11.9527L10.5964 9.03481Z' fill='%23009393'/%3E%3C/svg%3E%0A");}
.theme_tour .info_wrap a.info_item {display: flex;align-items: center;gap:5px;padding: 8px 15px 8px 25px;background: #009393;font-size: 16px;color: #fff;letter-spacing: -0.02em;border-color: #009393;}
.theme_tour .info_wrap a.info_item:hover,
.theme_tour .info_wrap a.info_item:focus {background:#00893C;}
.theme_tour .info_wrap a.info_item .ico {width: 19px;height: 19px;background-repeat: no-repeat;background-position: center center;}
.theme_tour .info_wrap a.info_item .ico1 {background-image: url("data:image/svg+xml,%3Csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4521 0.952148C11.1077 0.952148 11.6644 1.18717 12.1221 1.65723C12.5921 2.12728 12.8271 2.68392 12.8271 3.32715V12.8271C12.8271 13.0498 12.7467 13.2415 12.5859 13.4023C12.4375 13.5508 12.2581 13.625 12.0479 13.625V14.4229C12.0479 14.6331 11.9674 14.8187 11.8066 14.9795C11.6582 15.1279 11.4727 15.2021 11.25 15.2021H10.4521C10.2419 15.2021 10.0563 15.1279 9.89551 14.9795C9.74707 14.8187 9.67285 14.6331 9.67285 14.4229V13.625H3.32715V14.4229C3.32715 14.6331 3.24674 14.8187 3.08594 14.9795C2.9375 15.1279 2.75814 15.2021 2.54785 15.2021H1.75C1.52734 15.2021 1.33561 15.1279 1.1748 14.9795C1.02637 14.8187 0.952148 14.6331 0.952148 14.4229V13.625C0.741862 13.625 0.556315 13.5508 0.395508 13.4023C0.24707 13.2415 0.172852 13.0498 0.172852 12.8271V3.32715C0.172852 2.68392 0.401693 2.12728 0.859375 1.65723C1.32943 1.18717 1.89225 0.952148 2.54785 0.952148H10.4521ZM2.9375 12.0479C3.27148 12.0479 3.5498 11.9303 3.77246 11.6953C4.00749 11.4603 4.125 11.182 4.125 10.8604C4.125 10.5264 4.00749 10.248 3.77246 10.0254C3.5498 9.79036 3.27148 9.67285 2.9375 9.67285C2.60352 9.67285 2.31901 9.79036 2.08398 10.0254C1.86133 10.248 1.75 10.5264 1.75 10.8604C1.75 11.182 1.86133 11.4603 2.08398 11.6953C2.31901 11.9303 2.60352 12.0479 2.9375 12.0479ZM10.0625 12.0479C10.3965 12.0479 10.6748 11.9303 10.8975 11.6953C11.1325 11.4603 11.25 11.182 11.25 10.8604C11.25 10.5264 11.1325 10.248 10.8975 10.0254C10.6748 9.79036 10.3965 9.67285 10.0625 9.67285C9.72852 9.67285 9.44401 9.79036 9.20898 10.0254C8.98633 10.248 8.875 10.5264 8.875 10.8604C8.875 11.182 8.98633 11.4603 9.20898 11.6953C9.44401 11.9303 9.72852 12.0479 10.0625 12.0479ZM11.25 8.07715V3.32715H1.75V8.07715H11.25Z' fill='white'/%3E%3C/svg%3E%0A");}
.theme_tour .info_wrap a.info_item .ico2 {background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1496_2195)'%3E%3Cpath d='M7.99968 0L0 6.8267H2.53673V15H6.40484H6.41375V9.10747H9.58625V15H9.59516H13.4626V6.8267H16L7.99968 0Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1496_2195'%3E%3Crect width='16' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.theme_tour .info_wrap a.info_item i {display: block;width: 19px;height: 19px;background-repeat: no-repeat;background-position: center center;background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.327148 10.0479L4.39062 6.07715L0.327148 2.125L1.44043 0.993164L6.67285 6.07715L1.44043 11.1797L0.327148 10.0479Z' fill='white'/%3E%3C/svg%3E%0A");}

.theme_tour .course_wrap {margin-top: 50px;}
.theme_tour .course_wrap .course_list {overflow: hidden;display: flex;align-items: stretch;justify-content: space-between;flex-wrap: wrap;padding-top: 20px;}
.theme_tour .course_wrap .course_list .slick-list {padding-top: 20px;}
.theme_tour .course_wrap .course_list li {position: relative;margin-bottom: 50px; text-align: center;}
.theme_tour .course_wrap .course_list.col2 li {width: calc(100% / 2);}
.theme_tour .course_wrap .course_list.col3 li {width: calc(100% / 3);}
.theme_tour .course_wrap .course_list.col4 li {width: calc(100% / 4);}
.theme_tour .course_wrap .course_list.col5 li {width: calc(100% / 5);}
.theme_tour .course_wrap .course_list.col6 li {width: calc(100% / 6);}
.theme_tour .course_wrap .course_list.col7 li {width: calc(100% / 7);}
.theme_tour .course_wrap .course_list.col8 li {width: calc(100% / 8);}
.theme_tour .course_wrap .course_list.col9 li {width: calc(100% / 9);}
.theme_tour .course_wrap .course_list.col10 li {width: calc(100% / 10);}
.theme_tour .course_wrap .course_list li::before {content: '';position: absolute;left: 0;top: 10px;min-width:100%;width: 50vw;height: 2px;background-image: url("data:image/svg+xml,%3Csvg width='6' height='2' viewBox='0 0 6 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 0.998291H4.5V1.99829H6V0.998291ZM0 1.99829H1.5V0.998291H0V1.99829Z' fill='%23222222'/%3E%3C/svg%3E%0A");}
.theme_tour .course_wrap .course_list li.first::after {content: '';position: absolute;left: 0;top: 8px;width: 7px;height: 7px;border-radius: 50%;background: #222;}
.theme_tour .course_wrap .course_list li.last::after {content: '';position: absolute;right: 0;top: 8px;width: 7px;height: 7px;border-radius: 50%;background: #222;}
.theme_tour .course_wrap .course_list li .dot {display: block;width: 23px;height: 23px;margin: 0 auto;border: 4px solid #fff;border-radius: 50%;background: #00893C;filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.10));}
.theme_tour .course_wrap .course_list li .tit {display: block;margin-top: 10px;padding: 0 10px;font-family: 'Gmarket Sans'; font-size: 16px;}
.theme_tour .course_wrap .course_list li .km {position: absolute;right: -20px;top: -25px;font-size: 15px;letter-spacing: -0.02em;width: 40px;}
.theme_tour .top_wrap .course_wrap .course_list li::before {background-color: #FFFCED;}
.theme_tour .con_wrap .course_wrap .course_list li::before {background-color: #fff;}
.theme_tour .course_wrap.bg {margin-top: 0; padding: 70px 6% 46px; background: #F8F8F8;}
.theme_tour .course_wrap.bg .course_list li::before {background-color: #F8F8F8;}
.theme_tour .course_wrap .course_list .slick-arrow {position: absolute;top:31px; width: 40px;height: 40px;background-color: rgba(0,0,0,.35);font-size: 0;z-index: 9;background-repeat: no-repeat;background-position: center center;}
.theme_tour .course_wrap .course_list .slick-arrow:hover,
.theme_tour .course_wrap .course_list .slick-arrow:focus {background-color: #009744;}
.theme_tour .course_wrap .course_list .slick-arrow.slick-disabled {display: none !important;}
.theme_tour .course_wrap .course_list .slick-arrow.slick-prev {left: 0;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 8.70711C-0.0976315 8.31658 -0.0976315 7.68342 0.292893 7.29289L6.65685 0.928932C7.04738 0.538408 7.68054 0.538408 8.07107 0.928932C8.46159 1.31946 8.46159 1.95262 8.07107 2.34315L2.41421 8L8.07107 13.6569C8.46159 14.0474 8.46159 14.6805 8.07107 15.0711C7.68054 15.4616 7.04738 15.4616 6.65685 15.0711L0.292893 8.70711ZM16 9H1V7H16V9Z' fill='white'/%3E%3C/svg%3E%0A");}
.theme_tour .course_wrap .course_list .slick-arrow.slick-next {right: 0;background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7071 8.70711C16.0976 8.31658 16.0976 7.68342 15.7071 7.29289L9.34315 0.928932C8.95262 0.538408 8.31946 0.538408 7.92893 0.928932C7.53841 1.31946 7.53841 1.95262 7.92893 2.34315L13.5858 8L7.92893 13.6569C7.53841 14.0474 7.53841 14.6805 7.92893 15.0711C8.31946 15.4616 8.95262 15.4616 9.34315 15.0711L15.7071 8.70711ZM0 9H15V7H0V9Z' fill='white'/%3E%3C/svg%3E%0A");}

.theme_tour .course-tit {display: block;margin: 60px 0 20px;font-family: 'Gmarket Sans';font-size: 30px;font-weight: normal;letter-spacing: -0.02em;color: #222;text-align: center;}

.theme_tour .con_wrap .list-box {display: flex;flex-wrap: wrap;gap: 40px; margin-top: 80px;}
.theme_tour .con_wrap .list-box > li {display: flex;flex-direction: column;overflow: hidden; width: calc(33.333% - 26.666px);border: 1px solid #ddd; border-radius: 25px;}
.theme_tour .con_wrap .list-box > li .img img {width: auto;min-width: 100%;min-height: 100%; object-fit: cover;}
.theme_tour .con_wrap .list-box > li .text {display: flex;flex-direction: column;justify-content: space-between;align-items: center;gap: 25px;height: 100%;padding: 7.5% 9.5%;text-align: center;}
.theme_tour .con_wrap .list-box > li .text .tit {display: block;font-family: 'Gmarket Sans';font-size: 30px;color: #222; letter-spacing: -0.05em;line-height: 1.2;}
.theme_tour .con_wrap .list-box > li .text .btn {width: 100%;text-align: center;}
.theme_tour .con_wrap .story_wrap {margin-top: 100px;}
.theme_tour .con_wrap .story_wrap .story_list {display: flex;align-items: flex-start;gap: 60px;position: relative;}
.theme_tour .con_wrap .story_wrap .story_list:not(:first-child) {margin-top: 100px;}
.theme_tour .con_wrap .story_wrap .story_list:first-child::before {content: '';position: absolute;right: calc(50% + 10px);bottom: -55px;width: 422px;height: 279px;background-repeat: no-repeat;background-size: contain; background-image: url("data:image/svg+xml,%3Csvg width='422' height='279' viewBox='0 0 422 279' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1507_3430)'%3E%3Cpath d='M244.051 9.45868C241.395 10.2216 238.817 11.6695 236.672 13.1606C231.569 16.6979 228.783 22.1685 227.088 27.7518C225.496 33.0056 225.237 38.3635 226.483 43.9468C226.751 45.1605 226.984 46.357 227.512 47.5361C228.1 48.8452 228.922 50.0763 229.795 51.2727C231.655 53.8476 234.138 55.8503 237.364 56.8213C237.433 56.8386 237.503 56.8386 237.563 56.8213C238.411 58.746 238.151 60.9221 238.593 62.9074C239.034 64.8841 239.933 66.6268 241.136 68.3954C241.81 69.3924 242.373 70.4588 242.641 71.5685C242.814 72.2881 242.589 73.0163 242.943 73.7012C242.623 73.8486 242.321 74.0654 242.113 74.2995C240.444 76.1721 237.174 76.3542 234.527 76.5362C233.065 76.6403 231.577 76.5449 230.09 76.3975C228.706 76.2588 226.725 76.1374 225.479 75.4525C224.934 75.1578 223.403 74.5249 223.273 73.918C223.222 73.6666 222.945 73.4585 222.694 73.3371C222.581 72.6349 222.599 71.8979 222.261 71.2824C221.794 70.4328 220.99 69.7652 220.038 69.3404C217.936 68.3954 215.696 68.6468 213.655 69.141C211.103 69.7565 208.681 70.9529 206.458 72.1147C206.129 72.2881 205.818 72.4875 205.524 72.7042C203.897 73.2591 202.141 73.5799 200.507 74.1694C198.188 75.0017 196.043 76.2328 194.201 77.672C192.393 79.0765 191.009 80.8191 189.383 82.3796C188.423 83.2986 187.289 84.1049 186.027 84.6944C185.023 85.1626 183.89 85.3967 182.8 85.7088C178.242 87.0179 177.299 92.0724 178.069 96.0344C178.354 97.4909 178.951 99.5977 180.352 100.638C180.949 101.08 181.728 101.384 182.454 101.219C182.964 101.098 183.319 100.863 183.656 100.586C183.959 100.413 184.245 100.213 184.504 100.031C186.537 98.5833 188.397 97.0488 190.075 95.2715C192.86 92.3238 195.109 88.9773 197.297 85.6221C200.394 83.2119 203.88 81.0618 207.548 79.3886C209.615 78.4436 211.855 77.7153 214.191 77.3165C216.535 76.9177 218.983 77.0304 221.414 77.2732C225.955 77.7327 230.41 78.695 234.942 78.6343C238.281 78.591 243.921 78.2615 244.544 74.7676C244.561 74.7676 244.578 74.7676 244.596 74.7676C244.872 74.8717 245.21 74.8283 245.365 74.5335C246.499 72.4095 244.682 70.6235 243.523 68.6555C242.061 66.1846 241.213 63.4796 240.911 60.8094C240.262 55.0874 243.497 50.1283 243.194 44.4843C243.03 41.5019 242.078 38.5369 241.698 35.5545C241.317 32.5374 241.361 29.5897 241.854 26.6767C242.381 23.5643 243.471 20.5993 244.907 17.8076C246.04 15.6055 247.545 13.3687 247.865 10.8718C248.125 8.86914 245.331 9.09455 244.059 9.45868H244.051Z' fill='white'/%3E%3Cpath d='M241.464 14.6864C238.774 17.0273 237.269 19.9663 236.119 23.2001C235.003 26.3385 234.484 29.7457 234.605 33.1356C234.726 36.5948 235.366 40.0714 236.049 43.5219C236.447 45.5333 236.888 47.5446 237.321 49.5473C237.693 51.2726 237.736 53.0326 238.134 54.7405C238.151 54.8272 238.307 54.8619 238.333 54.7752C238.791 53.4747 238.497 51.9142 238.281 50.5357C237.987 48.7064 237.529 46.8857 237.165 45.0651C236.439 41.4932 235.729 37.9039 235.479 34.3233C235.245 30.9595 235.228 27.4743 236.058 24.2751C236.992 20.6945 238.939 17.4867 241.689 14.8858C241.802 14.7818 241.577 14.5824 241.464 14.6864Z' fill='%23EEEEEE'/%3E%3Cpath d='M244.051 9.45868C241.395 10.2216 238.817 11.6695 236.672 13.1606C231.569 16.6979 228.783 22.1685 227.088 27.7518C225.496 33.0056 225.237 38.3635 226.483 43.9468C226.751 45.1605 226.984 46.357 227.512 47.5361C228.1 48.8452 228.922 50.0763 229.795 51.2814C233.247 56.0497 237.503 56.856 237.563 56.8387C238.411 58.7633 238.151 60.9394 238.593 62.9248C239.034 64.9015 239.933 66.6441 241.136 68.4127C241.81 69.4097 242.373 70.4761 242.641 71.5858C242.814 72.3054 242.589 73.0337 242.943 73.7186C242.623 73.866 242.321 74.0827 242.113 74.3168C240.444 76.1895 237.174 76.3715 234.527 76.5536C233.065 76.6576 231.577 76.5623 230.09 76.4149C228.706 76.2762 226.759 76.0854 225.479 75.4699C222.806 74.1781 222.59 71.9066 222.261 71.2911C221.794 70.4414 220.99 69.7739 220.038 69.349C217.936 68.4041 215.696 68.6555 213.655 69.1497C211.103 69.7652 208.681 70.9616 206.458 72.1234C206.129 72.2968 205.818 72.4962 205.524 72.7129C203.897 73.2678 202.141 73.5885 200.507 74.1781C198.188 75.0104 196.043 76.2415 194.201 77.6806C192.393 79.0851 191.009 80.8278 189.383 82.3883C188.423 83.3073 187.289 84.1136 186.027 84.7031C185.023 85.1713 183.89 85.4054 182.8 85.7175C178.242 87.0266 177.299 92.081 178.069 96.0431C178.354 97.4996 178.951 99.6063 180.352 100.647C180.949 101.089 181.728 101.392 182.454 101.228C182.964 101.106 183.319 100.872 183.656 100.595C183.959 100.421 184.245 100.222 184.504 100.04C186.537 98.592 188.397 97.0575 190.075 95.2802C192.86 92.3325 195.109 88.9859 197.297 85.6308C200.394 83.2206 203.88 81.0705 207.548 79.3972C209.615 78.4523 211.855 77.724 214.191 77.3252C216.535 76.9264 218.983 77.0391 221.414 77.2818C225.955 77.7413 230.41 78.7037 234.942 78.643C237.918 78.5996 242.719 78.3309 244.163 75.7993C244.033 75.5306 243.099 76.3629 242.399 76.7703C241.352 77.3772 239.829 77.672 238.584 77.8887C236.335 78.2789 233.705 78.1488 231.37 77.9667C228.965 77.776 226.604 77.4119 224.242 77.0738C224.112 77.0824 223.983 77.0738 223.844 77.0217C221.898 76.753 219.952 76.5189 217.971 76.4495C210.022 76.1721 203.344 79.7527 198.076 84.417C198.5 83.7668 198.924 83.1166 199.348 82.4663C200.74 80.3509 202.124 78.2268 203.629 76.1721C205.247 73.9787 207.401 72.158 210.065 71.1263C212.227 70.2854 215.411 68.9502 218.922 69.6438C222.305 70.3114 221.604 74.3341 224.493 75.6779C224.623 75.7386 224.718 75.808 224.796 75.886C225.574 76.2155 226.439 76.5276 227.131 76.6836C228.515 76.9871 229.199 76.8223 230.6 76.9524C233.1 77.1865 235.254 77.2992 237.624 76.8137C238.757 76.5883 240.902 75.886 241.854 75.3312C242.277 75.0797 242.935 74.1781 243.644 74.5595C243.514 74.1521 243.359 73.0423 243.419 72.9383C243.307 72.0713 243.246 71.2391 242.831 70.4154C242.027 68.8029 240.911 67.0169 240.106 65.3957C239.241 63.6531 239.086 61.9625 238.93 60.1592C238.861 59.3702 238.852 58.5899 238.731 57.801C238.67 57.4369 238.584 57.1248 238.394 56.7866C238.307 56.6306 237.658 56.3271 237.615 56.3358C231.076 54.0383 227.503 47.406 226.777 41.9007C226.396 39.0397 226.413 35.1644 226.924 32.4247C227.503 29.321 228.308 26.59 229.545 23.6943C231.906 18.1631 236.318 13.152 242.572 10.7418C243.679 10.317 244.864 9.80546 246.161 9.92684C247.736 10.0829 246.525 12.7532 246.248 13.2994C244.838 16.117 243.168 19.0387 242.113 22.0124C240.582 26.2953 240.106 30.1533 240.738 35.1557C241.04 37.6092 241.646 39.8113 242.044 42.2562C242.459 44.8398 242.597 47.5187 241.914 49.9289C241.326 52.0096 240.746 54.2204 240.418 56.3705C240.098 58.4946 239.864 60.5493 240.452 62.708C240.989 64.7108 241.611 66.41 242.58 68.3087C243.272 69.6612 244.881 71.3084 245.028 72.7909C244.881 74.2301 244.89 75.86 245.218 74.759C246.334 72.6435 244.665 70.6062 243.506 68.6555C242.044 66.1846 241.196 63.4797 240.893 60.8094C240.245 55.0874 243.48 50.1283 243.177 44.4843C243.013 41.5019 242.061 38.5369 241.681 35.5545C241.3 32.5374 241.343 29.5897 241.836 26.6767C242.364 23.5643 243.454 20.5993 244.89 17.8076C246.023 15.6055 247.528 13.3687 247.848 10.8718C248.108 8.86914 245.314 9.09455 244.042 9.45868H244.051ZM201.173 77.75C197.877 81.9722 195.922 86.0729 192.722 90.3471C191.121 92.4798 189.357 94.5606 187.324 96.3639C186.416 97.1702 184.971 98.2192 184.115 99.0602C183.726 99.4503 182.67 100.075 182.004 100.335C181.831 100.335 181.658 100.3 181.503 100.257C181.459 100.248 181.433 100.222 181.39 100.213C179.677 99.9878 178.96 96.6847 178.761 95.5403C177.896 90.6245 180.041 88.2924 181.209 87.5641C181.952 87.1046 182.973 86.6625 183.829 86.4024C186.286 85.6568 188.284 84.1829 188.353 84.1482C188.232 84.5124 187.947 86.0729 187.86 86.4197C187.575 87.5988 187.532 88.8559 187.376 90.061C187.186 91.5782 186.58 93.1041 185.914 94.4652C185.862 94.5692 186.061 94.6473 186.113 94.5432C186.693 93.4595 187.281 92.3671 187.67 91.2054C188.068 89.9916 188.068 88.6825 188.483 87.4688C188.942 86.1076 189.236 84.1136 190.023 82.9345C190.698 82.3276 191.787 80.8624 192.393 80.2122C193.829 78.669 195.585 77.7934 197.375 76.5622C199.14 75.3572 200.515 74.9757 202.609 74.2301C202.859 74.1434 204.269 73.7012 204.52 73.6146C203.612 74.6723 201.977 76.7183 201.181 77.7413L201.173 77.75Z' fill='%23EEEEEE'/%3E%3Cpath d='M278.781 111.735C278.763 111.666 278.72 111.614 278.668 111.571C278.538 110.53 278.088 109.559 277.44 108.493C276.964 107.721 276.281 106.568 275.589 105.918C274.767 105.146 273.919 104.496 272.942 103.898C271.065 102.753 268.963 102.207 266.861 101.73C265.261 101.366 263.375 100.985 261.731 101.089C258.713 100.759 255.806 100.473 252.926 100.135C249.146 99.6931 245.4 99.3203 241.646 99.2856C234.761 99.2162 228.152 100.664 222.443 103.404C216.31 106.351 211.484 111.12 208.768 116.781C207.764 118.87 206.173 121.922 207.366 124.41C207.937 125.607 209.624 126.17 210.869 126.534C212.781 127.089 214.814 127.306 216.76 127.714C219.77 128.346 222.876 128.581 225.903 128.832C228.42 129.04 230.937 128.988 233.368 128.719C238.575 128.156 243.091 126.196 247.243 123.786C251.645 121.237 255.573 117.943 258.15 113.868C259.413 111.865 260.295 109.681 261.048 107.461C261.429 106.325 261.783 105.138 262.484 104.149C263.055 103.343 264.084 103.291 265.148 103.412C266.264 103.672 267.371 103.976 268.47 104.349C270.961 105.198 273.357 106.681 274.68 108.788C275.684 110.391 275.364 112.229 276.981 113.608C277.561 114.102 278.132 113.955 278.59 113.556C279.083 113.122 278.962 112.334 278.798 111.735H278.781Z' fill='white'/%3E%3Cpath d='M258.306 103.811C254.145 103.716 250.798 104.531 247.415 106.247C243.54 108.207 239.76 110.131 235.435 111.415C233.428 112.013 231.326 112.403 229.285 112.923C227.391 113.4 225.695 114.189 224.052 115.056C222.304 115.983 220.549 116.928 218.879 117.943C217.097 119.027 215.523 120.336 213.741 121.428C213.646 121.489 213.767 121.627 213.871 121.575C217.374 119.72 220.704 117.683 224.251 115.888C225.972 115.012 227.763 114.25 229.735 113.781C231.794 113.287 233.895 112.914 235.928 112.351C239.873 111.25 243.48 109.551 246.879 107.652C250.382 105.693 253.938 104.279 258.349 104.019C258.487 104.019 258.444 103.829 258.306 103.829V103.811Z' fill='%23EEEEEE'/%3E%3Cpath d='M276.471 111.796C276.012 110.729 275.589 109.126 275.147 108.38C274.317 106.975 272.821 105.84 271.315 104.99C269.767 104.123 268.643 103.681 266.939 103.213C266.523 103.1 266.074 102.97 265.615 102.857C265.572 102.857 265.529 102.857 265.494 102.857C264.715 102.641 263.937 102.502 263.081 102.571C261.55 102.701 260.935 104.574 260.494 105.701C259.923 107.192 259.413 108.189 258.842 109.68C258.185 111.388 257.328 113.027 256.273 114.544C254.266 117.431 251.369 119.763 248.332 121.809C245.374 123.803 242.027 125.381 238.359 126.361C231.231 128.26 225.471 127.999 216.596 126.751C214.537 126.465 211.483 126.023 209.511 125.234C206.942 124.211 207.807 121.567 208.292 119.971C209.278 116.72 211.267 113.816 213.585 111.276C219.104 105.233 228.014 100.985 237.217 100.248C241.81 99.8836 246.689 100.282 251.377 100.707C253.765 100.924 262.588 101.8 265.234 102.068C267.743 102.493 270.969 103.187 273.028 104.548C274.758 105.692 275.839 106.889 276.877 108.536C277.543 109.602 277.993 110.547 278.002 111.432C278.019 112.489 278.754 112.619 278.867 112.992C278.953 112.593 278.884 112.117 278.772 111.726C278.754 111.657 278.711 111.605 278.659 111.562C278.53 110.521 278.08 109.55 277.431 108.484C276.955 107.712 276.272 106.559 275.58 105.909C274.758 105.137 273.91 104.487 272.933 103.889C271.056 102.745 268.954 102.198 266.852 101.722C265.252 101.357 263.366 100.967 261.723 101.08C258.704 100.751 255.797 100.464 252.917 100.126C249.137 99.6842 245.391 99.3114 241.637 99.2767C234.752 99.2161 228.143 100.655 222.434 103.395C216.302 106.343 211.475 111.111 208.759 116.772C207.755 118.862 206.164 121.913 207.357 124.402C207.928 125.598 209.615 126.162 210.861 126.517C212.772 127.072 214.805 127.289 216.751 127.696C219.762 128.329 222.867 128.563 225.894 128.814C228.411 129.023 230.929 128.971 233.359 128.702C238.567 128.138 243.082 126.179 247.234 123.769C251.637 121.22 255.572 117.925 258.141 113.851C259.404 111.848 260.287 109.663 261.039 107.444C261.42 106.308 261.774 105.12 262.475 104.132C263.046 103.326 264.075 103.273 265.139 103.395C266.255 103.655 267.362 103.958 268.461 104.331C270.952 105.181 273.348 106.663 274.672 108.77C275.675 110.374 275.355 112.212 276.973 113.59C276.99 113.608 277.016 113.608 277.033 113.625C277.267 113.226 276.462 111.9 276.479 111.778L276.471 111.796Z' fill='%23EEEEEE'/%3E%3Cpath d='M311.14 117.743C310.984 117.561 310.829 117.431 310.725 117.249C300.916 107.539 289.801 99.1295 277.941 91.7862C265.036 83.7927 251.507 76.6402 237.857 69.9559C223.983 63.1675 209.762 57.168 196.19 49.7641C187.367 44.9524 178.544 39.3084 172.083 31.7138C167.654 26.5033 164.653 20.2437 165.647 13.7675C166.772 6.45023 175.82 2.4795 183.207 3.86665C183.293 3.88399 183.345 3.93601 183.371 3.9967C184.573 4.17876 185.741 4.53422 186.866 5.04574C187.869 5.50523 187.999 6.86637 186.649 6.33752C180.041 4.58624 173.233 6.30284 170.163 10.2736C167.343 13.9235 168.234 17.7295 169.808 22.047C171.365 26.2952 174.41 30.0232 177.731 33.2656C181.079 36.5341 184.85 39.4125 188.751 42.0481C194.045 45.62 199.746 48.6024 205.429 51.5154C212.236 55.0093 219.182 58.2518 226.145 61.4335C240.037 67.7798 253.661 74.5595 266.956 82.0501C284.031 91.6735 300.527 102.424 313.259 117.145C313.285 117.171 313.294 117.206 313.285 117.232C313.424 117.362 313.536 117.527 313.623 117.691C313.847 118.142 313.744 118.619 313.337 118.914C312.931 119.209 312.282 118.957 311.944 118.706C311.624 118.463 311.391 118.021 311.131 117.726L311.14 117.743Z' fill='white'/%3E%3Cpath d='M310.656 117.527C300.847 107.817 289.809 99.1382 277.95 91.795C265.044 83.8015 251.516 76.649 237.866 69.9647C223.992 63.1763 209.771 57.1768 196.199 49.7729C187.376 44.9612 178.553 39.3172 172.092 31.7226C167.663 26.5121 164.661 20.2525 165.656 13.7763C166.781 6.45902 175.828 2.48829 183.216 3.87544C183.302 3.89278 183.354 3.9448 183.38 4.00549C184.582 4.18755 185.75 4.54301 186.874 5.05452C187.878 5.51402 188.008 6.87516 186.658 6.34631C180.05 4.59503 173.242 6.31163 170.171 10.2824C167.351 13.9323 168.242 17.7383 169.817 22.0558C171.374 26.304 174.419 30.032 177.74 33.2744C181.088 36.5429 184.859 39.4213 188.76 42.0569C194.054 45.6288 199.754 48.6112 205.437 51.5242C212.245 55.0181 219.191 58.2605 226.154 61.4423C240.046 67.7886 253.67 74.5683 266.965 82.0589C284.04 91.6823 300.535 102.433 313.268 117.154C313.294 117.18 313.303 117.215 313.294 117.241C313.432 117.371 313.545 117.535 313.631 117.7C313.856 118.151 313.752 118.628 313.346 118.923C312.939 119.217 312.291 118.966 311.953 118.714C311.633 118.472 310.76 117.691 310.656 117.509V117.527ZM313.147 118.16C313.147 117.978 313.06 117.795 312.991 117.631C312.844 117.267 312.637 117.223 312.438 116.894C302.706 105.935 291.064 97.387 278.971 89.8963C266.169 81.9635 253.09 75.1318 239.553 68.5168C225.791 61.7891 211.605 55.9024 198.137 48.5678C189.392 43.7995 180.43 38.0341 174.038 30.4741C169.652 25.281 166.711 20.0531 168.13 13.6549C169.998 5.19324 179.911 4.18755 186.779 5.77411C186.632 5.6614 186.451 5.56604 186.39 5.54003C185.984 5.33195 185.551 5.15856 185.127 4.9765C184.435 4.68173 183.726 4.47365 182.991 4.3176C177.109 3.47664 171.123 5.60939 167.966 9.68415C165.146 13.3341 165.613 18.0157 167.213 22.3419C168.796 26.6074 171.901 30.8382 175.249 34.0894C178.631 37.3752 182.221 40.2622 186.157 42.9152C191.494 46.5131 197.609 49.9463 203.344 52.8853C210.212 56.4139 217.469 59.639 224.485 62.8555C238.48 69.2624 251.914 75.9988 265.321 83.5588C281.921 92.9134 297.828 103.386 311.01 117.076C311.555 117.449 312.031 118.047 312.49 118.489C312.775 118.766 313.121 118.515 313.138 118.177L313.147 118.16Z' fill='%23EEEEEE'/%3E%3Cpath d='M183.803 0.346728C183.215 0.676177 182.765 1.15301 182.359 1.67319C181.996 2.4448 181.805 3.20773 181.061 3.71925C180.785 3.90998 180.101 3.91865 179.911 4.1614C179.868 4.21342 179.85 4.27411 179.824 4.32613C179.859 4.55154 179.972 4.7336 180.145 4.88966C180.248 4.98502 180.378 4.99369 180.491 5.06305C180.577 5.11507 180.655 5.17576 180.75 5.21911C180.785 5.23645 180.828 5.22778 180.862 5.21911C181.71 5.89534 182.324 6.67562 183.103 7.4819C183.639 8.02809 184.366 8.66098 185.153 8.81704C185.862 8.96442 186.615 8.97309 187.289 8.66965C187.739 8.46158 187.999 8.24484 188.31 7.86337C188.794 7.26516 189.296 6.9964 190.04 6.77965C190.109 6.76232 190.109 6.65828 190.04 6.64094C189.988 6.63227 189.936 6.61493 189.893 6.60626C190.135 6.45021 190.386 6.30282 190.663 6.19011C191.121 5.99938 191.64 5.89534 192.064 5.65259C192.203 5.57456 192.254 5.34915 192.116 5.23645C191.597 4.82897 190.948 4.69892 190.369 4.37814C189.781 4.0487 189.175 3.58053 188.5 3.43315C188.25 3.38113 188.007 3.35512 187.765 3.35512C188.241 2.70489 188.82 2.1587 189.504 1.67319C189.746 1.4998 189.677 1.09232 189.339 1.09232C188.163 1.09232 187.246 0.251361 186.104 0.0519573C185.369 -0.0780884 184.461 -0.0260701 183.803 0.338058V0.346728Z' fill='white'/%3E%3Cpath d='M183.803 0.346608C183.06 0.762754 182.515 1.38697 182.039 2.06321C181.727 2.50537 181.485 3.16426 181.009 3.45903C180.638 3.77981 180.136 3.86651 179.651 3.86651C179.444 4.03124 179.608 4.22197 180.075 4.20463C180.093 4.19596 180.802 4.14394 180.819 4.13527C180.88 4.10926 180.949 4.08325 181.018 4.04857C182.082 3.355 182.817 2.02853 183.233 1.47367C184.046 0.372617 185.17 0.337938 186.615 0.840782C187.142 1.02285 188.492 1.36963 189.002 1.47367C188.301 1.9245 187.134 3.12092 186.623 3.8405C185.836 4.94156 184.253 4.34334 183.077 4.16995C182.964 4.15261 182.912 4.28266 182.999 4.35201C183.847 4.96756 185.239 5.19298 186.251 4.82018C186.623 4.68146 186.891 4.51674 187.125 4.26532C187.263 4.26532 187.705 3.90119 187.843 3.90986C188.518 3.97055 188.725 4.18729 189.305 4.4994C189.789 4.75949 191.13 5.3577 191.658 5.46174C191.502 5.48775 190.274 5.86921 189.028 6.48476C187.895 7.0483 187.281 6.216 186.122 5.92123C186.018 5.89522 185.931 6.03394 186.018 6.11197C186.571 6.62348 187.281 7.11765 188.059 7.18701C187.203 8.20137 186.07 8.7649 184.911 8.14068C183.172 7.20435 182.532 4.91555 180.828 4.67279C180.058 4.74215 180.248 4.92422 180.101 5.01091C180.058 5.39238 180.689 5.1583 180.776 5.20165C180.811 5.21899 180.854 5.21032 180.888 5.20165C181.736 5.87788 182.35 6.65816 183.129 7.46444C183.665 8.01063 184.392 8.64352 185.179 8.79958C185.888 8.94696 186.641 8.95563 187.315 8.65219C187.765 8.44412 188.025 8.22738 188.336 7.84591C188.82 7.2477 189.322 6.97894 190.066 6.76219C190.135 6.74486 190.135 6.64082 190.066 6.62348C190.014 6.61481 189.962 6.59747 189.919 6.5888C190.161 6.43275 190.412 6.28536 190.689 6.17265C191.147 5.98192 191.666 5.87788 192.09 5.63513C192.229 5.5571 192.28 5.33169 192.142 5.21899C191.623 4.81151 190.974 4.68146 190.395 4.36068C189.807 4.03124 189.201 3.56307 188.526 3.41569C188.275 3.36367 188.033 3.33766 187.791 3.33766C188.267 2.68743 189.175 1.82046 189.858 1.34362C190.101 1.17023 189.711 1.08353 189.365 1.08353C188.189 1.08353 187.272 0.242572 186.13 0.0431682C185.395 -0.0868774 184.487 -0.0348592 183.829 0.329269L183.803 0.346608Z' fill='%23EEEEEE'/%3E%3Cpath d='M160.371 18.1975C159.558 17.7034 158.978 16.9317 158.494 16.1428C158.191 15.64 157.957 15.0938 157.637 14.5909C157.274 14.0101 156.772 13.6459 156.314 13.1604C156.046 12.8743 156.314 12.5102 156.668 12.5535C157.508 12.6576 158.225 12.831 159.09 12.6316C159.739 12.4842 160.431 12.5622 161.054 12.7703C161.244 12.831 161.417 12.909 161.573 12.9957C161.573 12.9697 161.582 12.9437 161.59 12.9177C161.711 12.2588 162.403 10.8716 162.014 10.2474C161.781 9.8746 162.075 9.79657 162.438 9.9613C163.9 10.6375 165.327 11.5305 166.175 12.9003C166.253 13.0217 166.322 13.1518 166.391 13.2818C166.72 12.779 167.066 12.2848 167.377 11.7733C168 10.7416 168.9 11.2618 169.384 12.0507C170.05 13.1431 170.725 14.1488 170.508 15.4666C170.292 16.793 169.021 17.5906 168.234 18.631C168.234 18.8217 168.216 19.0038 168.035 19.2379C167.836 19.498 167.403 19.5673 167.1 19.5327C166.581 19.472 166.227 19.2292 165.803 18.9431C165.042 18.9258 164.289 18.8217 163.502 18.8998C162.386 19.0038 161.331 18.7784 160.371 18.1975Z' fill='white'/%3E%3Cpath d='M162.429 9.95249C162.075 9.78777 161.564 9.58836 161.789 9.95249C162.179 10.5854 161.703 12.25 161.582 12.9089C161.582 12.9349 161.573 12.9609 161.564 12.9869C161.409 12.9002 161.236 12.8222 161.045 12.7615C160.423 12.5534 159.731 12.4667 159.082 12.6228C158.225 12.8222 157.516 12.5621 156.66 12.5447C155.7 12.5187 156.046 12.8655 156.305 13.1516C156.764 13.6371 157.265 14.0012 157.629 14.5821C157.94 15.085 158.174 15.6312 158.485 16.134C158.961 16.9229 159.549 17.6945 160.362 18.1887C161.314 18.7696 162.377 18.995 163.493 18.891C164.28 18.8129 165.024 18.917 165.794 18.9343C166.218 19.2117 166.573 19.4632 167.092 19.5239C167.403 19.5585 167.827 19.4892 168.026 19.2291C168.208 18.995 168.225 18.8129 168.225 18.6222C169.012 17.5818 170.284 16.7756 170.5 15.4578C170.716 14.14 170.041 13.1429 169.375 12.0419C168.891 11.2529 167.991 10.7328 167.369 11.7645C167.057 12.276 166.711 12.7701 166.382 13.273C166.313 13.1429 166.244 13.0129 166.166 12.8915C165.318 11.5217 163.891 10.6287 162.429 9.95249ZM166.772 14.3914C166.824 14.27 166.599 13.7758 166.668 13.6718C166.971 13.221 167.014 13.3424 167.256 12.8568C167.386 12.6054 167.758 11.3396 168.372 11.7124C168.554 11.8252 168.951 12.3453 169.038 12.5361C169.237 12.9609 169.808 14.0273 169.938 14.4694C170.119 15.111 169.946 15.5358 169.661 15.8999C169.367 16.4028 168.9 16.7582 168.614 17.2697C168.329 17.7812 168.078 18.4488 167.602 18.8129C166.919 19.3418 166.512 18.7176 165.907 18.5095C163.934 18.1107 162.992 18.5875 161.521 18.024C160.172 17.5038 159.385 16.3594 158.649 15.1977C158.321 14.6862 157.36 13.5157 156.971 13.1169C157.196 13.195 158.355 13.299 158.606 13.3337C159.03 13.3944 161.244 12.5968 161.487 14.5561C161.495 14.6081 161.504 14.6601 161.521 14.7122C161.988 16.4114 163.606 16.6108 165.137 16.9403C165.163 16.9403 165.18 16.9229 165.197 16.9143C165.102 16.8536 165.033 16.7582 164.981 16.6455C164.834 16.5588 164.704 16.4634 164.54 16.3941C164.505 16.3854 164.471 16.3941 164.428 16.3767C163.623 16.056 162.646 15.6138 162.291 14.7642C161.902 13.8365 162.179 12.9349 162.265 11.9812C162.3 11.5477 162.352 10.4553 162.352 10.3946C162.49 10.4813 163.39 11.0709 163.519 11.1663C163.588 11.2009 165.673 12.25 166.27 14.2787C166.27 14.2873 166.27 14.296 166.261 14.3047C166.417 14.7989 166.452 15.3624 166.478 15.9259C166.789 15.4491 166.867 14.9202 166.78 14.3827L166.772 14.3914Z' fill='%23EEEEEE'/%3E%3Cpath d='M168.597 34.1758C168.061 33.855 167.654 33.3262 167.256 32.8493C166.78 32.2858 166.14 31.8697 165.561 31.4362C164.895 30.9333 163.805 30.2744 163.493 29.4508C163.303 28.9393 163.632 28.6792 164.142 28.6966C164.609 28.7139 165.111 28.8526 165.561 28.9653C166.261 29.1387 167.014 28.9827 167.715 28.896C169.012 28.7399 170.647 28.8526 171.849 29.4942C171.849 29.2341 171.867 28.974 171.892 28.7486C171.97 28.0723 172.221 27.3094 172.697 26.7892C173.449 25.9656 174.799 25.5581 174.981 24.379C175.032 24.0149 175.517 24.0409 175.69 24.2837C176.14 24.8906 176.373 25.5581 176.572 26.269C176.806 27.0927 177.169 27.8556 177.342 28.6966C177.463 28.6012 177.61 28.5145 177.792 28.4191C178.389 28.107 178.795 27.9856 179.158 27.3614C179.366 27.0146 179.34 26.5378 179.634 26.243C180.759 25.142 181.511 28.5145 181.572 29C181.866 31.1067 180.499 33.1875 178.242 33.1961C177.152 33.1961 176.866 34.4706 175.707 34.4272C175.084 34.4012 174.686 33.9331 174.263 33.5603C172.42 34.4966 170.656 35.4416 168.571 34.1845L168.597 34.1758Z' fill='white'/%3E%3Cpath d='M175.698 24.2837C175.525 24.0409 175.041 24.0149 174.989 24.379C174.808 25.5581 173.458 25.9656 172.706 26.7892C172.23 27.3007 171.979 28.0637 171.901 28.7486C171.875 28.974 171.858 29.2341 171.858 29.4942C170.656 28.8526 169.021 28.7399 167.723 28.896C167.023 28.9827 166.27 29.1387 165.569 28.9653C165.12 28.8526 164.618 28.7226 164.151 28.6966C163.64 28.6705 163.303 28.9306 163.502 29.4508C163.813 30.2744 164.903 30.942 165.569 31.4362C166.158 31.8783 166.789 32.2858 167.265 32.8493C167.663 33.3175 168.061 33.8464 168.606 34.1758C170.69 35.4329 172.455 34.4879 174.297 33.5516C174.721 33.9244 175.119 34.3926 175.742 34.4186C176.901 34.4706 177.186 33.1961 178.276 33.1875C180.534 33.1788 181.892 31.0981 181.606 28.9913C181.537 28.5145 180.785 25.1333 179.669 26.2344C179.375 26.5291 179.392 27.006 179.193 27.3527C178.821 27.977 178.423 28.0983 177.826 28.4105C177.645 28.5058 177.498 28.5925 177.377 28.6879C177.204 27.8469 176.84 27.084 176.607 26.2604C176.408 25.5494 176.166 24.8819 175.724 24.275L175.698 24.2837ZM176.131 31.1588C175.759 31.6529 175.309 32.0517 174.808 32.3118C174.738 32.3465 174.833 32.4505 174.903 32.4332C176.036 32.1731 176.996 31.1934 177.316 30.075C177.411 30.023 177.403 29.6329 177.463 29.4855C177.636 29.0867 177.896 29.026 178.259 28.8613C178.934 28.5578 179.349 28.133 179.686 27.4741C179.764 27.3181 180.084 26.5898 180.127 26.4251C180.214 26.6245 180.767 27.8903 180.819 28.0983C181.053 28.9133 181.096 29.9537 180.785 30.7686C180.542 31.4275 179.669 32.4245 178.899 32.5632C178.553 32.6239 177.835 32.6326 177.498 32.7366C176.762 32.9707 176.918 32.936 176.399 33.4302C175.802 33.9851 175.387 33.6123 174.989 33.2048C174.989 33.2048 175.006 33.2048 175.015 33.1961C175.119 33.1441 174.548 32.8667 174.444 32.9014C172.749 33.3955 171.858 33.8984 170.768 33.9677C169.358 34.0544 168.623 33.1788 167.568 32.3552C166.85 31.7916 166.14 30.9593 165.388 30.4392C164.981 30.1531 164.514 29.8843 164.185 29.5115C163.58 28.8179 164.627 29.2688 164.834 29.3641C165.587 29.7282 166.78 29.5982 167.611 29.5549C168.701 29.4942 169.687 29.3815 170.733 29.7543C171.892 30.1704 172.394 31.4449 173.294 32.1644C173.363 32.2165 173.475 32.1904 173.475 32.0864C173.475 32.0257 173.458 31.9737 173.449 31.913C172.922 31.1414 172.308 30.1964 172.325 29.2601C172.334 28.8179 172.792 27.6388 173.008 27.4221C173.64 26.7979 175.214 25.6275 175.456 24.5871C175.517 24.8645 175.828 25.7835 175.897 26.087C176.027 26.6332 176.434 27.6562 176.581 28.2024C176.814 29.052 176.719 30.3871 176.131 31.1588Z' fill='%23EEEEEE'/%3E%3Cpath d='M181.451 50.9169C181.866 49.9372 182.298 48.9489 183.12 48.2466C182.714 48.2206 182.298 48.1946 181.901 48.1599C181.598 48.1426 181.321 47.7351 181.615 47.5097C181.996 47.2149 182.385 46.9375 182.705 46.5734C183.025 46.2092 183.31 45.9231 183.752 45.7151C183.89 45.6544 184.037 45.585 184.201 45.533C183.942 45.4203 183.7 45.2816 183.466 45.1255C183.103 44.8828 179.271 42.5073 180.171 41.779C180.984 41.1201 182.273 40.912 183.259 40.5826C184.193 40.2705 185.248 39.9931 186.243 40.1404C186.303 40.1491 186.364 40.1664 186.425 40.1751C186.321 40.0104 186.226 39.8543 186.148 39.6896C185.975 39.3515 185.931 39.0047 185.923 38.6319C185.914 37.999 185.845 37.4181 185.62 36.8113C185.525 36.5512 185.802 36.3604 186.035 36.3951C186.502 36.4645 186.995 36.6465 187.437 36.9066C187.289 35.9876 187.125 35.086 186.753 34.2017C186.684 34.0456 186.796 33.8722 186.926 33.7855C187.523 33.4041 188.821 34.5225 189.262 34.7912C190.542 35.5455 191.917 36.3431 192.869 37.5048C194.599 39.6203 192.618 41.7877 192.255 43.9464C192.454 44.2759 192.384 44.7527 192.272 45.1602C192.142 45.637 191.839 46.1139 191.372 46.3219C191.45 46.2873 191.424 47.8305 191.407 47.9605C191.182 49.2003 190.023 50.5094 188.864 51.0036C187.618 51.5238 186.044 51.2723 184.72 51.5238C183.752 51.7058 182.843 52.2434 181.866 52.3387C181.01 52.4167 181.278 51.3417 181.451 50.9256V50.9169Z' fill='white'/%3E%3Cpath d='M186.926 33.7856C186.796 33.8723 186.693 34.0457 186.753 34.2017C187.125 35.086 187.289 35.9877 187.437 36.9067C186.995 36.6552 186.502 36.4732 186.035 36.3952C185.802 36.3605 185.525 36.5512 185.62 36.8113C185.845 37.4095 185.914 37.9991 185.923 38.6319C185.923 39.0047 185.975 39.3515 186.148 39.6896C186.226 39.8457 186.321 40.0104 186.425 40.1751C186.364 40.1665 186.303 40.1491 186.243 40.1405C185.239 39.9931 184.193 40.2705 183.259 40.5826C182.281 40.9121 180.984 41.1201 180.171 41.779C179.271 42.5073 183.103 44.8828 183.466 45.1256C183.7 45.2816 183.951 45.4203 184.201 45.533C184.037 45.5937 183.881 45.6544 183.752 45.7151C183.302 45.9232 183.016 46.2006 182.705 46.5734C182.385 46.9375 181.581 47.5011 181.2 47.8045C180.906 48.0299 181.606 48.1426 181.901 48.1686C182.307 48.1946 182.714 48.2293 183.12 48.2553C182.298 48.9576 181.866 49.9459 181.451 50.9256C181.278 51.3417 181.01 52.4168 181.866 52.3388C182.843 52.2521 183.752 51.7059 184.72 51.5238C186.044 51.2724 187.618 51.5238 188.864 51.0036C190.023 50.5181 191.182 49.2003 191.407 47.9606C191.433 47.8305 191.459 46.2873 191.372 46.322C191.839 46.1139 192.142 45.6371 192.272 45.1602C192.384 44.7528 192.454 44.2759 192.255 43.9465C192.609 41.7877 194.59 39.6203 192.869 37.5049C191.926 36.3431 190.551 35.5455 189.262 34.7913C188.821 34.5312 187.514 33.4041 186.926 33.7856ZM189.028 35.2508C189.703 35.6756 190.455 36.1004 191.087 36.5946C192.168 37.4355 193.362 38.5192 192.921 39.9757C192.566 41.1548 191.632 42.8368 191.831 44.4233C191.831 44.4927 191.813 44.5707 191.805 44.6401C191.865 44.8568 191.857 45.0995 191.692 45.3336C191.511 45.5937 191.087 45.7498 190.966 46.0359C190.793 46.426 190.897 46.8161 190.931 47.215C190.983 47.7438 190.801 48.2553 190.533 48.6888C190.205 49.2263 189.703 49.6425 189.149 49.9546C188.786 50.232 188.397 50.4748 188.016 50.5961C187.238 50.8302 186.182 50.6655 185.378 50.8129C184.513 50.9689 183.786 50.8996 182.999 51.2724C182.731 51.4024 182.437 51.5758 182.151 51.6539C181.823 51.7405 182.134 50.5355 182.177 50.4314C183.276 48.0212 185.058 47.8912 186.9 47.8652C187.056 47.8652 187.091 47.6311 186.935 47.5964C186.796 47.5704 186.658 47.5444 186.528 47.5184C186.52 47.475 184.651 47.0069 181.84 47.8045C181.866 47.7785 182.921 46.9549 182.956 46.9375C183.613 46.4954 183.752 46.426 184.201 46.2266C184.703 46.0099 185.179 46.0879 185.707 45.9665C185.724 45.9665 185.741 45.9578 185.758 45.9492C186.018 45.9839 186.277 45.9925 186.546 45.9925C187.644 45.9839 188.457 45.6371 189.487 45.3336C189.651 45.2816 189.625 45.0128 189.443 45.0302C187.791 45.2296 185.136 45.5504 183.7 44.588C182.913 44.0592 182.177 43.3916 181.347 42.9234C181.096 42.7761 180.361 42.1952 181.122 41.9351C182.774 41.3629 185.127 40.4352 186.892 40.9294C188.44 41.3629 189.729 42.1952 190.594 43.6084C190.715 43.7991 190.845 44.0505 190.819 43.8511C190.602 42.4206 189.279 41.2589 187.86 40.626C187.376 40.0798 186.693 39.6376 186.658 38.8574C186.632 38.2938 186.597 37.7563 186.476 37.2188C186.857 37.3662 187.212 37.5742 187.592 37.7216C187.61 37.843 187.635 37.9644 187.653 38.0944C187.86 39.2215 188.518 40.2879 189.729 40.5653C189.962 40.6173 189.538 40.3225 189.365 40.1665C188.587 39.4556 188.405 38.9961 188.302 38.1898C188.215 37.5656 188.077 36.7419 187.964 36.1264C187.886 35.6929 187.462 34.4705 187.298 34.1064C187.35 34.141 189.037 35.2421 189.054 35.2508H189.028Z' fill='%23EEEEEE'/%3E%3Cpath d='M194.798 67.6756C193.941 66.9474 193.422 66.0891 193.318 64.9794C193.241 64.0517 193.638 63.0633 194.287 62.4131C194.382 62.3178 194.486 62.2397 194.59 62.1704C194.27 61.997 193.95 61.8149 193.578 61.7369C193.249 61.6675 192.903 61.7195 192.575 61.6675C192.419 61.6415 192.28 61.6155 192.151 61.5808C191.735 61.7109 191.26 61.6935 190.922 61.4768C190.248 61.0346 189.737 60.5318 188.976 60.2284C188.198 59.9162 187.497 59.5608 186.995 58.8845C186.883 58.7372 186.917 58.4511 187.064 58.3384C188.345 57.3413 188.872 55.8155 190.187 54.8445C191.286 54.0295 192.938 53.7261 194.296 53.9341C195.022 54.0468 195.732 54.2202 196.45 54.3763C196.856 54.463 197.22 54.6364 197.635 54.6797C198.102 54.7318 198.5 54.0989 198.863 53.8908C199.512 53.5093 200.654 53.1539 201.51 53.3706C201.942 53.2926 202.401 53.3099 202.842 53.3186C203.292 53.3359 203.742 53.4486 204.183 53.4833C204.217 53.4833 204.243 53.4833 204.278 53.4833C204.07 53.4486 203.863 53.3966 203.655 53.3359C202.487 52.9891 201.458 52.2435 200.593 51.4199C199.797 50.657 199.105 49.7813 198.655 48.7757C198.154 47.6659 197.981 46.3655 197.168 45.4205C196.986 45.2037 197.081 44.8309 197.41 44.8309C197.496 44.8309 197.626 44.8309 197.782 44.8483C196.917 43.7039 196.631 41.9873 196.623 40.6175C196.623 39.395 196.804 38.1726 197.609 37.2103C198.396 36.2739 199.546 36.5514 200.558 36.8461C200.809 36.1526 201.311 35.4156 202.064 35.355C203.525 35.2509 204.875 36.2046 205.636 37.3403C206.639 38.8662 206.864 40.0279 206.181 41.7185C205.991 42.1867 206.146 42.6809 206.363 43.1837C206.432 43.0883 206.579 43.071 206.674 43.1577C208.283 44.5275 209.658 45.6286 209.849 47.822C209.926 48.7323 209.554 49.7033 209.122 50.4923C208.819 51.0558 208.43 51.5326 208.257 52.1655C208.127 52.6424 208.542 53.3359 208.819 53.7694C209.226 54.1335 209.295 54.9312 209.079 55.408C208.733 56.1709 208.845 56.5871 209.096 57.298C209.26 57.7575 209.295 58.3384 209.226 58.8152C209.096 59.7689 208.577 60.7659 207.764 61.3467C207.288 61.6935 206.769 61.9276 206.224 62.1444C205.515 62.4305 204.693 62.4651 204.252 63.1847C204.131 63.3841 203.871 63.3668 203.742 63.1847C203.534 62.89 203.361 62.4305 203.275 61.971C202.47 62.8986 200.93 63.3408 199.815 63.8003C199.131 64.0864 198.768 64.7453 198.552 65.4042C198.353 66.0371 198.803 66.3752 198.759 66.9561C198.699 67.849 198.059 67.9444 197.263 68.1091C196.355 68.2999 195.533 68.2999 194.78 67.6583L194.798 67.6756Z' fill='white'/%3E%3Cpath d='M202.09 35.3638C201.328 35.4158 200.835 36.1614 200.585 36.855C199.564 36.5602 198.413 36.2828 197.635 37.2191C196.83 38.1814 196.64 39.4039 196.649 40.6263C196.649 41.9961 196.943 43.704 197.808 44.8571C197.652 44.8484 197.522 44.8398 197.436 44.8398C197.107 44.8398 197.012 45.2126 197.194 45.4293C198.007 46.383 198.18 47.6834 198.682 48.7845C199.131 49.7815 199.823 50.6658 200.619 51.4287C201.484 52.2524 202.514 52.998 203.681 53.3447C203.889 53.4054 204.096 53.4488 204.304 53.4921C204.269 53.4921 204.244 53.4921 204.209 53.4921C203.768 53.4575 203.309 53.3361 202.868 53.3274C202.427 53.3101 201.977 53.3014 201.536 53.3794C200.68 53.1627 199.538 53.5095 198.889 53.8996C198.526 54.1164 198.128 54.7406 197.661 54.6886C197.246 54.6452 196.882 54.4718 196.476 54.3851C195.758 54.2291 195.049 54.0557 194.322 53.943C192.973 53.7349 191.312 54.0383 190.213 54.8533C188.898 55.833 188.371 57.3502 187.091 58.3472C186.944 58.4599 186.909 58.746 187.021 58.8934C187.523 59.5696 188.224 59.9251 189.002 60.2372C189.763 60.5406 190.274 61.0435 190.948 61.4856C191.286 61.711 191.762 61.7197 192.177 61.5896C192.315 61.6243 192.454 61.6503 192.601 61.6763C192.929 61.7284 193.275 61.6763 193.604 61.7457C193.976 61.8237 194.296 62.0058 194.616 62.1792C194.512 62.2485 194.417 62.3266 194.313 62.4219C193.665 63.0722 193.258 64.0605 193.345 64.9882C193.44 66.0979 193.967 66.9562 194.824 67.6845C195.576 68.326 196.398 68.326 197.306 68.1353C198.102 67.9619 198.742 67.8752 198.803 66.9822C198.846 66.41 198.387 66.0719 198.595 65.4303C198.803 64.7714 199.166 64.1125 199.858 63.8264C200.974 63.3583 202.514 62.9248 203.318 61.9971C203.404 62.4566 203.577 62.9161 203.785 63.2109C203.915 63.393 204.174 63.4016 204.295 63.2109C204.737 62.4913 205.55 62.4566 206.268 62.1705C206.813 61.9538 207.332 61.7197 207.807 61.3729C208.612 60.792 209.131 59.795 209.269 58.8414C209.338 58.3645 209.304 57.7836 209.139 57.3242C208.889 56.6219 208.776 56.2058 209.122 55.4342C209.338 54.9573 209.269 54.1597 208.863 53.7956C208.586 53.3621 208.171 52.6685 208.3 52.1917C208.473 51.5588 208.863 51.0906 209.165 50.5184C209.589 49.7295 209.97 48.7585 209.892 47.8482C209.71 45.6634 208.326 44.5537 206.717 43.1839C206.622 43.0972 206.467 43.1232 206.406 43.2099C206.19 42.707 206.034 42.2042 206.224 41.7447C206.908 40.0541 206.683 38.8837 205.679 37.3665C204.927 36.2221 203.569 35.2684 202.107 35.3811L202.09 35.3638ZM199.823 63.0808C198.56 63.4536 197.652 64.6327 197.678 65.8638C197.687 66.358 198.474 67.4937 197.401 67.6411C196.19 67.8058 194.763 67.2163 194.261 66.1846C193.864 65.3696 193.846 63.8264 194.547 63.1329C194.85 62.8294 195.213 62.6213 196.164 62.708C196.623 62.7861 197.09 62.7861 197.531 62.63C198.206 62.3873 198.612 61.9538 199.149 61.4856C199.227 61.4163 199.149 61.2862 199.054 61.3209C198.465 61.5116 197.592 62.0925 196.969 62.1012C196 62.1185 195.334 61.8844 194.504 61.4943C194.08 61.2949 192.531 61.1648 192.505 61.1735C192.765 60.9047 193.768 60.2632 194.184 60.1418C194.607 60.0204 195.014 59.8904 195.455 59.8297C195.594 59.8124 195.559 59.5869 195.421 59.5956C194.789 59.6216 194.339 59.743 193.768 60.0031C193.379 60.1852 191.796 60.9134 191.32 60.7487C190.637 60.5146 190.282 59.9858 189.547 59.8297C188.864 59.6823 188.051 59.1795 187.54 58.7633C187.99 58.4946 188.786 57.4629 189.097 57.0641C189.556 56.4745 190.135 55.7376 190.732 55.2694C192.03 54.2724 193.552 54.3938 195.161 54.7146C196 54.8793 197.635 55.5469 198.448 55.0267C198.993 54.6799 199.616 54.2464 200.195 53.9863C199.823 54.3678 199.175 55.1307 198.837 55.5642C198.223 56.3531 197.583 57.1074 196.943 57.879C196.805 58.0437 196.822 58.2691 197.012 58.3905C197.548 58.7286 198.163 58.772 198.742 59.0234C199.322 59.2748 199.884 59.5609 200.463 59.8037C201.251 60.1331 202.003 60.3585 202.86 60.3152C203.119 60.2979 203.353 60.2545 203.56 60.1938C203.474 60.3585 203.396 60.5406 203.335 60.7487C202.47 62.2312 201.406 62.6213 199.815 63.0895L199.823 63.0808ZM208.88 46.6691C209.312 48.1603 208.975 49.0619 208.344 50.345C207.738 51.5848 207.081 53.4228 208.534 53.9516C208.776 54.5845 208.724 55.1307 208.326 55.7202C208.127 56.0063 208.266 56.5699 208.292 56.934C208.361 57.9484 208.767 58.9974 208.153 59.9251C207.574 60.8007 206.614 61.2602 205.653 61.711C205.134 61.9538 204.382 62.0665 204.036 62.4913C203.837 61.8844 203.958 60.9394 204.2 60.5406C204.468 60.1071 204.624 59.5783 204.866 59.1361C205.524 58.3819 206.06 57.4802 206.631 56.6739C206.726 56.5439 206.518 56.4138 206.415 56.5092C205.143 57.5669 204.261 60.0724 202.254 59.6303C201.467 59.4569 200.29 58.9801 199.538 58.7286C198.785 58.4685 197.998 58.1131 197.272 58.0351C197.799 57.4542 198.924 56.4572 199.417 55.8416C199.919 55.2087 200.239 54.5498 201.017 54.2204C201.865 53.8649 202.981 54.2377 203.872 54.2204C204.564 54.2031 204.996 53.995 205.584 53.6482C206.268 53.7176 206.96 53.7869 207.626 54.0297C207.729 54.0643 207.799 53.8996 207.704 53.8476C205.472 52.8072 202.271 52.4778 200.602 50.5444C199.365 49.1139 198.794 46.8598 197.791 45.3166C197.981 45.3513 199.244 45.6374 199.953 46.1142C200.143 46.1922 200.334 46.2789 200.524 46.3656C200.463 47.1546 200.472 47.9522 200.766 48.7065C201.441 50.4751 203.007 51.5935 204.788 52.0876C204.927 52.1223 205.057 51.9142 204.927 51.8449C203.88 51.316 202.712 50.6745 202.098 49.9202C201.519 49.218 201.112 48.481 201.086 47.5794C201.06 46.6691 201.251 45.8801 201.337 44.9785C201.389 44.4149 201.277 42.9064 201.164 42.3862C202.237 43.1318 204.226 44.3976 205.333 45.0999C206.614 45.9148 207.435 47.7094 207.306 49.218C207.306 49.322 207.496 49.322 207.522 49.218C207.66 48.4897 207.972 47.9088 207.505 47.1719C207.349 46.9292 207.228 46.6777 207.098 46.4177C207.28 45.594 207.055 44.7444 206.882 43.9121C207.686 44.7184 208.586 45.6114 208.897 46.6691H208.88ZM204.114 36.6902C204.183 36.7683 204.269 36.8636 204.347 36.959C204.494 37.1237 204.633 37.2798 204.754 37.4272C204.754 37.4358 204.754 37.4445 204.771 37.4618C205.307 38.1207 205.87 38.927 205.861 39.5686C205.852 40.4962 204.901 41.5973 205.221 42.525C205.463 43.2359 206.086 43.8341 206.25 44.5623C206.233 44.7357 206.216 44.9005 206.207 45.0738C205.541 44.3976 204.633 43.8601 203.82 43.3746C202.963 42.8631 202.133 42.3169 201.268 41.84C201 41.6927 200.602 41.8834 200.628 42.2042C200.671 42.8197 200.818 43.4439 200.784 44.0682C200.758 44.5363 200.671 45.0045 200.602 45.4727C200.438 45.386 200.239 45.3079 200.031 45.2386C199.036 44.9958 198.171 44.3369 197.817 43.652C197.41 42.8631 197.237 41.7794 197.211 40.895C197.185 40.0281 197.375 39.0571 197.687 38.2334C198.102 37.1497 199.235 37.4532 200.066 37.6699C200.325 37.9907 200.585 38.1988 200.939 38.4502C201.328 38.7189 201.104 38.0774 201.164 37.3925C201.121 36.7683 201.346 36.1701 201.986 35.936C202.609 35.7106 203.24 36.0053 203.776 36.4301C203.88 36.4822 203.993 36.5602 204.096 36.6816L204.114 36.6902Z' fill='%23EEEEEE'/%3E%3Cpath d='M202.903 68.8198C202.081 67.5107 201.813 66.0022 203.474 65.3173C204.114 65.0572 204.849 64.9791 205.515 64.8057C206.657 64.511 207.003 63.644 207.686 62.8464C208.854 61.4766 211.172 61.4332 212.807 61.6933C213.672 61.832 214.45 62.1875 215.212 62.6123C216.198 63.1585 217.59 62.7944 218.628 62.647C218.992 62.595 219.441 62.5169 219.926 62.4476C218.966 62.3522 218.006 62.1788 217.097 61.8407C216.846 61.7453 216.708 61.4506 216.924 61.2338C217.59 60.5749 218.715 60.2888 219.554 59.8814C219.96 59.6819 220.393 59.5259 220.834 59.4392C220.462 59.1358 220.203 58.7109 219.969 58.1647C219.727 57.6012 220.272 57.5145 219.398 56.925C219.147 56.7603 218.845 56.6389 218.576 56.5002C217.893 56.1447 217.227 55.7546 216.596 55.3124C215.661 54.6535 214.883 53.7432 214.45 52.6942C214.217 52.1393 214.104 51.5844 214.113 50.9862C214.122 50.206 214.398 49.5904 213.888 48.8795C213.689 48.5934 214.087 48.1946 214.381 48.394C215.177 48.9402 215.981 49.339 216.881 49.6771C216.95 49.7031 217.019 49.7291 217.089 49.7551C216.673 47.7351 215.462 45.8884 214.597 44.0331C213.611 41.9177 213.248 39.6896 213.594 37.3921C213.724 36.5251 214.044 35.6062 214.658 34.9473C214.9 34.6872 215.168 34.4531 215.402 34.1843C215.878 33.6555 215.826 32.8232 214.796 33.0919C213.845 33.3434 213.101 33.3 212.323 32.6758C211.544 32.0516 211.579 30.5257 211.466 29.6587C211.354 28.8264 211.786 27.9681 212.452 27.474C212.971 27.0925 213.568 26.8497 213.819 26.2342C213.966 25.8701 214.044 25.4713 214.303 25.1592C215.601 23.6246 217.409 24.9251 218.326 26.1648C219.563 27.8381 219.9 29.8928 219.251 31.8522C218.879 32.9792 218.369 34.0629 218.369 35.2767C218.369 36.4471 219.147 37.4615 220.142 38.1551C220.315 37.6869 220.514 37.2361 220.557 36.7246C220.618 35.8923 220.142 35.268 219.718 34.6005C219.372 34.0629 219.554 33.1526 220.246 33.0226C220.436 32.9879 220.566 33.0746 220.644 33.2393C220.799 33.5861 220.609 33.8982 220.782 34.2537C221.016 34.7479 220.895 35.3634 220.843 35.8749C220.774 36.6032 220.851 37.3228 220.609 37.9817C221.094 37.3921 221.422 36.7506 221.613 35.9183C221.872 34.7999 221.82 33.4041 221.751 32.2596C221.69 31.1586 220.194 29.0432 221.673 28.2976C222.132 28.0722 222.668 28.5403 222.4 28.9998C222.036 29.6241 222.071 30.6297 222.183 31.3233C222.356 32.3117 222.322 33.2913 222.261 34.2797C222.209 35.1987 222.14 36.2304 221.803 37.106C222.529 36.0657 222.85 34.7392 223.152 33.4647C223.343 32.6585 223.464 31.8262 223.732 31.0372C223.948 30.3957 224 29.8668 224.554 29.4593C224.796 29.2859 225.185 29.3726 225.375 29.5634C225.419 29.6067 225.453 29.6414 225.496 29.6847C225.808 29.9882 225.669 30.5257 225.246 30.6384C225.038 30.6904 224.718 30.6991 224.545 30.8378C224.086 31.2106 224.061 31.9996 223.991 32.5284C223.879 33.4301 223.689 34.3144 223.334 35.164C222.884 36.239 222.088 37.8256 220.921 38.4325C220.903 38.4498 220.877 38.4672 220.86 38.4845C221.128 38.5365 221.414 38.5279 221.742 38.4412C222.746 38.1724 222.806 37.1147 223.282 36.3778C224.078 35.1553 225.522 34.4618 226.932 34.1843C229.865 33.6208 231.923 36.1003 232.019 38.7793C232.062 40.0364 231.621 41.0941 230.773 42.0304C229.917 42.9841 228.602 42.9494 227.841 41.9437C227.529 41.5362 227.477 40.8947 227.443 40.4005C227.417 40.0537 227.425 39.7156 227.356 39.3775C226.716 39.2041 226.413 39.4382 226.448 40.0884C226.474 40.2791 226.491 40.4785 226.5 40.6693C226.552 41.5623 225.773 41.9264 225.003 41.9784C224.796 42.9234 224.666 44.1718 223.844 44.588C223.775 44.6227 223.706 44.6573 223.637 44.6747C223.567 44.9521 223.386 45.1775 223.282 45.4636C223.1 45.9751 223.074 46.5127 223.221 47.0415C223.256 47.1802 223.299 47.3103 223.334 47.4403C223.377 47.397 223.42 47.3623 223.472 47.3189C223.939 46.9201 224.536 46.5127 225.185 46.6514C225.375 46.6947 225.548 46.9288 225.47 47.1195C225.263 47.6571 224.874 48.1426 224.718 48.6801C224.562 49.2089 224.848 49.8505 224.969 50.362C225.22 51.411 225.514 52.4514 225.765 53.5091C225.972 54.3848 225.903 55.139 225.522 55.9453C225.306 56.4048 224.891 56.7603 224.493 57.0724C223.862 57.5665 223.593 58.3121 223.144 58.9364C223.144 59.2485 223.23 59.5519 223.299 59.864C223.827 60.1068 224.311 60.4189 224.787 60.7917C225.315 61.2165 225.86 61.65 226.387 62.1008C226.102 61.4852 225.912 60.7743 225.86 60.1154C225.791 59.2225 226.007 58.3468 225.946 57.4625C225.929 57.2284 226.223 57.0637 226.422 57.1851C226.751 57.3845 227.46 57.7746 228.014 58.2254C227.97 58.0434 227.936 57.8526 227.875 57.6706C227.642 56.8816 226.915 56.2921 226.82 55.4858C226.803 55.3384 226.984 55.1997 227.123 55.2517C229.276 56.0493 231.664 57.0203 233.057 58.9017C233.671 59.734 233.965 60.7223 234.086 61.728C234.233 62.8464 233.774 64.3116 234.562 65.2392C234.605 65.2132 234.657 65.2132 234.691 65.2392C235.522 65.7507 234.787 66.6524 234.207 67.0165C232.884 67.8401 231.586 66.6004 230.453 66.0542C230.366 66.0108 230.289 65.9762 230.202 65.9328C230.176 65.9588 230.141 65.9848 230.107 65.9935C229.744 67.2159 229.121 68.3083 227.841 68.7245C227.123 68.9585 226.327 68.9585 225.583 69.0192C225.168 69.0539 223.844 69.1666 223.585 69.6001C224.329 70.1983 225.505 70.5971 226.111 70.4151C227.114 70.1029 228.187 69.5481 229.242 70.1289C230.141 70.6318 230.038 71.6808 229.856 72.5651C229.735 73.146 229.458 73.6575 229.008 74.0477C228.827 74.2037 228.386 74.4118 228.688 74.4898C228.922 74.5505 229.069 74.7152 229.207 74.8973C229.276 74.984 229.302 75.0794 229.251 75.1834C228.68 76.3451 227.711 76.9433 226.483 77.1948C225.964 78.1744 225.661 79.0067 224.407 79.1455C223.204 79.2755 221.786 78.4259 220.843 77.8016C219.666 77.03 217.815 75.0273 218.057 73.4148C217.175 73.3888 216.57 73.0766 215.86 72.4091C215.454 72.0276 215.238 71.4901 214.978 71.0133C214.805 70.7012 214.58 70.4497 214.312 70.259C213.793 70.259 213.265 70.2156 212.738 70.2417C212.089 70.2677 211.631 71.204 211.293 71.6548C210.999 72.0363 210.67 72.3657 210.29 72.6605C209.226 73.4755 207.66 73.9523 206.363 73.3281C204.52 72.4264 203.854 70.4411 202.833 68.8198H202.903Z' fill='white'/%3E%3Cpath d='M214.321 25.1594C214.061 25.4715 213.983 25.8703 213.836 26.2344C213.585 26.8587 212.98 27.0927 212.47 27.4742C211.804 27.9684 211.371 28.8267 211.483 29.659C211.596 30.5346 211.57 32.0518 212.34 32.676C213.118 33.3003 213.862 33.3436 214.814 33.0922C215.852 32.8147 215.904 33.6557 215.419 34.1846C215.177 34.4447 214.918 34.6874 214.675 34.9475C214.061 35.5977 213.741 36.5254 213.611 37.3924C213.265 39.6898 213.629 41.9179 214.615 44.0334C215.48 45.8887 216.682 47.7353 217.106 49.7554C217.037 49.7294 216.968 49.7033 216.898 49.6773C215.99 49.3392 215.194 48.9404 214.399 48.3942C214.104 48.1948 213.421 47.8134 213.629 48.0995C214.139 48.8104 214.139 50.2149 214.13 50.9951C214.13 51.5933 214.234 52.1482 214.468 52.7031C214.9 53.7521 215.679 54.6624 216.613 55.3213C217.244 55.7635 217.91 56.1536 218.594 56.5091C218.862 56.6478 219.165 56.7692 219.416 56.9339C220.289 57.5234 219.744 57.6101 219.986 58.1737C220.22 58.7285 220.488 59.1447 220.851 59.4481C220.41 59.5348 219.986 59.6909 219.571 59.8903C218.732 60.2977 217.599 60.5838 216.942 61.2427C216.725 61.4508 216.864 61.7542 217.115 61.8496C218.023 62.1877 218.983 62.3525 219.943 62.4565C219.467 62.5172 219.018 62.6039 218.646 62.6559C217.608 62.7946 216.215 63.1587 215.229 62.6212C214.468 62.2051 213.689 61.8496 212.824 61.7022C211.189 61.4421 208.871 61.4855 207.703 62.8553C207.02 63.6616 206.665 64.5286 205.532 64.8147C204.866 64.9881 204.131 65.0661 203.491 65.3262C201.83 66.0024 202.098 67.5196 202.92 68.8287C203.932 70.4413 204.607 72.4353 206.449 73.337C207.738 73.9699 209.304 73.4844 210.376 72.6694C210.766 72.3746 211.094 72.0452 211.38 71.6637C211.717 71.2129 212.175 70.2766 212.824 70.2506C213.352 70.2246 213.871 70.2679 214.399 70.2679C214.658 70.4586 214.892 70.7101 215.065 71.0222C215.324 71.499 215.54 72.0365 215.947 72.418C216.656 73.0856 217.262 73.389 218.144 73.4237C217.902 75.0362 219.753 77.0389 220.929 77.8106C221.872 78.4261 223.291 79.2844 224.493 79.1544C225.747 79.0156 226.05 78.1747 226.569 77.2037C227.797 76.9523 228.766 76.354 229.337 75.1923C229.389 75.0883 229.372 74.9929 229.294 74.9062C229.155 74.7328 229.008 74.5681 228.775 74.4987C228.472 74.412 228.913 74.2126 229.095 74.0566C229.545 73.6578 229.821 73.1549 229.943 72.574C230.133 71.6897 230.237 70.6407 229.328 70.1379C228.282 69.557 227.209 70.1119 226.197 70.424C225.6 70.606 224.415 70.2159 223.671 69.609C223.922 69.1755 225.246 69.0628 225.669 69.0281C226.413 68.9674 227.218 68.9674 227.927 68.7334C229.207 68.3172 229.83 67.2248 230.193 66.0024C230.228 66.0024 230.263 65.9764 230.289 65.9417C230.366 65.9851 230.453 66.0284 230.539 66.0631C231.673 66.6093 232.97 67.8491 234.293 67.0254C234.873 66.6613 235.608 65.7597 234.778 65.2481C234.735 65.2221 234.683 65.2308 234.648 65.2481C233.861 64.3205 234.311 62.8553 234.172 61.7369C234.043 60.7312 233.757 59.7429 233.143 58.9106C231.75 57.0293 229.363 56.0582 227.209 55.2606C227.071 55.2086 226.889 55.3473 226.906 55.4947C227.002 56.301 227.728 56.8905 227.962 57.6795C228.014 57.8615 228.057 58.0523 228.1 58.2343C227.547 57.7748 226.837 57.3934 226.508 57.194C226.31 57.0726 226.015 57.2373 226.033 57.4714C226.093 58.3557 225.877 59.24 225.946 60.1243C225.998 60.7832 226.188 61.4942 226.474 62.1097C225.946 61.6589 225.401 61.2254 224.874 60.8006C224.407 60.4278 223.914 60.107 223.386 59.8729C223.308 59.5695 223.222 59.266 223.23 58.9453C223.671 58.321 223.948 57.5754 224.58 57.0813C224.977 56.7692 225.393 56.4224 225.609 55.9542C225.99 55.1479 226.059 54.3937 225.851 53.518C225.6 52.469 225.298 51.4286 225.055 50.3709C224.934 49.8507 224.64 49.2178 224.796 48.689C224.952 48.1428 225.349 47.666 225.548 47.1284C225.618 46.9377 225.453 46.7036 225.263 46.6603C224.614 46.5216 224.009 46.929 223.55 47.3278C223.507 47.3712 223.455 47.4059 223.412 47.4492C223.377 47.3192 223.343 47.1805 223.299 47.0504C223.152 46.5302 223.178 45.9927 223.36 45.4725C223.464 45.1778 223.645 44.961 223.715 44.6836C223.784 44.6576 223.853 44.6316 223.922 44.5969C224.744 44.1807 224.874 42.9323 225.081 41.9873C225.851 41.944 226.63 41.5712 226.578 40.6782C226.578 40.4874 226.552 40.288 226.526 40.0973C226.491 39.4557 226.794 39.213 227.434 39.3864C227.503 39.7332 227.486 40.0626 227.521 40.4094C227.564 40.9036 227.607 41.5365 227.918 41.9526C228.68 42.9583 229.994 42.993 230.851 42.0393C231.69 41.103 232.14 40.0453 232.096 38.7882C232.001 36.1092 229.943 33.6297 227.01 34.1932C225.592 34.462 224.147 35.1642 223.36 36.3867C222.884 37.1149 222.824 38.1813 221.82 38.4501C221.492 38.5368 221.206 38.5454 220.938 38.4934C220.955 38.4761 220.981 38.4587 220.998 38.4414C222.158 37.8258 222.953 36.248 223.412 35.1729C223.766 34.3319 223.957 33.4476 224.069 32.5373C224.138 32.0085 224.164 31.2195 224.623 30.8467C224.787 30.708 225.116 30.6993 225.323 30.6473C225.747 30.5346 225.886 29.9971 225.574 29.6937C225.531 29.6503 225.496 29.6156 225.453 29.5723C225.254 29.3815 224.865 29.2862 224.631 29.4682C224.069 29.8844 224.026 30.4132 223.81 31.0461C223.542 31.8351 223.42 32.6674 223.23 33.4736C222.927 34.7481 222.607 36.0746 221.881 37.1149C222.209 36.2306 222.287 35.2076 222.339 34.2886C222.4 33.3003 222.426 32.3206 222.261 31.3322C222.14 30.6387 222.114 29.633 222.478 29.0087C222.746 28.5493 222.201 28.0724 221.751 28.3065C220.272 29.0521 221.76 31.1588 221.829 32.2686C221.889 33.413 221.95 34.8175 221.69 35.9272C221.5 36.7595 221.171 37.401 220.687 37.9906C220.929 37.3317 220.851 36.6121 220.921 35.8925C220.973 35.3723 221.094 34.7654 220.86 34.2713C220.696 33.9158 220.877 33.6124 220.722 33.2569C220.652 33.0922 220.514 33.0055 220.324 33.0402C219.632 33.1615 219.441 34.0719 219.796 34.618C220.22 35.2856 220.704 35.9098 220.635 36.7421C220.601 37.2536 220.393 37.7045 220.22 38.1726C219.225 37.4791 218.447 36.4647 218.447 35.2943C218.447 34.0805 218.957 32.9968 219.329 31.8697C219.978 29.9191 219.64 27.8557 218.403 26.1824C217.487 24.9427 215.679 23.6422 214.381 25.1767L214.321 25.1594ZM226.638 70.9355C227.183 70.6407 227.849 70.2332 228.472 70.3633C228.481 70.3633 228.489 70.3633 228.498 70.3633C228.585 70.3806 228.671 70.4153 228.749 70.4586C228.844 70.4933 228.939 70.5107 229.026 70.5713C229.103 70.6234 229.951 71.1262 229.294 72.6087C229.103 73.0335 228.87 73.467 228.498 73.7618C228.23 73.9699 227.486 74.3513 227.192 74.7675C227.226 74.8629 227.278 74.9582 227.356 75.0276C227.789 75.4177 228.1 75.3657 228.498 75.3137C228.213 75.6345 227.944 75.9639 227.521 76.1893C226.906 76.5188 226.249 76.7095 225.54 76.6922C224.683 76.6748 223.905 76.4061 223.256 75.8512C222.858 75.5131 222.495 75.175 222.002 74.9756C221.872 74.9235 221.734 75.0102 221.768 75.149C222.158 76.8482 224.069 77.4031 225.626 77.3077C225.384 77.5765 225.029 78.5041 224.64 78.5648C223.697 78.7209 222.192 77.8279 221.414 77.3597C220.229 76.6488 219.104 75.3397 218.715 73.8572C218.862 73.1983 219.173 72.6347 219.779 72.2359C220.099 72.0192 220.479 71.8371 220.748 71.551C221.163 71.1175 221.863 69.9211 221.206 68.5947C220.35 66.6266 217.859 66.6266 216.129 65.5863C216.016 65.5169 215.8 65.673 215.904 65.7597C217.59 67.2769 221.388 67.8491 220.557 70.502C220.376 71.0829 219.597 71.421 219.156 71.8198C218.914 72.0365 218.585 72.2793 218.455 72.5827C218.334 72.7474 218.248 72.9122 218.187 73.0942C217.236 72.9642 216.327 72.2706 216.059 71.7504C216.025 71.6811 216.025 71.5944 216.007 71.5077C215.8 71.1262 215.627 70.7187 215.324 70.3199C214.009 68.586 212.383 69.7044 210.748 69.8604C209.459 69.9818 208.404 69.4443 207.548 68.586C207.003 68.2565 206.458 67.9358 205.844 67.7277C205.723 67.6843 205.645 67.8491 205.731 67.9271C206.899 69.0628 208.612 70.0685 210.264 70.2679C210.67 70.3113 211.051 70.2939 211.432 70.2419C210.688 71.1696 210.074 72.3053 208.88 72.5914C206.96 73.7878 204.693 71.1089 203.932 69.4616C203.586 68.716 202.479 67.4589 203.327 66.644C203.413 66.5573 203.517 66.4966 203.612 66.4272C203.932 65.855 205.238 65.699 205.731 65.5256C206.233 65.3435 206.735 65.1614 207.15 64.8147C207.79 64.2771 208.439 62.9333 209.286 62.6819C211.068 62.1617 212.046 61.9797 213.707 62.7166C215.584 63.5489 216.881 63.809 218.421 63.5662C219.874 63.3408 221.18 63.1154 222.607 63.4015C222.962 63.6356 223.291 63.8957 223.585 64.1644C224.251 64.78 224.891 65.3782 225.609 65.673C225.228 65.7423 224.865 65.8377 224.493 65.9851C224.043 66.1585 223.568 66.4272 223.196 66.774C221.656 68.8027 224.087 72.3313 226.647 70.9268L226.638 70.9355ZM226.595 61.0953C226.379 60.2631 226.699 58.9539 226.664 58.087C227.226 58.5118 227.745 58.9886 228.273 59.4568C228.342 59.9509 228.42 60.4538 228.559 60.9393C229.095 62.8813 229.96 64.6066 232.07 65.2221C232.183 65.2568 232.261 65.1094 232.183 65.0314C231.439 64.2771 230.41 63.5575 229.96 62.5952C229.579 61.7889 229.277 60.8959 229.121 60.029C228.965 59.1707 228.905 58.243 228.515 57.4367C228.351 57.0899 227.849 56.4917 227.572 55.9976C227.953 56.2403 228.316 56.2143 228.714 56.4224C229.424 56.7952 230.764 57.4541 231.378 57.9743C232.356 58.7979 232.987 59.5955 233.247 60.8092C233.601 62.4998 232.546 65.0314 234.449 65.7423C234.38 66.0371 234.302 66.3058 233.947 66.4619C233.074 66.8434 232.572 66.4099 231.863 65.9764C230.756 65.3088 229.199 64.9447 228.325 63.939C227.521 63.0114 226.906 62.2744 226.595 61.078V61.0953ZM223.178 60.6012C224.528 61.1214 225.116 62.8033 227.183 63.3668C227.832 64.2511 228.645 64.9707 229.597 65.5516C229.475 66.4532 229.129 66.8 228.757 67.3809C228.169 68.2912 226.889 68.1958 225.929 68.3259C225.765 68.3432 223.429 68.7247 223.196 68.9328C223.049 68.3692 223.697 67.1208 223.914 66.9387C224.562 66.4186 225.522 66.3665 225.938 66.1931C226.439 65.9851 226.829 65.8377 226.707 65.4129C226.379 65.3348 225.955 65.0921 225.626 64.9014C224.943 64.4939 223.204 62.7339 222.322 62.3785C221.656 62.1097 221.223 61.6936 220.488 61.7196C219.701 61.7456 218.274 61.6762 217.521 61.4681C218.075 61.2774 219.294 60.6705 219.822 60.4451C220.869 60.003 222.088 60.185 223.17 60.6012H223.178ZM224.9 47.1198C224.64 47.8567 224 48.8711 224.242 49.738C224.528 50.7524 224.813 52.0095 224.986 53.0499C225.202 54.307 225.964 55.0439 224.061 56.4137C223.671 56.6911 223.187 57.2807 223.014 57.6968C222.824 57.9656 222.659 58.2864 222.607 58.5985C222.564 58.9019 222.547 59.2574 222.607 59.5868C222.443 59.5348 222.279 59.4915 222.106 59.4568C222.045 59.4481 221.985 59.4394 221.924 59.4308C221.024 59.136 220.713 58.7545 220.618 57.9049C220.566 57.4714 220.523 56.6738 220.211 56.3877C219.805 56.0062 219.208 55.8415 218.741 55.5381C218.222 55.2086 216.838 54.8445 216.414 54.4023C215.48 53.4227 214.883 52.6597 214.641 51.3072C214.563 50.8651 214.693 49.6513 214.589 49.2525C216.872 50.5443 219.753 50.9258 220.393 54.9138C220.41 55.0352 220.618 55.0092 220.618 54.8792C220.557 53.2059 219.995 51.7754 218.698 50.5963C218.542 50.0155 218.724 49.9201 219 49.3306C219.268 48.7584 219.537 47.1371 219.563 46.6343C220.047 47.0417 221.699 48.2035 222.201 48.5503C223.187 49.2352 223.351 50.1022 223.568 51.3506C223.801 52.7031 223.118 53.4573 222.694 54.6364C222.408 55.4254 222.478 56.0929 222.659 56.8819C222.677 56.9686 222.815 56.9859 222.858 56.9079C223.092 56.4397 223.057 55.9195 223.17 55.408C223.334 54.6971 223.438 54.1943 223.749 53.544C224.156 52.6944 224.337 51.8794 224.173 50.9344C224.035 50.1368 223.87 49.0878 223.334 48.5156C223.559 47.8914 224.182 47.3018 224.891 47.1111L224.9 47.1198ZM217.582 26.2778C218.153 27.1014 218.836 28.5493 218.845 29.5636C218.862 31.6183 217.071 33.6037 217.59 35.7018C217.798 36.5341 218.282 37.2363 218.905 37.7998C220.073 38.6495 221.561 39.2997 222.858 38.8662C223.273 38.6061 223.464 37.5484 223.723 37.0889C224.484 35.7625 225.375 35.1382 226.915 34.8261C227.806 34.6441 229.199 34.9648 229.917 35.6758C230.41 36.1699 231.257 37.8345 231.266 37.9125C231.612 38.8489 231.352 39.7332 230.756 40.7129C230.306 41.4585 229.164 42.5075 228.42 41.4324C228.074 40.9383 228.135 40.2447 228.195 39.6812C228.282 38.9009 228.04 38.4934 227.451 38.3287C227.157 38.346 226.102 38.19 226.076 39.8112C226.076 40.2447 225.842 40.7042 225.479 40.9729C225.185 41.1897 224.865 41.3284 224.484 41.3371C223.844 41.3544 224.078 42.0393 224.095 42.4728C224.13 43.2964 223.671 43.7646 222.91 43.9293C222.166 44.094 221.422 43.5565 220.843 42.9757C220.151 42.4035 219.563 41.6579 219.078 40.9383C218.749 40.4441 218.239 39.5598 217.651 38.8489C217.538 38.7622 217.426 38.6668 217.322 38.5714C217.487 39.3257 217.668 39.7419 218.023 40.4268C218.663 41.6839 219.787 43.0017 220.947 43.7993C221.587 44.2414 222.192 44.7183 222.884 44.7876C222.573 45.2211 222.443 45.8193 222.391 46.3135C222.322 46.9377 222.504 47.4926 222.677 48.0561C221.716 47.2932 220.549 46.695 219.597 46.0967C219.217 45.8627 218.974 45.9667 219.035 46.3222C219.173 47.2151 218.948 48.1861 218.447 48.9578C218.378 49.0618 218.049 49.8854 217.988 49.9981C217.954 48.8537 216.795 46.6776 216.371 45.7933C215.367 43.6519 214.295 42.2301 214.148 39.8199C214.078 38.6321 214.546 36.6121 215.229 35.5717C215.575 35.0515 216.007 34.6007 216.353 34.0805C216.673 33.595 216.596 32.9881 216.293 32.5286C215.22 31.9044 214.156 32.5633 213.084 31.9998C212.357 31.6183 211.985 30.578 212.02 29.8064C212.098 27.9337 214.226 27.6129 214.935 26.1738C215.125 25.6102 215.289 25.0814 216.033 25.2548C216.708 25.4108 217.296 25.8963 217.556 26.2778H217.582Z' fill='%23EEEEEE'/%3E%3Cpath d='M241.897 69.0105C241.534 68.1262 241.447 67.1639 241.283 66.2275C241.179 65.6467 241.006 65.0918 240.747 64.5543C240.323 63.6873 239.475 63.3145 238.601 62.9937C238.376 62.907 238.325 62.5776 238.601 62.5082C239.501 62.2741 240.375 62.2915 241.196 62.5342C240.963 61.8233 240.945 60.9737 240.876 60.2888C240.781 59.2918 240.634 58.3381 240.141 57.4451C239.544 56.3527 238.177 55.6418 237.088 55.1216C235.323 54.2807 233.455 53.9599 233.048 51.8358C232.901 51.0555 233.048 50.2232 233.212 49.4603C233.455 48.3419 233.602 47.2669 233.766 46.1311C233.93 45.0041 234.596 42.854 236.188 43.5649C236.742 43.8077 237.148 44.2672 237.537 44.7093C238.342 45.6283 239.12 46.4346 240.253 46.9548C242.105 47.8131 243.696 48.6107 244.241 50.6827C244.362 51.1422 244.423 51.6971 244.44 52.2693C244.492 52.0786 244.553 51.8878 244.604 51.6971C244.976 50.4313 245.694 49.3823 246.542 48.3766C247.727 46.9808 249.293 45.4983 251.178 46.7554C251.594 47.0328 251.862 47.4576 252.268 47.7437C252.476 47.8911 253.341 47.5703 253.635 47.5703C254.509 47.5703 255.14 48.4199 255.382 49.1395C255.573 49.7117 255.642 50.8388 255.002 51.1943C254.958 51.2203 254.915 51.2376 254.872 51.2549C255.036 51.3503 255.201 51.4457 255.365 51.5237C256.239 51.9832 257.285 52.304 258.211 52.6681C258.591 52.8155 258.713 53.2837 258.341 53.5177C258.072 53.6911 257.692 54.5234 257.476 54.8095C257.225 55.1476 256.957 55.4684 256.671 55.7892C256.178 56.3441 255.555 56.7775 254.785 56.8556C254.119 56.9163 253.497 56.8556 252.848 56.6995C251.94 56.4828 251.126 56.032 250.166 56.2314C249.085 56.4568 249.05 58.1127 249.068 58.9363C249.085 59.9247 249.241 60.9303 249.301 61.9187C249.327 62.4129 249.189 62.8377 248.973 63.2365C249.293 62.907 249.569 62.5429 249.717 62.1007C249.82 61.806 250.21 61.8667 250.244 62.1614C250.348 62.9764 250.348 63.748 250.331 64.563C250.322 65.0138 250.4 65.4386 250.504 65.8461C251.075 65.0745 252.043 64.6323 253.064 64.9704C253.272 65.0398 253.436 65.3432 253.22 65.5079C251.178 67.0512 252.709 69.5047 251.697 71.4554C251.031 72.7298 249.82 73.7182 248.445 73.1026C248.177 73.1633 247.865 73.0333 247.641 72.8945C247.26 72.6605 246.905 72.383 246.585 72.0796C245.539 71.7328 244.492 71.5161 243.506 70.9265C242.788 70.493 242.234 69.7648 241.923 69.0018L241.897 69.0105Z' fill='white'/%3E%3Cpath d='M231.759 77.004C231.318 76.7352 231.084 76.5618 231.067 76.033C231.058 75.6168 231.413 75.2874 231.716 75.0446C232.157 74.6978 232.52 74.2817 232.97 73.9436C233.351 73.6575 233.818 73.5187 234.293 73.5014C234.51 73.5014 234.7 73.5448 234.873 73.6401C235.972 73.2066 237.2 72.9292 238.195 72.3223C238.982 71.8455 239.769 71.5421 240.703 71.4727C241.828 71.386 242.658 71.6634 243.635 72.2009C244.466 72.6518 245.772 72.9552 246.403 73.6488C246.447 73.6921 246.455 73.7615 246.429 73.8135C246.663 73.8482 246.897 73.8829 247.035 74.0909C247.251 74.4377 247.243 74.7238 247.078 75.088C246.698 75.9203 245.192 76.0156 244.44 76.2584C243.532 76.5445 242.952 77.2987 242.182 77.8016C241.681 78.131 240.989 78.3738 240.392 78.4431C239.639 78.5385 238.99 78.4171 238.281 78.183C237.857 78.0357 237.442 77.8363 237.018 77.6889C236.378 77.4635 235.643 77.5762 234.985 77.6282C234.942 77.6282 234.908 77.6282 234.873 77.6108C234.787 77.6629 234.709 77.7149 234.622 77.7669C234.172 78.0357 233.74 78.053 233.238 77.9056C232.676 77.7409 232.261 77.3334 231.776 77.03L231.759 77.004Z' fill='white'/%3E%3Cpath d='M261.982 67.8145C261.091 68.4041 260.451 69.1844 260.027 70.06C259.794 69.4705 259.344 68.9069 258.929 68.6208C258.427 68.2827 257.207 67.9012 257.225 68.9243C257.225 69.6959 257.553 70.3114 257.147 71.0657C256.956 71.4211 256.792 71.7853 256.628 72.1494C256.559 71.898 256.463 71.6292 256.36 71.3344C256.04 70.4675 255.226 69.5398 254.569 68.8722C254.387 68.6902 254.076 68.8289 254.076 69.0803C254.076 69.6178 254.076 70.1554 254.093 70.6929C254.119 71.2738 254.37 71.7593 254.154 72.3488C253.877 73.0857 253.341 73.944 253.6 74.7676C254.024 76.1461 255.218 77.1431 256.334 78.0621C255.875 78.0275 255.287 77.672 255.019 77.5159C254.457 77.2038 253.877 76.9958 253.246 76.8397C251.991 76.5449 250.858 76.3282 249.561 76.4236C248.393 76.5103 247.303 77.1085 246.213 77.4639C244.985 77.8627 243.713 77.9408 242.442 78.1142C242.39 78.1142 242.364 78.1575 242.321 78.1835C242.641 78.3222 242.952 78.4783 243.246 78.6864C243.506 78.8684 243.575 79.1112 243.532 79.3366C243.99 79.5707 244.449 79.8221 244.855 80.0215C244.942 80.0648 245.037 80.1082 245.123 80.1515C243.808 80.0302 242.563 80.3423 241.257 81.0359C240.297 81.5474 239.207 82.2669 238.074 82.2756C237.209 82.2756 236.352 82.1889 235.487 82.1803C233.524 82.1542 231.932 82.6051 230.73 84.2176C230.436 84.6164 230.15 85.0586 229.977 85.5181C229.752 86.1076 229.449 87.252 228.55 86.7145C227.849 86.2897 227.823 85.5008 227.633 84.7898C227.642 84.7552 227.659 84.7205 227.668 84.6858C227.91 84.0702 227.815 83.498 227.495 82.9172C226.993 82.0069 225.929 80.8625 224.744 81.3566C224.285 81.5474 223.827 81.9115 223.68 82.397C223.481 83.0819 223.559 84.1656 223.135 84.7552C222.287 85.9342 220.004 85.6741 220.531 87.6942C220.929 89.194 222.002 90.7719 223.628 91.1881C225.185 91.5869 227.304 91.5956 228.835 91.0927C229.536 90.8673 230.219 90.3905 230.782 89.931C231.318 89.4975 231.863 89.3414 232.486 89.3154C233.134 89.5929 234.077 89.6362 234.544 89.7489C235.02 89.8616 235.582 89.983 236.075 90.1737C235.158 90.4685 234.259 90.9887 233.558 91.5435C232.935 92.0377 232.295 92.714 231.543 93.0174C230.859 93.3035 230.314 92.8093 229.821 92.4539C229.06 91.899 228.325 93.1648 229.095 93.711C229.553 94.0317 230.141 94.2918 230.695 94.0144C231.076 93.8323 231.352 93.5289 231.733 93.3555C232.053 93.2081 232.39 93.0694 232.685 92.8613C233.204 92.4885 233.671 92.0117 234.19 91.6216C233.152 92.8093 231.084 95.4276 229.242 94.6646C229.337 94.0491 228.42 93.5289 227.979 94.0664C227.962 94.0838 227.953 94.1011 227.936 94.1184C227.408 94.7687 228.014 95.3929 228.576 95.3409C229.285 95.5143 229.899 95.653 230.652 95.3582C231.422 95.0548 232.088 94.6213 232.745 94.1358C234.103 93.1301 234.83 91.2228 236.517 90.7459C235.046 91.7083 234.164 92.948 233.16 94.4045C232.624 95.1848 231.456 96.572 230.349 96.5286C230.245 96.2339 229.977 95.9998 229.579 96.0258C229.579 96.0258 229.579 96.0258 229.579 96.0345C229.467 96.0345 229.346 96.0605 229.233 96.1212C228.394 96.5373 228.948 97.8117 229.839 97.5777C230.003 97.5343 230.133 97.4476 230.219 97.3436C230.635 97.3176 231.006 97.3002 231.439 97.0315C232.044 96.65 232.563 96.1732 233.022 95.6356C233.601 94.9594 233.973 94.1791 234.458 93.4335C235.098 92.4452 235.937 91.4395 236.888 90.7112C236.906 90.7026 236.914 90.6852 236.914 90.6679C236.923 90.6679 236.932 90.6679 236.94 90.6679C237.347 91.0147 237.555 91.5175 237.364 92.2458C237.079 93.3035 236.335 94.4392 236.837 95.5489C237.252 96.4593 238.108 96.9448 239.034 97.2742C240.945 97.9505 243.661 98.0978 245.184 96.52C245.962 95.7137 247.718 92.8787 245.218 93.0694C244.388 93.1301 243.532 93.2341 242.701 93.1908C242.468 93.1821 241.784 93.2168 241.611 93.0174C241.352 92.714 242.485 91.8036 242.649 91.5435C243.073 90.876 242.883 90.3038 242.658 89.6709C242.831 89.194 242.961 88.6999 243.264 88.2837C243.826 87.5208 244.578 86.9399 245.391 86.4457C245.833 86.177 246.343 85.9689 246.845 85.7522C246.637 86.0209 246.455 86.307 246.317 86.6278C246.144 87.0266 246.205 87.4774 246.118 87.8936C246.083 88.0757 246.3 88.2924 246.481 88.1624C247.476 87.4688 248.428 86.9399 249.639 86.6798C250.4 86.5151 251.239 86.4544 251.957 86.151C252.614 85.8822 253.09 85.4747 253.445 84.8765C253.903 84.1049 254.085 82.8305 254.716 82.1976C255.728 81.1746 257.32 80.7931 257.683 79.2846C257.968 79.3106 258.297 79.1979 258.505 79.0505C258.955 78.721 259.318 78.1835 259.811 77.9321C260.33 77.6633 260.901 77.542 261.437 77.2992C262.466 76.8397 263.409 75.8687 263.747 74.785C264.171 73.4065 263.842 72.054 263.781 70.6582C263.738 69.7999 263.972 69.193 264.179 68.3954C264.231 68.1873 264.309 67.9099 264.136 67.7278C263.6 67.1383 262.57 67.4244 261.982 67.8145Z' fill='white'/%3E%3Cpath d='M233.757 46.1311C233.593 47.2669 233.446 48.3419 233.204 49.4603C233.039 50.2232 232.892 51.0555 233.039 51.8358C233.446 53.9686 235.314 54.2893 237.079 55.1216C238.169 55.6418 239.535 56.3527 240.132 57.4451C240.617 58.3381 240.772 59.2918 240.867 60.2888C240.937 60.9737 240.954 61.8233 241.188 62.5342C240.366 62.2915 239.501 62.2741 238.593 62.5082C238.324 62.5776 238.376 62.907 238.593 62.9937C239.466 63.3145 240.305 63.6873 240.738 64.5543C240.997 65.0831 241.17 65.6467 241.274 66.2189C241.447 67.1552 241.525 68.1089 241.888 69.0018C242.2 69.7561 242.745 70.493 243.471 70.9265C244.466 71.5247 245.504 71.7415 246.551 72.0796C246.862 72.383 247.225 72.6691 247.606 72.8945C247.831 73.0333 248.142 73.1546 248.41 73.1026C249.786 73.7182 250.997 72.7298 251.663 71.4554C252.675 69.5134 251.144 67.0598 253.185 65.5079C253.401 65.3432 253.237 65.0398 253.029 64.9704C252.009 64.6323 251.04 65.0745 250.469 65.8461C250.365 65.4299 250.287 65.0138 250.296 64.563C250.313 63.748 250.313 62.9677 250.209 62.1614C250.175 61.8667 249.777 61.806 249.682 62.1007C249.526 62.5429 249.258 62.907 248.938 63.2365C249.154 62.8377 249.293 62.4129 249.267 61.9187C249.215 60.9303 249.05 59.9247 249.033 58.9363C249.016 58.1127 249.05 56.4568 250.132 56.2314C251.1 56.032 251.905 56.4741 252.813 56.6995C253.462 56.8556 254.085 56.9163 254.751 56.8556C255.521 56.7862 256.143 56.3527 256.636 55.7892C256.913 55.4771 257.181 55.1476 257.441 54.8095C257.648 54.5234 258.029 53.6911 258.306 53.5177C258.686 53.275 258.565 52.8155 258.176 52.6681C257.251 52.304 256.204 51.9832 255.33 51.5237C255.166 51.437 255.002 51.3416 254.837 51.2549C254.88 51.2376 254.924 51.2203 254.967 51.1943C255.607 50.8388 255.538 49.7117 255.348 49.1395C255.114 48.4113 254.474 47.5703 253.6 47.5703C253.306 47.5703 252.433 47.8911 252.234 47.7437C251.827 47.4576 251.559 47.0328 251.144 46.7554C249.258 45.4983 247.692 46.9808 246.507 48.3766C245.66 49.3823 244.942 50.4313 244.57 51.6971C244.509 51.8878 244.457 52.0786 244.405 52.2693C244.397 51.6884 244.327 51.1422 244.206 50.6827C243.661 48.6107 242.07 47.8131 240.219 46.9548C239.086 46.4259 238.307 45.6196 237.503 44.7093C237.113 44.2672 236.715 43.8077 236.153 43.5649C234.562 42.854 233.896 45.0041 233.731 46.1311H233.757ZM246.006 50.0499C246.68 49.1309 248.012 47.3276 249.353 47.2235C250.002 47.0068 250.452 47.2409 250.884 47.5703C250.971 47.605 251.048 47.6223 251.135 47.6657C251.645 47.9258 251.965 48.2292 252.554 48.2379C253.003 48.2379 253.453 48.2466 253.886 48.3853C254.751 48.654 255.313 49.625 254.725 50.4487C254.439 50.8475 253.989 51.0122 253.514 50.8301C253.246 50.7261 253.021 50.5093 252.753 50.414C251.576 50.3013 250.374 50.8908 249.422 51.5671C248.393 52.2953 247.684 53.1016 247.121 54.2026C246.879 54.6708 246.551 55.8499 245.893 56.0059C245.737 56.11 245.556 56.1967 245.34 56.2053C244.431 56.2487 244.137 55.7025 244.198 55.087C244.059 53.353 245.045 51.3676 246.006 50.0585V50.0499ZM236.344 44.6573C237.416 45.6543 238.861 46.9201 240.167 47.7177C241.715 48.6627 242.822 49.3649 243.419 51.2723C243.765 52.3733 243.575 53.4137 243.471 54.4714C243.471 54.4974 243.471 54.5234 243.471 54.5581C243.48 54.9916 243.428 55.6071 243.705 55.9799C243.895 56.24 244.146 56.4048 244.414 56.5521C244.414 56.5521 244.423 56.5521 244.431 56.5521C244.466 56.5695 244.5 56.5868 244.526 56.6042C244.682 56.6822 245.833 57.0897 246.395 56.3181C247.147 55.2777 247.718 54.298 248.436 53.2923C249.197 52.226 250.953 51.0642 252.441 51.2289C253.358 51.3243 254.024 52.0265 254.889 52.2693C255.624 52.4687 257.164 52.7375 257.856 53.0582C256.567 54.0813 255.46 56.7169 253.427 56.24C251.948 55.8932 250.919 54.6535 249.492 55.5985C247.978 56.5955 247.822 59.0143 248.211 60.4795C248.35 60.9997 248.376 61.5025 248.488 62.0314C248.635 62.7076 248.306 63.2018 247.943 63.7307C247.502 64.3722 246.974 65.1005 246.801 65.8807C246.698 66.1582 246.62 66.4529 246.568 66.7737C246.473 67.3979 246.602 68.1262 247.026 68.629C247.467 69.1492 247.805 69.8601 247.597 70.5451C247.511 70.8312 247.459 70.9959 247.493 71.282C247.511 71.3947 247.649 71.4034 247.684 71.308C247.779 71.0479 248.047 70.9699 248.116 70.6751C248.203 70.337 248.229 70.0509 248.203 69.7041C248.151 68.8111 247.139 67.6927 247.234 66.7564C247.39 65.2912 249.016 63.9387 249.786 62.7857C249.768 63.0371 249.474 64.0341 249.448 64.2768C249.379 64.9271 249.517 65.3692 249.699 66.0108C249.915 66.7737 250.244 67.7447 250.175 68.5684C250.097 69.392 249.725 70.0682 249.44 70.8312C249.388 70.9612 249.569 71.0219 249.656 70.9525C250.72 70.1202 251.031 68.5077 250.789 67.2506C250.746 67.0165 250.685 66.7824 250.625 66.557C251.049 66.1235 252.13 65.4039 252.692 65.2912C252.441 65.4993 251.697 66.3056 251.585 66.6177C251.334 67.3026 251.438 68.2216 251.386 68.9498C251.325 69.8515 251.299 70.5971 250.789 71.3947C250.46 71.9062 249.941 72.2877 249.267 72.4524C248.436 72.6518 247.554 72.2096 247.554 72.201C247.554 72.1836 247.545 72.1663 247.528 72.1403C246.922 71.0479 244.898 71.0132 243.878 70.3717C242.745 69.6521 242.45 69.0018 242.122 67.7707C241.871 66.8257 241.931 65.3432 241.43 64.4849C241.006 63.7653 239.76 63.1585 239.086 62.8117C241.196 62.829 242.719 64.0428 243.575 65.0224C244.648 66.2449 244.673 67.9181 245.997 68.9238C246.083 68.9932 246.248 68.9065 246.17 68.7938C245.504 67.8228 245.27 66.6784 244.725 65.6553C244.284 64.823 243.748 64.1555 243.013 63.5573C242.848 63.4272 242.684 63.3058 242.511 63.1931C241.819 62.1268 241.776 60.7309 241.603 59.5952C241.395 58.1994 240.98 56.8556 239.951 55.8499C238.791 54.7142 237.079 54.1853 235.487 53.7085C233.593 53.1449 233.403 51.3243 233.567 50.5787C233.731 49.8418 234.043 49.1569 234.233 48.4373C234.475 47.5356 234.596 46.5993 234.882 45.7063C235.098 45.0214 235.496 43.929 236.3 44.6746L236.344 44.6573Z' fill='%23EEEEEE'/%3E%3Cpath d='M231.759 77.004C231.318 76.7352 231.084 76.5618 231.067 76.033C231.058 75.6168 231.413 75.2874 231.716 75.0446C232.157 74.6978 232.52 74.2817 232.97 73.9436C233.351 73.6575 233.818 73.5187 234.293 73.5014C234.51 73.5014 234.7 73.5448 234.873 73.6401C235.972 73.2066 237.2 72.9292 238.195 72.3223C238.982 71.8455 239.769 71.5421 240.703 71.4727C241.828 71.386 242.658 71.6634 243.635 72.2009C244.466 72.6518 245.772 72.9552 246.403 73.6488C246.447 73.6921 246.455 73.7615 246.429 73.8135C246.663 73.8482 246.897 73.8829 247.035 74.0909C247.251 74.4377 247.243 74.7238 247.078 75.088C246.698 75.9203 245.192 76.0156 244.44 76.2584C243.532 76.5445 242.952 77.2987 242.182 77.8016C241.681 78.131 240.989 78.3738 240.392 78.4431C239.639 78.5385 238.99 78.4171 238.281 78.183C237.857 78.0357 237.442 77.8363 237.018 77.6889C236.378 77.4635 235.643 77.5762 234.985 77.6282C234.942 77.6282 234.908 77.6282 234.873 77.6108C234.787 77.6629 234.709 77.7149 234.622 77.7669C234.172 78.0357 233.74 78.053 233.238 77.9056C232.676 77.7409 232.261 77.3334 231.776 77.03L231.759 77.004ZM238.973 77.8276C240.331 78.3738 241.482 77.4114 242.597 76.6312C243.462 76.033 244.172 75.6948 245.201 75.4434C245.426 75.3914 247.441 74.6718 246.317 74.2643C246.153 74.2037 246.032 74.143 245.945 74.0563C243.99 72.7211 242.796 72.3743 241.776 72.0709C240.591 71.7154 238.93 72.4697 237.909 72.9986C237.148 73.3974 236.205 73.7095 235.349 73.9696C235.885 74.1343 236.914 74.2383 237.477 74.1863C238.134 74.1256 238.584 74.1603 239.146 74.5158C239.89 74.9926 240.444 75.4434 241.386 75.4608C242.191 75.4694 242.9 74.8539 243.661 74.6371C243.826 74.5938 243.921 74.8192 243.774 74.8972C242.58 75.5561 241.603 76.4144 240.201 75.9029C239.077 75.7555 238.394 75.9029 237.416 76.4838C237.174 76.6312 235.479 76.9519 235.176 77.0386C235.262 77.0473 237.148 77.0907 238.964 77.8103L238.973 77.8276ZM233.593 77.3854C234.043 77.5242 234.544 76.7786 234.96 76.6485C235.15 76.5878 235.349 76.5618 235.556 76.5531C235.591 76.5445 235.617 76.5271 235.652 76.5185C236.369 76.2584 236.906 76.3797 237.485 75.8942C238.177 75.3134 239.25 75.4347 239.561 75.3827C239.146 75.2527 238.705 74.6892 237.234 74.8105C236.525 74.8712 235.799 74.7758 235.15 74.4897C234.622 74.3944 234.017 73.8309 233.506 74.1603C233.16 74.3857 232.52 75.062 232.148 75.3047C232.563 75.7209 233.645 75.4261 234.129 75.3047C234.553 75.192 234.925 75.2093 235.349 75.2874C235.444 75.3047 235.444 75.4521 235.349 75.4694C235.029 75.5475 234.709 75.5735 234.389 75.6428C234.077 75.7122 233.783 75.8422 233.48 75.9289C233.022 76.059 232.442 76.1543 232.088 75.7729C232.07 75.7469 232.053 75.7295 232.036 75.7035C232.001 75.7295 231.967 75.7642 231.932 75.7902C231.586 76.0936 231.958 76.5358 232.114 76.6225C232.46 76.8306 233.212 77.2814 233.601 77.3941L233.593 77.3854Z' fill='%23EEEEEE'/%3E%3Cpath d='M261.982 67.8145C261.091 68.4041 260.451 69.1844 260.027 70.06C259.794 69.4705 259.344 68.9069 258.929 68.6208C258.427 68.2827 257.207 67.9012 257.225 68.9243C257.225 69.6959 257.553 70.3114 257.147 71.0657C256.956 71.4211 256.792 71.7853 256.628 72.1494C256.559 71.898 256.463 71.6292 256.36 71.3344C256.04 70.4675 255.226 69.5398 254.569 68.8722C254.387 68.6902 254.076 68.5601 254.076 69.0803C254.076 69.6178 254.076 70.1554 254.093 70.6929C254.119 71.2738 254.37 71.7593 254.154 72.3488C253.877 73.0857 253.341 73.944 253.6 74.7676C254.024 76.1461 255.218 77.1431 256.334 78.0621C255.875 78.0275 255.287 77.672 255.019 77.5159C254.457 77.2038 253.877 76.9958 253.246 76.8397C251.991 76.5449 250.858 76.3282 249.561 76.4236C248.393 76.5103 247.303 77.1085 246.213 77.4639C244.985 77.8627 243.713 77.9408 242.442 78.1142C242.009 78.1748 241.646 78.3482 241.983 78.4523C242.762 78.7037 244.129 79.6574 244.855 80.0215C244.942 80.0648 245.037 80.1082 245.123 80.1515C243.808 80.0302 242.563 80.3423 241.257 81.0359C240.297 81.5474 239.207 82.2669 238.074 82.2756C237.209 82.2756 236.352 82.1889 235.487 82.1803C233.524 82.1542 231.932 82.6051 230.73 84.2176C230.436 84.6164 230.15 85.0586 229.977 85.5181C229.752 86.1076 229.449 87.252 228.55 86.7145C227.849 86.2897 227.823 85.5008 227.633 84.7898C227.642 84.7552 227.659 84.7205 227.668 84.6858C227.91 84.0702 227.815 83.498 227.495 82.9172C226.993 82.0069 225.929 80.8625 224.744 81.3566C224.285 81.5474 223.827 81.9115 223.68 82.397C223.481 83.0819 223.559 84.1656 223.135 84.7552C222.287 85.9342 220.004 85.6741 220.531 87.6942C220.929 89.194 222.002 90.7719 223.628 91.1881C225.185 91.5869 227.304 91.5956 228.835 91.0927C229.536 90.8673 230.219 90.3905 230.782 89.931C231.318 89.4975 231.863 89.3414 232.486 89.3154C233.134 89.5929 234.077 89.6362 234.544 89.7489C235.02 89.8616 235.582 89.983 236.075 90.1737C235.158 90.4685 234.259 90.9887 233.558 91.5435C232.935 92.0377 232.295 92.714 231.543 93.0174C230.859 93.3035 230.314 92.8093 229.821 92.4539C229.06 91.899 228.325 93.1648 229.095 93.711C229.553 94.0317 230.141 94.2918 230.695 94.0144C231.076 93.8323 231.352 93.5289 231.733 93.3555C232.053 93.2081 232.39 93.0694 232.685 92.8613C233.204 92.4885 233.671 92.0117 234.19 91.6216C233.152 92.8093 231.084 95.4276 229.242 94.6646C229.337 94.0491 228.42 93.5289 227.979 94.0664C227.962 94.0838 227.953 94.1011 227.936 94.1184C227.408 94.7687 228.014 95.3929 228.576 95.3409C229.285 95.5143 229.899 95.653 230.652 95.3582C231.422 95.0548 232.088 94.6213 232.745 94.1358C234.103 93.1301 234.83 91.2228 236.517 90.7459C235.046 91.7083 234.164 92.948 233.16 94.4045C232.624 95.1848 231.456 96.572 230.349 96.5286C230.245 96.2339 229.977 95.9998 229.579 96.0258C229.579 96.0258 229.579 96.0258 229.579 96.0345C229.467 96.0345 229.346 96.0605 229.233 96.1212C228.394 96.5373 228.948 97.8117 229.839 97.5777C230.003 97.5343 230.133 97.4476 230.219 97.3436C230.635 97.3176 231.006 97.3002 231.439 97.0315C232.044 96.65 232.563 96.1732 233.022 95.6356C233.601 94.9594 233.973 94.1791 234.458 93.4335C235.098 92.4452 235.937 91.4395 236.888 90.7112C236.906 90.7026 236.914 90.6852 236.914 90.6679C236.923 90.6679 236.932 90.6679 236.94 90.6679C237.347 91.0147 237.555 91.5175 237.364 92.2458C237.079 93.3035 236.335 94.4392 236.837 95.5489C237.252 96.4593 238.108 96.9448 239.034 97.2742C240.945 97.9505 243.661 98.0978 245.184 96.52C245.962 95.7137 247.718 92.8787 245.218 93.0694C244.388 93.1301 243.532 93.2341 242.701 93.1908C242.468 93.1821 241.784 93.2168 241.611 93.0174C241.352 92.714 242.485 91.8036 242.649 91.5435C243.073 90.876 242.883 90.3038 242.658 89.6709C242.831 89.194 242.961 88.6999 243.264 88.2837C243.826 87.5208 244.578 86.9399 245.391 86.4457C245.833 86.177 246.343 85.9689 246.845 85.7522C246.637 86.0209 246.455 86.307 246.317 86.6278C246.144 87.0266 246.205 87.4774 246.118 87.8936C246.083 88.0757 246.3 88.2924 246.481 88.1624C247.476 87.4688 248.428 86.9399 249.639 86.6798C250.4 86.5151 251.239 86.4544 251.957 86.151C252.614 85.8822 253.09 85.4747 253.445 84.8765C253.903 84.1049 254.085 82.8305 254.716 82.1976C255.728 81.1746 257.32 80.7931 257.683 79.2846C257.968 79.3106 258.297 79.1979 258.505 79.0505C258.955 78.721 259.318 78.1835 259.811 77.9321C260.33 77.6633 260.901 77.542 261.437 77.2992C262.466 76.8397 263.409 75.8687 263.747 74.785C264.171 73.4065 263.842 72.054 263.781 70.6582C263.738 69.7999 263.972 69.193 264.179 68.3954C264.231 68.1873 264.309 67.9099 264.136 67.7278C263.6 67.1383 262.57 67.4244 261.982 67.8145ZM227.486 90.7459C226.69 90.8153 225.254 90.7979 224.458 90.7112C223.256 90.5812 222.235 89.8876 221.621 88.8126C221.206 88.0757 220.635 86.8706 221.76 86.4804C222.971 86.0556 224.363 85.1019 224.363 83.8275C224.363 83.472 223.896 82.3883 224.657 82.0415C225.116 81.8335 225.868 82.0936 225.912 82.1369C226.232 82.2496 226.543 82.4837 226.794 82.8912C227.469 83.9575 226.716 85.18 227.088 86.2897C227.382 87.174 227.979 87.7722 228.74 88.2404C229.519 88.5525 230.591 88.7866 231.24 88.9253C231.179 88.96 228.463 90.6592 227.486 90.7459ZM241.707 89.8183C241.88 90.0697 242.52 90.5985 242.277 90.9367C241.88 91.4829 240.85 92.1678 240.902 92.9567C240.971 94.0491 242.727 93.789 243.61 93.8063C244.319 93.8237 244.795 93.8323 245.495 93.7456C245.634 93.7283 246.317 93.7977 245.859 94.4999C245.513 95.0288 245.097 95.5229 244.656 95.9911C243.705 97.0055 242.26 97.3869 241.075 97.1442C240.141 96.9534 238.748 96.6153 237.952 96.0778C235.963 94.7513 239.345 92.0984 237.702 90.4338C237.148 89.8703 236.672 89.6882 235.902 89.4888C235.297 89.3241 234.432 89.194 233.809 89.0813C233.584 89.0467 232.019 88.5612 231.915 88.4224C231.993 88.249 232.667 87.3647 232.736 87.1827C233.593 85.3013 234.544 85.0413 236.274 84.9979C236.785 84.9892 237.234 85.0586 237.632 85.4487C237.788 85.5961 238.022 85.8909 238.229 85.9776C238.618 86.151 239.613 85.8129 240.02 85.9602C241.118 86.3504 241.118 86.7058 241.473 87.7202C241.62 88.1363 241.473 89.4541 241.724 89.8183H241.707ZM243.774 86.9313C243.186 87.4254 242.667 88.3184 242.312 88.986C242.174 88.3011 242.009 86.8619 241.559 86.307C240.781 85.362 240.011 85.232 238.895 85.5354C238.212 85.7175 237.702 84.8419 237.183 84.5558C236.828 84.3563 236.413 84.1743 235.998 84.1743C235.046 84.1743 234.043 84.5037 233.342 85.154C232.442 85.9776 232.321 87.3041 231.422 88.0583C231.378 88.093 231.361 88.1363 231.352 88.1797C230.738 88.2057 229.337 87.7982 228.801 87.5381C229.363 87.4081 229.943 87.4428 230.522 85.9776C230.972 84.8245 231.698 83.9489 232.875 83.4027C234.908 82.4663 237.278 83.3853 239.371 82.6051C240.374 82.2323 241.222 81.6601 242.182 81.2179C243.35 80.6804 244.916 80.4636 246.274 80.6977C246.464 80.7758 246.663 80.8451 246.862 80.8971C247.286 81.0098 247.658 81.0445 248.012 81.0185C247.848 81.1919 247.675 81.3653 247.493 81.5214C246.819 82.1196 246.014 82.5704 245.383 83.2206C245.244 83.368 245.288 83.5674 245.452 83.6801C246.04 84.0702 246.81 84.1743 247.493 84.313C247.666 84.3477 247.839 84.391 248.012 84.4344C246.706 85.1886 244.933 85.9776 243.783 86.9399L243.774 86.9313ZM257.052 79.562C256.61 80.1949 255.996 80.5937 255.348 81.0012C254.292 81.6601 253.721 83.0386 253.159 84.1569C252.363 85.7522 251.161 85.5788 249.457 86.073C248.436 86.3677 247.623 86.7925 246.801 87.3561C246.81 87.2954 246.827 87.2434 246.845 87.174C247.009 86.5931 246.905 86.1943 247.338 85.7782C247.9 85.232 248.921 84.9112 249.561 84.5904C250.504 84.4084 251.074 83.6801 251.749 83.0125C251.836 82.9258 251.723 82.8045 251.619 82.8478C251.109 83.0732 250.486 83.6975 249.95 83.8795C249.639 83.9836 248.756 84.0182 248.211 83.9489C247.545 83.8708 246.516 83.4894 245.789 83.342C246.352 82.9085 247.381 82.553 247.96 82.1369C248.505 81.7381 248.99 80.8191 249.483 80.3683C249.526 80.3249 249.578 80.3163 249.621 80.2816C250.659 79.3453 252.363 78.9291 253.661 78.9638C253.099 78.5563 252.649 78.7817 251.965 78.8771C251.282 78.9725 250.382 79.1979 249.768 79.5013C249.448 79.6574 249.18 79.8654 248.921 80.0908C248.211 80.2036 247.519 80.2729 246.767 79.9781C246.006 79.6834 245.288 79.3019 244.535 78.9985C244.302 78.9031 243.021 78.565 242.779 78.4783C243.774 78.3569 245.858 78.2269 246.81 77.8887C248.453 77.2992 250.192 76.7704 251.983 77.2212C252.848 77.4379 253.453 77.4119 254.258 77.7934C254.716 78.0101 255.607 78.5303 256.628 78.695C257.017 78.8858 257.38 79.0938 257.052 79.5707V79.562ZM263.799 68.1267C263.634 68.4041 263.435 68.8636 263.383 69.1844C263.254 69.982 263.392 71.5599 263.409 72.3575C263.435 74.1348 262.683 75.9901 260.771 76.7704C260.148 77.0218 259.482 77.3946 258.955 77.8194C258.695 78.0275 258.323 78.4263 258.072 78.6343C257.821 78.8337 257.666 78.7904 257.493 78.7557C257.449 78.6864 257.285 78.2009 257.207 78.1748C256.74 77.75 256.091 77.1778 255.676 76.8397C255.027 76.3022 254.621 75.6953 254.232 74.9584C253.618 73.7966 254.811 73.0857 254.716 71.95C254.664 71.3604 254.586 70.0427 254.509 69.4531C254.924 70.0166 255.72 70.9183 255.944 71.7332C256.091 72.2621 256.178 72.7736 256.074 73.3718C256.065 73.3978 256.048 73.4238 256.04 73.4499C255.797 73.9354 255.642 74.7937 255.867 75.3138C256.187 76.0594 256.818 76.5796 257.19 77.2905C257.242 77.3859 257.398 77.3165 257.363 77.2212C256.965 76.0421 255.962 74.9584 256.455 73.762C256.844 72.8256 257.389 71.9413 257.657 70.9703C257.726 70.7102 257.77 69.8259 257.709 69.5658C257.631 69.2364 257.709 68.3087 258.384 68.8809C258.885 69.3057 259.5 70.3894 259.647 71.0744C259.378 72.028 259.335 73.0597 259.5 74.0741C259.525 74.2041 259.75 74.1781 259.742 74.0394C259.664 73.1291 259.975 71.2477 260.399 70.4675C260.832 69.6785 261.108 69.3491 261.714 68.6728C261.878 68.4561 263.677 67.4591 263.79 68.1353L263.799 68.1267Z' fill='%23EEEEEE'/%3E%3Cpath d='M106.3 135.854C106.403 135.065 106.663 133.912 107.623 133.652C108.791 133.323 110.08 133.618 111.282 133.93C116.463 135.274 121.428 137.103 126.246 139.383C126.169 139.478 126.177 139.634 126.342 139.712C129.283 141.013 132.077 142.331 134.723 144.151C137.171 145.825 139.637 147.515 141.998 149.284C142.085 149.353 142.18 149.353 142.249 149.318C145.484 151.651 148.52 154.226 151.305 156.991C154.739 160.39 157.369 164.126 159.272 168.322C160.301 170.577 161.149 172.891 162.066 175.172C162.663 176.645 162.568 178.319 163.926 179.368C164.713 180.191 165.768 180.833 166.789 181.474C167.282 181.873 167.766 182.263 168.233 182.697C169.289 183.685 170.197 184.96 170.56 186.286C171.001 187.24 171.174 188.341 170.742 189.19C170.206 190.24 169.072 188.514 168.865 188.081C168.398 187.075 167.887 186.217 167.221 185.289C166.46 184.231 165.362 183.477 164.35 182.619C163.519 181.908 162.594 181.284 161.737 180.599C161.218 180.183 160.552 180.001 159.886 179.819C153.978 178.848 149.169 174.651 143.91 171.955C140.389 170.152 136.592 168.877 133.08 167.048C129.802 165.34 126.627 163.459 123.634 161.335C117.648 157.078 112.242 151.633 108.782 145.538C107.087 142.547 105.85 139.088 106.291 135.863L106.3 135.854Z' fill='white'/%3E%3Cpath d='M110.979 137.736C114.448 141.759 118.816 145.053 123.574 147.723C128.141 150.281 132.993 152.266 137.422 155.067C139.758 156.549 142.136 158.049 144.238 159.818C146.211 161.473 147.785 163.58 149.376 165.522C151.063 167.586 152.733 169.658 154.454 171.695C155.293 172.683 156.08 173.611 157.127 174.443C157.966 175.12 159.056 175.77 159.722 176.593C159.756 176.637 159.696 176.68 159.653 176.645C157.879 175.146 155.924 173.975 154.324 172.285C152.482 170.334 150.734 168.323 149.013 166.303C147.214 164.196 145.441 162.002 143.261 160.19C141.176 158.456 138.823 156.827 136.54 155.327C131.99 152.327 126.791 150.359 122.103 147.576C119.932 146.293 117.709 144.81 115.823 143.189C113.963 141.594 112.043 139.86 110.841 137.814C110.789 137.736 110.927 137.684 110.988 137.753L110.979 137.736Z' fill='%23EEEEEE'/%3E%3Cpath d='M106.3 135.854C106.403 135.065 106.663 133.912 107.623 133.652C108.791 133.323 110.08 133.618 111.282 133.93C117.207 135.473 122.847 137.632 128.314 140.397C130.978 141.741 133.331 143.198 135.831 144.802C137.431 145.833 139.014 146.995 140.882 148.356C144.636 150.94 148.131 153.844 151.314 157C154.748 160.398 157.378 164.135 159.281 168.331C160.31 170.585 161.158 172.9 162.075 175.18C162.672 176.654 162.576 178.327 163.935 179.376C164.722 180.2 165.777 180.842 166.798 181.483C167.291 181.882 167.775 182.272 168.242 182.706C169.298 183.694 170.206 184.968 170.569 186.295C171.01 187.248 171.183 188.35 170.751 189.199C170.214 190.248 169.081 188.523 168.874 188.089C168.407 187.084 167.896 186.225 167.23 185.298C166.469 184.24 165.37 183.486 164.358 182.628C163.528 181.917 162.602 181.292 161.746 180.607C161.227 180.191 159.808 180.209 159.142 180.018C153.235 179.047 149.169 174.66 143.918 171.964C140.398 170.16 136.601 168.886 133.089 167.057C129.81 165.349 126.636 163.467 123.643 161.343C117.657 157.087 112.251 151.642 108.791 145.547C107.095 142.556 105.859 139.097 106.3 135.872V135.854ZM108.255 142.625C111.161 149.249 116.048 154.512 122.146 159.055C125.226 161.352 129.309 163.849 132.717 165.678C136.211 167.551 141.012 168.903 144.412 170.958C147.257 172.675 149.956 174.599 152.871 176.229C154.298 177.036 155.795 177.746 157.326 178.345C158.26 178.709 159.039 178.926 159.852 179.16C160.829 179.385 161.815 179.688 162.602 180.209C164.056 181.162 165.448 182.471 166.642 183.677C167.68 184.717 168.744 186 169.28 187.309C169.479 187.795 170.188 189.442 170.327 188.167C170.344 188.003 170.336 187.838 170.327 187.673C169.86 186.269 169.012 184.639 167.965 183.494C167.455 182.931 166.789 182.367 166.14 181.943C165.777 181.7 165.405 181.362 165.016 181.093C164.445 180.668 163.865 180.261 163.346 179.784C162.447 178.952 161.902 178.111 161.4 177.157C161.218 176.611 161.071 176.056 160.881 175.518C160.466 174.374 159.904 173.23 159.437 172.094C157.525 167.464 155.613 162.8 152.067 158.881C148.659 155.11 144.801 152.119 140.701 148.998C138.651 147.437 136.644 146.215 134.429 144.888C132.224 143.562 130.727 142.183 127.734 140.77C125.762 139.834 123.28 138.698 121.247 137.892C117.726 136.496 114.439 135.49 110.677 134.424C109.898 134.207 108.549 134.094 107.813 134.441C107.009 134.823 106.741 136.609 106.827 137.285C107.052 139.201 107.459 140.805 108.255 142.625Z' fill='%23EEEEEE'/%3E%3Cpath d='M139.619 104.418C138.521 95.6876 137.725 86.9312 137.301 78.1661C136.886 69.6785 136.73 61.1388 137.431 52.7032C138.071 44.9091 139.481 37.2104 140.986 29.5724C140.986 27.9772 141.003 26.0351 142.085 25.1768C142.638 24.7347 143.52 25.1248 143.858 25.671C144.109 26.0785 143.962 26.6594 143.858 27.0842C143.711 27.7344 143.685 28.4106 143.495 29.0522C142.733 35.1297 141.436 43.2098 140.804 51.6802C140.156 60.4192 140.035 69.0109 140.562 77.7933C141.609 95.1934 143.815 112.49 148.209 129.508C150.371 137.883 153.131 146.067 156.392 154.113C159.583 161.994 162.914 169.822 166.711 177.452C170.431 184.934 174.868 191.566 179.972 198.242C184.971 204.787 191.165 210.267 197.816 215.139C203.205 219.084 209.736 222.829 215.48 226.401C215.765 226.47 215.99 226.609 216.154 226.826C216.25 226.886 216.345 226.947 216.44 227.008C216.5 227.042 216.44 227.12 216.353 227.198C216.371 227.242 216.388 227.285 216.397 227.337C216.596 228.074 215.359 228.291 214.917 228.369C213.136 228.681 211.423 227.554 209.849 226.436C203.672 222.968 197.6 219.404 191.917 215.122C185.516 210.293 179.972 204.744 175.188 198.346C165.163 184.934 158.528 169.302 152.395 153.957C146.055 138.1 141.713 121.237 139.611 104.435L139.619 104.418Z' fill='white'/%3E%3Cpath d='M139.619 104.418C138.521 95.6876 137.725 86.9312 137.301 78.1661C136.886 69.6785 136.73 61.1388 137.431 52.7032C138.071 44.9091 139.481 37.2104 140.986 29.5724C140.986 27.9772 141.003 26.0351 142.085 25.1768C142.638 24.7347 143.52 25.1248 143.858 25.671C144.109 26.0785 143.962 26.6594 143.858 27.0842C143.711 27.7344 143.685 28.4106 143.495 29.0522C142.733 35.1297 141.436 43.2098 140.804 51.6802C140.156 60.4192 140.035 69.0109 140.562 77.7933C141.609 95.1934 143.815 112.49 148.209 129.508C150.371 137.883 153.131 146.067 156.392 154.113C159.583 161.994 162.914 169.822 166.711 177.452C170.431 184.934 174.868 191.566 179.972 198.242C184.971 204.787 191.165 210.267 197.816 215.139C203.205 219.084 209.736 222.829 215.48 226.401C215.765 226.47 215.99 226.609 216.154 226.826C216.25 226.886 216.345 226.947 216.44 227.008C216.5 227.042 216.44 227.12 216.353 227.198C216.371 227.242 216.388 227.285 216.397 227.337C216.596 228.074 215.359 228.291 214.917 228.369C213.136 228.681 211.423 227.554 209.849 226.436C203.672 222.968 197.6 219.404 191.917 215.122C185.516 210.293 179.972 204.744 175.188 198.346C165.163 184.934 158.528 169.302 152.395 153.957C146.055 138.1 141.713 121.237 139.611 104.435L139.619 104.418ZM145.173 129.612C147.335 137.987 150.155 146.215 153.416 154.26C156.608 162.141 160.007 170.221 163.805 177.85C167.524 185.332 171.633 192.424 176.745 199.109C181.745 205.654 188.31 211.116 194.962 215.989C200.014 219.691 205.377 223.02 210.688 226.349C210.843 226.427 210.999 226.514 211.155 226.592C211.933 226.982 212.712 227.303 213.559 227.476C214.035 227.571 215.307 227.649 215.272 227.19C208.335 223.323 201.934 219.361 195.567 214.558C189.166 209.729 183.233 204.059 178.328 197.747C167.576 183.928 161.651 168.886 155.259 153.636C148.503 137.51 144.403 120.778 142.292 103.985C141.194 95.2541 140.121 86.6538 139.697 77.8887C139.282 69.401 139.126 60.8614 139.827 52.4258C140.562 43.5133 141.747 34.9476 143.477 26.2172C143.391 25.4716 142.517 25.5496 142.249 26.0265C142.085 26.3126 142.007 26.6594 141.929 26.9801C141.808 27.5263 141.756 28.0985 141.678 28.6534C141.6 29.2343 141.427 29.7805 141.263 30.3353C140.406 36.6209 139.005 45.0305 138.391 51.9663C137.613 60.6967 137.621 69.297 138.149 78.0794C139.195 95.4795 140.77 112.611 145.164 129.63L145.173 129.612Z' fill='%23EEEEEE'/%3E%3Cpath d='M169.41 185.723C169.133 184.11 169.185 182.385 169.419 180.764C169.419 180.018 169.401 179.272 169.323 178.518C169.107 176.342 167.983 174.374 167.377 172.311C166.218 168.401 166.564 164.508 167.048 160.554C168 152.682 170.223 145.036 173.285 137.857C176.131 131.181 179.954 125.095 184.617 119.729C187.039 116.946 189.694 114.414 192.523 112.099C194.054 110.842 195.706 109.698 197.375 108.658C198.751 107.799 200.282 106.742 201.951 106.768C202.271 106.768 202.41 107.166 202.271 107.418C202.211 107.522 202.167 107.635 202.124 107.747C201.899 108.528 202.003 109.542 201.986 110.279C201.942 112.412 202.107 114.553 202.133 116.686C202.176 120.925 201.484 125.121 200.558 129.196C198.759 137.051 195.593 144.151 191.182 150.662C186.554 157.494 180.966 163.511 176.425 170.421C174.193 173.819 172.048 177.434 171.91 181.726C171.841 183.815 172.264 185.896 172.87 187.89C173.199 188.982 173.648 190.023 174.124 191.046C174.453 191.748 174.963 192.303 175.257 193.049C175.37 193.335 175.448 193.638 175.499 193.942C175.517 194.028 175.499 194.106 175.448 194.167C175.448 194.21 175.456 194.254 175.465 194.306C175.474 194.444 175.37 194.6 175.257 194.652C174.496 194.991 174.159 195.086 173.501 194.297C172.714 193.352 172.273 192.034 171.65 190.968C170.63 189.208 169.756 187.751 169.41 185.705V185.723Z' fill='white'/%3E%3Cpath d='M173.103 160.268C175.292 155.396 178.337 149.778 181.009 145.634C183.76 141.36 185.715 137.84 188.154 133.349C190.602 128.832 192.28 123.812 194.962 119.46C195.022 119.364 195.195 119.442 195.143 119.555C193.327 123.881 191.632 128.286 189.59 132.49C187.376 137.068 184.599 141.316 182.03 145.668C179.426 150.073 176.892 154.511 174.548 159.08C173.51 161.1 172.541 163.147 171.953 165.383C171.313 167.837 170.785 165.444 173.103 160.268Z' fill='%23EEEEEE'/%3E%3Cpath d='M175.361 194.462C174.868 193.369 173.596 191.323 173.06 190.274C172.126 188.445 171.771 186.867 171.356 184.847C170.569 180.998 171.581 177.304 173.242 173.94C176.918 166.51 182.878 160.286 187.791 153.809C192.557 147.515 196.311 140.146 198.664 132.395C199.936 128.19 200.706 123.491 201.181 119.078C201.545 115.663 201.181 113.53 201.207 109.767C201.225 109.1 201.25 108.432 201.389 107.773C199.737 108.311 198.214 109.004 196.865 109.993C195.368 111.094 193.976 112.281 192.575 113.504C190.04 115.706 187.609 117.735 185.421 120.31C180.793 125.763 176.771 132.074 173.994 138.802C171.131 145.738 168.882 153.168 168.026 160.736C167.585 164.629 167.022 168.765 168.372 172.484C169.912 176.723 169.998 179.454 169.86 183.607C169.86 183.633 170.007 186.355 171.226 189.39C171.849 190.95 173.882 194.522 173.908 194.687C173.787 194.592 173.666 194.479 173.519 194.306C172.731 193.361 170.517 190.239 169.427 185.714C169.047 184.127 169.202 182.376 169.436 180.755C169.436 180.009 169.419 179.264 169.341 178.509C169.124 176.333 168 174.365 167.394 172.302C166.235 168.392 166.581 164.499 167.066 160.546C168.017 152.674 170.24 145.027 173.302 137.848C176.148 131.173 179.972 125.087 184.634 119.72C187.056 116.937 189.711 114.405 192.54 112.091C194.071 110.834 195.723 109.689 197.393 108.649C198.768 107.79 200.299 106.733 201.968 106.759C202.288 106.759 202.427 107.158 202.288 107.409C202.228 107.513 202.185 107.626 202.141 107.738C201.917 108.519 202.02 109.533 202.003 110.27C201.96 112.403 202.124 114.544 202.15 116.677C202.193 120.916 201.501 125.113 200.576 129.187C198.777 137.042 195.403 145.096 190.992 151.607C186.364 158.439 181.684 163.008 177.143 169.918C174.911 173.316 172.065 177.434 171.918 181.717C171.849 183.807 172.273 185.887 172.879 187.881C173.207 188.974 173.657 190.014 174.133 191.037C174.461 191.739 175.465 192.719 175.759 193.456C175.845 193.673 176.122 195.407 175.37 194.436L175.361 194.462Z' fill='%23EEEEEE'/%3E%3Cpath d='M133.703 18.0853C133.703 17.4004 134.057 17.1403 134.248 16.5161C134.248 16.5075 134.256 16.4988 134.265 16.4901C134.248 16.2994 134.222 16.1086 134.178 15.9266C134.135 15.7532 134.334 15.6578 134.473 15.7098C135.32 15.9873 136.194 15.8919 137.042 16.178C137.656 16.3947 138.166 16.8889 138.564 17.3744C138.962 17.8513 139.351 18.5362 139.507 19.1257C139.689 19.8106 139.965 20.4435 140.476 20.955C140.502 20.981 140.528 21.007 140.545 21.033C141.393 21.3365 141.912 21.9347 142.206 22.6456C142.266 22.4115 142.344 22.1774 142.431 21.926C142.552 20.2441 141.851 18.6922 142.448 17.045C142.491 16.9236 142.543 16.8109 142.595 16.6982C142.206 15.0856 141.194 13.8805 141.315 12.1553C141.367 11.4704 141.652 10.8375 142.007 10.2739C142.569 9.38962 143.797 9.32893 144.463 8.566C144.896 8.07182 145.778 7.79439 145.925 8.73939C145.977 9.08618 146.055 9.55434 146.107 10.0225C147.802 9.45898 147.283 12.3373 146.98 13.343C146.686 14.3314 146.816 15.0249 146.92 15.9959C146.963 16.3861 146.929 16.8542 146.799 17.227C146.652 17.6345 146.435 17.9813 146.176 18.3021C146.297 18.2761 146.392 18.3628 146.392 18.4928C146.392 19.9407 147.162 21.3278 146.851 22.7583C146.799 23.0184 146.686 23.2525 146.531 23.4692C146.652 23.4346 146.773 23.4085 146.903 23.3825C147.058 23.3479 147.223 23.3132 147.378 23.2698C147.378 23.2005 147.638 23.0184 147.698 22.9751C148.961 21.978 148.875 20.4175 150.146 19.4118C151.184 18.5969 152.776 18.4408 153.978 19.065C154.056 19.1084 154.082 19.1691 154.091 19.2471C154.091 19.5245 153.805 20.2441 153.9 20.3568C154.489 21.0851 154.03 22.0301 153.676 22.715C152.828 24.3622 151.254 25.1685 149.645 25.8968C149.325 26.3129 148.953 26.6684 148.546 26.9198C146.73 28.0728 143.849 27.3359 142.655 29.2519C142.638 29.2779 142.621 29.2953 142.595 29.3039C142.474 29.5554 142.309 29.7288 142.033 29.5294C141.643 29.2346 141.626 28.6711 141.661 28.2029C141.444 27.3966 141.185 26.6337 140.355 26.1829C139.55 25.7494 138.702 25.4893 137.984 24.8997C137.267 24.3189 137.197 23.2525 136.938 22.4635C136.903 22.3508 136.808 22.1861 136.73 22.0127C136.28 21.5792 135.805 21.2238 135.26 20.851C134.845 20.5562 134.334 20.1401 134.092 19.6806C133.824 19.1777 133.677 18.6749 133.685 18.1027L133.703 18.0853Z' fill='white'/%3E%3Cpath d='M153.485 24.4485C152.361 25.038 151.158 25.3068 150.691 26.5986C150.501 27.1274 150.397 27.6129 150.38 28.0984C150.163 28.0984 149.939 28.2285 149.826 28.4192C149.221 29.4596 148.97 30.6733 147.837 31.3236C145.761 32.52 143.607 33.8638 144.42 36.6381C144.576 37.1669 145.406 37.9906 144.688 38.5107C144.048 38.9702 143.356 39.2043 142.638 39.5164C142.033 39.7765 141.47 40.106 140.969 40.5135C140.683 40.6348 140.441 40.7389 140.225 40.999C139.662 41.6665 138.737 42.3341 138.062 41.259C137.5 40.3661 137.5 39.3257 136.955 38.4241C136.514 37.7045 135.744 37.1236 135.009 36.7248C133.659 36.0052 133.504 34.9128 132.967 33.621C132.794 33.2049 131.999 31.1502 131.237 31.3409C131.315 30.2832 131.116 29.0608 130.701 28.2198C130.277 27.3702 129.577 26.1131 128.521 25.957C127.942 25.8703 127.449 26.1824 127.111 26.6159C126.86 26.3471 126.566 26.0784 126.229 26.061C125.528 26.0264 124.914 26.2431 124.239 26.3905C123.184 26.6246 122.354 27.0581 122.475 28.2978C122.631 29.9624 123.124 31.575 124.231 32.9014C124.499 33.2222 124.776 33.465 125.07 33.6384C124.032 33.8291 126.16 36.2219 126.532 36.508C127.526 37.2536 128.625 37.6785 129.862 37.4964C130.701 37.375 131.981 40.8516 132.518 41.5105C133.218 42.3688 134.317 42.6462 135.329 42.8283C136.064 42.9583 136.99 43.0623 137.5 43.6952C137.5 43.7039 137.5 43.7212 137.5 43.7299C137.846 44.3368 138.227 44.987 138.659 45.5332C138.996 45.9754 139.342 46.1141 139.896 46.1574C140.285 46.1834 140.761 46.0274 140.899 45.6373C140.899 45.6199 140.899 45.6112 140.917 45.5939C140.943 45.5766 140.96 45.5419 140.969 45.4985C140.977 45.4205 140.986 45.3425 140.995 45.2731C141.012 45.1691 141.02 45.0651 141.02 44.961C141.098 43.9727 141.107 43.0017 142.033 42.3601C142.82 41.8139 143.814 41.2937 144.749 40.999C145.432 40.7822 146.193 40.6608 146.608 40.0453C146.695 39.9152 146.729 39.7245 146.721 39.5771C146.66 38.7102 147.932 38.9182 148.373 38.8749C149.792 38.7188 151.919 37.8432 152.404 36.3607C152.577 35.8145 152.534 35.2769 152.534 34.7481C152.56 34.6701 152.577 34.5834 152.611 34.4967C152.767 34.0545 153.104 33.7684 153.502 33.5343C154.307 33.0662 155.258 32.8408 156.037 32.3292C156.158 32.2512 156.132 32.0171 155.985 31.9738C155.872 31.9391 155.76 31.8784 155.639 31.8091C156.452 31.8871 157.256 31.8264 157.905 31.5663C159.774 30.8207 160.5 29.0954 160.587 27.1708C160.665 25.4368 159.281 25.0033 157.81 25.3154C157.948 24.6826 157.421 24.0583 156.859 23.6682C155.872 22.9833 154.298 24.0323 153.494 24.4485H153.485Z' fill='white'/%3E%3Cpath d='M144.022 27.5004C145.735 27.0843 147.422 26.9542 148.875 25.8792C149.247 25.5931 149.601 24.9168 149.826 24.5007C149.809 24.5267 150.492 22.6627 149.636 23.2262C148.987 23.6511 148.131 23.6424 147.37 23.8505C146.487 24.0932 145.821 24.5007 145.043 24.9862C144.359 25.411 143.927 26.278 143.295 26.7982C143.218 26.8589 143.088 26.7722 143.131 26.6768C143.641 25.6191 144.178 24.8128 144.93 24.2319C144.991 24.1366 145.06 24.0585 145.129 23.9978C145.89 23.3389 146.384 22.7841 146.349 21.7524C146.332 21.2322 146.219 20.7034 146.167 20.1832C146.141 19.8797 146.358 18.1111 145.743 18.874C144.93 19.8884 143.806 20.4173 143.166 21.579C142.828 22.1859 142.725 23.2436 142.552 23.9372C142.543 23.9805 142.543 24.8128 142.526 24.8215C142.578 25.3243 142.69 25.8358 142.586 26.33C142.569 26.4254 142.413 26.4687 142.379 26.356C142.093 25.4283 141.972 24.6307 142.015 23.8418C141.349 21.7871 140.441 21.4836 138.901 21.4576C138.356 21.449 136.808 21.1542 137.439 22.1685C137.95 22.9835 137.63 23.7551 138.495 24.362C139.455 25.0382 140.623 25.385 141.392 26.3127C141.911 26.9455 141.851 28.8702 141.721 28.9222C141.669 28.6795 141.669 28.4107 141.687 28.168C141.47 27.3617 141.211 26.5988 140.38 26.1479C139.576 25.7144 138.728 25.4544 138.01 24.8648C137.292 24.2839 137.223 23.2176 136.964 22.4286C136.929 22.3159 136.834 22.1512 136.756 21.9778C136.306 21.5443 135.831 21.1889 135.286 20.8161C134.87 20.5213 134.36 20.1051 134.118 19.6456C133.85 19.1428 133.703 18.64 133.711 18.0678C133.711 17.3829 134.066 17.1228 134.256 16.4985C134.256 16.4899 134.265 16.4812 134.274 16.4725C134.256 16.2818 134.23 16.0911 134.187 15.909C134.144 15.7356 134.343 15.6402 134.481 15.6923C135.329 15.9697 136.202 15.8743 137.05 16.1604C137.664 16.3772 138.175 16.8713 138.573 17.3568C138.97 17.8337 139.36 18.5186 139.515 19.1081C139.697 19.793 139.974 20.4259 140.484 20.9374C140.51 20.9634 140.536 20.9895 140.553 21.0155C141.401 21.3189 141.92 21.9171 142.214 22.628C142.275 22.394 142.353 22.1599 142.439 21.9084C142.56 20.2265 141.86 18.6746 142.456 17.0274C142.5 16.906 142.552 16.7933 142.603 16.6806C142.214 15.068 141.202 13.863 141.323 12.1377C141.375 11.4528 141.661 10.8199 142.015 10.2564C142.578 9.37204 143.806 9.31135 144.472 8.54842C144.904 8.05424 145.787 7.77681 145.934 8.72181C145.986 9.0686 146.063 9.53677 146.115 10.0049C147.811 9.4414 147.292 12.3197 146.989 13.3254C146.695 14.3138 146.825 15.0074 146.928 15.9784C146.972 16.3685 146.937 16.8367 146.807 17.2095C146.66 17.6169 146.444 17.9637 146.185 18.2845C146.306 18.2585 146.401 18.3452 146.401 18.4752C146.401 19.9231 147.171 21.3016 146.859 22.7407C146.807 23.0008 146.695 23.2349 146.539 23.4517C146.66 23.417 146.781 23.391 146.911 23.365C147.067 23.3303 147.231 23.2956 147.387 23.2523C147.387 23.1829 148.157 22.1772 149.636 19.6803C150.302 18.5446 152.785 18.4232 153.996 19.0474C154.073 19.0908 154.099 19.1515 154.108 19.2295C154.108 19.5069 153.823 20.2265 153.918 20.3392C154.506 21.0675 154.047 22.0125 153.693 22.6974C152.845 24.3446 151.271 25.1509 149.662 25.8792C149.342 26.2953 148.97 26.6508 148.563 26.9022C146.79 28.0206 144.039 27.379 142.785 29.0956C142.673 29.0003 143.079 27.7172 144.022 27.4917V27.5004ZM139.533 20.8507C139.412 20.738 138.789 18.9001 138.555 18.4059C138.14 17.5476 137.569 17.0534 136.704 16.6286C136.168 16.3598 135.294 16.3945 134.706 16.2298C134.723 16.3078 134.723 16.4032 134.741 16.5852C134.793 17.2962 135.147 17.7817 135.588 18.3192C135.649 18.3885 135.588 18.5012 135.493 18.4839C134.576 18.3625 134.386 17.8163 134.317 17.1835C134.256 17.4696 134.17 17.747 134.213 18.0851C134.343 19.0561 134.974 19.663 135.718 20.2439C136.107 20.5473 136.479 20.8074 136.756 21.1282C137.007 20.8941 137.275 20.9114 137.673 20.9461C138.348 21.0068 138.919 20.8594 139.533 20.8507ZM145.787 17.851C146.479 16.9754 146.531 15.9957 146.28 14.9727C146.038 13.9496 147.508 11.0973 146.159 10.5078C146.167 10.7332 146.167 10.9499 146.159 11.1233C146.081 11.7996 145.865 12.2157 145.198 12.4498C145.103 12.4845 144.974 12.3631 145.051 12.3024C145.778 11.6522 146.038 10.5598 145.389 8.95589C145.077 8.40103 144.593 9.23333 144.524 9.32869C144.143 9.85755 143.062 9.90956 142.629 10.4124C141.721 11.4875 141.816 12.8573 142.301 14.1144C142.508 14.6432 142.993 15.5362 142.975 16.039C143.218 15.6663 143.477 15.3108 143.702 14.9553C143.84 14.7299 144.074 14.3224 144.42 14.3745C144.584 14.4005 144.662 14.5825 144.723 14.7039C145.095 15.4235 145.519 16.1084 145.674 16.8974C145.735 17.2181 145.761 17.5649 145.735 17.9204C145.752 17.8944 145.769 17.877 145.787 17.851ZM145.077 16.3858C144.956 15.987 144.506 15.5882 144.472 15.1721C144.411 14.3398 143.797 15.5102 143.754 15.5969C142.924 17.0187 142.456 17.6169 142.932 19.5243C143.045 19.9664 143.001 20.4259 142.975 20.8507C143.365 20.2612 143.91 19.6977 144.506 19.2382C145.596 18.4666 145.311 17.1228 145.095 16.3858H145.077ZM152.62 23.1829C153.191 22.4893 153.693 21.5356 153.234 20.53C153.165 20.3739 153.2 20.0965 153.338 19.9924C153.312 20.0098 154.566 19.1688 153.234 19.2035C152.88 19.2122 152.387 19.1255 152.041 19.1775C150.916 19.3509 150.146 19.9664 149.636 20.9461C149.359 21.4836 148.667 22.6367 148.243 23.0789C148.693 22.9662 149.636 22.7061 150.094 22.6367C150.259 22.6107 150.51 22.68 150.544 22.8881C150.665 23.6337 150.492 24.4227 150.138 25.1162C151.003 24.6567 151.989 23.9458 152.62 23.1829Z' fill='%23EEEEEE'/%3E%3Cpath d='M138.642 45.5333C138.218 44.9785 137.829 44.3283 137.483 43.73C137.483 43.7127 137.483 43.704 137.483 43.6954C136.972 43.0625 136.047 42.9584 135.312 42.8284C134.291 42.6463 133.192 42.3689 132.5 41.5106C131.964 40.8517 130.684 37.3751 129.845 37.4965C128.608 37.6786 127.509 37.2624 126.515 36.5082C126.143 36.2307 124.015 33.8292 125.053 33.6385C124.759 33.4651 124.482 33.2224 124.214 32.9016C123.106 31.5751 122.613 29.9712 122.458 28.298C122.345 27.0669 123.176 26.6247 124.222 26.3906C124.897 26.2432 125.511 26.0265 126.212 26.0612C126.541 26.0785 126.835 26.3473 127.094 26.616C127.431 26.1825 127.916 25.8791 128.504 25.9571C129.559 26.1132 130.26 27.3703 130.684 28.2199C131.099 29.0609 131.298 30.2833 131.22 31.341C131.981 31.1503 132.769 33.205 132.95 33.6212C133.486 34.9129 133.642 35.9967 134.992 36.7249C135.727 37.1151 136.497 37.7046 136.938 38.4242C137.483 39.3258 137.483 40.3662 138.045 41.2592C138.728 42.3429 139.654 41.6667 140.207 40.9991C140.424 40.739 140.666 40.635 140.951 40.5136C141.444 40.1061 142.015 39.7853 142.621 39.5166C143.339 39.2045 144.031 38.9704 144.671 38.5109C145.397 37.9907 144.558 37.1671 144.403 36.6382C143.59 33.8639 145.743 32.5201 147.819 31.3237C148.961 30.6648 149.203 29.4597 149.809 28.4193C149.921 28.2286 150.146 28.0986 150.363 28.0986C150.38 27.613 150.484 27.1189 150.674 26.5987C151.15 25.3069 152.352 25.0381 153.468 24.4486C154.272 24.0238 155.847 22.9834 156.833 23.6683C157.386 24.0498 157.914 24.6827 157.784 25.3156C159.255 25.0035 160.639 25.437 160.561 27.1709C160.474 29.0869 159.739 30.8208 157.879 31.5664C157.231 31.8265 156.426 31.8872 155.613 31.8092C155.726 31.8785 155.838 31.9392 155.959 31.9739C156.106 32.0259 156.141 32.2513 156.011 32.3294C155.233 32.8409 154.281 33.0576 153.477 33.5345C153.079 33.7685 152.75 34.0546 152.586 34.4968C152.551 34.5835 152.534 34.6615 152.508 34.7482C152.508 35.2857 152.56 35.8233 152.378 36.3608C151.894 37.852 149.766 38.7276 148.347 38.875C147.906 38.9184 146.634 38.7103 146.695 39.5773C146.704 39.7246 146.669 39.9154 146.583 40.0454C146.167 40.6696 145.406 40.7823 144.723 40.9991C143.789 41.2939 142.802 41.814 142.007 42.3602C141.081 42.9931 141.081 43.9728 140.995 44.9611C140.995 45.0652 140.986 45.1692 140.969 45.2733C140.969 45.3513 140.951 45.4293 140.943 45.4987C140.943 45.542 140.917 45.568 140.891 45.594C140.891 45.6114 140.891 45.62 140.874 45.6374C140.735 46.0362 140.259 46.1922 139.87 46.1576C139.317 46.1142 138.979 45.9755 138.633 45.5333H138.642ZM129.992 28.0552C128.66 25.2809 127.077 27.1882 127.215 28.2026C127.233 28.8268 127.483 29.503 127.622 30.1099C127.639 30.1966 127.518 30.24 127.466 30.1706C126.921 29.4077 126.385 28.4453 126.644 27.4917C126.688 27.3443 126.739 27.1969 126.817 27.0495C126.532 26.9455 126.264 26.8068 125.926 26.8328C124.906 26.9195 122.899 26.9195 123.089 28.1766C123.401 30.266 123.885 32.8929 126.575 33.4651C126.973 33.231 127.414 33.0229 127.847 32.9102C128.798 32.6675 129.577 33.023 130.191 33.7079C130.165 33.179 130.303 32.6328 130.597 32.0693C130.632 30.4827 130.623 29.3123 129.992 28.0552ZM153.191 30.6908C153.9 30.6474 154.947 31.0809 155.674 31.1503C157.412 31.3063 158.987 30.4134 159.722 28.8008C159.929 28.3413 160.777 25.541 158.364 25.8791C157.819 25.8704 157.369 25.9658 157.101 26.1132C155.968 26.6594 155.267 26.8588 154.878 28.376C154.826 28.5841 154.489 28.35 154.497 28.1592C154.549 26.9888 155.855 25.9311 157.248 25.463C156.668 23.2002 154.376 24.6827 153.061 25.2896C151.228 26.1305 150.778 27.2056 151.271 29.6244C151.323 30.0406 151.305 30.4827 151.219 30.8642C151.401 30.7862 151.6 30.7168 151.79 30.6648C152.274 30.5174 152.741 30.5607 153.2 30.7081L153.191 30.6908ZM139.524 45.5247C140.277 45.6547 140.346 45.2472 140.355 44.7617C139.983 43.5306 140.683 42.6116 141.834 41.7187C142.604 41.1205 143.192 40.8257 144.1 40.5049C144.697 40.2882 146.167 40.1408 146.15 39.3345C146.15 39.0744 146.089 38.9184 146.262 38.6756C146.738 38.0167 147.404 37.9647 148.2 37.8867C149.852 37.7133 151.6 37.063 151.764 35.3378C151.816 34.7482 151.824 33.5345 152.326 33.1357C153.131 32.5028 154.229 32.4681 155.181 32.0693C154.316 31.7312 153.157 31.1503 152.274 31.2283C151.427 31.3063 151.228 31.4971 150.345 32.4507C150.276 32.5201 150.112 32.4334 150.103 32.312C150.103 32.286 150.086 32.2513 150.103 32.234C150.795 31.211 150.475 30.292 150.458 29.8585C150.458 29.8238 150.276 28.6014 150.112 28.9222C149.956 29.2256 149.904 29.5984 149.792 29.9279C149.126 31.9739 146.954 32.4854 145.743 34.0807C145.034 35.017 144.835 36.4562 145.406 37.5399C145.7 38.1034 145.458 38.4675 145.043 38.8923C144.558 39.3865 143.84 39.6466 143.192 39.8547C142.162 40.1841 141.418 40.7043 140.605 41.3112C140.052 42.0655 139.559 42.7937 138.417 42.4296C136.834 41.9267 137.059 39.1958 135.986 38.2161C135.389 37.6699 134.109 37.2278 133.668 36.5775C133.184 35.8666 132.976 35.4418 132.794 34.6182C132.673 34.0546 132.431 33.4998 132.18 32.9709C132.025 32.6328 131.514 31.4277 131.307 32.3034C131.151 32.9536 130.969 33.4218 131.082 34.124C131.16 34.6355 131.566 35.5718 131.523 35.5892C131.073 35.7886 130.347 34.5488 130.277 34.2714C130.208 34.2454 129.084 32.8322 127.025 33.9073C126.688 34.0807 124.906 33.8032 125.278 34.6182C125.485 34.8869 125.727 35.1297 125.996 35.3464C126.549 35.8146 127.406 36.5949 128.106 36.7769C128.66 36.9243 129.153 36.7856 129.68 36.7423C129.905 36.8203 130.122 36.907 130.303 37.063C130.615 37.3231 130.866 37.6266 131.108 37.9387C131.298 38.4068 131.523 38.8663 131.765 39.3085C132.639 40.9124 133.262 41.9094 135.009 42.2128C135.805 42.3516 137.016 42.5856 137.69 43.0451C138.348 43.496 138.486 43.9555 138.685 44.7184C138.901 45.0652 139.1 45.4727 139.524 45.542V45.5247Z' fill='%23EEEEEE'/%3E%3Cpath d='M111.671 60.1679C110.33 59.2923 109.241 58.0698 109.232 56.4399C109.232 54.7754 111.195 53.7697 112.441 53.1194C113.912 52.3392 115.339 52.0357 116.887 51.8623C116.853 51.845 116.818 51.819 116.783 51.793C116.022 51.2208 115.079 48.7499 116.299 48.2557C117.017 47.961 118.193 48.2731 118.92 48.2297C120.122 48.169 120.97 47.9523 122.155 48.3945C123.513 48.8973 124.465 49.9203 125.018 51.1341C124.923 50.4578 124.888 49.7469 124.88 48.9753C124.862 47.3107 124.525 44.285 122.7 43.5134C121.653 43.8342 120.563 44.0336 119.525 43.6261C118.297 43.1406 116.031 38.615 117.83 38.2509C118.591 38.0948 119.499 38.7364 120.096 39.1265C121.065 39.7594 121.982 40.1322 123.115 40.2883C124.162 40.427 125.2 40.0889 126.255 40.1669C128.677 40.3403 129.905 42.6031 130.364 44.8572C130.814 45.8716 130.987 46.9119 131.065 48.065C131.168 49.7122 130.995 51.2208 130.788 52.842C130.511 54.9141 131.09 57.1509 132.284 58.9021C132.864 59.301 133.322 59.8558 133.642 60.4887C133.832 60.8788 133.884 61.3557 133.928 61.7718C134.04 62.8902 134.317 63.4277 135.424 63.9132C136.116 64.2167 136.566 64.3987 136.946 64.7195C136.929 64.5895 136.921 64.4594 136.912 64.3294C136.912 64.0086 136.912 63.7398 137.016 63.4364C137.318 62.5954 136.972 62.2747 136.575 61.5464C136.064 60.6014 135.779 59.7344 135.71 58.6767C135.191 58.1912 134.429 57.9485 133.936 57.3676C133.746 57.1422 133.625 56.8648 133.53 56.5787C132.388 55.2522 132.241 53.4489 132.63 51.6716C133.236 48.9146 135.908 48.0217 137.846 46.3657C138.676 45.6635 139.1 45.3601 140.233 45.5421C141.15 45.6895 141.574 45.7762 142.56 45.6462C143.053 45.5768 143.399 45.6288 143.875 45.7935C144.896 46.149 145.571 47.1113 146.072 47.9956C146.202 48.2297 146.306 48.4811 146.384 48.7326C147.102 47.6402 148.382 47.1634 149.255 46.201C149.402 46.0363 149.697 45.5681 150.017 45.4207C149.697 44.3544 150.276 43.6261 151.055 42.5771C152.049 41.2419 151.997 39.56 153.234 38.3983C153.875 37.8001 155.051 37.7307 155.873 38.0168C157.092 38.4416 157.092 39.6641 156.885 40.7304C157.231 40.9385 157.646 41.0425 157.862 41.4674C158.338 42.3777 158.104 43.2446 157.776 44.1463C157.334 45.3861 156.798 46.5305 156.418 47.7962C156.288 48.2471 156.028 48.6545 155.786 49.0534C155.535 49.4608 155.137 49.7122 154.852 50.059C154.705 50.7353 154.48 51.3768 154.212 51.949C153.399 53.6743 151.046 53.631 149.55 54.3072C148.909 54.5933 148.745 56.4226 148.46 57.0728C148.096 57.8704 147.508 58.538 146.851 59.1102C146.115 59.7518 145.147 60.1853 144.29 60.6448C143.304 61.1736 142.863 61.8759 142.733 62.8295C142.811 63.1503 142.898 63.4624 142.915 63.7485C142.95 64.1907 142.837 64.5028 142.647 64.7542C142.63 64.8062 142.612 64.8669 142.586 64.9189C142.396 65.3611 141.79 65.4478 141.661 65.9506C141.427 66.8869 141.462 67.5112 140.476 67.9186C140.458 67.9186 140.45 67.9186 140.432 67.9273C140.009 67.8233 139.611 67.7192 139.135 67.8926C138.901 67.9793 138.763 68.1527 138.581 68.2568C138.547 68.2481 138.495 68.2394 138.469 68.2308C137.881 68.0227 137.535 67.7279 137.18 67.2251C136.808 66.6875 136.376 66.2974 135.874 66.0113C135.493 65.8553 135.061 65.7772 134.55 65.8292C133.435 65.9419 132.457 64.5548 131.428 65.0923C129.611 66.0286 127.241 63.8612 126.497 62.3787C125.892 61.1736 124.3 60.7054 123.314 59.8905C122.985 59.6217 123.176 59.1449 123.513 59.0148C124.586 58.5987 125.598 58.7114 126.532 59.1276C125.849 58.46 125.131 57.8011 124.17 57.8098C122.977 57.8098 121.671 59.4743 120.84 60.1679C119.845 61.0002 117.787 62.5954 116.342 61.6244C116.039 61.4164 115.988 61.373 115.728 61.1129C115.218 60.6014 114.768 60.6968 114.145 60.8528C113.384 61.0436 112.268 60.5927 111.645 60.1853L111.671 60.1679Z' fill='white'/%3E%3Cpath d='M111.671 60.1679C110.33 59.2923 109.241 58.0698 109.232 56.4399C109.232 54.7754 111.195 53.7697 112.441 53.1194C113.912 52.3392 115.339 52.0357 116.887 51.8623C116.853 51.845 116.818 51.819 116.783 51.793C116.022 51.2208 115.079 48.7499 116.299 48.2557C117.017 47.961 118.193 48.2731 118.92 48.2297C120.122 48.169 120.97 47.9523 122.155 48.3945C123.513 48.8973 124.465 49.9203 125.018 51.1341C124.923 50.4578 124.888 49.7469 124.88 48.9753C124.862 47.3107 124.525 44.285 122.7 43.5134C121.653 43.8342 120.563 44.0336 119.525 43.6261C118.297 43.1406 116.031 38.615 117.83 38.2509C118.591 38.0948 119.499 38.7364 120.096 39.1265C121.065 39.7594 121.982 40.1322 123.115 40.2883C124.162 40.427 125.2 40.0889 126.255 40.1669C128.677 40.3403 129.905 42.6031 130.364 44.8572C130.814 45.8716 130.987 46.9119 131.065 48.065C131.168 49.7122 130.995 51.2208 130.788 52.842C130.511 54.9141 131.09 57.1509 132.284 58.9021C132.864 59.301 133.322 59.8558 133.642 60.4887C133.832 60.8788 133.884 61.3557 133.928 61.7718C134.04 62.8902 134.317 63.4277 135.424 63.9132C136.116 64.2167 136.566 64.3987 136.946 64.7195C136.929 64.5895 136.921 64.4594 136.912 64.3294C136.912 64.0086 136.912 63.7398 137.016 63.4364C137.318 62.5954 136.972 62.2747 136.575 61.5464C136.064 60.6014 135.779 59.7344 135.71 58.6767C135.191 58.1912 134.429 57.9485 133.936 57.3676C133.746 57.1422 133.625 56.8648 133.53 56.5787C132.388 55.2522 132.241 53.4489 132.63 51.6716C133.236 48.9146 135.908 48.0217 137.846 46.3657C138.676 45.6635 139.1 45.3601 140.233 45.5421C141.15 45.6895 141.574 45.7762 142.56 45.6462C143.053 45.5768 143.399 45.6288 143.875 45.7935C144.896 46.149 145.571 47.1113 146.072 47.9956C146.202 48.2297 146.306 48.4811 146.384 48.7326C147.102 47.6402 148.382 47.1634 149.255 46.201C149.402 46.0363 149.697 45.5681 150.017 45.4207C149.697 44.3544 150.276 43.6261 151.055 42.5771C152.049 41.2419 151.997 39.56 153.234 38.3983C153.875 37.8001 155.051 37.7307 155.873 38.0168C157.092 38.4416 157.092 39.6641 156.885 40.7304C157.231 40.9385 157.646 41.0425 157.862 41.4674C158.338 42.3777 158.104 43.2446 157.776 44.1463C157.334 45.3861 156.798 46.5305 156.418 47.7962C156.288 48.2471 156.028 48.6545 155.786 49.0534C155.535 49.4608 155.137 49.7122 154.852 50.059C154.705 50.7353 154.48 51.3768 154.212 51.949C153.399 53.6743 151.046 53.631 149.55 54.3072C148.909 54.5933 148.745 56.4226 148.46 57.0728C148.096 57.8704 147.508 58.538 146.851 59.1102C146.115 59.7518 145.147 60.1853 144.29 60.6448C143.304 61.1736 142.863 61.8759 142.733 62.8295C142.811 63.1503 142.898 63.4624 142.915 63.7485C142.95 64.1907 142.837 64.5028 142.647 64.7542C142.63 64.8062 142.612 64.8669 142.586 64.9189C142.396 65.3611 141.79 65.4478 141.661 65.9506C141.427 66.8869 141.462 67.5112 140.476 67.9186C140.303 67.9967 140.138 68.04 140 68.0487C139.957 68.1007 139.879 68.1354 139.81 68.1701C139.766 68.092 137.933 67.6499 137.102 65.4651C135.908 64.7542 134.377 64.6675 133.512 63.4711C133.106 62.9075 133.331 61.8152 133.192 61.1736C132.881 59.7865 131.661 59.561 130.563 58.8761C129.94 58.486 129.611 57.8704 129.265 57.2376C129.058 56.8474 128.885 56.4399 128.617 56.0845C128.521 55.9544 128.478 57.1422 128.478 57.0382C128.444 58.2693 128.322 59.1796 128.859 60.376C129.257 61.243 130.078 61.9972 130.632 62.7775C130.684 62.8469 130.606 62.9162 130.537 62.8729C129.43 62.1793 128.513 61.4164 128.02 60.428C127.284 59.9772 126.592 59.457 125.727 59.2663C125.174 59.1449 124.707 59.4137 124.188 59.4917C123.574 59.5784 124.793 60.1939 124.828 60.2113C125.485 60.6187 126.03 61.1216 126.523 61.7458C127.414 62.8729 128.668 64.2427 130.104 64.6415C130.84 64.8409 131.54 63.9913 132.301 64.1907C133.192 64.4161 133.21 65.4131 134.888 65.231C136.038 65.1097 136.964 66.0547 137.613 66.9563C137.725 67.0603 138.088 67.6846 137.924 67.9273C137.638 67.7539 137.388 67.5458 137.163 67.2251C136.791 66.6875 136.358 66.2974 135.857 66.0113C135.476 65.8553 135.043 65.7772 134.533 65.8292C133.417 65.9419 132.44 64.5548 131.41 65.0923C129.594 66.0286 127.224 63.8612 126.48 62.3787C125.875 61.1736 124.283 60.7054 123.297 59.8905C122.968 59.6217 123.158 59.1449 123.496 59.0148C124.568 58.5987 125.58 58.7114 126.515 59.1276C125.831 58.46 125.113 57.8011 124.153 57.8098C122.959 57.8098 121.653 59.4743 120.823 60.1679C119.828 61.0002 117.769 62.5954 116.325 61.6244C116.022 61.4164 115.97 61.373 115.711 61.1129C115.2 60.6014 114.751 60.6968 114.128 60.8528C113.367 61.0436 112.251 60.5927 111.628 60.1853L111.671 60.1679ZM142.266 46.1837C141.825 46.201 141.444 46.253 141.003 46.2097C140 46.1056 139.161 45.9149 138.521 46.6172C136.998 48.2817 134.559 48.8106 133.547 50.952C132.769 52.6079 132.907 54.1338 133.244 55.1915C133.296 53.9344 134.178 52.4952 134.801 52.2698C135.865 51.8797 136.817 51.897 137.734 51.1081C138.607 50.3625 139.265 49.4261 140.182 48.7152C141.41 47.7616 141.816 49.4435 142.162 50.5272C142.327 51.0387 142.664 51.6196 143.053 52.0011C143.425 52.3652 144.472 51.819 144.913 51.767C145.181 51.7323 145.467 51.7496 145.735 51.819C145.614 51.1428 145.951 50.007 145.856 49.3655C145.622 47.9176 143.97 46.1056 142.275 46.1837H142.266ZM156.634 45.6288C156.954 45.0046 157.161 44.2937 157.291 43.6088C157.464 42.7245 157.343 42.1956 156.729 41.6407C156.625 42.1436 156.556 42.5944 156.236 43.0539C155.812 43.6435 155.336 44.0076 154.662 44.285C154.61 44.3024 154.575 44.2243 154.627 44.207C155.795 43.6521 156.167 42.8632 156.106 41.7621C156.452 40.6351 156.625 39.0658 155.752 38.4936C155.544 38.3029 155.233 38.1902 154.722 38.2162C153.148 38.2856 152.923 39.6901 152.724 40.8518C152.586 41.6321 152.119 42.2736 151.669 42.9152C151.236 43.5307 150.683 44.5538 150.761 45.3947C150.786 45.6722 150.804 45.7675 150.778 45.8976C151.132 46.4958 151.34 47.3888 151.305 48.0737C152.473 47.6749 153.702 47.5622 154.618 46.5391C154.662 46.4958 154.748 46.4958 154.774 46.5565C155.016 47.224 155.094 47.961 155.06 48.7066C155.743 47.8223 156.124 46.6258 156.634 45.6462V45.6288ZM144.411 59.8385C146.003 58.9628 147.292 58.1826 148.105 56.492C148.529 55.6163 148.33 54.5066 149.1 53.8304C150.103 52.9374 151.677 53.1194 152.819 52.4519C154.221 51.6456 154.67 48.9493 154.688 47.4408C154.757 46.8426 154.705 46.7906 154.532 47.2847C154.419 47.5275 154.177 47.7442 153.996 47.9263C153.684 48.2557 153.079 48.065 152.664 48.2384C152.067 48.4898 151.357 48.7066 150.761 48.9927C149.878 49.4261 149.385 50.0504 149.005 51.1861C148.97 51.2901 148.771 51.2468 148.762 51.1167C148.65 49.9377 149.238 49.2007 150.181 48.5765C150.354 48.4638 150.536 48.3598 150.717 48.2817C150.458 47.6835 150.155 47.0593 150.12 46.4091C150.112 46.2617 150.198 45.7242 149.982 46.279C149.835 46.6345 149.463 46.8599 149.238 47.1634C148.762 47.8223 147.897 47.961 147.344 48.5678C146.799 49.1661 146.591 49.9463 146.461 50.7266C146.418 51.4462 146.557 52.4779 147.084 52.9461C147.136 52.9981 147.162 53.0761 147.145 53.1455C147.499 53.8477 147.621 54.6713 147.647 55.4429C147.698 56.8908 146.479 57.8618 145.536 58.7548C144.948 59.3096 144.403 59.8211 143.668 60.1853C143.581 60.2286 143.503 60.2546 143.408 60.272C143.114 60.6014 142.733 60.8095 142.595 61.2776C143.045 60.6621 143.763 60.1679 144.394 59.8211L144.411 59.8385ZM139.628 67.5112C140.64 67.7799 140.666 66.0893 141.003 65.4911C141.124 65.2831 141.332 65.1617 141.531 65.049C142.439 64.5114 142.301 63.2977 141.955 62.4567C141.583 61.5637 142.119 60.8008 142.63 60.1246C142.612 60.1246 141.842 60.1159 141.816 60.1072C141.28 60.1419 140.77 60.2459 140.268 60.428C140.06 60.4974 139.853 60.2113 140.052 60.0812C140.45 59.8211 140.874 59.4917 141.375 59.431C142.249 59.3096 143.322 59.5437 144.1 59.0409C145.121 58.3733 146.263 57.0902 146.833 56.0151C147.517 54.706 146.565 52.1744 144.827 52.6339C143.901 52.8767 143.079 53.0501 142.292 52.3392C141.92 52.0011 141.73 51.4202 141.574 50.9694C141.41 50.5012 141.375 48.5332 140.13 49.4088C138.988 50.2151 138.296 51.6543 136.998 52.2698C136.298 52.6079 135.165 52.6513 134.646 53.2582C134.092 53.9084 134.005 54.8967 134.005 55.7204C134.005 57.2722 136.402 58.4513 136.427 58.4687C137.128 59.1449 137.734 59.2749 138.607 59.5524C139.221 59.7431 139.68 60.376 140.017 60.8788C140.822 62.0666 140.752 63.4277 140.182 64.6328C140.147 64.7109 140.026 64.6935 140.017 64.6068C139.879 62.8382 140.268 61.0696 138.478 60.1853C137.898 59.8992 136.843 59.6737 136.358 59.3356C136.488 59.8818 136.618 60.402 136.886 60.9395C137.275 61.7285 137.457 61.7458 137.69 62.5954C137.837 63.1156 137.535 64.234 137.587 64.7715C137.699 65.8639 138.893 66.7829 139.619 67.5198L139.628 67.5112ZM122.959 49.4868C121.645 48.4985 119.958 49.0013 118.444 48.8193C118.332 48.8019 115.97 48.2991 116.247 49.1574C116.524 49.9983 116.68 51.2641 117.761 51.5329C118.211 51.6456 118.79 51.741 119.318 51.6109C120.892 51.2815 122.233 50.5099 123.894 51.5416C124.127 51.6889 124.395 51.871 124.664 52.0791C124.499 51.1254 123.79 50.1197 122.951 49.4868H122.959ZM128.115 41.4674C126.99 40.4443 125.529 40.6957 124.179 40.8865C122.224 41.1552 120.442 40.1322 118.669 38.8924C117.372 37.9821 117.934 40.4703 117.994 40.6091C118.332 41.4934 119.084 42.9412 120.07 43.1666C121.757 43.5568 124.352 42.2996 125.944 41.8922C127.518 41.4847 128.4 42.1783 129.239 43.0712C128.98 42.7071 128.452 41.7795 128.123 41.476L128.115 41.4674ZM115.953 60.506C117.536 62.24 120.676 59.3356 121.714 58.4513C122.44 57.8271 123.651 56.596 124.715 56.9948C125.935 57.463 126.982 58.5727 127.596 59.7258C127.682 59.7865 127.76 59.8471 127.847 59.9165C127.682 59.4137 127.622 58.8501 127.7 58.2172C127.726 58.0005 127.873 54.2378 128.919 55.573C129.663 56.518 129.957 58.0005 131.229 58.3906C131.255 58.3906 131.281 58.408 131.307 58.4166C129.802 56.8734 129.819 53.813 130.07 51.897C130.312 50.0677 130.45 48.6285 130.26 46.7732C130.13 45.5334 129.309 44.0423 128.444 42.9585C128.245 42.7765 128.028 42.6204 127.786 42.4904C126.809 41.9875 125.304 42.6551 124.378 42.9585C124.17 43.0279 123.954 43.1059 123.729 43.184C124.413 43.7648 124.741 44.6925 124.984 45.23C125.537 46.4351 125.503 48.2124 125.52 49.4955C125.537 51.0214 125.866 52.1224 126.073 53.6223C126.272 53.9864 126.376 54.3592 126.333 54.7407C126.964 55.1221 127.406 55.729 127.44 56.6567C127.44 56.7607 127.319 56.8301 127.25 56.7347C124.975 53.8824 121.575 54.8014 119.249 56.6047C117.302 58.1045 115.296 58.9542 112.943 57.9051C112.925 57.9051 112.934 57.8704 112.943 57.8704C113.816 58.1045 114.655 58.3473 115.555 58.2346C116.55 58.1132 117.354 57.3676 118.09 56.7607C119.335 55.7204 120.442 54.8794 122.06 54.4459C123.124 54.1598 124.724 54.0471 125.909 54.5239C124.958 52.7293 123.055 51.2381 120.953 51.9404C120.33 52.1484 119.794 52.3825 119.128 52.4605C118.211 52.5646 117.259 52.3912 116.334 52.4605C114.508 52.5906 112.796 53.6223 111.282 54.5413C108.851 56.0325 110.27 58.7721 112.19 59.7865C113.358 60.402 115.01 59.4743 115.944 60.4974L115.953 60.506Z' fill='%23EEEEEE'/%3E%3Cpath d='M134.498 149.284C135.294 148.669 136.263 147.741 137.344 147.958C136.583 147.515 135.874 146.978 135.26 146.267C133.988 144.802 133.668 142.834 134.075 141.039C134.282 140.103 134.715 139.236 135.121 138.369C135.424 137.71 135.649 136.834 136.272 136.41C136.773 136.071 137.327 136.54 137.699 137.042C138.564 137.875 139.152 139.149 138.434 140.224C138.002 140.866 137.612 141.447 137.69 142.27C137.759 142.964 138.815 143.267 139.342 143.536C139.636 143.692 139.922 143.822 140.181 143.961C140.718 144.16 141.228 144.403 141.695 144.767C142.171 145.131 142.629 145.591 142.923 146.111C143.693 147.446 144.42 148.044 145.761 148.781C148.148 150.082 151.383 150.706 153.278 152.778C153.476 152.986 153.658 153.22 153.814 153.472C153.84 153.515 153.874 153.55 153.892 153.584C153.892 153.593 153.9 153.61 153.892 153.619C153.987 153.784 154.073 153.948 154.151 154.13C154.367 154.625 154.61 155.11 154.731 155.639C154.86 156.203 155.129 155.526 155.111 155.258C155.111 155.205 155.103 155.153 155.094 155.101C154.757 153.922 154.125 152.787 153.9 151.599C153.459 150.472 153.148 149.31 153.286 148.131C153.39 147.255 153.814 146.44 154.246 145.695C154.454 145.331 154.956 143.935 155.561 143.866C156.193 143.787 156.902 144.724 157.404 145.643C157.343 145.088 157.386 144.55 157.594 144.1C157.897 143.458 158.372 142.964 158.796 142.392C159.497 141.464 159.583 140.216 159.471 139.088C159.315 137.485 158.641 136.349 159.203 134.771C159.808 133.08 159.116 130.878 159.004 129.092C159.004 129.049 159.03 128.988 159.082 128.988C160.898 128.988 162.152 131.476 162.801 132.881C163.623 134.667 163.485 136.548 162.853 138.248C163.13 138.126 163.441 138.031 163.796 137.953C164.358 137.84 167.611 137.675 167.299 138.941C167.126 139.643 166.573 140.068 166.175 140.649C165.561 141.551 165.119 142.504 164.393 143.337C163.796 144.022 163.043 144.55 162.204 144.915C161.547 145.201 160.941 145.313 160.327 145.738C159.8 146.102 159.419 146.813 159.082 147.351C159.073 147.368 158.502 148.434 158.139 148.799C158.087 149.093 158.009 149.397 157.888 149.709C157.879 149.744 157.862 149.77 157.845 149.804C158.502 149.327 159.281 149.076 160.405 149.163C161.772 149.267 162.81 148.391 162.706 150.316C162.628 151.712 161.547 153.125 159.973 153.021C159.116 152.969 158.32 152.596 157.698 153.42C157.282 153.966 157.17 154.677 157.109 155.353C157.032 156.185 157.161 157 157.04 157.806C157.006 158.483 156.798 159.107 156.089 159.176C155.622 159.22 155.284 158.734 155.137 158.37C155.085 158.231 155.033 158.101 154.982 157.971C154.29 157.087 153.39 156.584 152.127 156.445C150.985 156.324 149.835 156.775 148.71 156.87C146.807 157.035 145.025 155.986 143.892 154.477C143.788 154.339 143.927 154.113 144.1 154.2C145.925 155.075 147.413 153.567 149.1 152.804C148.572 152.657 148.044 152.423 147.56 152.258C145.493 151.538 143.313 150.507 141.565 152.197C139.567 154.13 136.99 154.954 134.447 153.333C133.711 152.865 132.345 152.162 132.163 151.243C132.042 150.611 134.075 149.631 134.472 149.319L134.498 149.284Z' fill='white'/%3E%3Cpath d='M134.498 149.284C135.294 148.669 136.263 147.741 137.344 147.958C136.583 147.515 135.874 146.978 135.26 146.267C133.988 144.802 133.668 142.834 134.075 141.039C134.282 140.103 134.715 139.236 135.121 138.369C135.424 137.71 135.649 136.834 136.272 136.41C136.773 136.071 137.327 136.54 137.699 137.042C138.564 137.875 139.152 139.149 138.434 140.224C138.002 140.866 137.612 141.447 137.69 142.27C137.759 142.964 138.815 143.267 139.342 143.536C139.636 143.692 139.922 143.822 140.181 143.961C140.718 144.16 141.228 144.403 141.695 144.767C142.171 145.131 142.629 145.591 142.923 146.111C143.693 147.446 144.42 148.044 145.761 148.781C148.148 150.082 151.383 150.706 153.278 152.778C153.476 152.986 153.658 153.22 153.814 153.472C153.84 153.515 153.874 153.55 153.892 153.584C153.892 153.593 153.9 153.61 153.892 153.619C153.987 153.784 154.073 153.948 154.151 154.13C154.367 154.625 154.61 155.11 154.731 155.639C154.86 156.203 155.129 155.526 155.111 155.258C155.111 155.205 155.103 155.153 155.094 155.101C154.757 153.922 154.125 152.787 153.9 151.599C153.459 150.472 153.148 149.31 153.286 148.131C153.39 147.255 153.814 146.44 154.246 145.695C154.454 145.331 154.956 143.935 155.561 143.866C156.193 143.787 156.902 144.724 157.404 145.643C157.343 145.088 157.386 144.55 157.594 144.1C157.897 143.458 158.372 142.964 158.796 142.392C159.497 141.464 159.583 140.216 159.471 139.088C159.315 137.485 158.641 136.349 159.203 134.771C159.808 133.08 159.116 130.878 159.004 129.092C159.004 129.049 159.03 128.988 159.082 128.988C160.898 128.988 162.152 131.476 162.801 132.881C163.623 134.667 163.485 136.548 162.853 138.248C163.13 138.126 163.441 138.031 163.796 137.953C164.358 137.84 167.611 137.675 167.299 138.941C167.126 139.643 166.573 140.068 166.175 140.649C165.561 141.551 165.119 142.504 164.393 143.337C163.796 144.022 163.043 144.55 162.204 144.915C161.806 145.088 161.434 145.201 161.063 145.348C160.362 145.894 159.955 146.674 159.653 147.507C159.436 148.114 159.064 148.799 158.597 149.388C159.099 149.189 159.679 149.102 160.414 149.154C161.78 149.258 162.818 148.382 162.715 150.307C162.645 151.608 161.703 152.917 160.31 153.012C159.895 153.107 159.445 153.099 158.995 153.194C157.551 153.489 157.499 154.755 157.559 156.003C157.603 156.809 157.706 158.777 156.599 158.968C156.469 159.072 156.305 159.15 156.089 159.176C155.847 159.202 155.639 159.081 155.475 158.899C154.982 158.682 154.601 158.205 154.168 157.841C152.681 156.567 151.21 156.74 149.463 157.078C148.373 157.286 147.413 157.165 146.375 156.749C145.216 156.281 144.628 155.266 143.737 154.469C143.685 154.417 143.745 154.33 143.806 154.382C143.832 154.399 143.858 154.425 143.875 154.443C143.806 154.304 143.936 154.113 144.1 154.191C145.839 155.032 147.274 153.697 148.857 152.908C147.344 152.509 146.003 151.608 144.385 151.634C142.906 151.66 141.851 152.535 140.605 152.995C138.772 154.321 136.592 154.703 134.447 153.324C133.711 152.856 132.345 152.154 132.163 151.235C132.042 150.602 134.075 149.622 134.472 149.31L134.498 149.284ZM160.31 144.854C161.504 144.204 162.689 143.744 163.64 142.747C164.384 141.976 164.894 141.005 165.586 140.19C165.837 139.895 166.166 139.669 166.469 139.435C166.797 139.297 166.858 139.036 166.668 138.655C166.27 138.638 165.863 138.646 165.465 138.672C164.765 138.707 164.055 138.768 163.381 138.958C162.55 139.193 162.222 139.869 161.858 140.58C161.815 140.666 161.685 140.701 161.599 140.666L161.582 140.692H161.564C161.564 140.692 161.564 140.675 161.573 140.666C161.53 140.64 161.495 140.597 161.495 140.536C161.46 139.687 161.711 139.088 162.187 138.664C162.395 137.563 162.429 136.462 162.386 135.282C162.325 133.8 161.668 132.552 160.933 131.268C160.708 130.878 160.396 130.505 160.215 130.098C160.068 129.777 159.393 128.763 159.462 129.344C159.609 130.618 159.8 131.91 159.86 133.193C159.929 134.65 159.289 135.742 159.739 137.242C160.042 138.274 160.457 139.288 160.379 140.38C160.293 141.481 159.929 142.392 159.246 143.25C158.701 143.935 158.286 144.117 158.104 145.123C157.983 145.79 158.026 146.484 158.061 147.169C158.087 147.273 158.113 147.377 158.13 147.481C158.571 146.406 159.488 145.313 160.301 144.871L160.31 144.854ZM144.636 154.746C145.57 155.769 146.859 156.532 148.261 156.307C149.428 156.116 150.535 155.674 151.721 155.63C152.49 155.604 153.459 155.812 154.108 156.272C154.662 156.662 154.973 157.087 155.206 157.59C155.258 157.676 155.31 157.772 155.354 157.876C155.44 158.084 155.552 158.275 155.682 158.465C156.158 158.803 156.478 158.743 156.642 158.283C156.66 158.231 156.677 158.171 156.694 158.119C156.746 157.832 156.772 157.546 156.781 157.252C156.642 156.133 156.4 154.937 156.72 153.914C156.954 153.159 157.455 152.024 158.468 152.18C159.8 152.388 160.907 152.57 161.858 151.443C162.23 151.001 163 148.903 161.798 149.57C161.071 149.978 160.31 149.874 159.48 149.908C158.762 149.943 158.052 150.22 157.412 150.611C156.85 151.434 156.141 152.093 155.959 153.237C155.959 153.281 155.881 153.298 155.864 153.246C155.423 152.145 155.95 151.295 156.556 150.394C157.161 149.501 157.732 148.703 157.628 147.55C157.542 146.544 156.833 145.417 156.253 144.602C155.405 143.415 154.956 145.721 154.852 146.033C154.558 146.909 154.246 147.741 154.117 148.66C153.866 150.385 154.367 152.258 155.008 153.896C155.016 153.931 155.033 153.966 155.042 153.992V154.009C155.051 154.044 155.068 154.078 155.077 154.122C155.319 154.703 155.829 156.879 154.739 156.324C154.497 156.203 154.324 155.804 154.203 155.405C153.649 154.677 153.018 153.948 152.231 153.515C151.02 152.856 149.722 153.385 148.607 153.87C147.223 154.469 146.063 155.145 144.636 154.746ZM133.495 151.946C134.023 152.318 134.55 152.691 135.113 153.003C136.177 153.584 136.894 153.723 137.95 153.385C139.178 152.995 139.957 152.691 140.986 151.98C141.877 151.365 143.598 150.914 144.636 151.027C146.695 151.235 148.157 151.798 150.112 152.44C150.38 152.388 150.657 152.362 150.951 152.379C152.265 152.466 153.217 153.411 153.944 154.486C153.788 154.035 153.649 153.619 153.381 153.22C150.959 151.027 147.802 150.463 144.913 149.041C144.333 148.755 143.633 148.157 143.148 147.732C142.638 147.281 142.327 146.753 141.929 146.215C141.341 145.4 140.588 144.845 139.766 144.368C139.291 144.186 138.797 144.022 138.287 143.84C137.509 143.571 137.266 143.163 136.981 142.366C136.765 141.776 136.912 141.031 137.301 140.554C137.708 140.051 137.846 139.721 137.976 139.045C138.114 138.326 137.777 137.71 137.405 137.12C136.817 136.548 136.185 136.886 136.021 137.511C135.632 138.976 134.732 140.06 134.542 141.594C134.161 144.793 135.969 146.874 139.87 148.963C140.069 149.033 140.277 149.093 140.501 149.145C141.375 149.362 142.231 149.614 143.096 149.839C143.131 149.848 143.122 149.9 143.096 149.891C141.834 149.796 140.683 149.674 139.446 149.353C138.988 149.232 138.14 148.799 137.69 148.643C136.54 148.226 135.856 149.015 135.035 149.614C134.62 149.917 133.884 150.463 133.426 150.697C132.846 150.992 132.665 151.347 133.504 151.937L133.495 151.946Z' fill='%23EEEEEE'/%3E%3Cpath d='M103.722 87.8418C103.082 84.1745 106.585 80.4985 110.166 80.2038C110.149 80.1517 110.14 80.1084 110.132 80.0564C110.071 79.9523 110.062 79.8223 110.149 79.6922C110.157 79.6749 110.166 79.6662 110.175 79.6489C110.564 78.6779 111.983 78.2531 112.96 78.2704C114.223 78.2877 115.417 78.6432 116.602 79.1027C115.901 78.2791 115.365 77.2994 114.733 76.4324C113.721 75.0539 112.77 73.6234 111.472 72.4964C110.339 71.508 108.869 71.0919 107.441 70.6411C106.568 70.7884 105.634 70.6671 104.613 70.1729C103.488 69.6354 101.153 68.0228 101.334 66.5316C101.482 65.3439 103.004 65.6386 103.86 65.7947C106.351 66.2715 108.704 66.9651 111.213 66.2802C112.951 65.8034 114.188 66.2108 115.399 67.1818C117.337 68.3262 118.652 70.6584 119.171 72.7998C119.499 74.1523 119.586 75.4094 120.416 76.6145C121.117 77.6375 122.155 78.4438 123.089 79.2501C123.686 79.7703 124.317 80.2991 124.819 80.8973C124.802 80.6979 124.793 80.5072 124.802 80.3078C124.802 79.6402 124.975 78.9813 125.753 79.2327C126.35 79.4235 127.025 80.3165 127.492 80.6979C128.634 81.6256 129.975 81.8857 131.367 82.1371C132.154 82.2845 133.002 82.7006 133.694 83.2728C133.279 82.6659 133.045 81.9464 132.855 81.1921C132.587 80.1257 132.457 79.1027 132.085 78.0537C131.843 77.3514 131.48 76.7185 131.272 76.0076C131.082 75.3487 131.532 75.6695 131.679 75.8429C132.673 77.0133 134.438 77.4034 135.632 78.3658C136.54 79.1027 137.318 80.0564 137.889 81.0707C138.547 82.2325 138.676 83.5676 138.919 84.8334C139.083 85.7003 139.403 86.3766 140.035 86.9835C139.905 86.2639 139.965 85.5443 140.381 84.8594C141.306 83.3248 143.365 82.5359 144.031 80.8713C144.1 80.7066 144.368 80.6893 144.437 80.8713C144.636 81.4175 145.173 82.6226 145.614 83.9317C145.942 82.8047 146.998 81.747 147.603 80.8626C148.511 79.5188 148.65 77.941 148.356 76.3544C148.105 74.9933 147.275 73.7968 146.868 72.479C146.807 72.2796 147.006 72.0629 147.205 72.2189C147.3 72.297 147.396 72.3663 147.482 72.4357C147.24 72.0629 147.058 71.6381 146.954 71.1266C146.721 69.9215 148.278 68.9245 149.255 68.7077C149.385 68.6817 149.524 68.6817 149.653 68.7077C149.498 68.5083 149.359 68.2916 149.247 68.0748C148.261 66.1328 148.736 63.74 149.056 61.7373C149.264 60.4368 149.385 58.4168 150.7 57.7232C151.617 57.2464 152.715 57.3764 153.727 57.4891C155.31 57.6712 156.322 57.307 157.516 56.3707C158.191 55.8419 158.987 54.2206 159.938 55.209C161.149 56.4661 160.578 58.5121 159.791 59.7172C158.597 61.5552 156.201 62.3701 154.532 63.6879C152.542 65.2572 152.11 67.9881 153.589 70.0602C153.727 70.1469 153.857 70.1382 154.073 69.9475C154.541 69.5313 154.921 68.9851 155.328 68.517C156.002 67.7454 156.815 67.0778 157.715 66.575C159.393 65.63 161.089 66.3149 162.576 67.3552C163.459 67.9708 164.298 68.543 165.258 69.0458C166.287 69.5747 167.42 69.7394 168.45 70.2336C170.5 71.2133 169.15 73.4327 169.246 74.9933C169.323 76.3457 168.977 78.2271 167.628 78.8686C166.201 79.5449 164.626 79.2067 163.26 78.4351C162.931 78.2531 162.646 78.0363 162.351 77.8629C161.348 77.9149 160.379 78.2531 159.48 78.6432C158.762 78.9553 158.26 79.5709 157.637 79.9783C157.724 80.1431 157.784 80.3251 157.81 80.5159C157.836 80.6806 157.75 80.8193 157.603 80.8887C154.8 82.2238 154.099 85.1281 152.006 87.1655C151.401 87.7551 150.475 88.57 149.549 88.9775C149.593 88.9948 149.627 89.0122 149.671 89.0295C150.847 89.5844 151.946 90.538 152.681 91.6131C153.174 92.3327 153.494 92.9482 154.212 93.5118C154.774 93.9452 155.258 94.4741 155.76 94.9856C155.881 95.107 155.769 95.2977 155.63 95.3151C154.117 95.5751 152.663 96.1127 151.132 96.2687C149.999 96.3814 148.814 95.8526 147.828 95.3237C145.337 93.9712 143.84 90.6161 140.709 91.7518C140.225 92.4714 139.836 92.6708 138.763 92.3847C136.722 91.8472 135.441 93.8672 134.144 94.9943C131.246 97.5085 127.527 95.3497 124.127 95.8439C123.747 95.8959 123.6 95.4278 123.842 95.2023C125.537 93.6418 126.8 91.8905 128.824 90.6768C129.352 90.3646 129.879 90.1219 130.416 89.9485C129.957 89.7924 129.499 89.567 129.006 89.2723C128.011 88.6654 126.999 88.3273 125.849 88.2146C124.56 88.0845 123.574 88.7347 122.501 89.2376C121.636 89.6451 120.148 89.7664 119.422 89.0035C119.344 88.9255 119.387 88.7694 119.482 88.7347C120.148 88.5353 120.416 87.1222 120.659 86.55C120.797 86.2292 121.013 85.9691 121.273 85.7524C119.733 86.1685 118.332 86.8101 117.233 88.1972C116.057 89.6884 116.567 92.4974 114.95 93.6678C113.436 94.7602 111.818 93.5291 110.59 92.4627C110.244 92.1593 110.495 92.0899 110.183 92.6795C110.019 92.9916 109.734 93.2257 109.474 93.4597C108.955 93.9366 108.194 94.0666 107.493 94.0233C105.063 93.8846 104.007 89.6971 103.687 87.8591L103.722 87.8418ZM137.517 86.732C137.094 85.8651 136.462 85.5183 135.986 84.6687C135.372 83.5763 133.876 84.6253 134.49 85.7003C135.043 86.68 135.727 86.7841 136.592 87.4863C137.561 88.2753 138.313 88.3533 137.517 86.732Z' fill='white'/%3E%3Cpath d='M103.722 87.8418C103.082 84.1745 106.585 80.4985 110.166 80.2037C110.149 80.1517 110.14 80.1084 110.132 80.0564C110.071 79.9523 110.062 79.8223 110.149 79.6922C110.157 79.6749 110.166 79.6662 110.175 79.6489C110.564 78.6779 111.983 78.2531 112.96 78.2704C114.223 78.2877 115.417 78.6432 116.602 79.1027C115.901 78.2791 115.365 77.2994 114.733 76.4324C113.721 75.0539 112.77 73.6234 111.472 72.4964C110.339 71.508 108.869 71.0919 107.441 70.6411C106.568 70.7884 105.634 70.6671 104.613 70.1729C103.488 69.6354 101.153 68.0228 101.334 66.5316C101.482 65.3439 103.004 65.6386 103.86 65.7947C106.351 66.2715 108.704 66.9651 111.213 66.2802C112.951 65.8034 114.188 66.2108 115.399 67.1818C117.337 68.3262 118.652 70.6584 119.171 72.7998C119.499 74.1523 119.586 75.4094 120.416 76.6145C121.117 77.6375 122.155 78.4438 123.089 79.2501C123.686 79.7703 124.317 80.2991 124.819 80.8973C124.802 80.6979 124.793 80.5072 124.802 80.3078C124.802 79.6402 124.975 78.9813 125.753 79.2327C126.35 79.4235 127.025 80.3165 127.492 80.6979C128.634 81.6256 129.975 81.8857 131.367 82.1371C132.154 82.2845 133.002 82.7006 133.694 83.2728C133.279 82.6659 133.045 81.9464 132.855 81.1921C132.587 80.1257 132.457 79.1027 132.085 78.0537C131.843 77.3514 131.48 76.7185 131.272 76.0076C131.082 75.3487 131.532 75.6695 131.679 75.8429C132.673 77.0133 134.438 77.4034 135.632 78.3658C136.54 79.1027 137.318 80.0564 137.889 81.0707C138.547 82.2325 138.676 83.5676 138.919 84.8334C139.083 85.7003 139.403 86.3766 140.035 86.9835C139.905 86.2639 139.965 85.5443 140.381 84.8594C141.306 83.3248 143.365 82.5359 144.031 80.8713C144.1 80.7066 144.368 80.6892 144.437 80.8713C144.636 81.4175 145.173 82.6226 145.614 83.9317C145.942 82.8047 146.998 81.747 147.603 80.8626C148.511 79.5188 148.65 77.941 148.356 76.3544C148.105 74.9932 147.275 73.7968 146.868 72.479C146.807 72.2796 147.006 72.0629 147.205 72.2189C147.3 72.297 147.396 72.3663 147.482 72.4357C147.24 72.0629 147.058 71.6381 146.954 71.1266C146.721 69.9215 148.278 68.9245 149.255 68.7077C149.385 68.6817 149.524 68.6817 149.653 68.7077C149.498 68.5083 149.359 68.2916 149.247 68.0748C148.261 66.1328 148.736 63.74 149.056 61.7373C149.264 60.4368 149.385 58.4168 150.7 57.7232C151.617 57.2464 152.715 57.3764 153.727 57.4891C155.31 57.6712 156.322 57.307 157.516 56.3707C158.191 55.8419 158.987 54.2206 159.938 55.209C161.149 56.4661 160.578 58.5121 159.791 59.7172C158.597 61.5552 156.201 62.3701 154.532 63.6879C152.542 65.2572 152.11 67.9881 153.589 70.0602C153.727 70.1469 153.857 70.1382 154.073 69.9475C154.541 69.5313 154.921 68.9851 155.328 68.517C156.002 67.7454 156.815 67.0778 157.715 66.575C159.393 65.63 161.089 66.3149 162.576 67.3552C163.459 67.9708 164.298 68.543 165.258 69.0458C166.287 69.5747 167.42 69.7394 168.45 70.2336C170.5 71.2133 169.15 73.4327 169.246 74.9932C169.323 76.3457 168.977 78.2271 167.628 78.8686C166.201 79.5448 164.626 79.2067 163.26 78.4351C162.931 78.2531 162.646 78.0363 162.351 77.8629C161.348 77.9149 160.379 78.2531 159.48 78.6432C158.762 78.9553 158.26 79.5709 157.637 79.9783C157.724 80.1431 157.784 80.3251 157.81 80.5159C157.836 80.6806 157.75 80.8193 157.603 80.8887C154.8 82.2238 154.099 85.1281 152.006 87.1655C151.401 87.7551 150.475 88.57 149.549 88.9775C149.593 88.9948 149.627 89.0122 149.671 89.0295C150.847 89.5844 151.946 90.538 152.681 91.6131C153.174 92.3327 153.494 92.9482 154.212 93.5118C154.774 93.9452 155.258 94.4741 155.76 94.9856C155.881 95.107 155.769 95.2977 155.63 95.3151C154.117 95.5751 152.663 96.1127 151.132 96.2687C149.999 96.3814 148.814 95.8526 147.828 95.3237C145.346 93.9712 143.858 90.6507 140.761 91.7431C140.536 91.8905 140.251 91.9685 140.346 91.5264C141.946 89.7318 144.282 91.5697 145.856 93.0956C147.24 94.4394 148.209 95.1763 150.302 95.6012C151.928 95.9393 153.442 94.9336 155.068 94.8902C154.307 94.214 153.347 93.8499 152.672 93.0783C151.781 92.0552 151.228 91.0409 150.285 90.3386C147.517 88.2839 143.988 88.9168 141.038 90.1739C140.943 90.2173 140.856 90.0785 140.943 90.0179C141.86 89.359 142.958 88.8648 144.126 88.5787C144.126 88.5267 144.429 88.4747 144.472 88.44C145.709 87.5817 145.501 86.6453 145.294 85.1802C145.207 84.5733 144.974 83.9837 144.783 83.4029C144.619 82.8914 144.558 82.2498 144.36 81.7123C144.126 82.6573 142.898 83.3942 142.206 84.1398C141.739 84.6426 141.453 84.8074 141.021 85.3536C140.216 86.3679 141.021 88.0152 141.194 89.2116C141.22 89.3763 141.003 89.411 140.925 89.2809C140.631 88.7694 140.355 88.2146 140.173 87.651C139.602 87.2956 139.048 87.2782 138.694 86.55C138.14 85.3969 138.08 84.1398 137.786 82.9174C137.094 79.961 134.516 78.4091 132.18 76.7879C132.717 77.7069 133.227 78.5652 133.495 79.6922C133.711 80.6026 133.781 81.5129 134.083 82.4145C134.36 83.2468 135.156 83.7843 135.857 84.2612C136.938 84.9894 137.561 85.761 138.071 86.9488C138.382 87.677 138.737 87.9891 139.282 88.518C139.697 88.9255 139.922 89.2636 140 89.7838C140.138 90.0439 140.19 90.304 140.069 90.512C140.017 90.3647 139.939 90.2173 139.853 90.0872C139.827 90.0872 139.81 90.0612 139.792 90.0352C139.628 89.7924 139.49 89.567 139.343 89.3676C139.092 89.1162 138.763 88.9168 138.495 88.7347C138.478 88.7261 138.46 88.7174 138.443 88.7087C137.465 87.9198 136.203 87.521 135.104 86.9488C134.317 86.5326 134.36 84.9634 133.798 84.3565C132.803 83.2902 131.955 83.0387 130.571 82.6226C129.551 82.3192 128.305 82.2325 127.423 81.6256C126.938 81.2961 126.523 80.8887 126.108 80.4898C125.753 80.1517 125.433 79.5709 125.563 80.3598C125.71 81.2181 125.909 82.0677 126.212 82.8914C126.843 84.5559 128.262 85.3102 129.732 86.1252C129.897 86.2119 129.853 86.4806 129.655 86.4459C128.928 86.3246 128.271 86.0818 127.682 85.7437C125.624 85.2322 123.539 84.9894 121.904 86.1078C121.056 86.6887 121.091 88.0412 120.494 88.7694C120.408 88.8735 120.33 88.9428 120.252 88.9948C121.03 89.0902 122.12 88.6134 122.613 88.3966C123.435 88.0325 124.075 87.7204 124.992 87.5903C127.042 87.3042 128.686 88.3966 130.537 89.1075C132.466 89.8445 134.014 89.0815 136.107 88.7174C136.972 88.57 137.509 88.8648 138.114 89.3243C138.114 89.3243 138.114 89.3243 138.114 89.333C138.391 89.593 138.633 89.9225 138.945 90.1219C139.014 90.1826 139.083 90.2519 139.152 90.3126C139.195 90.3733 139.247 90.4253 139.291 90.486C139.299 90.5207 139.308 90.5554 139.308 90.5901C139.282 90.6074 139.256 90.6247 139.213 90.6334C139.213 90.6334 139.204 90.6334 139.195 90.6334C139.1 90.6074 139.005 90.5814 138.919 90.5554C138.581 90.3646 138.227 90.0785 137.924 89.8098C137.673 89.6797 137.405 89.5757 137.111 89.5237C136.03 89.3243 134.793 89.7838 133.763 90.0265C133.089 90.1826 132.483 90.2606 131.904 90.2346C130.744 90.5727 129.646 91.0496 128.565 91.7085C127.207 92.5407 125.537 94.1967 124.456 95.3584C125.71 95.237 127.362 95.3757 128.677 95.4884C129.525 95.5578 130.442 95.4364 131.272 95.3064C132.327 95.1503 133.331 94.6128 134.075 93.9366C135.061 93.0436 135.727 91.5524 137.18 91.5177C137.656 91.509 138.132 91.4137 138.581 91.6218C138.971 91.7952 139.628 92.298 139.611 92.3327C139.516 92.5061 139.412 92.4974 139.083 92.454C138.979 92.4367 138.901 92.428 138.78 92.402C136.739 91.8645 135.459 93.8845 134.161 95.0116C131.263 97.5258 127.57 95.6272 124.144 95.8612C123.418 95.9133 123.617 95.4451 123.859 95.2197C125.554 93.6591 126.817 91.9079 128.841 90.6941C129.369 90.382 129.897 90.1392 130.433 89.9658C129.975 89.8098 129.516 89.5844 129.023 89.2896C128.028 88.6827 127.016 88.3446 125.866 88.2319C124.577 88.1019 123.591 88.7521 122.518 89.2549C121.653 89.6624 120.165 89.7838 119.439 89.0208C119.361 88.9428 119.404 88.7868 119.499 88.7521C120.165 88.5527 120.434 87.1395 120.676 86.5673C120.814 86.2465 121.03 85.9864 121.29 85.7697C119.75 86.1858 118.349 86.8274 117.25 88.2146C116.074 89.7057 116.584 92.5147 114.967 93.6851C113.453 94.7775 111.836 93.5464 110.607 92.4801C110.261 92.1766 110.512 92.1073 110.201 92.6968C110.036 93.0089 109.751 93.243 109.491 93.4771C108.972 93.9539 108.211 94.084 107.511 94.0406C105.08 93.9019 104.025 89.7144 103.705 87.8764L103.722 87.8418ZM153.131 63.974C154.134 62.5609 155.933 62.0407 157.36 61.1044C158.174 60.5755 158.71 59.7692 159.41 59.1017C160.31 58.2347 160.327 54.2206 158.684 55.8158C157.983 57.125 157.473 57.5498 156.002 58.07C154.238 58.7029 151.461 57.3677 150.198 59.041C149.662 59.7519 149.48 61.4078 149.351 62.2661C149.16 63.5319 149.056 64.7803 149.264 66.0634C149.601 68.2135 150.518 69.3319 152.707 70.0689C152.836 70.1122 152.966 70.1556 153.105 70.1902C151.236 68.725 151.807 65.8294 153.131 63.9567V63.974ZM160.293 76.4844C161.063 76.5971 161.59 76.5971 162.265 77.0133C162.594 77.2214 162.948 77.4208 163.312 77.5855C163.571 77.7589 163.839 77.9149 164.107 78.0537C164.86 78.4265 165.984 78.5825 166.806 78.4871C169.323 78.1924 167.792 74.7505 168.476 73.1726C168.83 72.3403 169.116 72.0889 168.398 70.9272C168 70.2856 167.144 70.0428 166.478 69.8694C165.708 69.67 165.275 69.5313 164.523 69.2712C162.767 68.6557 160.794 66.2368 158.814 66.8871C157.629 67.2772 155.743 68.8638 155.129 69.9562C156.746 68.9158 159.592 68.9331 160.379 69.2019C162.516 69.9475 165.197 71.6814 165.595 74.0743C165.613 74.161 165.474 74.2303 165.422 74.1436C164.159 72.1583 162.256 70.1209 159.782 69.8088C158.398 69.6354 157.118 69.6787 155.881 70.1729C155.622 70.2769 154.947 70.6671 154.714 70.7798C154.921 70.9705 155.501 71.326 155.648 71.5774C156.642 72.6004 157.326 73.8488 158.234 74.9586C158.433 75.2013 158.623 75.4007 158.814 75.5655C159.229 76.0076 159.722 76.3891 160.301 76.4758L160.293 76.4844ZM158.848 78.1317C159.782 77.6982 160.691 77.4815 161.659 77.5421C161.417 77.4815 161.158 77.4728 160.864 77.5421C160.232 77.6982 159.35 76.7532 158.961 76.4064C158.701 76.181 158.45 75.9296 158.199 75.6782C158.372 75.9989 158.52 76.3457 158.606 76.7272C158.71 77.1693 158.667 77.8803 158.39 78.3744C158.563 78.2791 158.718 78.201 158.857 78.1404L158.848 78.1317ZM157.153 79.3628C157.257 79.1981 157.395 79.0507 157.559 78.912C157.066 78.9466 156.608 78.8513 156.149 78.8166C156.521 78.938 156.876 79.12 157.153 79.3628ZM154.549 78.4351C155.12 78.3571 155.674 78.2877 156.253 78.2704C156.85 78.3137 157.404 78.1924 157.793 77.7242C158.416 76.9699 157.931 76.129 157.525 75.4094C157.084 74.6378 156.565 73.9269 156.011 73.242C156.011 73.216 156.011 73.1899 156.002 73.1553C155.976 73.1033 155.942 73.0512 155.916 72.9992C155.553 72.531 155.215 72.0716 154.887 71.6207C154.67 71.43 154.419 71.2826 154.143 71.1959C154.013 71.1959 153.9 71.1699 153.797 71.1179C152.932 71.0052 152.292 70.9185 151.487 70.5023C151.202 70.355 150.925 70.1469 150.657 69.9648C149.437 69.1672 148.762 70.0168 148.105 70.6931C146.946 71.8895 149.679 73.4587 150.389 74.239C150.423 74.2823 151.617 75.5221 152.006 76.4671C152.006 76.4844 152.015 76.4931 152.023 76.5105C152.144 76.7099 152.266 76.9266 152.387 77.1433C152.914 78.0797 153.468 78.5652 154.566 78.4265L154.549 78.4351ZM146.133 85.8651C146.133 85.8651 146.133 85.8824 146.124 85.8911C146.28 86.7754 146.28 87.5817 145.977 88.1192C146.911 87.9545 148.33 88.4833 149.255 88.1365C150.613 87.625 151.807 86.498 152.629 85.3709C153.978 83.5242 154.765 81.0881 157.014 80.3338C155.734 78.3571 153.442 79.9003 152.932 80.2384C152.205 80.7153 151.565 81.1141 151.158 81.9203C151.098 82.0417 150.899 81.9724 150.933 81.851C150.908 81.8163 150.899 81.7816 150.925 81.7383C151.807 80.0737 151.66 78.201 151.055 76.4238C150.501 74.7938 148.788 73.8315 147.378 72.8865C147.569 73.372 148.477 74.6811 148.693 75.2187C149.143 76.3371 149.48 77.5595 149.299 78.7299C149.126 79.8483 148.814 81.3828 148.114 82.2411C147.724 82.7266 147.266 83.1514 146.868 83.6283C146.332 84.2785 146.271 85.0761 146.141 85.8737L146.133 85.8651ZM152.404 78.2617C152.421 78.8079 152.326 79.3194 152.162 79.8223C152.482 79.4668 152.862 79.1634 153.33 78.9553C152.984 78.8079 152.672 78.5565 152.404 78.2617ZM135.978 86.8101C136.566 87.0875 137.128 87.3649 137.673 87.6857C137.647 87.6337 137.63 87.5817 137.604 87.5297C137.267 86.7494 136.972 86.0125 136.324 85.4142C135.805 84.9374 135.165 84.5819 134.585 84.1831C134.55 84.1571 134.507 84.1311 134.473 84.1051C134.628 84.3132 134.758 84.5299 134.862 84.7553C135.251 85.5963 134.983 86.3419 135.978 86.8187V86.8101ZM109.284 67.1992C107.407 67.3812 105.841 66.9564 104.016 66.4969C103.653 66.4016 101.715 65.8814 102.122 66.9391C102.649 68.3176 104.18 69.2972 105.556 69.6267C108.185 70.2509 108.748 68.4823 109.69 67.7107C109.959 67.4939 110.651 66.8871 110.936 66.7223C110.798 66.7484 109.414 67.1905 109.284 67.2078V67.1992ZM108.168 93.191C109.033 93.1303 109.414 91.8819 110.123 91.5957C110.356 91.5004 110.374 91.431 110.59 91.5957C111.446 92.2373 111.714 92.7662 112.804 93.2517C115.278 94.3701 115.373 91.6911 115.443 90.7548C115.495 89.9919 115.771 89.2809 116.091 88.596C117.406 85.7524 119.733 85.2322 122.536 84.9981C123.85 84.3825 125.208 84.4606 126.541 84.816C126.125 84.3999 125.779 83.9144 125.511 83.3855C125.459 83.3682 125.416 83.3248 125.407 83.2642C125.399 83.2035 125.381 83.1428 125.373 83.0821C125.252 82.8047 125.148 82.5186 125.061 82.2151C124.127 80.3338 121.792 79.2154 120.33 77.7676C118.375 75.8342 118.496 73.1119 117.493 70.7451C117.026 69.644 116.039 68.7164 115.062 68.0575C113.315 66.8871 111.879 66.757 110.581 67.9621C109.863 68.6297 109.111 70.0862 108.324 70.3896C110.599 70.9445 112.528 72.1322 114.128 74.0743C115.2 75.3747 116.126 76.7619 117.155 78.097C118.107 79.3368 119.275 80.1604 120.624 80.7846C121.307 81.036 121.999 81.2528 122.717 81.3742C122.804 81.3915 122.812 81.5302 122.717 81.5302C122.406 81.5302 122.103 81.5215 121.792 81.4869C121.792 81.4869 121.774 81.4869 121.766 81.4869C121.766 81.4869 121.757 81.4869 121.748 81.4869C120.278 81.3135 118.885 80.7239 117.467 80.2211C116.394 79.8396 115.097 79.3108 113.972 79.12C113.246 78.99 110.356 79.2241 111.368 80.6806C111.464 80.8106 111.299 80.984 111.152 80.958C111.066 80.9407 110.979 80.9147 110.893 80.88C110.858 80.8973 110.824 80.906 110.789 80.906C106.793 81.0967 103.696 84.8941 104.682 88.7954C104.993 90.0352 105.4 91.8558 106.395 92.7228C106.784 93.0696 107.658 93.217 108.168 93.1823V93.191Z' fill='%23EEEEEE'/%3E%3Cpath d='M114.24 82.1632C115.546 81.617 117.129 81.617 118.539 81.7471C120.434 81.9118 122.198 82.7528 124.119 82.484C124.214 82.4667 124.24 82.5967 124.162 82.6401C123.037 83.2296 121.939 83.1516 120.693 82.9175C118.954 82.5967 116.904 82.1025 115.209 82.5447C113.522 82.9869 112.683 83.7064 111.654 85.0242C110.815 86.0993 110.218 87.6078 109.128 88.9343C109.085 88.9863 108.972 88.9169 109.007 88.8476C110.46 86.186 111.204 83.4464 114.24 82.1719V82.1632Z' fill='%23EEEEEE'/%3E%3Cpath d='M110.875 131.052C110.114 129.795 112.069 128.303 112.848 127.558C112.536 127.48 112.303 127.332 111.948 126.942C111.585 126.535 111.343 125.867 111.481 125.347C111.689 124.61 112.208 124.263 112.865 123.908C113.514 123.552 114.214 123.344 114.846 122.954C115.382 122.625 115.858 122.122 116.334 121.714C118.012 120.284 120.079 119.192 122.285 118.767C123.548 118.524 125.105 118.689 126.342 119.33C125.018 117.64 123.703 115.906 121.774 114.961C119.569 113.877 117.917 115.013 116.126 115.88C114.958 117.085 113.306 118.203 111.74 117.223C109.881 116.062 107.588 111.233 111.516 111.597C112.96 111.727 114.405 111.736 115.789 111.328C117.242 110.903 118.652 110.608 119.949 109.932C121.178 109.291 121.939 109.455 122.942 109.273C124.568 109.334 125.978 110.504 127.077 111.606C127.388 111.909 127.665 112.23 127.933 112.559C127.207 110.608 127.12 108.233 129.032 107.149C129.058 106.941 129.084 106.733 129.11 106.525C129.213 105.658 128.798 104.366 129.395 103.586C130.623 101.982 132.509 104.505 133.357 105.389C134.81 106.898 135.926 108.536 136.03 110.444C136.151 110.426 136.28 110.487 136.35 110.608C137.284 112.16 137.881 113.834 139.204 115.134C140.173 116.088 141.029 117.154 141.704 118.325C142.067 118.957 142.284 119.79 142.353 120.665C142.725 119.894 143.105 119.122 143.469 118.325C144.437 116.2 144.437 113.808 144.411 111.493C144.385 109.152 144.455 106.889 145.034 104.626C145.545 102.65 146.219 100.716 147.448 99.0691C148.036 98.2802 148.814 97.6906 149.61 97.1358C150.285 96.3642 150.674 95.2804 151.634 94.8123C152.646 94.3181 153.693 94.977 153.65 96.1474C153.615 97.0837 153.312 97.9941 153.018 98.8697C152.586 100.135 152.421 101.332 152.343 102.667C152.222 104.817 152.534 106.889 153.035 108.961C153.243 108.614 153.468 108.285 153.563 107.878C153.693 107.288 153.727 106.768 154.065 106.256C154.186 106.066 154.532 106.066 154.67 106.256C155.034 106.794 155.362 107.349 155.734 107.878C156.106 106.542 157.447 105.095 158.096 104.228C158.667 103.465 159.523 102.884 159.904 101.991C160.224 101.228 160.561 100.595 161.106 99.9534C161.564 99.4159 161.98 98.861 162.499 98.3755C163.104 97.8033 163.398 97.838 164.384 97.6126C164.678 97.5432 165.085 97.6906 165.275 97.9247C165.059 97.6559 165.63 98.1848 165.673 98.2455C165.907 98.5489 165.993 98.9651 166.071 99.3292C166.132 99.6066 166.158 99.8841 166.158 100.153C166.581 99.9708 167.005 99.7193 167.464 99.6933C168.329 99.6413 168.969 99.7714 169.6 100.396C170.794 101.575 170.284 104.687 170.076 106.04C169.894 107.219 170.301 108.424 169.981 109.594C169.687 110.678 169.133 111.536 168.337 112.308C167.637 112.984 166.599 113.157 165.647 113.183C165.587 113.183 165.535 113.183 165.474 113.183C166.036 113.478 166.564 113.868 167.074 114.206C168.164 114.935 169.271 115.438 170.457 115.975C170.768 116.114 170.854 116.66 170.474 116.764C169.514 117.033 168.813 117.501 167.775 117.622C166.607 117.761 165.44 117.501 164.306 117.215C160.976 116.391 160.336 119.53 159.653 121.905C159.142 123.682 158.234 125.52 156.859 126.778C156.184 127.393 155.509 127.783 154.61 127.991C154.16 128.095 153.269 127.766 152.689 127.861C152.222 129.352 151.703 130.835 151.21 132.317C150.605 134.138 150.415 135.907 150.363 137.745C150.397 137.97 150.44 138.187 150.484 138.412C150.657 139.262 151.202 140.996 150.345 141.663C149.731 142.14 149.152 141.325 148.901 140.857C148.52 140.146 148.364 139.323 148.105 138.577C147.906 137.996 147.612 137.433 147.318 136.878C147.257 136.817 147.197 136.765 147.128 136.704C146.332 136.037 145.233 135.837 144.403 135.161C143.633 134.537 142.993 133.653 142.457 132.699C141.643 132.083 140.804 131.702 139.567 131.78C138.149 131.867 136.704 131.442 135.398 130.87C132.881 129.769 131.912 125.971 128.79 126.292C128.703 126.301 128.617 126.257 128.582 126.171C128.175 125.347 128.348 124.809 128.885 124.445C128.504 124.506 128.149 124.619 127.812 124.844C127.708 124.914 127.622 124.992 127.544 125.078C127.267 125.772 127.181 126.535 127.068 127.28C126.938 128.139 127.259 130.384 126.307 130.896C124.767 131.728 123.686 130.401 123.072 129.032C122.89 130.852 122.103 132.786 120.71 133.982C119.084 135.378 117.372 135.17 115.477 134.285C113.773 133.488 111.879 132.699 110.867 131.017L110.875 131.052ZM131.843 120.83C131.973 120.865 132.769 120.527 132.89 120.561C134.092 121.515 134.006 120.084 133.227 119.322C132.561 118.671 131.584 117.943 131.177 117.111C130.641 115.992 129.914 116.469 130.459 117.596C130.805 118.316 130.589 119.122 131.073 119.729C131.013 120.197 131.238 120.717 131.843 120.83Z' fill='white'/%3E%3Cpath d='M110.91 131.043C110.149 129.786 112.104 128.295 112.882 127.549C112.571 127.471 112.337 127.324 111.983 126.933C111.619 126.526 111.377 125.858 111.516 125.338C111.723 124.601 112.242 124.255 112.9 123.899C113.548 123.544 114.249 123.336 114.88 122.945C115.417 122.616 115.893 122.113 116.368 121.706C118.046 120.275 120.114 119.183 122.319 118.758C123.582 118.515 125.139 118.68 126.376 119.321C125.053 117.631 123.738 115.897 121.809 114.952C119.603 113.868 117.951 115.004 116.161 115.871C114.993 117.076 113.341 118.194 111.775 117.215C109.915 116.053 107.623 111.224 111.55 111.588C112.995 111.718 114.439 111.727 115.823 111.319C117.276 110.894 118.263 110.513 119.56 109.837C120.788 109.195 121.749 109.239 122.977 109.265C124.603 109.325 126.013 110.496 127.112 111.597C127.423 111.9 127.7 112.221 127.968 112.55C127.241 110.6 127.155 108.224 129.066 107.14C129.092 106.932 129.118 106.724 129.144 106.516C129.248 105.649 128.833 104.358 129.43 103.577C130.658 101.973 132.544 104.496 133.391 105.381C134.845 106.889 135.96 108.528 136.064 110.435C136.185 110.418 136.315 110.478 136.384 110.6C137.319 112.152 137.915 113.825 139.239 115.125C140.208 116.079 141.064 117.145 141.739 118.316C142.102 118.949 142.318 119.781 142.387 120.657C142.759 119.885 143.14 119.113 143.503 118.316C144.472 116.192 144.472 113.799 144.446 111.484C144.42 109.143 144.489 106.88 145.069 104.618C145.579 102.641 146.254 100.708 147.482 99.0603C148.07 98.2714 148.849 97.6818 149.645 97.127C150.319 96.3554 150.709 95.2717 151.669 94.8035C152.681 94.3093 153.728 94.9682 153.684 96.1386C153.65 97.075 153.347 97.9853 153.053 98.8609C152.62 100.127 152.456 101.323 152.378 102.658C152.257 104.808 152.568 106.88 153.07 108.952C153.278 108.606 153.503 108.276 153.598 107.869C153.728 107.279 153.762 106.759 154.099 106.248C154.221 106.057 154.567 106.057 154.705 106.248C155.068 106.785 155.397 107.34 155.769 107.869C156.141 106.534 157.482 105.086 158.13 104.219C158.701 103.456 160.596 100.586 161.141 99.9533C161.599 99.4158 162.014 98.8609 162.533 98.3754C163.139 97.8032 163.597 97.5865 164.575 97.5258C164.877 97.5084 165.12 97.6818 165.319 97.9246C165.102 97.6558 165.673 98.1847 165.716 98.2454C165.95 98.5488 166.036 98.965 166.114 99.3291C166.175 99.6065 166.201 99.8839 166.201 100.153C166.625 99.9706 167.049 99.7192 167.507 99.6932C168.372 99.6412 169.012 99.7712 169.644 100.395C170.837 101.575 170.327 104.687 170.119 106.039C169.938 107.219 170.344 108.424 170.024 109.594C169.73 110.678 169.176 111.536 168.381 112.308C167.68 112.984 166.642 113.157 165.69 113.183C165.63 113.183 165.578 113.183 165.517 113.183C166.08 113.478 166.607 113.868 167.118 114.206C168.208 114.935 169.315 115.437 170.5 115.975C170.811 116.114 170.898 116.66 170.517 116.764C169.557 117.033 168.856 117.501 167.818 117.622C166.651 117.761 165.483 117.501 164.35 117.215C161.019 116.391 160.371 119.53 159.687 121.905C159.177 123.682 158.269 125.52 156.893 126.777C156.219 127.393 155.544 127.783 154.644 127.991C154.195 128.095 153.485 128.139 152.724 127.861C152.257 129.352 151.738 130.835 151.245 132.317C150.639 134.138 150.449 135.907 150.397 137.745C150.432 137.97 150.475 138.187 150.518 138.412C150.631 138.976 151.098 140.025 151.02 140.805C151.098 142.565 150.726 142.14 150.397 141.108C150.155 140.345 149.956 139.106 149.939 138.932C149.766 137.597 149.567 136.193 149.913 134.936C150.146 132.577 151.245 130.003 151.98 127.688C153.433 123.084 153.926 119.139 153.356 114.258C153.312 113.868 152.94 112.212 152.906 111.701C152.586 110.348 152.127 108.484 151.859 107.114C151.47 105.112 151.453 102.84 151.902 100.872C152.11 99.9793 152.093 99.4418 152.413 98.5922C153.157 96.6328 153.364 94.4567 151.928 95.3497C151.53 95.5057 151.089 96.2513 150.761 96.5808C149.982 97.3524 149.065 98.0893 148.321 98.9129C146.859 100.526 146.375 102.433 145.865 104.505C144.809 108.788 145.796 113.799 144.481 118.004C143.884 119.92 143.028 121.515 142.258 123.362C141.194 125.893 141.029 127.922 142.214 130.419C142.716 131.468 143.521 132.742 144.204 133.687C144.861 134.597 146.029 135.239 146.963 135.803C148.425 136.687 148.901 138.429 149.204 139.99C149.256 140.129 149.55 141.317 149.351 141.672C149.299 141.767 148.399 140.337 148.122 138.594C148.027 137.987 147.629 137.45 147.335 136.895C147.275 136.834 147.214 136.782 147.145 136.722C146.349 136.054 145.251 135.855 144.42 135.178C143.65 134.554 143.01 133.67 142.474 132.716C141.661 132.101 140.822 131.719 139.585 131.797C138.166 131.884 136.722 131.459 135.416 130.887C132.898 129.786 131.93 125.988 128.807 126.309C128.72 126.318 128.634 126.275 128.599 126.188C128.193 125.364 128.366 124.827 128.902 124.463C128.521 124.523 128.167 124.636 127.829 124.861C127.726 124.931 127.639 125.009 127.561 125.095C127.285 125.789 127.198 126.552 127.086 127.298C126.956 128.156 127.276 130.401 126.324 130.913C124.785 131.745 123.703 130.419 123.089 129.049C122.908 130.87 122.121 132.803 120.728 133.999C119.102 135.395 117.389 135.187 115.495 134.303C113.791 133.505 111.896 132.716 110.884 131.034L110.91 131.043ZM163.831 112.394C164.903 112.169 166.443 112.55 167.403 111.944C169.237 110.79 169.358 109.299 169.298 106.551C169.263 104.869 169.713 103.508 169.445 101.809C169.202 100.3 167.23 100.066 166.071 101.427C165.959 102.051 165.812 102.684 165.76 103.317C165.76 103.36 165.682 103.369 165.673 103.326C165.492 102.728 165.543 101.913 165.474 101.202C165.63 100.343 165.578 99.4331 164.947 98.9043C164.159 98.2454 163.294 98.7135 162.801 99.4158C161.504 100.69 160.085 102.736 159.696 103.334C159.099 104.253 158.442 105.207 157.715 106.031C157.231 106.577 156.383 107.955 156.435 108.71C156.954 109.143 158.044 110.01 158.295 110.634C158.537 111.241 158.675 111.796 158.701 112.403C159.073 111.865 159.558 111.371 159.869 110.955C160.388 110.288 161.192 109.811 161.867 109.317C162.966 108.51 163.865 107.132 164.099 105.779C164.125 105.649 164.315 105.684 164.298 105.805C164.168 107.201 163.364 108.71 162.291 109.689C161.391 110.504 160.795 110.877 159.99 111.831C158.874 113.157 159.186 113.894 159.177 113.912C160.051 113.192 161.815 112.36 162.974 112.464C163.113 112.429 163.684 112.42 163.839 112.394H163.831ZM154.022 112.984C154.722 117.076 154.532 121.324 153.494 125.252C153.364 125.754 153.217 126.257 153.07 126.751C153.728 127.376 154.532 127.003 154.887 126.907C157.239 126.223 158.407 123.153 159.116 121.116C159.713 119.391 160.293 116.755 162.291 116.244C163.441 115.949 164.912 116.634 166.071 116.903C167.395 117.206 168.623 116.799 169.756 116.313C169.427 116.148 168.095 115.724 167.784 115.533C166.452 114.709 165.353 113.391 163.666 113.443C162.576 113.478 161.763 113.365 160.76 113.755C160.25 113.955 159.61 114.449 159.013 114.9C158.857 114.943 158.675 114.9 158.546 114.753C158.546 114.753 158.546 114.744 158.537 114.735C157.871 114.258 157.975 112.889 157.897 112.247C157.75 110.955 156.833 110.27 156.063 109.438C155.483 108.805 154.774 107.539 154.368 106.759C154.333 107.062 154.16 107.73 154.125 107.999C154.056 108.562 153.831 108.961 153.728 109.525C153.537 110.539 153.996 112.004 154.022 112.993V112.984ZM118.462 110.764C116.783 111.883 114.474 112.256 112.441 112.212C111.568 112.195 109.716 111.918 109.898 113.348C110.036 114.38 111.161 116.166 112.035 116.669C114.768 118.22 116.905 113.348 117.925 112.394C118.271 112.074 119.647 110.383 120.538 109.932C120.468 109.984 118.522 110.721 118.453 110.773L118.462 110.764ZM133.746 106.655C133.141 105.901 131.359 103.985 131.056 103.716C130.165 102.936 129.75 104.522 129.758 104.652C129.862 105.511 129.836 106.117 129.845 106.993C129.854 108.033 129.672 109.499 129.862 110.539C130.191 112.325 131.808 113.851 133.478 115.151C133.582 115.229 133.461 115.42 133.322 115.359C131.462 114.484 129.438 112.559 129.023 110.496C128.85 109.62 128.885 108.744 128.98 107.877C128.046 108.562 128.063 109.646 128.193 110.851C128.374 112.516 129.248 114.007 130.243 115.325C131.194 116.573 132.033 117.614 133.115 118.749C133.253 118.897 133.876 119.772 133.98 119.928C133.902 119.261 134.032 118.09 133.98 117.475C133.954 117.223 134.187 117.024 134.438 117.128C134.819 117.275 135.251 117.405 135.606 117.622C135.294 117.085 135.078 116.486 135.052 115.715C135.026 114.831 135.277 113.825 135.372 112.941C135.407 112.594 135.433 112.264 135.476 111.935C135.277 111.397 135.407 110.548 135.329 109.958C135.165 108.753 134.481 107.617 133.729 106.672L133.746 106.655ZM133.668 120.665C133.357 119.989 132.968 119.477 132.388 118.888C131.679 118.168 131.03 117.388 130.424 116.573C130.995 117.856 131.462 119.191 131.912 120.544C132.163 120.024 132.648 119.885 133.383 120.414C133.487 120.492 133.582 120.57 133.668 120.657V120.665ZM140.813 124.827C140.813 124.827 140.813 124.801 140.813 124.783C141.073 123.656 141.678 122.338 141.626 121.168C141.574 119.781 140.952 118.446 140.095 117.362C139.386 116.469 138.772 116.096 137.985 114.952C137.232 113.851 136.877 112.516 136.211 111.363C135.865 112.637 135.554 114.64 135.779 115.828C136.064 117.319 137.275 118.602 137.898 120.015C137.941 120.119 137.803 120.197 137.734 120.11C137.362 119.668 136.981 119.269 136.627 118.879C135.986 118.567 135.589 118.03 134.775 117.917C135 119.105 133.945 120.258 134.438 121.411C134.68 121.983 134.559 122.555 135.891 123.162C136.514 123.422 137.258 123.656 137.863 123.977C138.876 124.515 140.112 125.59 140.657 126.422C140.692 126.049 140.744 125.191 140.822 124.827H140.813ZM129.309 124.827C128.755 125.191 128.833 125.798 129.248 125.936C129.473 125.867 129.828 125.919 130.061 125.936C131.687 126.092 133.262 127.861 134.274 129.04C135.995 131.043 138.166 131 140.571 131.104C141.029 131.121 141.635 131.494 142.041 131.702C141.868 131.303 141.367 130.289 141.22 129.924C141.003 129.378 140.848 128.849 140.744 128.329C140.035 127.211 139.758 126.084 138.555 125.234C137.379 124.411 135.917 124.142 134.749 123.37C134.36 123.11 134.006 122.85 133.789 122.417C133.634 122.096 132.388 119.556 132.241 120.943C132.085 122.451 132.518 123.613 133.686 124.792C134.006 125.095 134.352 125.373 134.559 125.789C134.628 125.928 134.481 126.049 134.343 126.006C133.374 125.642 132.673 125.017 131.722 124.688C130.442 124.046 129.508 124.775 129.309 124.835V124.827ZM118.064 134.216C120.2 134.095 121.273 132.473 121.965 130.696C122.518 129.257 122.458 126.864 123.046 125.434C123.6 124.081 124.369 123.292 125.312 122.208C125.399 122.104 125.563 122.234 125.485 122.338C124.75 123.257 124.11 124.168 123.669 125.269C123.288 126.223 123.245 127.28 123.184 128.312C123.331 128.572 123.487 128.832 123.626 129.101C123.79 129.378 123.972 129.647 124.171 129.89C124.56 130.401 126.376 130.505 126.42 129.517C126.48 128.078 126.195 127.254 126.489 126.171C127.06 124.081 128.219 121.914 130.606 122.911C130.667 122.937 130.641 123.006 130.58 123.006C129.482 122.963 128.893 123.223 128.348 123.856C129.023 123.665 129.784 123.648 130.416 123.882C130.675 123.856 130.935 123.864 131.186 123.908C131.514 123.942 131.817 124.046 132.111 124.211C132.276 124.289 132.431 124.367 132.596 124.463C132.129 123.899 131.869 123.223 131.765 122.486C131.514 121.992 131.307 121.48 131.091 120.951C130.528 119.556 130.113 117.119 129.404 115.784C128.227 113.573 126.921 112.03 124.923 110.452C121.653 107.86 118.384 112.646 116.792 114.813C118.462 113.886 120.218 113.547 121.428 113.972C124.222 114.961 126.342 117.882 127.752 120.431C127.76 120.449 127.778 120.457 127.786 120.475C127.804 120.492 127.804 120.518 127.804 120.535C127.942 120.787 128.08 121.029 128.21 121.272C128.253 121.359 128.132 121.411 128.072 121.35C127.821 121.09 127.579 120.813 127.345 120.535C125.892 119.295 124.421 119.148 122.838 119.304C121.108 119.477 119.344 120.275 117.943 121.211C116.714 122.026 115.763 123.266 114.431 123.942C113.756 124.289 112.9 124.558 112.251 124.957C111.784 125.243 112.104 126.708 113.306 127.107C114.751 125.668 116.178 124.194 117.692 122.841C119.932 120.839 125.399 118.897 127.864 121.827C127.942 121.922 127.838 122.078 127.717 122.018C124.387 120.188 120.356 121.463 117.986 123.882C117.026 124.861 115.841 125.772 114.829 126.708C114.266 127.228 113.479 127.93 112.874 128.399C112.164 128.945 110.85 130.393 112.234 131.684C113.557 132.924 116.23 134.329 118.038 134.225L118.064 134.216Z' fill='%23EEEEEE'/%3E%3Cpath d='M88.3508 143.588C78.7666 130.826 70.6356 116.876 65.8954 101.548C63.5686 94.0144 60.9044 86.6105 58.6813 79.0418C57.5482 75.1925 56.3891 71.3691 54.9272 67.6412C53.6038 64.2686 52.116 60.9568 50.6801 57.6363C50.6196 57.5409 50.5763 57.4369 50.5244 57.3415C50.4552 57.2115 50.386 57.0988 50.386 56.9514C50.3428 56.8474 50.2909 56.7347 50.2476 56.6306C50.2476 56.6306 50.2476 56.622 50.2476 56.6133C50.1438 56.5093 49.8151 55.781 49.8411 55.5469C49.8757 55.3128 49.9535 55.0961 50.0833 54.8793C50.2044 54.6799 50.4898 54.2898 50.6888 54.1858C51.2078 53.9257 51.6576 54.0904 52.0987 54.4459C52.2284 54.5499 52.3323 54.7233 52.4101 54.914C56.2939 62.344 59.3733 69.9993 62.0375 77.9668C63.3956 82.0416 64.3038 85.7869 65.6878 89.8616C67.0459 93.8497 68.3347 98.1932 69.7187 102.173C75.0904 117.57 84.9081 131.398 94.3539 144.602C98.6356 150.584 103.557 156.402 109.422 161.109C112.207 163.346 115.693 165.548 118.92 167.213C121.913 168.747 125.035 169.554 128.028 171.019C129.481 171.487 131.021 172.276 129.715 173.351C128.054 174.721 125.805 174.339 124.127 173.446C117.095 171.236 110.59 166.901 105.262 162.375C98.8086 156.887 93.3591 150.281 88.3421 143.597L88.3508 143.588Z' fill='white'/%3E%3Cpath d='M88.3508 143.588C78.7666 130.826 70.6356 116.876 65.8954 101.548C63.5686 94.0144 60.9044 86.6105 58.6813 79.0418C57.5482 75.1925 56.3891 71.3691 54.9272 67.6412C53.6038 64.2686 52.116 60.9568 50.6801 57.6363C50.6196 57.5409 50.5763 57.4369 50.5244 57.3415C50.4552 57.2115 50.386 57.0988 50.386 56.9514C50.3428 56.8474 50.2909 56.7347 50.2476 56.6306C50.2476 56.6306 50.2476 56.622 50.2476 56.6133C50.1438 56.5093 49.8151 55.781 49.8411 55.5469C49.8757 55.3128 49.9535 55.0961 50.0833 54.8793C50.2044 54.6799 50.4898 54.2898 50.6888 54.1858C51.2078 53.9257 51.6576 54.0904 52.0987 54.4459C52.2284 54.5499 52.3323 54.7233 52.4101 54.914C56.2939 62.344 59.3733 69.9993 62.0375 77.9668C63.3956 82.0416 64.3038 85.7869 65.6878 89.8616C67.0459 93.8497 68.3347 98.1932 69.7187 102.173C75.0904 117.57 84.9081 131.398 94.3539 144.602C98.6356 150.584 103.557 156.402 109.422 161.109C112.207 163.346 115.693 165.548 118.92 167.213C121.913 168.747 125.035 169.554 128.028 171.019C129.481 171.487 131.021 172.276 129.715 173.351C128.054 174.721 125.805 174.339 124.127 173.446C117.095 171.236 110.59 166.901 105.262 162.375C98.8086 156.887 93.3591 150.281 88.3421 143.597L88.3508 143.588ZM107.701 162.627C110.486 164.863 113.514 167.143 116.749 168.799C119.889 170.412 123.418 171.738 126.558 173.368C127.155 173.446 127.777 173.455 128.443 173.316C128.807 173.238 129.161 173.108 129.412 172.831C129.819 172.389 129.014 171.972 128.582 171.79C128.565 171.79 128.556 171.79 128.539 171.79C120.667 169.866 113.185 165.661 107.303 160.667C100.85 155.179 95.8763 148.278 90.8679 141.602C81.2838 128.841 73.0057 115.931 68.2655 100.603C65.9387 93.0694 62.9458 84.9112 60.7227 77.3426C59.5896 73.4932 58.0326 69.3838 56.5707 65.6558C55.1262 61.9712 53.5778 59.1015 52.0208 55.4689C51.7787 55.1481 51.6143 54.784 51.1299 54.6539C50.4033 54.4632 50.1784 55.4255 50.2044 55.833C50.2217 55.9977 50.2909 55.937 50.3514 56.1971C50.3687 56.2665 50.6542 56.3965 50.6628 56.4226C54.5553 63.8612 57.0984 71.5165 59.7539 79.5013C61.112 83.5761 62.1673 87.2867 63.5513 91.3528C64.9093 95.3409 66.2501 99.5804 67.6427 103.56C73.0144 118.957 81.3357 132.959 91.3264 145.781C95.8763 151.625 101.836 157.928 107.701 162.644V162.627Z' fill='%23EEEEEE'/%3E%3Cpath d='M56.2941 60.9394C56.1903 61.1128 56.1124 61.3122 56.1211 61.5462C56.147 62.3959 56.3892 63.1762 56.4844 64.0084C56.5363 64.4593 56.6747 65.2222 56.2422 65.621C55.4637 65.8551 54.9447 65.6817 54.6938 65.1095C53.6818 63.7137 52.7995 62.2485 51.5712 61.0001C51.5366 60.9654 51.4847 60.948 51.4414 60.9134C50.4726 59.5869 49.4 58.2257 48.7772 57.8183C47.2894 56.8473 45.3432 55.6855 43.6824 55.0006C40.8971 53.8562 38.4491 52.0096 36.3731 49.9982C34.1068 47.7961 32.1173 45.3686 30.2144 42.8717C28.1297 40.1407 26.0105 37.4791 24.2632 34.5227C23.2598 32.8235 23.8999 30.9595 26.2267 30.8295C28.9947 30.6734 31.6762 31.8091 33.9165 33.0229C37.7312 35.0863 42.0735 38.216 44.3657 42.1608C44.3225 41.6666 44.2879 41.1637 44.2619 40.6609C44.0976 36.9329 44.755 33.1183 45.8103 29.425C46.8137 25.8877 48.3361 22.2118 50.6456 19.1427C51.3463 18.2064 52.2113 17.4261 53.3963 17.7555C54.071 17.9376 54.0451 18.267 54.3651 18.8653C54.8841 19.8363 55.3339 20.8419 55.8702 21.813C56.32 22.6366 56.5276 23.6856 56.8909 24.5613C57.2715 25.4889 57.6521 26.4166 58.0154 27.3442C58.742 29.1995 59.2351 31.1156 59.607 33.0836C61.1208 40.9817 58.1451 48.7497 56.5276 56.6565C56.2422 58.0523 56.1989 59.5002 56.2941 60.9307V60.9394Z' fill='white'/%3E%3Cpath d='M52.2977 35.0432C52.6351 32.3122 52.2112 29.6506 52.4102 26.9283C52.4102 26.8416 52.5659 26.8416 52.5659 26.9283C52.6351 29.3038 53.0676 31.6273 53.033 34.0201C52.9984 36.5777 52.6178 39.1786 52.4275 41.7362C52.0209 47.1287 51.4587 52.53 52.8081 57.6884C52.8513 57.8705 52.6005 57.9745 52.514 57.8098C50.265 53.4056 50.9916 48.0651 51.4068 43.132C51.6317 40.427 51.9604 37.7481 52.2977 35.0518V35.0432Z' fill='%23EEEEEE'/%3E%3Cpath d='M24.2719 34.5315C23.2686 32.8323 23.9086 30.9683 26.2355 30.8382C29.0035 30.6822 31.685 31.8179 33.9253 33.0317C37.74 35.0951 42.0823 38.2248 44.3745 42.1696C44.3313 41.6754 44.2967 41.1725 44.2707 40.6697C44.1064 36.9417 44.7638 33.127 45.8191 29.4337C46.8225 25.8965 48.3449 22.2205 50.6544 19.1515C51.3551 18.2151 52.2201 17.4349 53.4051 17.7643C54.0798 17.9464 54.0538 18.2758 54.3739 18.874C54.8929 19.845 55.3427 20.8507 55.879 21.8217C56.3288 22.6454 56.5364 23.6944 56.8997 24.57C57.2803 25.4977 57.6609 26.4254 58.0242 27.353C58.7508 29.2083 59.2438 31.1243 59.6158 33.0924C61.1295 40.9905 58.1539 48.7585 56.5364 56.6653C56.0433 59.0755 56.0952 61.6937 56.7526 63.9739C56.7872 64.0953 56.7353 65.1963 56.5883 64.9709C54.5555 61.7024 55.4551 57.5756 55.9568 54.4025C56.571 50.5358 57.8685 46.5998 58.4999 42.7331C59.1573 38.7103 58.3702 35.0951 57.4619 31.2544C57.0035 29.321 56.6488 27.3097 56.0606 25.4197C55.4811 23.5644 54.8496 21.7784 54.2095 19.9491C54.0538 19.5069 53.8895 19.0648 53.7078 18.6226C53.1802 17.3135 51.6751 19.4376 51.5713 19.611C51.0869 20.4433 50.4036 21.1195 49.9624 21.9691C49.0369 23.7638 48.3362 25.4457 47.6875 27.327C46.4332 30.9943 45.6547 34.9477 45.5682 38.7103C45.4817 42.7938 46.8744 46.9379 48.2238 50.6659C48.9417 52.6426 49.7375 54.6626 50.7755 56.4832C51.727 58.1565 52.9726 59.6824 54.0452 61.2863C54.149 61.4423 53.9068 61.6937 53.7684 61.5377C52.1422 59.7171 51.0004 58.0958 49.3829 56.4832C48.6649 55.5729 47.8172 54.6539 47.3415 53.9864C46.018 52.105 44.8503 50.9173 43.423 49.1053C42.1082 47.4321 40.8713 45.7068 39.3575 44.1896C37.7486 42.577 36.1224 41.0685 34.6087 39.3779C34.5481 39.3085 34.6692 39.2219 34.7298 39.2912C36.2349 40.9298 38.1465 42.2736 39.7987 43.7735C41.2865 45.1259 42.4888 46.7038 43.7863 48.2123C44.8676 49.4695 47.4799 52.7553 48.4919 54.0557C47.6788 52.3044 45.7585 48.4551 45.3001 46.5564C44.2275 43.9729 42.8435 41.45 40.9664 39.4993C39.0375 37.4879 36.4511 35.9534 34.0205 34.4882C31.7369 33.1097 29.5657 32.2341 26.8496 31.6445C26.2095 31.5058 23.6751 31.5925 24.6785 33.3264C24.9553 33.7946 25.3964 34.1934 25.7338 34.6182C26.7977 35.936 27.2475 37.2712 28.3374 38.5716C31.8926 42.8285 35.5861 47.8395 39.9025 51.4722C42.0996 53.3188 44.1496 54.1598 46.7792 55.4169C49.0282 56.4919 53.803 62.7861 54.7977 64.9275C54.841 65.0142 55.9482 67.7019 53.2926 63.6358C52.566 62.5174 49.8846 58.5726 48.7514 57.8271C47.2636 56.856 45.3174 55.6943 43.6566 55.0094C40.8713 53.865 38.4233 52.0183 36.3473 50.007C34.081 47.8049 32.0915 45.3773 30.1885 42.8805C28.1039 40.1495 25.9846 37.4879 24.2373 34.5315H24.2719Z' fill='%23EEEEEE'/%3E%3Cpath d='M29.1244 145.2C29.2023 144.229 30.1797 143.579 30.8977 142.955C32.5498 141.533 34.4096 140.38 36.2693 139.244C39.9023 137.016 43.8381 134.909 47.9641 133.843C51.7095 132.881 55.429 132.95 59.088 133.496C63.3265 134.129 67.4179 135.473 71.2153 137.164C73.0318 137.97 74.7964 138.906 76.388 140.042C77.0194 140.493 77.5471 141.03 77.9969 141.646C78.2045 141.923 78.5591 143.224 78.8705 143.276C79.6836 143.406 80.4967 143.822 81.2838 144.056C82.3737 144.385 83.4896 144.68 84.6227 144.914C86.6987 145.339 89.2072 145.209 91.3524 144.802C91.8714 144.706 93.143 144.55 93.117 145.322C93.117 145.504 92.9959 145.686 92.8402 145.833C92.8489 145.859 92.8402 145.903 92.8143 145.92C90.5912 147.619 87.8578 147.689 85.2628 147.385C83.7145 147.203 82.2353 146.692 80.7649 146.284C80.021 146.076 79.2338 146.033 78.4467 145.981C77.3654 146.067 76.3361 146.388 75.2548 147.047C73.4902 148.122 71.7775 149.266 69.961 150.246C66.5875 152.067 62.8853 152.873 59.1918 152.596C51.3376 152.015 45.3086 146.856 37.3679 146.414C35.4562 146.31 33.4754 146.189 31.5378 146.275C30.7852 146.31 29.0379 146.275 29.1244 145.2Z' fill='white'/%3E%3Cpath d='M89.5014 138.854C89.3025 135.664 90.4875 132.309 89.8214 129.179C89.51 127.705 88.005 127.072 87.5984 125.642C87.1486 124.072 87.3995 122.087 87.5119 120.44C87.7628 116.903 88.5759 113.201 90.1156 109.854C91.6206 106.586 94.1724 103.56 97.122 101.262C100.072 98.9562 103.471 98.0459 107.061 97.4997C108.825 97.2309 110.59 96.9448 112.337 96.494C113.557 96.1732 114.794 95.4537 116.014 95.2456C117.069 95.0635 117.441 95.445 117.415 96.0085C116.758 97.309 116.152 98.384 114.906 99.4331C114.076 100.127 113.185 100.725 112.303 101.34C109.69 102.719 108.09 104.461 106.914 107.071C104.959 111.432 104.821 116.244 102.122 120.379C100.738 122.503 98.679 124.081 96.5771 125.546C94.4751 127.011 93.3939 129.396 92.9008 131.658C92.4251 133.852 92.477 136.089 92.6586 138.247C92.7711 139.556 92.8576 140.866 92.97 142.166C93.0479 143.094 93.2728 143.987 93.4112 144.897C93.4544 144.914 93.5063 144.932 93.5496 144.949C94.008 145.088 93.8783 145.677 93.5063 145.807C93.5063 145.825 93.5063 145.833 93.5063 145.851C93.515 146.033 93.2987 146.137 93.1603 146.024C93.0479 145.929 92.9527 145.825 92.8662 145.703C90.1415 144.689 89.6571 141.446 89.5014 138.872V138.854Z' fill='white'/%3E%3Cpath d='M35.0497 143.12C38.1637 141.264 41.3036 140.241 44.8501 139.721C48.2495 139.227 51.8912 139.201 55.2647 139.262C58.6901 139.322 62.176 139.817 65.4284 140.597C67.046 140.987 68.6203 141.499 70.1772 142.027C71.6045 142.513 73.2999 142.955 74.5022 143.805C74.5714 143.857 74.5282 143.961 74.4417 143.969C73.2653 144.056 71.9332 143.319 70.8779 142.955C69.3209 142.426 67.7553 141.915 66.155 141.473C62.8248 140.554 59.2437 140.085 55.7231 139.903C52.3929 139.73 48.8291 139.713 45.4642 140.12C41.9264 140.545 38.4059 141.785 35.1275 143.232C35.041 143.267 34.9891 143.163 35.067 143.111L35.0497 143.12Z' fill='%23EEEEEE'/%3E%3Cpath d='M29.1244 145.2C29.2023 144.229 30.1797 143.579 30.8977 142.955C32.5498 141.533 34.4096 140.38 36.2693 139.244C39.9023 137.016 43.8381 134.909 47.9641 133.843C51.7095 132.881 55.429 132.95 59.088 133.496C63.3265 134.129 67.2536 135.039 71.0509 136.721C72.8674 137.528 74.7964 138.906 76.388 140.042C77.0194 140.493 77.5471 141.03 77.9969 141.646C78.2045 141.923 78.5591 143.224 78.8705 143.276C79.6836 143.406 80.4967 143.822 81.2838 144.056C82.3737 144.385 83.4896 144.68 84.6227 144.914C86.6987 145.339 89.2072 145.209 91.3524 144.802C91.8714 144.706 93.143 144.55 93.117 145.322C93.117 145.504 92.9959 145.686 92.8402 145.833C92.8489 145.859 92.8402 145.903 92.8143 145.92C90.5912 147.619 87.8578 147.689 85.2628 147.385C83.7145 147.203 82.2353 146.692 80.7649 146.284C80.021 146.076 79.2338 146.033 78.4467 145.981C77.3654 146.067 76.3361 146.388 75.2548 147.047C73.4902 148.122 71.7775 149.266 69.961 150.246C66.5875 152.067 62.8853 152.873 59.1918 152.596C51.3376 152.015 45.3086 146.856 37.3679 146.414C35.4562 146.31 33.4754 146.189 31.5378 146.275C30.7852 146.31 29.0379 146.275 29.1244 145.2ZM31.8492 145.235C32.6882 145.114 33.2159 145.252 34.0549 145.2C36.1915 145.07 38.2156 145.348 40.2743 145.686C44.21 146.336 49.0281 148.495 52.6091 149.934C57.6261 151.963 62.4961 152.266 68.1013 150.073C70.6184 149.093 72.0976 147.715 74.485 146.51C74.658 146.44 74.8656 146.301 75.0818 146.154C75.696 145.877 76.3188 145.608 76.9329 145.348C77.6163 145.218 78.2477 145.235 79.0608 145.183C80.5313 145.4 82.8235 146.206 84.1729 146.536C85.6953 146.908 86.6209 146.631 88.2211 146.622C89.3283 146.622 90.3836 146.232 91.4389 145.981C91.7417 145.66 92.3299 145.4 91.8109 145.408C89.9598 145.443 88.1346 145.816 86.2662 145.747C84.4411 145.677 82.7457 145.122 81.007 144.715C79.9345 144.463 79.2338 144.125 78.7235 143.787C78.0834 143.553 77.7806 143.475 77.6941 142.816C77.6682 142.782 77.6336 142.73 77.6163 142.704C76.6994 141.126 74.4936 139.86 72.8674 139.002C70.9039 137.961 68.3781 136.86 66.2502 136.115C62.3836 134.762 58.2835 134.164 54.045 134.008C49.599 133.843 46.0525 135.291 41.8486 137.094C37.8869 138.802 33.7954 141.204 30.6468 144.125C30.4565 144.299 29.6521 145.053 30.2835 145.296C30.716 145.46 31.3734 145.296 31.8405 145.235H31.8492Z' fill='%23EEEEEE'/%3E%3Cpath d='M94.181 118.862C94.7606 116.582 95.3488 114.301 96.0927 112.056C96.7414 110.097 97.5891 108.146 98.8174 106.395C100.175 104.453 102.13 103.152 104.12 101.843C104.215 101.782 104.319 101.895 104.224 101.956C102.347 103.282 100.608 104.834 99.3537 106.707C98.1168 108.545 97.4161 110.73 96.7501 112.75C96.0581 114.839 95.565 116.963 94.9422 119.061C94.2589 121.359 93.2036 123.526 92.105 125.702C92.0618 125.789 91.932 125.754 91.958 125.659C92.6413 123.37 93.6015 121.159 94.1897 118.853L94.181 118.862Z' fill='%23EEEEEE'/%3E%3Cpath d='M89.5014 138.854C89.3025 135.664 90.4875 132.308 89.8214 129.179C89.51 127.705 88.005 127.072 87.5984 125.641C87.1486 124.072 87.3995 122.087 87.5119 120.44C87.7628 116.902 88.5759 113.2 90.1156 109.854C91.6206 106.585 94.1724 103.56 97.122 101.262C100.072 98.956 103.471 98.0457 107.061 97.4995C108.825 97.2307 110.59 96.9447 112.337 96.4938C113.557 96.173 114.794 95.4535 116.014 95.2454C117.346 95.02 117.579 95.6702 117.328 96.4765C116.74 98.1237 115.555 99.2595 114.18 100.248C113.635 100.612 113.055 100.941 112.45 101.253C109.742 102.641 108.108 104.401 106.914 107.062C104.959 111.423 104.821 116.235 102.122 120.37C100.738 122.494 98.679 124.072 96.5771 125.537C94.4751 127.003 93.3939 129.387 92.9008 131.65C92.4251 133.843 92.477 136.08 92.6586 138.238C92.7711 139.548 92.8576 140.857 92.97 142.157C93.0479 143.085 93.2728 143.978 93.4112 144.888C93.4544 144.905 93.5063 144.923 93.5496 144.94C94.008 145.079 93.8783 145.668 93.5063 145.798C93.5063 145.816 93.5063 145.824 93.5063 145.842C93.515 146.024 93.2987 146.128 93.1603 146.015C93.0479 145.92 92.9527 145.816 92.8662 145.694C90.1415 144.68 89.6571 141.438 89.5014 138.863V138.854ZM91.9839 143.406C91.7677 142.097 92.0012 141.013 91.8801 139.686C91.6898 137.484 91.612 134.71 91.8974 132.473C92.1656 130.41 92.6586 128.832 93.8696 127.011C95.3055 124.844 97.9957 123.561 99.7343 121.627C103.445 117.518 103.454 112.741 105.322 107.973C106.187 105.779 107.243 103.707 109.197 102.164C110.201 101.375 111.222 100.751 112.381 100.23C113.652 99.6583 114.906 98.7046 115.962 97.8723C116.463 97.4302 116.688 96.9273 116.801 96.4331C116.974 95.7136 115.979 95.9736 115.616 96.1644C114.785 96.5979 113.393 97.014 112.502 97.2914C109.517 98.2364 106.49 98.3405 103.48 99.1554C96.9923 100.915 92.1569 106.75 90.202 112.576C89.2333 115.463 88.7316 118.463 88.5672 121.411C88.4894 122.789 88.6364 125.035 89.3457 126.248C89.9599 127.306 90.5913 128.095 90.7989 129.343C91.1968 131.676 90.6605 134.172 90.4875 136.557C90.3231 138.785 90.375 142.313 92.1223 144.047C92.0618 143.822 92.0185 143.596 91.9839 143.388V143.406Z' fill='%23EEEEEE'/%3E%3Cpath d='M83.2388 145.998C82.0191 145.191 80.9033 144.411 79.8912 143.388C79.7528 143.249 79.8912 142.981 80.1075 142.998C81.2406 143.076 82.3651 143.163 83.4983 143.206C84.6574 143.249 85.8684 142.833 86.9929 143.015C87.3735 143.076 87.7368 143.163 88.0828 143.267C87.7108 142.703 87.4513 142.062 87.3389 141.377C87.2005 140.536 87.3389 139.608 87.4859 138.759C87.5551 138.334 87.6762 137.918 87.754 137.493C88.1433 136.973 88.6104 136.929 89.0775 137.12C89.164 137.233 89.2505 137.345 89.337 137.449C90.0722 138.854 91.1275 139.816 92.3731 140.857C93.3246 141.646 94.155 142.487 94.4232 143.709C94.5962 144.515 94.4837 145.339 94.7865 146.11C94.7865 146.11 94.7865 146.11 94.7865 146.119C95.3228 146.691 95.9542 147.194 96.3694 147.844C96.7587 148.46 96.2397 149.11 95.6515 149.448C94.8124 149.925 93.9388 149.57 93.2381 149.206C92.9613 149.067 92.7018 148.919 92.451 148.789C91.3265 148.573 90.2193 149.067 89.0256 149.188C88.0309 149.284 86.9669 148.841 86.1538 148.434C85.012 147.862 84.2941 146.7 83.2388 146.006V145.998Z' fill='white'/%3E%3Cpath d='M83.2387 145.998C82.019 145.192 80.9032 144.411 79.8911 143.388C79.7527 143.25 79.3462 142.911 79.5538 142.929C80.6869 143.007 82.365 143.163 83.4982 143.197C84.6573 143.241 85.8683 142.825 86.9928 143.007C87.3993 143.076 87.7713 143.18 88.1346 143.293C87.7367 142.721 87.4512 142.07 87.3301 141.368C87.1917 140.527 87.3301 139.6 87.4772 138.75C87.555 138.308 87.6761 137.874 87.754 137.432C87.7799 137.285 87.7713 137.137 87.754 136.99C87.8405 136.895 87.9183 136.799 88.0135 136.721C88.3162 136.496 88.9044 137.042 89.3888 137.545C90.1241 138.889 91.1534 139.834 92.3731 140.848C93.3246 141.637 94.155 142.478 94.4231 143.7C94.5961 144.498 94.4923 144.853 94.7951 145.634C95.3314 146.215 95.9628 147.186 96.378 147.844C96.4818 148.018 96.9662 148.434 96.9489 148.607C96.724 148.313 96.8192 149.284 96.551 149.015C95.9542 148.434 94.3539 146.587 93.7657 145.998C93.636 145.599 93.783 144.957 93.6706 144.585C93.3765 143.622 93.29 143.033 92.5893 142.305C91.6638 141.342 90.2106 140.519 89.4926 139.4C89.2245 138.984 89.0255 138.49 88.8266 137.97C88.8006 138.533 88.6968 139.114 88.6449 139.617C88.5411 140.631 88.5584 141.594 89.0082 142.495C89.3888 143.25 90.0376 143.787 90.4009 144.533C90.8161 144.879 91.2053 145.27 91.5427 145.729C91.6119 145.824 91.5427 145.972 91.4129 145.972C90.7901 145.954 90.5047 145.547 90.0549 145.209C89.3369 144.663 87.6242 144.333 86.69 144.212C85.678 144.073 84.5967 144.195 83.5674 143.96C82.5813 143.744 81.8201 143.726 80.834 143.562C81.7163 144.247 82.3737 144.663 83.3684 145.209C84.4843 145.824 85.8769 147.264 87.0274 147.827C88.0135 148.313 89.4321 148.174 90.5912 148.131C91.5254 147.966 92.1136 148.027 92.7969 148.313C93.1343 148.547 93.4803 148.763 93.8176 149.024C94.0512 149.206 94.6826 149.7 94.821 150.133C94.5615 150.593 94.2674 150.263 93.9041 150.073C93.6879 149.96 92.8229 148.989 92.6153 148.876C91.4389 148.573 90.2798 149.067 89.0255 149.188C88.0308 149.284 86.9668 148.841 86.1537 148.434C85.0119 147.862 84.294 146.7 83.2387 146.006V145.998Z' fill='%23EEEEEE'/%3E%3Cpath d='M78.5677 123.015C78.3169 123.197 78.066 123.205 77.8238 123.162C76.8983 122.538 76.3879 121.515 76.1717 120.422C76.1457 120.292 76.0333 120.24 75.9208 120.249C75.6094 118.437 75.7824 116.478 76.2755 114.622C76.7339 112.897 77.3221 111.206 77.7892 109.49C78.412 107.201 78.3255 105.172 77.5557 103.04C76.9242 101.297 75.9122 99.7018 75.0299 98.0806C74.113 96.39 73.3691 94.6127 72.7982 92.7573C71.7256 89.2895 71.7515 85.5702 72.7982 81.9289C73.9054 78.0882 75.4278 74.2562 76.7599 70.4588C78.0141 66.8783 79.5192 63.1503 81.8806 59.9858C82.3218 59.3876 82.8148 58.8241 83.3511 58.2952C83.5674 57.9311 83.8182 57.5843 84.0518 57.3156C85.652 55.4516 87.3647 53.6916 89.3629 52.1918C91.1448 50.8566 93.2208 49.9376 95.3573 49.3654C97.6063 48.7586 99.9764 49.062 102.113 48.1343C103.506 47.5361 105.21 46.9813 106.689 47.172C108.471 47.4061 109.068 48.8366 109.327 50.3711C109.587 51.8883 109.751 53.5269 109.145 55.0701C108.756 56.0498 107.926 57.2115 106.793 57.4196C105.634 58.0438 104.172 58.0872 102.753 57.9138C101.853 58.0438 100.599 58.7287 100.046 59.1709C98.5319 60.376 97.7361 62.5607 97.0095 64.208C95.513 67.5978 94.4404 71.1524 93.1516 74.603C90.5998 81.426 87.6156 88.3011 83.4895 94.552C82.6678 95.7917 81.8287 97.0228 81.3097 98.3927C80.635 100.179 81.0502 102.303 81.2665 104.063C81.6125 106.898 81.2492 109.689 80.1939 112.498C79.597 114.094 78.9915 115.637 78.8877 117.301C78.7926 118.853 79.3029 120.327 79.1126 121.879C79.0607 122.338 78.9137 122.694 78.7234 122.954C78.6629 122.954 78.6023 122.98 78.5504 123.023L78.5677 123.015Z' fill='white'/%3E%3Cpath d='M76.3189 121.575C76.3016 121.515 76.267 121.471 76.2151 121.437C75.5577 119.313 75.6788 116.894 76.2843 114.622C76.7427 112.897 77.3309 111.207 77.798 109.49C78.4208 107.201 78.3343 105.172 77.5644 103.04C76.933 101.297 75.9209 99.7018 75.0387 98.0806C74.1218 96.39 73.3779 94.6127 72.807 92.7574C71.7344 89.2895 71.7603 85.5702 72.807 81.9289C73.9142 78.0882 75.4366 74.2562 76.7686 70.4588C78.0229 66.8783 79.528 63.1503 81.8894 59.9858C82.3306 59.3876 82.8236 58.8241 83.3599 58.2952C83.5762 57.9311 83.827 57.5843 84.0606 57.3156C85.6608 55.4516 87.3735 53.6916 89.3717 52.1918C91.1536 50.8566 93.2296 49.9376 95.3661 49.3654C97.6151 48.7586 99.9852 49.062 102.122 48.1343C103.514 47.5361 105.218 46.9813 106.698 47.172C108.479 47.4061 109.076 48.8366 109.336 50.3711C109.595 51.8883 109.76 53.5269 109.154 55.0701C108.765 56.0498 107.935 57.2115 106.801 57.4196C105.642 58.0438 104.18 58.0872 102.762 57.9138C101.862 58.0438 100.608 58.7287 100.054 59.1709C98.5407 60.376 97.7449 62.5607 97.0183 64.208C95.5218 67.5978 94.4492 71.1524 93.1604 74.603C90.6086 81.426 87.6244 88.3011 83.4983 94.552C82.6766 95.7918 81.8375 97.0229 81.3185 98.3927C80.6438 100.179 81.059 102.303 81.2753 104.063C81.6213 106.898 81.258 109.689 80.2027 112.498C79.6058 114.094 79.0003 115.637 78.8965 117.301C78.8014 118.853 79.3117 120.327 79.1214 121.879C79.009 122.789 78.5678 123.292 78.0661 123.413C77.6423 123.361 77.2357 123.257 76.9589 122.945C76.6129 122.546 76.4313 122.087 76.3015 121.575H76.3189ZM101.092 56.2579C102.096 56.57 103.116 56.8041 104.189 56.8908C105.167 56.9688 105.954 56.778 106.68 56.3966C107.623 56.1018 108.376 55.4256 108.627 54.0904C108.86 52.8247 108.834 50.7786 108.021 49.5215C107.476 47.9176 105.634 48.091 103.921 48.4725C103.142 48.6459 102.459 49.0187 101.758 49.3481C102.217 49.4695 102.675 49.6776 103.116 50.0157C103.852 50.5705 104.232 51.4288 104.881 52.0617C105.348 52.5125 105.737 52.946 105.642 53.6309C105.608 53.8477 105.27 53.8997 105.227 53.683C105.115 52.972 104.414 52.5646 103.912 52.1224C103.324 51.5936 102.952 50.9693 102.277 50.5098C101.611 50.0503 100.859 49.955 100.08 49.929C100.054 49.929 100.028 49.9463 100.003 49.9463C95.418 50.033 92.9009 50.6919 89.7955 53.1454C89.2592 53.5616 87.3389 55.2608 86.8459 55.7203C87.7022 55.3909 89.8042 54.6453 90.7384 54.5326C94.4492 54.0991 97.7535 55.2175 101.092 56.2492V56.2579ZM77.9623 121.879C78.0402 121.151 77.945 120.431 77.8672 119.72C77.7115 118.272 77.798 117.18 78.1959 115.706C79.0349 112.594 80.2719 109.473 80.2892 106.265C80.2892 104.904 80.0643 103.56 79.8999 102.207C78.8879 99.8058 78.2391 97.4997 79.0868 94.7861C79.9864 91.9164 82.0019 89.4022 83.2215 86.6452C83.2648 86.5498 83.4118 86.5845 83.3772 86.6886C82.642 89.2201 81.2493 91.5349 80.3065 94.0145C79.7875 95.3583 79.528 96.7628 79.675 98.1326C79.701 98.41 80.1421 100.309 80.194 100.577C80.2546 100.014 80.4189 98.2193 80.6179 97.6557C81.085 96.3119 81.8635 95.4363 82.642 94.2225C83.6973 92.584 84.7612 90.3645 85.6868 88.6652C89.2765 82.0936 91.8888 75.1232 94.2935 68.1874C95.271 65.3697 96.4733 61.425 98.6445 59.1102C99.1289 58.59 99.9247 58.0785 100.928 57.6017C99.4835 57.2375 97.6584 56.7347 96.1879 56.4399C94.6914 57.4716 94.0081 59.6391 93.5756 61.2169C92.9182 63.6098 92.5895 66.0373 91.9321 68.4215C90.4875 73.632 88.4461 78.6344 85.8944 83.5501C85.8684 83.6021 85.7819 83.5848 85.8079 83.5241C87.0189 80.6544 88.3337 77.8715 89.2765 74.9324C90.2886 71.794 90.9979 68.5255 91.5688 65.3264C91.984 62.9682 92.6154 58.1045 95.0201 56.2232C93.2209 55.9544 90.9633 55.4949 89.043 55.9718C84.7958 57.0208 82.097 60.8355 80.4189 64.3727C78.6111 68.17 77.4347 71.7767 76.0507 75.6867C74.6754 79.5621 72.9367 83.9056 73.153 87.937C73.3692 92.0118 75.0733 95.7224 76.9676 99.1729C77.8239 100.725 78.6284 102.225 78.9744 103.993C79.3117 105.693 78.9311 108.302 78.464 110.027C77.4001 113.963 76.3708 116.929 77.0887 120.951C77.1666 121.411 77.2963 121.844 77.4433 122.278C77.6942 122.494 77.8758 122.52 77.945 121.896L77.9623 121.879Z' fill='%23EEEEEE'/%3E%3Cpath d='M69.4679 117.57C69.3122 117.336 69.6755 117.119 69.8831 117.215C70.5492 117.527 71.0422 117.978 71.6131 118.411C72.1408 118.81 73.0231 118.931 73.6545 119.183C74.0783 119.347 74.407 119.582 74.6752 119.868C74.5973 119.425 74.5627 118.975 74.5714 118.489C74.5714 117.431 74.6319 116.426 74.4676 115.377C74.4157 115.039 74.1562 114.328 74.3465 113.955C74.5714 113.513 74.7876 113.383 75.2807 113.504C76.1457 113.721 76.9069 114.458 77.5729 114.961C78.2476 115.472 78.9915 115.966 79.5797 116.556C80.4966 117.475 80.4274 119.027 80.2717 120.258C80.1766 121.021 79.9257 121.758 79.7614 122.503C79.5711 123.336 80.116 123.994 80.2977 124.74C80.2977 124.749 80.2977 124.757 80.2977 124.766C80.315 124.827 80.3236 124.887 80.3063 124.965C80.2458 125.477 80.0728 125.824 79.6749 126.214C78.9569 126.916 77.8324 126.292 77.3048 125.85C76.7598 125.39 76.3187 124.827 75.7564 124.385C74.952 123.76 73.9053 123.362 73.0576 122.781C71.1806 121.506 70.6357 119.347 69.4679 117.561V117.57Z' fill='white'/%3E%3Cpath d='M69.4679 117.57C69.3122 117.336 69.6755 117.119 69.8831 117.215C70.5492 117.527 71.0422 117.978 71.6131 118.411C72.1408 118.81 73.0231 118.931 73.6545 119.183C74.0783 119.347 74.407 119.582 74.6752 119.868C74.5973 119.425 74.5627 118.975 74.5714 118.489C74.5714 117.431 74.6319 116.426 74.4676 115.377C74.4157 115.039 74.1562 114.328 74.3465 113.955C74.5714 113.513 74.7876 113.383 75.2807 113.504C76.1457 113.721 76.9069 114.458 77.5729 114.961C78.2476 115.472 78.9915 115.966 79.5797 116.556C80.4966 117.475 80.4274 119.027 80.2717 120.258C80.1766 121.021 79.9257 121.758 79.7614 122.503C79.5711 123.336 80.116 123.994 80.2977 124.74C80.2977 124.749 80.2977 124.757 80.2977 124.766C80.315 124.827 80.3236 124.887 80.3063 124.965C80.2458 125.477 80.0728 125.824 79.6749 126.214C78.9569 126.916 77.8324 126.292 77.3048 125.85C76.7598 125.39 76.3187 124.827 75.7564 124.385C74.952 123.76 73.9053 123.362 73.0576 122.781C71.1806 121.506 70.6357 119.347 69.4679 117.561V117.57ZM79.4759 124.246C78.4552 122.893 79.1732 121.272 79.3289 119.521C79.5105 117.327 78.2303 116.434 76.7598 115.056C76.5868 114.9 74.6579 113.253 74.779 114.258C74.9174 115.507 75.3758 116.643 75.4277 117.926C75.4883 119.634 75.7651 120.943 76.8723 122.243C77.7113 123.231 78.8877 123.977 79.3981 125.182C79.4586 124.87 79.4759 124.523 79.4846 124.237L79.4759 124.246ZM75.1769 123.171C75.99 123.674 76.8204 124.411 77.4259 125.095C77.6854 125.39 78.0141 125.624 78.3687 125.824C78.905 126.127 79.1818 125.876 79.3289 125.451C79.3116 125.451 79.2943 125.451 79.277 125.434C78.0919 124.549 76.9847 123.492 75.964 122.443C75.7824 122.252 75.6267 122.052 75.4796 121.853C74.6752 121.107 73.7756 120.344 72.9193 119.764C72.5214 119.495 72.1061 119.261 71.665 119.053C71.2844 118.871 70.9816 118.611 70.6703 118.359C71.1287 119.087 71.3882 119.816 71.8986 120.509C72.7549 121.662 73.9572 122.417 75.1855 123.179L75.1769 123.171Z' fill='%23EEEEEE'/%3E%3Cpath d='M243.661 246.142C243.661 246.194 243.661 246.237 243.644 246.289C243.255 246.263 242.857 246.177 242.476 246.125C240.167 243.654 237.364 241.833 234.466 240.273C231.456 238.651 228.481 237.013 225.488 235.331C219.303 231.863 213.006 228.646 206.501 225.985C195.187 221.355 183.432 218.59 171.425 217.801C148.036 216.257 124.863 221.537 102.796 228.768C90.1588 232.912 77.919 237.966 65.9561 243.905C59.46 247.13 53.0503 250.537 46.6667 254.005C40.3003 257.465 34.4875 261.817 28.3027 265.579C28.2681 265.605 28.2249 265.623 28.1903 265.649C27.5675 266.091 26.9706 266.568 26.3911 267.088C25.898 267.539 24.9206 268.18 24.2372 267.816C23.3549 267.348 24.5659 265.371 26.1316 264.158C26.7025 263.715 38.7 255.28 44.1668 252.02C50.2218 248.405 56.6141 245.318 62.9459 241.928C74.9694 235.478 87.3821 230.337 100.219 225.941C122.112 218.451 144.334 212.781 167.619 213.457C179.124 213.795 190.62 215.772 201.614 219.743C208.101 222.083 214.399 224.901 220.566 228.135C223.68 229.773 226.751 231.499 229.795 233.285C232.719 234.993 235.79 236.414 238.644 238.278C240.426 239.449 242.061 240.793 243.428 242.475C243.808 242.735 244.137 243.22 244.336 243.532C244.769 244.217 244.734 245.136 244.301 245.769C244.137 246.012 243.904 246.125 243.644 246.159L243.661 246.142Z' fill='white'/%3E%3Cpath d='M26.1489 264.149C26.7198 263.707 38.7174 255.271 44.1841 252.011C50.2391 248.396 56.6315 245.31 62.9633 241.92C74.9867 235.469 87.3995 230.328 100.236 225.933C122.129 218.442 144.351 212.772 167.637 213.448C179.141 213.778 190.637 215.763 201.631 219.734C208.119 222.075 214.416 224.892 220.583 228.126C223.697 229.765 226.768 231.49 229.813 233.276C232.737 234.984 235.807 236.406 238.662 238.27C240.444 239.44 242.079 240.784 243.445 242.466C243.826 242.726 244.154 243.211 244.353 243.524C244.786 244.208 244.751 245.127 244.319 245.76C244.25 245.856 244.103 246.038 243.956 246.22C243.108 246.905 242.45 246.567 242.217 246.541C239.907 244.07 236.785 241.712 233.896 240.16C230.885 238.538 228.031 237.515 225.047 235.842C218.862 232.374 213.023 228.655 206.518 225.993C195.204 221.364 182.947 219.17 170.941 218.373C147.551 216.829 125.779 221.728 103.713 228.958C91.0757 233.103 77.9277 237.966 65.9735 243.914C59.4773 247.139 53.0677 250.546 46.684 254.014C40.3176 257.473 34.5048 261.825 28.3201 265.588C28.2855 265.614 28.2422 265.631 28.2076 265.657C27.5848 266.099 26.988 266.576 26.4084 267.096C25.9154 267.547 24.9379 268.189 24.2546 267.825C23.3723 267.357 24.5833 265.38 26.1489 264.166V264.149ZM24.6611 267.079C24.9985 267.096 25.4569 266.81 25.7424 266.654C26.1403 266.438 26.7977 265.761 27.1956 265.536C32.5413 261.695 38.3108 258.314 43.9419 254.95C49.9969 251.335 56.7266 247.607 62.9806 244.373C75.0905 238.096 87.5725 233.259 100.418 228.863C122.311 221.372 143.417 216.093 166.703 216.769C178.207 217.107 190.378 218.919 201.372 222.881C209.416 225.785 214.104 228.646 218.775 231.1C221.889 232.738 224.554 234.412 228.299 236.31C231.318 237.845 234.674 239.319 237.529 241.183C239.259 242.318 241.257 243.948 242.597 245.561C242.866 245.812 243.618 245.752 243.783 244.963C243.86 244.59 243.765 244.07 243.618 243.723C241.239 241.044 238.627 239.093 235.574 237.446C232.564 235.825 229.406 234.186 226.422 232.504C220.237 229.036 213.326 225.534 206.821 222.872C195.507 218.243 184.746 215.399 172.74 214.601C149.351 213.058 125.719 218.589 103.661 225.82C91.0238 229.964 78.6803 234.941 66.7174 240.879C60.2212 244.104 53.5261 247.858 47.1424 251.326C40.7761 254.786 34.9633 259.138 28.7785 262.9C28.2941 263.195 26.1662 264.79 25.5607 265.232C25.3445 265.389 24.194 267.053 24.6698 267.07L24.6611 267.079Z' fill='%23EEEEEE'/%3E%3Cpath d='M81.3618 278.931C80.4449 278.471 79.5799 277.734 79.1647 276.711C79.0609 276.451 78.8966 276.286 78.7236 276.174C78.2824 275.003 78.1354 273.686 78.0056 272.593C77.4953 268.388 78.7582 264.366 79.9 260.742C81.111 256.892 83.1264 253.511 84.6574 249.87C85.2802 248.379 85.9463 246.922 86.6037 245.457C87.1486 244.044 87.7282 242.657 88.325 241.261C89.043 239.596 89.8215 238.036 90.9892 236.744C92.1743 235.426 93.5323 234.264 94.9077 233.181C97.6584 231.013 101.015 229.011 104.604 228.412C106.109 228.161 107.822 228.213 109.414 228.646C110.374 228.907 111.23 228.924 111.914 228.3C112.19 228.048 112.337 227.771 112.571 227.623C112.952 227.017 113.358 226.47 113.851 225.968C114.88 224.91 116.161 224.095 117.398 223.323C118.747 222.491 120.183 221.789 121.619 221.112C122.57 220.67 123.66 220.393 124.594 219.907C124.655 219.847 124.716 219.777 124.776 219.717C124.793 219.691 124.828 219.665 124.863 219.639C124.551 219.795 124.222 219.925 123.851 220.02C123.159 220.193 122.406 220.02 121.679 219.977C120.866 219.925 120.053 219.873 119.231 219.708C118.427 219.543 117.623 219.222 116.818 219.075C115.399 218.824 113.964 218.598 112.545 218.165C111.758 217.922 111.014 217.766 110.244 217.853C110.192 217.853 110.14 217.87 110.088 217.879C109.967 217.974 109.864 218.087 109.76 218.225C108.999 219.326 107.831 219.838 106.611 220.263C104.302 221.06 101.689 221.633 99.1029 221.572C96.5512 221.511 94.0686 220.653 91.5255 219.786C90.1415 219.318 89.0343 219.361 87.6936 219.326C86.275 219.292 84.8045 218.997 83.3772 218.702C80.6006 218.147 77.824 217.272 75.0819 216.257C69.7276 214.272 64.7279 210.813 60.3942 206.461C58.1366 204.189 55.8962 201.909 53.9067 199.351C52.7217 197.817 50.9744 195.077 52.0038 193.404C52.4622 192.658 53.2926 192.407 54.1835 192.364C54.1922 192.338 54.2181 192.32 54.2441 192.32C55.3253 192.208 56.3806 192.034 57.5224 192.277C58.9324 192.58 60.351 192.997 61.7523 193.17C64.6587 193.534 67.5305 193.222 70.3417 193.04C75.6182 192.702 81.232 193.881 86.6123 195.849C91.6466 197.687 96.6377 200.513 101.127 204.05C103.636 206.027 105.712 208.507 108.108 210.631C110.607 212.842 113.453 214.584 116.368 215.616C118.565 216.396 120.806 216.795 123.02 217.046C122.769 216.882 122.527 216.708 122.276 216.544C121.956 216.344 121.627 216.266 121.342 216.006C121.126 215.807 121.256 215.529 121.463 215.52C122.285 215.486 123.063 215.52 123.851 215.338C124.465 215.191 124.966 214.914 125.641 214.983C126.117 215.026 126.549 215.39 126.947 215.711C127.345 216.041 127.665 216.37 128.02 216.665C128.219 216.752 128.426 216.83 128.66 216.873C128.945 216.934 129.265 217.012 129.534 217.185C130.13 217.567 130.459 218.286 130.572 218.945C130.658 219.439 130.45 220.037 130.027 220.167C129.689 220.271 129.352 220.306 129.015 220.376C129.023 220.436 128.997 220.488 128.937 220.506C128.357 220.618 127.838 220.87 127.354 221.164C126.731 221.537 126.013 221.728 125.347 222.023C123.859 222.673 122.458 223.566 121.083 224.407C118.263 226.132 115.598 228.083 115.053 231.958C114.811 233.684 115.322 235.417 115.434 237.203C115.538 238.781 115.218 240.307 114.777 241.686C114.474 242.622 114.059 243.515 113.566 244.365C113.15 245.388 112.545 246.428 112.216 247.113C111.092 249.393 110.279 250.589 108.981 252.401C106.256 256.19 104.535 260.95 100.816 263.741C99.0337 265.077 96.9837 266.03 95.1585 267.296C93.1863 268.666 91.1449 270.088 89.536 271.934C88.0828 273.608 86.8286 275.489 85.3321 277.119C84.6142 277.899 83.827 278.515 82.8236 278.87C82.3306 279.043 81.8289 279.017 81.3186 278.931H81.3618Z' fill='white'/%3E%3Cpath d='M105.884 240.819C106.611 239.293 107.684 238.071 108.583 236.684C109.5 235.27 110.279 233.883 110.953 232.288C111.023 232.123 111.256 232.219 111.282 232.401C111.585 234.143 110.685 235.591 109.881 236.77C109.362 237.533 108.791 238.244 108.168 238.903C107.485 239.614 106.706 240.186 106.127 241.01C106.04 241.131 105.824 240.949 105.893 240.819H105.884Z' fill='%23EEEEEE'/%3E%3Cpath d='M82.495 271.813C82.9535 271.241 83.4811 268.363 83.7839 267.608C84.3461 266.212 84.9084 264.817 85.5139 263.447C86.1021 262.12 86.9844 260.967 87.7888 259.814C88.6971 258.514 89.7264 257.326 90.8163 256.216C95.1759 251.751 100.055 247.859 104.215 243.168C104.258 243.116 104.336 243.203 104.302 243.255C103.506 244.477 102.502 245.501 101.525 246.541C100.487 247.651 99.5269 248.856 98.5235 250C96.4215 252.41 94.285 254.725 91.9581 256.884C89.7437 258.93 87.5726 261.401 86.2751 264.314C85.6609 265.684 85.1246 267.114 84.5191 268.493C83.9742 269.732 83.559 271.059 82.7459 272.073C82.6334 272.221 82.3826 271.969 82.5037 271.83L82.495 271.813Z' fill='%23EEEEEE'/%3E%3Cpath d='M79.9259 278.055C79.8135 277.951 79.7097 277.839 79.5972 277.717C78.4122 276.356 78.1959 274.215 78.0056 272.602C77.4953 268.397 78.7582 264.375 79.9 260.751C81.111 256.901 83.1264 253.52 84.6574 249.879C85.2802 248.388 85.9463 246.931 86.6037 245.466C87.1486 244.053 87.7282 242.666 88.325 241.27C89.043 239.605 89.8215 238.045 90.9892 236.753C92.1743 235.435 96.0495 230.597 104.604 228.43C106.075 228.057 107.822 228.231 109.414 228.664C110.374 228.924 111.23 228.941 111.914 228.317C112.19 228.066 112.337 227.788 112.571 227.641C112.952 227.034 113.358 226.488 113.851 225.985C114.88 224.927 116.161 224.112 117.398 223.341C118.747 222.509 120.183 221.806 121.619 221.13C122.57 220.688 123.66 220.41 124.594 219.925C124.655 219.864 124.716 219.795 124.776 219.734C124.793 219.708 124.828 219.682 124.863 219.656C124.551 219.812 124.222 219.942 123.851 220.038C123.159 220.211 122.406 220.038 121.679 219.994C120.866 219.942 120.053 219.89 119.231 219.726C118.427 219.561 117.623 219.24 116.818 219.093C115.399 218.841 113.964 218.616 112.545 218.182C111.758 217.94 111.014 217.784 110.244 217.87C110.192 217.87 110.14 217.888 110.088 217.896C109.967 217.992 109.864 218.104 109.76 218.243C108.999 219.344 107.831 219.856 106.611 220.28C104.302 221.078 101.689 221.65 99.1029 221.59C96.5512 221.529 94.0686 220.671 91.5255 219.804C90.1415 219.335 89.0343 219.379 87.6936 219.344C86.275 219.309 84.8045 219.015 83.3772 218.72C80.6006 218.165 77.824 217.289 75.0819 216.275C69.7276 214.29 64.7279 210.83 60.3942 206.478C58.1366 204.207 55.8962 201.927 53.9067 199.369C52.7217 197.835 50.9744 195.095 52.0038 193.422C52.4622 192.676 53.2926 192.425 54.1835 192.381C54.1922 192.355 54.2181 192.338 54.2441 192.338C55.3253 192.225 56.3806 192.052 57.5224 192.295C58.9324 192.598 60.351 193.014 61.7523 193.188C64.6587 193.552 67.5305 193.24 70.3417 193.057C75.6182 192.719 81.232 193.898 86.6123 195.866C91.6466 197.704 96.6377 200.531 101.127 204.068C103.636 206.045 105.712 208.524 108.108 210.648C110.607 212.859 113.453 214.602 116.368 215.633C118.565 216.414 120.806 216.813 123.02 217.064C122.769 216.899 122.527 216.726 122.276 216.561C121.956 216.362 121.627 216.284 121.342 216.024C121.126 215.824 121.256 215.547 121.463 215.538C122.285 215.503 123.063 215.538 123.851 215.356C124.465 215.209 124.966 214.931 125.641 215.001C126.117 215.044 126.549 215.408 126.947 215.729C127.345 216.058 127.665 216.388 128.02 216.682C128.219 216.769 128.426 216.847 128.66 216.891C128.945 216.951 129.265 217.029 129.534 217.203C130.13 217.584 130.459 218.304 130.572 218.963C130.658 219.457 130.45 220.055 130.027 220.185C129.689 220.289 129.352 220.324 129.015 220.393C129.023 220.454 128.997 220.506 128.937 220.523C128.357 220.636 127.838 220.887 127.354 221.182C126.731 221.555 126.013 221.746 125.347 222.04C123.859 222.691 122.458 223.584 121.083 224.425C118.263 226.15 115.598 228.1 115.053 231.976C114.811 233.701 115.322 235.435 115.434 237.221C115.538 238.799 115.235 240.333 114.777 241.703C110.642 254.127 104.535 260.959 100.807 263.75C99.0251 265.085 96.975 266.039 95.1499 267.305C93.1777 268.675 91.1363 270.097 89.5274 271.943C88.0742 273.616 86.8199 275.498 85.3235 277.128C84.6055 277.908 83.8184 278.524 82.815 278.879C82.4257 279.018 82.0278 279.018 81.6386 278.983C80.9985 278.836 80.393 278.541 79.874 278.081C79.874 278.081 79.874 278.073 79.8827 278.064L79.9259 278.055ZM122.077 217.775C120.84 217.827 119.024 217.229 117.761 216.908C115.045 216.214 112.926 215.564 110.495 213.743C107.9 211.793 105.115 208.784 102.606 206.704C100.288 204.779 97.7276 202.776 95.2277 201.224C90.3059 198.155 85.7387 196.395 80.4882 195.156C77.6423 194.488 74.4764 194.297 71.6998 194.297C70.3071 194.297 64.7538 195.069 63.2055 194.93C62.1069 194.835 60.9392 194.462 59.8147 194.098C58.6296 193.95 57.4446 193.751 56.2422 193.647C55.4291 193.578 54.6333 193.612 53.8981 193.846C52.9726 194.15 53.232 194.921 53.5261 195.953C54.2873 198.606 56.9342 201.363 59.2092 203.6C61.5447 205.897 65.0998 209.114 67.7294 210.934C72.7897 214.428 77.4174 216.05 82.8928 217.341C82.988 217.367 87.0362 218.208 89.9772 218.156C90.427 218.321 90.8768 218.494 91.3266 218.65C92.5376 219.075 93.7313 219.552 94.9509 219.873C95.2277 219.942 98.4542 220.653 99.8728 220.593C101.793 220.506 103.8 220.315 105.547 219.517C107.243 218.746 108.298 218.624 110.261 216.622C110.59 216.552 114.102 217.688 115.486 218.182C117.207 218.798 118.79 218.893 120.494 219.023C122.146 219.153 123.53 219.361 125.33 218.945C125.416 218.607 125.503 218.26 125.702 218.035C125.762 217.966 125.84 217.896 125.909 217.827C125.511 217.957 124.984 217.896 124.482 217.758C123.678 217.922 122.916 217.732 122.051 217.775H122.077ZM81.4569 277.795C82.2008 277.873 82.7199 277.795 83.1091 277.535C83.9741 276.954 84.3979 276.66 85.0553 275.836C86.4047 274.154 88.2558 271.631 89.6485 269.984C91.0584 268.311 92.6414 267.374 94.7693 265.952C96.5598 264.747 107.217 261.938 114.266 240.125C114.811 238.426 114.578 236.762 114.214 234.837C113.886 233.094 114.232 231.057 114.707 229.566C115.183 228.083 115.927 227.181 117 226.254C118.297 225.135 122.899 222.101 125.624 221.173C126.221 220.965 126.783 220.723 127.362 220.48C127.544 220.332 127.734 220.202 127.968 220.116C128.703 219.856 129.983 220.072 130.182 219.11C130.433 217.896 129.032 217.836 128.374 217.428C128.271 217.359 128.167 217.289 128.063 217.22C127.319 216.96 126.843 216.162 125.918 215.772C125.139 215.443 124.162 216.015 123.453 216.154C123.245 216.197 123.046 216.214 122.847 216.214C123.107 216.379 123.366 216.561 123.634 216.708C124.387 217.116 125.373 216.899 126.013 217.532C126.056 217.575 126.082 217.653 126.074 217.714C126.411 217.445 126.835 217.229 127.267 217.289C127.354 217.298 127.432 217.359 127.466 217.454C127.475 217.48 127.484 217.506 127.501 217.541C127.527 217.61 127.501 217.671 127.44 217.679C126.549 217.914 126.143 218.494 126.004 219.5C125.883 220.376 125.165 220.74 124.517 221.009C124.499 221.009 124.491 221.009 124.473 221.009C123.911 221.425 122.665 221.442 122.017 221.754C120.486 222.5 118.894 223.245 117.424 224.095C115.953 224.953 114.742 226.219 113.661 227.58C113.202 228.17 112.9 229.791 107.71 229.505C106.577 229.444 105.564 229.6 104.578 229.834C101.525 230.294 99.1462 231.378 96.4474 233.198C93.5669 235.14 91.3525 237.559 90.0464 240.368C89.9426 240.533 89.8388 240.689 89.735 240.854C89.1814 241.721 88.6797 243.749 88.1693 244.642C87.5725 246.255 83.7665 254.491 82.2354 257.508C81.4916 258.982 80.8255 261.115 80.3152 262.736C79.7529 264.505 79.3637 266.975 79.0436 268.865C78.7755 270.443 78.9225 272.299 79.2858 273.989C79.4934 274.952 79.6318 275.914 80.1076 276.833C80.3844 277.379 80.912 277.674 81.4483 277.778L81.4569 277.795Z' fill='%23EEEEEE'/%3E%3Cpath d='M97.6669 214.559C95.8245 214.004 93.835 213.076 92.0012 212.374C87.9962 210.848 84.9428 207.796 80.9724 206.184C77.1664 204.632 72.7463 204.597 68.9663 202.742C67.1411 201.84 65.4717 201.476 63.6638 200.47C61.683 199.369 59.6935 198.329 57.7299 197.176C57.5915 197.098 57.678 196.907 57.8078 196.976C59.7108 197.956 61.657 198.736 63.5773 199.681C64.5115 200.141 65.4198 200.635 66.3799 200.999C67.3314 201.363 68.3002 201.641 69.2517 202.013C72.9712 203.487 76.7339 203.739 80.4534 205.109C84.2248 206.496 87.8146 209.149 91.4216 211.177C93.1603 212.157 95.02 212.885 96.8106 213.64C98.7222 214.446 100.573 214.957 102.502 215.087C102.606 215.087 102.658 215.278 102.554 215.287C101.014 215.46 99.2758 215.027 97.6756 214.55L97.6669 214.559Z' fill='%23EEEEEE'/%3E%3Cpath d='M128.876 261.357C127.354 263.594 125.572 265.597 122.908 265.276C122.588 265.085 122.267 264.868 121.947 264.574C119.716 262.519 118.634 258.999 117.96 256.285C117.181 253.121 116.809 249.913 116.896 246.827C116.982 243.827 117.562 240.966 118.496 238.33C119.448 235.643 120.719 232.99 122.415 230.866C125.572 226.912 131.151 225.343 136.54 226.765C137.751 227.086 138.945 227.519 140.086 227.242C141.081 226.999 142.37 226.176 143.296 225.508C144.334 224.719 145.311 223.826 146.34 222.994C147.422 222.127 148.607 221.303 149.818 220.627C151.037 219.942 152.127 219.084 153.416 218.503C154.549 217.991 155.579 217.315 156.772 216.916C157.153 216.795 157.456 216.587 157.767 216.361C157.975 216.214 158.087 215.737 158.338 215.624C158.71 215.451 159.082 215.442 159.514 215.434C160.319 215.416 162.256 216.821 161.807 217.619C161.807 218.052 161.668 218.468 161.435 218.737C160.795 219.483 159.791 219.543 158.814 219.656C156.444 219.942 154.125 220.991 152.119 222.057C150.086 223.132 148.304 224.78 146.583 226.288C145.744 227.025 144.939 227.779 144.238 228.664C143.806 229.427 143.33 230.164 142.846 230.874C141.834 232.383 141.237 233.892 140.925 235.834C140.631 237.654 140.294 239.466 140.009 241.287C139.74 243.021 139.455 244.729 138.815 246.281C137.647 249.107 135.978 251.656 134.265 254.083C132.293 256.407 130.615 258.808 128.876 261.349V261.357Z' fill='white'/%3E%3Cpath d='M123.963 261.903C124.949 259.432 124.404 257.022 124.672 254.265C124.958 251.3 125.996 247.728 127.129 245.205C128.314 242.561 129.879 240.116 131.531 237.854C132.371 236.692 133.218 235.469 134.248 234.498C135.45 233.371 136.86 232.444 137.984 231.247C138.054 231.178 138.192 231.299 138.123 231.377C137.171 232.47 136.177 233.449 135.156 234.464C134.083 235.53 133.244 236.908 132.388 238.192C130.796 240.576 129.317 243.116 128.115 245.804C126.964 248.379 126.22 251.083 125.572 253.936C125.243 255.384 125.087 256.866 124.845 258.34C124.637 259.632 124.646 260.863 124.153 262.033C124.101 262.155 123.902 262.033 123.954 261.912L123.963 261.903Z' fill='%23EEEEEE'/%3E%3Cpath d='M131.99 257.074C131.488 257.794 131.065 258.583 130.563 259.311C130.485 259.424 130.416 259.545 130.347 259.667C130.321 259.771 130.286 259.875 130.26 259.979C129.577 261.037 128.893 262.094 128.175 263.117C127.215 264.496 126.125 265.545 124.837 265.866C123.902 265.866 122.916 265.475 121.947 264.582C119.716 262.528 118.634 259.008 117.96 256.294C117.181 253.13 116.809 249.922 116.896 246.836C116.982 243.836 117.562 240.975 118.496 238.339C119.448 235.652 120.719 232.999 122.415 230.875C125.572 226.921 131.151 225.352 136.54 226.774C137.751 227.095 138.945 227.528 140.086 227.251C141.081 227.008 142.37 226.184 143.296 225.517C144.334 224.728 145.311 223.835 146.34 223.003C147.422 222.136 148.607 221.312 149.818 220.636C151.037 219.951 152.127 219.092 153.416 218.512C154.549 218 155.579 217.324 156.772 216.925C157.153 216.804 157.456 216.596 157.767 216.37C157.975 216.223 158.087 215.746 158.338 215.633C158.71 215.46 159.082 215.451 159.514 215.443C160.319 215.425 162.256 216.83 161.807 217.627C161.807 218.061 161.668 218.477 161.435 218.746C160.795 219.491 159.791 219.552 158.814 219.665C156.444 219.951 154.125 221 152.119 222.066C150.086 223.141 148.304 224.788 146.583 226.297C145.744 227.034 144.939 227.788 144.238 228.673C142.993 230.138 141.237 233.9 140.925 235.842C140.631 237.663 140.294 239.475 140.009 241.296C139.74 243.03 139.455 244.737 138.815 246.289C137.483 249.506 135.502 252.384 133.547 255.115C133.054 255.8 132.474 256.398 131.99 257.083V257.074ZM137.275 245.761C137.907 244.07 138.218 242.284 138.503 240.42C138.78 238.608 139.144 236.831 139.446 235.027C139.732 233.337 140.277 232.071 141.246 230.831C141.799 230.12 142.396 229.47 143.01 228.829C143.59 227.918 144.316 227.121 145.069 226.444C146.669 224.988 148.33 223.583 150.06 222.283C151.712 221.026 153.684 220.202 155.648 219.483C156.651 219.119 157.698 218.815 158.77 218.624C159.411 218.512 160.189 218.468 160.647 218C160.872 217.766 160.968 217.445 161.106 217.15C161.063 216.977 160.993 216.812 160.82 216.648C160.431 216.266 159.826 216.067 159.367 216.023C158.987 215.989 158.546 217.168 158.277 217.437C157.992 217.723 157.603 217.879 157.239 218.043C156.245 218.486 155.12 218.65 154.117 219.092C152.966 219.604 151.85 220.116 150.804 220.809C148.961 222.04 147.24 223.462 145.432 224.754C145.103 224.988 144.766 225.231 144.429 225.482C143.719 226.418 141.669 227.346 140.666 227.788C139.585 228.265 138.227 228.326 136.955 228.17C134.153 227.814 131.609 227.806 129.049 228.534C126.307 229.314 124.17 230.484 122.553 232.877C121.031 235.131 119.889 237.888 119.093 240.628C117.458 246.237 118.124 253.104 120.442 259.32C121.307 261.635 123.254 265.406 125.762 264.114C127.008 263.473 127.812 262.155 128.461 260.898C128.902 260.048 129.326 259.242 129.819 258.462C130.269 257.291 130.779 256.147 131.497 255.167C133.634 252.254 135.96 249.332 137.275 245.778V245.761Z' fill='%23EEEEEE'/%3E%3Cpath d='M158.831 215.512C158.572 215.572 158.269 215.512 157.906 215.338C157.56 215.174 157.188 215.009 156.928 214.671C156.435 214.029 156.037 213.778 155.354 213.448C154.039 212.824 152.698 212.165 151.366 211.628C149.974 211.064 148.538 210.735 147.128 210.284C144.481 209.434 141.903 208.134 139.265 207.258C138.279 206.929 137.301 206.591 136.307 206.356C135.035 206.14 133.798 206.183 132.561 206.209C129.776 206.27 126.93 206.192 124.058 205.602C118.764 204.51 113.151 202.056 108.402 198.51C105.962 196.69 103.713 194.574 101.49 192.424C99.0165 190.031 96.5254 187.656 94.2504 185.038C92.0447 182.497 90.133 179.775 88.5587 176.81C87.7975 175.371 87.1747 173.914 86.6903 172.397C86.5952 172.094 86.5087 171.799 86.4568 171.513C85.6177 169.701 86.526 168.08 88.0484 167.334C90.133 166.302 92.8837 166.71 95.3403 167.247C98.2207 167.88 101.058 169.077 103.852 170.368C106.75 171.712 109.57 173.316 112.277 175.198C117.761 179.004 122.086 184.093 126.281 189.459C128.539 192.338 130.641 195.303 132.795 198.259C134.551 200.669 136.921 202.594 139.222 204.449C140.45 205.056 141.747 205.507 142.837 205.906C145.043 206.721 147.275 207.388 149.498 208.004C151.548 208.576 153.572 209.278 155.579 210.197C156.651 210.683 157.698 211.264 158.753 211.818C159.523 212.226 160.475 212.677 161.115 213.379C161.201 213.474 161.245 213.57 161.262 213.656C161.305 213.743 161.314 213.838 161.288 213.942C161.27 214.012 161.245 214.072 161.219 214.142C161.21 214.168 161.219 214.272 161.219 214.324C161.219 214.411 161.167 214.489 161.097 214.549C161.08 214.801 160.924 215.017 160.639 215.2C160.189 215.486 159.437 215.867 158.831 215.512Z' fill='white'/%3E%3Cpath d='M160.63 215.2C160.18 215.486 159.428 215.867 158.822 215.512C158.563 215.572 158.26 215.512 157.897 215.338C157.551 215.174 157.179 215.009 156.919 214.671C156.426 214.029 156.028 213.778 155.345 213.448C154.03 212.824 152.69 212.165 151.357 211.628C149.965 211.064 148.529 210.735 147.119 210.284C144.472 209.434 141.894 208.134 139.256 207.258C138.27 206.929 137.293 206.591 136.298 206.356C135.026 206.14 133.789 206.183 132.552 206.209C129.767 206.27 126.921 206.192 124.049 205.602C118.756 204.51 113.142 202.056 108.393 198.51C105.954 196.69 103.705 194.574 101.482 192.424C99.0078 190.031 96.5166 187.656 94.2416 185.038C92.0359 182.497 90.1242 179.775 88.5499 176.81C87.7887 175.371 87.1659 173.914 86.6815 172.397C86.5864 172.094 86.4999 171.799 86.448 171.513C85.6089 169.701 86.5172 168.08 88.0396 167.334C90.1242 166.302 92.8749 166.71 95.3315 167.247C98.212 167.88 101.049 169.077 103.843 170.368C106.741 171.712 109.561 173.316 112.268 175.198C117.752 179.004 122.077 184.093 126.273 189.459C128.53 192.338 130.632 195.303 132.786 198.259C134.542 200.669 136.912 202.594 139.213 204.449C140.441 205.056 141.739 205.507 142.829 205.906C145.034 206.721 147.266 207.388 149.489 208.004C151.539 208.576 153.563 209.278 155.57 210.197C156.643 210.683 157.689 211.264 158.745 211.818C159.514 212.226 160.466 212.677 161.106 213.379C161.192 213.474 161.236 213.57 161.253 213.656C161.296 213.743 161.305 213.838 161.279 213.942C161.262 214.012 161.236 214.072 161.21 214.142C161.201 214.168 161.21 214.272 161.21 214.324C161.21 214.411 161.158 214.489 161.089 214.549C161.071 214.801 160.916 215.017 160.63 215.2ZM155.579 211.281C153.226 210.145 150.761 209.452 148.347 208.68C144.827 207.562 140.199 206.833 137.241 203.738C136.099 202.819 135.018 201.822 133.98 200.764C131.757 198.51 129.663 196.048 127.734 193.525C123.747 188.323 119.716 182.966 114.707 178.839C110.088 175.033 104.769 172.241 99.5441 170.143C96.9318 169.094 94.2676 168.158 91.638 168.088C90.3837 168.054 89.1381 168.426 88.1607 169.077C87.46 169.545 87.1313 170.16 87.0881 170.932C87.7541 173.299 89.1814 175.709 90.4097 177.824C92.0964 180.711 94.1984 183.304 96.482 185.714C98.6272 187.985 100.911 190.118 103.16 192.268C105.383 194.392 107.666 196.456 110.149 198.164C114.863 201.415 120.226 203.383 125.338 204.198C129.819 204.909 134.386 204.12 138.832 206.105C141.272 206.703 143.633 208.073 146.012 209.079C148.546 210.145 151.124 210.839 153.658 211.844C154.722 212.269 155.829 212.659 156.876 213.188C157.257 213.379 157.568 213.882 157.871 214.185C158.208 214.523 158.918 214.74 159.333 214.87C159.385 214.887 159.411 214.922 159.419 214.965C159.566 214.896 159.713 214.801 159.843 214.723C159.93 214.679 160.016 214.627 160.103 214.575C160.232 214.385 160.336 214.177 160.492 214.02C160.492 214.02 160.492 214.02 160.492 214.012C160.016 213.83 159.506 213.396 159.099 213.171C157.94 212.512 156.772 211.853 155.587 211.281H155.579Z' fill='%23EEEEEE'/%3E%3Cpath d='M132.059 202.542C130.277 201.449 128.496 200.383 126.852 198.996C123.435 196.1 120.287 192.728 117.008 189.65C110.573 183.607 103.558 177.4 95.6169 174.825C95.4612 174.773 95.4872 174.539 95.6342 174.582C97.3037 175.076 98.9645 175.406 100.608 176.143C102.52 177.001 104.241 178.093 106.006 179.368C109.587 181.951 112.934 184.691 116.23 187.751C119.56 190.838 122.761 194.071 126.056 197.193C127.708 198.753 129.473 200.149 131.22 201.562C133.037 203.027 134.983 203.955 136.929 205.091C136.99 205.125 136.973 205.221 136.903 205.203C135.225 204.675 133.608 203.513 132.042 202.559L132.059 202.542Z' fill='%23EEEEEE'/%3E%3Cpath d='M33.1554 162.54C33.2073 163.086 33.8647 163.381 34.3577 163.424C34.4702 163.433 34.6691 163.45 34.8681 163.433C34.92 163.459 34.9719 163.476 35.0065 163.476C42.3157 161.629 49.3049 160.702 56.865 160.129C65.0824 159.505 73.4729 160.259 81.6299 161.43C89.7609 162.6 97.961 164.204 105.737 166.822C113.306 169.371 120.486 172.883 127.432 176.68C141.557 184.405 154.852 193.282 167.913 202.524C174.366 207.093 180.733 211.801 187.385 216.11C193.647 220.167 200.386 223.557 207.331 226.418C208.863 227.051 210.428 227.632 211.994 228.187C213.525 227.502 215.099 226.895 216.682 226.305C215.826 226.002 214.969 225.716 214.113 225.386C206.916 222.621 199.927 219.361 193.336 215.451C186.606 211.463 180.344 206.781 174.02 202.247C167.524 197.591 161.028 192.918 154.376 188.462C147.854 184.092 141.133 180.009 134.308 176.082C127.423 172.12 120.356 168.418 112.943 165.418C105.53 162.418 97.7967 160.511 89.9166 159.063C81.9672 157.598 73.9054 156.8 65.8263 156.653C55.2561 156.462 45.0837 158.361 35.0151 161.126C34.894 161.144 34.7816 161.161 34.6691 161.204C34.3923 161.3 34.1242 161.386 33.8647 161.517C33.4495 161.725 33.1121 162.071 33.1554 162.54Z' fill='white'/%3E%3Cpath d='M33.155 162.54C33.2069 163.086 33.8643 163.381 34.3574 163.424C34.4698 163.433 34.6688 163.45 34.8677 163.433C34.9196 163.459 34.9715 163.476 35.0061 163.476C42.3154 161.629 49.3045 160.702 56.8646 160.129C65.0821 159.505 73.4726 160.259 81.6295 161.43C89.7605 162.6 97.9607 164.204 105.737 166.822C113.306 169.371 120.485 172.883 127.431 176.68C141.557 184.405 154.852 193.282 167.913 202.524C174.366 207.093 180.732 211.801 187.384 216.11C193.647 220.167 200.385 223.557 207.331 226.418C208.862 227.051 210.428 227.632 211.993 228.187C212.314 228.048 212.625 227.901 212.954 227.762C205.852 225.031 199.062 222.326 192.202 218.095C185.55 213.994 179.201 209.668 172.887 205.134C166.391 200.478 160.163 195.944 153.511 191.488C146.989 187.118 140.77 183 133.945 179.081C127.059 175.119 119.352 171.287 111.939 168.288C104.526 165.288 97.4331 163.276 89.5529 161.829C81.6036 160.363 73.4467 159.436 65.3676 159.297C54.7021 159.106 44.746 160.268 34.5909 163.068C34.0806 163.025 33.3453 162.652 33.8903 162.167C34.0806 161.993 34.3314 161.855 34.5823 161.742C41.8137 159.921 48.8201 158.3 56.2764 157.737C64.4939 157.112 73.4034 157.372 81.5603 158.543C89.6913 159.713 98.1597 161.308 105.945 163.857C114.577 166.684 119.802 169.666 126.878 173.229C141.816 180.737 156.296 190.811 169.349 200.053C175.802 204.622 181.156 208.74 187.808 213.049C194.071 217.107 201.19 221.103 208.144 223.964C210.618 224.979 213.014 225.906 215.445 226.773C215.869 226.617 216.293 226.453 216.716 226.297C215.851 225.993 214.978 225.707 214.139 225.386C206.942 222.621 199.953 219.361 193.361 215.451C186.632 211.463 180.369 206.781 174.046 202.247C167.55 197.591 161.054 192.918 154.402 188.462C147.88 184.092 141.159 180.009 134.334 176.082C127.449 172.12 120.381 168.418 112.968 165.418C105.555 162.418 97.8223 160.511 89.9422 159.063C81.9928 157.598 73.9311 156.8 65.852 156.653C55.2817 156.462 45.1093 158.361 35.0407 161.126C34.9196 161.144 34.8072 161.161 34.6947 161.204C34.4179 161.3 34.1498 161.386 33.8903 161.517C33.4751 161.725 33.1377 162.071 33.181 162.54H33.155Z' fill='%23EEEEEE'/%3E%3Cpath d='M32.0395 158.066C31.1485 158.04 30.2403 158.205 29.4012 158.448C28.8909 158.595 28.4151 158.812 27.8961 158.933C27.3166 159.063 26.7111 159.098 26.1229 159.237C25.9239 159.28 25.7942 159.479 25.9326 159.653C26.6505 160.563 28.0605 160.329 29.0379 160.693C29.2196 160.762 29.3839 160.832 29.5396 160.892C29.5396 160.892 29.5223 160.892 29.5137 160.892C28.7006 161.057 27.9394 161.465 27.2733 161.933C26.6851 162.349 25.9672 162.41 25.5866 163.051C25.4655 163.251 25.6558 163.511 25.872 163.537C27.7231 163.771 29.4531 164.473 31.3475 164.334C31.3734 164.334 31.3994 164.334 31.4253 164.334C30.6555 165.184 30.9669 166.502 30.3787 167.455C30.1019 167.906 29.6867 168.583 30.2316 168.999C30.6468 169.319 31.4253 169.051 31.8578 168.938C33.7349 168.452 35.8714 167.898 36.2434 165.834C36.3645 165.158 36.1309 164.551 36.4423 163.892C36.6413 163.476 36.7364 163.086 36.6845 162.635C36.6326 162.236 36.3126 161.864 36.0271 161.586C35.9406 161.499 35.8368 161.439 35.7244 161.378C35.1967 160.693 34.8767 159.774 34.3404 159.107C33.7608 158.378 32.9477 158.084 32.0135 158.066H32.0395Z' fill='white'/%3E%3Cpath d='M32.0395 158.066C31.1485 158.04 30.2403 158.205 29.4012 158.448C28.8909 158.595 28.4151 158.812 27.8961 158.933C27.3166 159.063 26.7111 159.098 26.1229 159.237C25.9239 159.28 25.7942 159.479 25.9326 159.653C26.6505 160.563 28.0605 160.329 29.0379 160.693C29.2196 160.762 29.3839 160.832 29.5396 160.892C29.5396 160.892 29.5223 160.892 29.5137 160.892C28.7006 161.057 27.9394 161.465 27.2733 161.933C26.6851 162.349 25.9672 162.41 25.5866 163.051C25.4655 163.251 25.6558 163.511 25.872 163.537C27.7231 163.771 29.4531 164.473 31.3475 164.334C31.3734 164.334 31.3994 164.334 31.4253 164.334C30.6555 165.184 30.9669 166.502 30.3787 167.455C30.1019 167.906 29.6867 168.583 30.2316 168.999C30.6468 169.319 31.4253 169.051 31.8578 168.938C33.7349 168.452 35.8714 167.898 36.2434 165.834C36.3645 165.158 36.1309 164.551 36.4423 163.892C36.6413 163.476 36.7364 163.086 36.6845 162.635C36.6326 162.236 36.3126 161.864 36.0271 161.586C35.9406 161.499 35.8368 161.439 35.7244 161.378C35.1967 160.693 34.8767 159.774 34.3404 159.107C33.7608 158.378 32.9477 158.084 32.0135 158.066H32.0395ZM34.1587 160.19C34.5134 160.641 34.8421 161.647 35.3438 161.846C35.3784 161.872 35.413 161.898 35.4476 161.924C36.1136 162.41 35.9233 163.147 35.5254 163.701C35.1102 164.282 35.24 165.028 35.1967 165.687C35.1362 166.641 34.2625 167.169 33.4667 167.568C32.8266 167.889 32.1519 168.149 31.4599 168.374C31.4513 168.374 30.6555 168.557 30.716 168.409C30.8544 168.071 30.8112 167.88 31.0361 167.586C31.4686 167.022 31.5032 166.224 31.6762 165.565C31.8405 164.933 32.6796 164.334 33.2159 163.936C33.8819 163.675 34.4788 163.285 34.8248 162.73C34.8853 162.635 34.7556 162.548 34.6691 162.574C33.3716 162.956 32.2644 163.441 30.8804 163.519C29.5137 163.589 28.1297 163.155 26.7543 162.947C27.0744 162.774 27.4723 162.644 27.7058 162.488C28.4238 162.028 29.0812 161.543 29.9635 161.508C31.2264 161.456 32.1692 160.502 33.4408 161.153C33.5878 161.231 33.7608 161.031 33.6484 160.91C33.1207 160.372 32.7315 159.835 31.8405 160.026C31.5464 160.086 31.2956 160.251 31.0361 160.39C30.9669 160.372 30.8977 160.355 30.8371 160.338C30.3095 160.208 29.8943 160.104 29.4012 159.887C28.64 159.54 27.5069 160.086 26.7543 159.67C27.3771 159.592 27.9999 159.566 28.6054 159.401C29.6088 159.124 30.9928 158.534 32.0654 158.69C33.2678 158.855 33.4754 159.332 34.1501 160.19H34.1587Z' fill='%23EEEEEE'/%3E%3Cpath d='M73.4729 148.902C73.2048 149.18 73.1875 149.57 73.3086 149.986C73.1875 150.827 72.9799 151.555 72.6252 152.37C72.2533 153.22 71.9938 154.139 72.037 155.075C72.0803 155.89 72.4004 157.113 73.1356 157.745C72.6512 157.867 72.2101 158.04 71.8381 158.257C70.8693 158.829 70.3157 159.705 69.84 160.667C69.1999 161.976 68.6549 163.173 67.3574 164.022C67.2277 164.109 67.2104 164.291 67.2969 164.404C67.5131 164.681 68.5857 164.803 69.1566 164.612C69.1566 164.612 69.1653 164.612 69.1739 164.612C70.6098 164.577 71.8381 164.967 73.2134 165.279C73.7238 165.401 74.2601 165.435 74.7877 165.418C74.5715 165.644 74.4071 165.938 74.3206 166.328C74.0525 167.508 73.9573 168.678 73.62 169.848C73.4643 170.377 73.9746 170.681 74.4504 170.455C75.0905 170.152 75.6354 169.606 76.1544 169.155C77.2184 168.227 79.1041 168.158 80.3929 167.577C81.5434 167.057 82.5122 166.25 83.109 165.184C83.5588 164.378 83.8097 162.991 83.4464 162.106C83.0398 161.118 81.8288 160.624 80.9552 159.991C81.1801 158.786 82.0451 157.693 82.0451 156.471C82.0451 155.283 81.1974 154.156 80.341 153.333C79.2165 152.258 77.8931 151.885 76.5696 151.122C75.5489 150.532 75.0818 148.998 73.9227 148.729C73.7497 148.686 73.5767 148.781 73.4643 148.894L73.4729 148.902Z' fill='white'/%3E%3Cpath d='M73.4729 148.902C73.2048 149.18 73.1875 149.57 73.3086 149.986C73.1875 150.827 72.9799 151.555 72.6252 152.37C72.2533 153.22 71.9938 154.139 72.037 155.075C72.0803 155.89 72.4004 157.113 73.1356 157.745C72.6512 157.867 72.2101 158.04 71.8381 158.257C70.8693 158.829 70.3157 159.705 69.84 160.667C69.1999 161.976 68.6549 163.173 67.3574 164.022C67.2277 164.109 67.2104 164.291 67.2969 164.404C67.5131 164.681 68.5857 164.803 69.1566 164.612C69.1566 164.612 69.1653 164.612 69.1739 164.612C70.6098 164.577 71.8381 164.967 73.2134 165.279C73.7238 165.401 74.2601 165.435 74.7877 165.418C74.5715 165.644 74.4071 165.938 74.3206 166.328C74.0525 167.508 73.9573 168.678 73.62 169.848C73.4643 170.377 73.9746 170.681 74.4504 170.455C75.0905 170.152 75.6354 169.606 76.1544 169.155C77.2184 168.227 79.1041 168.158 80.3929 167.577C81.5434 167.057 82.5122 166.25 83.109 165.184C83.5588 164.378 83.8097 162.991 83.4464 162.106C83.0398 161.118 81.8288 160.624 80.9552 159.991C81.1801 158.786 82.0451 157.693 82.0451 156.471C82.0451 155.283 81.1974 154.156 80.341 153.333C79.2165 152.258 77.8931 151.885 76.5696 151.122C75.5489 150.532 75.0818 148.998 73.9227 148.729C73.7497 148.686 73.5767 148.781 73.4643 148.894L73.4729 148.902ZM75.2202 150.593C75.5749 150.922 75.843 151.382 76.2755 151.59C77.4173 152.145 78.6024 152.405 79.5971 153.229C80.1248 153.662 80.5486 154.243 80.886 154.815C81.3617 155.613 81.5088 156.592 81.1974 157.373C81.0936 157.633 80.7822 158.768 80.6697 159.02C80.5573 158.855 80.2113 157.693 80.0642 157.546C79.6317 157.087 79.0522 156.74 78.5245 156.393C77.9882 156.038 77.7979 155.439 77.2962 155.075C77.2097 155.014 77.1146 155.11 77.1665 155.197C77.3395 155.474 77.3568 155.795 77.5644 156.081C77.8758 156.514 78.291 156.8 78.7321 157.104C79.476 157.615 79.8566 158.274 80.1334 158.994C80.0729 159.375 80.1161 159.765 80.341 160.156C80.3843 160.234 80.4362 160.277 80.5054 160.303C80.6092 160.667 80.9898 160.893 81.3098 161.17C81.7596 161.551 82.6073 161.985 82.7803 162.592C82.9014 163.017 82.7111 163.745 82.6419 164.17C82.2354 166.632 79.2252 166.805 77.1319 167.577C76.4831 167.82 75.8603 168.409 75.3759 168.877C75.3067 168.947 74.4763 169.848 74.4071 169.918C74.4417 169.848 75.2202 168.713 75.2635 168.635C75.4797 168.166 75.8517 167.811 76.215 167.447C76.535 167.126 76.7426 166.745 77.0886 166.441C77.3827 166.181 77.7547 165.973 78.0747 165.748C78.1612 165.687 78.0747 165.531 77.9796 165.583C77.599 165.782 77.1665 165.843 76.7772 166.051C76.4312 166.242 76.1112 166.58 75.8863 166.883C75.5922 167.291 74.6666 168.617 74.3898 168.99C74.4936 168.401 75.0126 166.84 75.2375 166.259C75.3327 166.008 75.6614 165.609 75.9728 165.297C76.1458 165.271 76.3274 165.236 76.5004 165.201C78.1785 164.855 80.5054 162.956 80.2891 161.179C80.2718 161.023 80.0469 160.953 79.9345 161.083C79.3463 161.794 79.0435 162.661 78.3775 163.346C77.5211 164.222 76.388 164.967 75.1337 164.863C74.2168 164.785 73.0577 164.725 72.1668 164.499C71.5527 164.352 70.4281 164.074 69.8054 164.109C70.9558 163.571 72.928 162.904 73.5421 161.803C74.113 160.78 74.7964 160.008 76.042 159.722C76.8464 159.54 77.7201 159.896 78.4467 159.592C78.5764 159.54 78.637 159.315 78.4899 159.289C76.6821 158.916 75.2548 158.872 73.8708 159.991C73.0318 160.667 72.9453 161.369 72.3052 162.15C71.4834 163.164 70.0476 163.433 68.949 164.092C68.9231 164.109 68.8971 164.126 68.8798 164.152C68.6203 164.17 68.3262 164.187 68.1013 164.178C68.7414 163.702 69.0615 163.285 69.5545 162.644C70.2119 161.777 70.5839 160.147 71.3364 159.315C73.0318 157.433 76.0247 158.023 78.1612 158.534C78.2218 158.552 78.2391 158.448 78.1958 158.413C77.1838 157.641 75.5057 157.399 73.9919 157.589C73.62 157.13 73.2048 156.74 72.9712 156.15C72.6166 155.249 72.781 154.191 73.101 153.324C73.3605 152.622 73.7065 150.68 73.94 149.977C74.0698 150.142 75.8257 153.515 75.8863 153.913C75.9036 154.043 75.7825 154.139 75.9122 154.113C76.6302 153.957 76.561 153.385 76.2236 152.847C75.9382 152.396 75.5835 151.98 75.2635 151.555C75.1337 151.382 74.3639 149.917 74.1044 149.362C74.3552 149.622 75.0213 150.411 75.2202 150.593Z' fill='%23EEEEEE'/%3E%3Cpath d='M41.7274 152.37C42.627 152.812 42.9903 154.2 43.3622 155.023C43.6736 155.717 44.1061 156.28 44.7116 156.74C44.3137 156.696 43.9158 156.653 43.5179 156.653C43.3103 156.653 43.2325 156.879 43.2844 157.035C43.7342 158.378 45.1441 159.341 46.7357 159.766C46.0524 160.346 45.715 161.161 45.0749 161.786C44.8933 161.959 45.0576 162.254 45.2912 162.288C45.6458 162.349 46.6406 162.757 47.2893 162.722C47.1855 162.869 47.0817 163.017 46.9693 163.147C46.5714 163.606 45.9226 163.875 45.4296 164.239C45.1268 164.456 44.6078 165.037 45.0836 165.375C45.9226 165.964 47.4537 165.392 48.4138 165.462C49.6248 165.548 50.585 165.6 51.7095 165.08C52.7215 164.612 53.3962 163.806 53.6557 162.783C53.872 161.907 53.699 161.257 54.3045 160.468C54.6072 160.069 54.8062 159.705 54.9359 159.228C55.1262 158.508 54.5294 158.439 53.9412 158.422C52.8426 157.737 52.9551 156.358 52.4707 155.257C52.0555 154.304 51.104 153.731 50.1525 153.333C49.0107 152.856 47.9727 152.83 46.753 152.873C45.1182 152.934 43.5179 152.292 41.9696 151.859C41.9436 151.859 41.9177 151.841 41.8917 151.833C41.5457 151.737 41.4419 152.24 41.7274 152.379V152.37Z' fill='white'/%3E%3Cpath d='M41.7274 152.37C42.627 152.812 42.9903 154.2 43.3622 155.023C43.6736 155.717 44.1061 156.28 44.7116 156.74C44.3137 156.696 43.9158 156.653 43.5179 156.653C43.3103 156.653 43.2325 156.879 43.2844 157.035C43.7342 158.378 45.1441 159.341 46.7357 159.766C46.0524 160.346 45.715 161.161 45.0749 161.786C44.8933 161.959 45.0576 162.254 45.2912 162.288C45.6458 162.349 46.6406 162.757 47.2893 162.722C47.1855 162.869 47.0817 163.017 46.9693 163.147C46.5714 163.606 45.9226 163.875 45.4296 164.239C45.1268 164.456 44.6078 165.037 45.0836 165.375C45.9226 165.964 47.4537 165.392 48.4138 165.462C49.6248 165.548 50.585 165.6 51.7095 165.08C52.7215 164.612 53.3962 163.806 53.6557 162.783C53.872 161.907 53.699 161.257 54.3045 160.468C54.6072 160.069 54.8062 159.705 54.9359 159.228C55.1262 158.508 54.5294 158.439 53.9412 158.422C52.8426 157.737 52.9551 156.358 52.4707 155.257C52.0555 154.304 51.104 153.731 50.1525 153.333C49.0107 152.856 47.9727 152.83 46.753 152.873C45.1182 152.934 43.5179 152.292 41.9696 151.859C41.9436 151.859 41.9177 151.841 41.8917 151.833C41.5457 151.737 41.4419 152.24 41.7274 152.379V152.37ZM50.6628 154.286C51.6922 155.067 51.6489 155.734 52.0901 156.835C52.4361 157.693 52.7561 158.673 53.526 158.786C53.6644 158.873 53.7941 158.959 53.9671 159.037C54.1747 159.124 53.7768 159.87 53.673 159.991C53.2232 160.537 53.0675 161.413 52.9983 162.098C52.8945 163.216 52.4188 164.022 51.3635 164.499C50.4898 164.898 49.3394 164.69 48.4311 164.889C46.8914 165.219 46.061 164.82 45.4123 164.959C45.7842 164.742 47.0298 164.23 47.4104 164.014C47.9813 163.684 48.4917 162.427 48.8896 161.959C49.2875 161.482 49.6075 161.499 50.239 161.473C50.5158 161.465 50.386 160.91 50.0833 160.893C49.2096 160.849 48.6387 161.161 48.0419 161.734C47.9035 161.864 47.7824 162.02 47.6699 162.176C47.099 162.08 46.5368 161.933 45.9745 161.803C46.3551 161.387 46.7011 160.927 47.1336 160.563C47.4277 160.32 47.7218 160.13 48.0765 160C49.5037 160.112 50.9137 159.792 51.8133 158.951C51.8479 158.916 51.8133 158.821 51.77 158.838C49.028 159.722 45.3431 159.8 44.0023 157.225C44.6511 157.286 45.3344 157.338 45.9745 157.303C46.9347 157.693 47.7391 157.607 48.8636 157.416C49.0366 157.39 48.9328 157.13 48.7771 157.087C47.272 156.696 45.542 156.948 44.5732 155.647C44.011 154.893 43.6563 153.463 43.0595 152.717C44.0369 152.994 45.0057 153.263 46.0178 153.402C47.5142 153.601 49.4086 153.307 50.6628 154.26V154.286Z' fill='%23EEEEEE'/%3E%3Cpath d='M99.1979 144.229C98.2291 144.194 97.1651 143.674 96.3693 144.489C95.487 145.391 95.5389 146.544 95.7638 147.706C96.0233 149.023 96.7326 150.324 97.4246 151.486C97.8225 152.153 98.2637 152.803 98.6443 153.48C98.8605 153.861 98.973 154.234 99.0681 154.615C98.5924 154.381 98.0734 154.225 97.5803 154.182C97.243 154.156 97.0613 154.416 97.1392 154.711C97.7879 156.965 97.8485 159.557 99.3622 161.508C99.9937 162.331 100.902 162.878 101.853 163.32C102.45 163.597 103.013 163.866 103.523 164.265C102.978 164.1 102.416 163.97 101.853 163.866C100.859 163.684 99.9331 164.204 99.1373 164.69C97.9263 165.435 96.8191 166.163 95.3746 166.493C93.7571 166.857 91.8713 166.554 90.2884 166.129C89.9338 166.033 89.5964 166.467 89.7521 166.77C90.1154 167.447 90.7901 167.785 91.4129 168.227C91.5946 168.357 91.7762 168.496 91.9492 168.626C91.733 168.643 91.508 168.678 91.2745 168.738C90.176 169.016 89.0861 169.857 88.4546 170.724C87.7972 171.617 87.6156 172.544 86.6035 173.151C85.9202 173.559 85.0379 173.931 84.6573 174.651C83.8096 176.255 85.4531 177.798 87.0966 177.92C87.9183 177.98 88.7574 177.98 89.5532 177.833C89.4667 178.145 89.5272 178.474 89.8646 178.795C90.349 179.263 91.015 179.385 91.6811 179.367C91.6378 179.454 91.6032 179.549 91.5859 179.68C91.4908 180.321 91.8973 180.98 92.3385 181.431C93.2034 182.315 95.0545 182.133 96.1271 181.812C97.7447 181.327 98.5059 180.052 98.7913 178.535C98.9989 177.443 99.0854 176.428 99.5958 175.405C99.7515 175.093 99.9504 174.798 100.149 174.504C100.236 175.917 101.663 177.417 102.9 177.998C103.09 178.093 103.376 177.954 103.393 177.746C103.488 175.874 103.03 174.174 104.872 172.934C106.17 172.068 106.87 171.322 107.26 169.822C107.467 169.007 107.26 168.201 107.338 167.386C107.407 166.64 108.004 166.753 108.358 166.25C109.033 165.279 107.709 164.906 107.173 164.23C107.441 163.658 108.471 162.774 108.635 162.609C109.31 161.933 109.811 160.936 110.036 160.034C110.279 159.02 110.175 158.109 109.855 157.112C109.5 155.994 108.929 153.896 109.967 152.951C110.175 152.76 110.028 152.431 109.803 152.327C109.223 152.066 108.471 152.257 107.831 152.561C108.497 150.983 108.453 149.231 106.94 147.94C106.369 147.446 105.677 147.055 105.071 146.605C104.379 146.093 103.843 145.469 103.22 144.888C102.113 143.856 100.547 144.264 99.1892 144.229H99.1979Z' fill='white'/%3E%3Cpath d='M99.1979 144.229C98.2291 144.194 97.1651 143.674 96.3693 144.489C95.487 145.391 95.5389 146.544 95.7638 147.706C96.0233 149.023 96.7326 150.324 97.4246 151.486C97.8225 152.153 98.2637 152.803 98.6443 153.48C98.8605 153.861 98.973 154.234 99.0681 154.615C98.5924 154.381 98.0734 154.225 97.5803 154.182C97.243 154.156 97.0613 154.416 97.1392 154.711C97.7879 156.965 97.8485 159.557 99.3622 161.508C99.9937 162.331 100.902 162.878 101.853 163.32C102.45 163.597 103.013 163.866 103.523 164.265C102.978 164.1 102.416 163.97 101.853 163.866C100.859 163.684 99.9331 164.204 99.1373 164.69C97.9263 165.435 96.8191 166.163 95.3746 166.493C93.7571 166.857 91.8713 166.554 90.2884 166.129C89.9338 166.033 89.5964 166.467 89.7521 166.77C90.1154 167.447 90.7901 167.785 91.4129 168.227C91.5946 168.357 91.7762 168.496 91.9492 168.626C91.733 168.643 91.508 168.678 91.2745 168.738C90.176 169.016 89.0861 169.857 88.4546 170.724C87.7972 171.617 87.6156 172.544 86.6035 173.151C85.9202 173.559 85.0379 173.931 84.6573 174.651C83.8096 176.255 85.4531 177.798 87.0966 177.92C87.9183 177.98 88.7574 177.98 89.5532 177.833C89.4667 178.145 89.5272 178.474 89.8646 178.795C90.349 179.263 91.015 179.385 91.6811 179.367C91.6378 179.454 91.6032 179.549 91.5859 179.68C91.4908 180.321 91.8973 180.98 92.3385 181.431C93.2034 182.315 95.0545 182.133 96.1271 181.812C97.7447 181.327 98.5059 180.052 98.7913 178.535C98.9989 177.443 99.0854 176.428 99.5958 175.405C99.7515 175.093 99.9504 174.798 100.149 174.504C100.236 175.917 101.663 177.417 102.9 177.998C103.09 178.093 103.376 177.954 103.393 177.746C103.488 175.874 103.03 174.174 104.872 172.934C106.17 172.068 106.87 171.322 107.26 169.822C107.467 169.007 107.26 168.201 107.338 167.386C107.407 166.64 108.004 166.753 108.358 166.25C109.033 165.279 107.709 164.906 107.173 164.23C107.441 163.658 108.471 162.774 108.635 162.609C109.31 161.933 109.811 160.936 110.036 160.034C110.279 159.02 110.175 158.109 109.855 157.112C109.5 155.994 108.929 153.896 109.967 152.951C110.175 152.76 110.028 152.431 109.803 152.327C109.223 152.066 108.471 152.257 107.831 152.561C108.497 150.983 108.453 149.231 106.94 147.94C106.369 147.446 105.677 147.055 105.071 146.605C104.379 146.093 103.843 145.469 103.22 144.888C102.113 143.856 100.547 144.264 99.1892 144.229H99.1979ZM90.6431 177.009C91.6205 176.446 92.1741 175.813 92.6412 174.833C92.7104 174.686 92.5028 174.582 92.399 174.694C90.9458 176.134 89.5186 177.061 87.4685 177.165C86.5949 177.209 85.0033 176.446 85.505 175.232C85.7299 174.686 86.6987 174.365 87.1917 174.122C88.3422 173.541 88.9563 172.137 89.5705 171.062C90.0722 170.195 91.7762 169.302 93.463 169.744C93.6273 169.848 93.7916 169.943 93.9646 170.03C94.821 170.464 95.7638 170.516 96.6807 170.325C97.1392 170.23 97.5544 170.013 97.9696 169.822C98.0215 169.796 98.0734 169.779 98.1253 169.753C97.7533 170.16 97.4679 170.689 97.1651 171.105C96.6894 171.764 95.9195 173.091 96.9921 173.645C97.0094 173.645 97.0181 173.654 97.0354 173.663C96.8105 173.819 96.6029 174.036 96.4212 174.348C96.2136 174.703 95.2621 176.385 94.8383 176.862C94.129 177.668 93.636 177.85 92.8142 178.119C92.3385 178.275 91.7849 178.197 91.2918 178.249C90.3144 178.353 90.6258 177.018 90.6344 177.001L90.6431 177.009ZM97.8917 177.859C97.6063 179.281 97.3122 180.59 95.6687 181.231C95.0632 181.465 94.2241 181.448 93.5667 181.413C92.4855 181.353 92.5115 180.009 92.7537 179.246C92.771 179.246 92.7882 179.246 92.7969 179.237C93.2726 179.142 93.7052 178.96 94.1117 178.709C94.6912 178.353 96.525 177.304 97.416 175.067C97.6236 174.538 98.108 174.226 98.5751 173.914C98.8 173.897 99.0249 173.871 99.2498 173.836C99.1373 173.94 99.1027 174.166 99.0249 174.27C98.3069 175.206 98.1253 176.74 97.9004 177.876L97.8917 177.859ZM108.419 155.569C108.488 157.234 109.768 158.812 109.102 160.433C108.583 161.707 106.957 162.427 106.498 163.719C106.308 164.256 106.248 165.028 106.827 165.21C107.121 165.461 107.614 165.626 107.251 165.834C105.945 166.562 106.62 168.218 106.438 169.493C106.3 170.446 105.711 171.097 104.855 171.747C104.241 172.215 103.609 172.596 103.125 173.195C102.269 174.244 102.606 175.752 102.675 177.044C101.706 176.212 101.153 174.738 101.11 173.533C101.473 173.446 101.827 173.316 102.165 173.117C103.575 172.258 104.743 170.776 104.803 169.146C104.803 169.007 104.63 168.955 104.561 169.076C103.964 170.082 103.272 171.279 102.295 171.998C101.3 172.735 99.9418 172.848 98.7567 173.099C98.4367 173.169 96.9229 173.255 97.2257 172.562C97.3814 172.215 97.8658 171.296 98.0907 170.992C98.9643 169.857 99.5179 169.631 100.85 169.094C100.988 169.042 100.902 168.782 100.729 168.816C100.288 168.912 99.8899 168.938 99.5179 169.016C99.5006 168.998 99.4747 168.972 99.4401 168.972C97.7966 169.12 96.6202 169.848 95.2362 169.718C94.2501 169.623 93.4889 168.92 92.7017 168.418C92.399 168.218 91.0496 167.23 90.6777 166.987C91.5427 167.16 93.4283 167.715 94.3452 167.698C95.5562 167.672 96.7499 167.238 97.7966 166.71C98.8692 166.155 99.7861 165.348 100.928 164.915C102.26 164.403 105.002 164.837 104.794 164.75C104.794 164.733 104.794 164.707 104.777 164.69C103.878 162.748 101.274 162.678 99.9158 161.118C99.1373 160.225 98.8692 159.219 98.6356 158.109C98.4453 157.19 97.9696 155.673 97.7187 154.771C98.2204 154.945 98.9903 155.595 99.3103 155.933C99.3103 155.977 99.9158 156.765 100.054 157.069C100.279 159.098 101.75 160.398 103.333 161.707C103.436 161.794 103.601 161.647 103.506 161.551C102.087 159.973 101.378 158.283 101.196 156.228C101.118 155.37 101.179 154.494 101.161 153.636C101.161 153.263 100.807 151.962 100.755 151.598C101.11 152.231 101.914 153.367 102.675 153.835C104.094 154.693 104.466 156.41 105.331 157.658C105.547 157.971 106.014 157.797 106.083 157.485C106.325 156.419 106.654 155.37 107.268 154.433C107.528 154.043 108.151 153.28 108.817 153.09C108.41 153.835 108.384 154.823 108.419 155.621V155.569ZM104.872 147.506C105.997 148.321 107.562 149.119 107.424 150.601C107.372 151.156 107.277 151.477 107.13 152.014C106.983 152.578 106.429 153.272 106.291 153.826C105.971 154.286 105.746 155.881 105.59 156.445C105.357 155.968 104.89 154.979 104.474 154.589C103.964 154.104 103.566 153.194 102.909 152.899C101.862 152.422 101.412 151.408 100.962 150.445C100.798 150.098 100.279 150.159 100.21 150.523C100.011 151.555 100.331 152.552 100.236 153.584C100.21 153.844 100.314 155.63 100.288 155.881C100.149 154.858 98.7221 152.292 98.281 151.503C97.7447 150.549 94.9248 144.784 97.4592 144.853C97.9436 144.862 100.348 144.715 101.222 146.214C101.637 146.934 102.165 147.593 102.511 148.286C102.796 148.867 103.194 149.327 103.627 149.812C103.73 149.934 103.903 149.804 103.826 149.674C102.952 148.286 102.13 146.11 101.04 144.897C102.796 144.637 104.102 146.951 104.872 147.506Z' fill='%23EEEEEE'/%3E%3Cpath d='M115.166 142.331C112.874 142.487 112.562 144.368 111.87 146.111C111.247 147.662 113.021 148.729 114.214 149.396C115.183 149.934 116.186 150.359 116.913 151.208C117.692 152.11 117.692 153.454 117.743 154.555C117.83 156.462 118.107 158.3 119.214 159.956C119.569 160.485 120.096 161.213 120.719 161.777C120.356 161.803 119.992 161.863 119.638 161.959C119.482 162.002 119.413 162.15 119.508 162.28C119.932 162.826 120.46 163.077 121.022 163.476C122.449 164.482 122.743 165.661 123.158 167.213C123.34 167.88 123.686 168.773 124.214 169.484C124.162 169.475 124.11 169.467 124.058 169.449C123.288 169.302 122.665 169.129 121.982 168.765C121.619 168.574 121.316 168.478 120.918 168.47C120.736 168.47 120.658 168.626 120.754 168.765C121.325 169.605 121.861 170.481 122.285 171.391C122.579 172.024 122.942 172.579 123.487 173.047C124.551 173.949 125.719 174.461 126.956 174.963C126.904 174.972 126.843 174.981 126.791 174.998C125.131 174.677 123.279 174.773 121.679 175.111C120.477 175.362 119.3 175.666 118.081 175.839C117 175.995 115.892 175.787 114.828 176.021C114.655 176.056 114.543 176.229 114.621 176.394C114.811 176.767 115.097 176.81 115.451 177.044C115.858 177.313 116.429 177.538 116.87 177.764C117.173 177.92 117.475 178.058 117.787 178.162C116.991 178.423 116.325 178.813 115.711 179.359C115.33 179.688 114.396 180.529 114.413 181.041C114.413 181.162 114.465 181.232 114.569 181.284C115.745 181.882 117.51 181.57 118.781 181.57C119.698 181.57 120.537 182.021 121.368 182.35C122.034 182.61 122.76 182.731 123.478 182.801C124.759 182.913 126.073 182.584 127.025 181.778C127.163 181.656 127.293 181.526 127.405 181.379C127.466 181.318 127.527 181.266 127.587 181.206C128.089 180.703 128.4 179.974 128.729 179.359C128.876 179.073 129.032 178.795 129.179 178.518C129.516 177.894 130.13 177.868 130.779 177.738C130.874 177.72 130.978 177.668 131.056 177.608C131.116 177.608 131.168 177.59 131.22 177.564C131.359 177.504 131.436 177.417 131.48 177.304C131.601 177.217 131.722 177.105 131.834 176.94C132.102 176.524 131.981 175.926 131.886 175.484C131.817 175.145 131.679 174.807 131.583 174.478C131.315 173.524 131.886 173.056 132.63 172.64C133.685 172.042 134.602 171.27 134.87 170.1C135.026 169.441 134.697 168.539 134.533 167.898C134.395 167.343 134.144 166.823 133.763 166.389C133.685 166.06 133.625 165.739 133.608 165.435C133.59 165.132 133.166 165.175 133.054 165.383C132.872 165.713 132.647 166.016 132.397 166.294C132.431 165.956 132.414 165.609 132.379 165.297C132.301 164.49 132.025 163.693 131.86 162.895C131.86 162.644 131.878 162.384 131.912 162.124C132.042 161.014 132.388 159.809 132.872 158.786C132.95 158.621 132.812 158.387 132.613 158.387C132.275 158.387 131.955 158.448 131.635 158.526C131.644 158.5 131.653 158.482 131.67 158.456C132.345 157 133.858 154.763 135.606 156.532C135.908 157.425 136.151 158.396 137.171 158.794C138.573 159.349 138.616 157.442 138.772 156.584C139.092 154.884 139.118 153.619 137.924 152.231C136.955 151.104 135.389 150.298 133.91 149.977C132.327 149.639 130.943 149.839 129.654 150.775C128.98 151.26 128.435 151.902 127.829 152.465C127.457 152.804 127.059 153.064 126.575 153.228C125.978 153.436 125.39 153.116 124.906 152.708C124.793 152.535 124.689 152.353 124.603 152.136C124.188 151.096 124.067 149.908 123.798 148.824C123.297 146.804 122.337 145.044 120.529 143.804C119.076 142.807 116.956 142.227 115.166 142.348V142.331Z' fill='white'/%3E%3Cpath d='M111.87 146.111C111.247 147.662 113.021 148.729 114.214 149.396C115.183 149.934 116.186 150.359 116.913 151.208C117.692 152.11 117.692 153.454 117.743 154.555C117.83 156.462 118.107 158.3 119.214 159.956C119.569 160.485 120.096 161.213 120.719 161.777C120.356 161.803 119.992 161.863 119.638 161.959C119.482 162.002 119.413 162.15 119.508 162.28C119.932 162.826 120.46 163.077 121.022 163.476C122.449 164.482 122.743 165.661 123.158 167.213C123.34 167.88 123.686 168.773 124.214 169.484C124.162 169.475 124.11 169.467 124.058 169.449C123.288 169.302 122.665 169.129 121.982 168.765C121.619 168.574 121.316 168.478 120.918 168.47C120.736 168.47 120.658 168.626 120.754 168.765C121.325 169.606 121.861 170.481 122.285 171.391C122.579 172.024 122.942 172.579 123.487 173.047C124.551 173.949 125.719 174.461 126.956 174.963C126.904 174.972 126.843 174.981 126.791 174.998C125.131 174.677 123.279 174.773 121.679 175.111C120.477 175.362 119.3 175.666 118.081 175.839C117 175.995 115.892 175.787 114.828 176.021C114.655 176.056 114.543 176.229 114.621 176.394C114.811 176.767 115.097 176.81 115.451 177.044C115.858 177.313 116.429 177.538 116.87 177.764C117.173 177.92 117.475 178.058 117.787 178.163C116.991 178.423 116.325 178.813 115.711 179.359C115.33 179.688 114.396 180.529 114.413 181.041C114.413 181.162 114.465 181.232 114.569 181.284C115.745 181.882 117.51 181.57 118.781 181.57C119.698 181.57 120.537 182.021 121.368 182.35C122.034 182.61 122.76 182.731 123.478 182.801C124.759 182.914 126.073 182.584 127.025 181.778C127.163 181.656 127.293 181.526 127.405 181.379C127.466 181.327 127.527 181.266 127.587 181.206C128.089 180.703 128.4 179.975 128.729 179.359C128.876 179.073 129.032 178.795 129.179 178.518C129.516 177.894 130.13 177.868 130.779 177.738C130.874 177.72 130.978 177.668 131.056 177.608C131.116 177.608 131.168 177.59 131.22 177.564C131.359 177.504 131.436 177.417 131.48 177.304C131.601 177.218 131.722 177.105 131.834 176.94C132.102 176.524 131.981 175.926 131.886 175.484C131.817 175.145 131.679 174.807 131.583 174.478C131.315 173.524 131.886 173.056 132.621 172.64C133.677 172.042 134.594 171.27 134.862 170.1C135.017 169.441 134.689 168.539 134.524 167.898C134.386 167.343 134.135 166.823 133.755 166.389C133.677 166.06 133.616 165.739 133.599 165.435C133.582 165.132 133.158 165.175 133.045 165.383C132.864 165.713 132.639 166.016 132.388 166.294C132.422 165.956 132.405 165.609 132.371 165.297C132.293 164.49 132.016 163.693 131.852 162.895C131.852 162.644 131.869 162.384 131.903 162.124C132.033 161.014 132.379 159.809 132.864 158.786C132.941 158.621 132.803 158.387 132.604 158.387C132.267 158.387 131.947 158.448 131.627 158.526C131.635 158.5 131.644 158.482 131.661 158.456C132.336 157 133.85 154.763 135.597 156.532C135.9 157.425 136.142 158.396 137.163 158.794C138.564 159.349 138.607 157.442 138.763 156.584C139.083 154.884 139.109 153.619 137.915 152.231C136.946 151.104 135.381 150.298 133.902 149.977C132.319 149.639 130.935 149.839 129.646 150.775C128.971 151.26 128.426 151.902 127.821 152.466C127.449 152.804 127.051 153.064 126.566 153.228C125.97 153.437 125.381 153.116 124.897 152.708C124.785 152.535 124.681 152.353 124.594 152.136C124.179 151.096 124.058 149.908 123.79 148.824C123.288 146.804 122.328 145.044 120.52 143.804C119.067 142.807 116.948 142.227 115.157 142.348C112.865 142.504 112.553 144.385 111.861 146.128L111.87 146.111ZM126.731 178.527C127.059 178.648 128.158 178.449 128.478 178.405C128.443 178.483 127.25 181.067 125.701 181.622C123.47 182.419 121.376 181.206 119.257 180.972C118.262 180.859 117.164 181.102 116.16 181.102C115.745 181.102 114.725 181.223 115.373 180.72C115.875 180.33 116.325 179.888 116.852 179.515C117.89 178.795 119.11 178.726 120.356 178.752C121.359 178.769 122.414 178.631 123.409 178.509C123.53 178.492 123.565 178.301 123.435 178.267C122.596 178.05 121.705 178.067 120.831 178.067C120.537 178.067 120.261 178.05 119.984 178.024C119.966 178.006 119.949 177.989 119.932 177.98C119.032 177.634 118.107 177.599 117.224 177.122C116.904 176.949 116.654 176.671 116.299 176.55C116.152 176.498 115.979 176.455 115.797 176.403C116.584 176.385 117.449 176.55 118.193 176.507C119.283 176.437 120.356 176.247 121.42 176.012C122.864 175.692 124.309 175.718 125.753 175.64C125.528 175.865 125.312 176.082 124.975 176.229C124.629 176.377 123.902 176.567 123.92 177.027C123.954 177.738 126.125 178.301 126.713 178.518L126.731 178.527ZM130.329 176.299C130.433 176.377 130.537 176.455 130.632 176.55C130.632 176.55 130.71 176.637 130.788 176.741C130.667 176.706 129.637 176.949 128.53 177.486C127.985 177.894 127.44 178.085 126.618 177.842C126.013 177.66 125.347 177.417 124.785 177.087C125.174 176.879 125.554 176.628 125.874 176.281C127.077 174.972 130.303 176.333 130.338 176.29L130.329 176.299ZM133.815 167.976C135.692 170.863 131.203 172.761 130.995 173.082C130.684 173.568 130.39 174.183 130.589 174.66C130.667 175.033 130.788 175.414 130.891 175.77C130.891 175.822 130.883 175.882 130.865 175.934C130.84 175.952 130.822 175.969 130.805 175.995C130.355 175.709 129.776 175.579 129.231 175.449C128.928 175.302 128.608 175.163 128.288 175.067C128.115 174.703 127.743 174.539 127.354 174.357C126.35 173.897 125.381 173.394 124.499 172.744C123.305 171.86 122.648 170.507 121.766 169.345C122.112 169.58 122.458 169.822 122.856 169.987C123.677 170.334 124.62 170.446 125.494 170.672C127.907 171.313 129.706 174.322 129.689 174.279C129.767 174.279 129.836 174.218 129.81 174.131C129.551 173.273 129.257 172.597 129.369 171.686C129.481 170.793 129.871 169.926 130.424 169.198C130.943 168.513 131.774 168.002 132.405 167.403C132.708 167.117 132.967 166.32 133.166 165.99C133.21 166.337 133.685 167.724 133.832 167.958L133.815 167.976ZM131.237 160.736C131.09 161.118 131.021 161.508 131.013 161.898C130.9 162.739 131.177 162.982 131.255 163.753C131.324 164.464 131.774 165.444 131.705 166.164C131.627 166.883 130.468 167.811 130.052 168.383C130 168.452 129.949 168.53 129.897 168.609C129.603 168.929 129.326 169.267 129.118 169.658C128.712 170.403 128.53 171.279 128.608 172.128C128.123 171.374 127.509 170.715 126.679 170.299C126.316 170.117 125.935 169.961 125.554 169.84C124.309 168.687 124.11 166.823 123.565 165.297C123.253 164.412 122.838 163.814 122.008 163.294C121.783 163.155 120.78 162.791 120.235 162.488C121.177 162.652 122.155 162.635 123.089 162.973C124.231 163.389 124.802 164.386 125.667 165.071C125.658 165.245 125.624 165.427 125.572 165.609C125.061 167.412 126.575 168.149 127.224 169.684C127.267 169.779 127.397 169.744 127.414 169.658C127.535 168.99 127.163 168.522 126.826 167.958C126.186 166.892 126.099 166.441 126.238 165.375C126.264 165.175 126.393 164.369 126.272 164.204C125.866 163.675 126.151 163.164 126.065 162.54C126.021 162.228 126.099 161.933 126.169 161.629C126.385 161.829 126.636 162.063 126.705 162.106C127.241 162.47 127.777 162.878 128.219 163.355C129.066 164.282 129.473 165.756 129.499 166.944C129.499 167.083 129.706 167.109 129.732 166.97C129.862 166.181 129.862 165.531 129.663 164.742C129.499 164.092 129.144 163.563 128.928 162.939C128.85 162.713 128.738 162.548 128.608 162.41C128.928 161.898 129.118 161.309 129.499 160.823C129.594 160.702 130.208 160.156 131.082 159.531C131.35 159.375 131.627 159.237 131.886 159.141C131.601 159.635 131.384 160.182 131.229 160.754L131.237 160.736ZM131.082 157.702C130.909 158.17 130.727 158.586 130.494 158.968C130.182 159.141 129.888 159.341 129.62 159.557C129.135 159.947 128.746 160.312 128.392 160.814C128.158 161.153 128.08 161.551 127.95 161.924C127.803 161.837 127.648 161.742 127.501 161.638C127.085 161.335 125.892 160.398 125.364 160.355C125.105 160.338 125.338 160.667 125.399 160.927C125.528 161.43 125.312 162.106 125.355 162.626C125.39 163.008 125.459 163.363 125.528 163.719C124.715 162.73 123.504 162.08 122.198 161.846C120.918 161.144 119.897 159.41 119.404 158.344C118.591 156.575 118.859 154.763 118.79 152.908C118.73 151.347 117.51 150.445 116.238 149.448C115.616 148.963 114.664 148.703 113.929 148.391C112.977 147.983 112.346 147.264 112.744 146.033C112.796 145.868 112.839 145.703 112.891 145.538C112.925 145.66 112.977 145.781 113.055 145.903C113.341 146.31 113.981 146.553 114.491 146.457C115.001 146.362 115.494 146.102 116.013 146.102C116.645 146.102 117.337 146.284 117.916 146.509C120.728 147.61 120.503 150.68 120.546 152.977C120.563 153.896 120.892 154.72 121.472 155.301C121.472 155.387 123.262 156.497 124.136 156.974C124.94 157.407 125.719 157.849 126.29 158.517C126.29 158.517 126.298 158.534 126.307 158.543C126.333 158.586 126.367 158.621 126.402 158.656C126.411 158.673 126.428 158.682 126.437 158.699C126.471 158.742 126.549 158.742 126.592 158.708C126.653 158.708 126.713 158.69 126.765 158.647C128.314 157.468 129.395 156.02 130.779 154.711C131.376 154.147 132.829 153.879 133.608 153.948C134.351 154.009 134.723 154.39 134.87 155.136C134.109 154.936 133.097 155.162 132.483 155.621C131.808 156.133 131.333 156.939 131.056 157.702H131.082ZM122.008 146.353C122.89 147.879 122.959 150.333 123.522 151.971C123.574 152.127 123.634 152.292 123.703 152.448C125.061 153.896 127.155 154.355 128.686 152.717C129.006 152.37 129.334 152.084 129.68 151.833C129.905 151.547 130.13 151.286 130.364 151.096C131.938 149.795 134.473 150.576 135.986 151.555C136.851 152.119 137.517 152.864 137.777 153.835C138.036 154.78 137.699 155.881 137.69 156.844C137.69 157.208 137.708 157.355 137.811 157.702C137.941 157.997 137.725 158.188 137.154 158.274C136.929 158.118 136.739 157.936 136.574 157.728C136.004 157.069 135.926 156.011 135.839 155.205C135.684 153.87 134.706 153.298 133.365 153.202C132.172 153.116 131.064 153.376 130.26 154.234C129.637 154.91 129.084 155.595 128.4 156.237C127.786 156.818 127.181 157.399 126.592 158.005C125.736 157.052 123.695 155.847 122.267 155.04C121.921 154.737 121.636 154.382 121.506 153.896C121.264 152.977 121.532 151.963 121.489 151.035C121.411 149.344 120.866 147.775 119.543 146.579C118.565 145.694 116.662 144.984 115.321 145.417C114.353 145.729 113.28 145.911 113.643 144.628C113.739 144.29 113.834 143.978 113.912 143.648C114.085 143.536 114.162 143.198 114.405 143.146C115.235 142.972 115.91 142.894 116.714 143.111C118.678 143.631 121.022 144.654 121.999 146.362L122.008 146.353Z' fill='%23EEEEEE'/%3E%3Cpath d='M158.641 219.933C157.931 220.115 157.196 220.211 156.513 220.453C156.115 220.592 155.7 220.87 155.293 220.991C155.241 221.112 155.077 221.13 154.947 220.974C154.93 220.956 154.913 220.93 154.895 220.913C154.835 220.835 154.835 220.748 154.861 220.679C154.766 220.133 154.861 219.708 155.129 219.274C155.605 218.52 156.677 218.694 157.196 218C157.732 217.28 157.914 216.37 158.399 215.616C158.606 215.295 158.952 215.061 159.333 214.896C158.848 214.792 158.364 214.697 157.871 214.437C157.084 214.021 156.098 213.223 155.492 212.521C155.345 212.347 155.38 212.131 155.579 212.122C156.323 212.079 156.928 212.356 157.568 211.931C158.104 211.584 158.597 211.333 159.272 211.272C160.483 211.168 161.512 212.521 162.17 213.561C162.23 213.648 162.222 213.743 162.187 213.812C162.274 213.995 162.36 214.168 162.429 214.35C162.905 215.546 162.689 216.986 162.118 217.861C161.348 219.04 159.973 219.604 158.632 219.951L158.641 219.933Z' fill='white'/%3E%3Cpath d='M158.641 219.933C157.931 220.115 157.196 220.211 156.513 220.453C156.115 220.592 155.7 220.87 155.293 220.991C155.241 221.112 155.077 221.13 154.947 220.974C154.93 220.956 154.913 220.93 154.895 220.913C154.835 220.835 154.835 220.748 154.861 220.679C154.766 220.133 154.861 219.708 155.129 219.274C155.605 218.52 156.677 218.694 157.196 218C157.732 217.28 157.914 216.37 158.399 215.616C158.606 215.295 158.952 215.061 159.333 214.896C158.848 214.792 158.364 214.697 157.871 214.437C157.084 214.021 156.098 213.223 155.492 212.521C155.345 212.347 155.38 212.131 155.579 212.122C156.323 212.079 156.928 212.356 157.568 211.931C158.104 211.584 158.597 211.333 159.272 211.272C160.483 211.168 161.512 212.521 162.17 213.561C162.23 213.648 162.222 213.743 162.187 213.812C162.274 213.995 162.36 214.168 162.429 214.35C162.905 215.546 162.689 216.986 162.118 217.861C161.348 219.04 159.973 219.604 158.632 219.951L158.641 219.933ZM161.781 215.243C161.711 214.194 160.924 213.405 160.336 212.529C159.8 212.148 159.281 212.113 158.597 212.399C158.113 212.599 157.646 212.833 157.092 212.85C156.798 212.859 156.496 212.755 156.201 212.677C156.755 213.197 157.464 213.674 158.044 213.977C158.883 214.419 159.705 214.255 160.535 214.653C160.769 214.766 160.795 215.182 160.561 215.217C159.757 215.33 159.021 215.685 158.658 216.439C158.416 216.96 158.295 217.532 157.966 218C157.291 218.962 155.354 218.702 155.207 219.985C155.449 219.76 155.864 219.647 156.15 219.534C157.291 219.075 158.572 218.988 159.687 218.459C160.907 217.879 161.902 216.908 161.798 215.243H161.781Z' fill='%23EEEEEE'/%3E%3Cpath d='M304.981 200.591C304.981 200.591 304.938 200.513 304.921 200.478C304.436 199.655 303.727 198.918 302.905 198.337C301.27 197.167 299.731 195.892 298.251 194.522C296.262 192.684 294.099 191.028 292.015 189.277C290.614 188.341 289.169 187.457 287.681 186.668C284.948 185.211 282.111 183.893 279.005 183.547C277.95 183.425 276.825 183.503 275.77 183.798C276.687 182.168 277.422 180.443 277.863 178.674C278.132 177.599 278.469 175.995 277.812 175.007C276.903 173.646 274.836 174.764 273.729 175.328C272.846 175.778 271.99 176.264 271.151 176.793C272.025 176.091 272.924 175.406 273.772 174.695C276.454 172.449 278.72 169.71 280.58 166.701C284.074 161.049 285.242 154.546 285.112 148.001C284.982 141.204 283.547 133.938 280.64 127.896C279.49 125.511 277.716 122.694 274.897 122.451C272.786 122.278 270.987 123.864 269.534 125.269C267.129 127.592 265.33 130.809 263.729 133.739C261.723 137.415 260.183 141.334 258.73 145.261C256.584 151.052 254.093 158.378 256.541 164.265C256.1 164.031 255.624 163.875 255.097 163.823C253.86 163.693 252.848 164.525 252.078 165.592C251.818 164.924 251.481 164.274 251.17 163.65C250.261 161.846 249.12 160.121 248.004 158.456C245.599 154.876 242.649 151.98 238.93 149.908C235.47 147.983 231.733 146.683 228.109 145.131C226.906 144.619 225.453 143.328 224.086 144.065C223.913 144.151 223.74 144.281 223.567 144.429C222.971 145.252 222.495 146.093 222.054 146.995C222.054 147.012 222.054 147.03 222.054 147.038C220.972 150.359 221.699 154.182 222.685 157.416C224.26 162.557 227.079 167.169 230.306 171.331C233.904 175.978 238.281 179.914 242.563 183.859C244.717 185.844 246.801 187.89 248.8 190.04C249.344 190.621 249.872 191.219 250.391 191.826C250.14 191.8 249.898 191.765 249.656 191.713C248.774 191.722 247.848 191.939 247.035 192.208C245.487 192.71 241.646 194.262 242.892 196.594C243.272 197.314 243.705 197.834 243.886 198.632C241.3 197.331 238.774 195.936 236.517 194.072C233.809 191.843 231.456 189.182 229.069 186.607C224.796 181.986 220.099 178.102 213.949 176.559C208.387 175.163 202.314 175.709 196.874 177.72C194.002 178.778 191.26 180.451 189.071 182.68C187.878 183.902 185.871 186.243 186.355 188.176C186.355 188.376 186.355 188.566 186.373 188.766C186.459 189.797 186.952 190.777 187.488 191.618C189.158 194.219 191.225 196.36 193.647 198.207C198.223 201.692 203.681 204.042 209.295 205.143C215.021 206.27 220.938 205.975 226.707 204.857C229.7 204.276 232.641 203.435 235.608 202.759C236.958 202.446 238.324 202.238 239.674 201.961C239.708 201.961 239.743 201.952 239.778 201.944C240.392 202.065 241.015 202.152 241.62 202.351C242.52 202.655 243.281 203.235 244.033 203.799C244.665 204.267 245.244 204.813 245.798 205.377C245.85 205.49 245.893 205.602 245.954 205.715C246.62 207.093 247.623 208.09 248.782 208.879C249.249 209.512 249.69 210.154 250.028 210.908C250.322 211.576 250.417 212.261 250.374 212.998C250.357 213.362 250.374 213.639 250.408 213.908C250.296 214.073 250.183 214.255 250.08 214.463C249.466 215.728 249.154 217.107 249.094 218.511C246.291 214.74 241.594 212.547 237.269 210.977C234.293 209.894 231.171 209.183 228.031 208.793C225.194 208.446 222.114 208.264 219.39 209.426C213.17 212.07 219.018 220.202 221.716 222.916C225.92 227.155 231.145 230.12 236.914 231.438C238.29 231.75 239.674 231.976 241.058 232.114C238.445 233.692 236.145 236.016 234.095 238.296C232.053 240.576 230.055 242.934 228.489 245.596C227.382 247.486 225.929 250.217 226.794 252.436C227.685 254.725 230.254 255.167 232.39 255.34C235.063 255.566 237.857 255.184 240.513 254.76C242.554 254.43 244.596 253.884 246.525 253.052C244.198 256.606 243.272 261.34 243.22 265.371C243.194 267.305 243.151 271.44 245.305 272.316C247.649 273.269 250.737 271.57 252.77 270.408C257.545 267.669 261.904 263.299 264.335 258.21C265.58 255.6 266.099 252.791 265.684 249.948C265.658 249.748 265.606 249.558 265.572 249.367C265.39 249.168 265.209 248.968 265.027 248.76C264.465 248.119 265.459 247.208 266.022 247.841C268.305 250.416 270.502 252.687 273.971 253.511C275.969 253.979 278.711 254.023 280.692 254.439C282.041 253.017 281.704 251.3 282.63 249.584C282.586 249.228 282.534 248.899 282.474 248.621C282.188 247.208 281.28 245.205 281.246 243.567C280.138 241.972 278.746 240.645 277.492 239.171C274.68 238.374 271.93 237.307 269.412 235.799C269.265 235.712 269.317 235.426 269.499 235.409C272.587 235.079 275.753 232.565 277.665 230.103C278.78 228.664 279.403 227.146 279.671 225.335C279.957 223.419 279.81 221.589 279.879 219.682C279.905 218.988 280.095 217.289 279.715 216.353C279.758 216.058 279.689 215.728 279.464 215.555C277.344 213.96 273.686 216.379 271.826 217.497C269.361 218.98 266.065 221.563 265.174 224.598C265.07 224.702 264.975 224.814 264.863 224.91C264.75 225.005 264.612 224.962 264.542 224.84C264.404 224.58 264.214 224.346 264.058 224.095C264.075 223.696 264.058 223.297 264.015 222.898C263.911 222.82 263.807 222.725 263.721 222.586C263.003 221.442 262.795 219.985 261.809 219.032C261.705 218.936 261.645 218.824 261.593 218.72C261.411 218.633 261.212 218.572 261.013 218.537C261.394 215.442 264.672 213.769 267.44 212.928C268.34 212.651 269.023 212.399 269.741 212.217C270.58 212.174 271.437 212.148 272.241 212.122C273.859 212.07 275.831 212.755 277.474 212.33C285.346 212.529 288.053 209.92 288.486 208.22C288.598 207.778 288.451 207.371 288.105 207.007C288.243 207.024 288.382 207.05 288.52 207.067C288.494 206.929 288.633 206.79 288.762 206.816C288.762 206.677 288.927 206.53 289.091 206.608C290.743 207.458 292.854 207.076 294.618 206.773C296.106 206.521 297.611 206.157 299.125 206.14C299.194 206.14 299.272 206.192 299.298 206.261C299.315 206.313 299.324 206.374 299.341 206.435C302.049 205.533 304.609 204.371 305.258 201.302C305.197 201.068 305.12 200.834 304.998 200.582L304.981 200.591ZM271.411 201.727C268.989 203.825 265.736 204.805 263.928 207.64C262.216 210.336 261.238 213.388 260.295 216.422C260.313 216.431 260.33 216.448 260.356 216.457C260.572 216.595 260.373 216.916 260.157 216.83C260.079 216.934 259.923 216.942 259.837 216.847C259.526 216.509 259.171 216.197 258.816 215.893C258.66 215.78 258.505 215.668 258.349 215.555C257.951 215.278 257.545 214.983 257.095 214.818C256.93 214.757 256.636 214.705 256.489 214.61C256.1 214.341 256.351 213.344 256.446 212.963C256.472 212.876 256.524 212.833 256.593 212.824C256.602 212.815 256.61 212.807 256.619 212.798C256.758 212.659 257.026 212.659 257.199 212.685C257.77 212.755 258.193 212.772 258.738 212.469C260.027 211.749 260.295 210.665 260.131 209.434C260.434 208.221 260.451 206.851 260.252 205.94C259.975 204.649 259.871 202.342 258.704 201.458C258.747 201.415 258.799 201.371 258.842 201.319C258.877 201.319 258.911 201.345 258.955 201.345C259.863 201.259 260.719 200.305 261.541 199.932C262.086 199.681 262.683 199.507 263.271 199.412C263.427 199.438 263.591 199.447 263.747 199.481C263.721 199.438 263.747 199.395 263.747 199.351C264.248 199.334 264.715 199.412 265.217 199.351C267.414 199.637 269.88 199.88 271.445 201.432C271.523 201.51 271.497 201.666 271.419 201.736L271.411 201.727Z' fill='white'/%3E%3Cpath d='M236.612 197.661C234.691 197.037 232.918 195.927 231.093 195.077C227.46 193.387 223.766 191.835 219.943 190.647C216.077 189.442 212.201 188.922 208.17 188.61C206.008 188.445 203.845 188.289 201.674 188.297C200.982 188.297 200.308 188.323 199.616 188.419C198.837 188.523 197.721 188.818 197.073 188.271C197.012 188.219 196.917 188.323 196.977 188.384C197.713 189.164 199.01 188.939 199.97 188.861C202.003 188.696 204.105 188.974 206.12 189.156C210.48 189.563 214.693 190.066 218.905 191.288C222.875 192.442 226.69 194.071 230.461 195.762C232.304 196.586 234.138 197.513 236.093 198.051C238.073 198.597 240.132 198.848 242.13 199.395C242.208 199.412 242.251 199.299 242.174 199.273C240.4 198.545 238.454 198.233 236.629 197.643L236.612 197.661Z' fill='%23EEEEEE'/%3E%3Cpath d='M254.336 218.876C254.811 221.624 256.23 223.835 258.133 225.725C259.18 226.765 260.148 227.849 260.996 229.071C261.939 230.441 262.449 232.132 263.167 233.631C263.228 233.753 263.383 233.683 263.375 233.562C263.141 230.762 261.628 228.317 259.75 226.418C258.721 225.378 257.579 224.485 256.671 223.314C255.65 222.005 254.958 220.427 254.396 218.858C254.387 218.824 254.327 218.841 254.336 218.876Z' fill='%23EEEEEE'/%3E%3Cpath d='M263.297 234.091C263.297 234.091 263.323 234.091 263.314 234.074C263.271 234.004 263.314 233.909 263.34 233.84C263.34 233.822 263.323 233.822 263.323 233.84C263.288 233.918 263.254 234.022 263.306 234.1L263.297 234.091Z' fill='%23EEEEEE'/%3E%3Cpath d='M265.243 233.406C267.665 232.695 269.975 231.62 271.843 229.817C273.763 227.961 274.914 225.222 275.71 222.699C275.727 222.647 275.658 222.612 275.632 222.655C274.438 225.04 273.391 227.493 271.523 229.426C270.606 230.38 269.482 231.1 268.322 231.681C267.284 232.209 266.073 232.461 265.191 233.276C265.139 233.319 265.174 233.423 265.252 233.406H265.243Z' fill='%23EEEEEE'/%3E%3Cpath d='M259.932 237.325C258.643 237.81 257.354 238.278 256.109 238.894C253.799 240.03 252.06 241.633 250.235 243.463C250.192 243.506 250.244 243.575 250.296 243.532C252.415 241.755 254.586 240.168 257.069 238.981C259.171 237.975 261.688 237.559 263.401 235.833C263.478 235.755 263.383 235.643 263.297 235.712C262.337 236.518 261.056 236.9 259.923 237.325H259.932Z' fill='%23EEEEEE'/%3E%3Cpath d='M265.503 237.013C266.584 238.036 267.293 239.406 268.054 240.689C268.729 241.824 269.559 242.726 270.571 243.541C273.045 245.535 276.194 246.593 278.019 249.35C278.036 249.376 278.08 249.35 278.062 249.315C277.388 248.223 276.575 247.104 275.623 246.255C274.395 245.154 272.959 244.339 271.618 243.402C270.156 242.379 269.11 241.131 268.158 239.614C267.449 238.478 266.688 237.524 265.667 236.77C265.615 236.857 265.563 236.935 265.494 237.004L265.503 237.013Z' fill='%23EEEEEE'/%3E%3Cpath d='M304.981 200.591C304.981 200.591 304.938 200.513 304.921 200.478C304.436 199.655 303.727 198.918 302.905 198.337C301.27 197.167 299.731 195.892 298.251 194.522C296.262 192.684 294.099 191.028 292.015 189.277C290.614 188.341 289.169 187.457 287.681 186.668C284.948 185.211 282.111 183.893 279.005 183.547C277.95 183.425 276.825 183.503 275.77 183.798C276.687 182.168 277.422 180.443 277.863 178.674C278.132 177.599 278.469 175.995 277.812 175.007C276.903 173.646 274.836 174.764 273.729 175.328C272.846 175.778 271.99 176.264 271.151 176.793C272.025 176.091 272.924 175.406 273.772 174.695C276.454 172.449 278.72 169.71 280.58 166.701C284.074 161.049 285.242 154.546 285.112 148.001C284.982 141.204 283.547 133.938 280.64 127.896C279.49 125.511 277.716 122.694 274.897 122.451C272.786 122.278 270.987 123.864 269.534 125.269C267.129 127.592 265.33 130.809 263.729 133.739C261.723 137.415 260.183 141.334 258.73 145.261C256.584 151.052 254.093 158.378 256.541 164.265C256.1 164.031 255.624 163.875 255.097 163.823C253.86 163.693 252.848 164.525 252.078 165.592C251.818 164.924 251.481 164.274 251.17 163.65C250.261 161.846 249.12 160.121 248.004 158.456C245.599 154.876 242.649 151.98 238.93 149.908C235.47 147.983 231.733 146.683 228.109 145.131C226.906 144.619 225.453 143.328 224.086 144.065C223.913 144.151 223.74 144.281 223.567 144.429C222.971 145.252 222.495 146.093 222.054 146.995C222.054 147.012 222.054 147.03 222.054 147.038C220.972 150.359 221.699 154.182 222.685 157.416C224.26 162.557 227.079 167.169 230.306 171.331C233.904 175.978 238.281 179.914 242.563 183.859C244.717 185.844 246.801 187.89 248.8 190.04C249.344 190.621 249.872 191.219 250.391 191.826C250.14 191.8 249.898 191.765 249.656 191.713C248.774 191.722 247.848 191.939 247.035 192.208C245.487 192.71 241.646 194.262 242.892 196.594C243.272 197.314 243.705 197.834 243.886 198.632C241.3 197.331 238.774 195.936 236.517 194.072C233.809 191.843 231.456 189.182 229.069 186.607C224.796 181.986 220.099 178.102 213.949 176.559C208.387 175.163 202.314 175.709 196.874 177.72C194.002 178.778 191.26 180.451 189.071 182.68C187.878 183.902 185.871 186.243 186.355 188.176C186.355 188.376 186.355 188.566 186.373 188.766C186.459 189.797 186.952 190.777 187.488 191.618C189.158 194.219 191.225 196.36 193.647 198.207C198.223 201.692 203.681 204.042 209.295 205.143C215.021 206.27 220.938 205.975 226.707 204.857C229.7 204.276 232.641 203.435 235.608 202.759C236.958 202.446 238.324 202.238 239.674 201.961C239.708 201.961 239.743 201.952 239.778 201.944C240.392 202.065 241.015 202.152 241.62 202.351C242.52 202.655 243.281 203.235 244.033 203.799C244.665 204.267 245.244 204.813 245.798 205.377C245.85 205.49 245.893 205.602 245.954 205.715C246.62 207.093 247.623 208.09 248.782 208.879C249.249 209.512 249.69 210.154 250.028 210.908C250.322 211.576 250.417 212.261 250.374 212.998C250.357 213.362 250.374 213.639 250.408 213.908C250.296 214.073 250.183 214.255 250.08 214.463C249.466 215.728 249.154 217.107 249.094 218.511C246.291 214.74 241.594 212.547 237.269 210.977C234.293 209.894 231.171 209.183 228.031 208.793C225.194 208.446 222.114 208.264 219.39 209.426C213.17 212.07 219.018 220.202 221.716 222.916C225.92 227.155 231.145 230.12 236.914 231.438C238.29 231.75 239.674 231.976 241.058 232.114C238.445 233.692 236.145 236.016 234.095 238.296C232.053 240.576 230.055 242.934 228.489 245.596C227.382 247.486 225.929 250.217 226.794 252.436C227.685 254.725 230.254 255.167 232.39 255.34C235.063 255.566 237.857 255.184 240.513 254.76C242.554 254.43 244.596 253.884 246.525 253.052C244.198 256.606 243.272 261.34 243.22 265.371C243.194 267.305 243.151 271.44 245.305 272.316C247.649 273.269 250.737 271.57 252.77 270.408C257.545 267.669 261.904 263.299 264.335 258.21C265.58 255.6 266.099 252.791 265.684 249.948C265.606 249.402 265.494 248.855 265.356 248.318C265.65 248.691 265.952 249.055 266.264 249.393C266.281 249.41 266.298 249.428 266.307 249.445C266.627 249.913 268.694 251.595 268.513 251.318C269.793 252.185 271.203 252.844 272.648 253.39C273.91 253.771 275.234 254.031 276.488 254.283C276.575 254.3 276.661 254.317 276.748 254.335C276.903 254.361 277.076 254.387 277.232 254.413C278.763 254.69 280.147 255.288 281.306 254.439C283.252 251.552 282.976 246.359 281.669 243.68C279.914 240.082 276.54 238.356 273.019 237.039C271.904 236.796 270.796 236.553 269.776 235.99C269.75 235.981 269.732 235.964 269.707 235.955C271.367 235.686 273.019 234.758 274.395 233.822C276.514 232.392 278.417 230.614 279.351 228.135C280.433 225.265 279.585 222.222 279.957 219.283C280.112 218.052 280.657 216.734 280.13 215.564C279.723 214.662 278.434 214.775 277.647 214.801C274.94 214.896 272.276 216.439 270.044 217.948C267.717 219.526 265.728 221.546 264.715 224.251C264.266 222.734 263.574 221.147 262.812 220.02C262.466 219.508 262.06 219.006 261.627 218.529C262.787 215.252 266.143 213.162 269.326 212.633C269.672 212.573 270.018 212.538 270.355 212.521C272.033 212.555 273.746 212.902 275.381 212.954C277.915 213.032 280.536 212.954 283.045 212.46C284.801 212.113 286.903 211.437 288.027 209.833C288.503 209.157 289.126 208.099 289.117 207.171C290.077 207.31 291.037 207.458 291.998 207.614C293.494 207.64 294.99 207.579 296.487 207.38C297.248 207.275 298.044 207.145 298.822 206.955C298.822 206.998 298.84 207.033 298.848 207.067C299.238 206.955 299.627 206.833 300.007 206.703C300.007 206.677 299.999 206.651 299.99 206.625C301.668 206.096 303.251 205.273 304.471 203.972C304.713 203.712 304.955 203.391 305.154 203.045C305.431 202.316 305.422 201.493 304.973 200.565L304.981 200.591ZM256.455 156.194C256.861 152.856 257.951 149.631 259.084 146.475C261.472 139.851 263.799 134.814 267.622 128.919C268.885 126.977 271.774 123.682 274.179 123.335C275.805 123.101 277.215 124.038 278.054 125.225C279.1 126.708 279.645 127.904 280.268 129.621C281.479 132.95 282.906 135.906 283.451 139.426C283.988 142.842 284.36 147.047 284.169 150.532C283.832 156.688 282.534 162.817 278.841 167.75C276.851 170.412 274.144 173.065 271.748 175.319C270.762 176.247 267.631 178.665 266.766 179.706C267.509 178.197 268.98 175.432 269.577 173.862C270.866 170.438 271.774 166.875 272.44 163.277C273.158 159.384 273.599 155.422 273.945 151.486C274.127 149.457 274.196 147.428 274.144 145.4C274.109 143.909 274.481 141.897 273.824 140.536C273.781 140.449 273.66 140.519 273.694 140.597C274.04 141.446 273.841 142.331 273.798 143.224C273.755 144.229 273.746 145.235 273.711 146.241C273.642 148.131 273.443 150.021 273.218 151.893C272.76 155.769 272.803 158.82 271.999 162.652C271.281 166.051 270.321 169.883 269.118 173.143C268.513 174.79 267.25 176.775 266.541 178.379C266.117 179.324 265.624 180.339 265.304 181.37C264.568 176.741 262.458 172.605 260.148 168.591C259.698 167.811 259.205 166.953 258.617 166.181C258.617 166.129 258.617 166.077 258.591 166.034C257.553 164.473 257.216 164.542 256.93 163.034C256.61 161.361 256.23 157.901 256.437 156.211L256.455 156.194ZM244.535 184.587C240.478 180.798 236.828 177.642 233.178 173.412C229.778 169.484 226.604 164.985 224.666 160.069C223.741 157.719 222.763 155.197 222.408 152.674C222.209 151.226 222.633 148.434 222.893 147.047C223.092 146.622 223.273 146.102 223.36 145.963C224.035 144.923 224.493 144.281 225.419 144.88C226.82 145.781 227.996 145.877 229.501 146.553C232.736 148.018 236.361 149.032 239.362 150.966C242.312 152.873 244.302 154.694 246.274 157.624C247.312 159.159 248.99 161.681 249.837 163.346C250.192 164.048 251.377 166.346 251.446 166.589C251.377 166.736 250.754 168.028 250.702 168.166C249.517 171.183 249.509 174.461 250.028 177.642C248.203 174.825 245.928 172.397 243.618 170.004C241.222 167.516 238.869 164.959 236.603 162.332C234.285 159.653 231.949 156.809 230.193 153.688C230.15 153.601 230.012 153.671 230.064 153.757C231.647 156.766 233.368 159.549 235.427 162.228C237.546 164.976 239.899 167.525 242.217 170.091C244.544 172.675 246.94 175.172 248.851 178.119C249.751 179.506 250.382 181.058 251.17 182.515C251.291 182.914 251.403 183.304 251.533 183.694C252.813 187.769 255.053 191.497 255.624 195.762C255.002 195.06 254.327 194.41 253.618 193.811C252.441 192.494 251.87 192.329 250.85 191.02C249.137 188.818 246.576 186.451 244.552 184.561L244.535 184.587ZM243.964 202.551C242.961 201.666 241.715 200.938 240.262 201.215C239.137 201.25 238.013 201.337 236.914 201.458C234.06 201.77 230.228 203.123 227.408 203.678C221.664 204.805 215.895 205.238 210.143 204.388C204.659 203.574 199.555 200.955 194.927 197.904C192.376 196.222 190.04 194.028 188.154 191.583C187.402 190.612 187.229 189.381 186.969 188.133C186.883 187.699 187.462 186.364 187.393 185.887C188.198 184.344 190.568 182.255 191.787 181.258C194.244 179.246 197.695 178.31 200.68 177.486C205.965 176.03 211.544 176.524 216.648 178.336C222.469 180.391 225.566 184.205 229.709 188.653C231.82 190.924 235.219 194.21 237.762 195.962C240.054 197.548 241.361 198.554 243.981 199.247C244.111 199.872 244.293 200.504 244.44 201.12C244.552 201.623 246.274 204.371 246.403 204.874C246.308 204.805 245.063 203.539 243.947 202.568L243.964 202.551ZM248.627 207.449C246.853 205.568 245.98 202.048 245.054 199.69C244.699 198.779 244.648 197.99 244.293 197.167C243.765 196.49 243.402 195.658 244.033 194.808C244.699 193.915 245.651 193.482 246.654 193.127C247.805 192.719 249.37 192.398 250.555 192.84C250.599 192.849 250.633 192.866 250.677 192.884C250.685 192.884 250.703 192.892 250.711 192.901C251.879 193.274 252.874 194.176 253.765 195.251C254.162 195.528 254.552 195.814 254.863 196.204C255.469 196.933 257.311 199.36 257.821 200.149C259.154 201.285 255.737 198.797 255.521 198.658C253.124 197.045 250.106 197.427 247.381 197.435C247.294 197.435 247.251 197.574 247.346 197.6C248.479 197.904 249.647 197.869 250.798 198.06C255.313 198.597 259.335 200.695 260.2 205.914C260.555 208.082 259.794 211.758 257.908 212.356C257.865 212.382 257.821 212.425 257.778 212.451C257.744 212.469 257.7 212.495 257.666 212.512C257.034 212.824 256.221 212.512 255.745 211.922C255.27 211.515 254.154 210.865 253.782 210.57C251.914 209.131 250.287 209.218 248.635 207.466L248.627 207.449ZM259.811 216.734C259.638 216.578 259.474 216.431 259.301 216.275C258.756 215.798 257.968 215.122 257.06 214.489C256.974 214.116 256.74 213.795 256.585 213.448C256.567 213.405 256.576 213.24 256.576 213.076C257.51 213.206 258.453 212.876 259.257 212.339C261.255 210.995 261.23 207.9 260.832 205.81C260.607 204.623 260.226 203.478 259.75 202.377C259.75 202.368 259.75 202.351 259.75 202.342C259.673 201.71 260.287 201.224 260.719 200.808C261.178 200.374 261.688 200.097 262.233 199.924C262.717 199.889 263.21 199.906 263.686 199.915C265.243 199.932 266.766 200.461 268.21 200.981C269.049 201.285 269.88 201.597 270.71 201.926C268.573 202.325 266.48 203.634 264.914 205.108C263.228 206.703 262.008 208.793 261.108 210.934C260.313 212.833 260.07 214.766 259.802 216.734H259.811ZM250.633 210.882C250.564 210.726 250.209 209.694 250.132 209.538C250.789 209.85 252.398 210.778 253.055 211.073C253.955 211.472 254.699 212.269 255.564 212.737C255.486 212.98 255.451 213.258 255.469 213.509C254.197 212.841 252.216 212.339 251.014 213.119C251.04 212.365 250.919 211.558 250.633 210.882ZM227.071 226.245C224.355 224.546 222.754 222.794 220.627 220.367C219.035 218.555 215.558 213.37 218.334 210.969C219.528 209.937 222.616 209.27 224.069 209.261C225.669 209.252 228.489 209.72 230.081 209.902C233.342 210.275 235.479 211.099 238.549 212.235C241.101 213.18 243.289 214.515 245.547 216.049C247.623 217.462 249.094 219.725 249.405 221.979C249.656 223.124 250.901 225.673 251.386 226.696C250.391 225.803 248.601 223.453 247.511 222.682C245.236 221.069 242.623 220.02 239.951 219.309C237.468 218.65 234.916 218.234 232.39 217.749C230.998 217.48 229.614 217.159 228.256 216.725C226.889 216.292 225.687 215.564 224.372 215.026C224.285 214.992 224.199 215.113 224.268 215.182C225.903 216.882 228.645 217.54 230.842 218.095C233.532 218.772 236.819 218.85 239.475 219.647C242.277 220.479 244.345 221.208 246.749 222.898C247.926 223.722 249.024 225.577 250.088 226.531C250.694 227.077 251.325 227.554 252.026 227.961C252.112 228.013 252.208 228.057 252.294 228.109C253.566 229.695 255.175 230.97 256.844 232.071C257.579 232.548 258.349 232.964 259.102 233.406C258.782 233.432 258.444 233.484 258.107 233.562C256.662 232.4 255.832 232.028 253.998 231.689C252.58 231.429 250.607 231.577 249.154 231.542C247.45 231.611 244.57 231.499 242.71 231.403C237.113 231.065 231.837 229.227 227.071 226.245ZM243.073 253.364C240.669 254.083 236.646 254.404 234.164 254.56C232.053 254.69 228.766 254.577 227.521 252.393C226.967 251.413 227.59 249.228 227.962 248.275C228.446 247.017 229.683 244.867 230.436 243.766C232.027 241.452 233.792 239.718 235.652 237.628C237.451 235.599 239.042 234.568 241.179 232.921C241.94 232.331 242.373 232.539 243.826 232.305C245.305 232.357 246.793 232.348 248.281 232.27C250.08 232.184 251.879 232.132 253.661 232.374C254.656 232.513 255.59 232.678 256.515 233.068C256.896 233.233 257.251 233.458 257.588 233.701C255.702 234.256 253.782 235.461 252.545 236.328C252.225 236.553 251.914 236.787 251.611 237.021C249.163 237.984 246.715 238.989 244.31 240.047C240.461 241.746 237.719 244.772 234.847 247.85C234.787 247.91 234.864 248.006 234.925 247.945C237.961 245.127 241.3 242.388 245.054 240.741C246.507 240.108 247.978 239.518 249.44 238.894C248.748 239.579 248.108 240.307 247.519 241.105C246.507 242.483 245.668 244.339 246.438 245.986C246.992 247.174 248.748 247.356 249.863 247.408C250.72 247.451 252.476 247.226 253.323 247.078C252.259 247.962 250.071 249.653 248.921 250.407C246.758 251.838 245.521 252.618 243.073 253.355V253.364ZM263.998 257.074C262.302 261.591 257.865 265.579 254.284 268.562C252.225 270.278 251.178 270.512 248.756 271.57C248.159 271.83 246.637 271.865 245.971 271.83C244.751 271.752 244.224 269.463 244.206 268.536C244.189 267.123 243.895 265.233 244.025 263.819C244.284 260.932 244.691 258.687 245.651 255.939C245.789 255.548 246.006 255.228 246.265 254.933C247.71 251.977 250.564 250.043 253.142 248.049C253.505 247.642 253.877 247.234 254.24 246.835C254.63 246.723 255.019 246.593 255.408 246.454C257.501 245.682 259.742 244.555 261.195 242.717C261.636 242.154 261.991 241.556 262.302 240.923C261.792 242.761 261.506 244.633 261.031 246.48C260.46 248.682 259.742 250.875 258.989 253.017C258.271 255.08 257.372 257.152 256.091 258.921C254.69 260.854 253.09 262.597 251.498 264.357C251.455 264.4 251.507 264.47 251.559 264.426C254.716 261.6 257.553 257.898 259.413 254.049C260.451 251.907 261.091 249.462 261.731 247.174C262.12 245.778 262.544 242.206 262.769 240.749C262.899 241.313 263.427 243.697 263.634 244.234C263.92 245.544 264.508 248.188 264.75 249.488C265.243 252.141 264.94 254.534 263.989 257.083L263.998 257.074ZM262.415 221.095C263.011 221.893 263.954 224.043 264.326 225.82C264.188 226.722 264.196 227.649 264.257 228.542C264.309 229.236 264.499 229.912 264.568 230.606C264.664 231.516 264.378 232.279 264.041 233.111C263.972 233.276 264.171 233.354 264.283 233.276C265.883 232.149 265.001 228.69 265.018 226.947C265.044 224.277 266.748 222.049 268.591 220.15C268.893 219.838 269.231 219.578 269.577 219.344C271.315 217.801 273.357 216.639 275.537 215.859C276.523 215.503 278.114 214.905 279.083 215.598C279.178 215.668 279.222 215.754 279.299 215.833C279.585 215.945 279.758 216.223 279.784 216.717C279.879 217.246 279.766 217.827 279.507 218.399C279.498 218.416 279.481 218.433 279.472 218.451C279.403 218.694 279.334 218.928 279.291 219.153C278.789 221.494 279.516 224.624 278.901 226.93C278.253 229.349 276.22 231.611 274.291 233.059C273.141 233.926 271.385 234.62 270.027 235.166C269.542 235.417 269.015 235.547 268.452 235.504C267.821 235.452 267.12 235.209 266.48 235.331C266.973 235.747 267.665 235.964 268.348 236.033C268.98 236.458 269.585 236.857 270.329 237.247C271.047 237.585 271.791 237.871 272.535 238.14C273.184 238.33 273.833 238.495 274.455 238.755C274.602 238.816 274.732 238.911 274.879 238.981C277.44 239.934 279.057 240.94 280.502 243.792C281.306 245.379 282.128 247.252 282.145 249.003C282.284 250.347 282.059 252.003 281.28 253.078C281.272 253.112 281.263 253.147 281.254 253.182C281.073 253.78 280.804 254.309 280.138 254.317C279.593 254.317 279.014 254.023 278.495 253.875C277.405 253.572 276.341 253.234 275.268 252.861C273.141 252.115 271.281 252.141 269.412 250.841C267.535 249.54 265.632 247.806 264.603 245.734C263.98 244.477 263.167 240.246 263.729 238.261C263.738 238.244 263.755 238.235 263.764 238.218C263.816 237.845 263.937 237.489 264.179 237.203C264.179 237.195 264.196 237.186 264.205 237.177C264.049 237.117 263.894 237.065 263.747 237.021C263.677 237.073 263.626 237.134 263.565 237.186C263.539 237.299 263.496 237.411 263.435 237.541C261.195 242.717 257.709 245.561 253.246 246.081C251.948 246.393 249.838 246.471 248.592 246.411C248.523 246.411 248.479 246.385 248.419 246.376C247.883 246.523 247.312 246.307 247.217 245.613C247.07 245.231 247.095 244.755 247.251 244.252C247.727 241.174 250.625 238.66 253.012 237.004C256.022 234.932 259.517 233.779 262.96 234.403C262.069 233.822 259.932 233.224 259.102 232.522C258.764 232.236 258.384 231.976 258.02 231.707C254.067 229.279 250.512 226.002 249.976 220.922C249.838 219.587 249.863 216.509 250.91 214.931C250.919 214.905 250.927 214.87 250.945 214.844C251.109 214.61 251.256 214.419 251.377 214.229C251.74 213.864 252.216 213.691 252.856 213.812C254.249 213.682 255.858 214.723 257.19 215.85C259.266 217.601 261.221 218.815 262.415 221.104V221.095ZM287.171 209.798C283.832 212.547 280.182 212.538 276.159 212.287C273.296 212.105 270.018 211.29 267.293 212.59C266.255 213.084 262.812 213.232 260.927 217.792C260.711 217.575 260.494 217.367 260.278 217.168C260.486 216.621 261.186 213.578 261.281 213.232C262.475 208.767 267.648 202.221 272.483 202.811C272.587 202.802 272.699 202.776 272.803 202.767C274.135 203.305 277.18 204.241 277.327 204.31C277.379 204.336 277.431 204.354 277.483 204.371C277.241 204.397 276.99 204.423 276.687 204.449C276.67 204.449 276.159 204.614 275.874 204.753C272.475 204.995 269.153 206.322 266.67 208.931C266.601 209.001 266.696 209.122 266.766 209.053C268.591 207.319 270.918 206.504 273.34 206.044C273.893 205.776 276.713 205.143 278.253 204.709C281.375 205.984 285.181 206.599 288.494 207.085C288.563 207.648 287.482 209.538 287.154 209.798H287.171ZM304.808 201.788C304.808 201.788 304.756 201.848 304.739 201.874C304.678 203.01 303.424 203.964 302.412 204.536C301.495 205.056 300.518 205.446 299.523 205.689C295.086 207.423 289.826 207.206 285.346 205.871C281.894 205.325 278.538 204.007 275.32 202.759C272.085 201.501 268.444 199.447 264.914 199.343C263.141 199.291 261.792 198.779 259.776 200.097C259.5 200.322 259.24 200.565 259.024 200.851C258.453 199.768 257.804 198.736 257.138 197.739C257.078 197.643 257.008 197.557 256.948 197.461C257.605 196.716 257.692 195.589 257.986 194.652C258.28 193.707 258.591 192.797 258.782 191.817C259.18 189.754 259.015 187.613 258.678 185.567C258.306 183.286 257.597 181.067 256.939 178.865C256.576 177.651 256.135 176.455 255.867 175.224C255.555 173.793 255.581 172.319 255.538 170.854C255.538 170.828 255.495 170.819 255.495 170.854C255.322 173.264 255.555 175.423 256.152 177.729C256.723 179.931 257.45 182.09 257.943 184.318C258.41 186.425 258.617 188.584 258.41 190.76C258.297 191.904 258.003 193.014 257.597 194.08C257.259 194.965 256.714 196.022 256.619 196.993C256.619 196.993 256.61 196.976 256.602 196.967C257.268 194.063 254.69 190.101 253.747 187.465C252.701 184.552 251.749 181.951 251.074 178.9C250.478 176.212 250.417 173.836 250.72 171.062C250.72 170.993 250.78 170.923 250.841 170.854C250.945 169.9 251.291 169.025 251.723 168.106C252.138 167.239 252.528 166.146 253.254 165.496C253.756 165.045 254.24 164.855 254.69 164.837C255.062 164.777 255.46 164.837 255.892 165.08C257.069 165.73 257.856 166.311 258.487 167.464C259.136 168.643 259.863 169.484 260.477 170.681C261.774 173.178 263.816 177.903 264.482 180.677C265.139 183.39 264.767 186.303 264.093 189.069C263.712 190.621 262.466 192.511 261.584 193.829C260.702 195.147 260.062 194.965 259.171 196.256C258.851 196.716 257.986 197.019 257.674 197.496C257.597 197.609 257.718 197.756 257.839 197.695C260.166 196.499 262.501 194.098 263.859 191.809C263.902 191.739 263.937 191.661 263.972 191.592C264.361 191.28 264.759 190.976 265.113 190.604C265.996 189.676 266.939 188.818 267.864 187.933C269.551 186.321 270.883 184.682 272.224 182.766C272.276 182.688 272.163 182.61 272.111 182.688C270.563 184.665 269.136 186.373 267.241 187.968C266.653 188.462 264.94 189.823 264.344 190.396C264.914 188.601 265.658 185.714 265.58 183.876C265.641 183.833 265.719 182.723 265.745 182.654C266.35 181.154 267.985 179.602 269.213 178.657C270.234 177.868 271.194 177.469 272.18 176.966C272.561 176.715 272.933 176.455 273.331 176.238C274.256 175.718 275.649 174.825 276.722 175.068C276.739 175.068 276.756 175.085 276.774 175.094C277.647 175.076 277.838 175.934 277.682 176.533C277.379 177.712 277.31 179.385 276.756 180.46C274.853 184.145 272.708 187.231 269.724 190.057C268.037 191.653 265.658 193.075 263.738 194.332C261.844 195.571 259.517 196.82 257.856 198.38C257.744 198.484 257.856 198.701 258.003 198.614C258.098 198.554 258.193 198.51 258.28 198.45C258.401 198.155 258.652 197.921 259.058 197.86C259.154 197.843 259.24 197.834 259.335 197.817C261.212 196.681 263.141 195.632 265.079 194.618C265.529 194.384 265.961 194.124 266.385 193.863C267.977 193.109 269.577 192.364 271.298 191.895C274.429 191.037 277.682 191.332 280.718 192.277C283.564 193.161 286.167 194.722 288.581 196.464C291.28 198.415 293.883 200.279 297.118 201.189C297.205 201.215 297.239 201.094 297.162 201.059C293.875 199.525 291.107 197.271 288.14 195.207C285.64 193.465 282.906 192.051 279.974 191.245C276.981 190.422 273.85 190.396 270.814 191.219C270.321 191.349 269.828 191.514 269.343 191.696C270.044 191.089 270.719 190.439 271.367 189.745C272.483 188.549 273.556 187.231 274.516 185.818C274.853 185.627 275.364 184.795 275.744 184.682C277.293 184.223 279.04 184.24 280.571 184.604C283.598 185.332 286.487 186.78 289.152 188.376C292.127 190.153 293.918 192.008 296.643 194.15C297.975 195.199 300.033 197.496 301.417 198.476C302.274 199.083 305.639 200.374 304.8 201.788H304.808Z' fill='%23EEEEEE'/%3E%3Cpath d='M347.669 153.228C338.085 140.467 329.954 126.517 325.214 111.189C322.887 103.655 320.223 96.2511 317.999 88.6825C316.866 84.8331 315.707 81.0098 314.245 77.2818C312.922 73.9093 311.434 70.5974 309.998 67.2769C309.938 67.1816 309.894 67.0775 309.843 66.9822C309.773 66.8521 309.704 66.7394 309.704 66.592C309.661 66.488 309.609 66.3753 309.566 66.2713C309.566 66.2713 309.566 66.2626 309.566 66.2539C309.462 66.1499 309.133 65.4216 309.159 65.1875C309.194 64.9535 309.272 64.7367 309.401 64.52C309.522 64.3206 309.808 63.9304 310.007 63.8264C310.526 63.5663 310.976 63.731 311.417 64.0865C311.547 64.1905 311.65 64.3639 311.728 64.5546C315.612 71.9846 318.691 79.6399 321.356 87.6074C322.714 91.6822 323.622 95.4275 325.006 99.5023C326.364 103.49 327.653 107.834 329.037 111.813C334.408 127.211 344.226 141.039 353.672 154.243C357.954 160.225 362.876 166.042 368.74 170.75C371.526 172.987 375.011 175.189 378.238 176.853C381.231 178.388 384.353 179.194 387.346 180.659C388.8 181.128 390.339 181.917 389.033 182.992C387.372 184.361 385.123 183.98 383.445 183.087C376.413 180.876 369.908 176.541 364.58 172.016C358.127 166.528 352.677 159.921 347.66 153.237L347.669 153.228Z' fill='white'/%3E%3Cpath d='M347.669 153.228C338.085 140.467 329.954 126.517 325.214 111.189C322.887 103.655 320.223 96.2511 317.999 88.6825C316.866 84.8331 315.707 81.0098 314.245 77.2818C312.922 73.9093 311.434 70.5974 309.998 67.2769C309.938 67.1816 309.894 67.0775 309.843 66.9822C309.773 66.8521 309.704 66.7394 309.704 66.592C309.661 66.488 309.609 66.3753 309.566 66.2713C309.566 66.2713 309.566 66.2626 309.566 66.2539C309.462 66.1499 309.133 65.4216 309.159 65.1875C309.194 64.9535 309.272 64.7367 309.401 64.52C309.522 64.3206 309.808 63.9304 310.007 63.8264C310.526 63.5663 310.976 63.731 311.417 64.0865C311.547 64.1905 311.65 64.3639 311.728 64.5546C315.612 71.9846 318.691 79.6399 321.356 87.6074C322.714 91.6822 323.622 95.4275 325.006 99.5023C326.364 103.49 327.653 107.834 329.037 111.813C334.408 127.211 344.226 141.039 353.672 154.243C357.954 160.225 362.876 166.042 368.74 170.75C371.526 172.987 375.011 175.189 378.238 176.853C381.231 178.388 384.353 179.194 387.346 180.659C388.8 181.128 390.339 181.917 389.033 182.992C387.372 184.361 385.123 183.98 383.445 183.087C376.413 180.876 369.908 176.541 364.58 172.016C358.127 166.528 352.677 159.921 347.66 153.237L347.669 153.228ZM367.019 172.267C369.804 174.504 372.832 176.784 376.067 178.44C379.207 180.053 382.736 181.379 385.876 183.009C386.473 183.087 387.096 183.096 387.762 182.957C388.125 182.879 388.48 182.749 388.73 182.471C389.137 182.029 388.332 181.613 387.9 181.431C387.883 181.431 387.874 181.431 387.857 181.431C379.985 179.506 372.503 175.302 366.621 170.308C360.168 164.82 355.194 157.919 350.186 151.243C340.602 138.481 332.324 125.572 327.584 110.244C325.257 102.71 322.264 94.5519 320.041 86.9832C318.908 83.1338 317.351 79.0244 315.889 75.2964C314.444 71.6118 312.896 68.7421 311.339 65.1095C311.097 64.7887 310.932 64.4246 310.448 64.2946C309.721 64.1038 309.497 65.0662 309.522 65.4736C309.54 65.6384 309.609 65.5777 309.67 65.8378C309.687 65.9071 309.972 66.0372 309.981 66.0632C313.873 73.5018 316.416 81.1571 319.072 89.142C320.43 93.2167 321.485 96.9274 322.869 100.993C324.227 104.982 325.568 109.221 326.961 113.2C332.332 128.598 340.654 142.599 350.644 155.422C355.194 161.265 361.154 167.568 367.019 172.284V172.267Z' fill='%23EEEEEE'/%3E%3Cpath d='M321.243 85.9339C322.653 82.1626 324.452 78.634 324.859 74.7673C325.257 70.944 323.458 67.8922 322.852 64.3723C322.299 61.1732 322.351 57.818 323.051 54.4108C323.795 50.7609 325.568 47.371 327.679 44.0245C329.971 40.4006 332.341 36.8894 333.924 33.014C335.274 29.7108 336.165 26.3296 337.324 23.0005C337.713 21.8907 338.171 20.4776 339.019 19.5152C339.348 19.1424 339.737 18.7176 340.204 18.5182C340.559 18.3622 340.913 18.4402 341.216 18.3362C341.415 18.2668 341.605 18.3188 341.666 18.5009C341.761 18.7957 341.874 19.0991 341.995 19.4112C345.377 25.0812 348.361 31.1847 349.209 38.0684C350.013 44.5274 348.465 51.2464 345.325 57.74C342.15 64.303 337.168 69.7302 332.298 75.4002C329.746 78.3653 327.29 81.4083 325.266 84.6768C324.245 86.3154 323.389 87.9453 322.878 89.7139C322.619 90.6156 322.472 91.5172 322.299 92.4189C322.074 92.9304 321.944 93.4506 321.693 93.9621C321.589 94.1788 321.451 94.4736 321.278 94.7163C321.027 94.829 320.776 94.9591 320.586 95.1151C318.121 95.2799 320.819 87.1217 321.261 85.9426L321.243 85.9339Z' fill='white'/%3E%3Cpath d='M339.192 26.3383C339.192 26.2429 339.348 26.2169 339.348 26.3123C339.486 29.7715 339.694 33.1267 339.149 36.6986C338.595 40.3225 337.384 44.0852 335.948 47.6398C334.478 51.2724 332.454 54.7663 330.767 58.3469C328.968 62.1789 327.783 66.0889 327.514 70.025C327.514 70.1203 327.367 70.1377 327.359 70.051C326.701 62.9158 331.147 56.1187 334.313 49.261C337.817 41.6663 339.062 33.985 339.183 26.347L339.192 26.3383Z' fill='%23EEEEEE'/%3E%3Cpath d='M321.546 94.4302C321.399 94.6816 321.217 94.8724 321.001 95.0111C317.818 96.1468 320.776 87.1824 321.243 85.9339C322.653 82.1626 324.452 78.634 324.859 74.7673C325.257 70.944 323.458 67.8922 322.852 64.3723C322.298 61.1732 322.35 57.818 323.051 54.4108C323.795 50.7609 325.568 47.371 327.679 44.0245C329.971 40.4006 332.341 36.8894 333.924 33.014C335.273 29.7108 336.164 26.3296 337.323 23.0005C337.713 21.8907 338.171 20.4776 339.019 19.5152C339.348 19.1424 339.737 18.7176 340.204 18.5182C340.559 18.3622 340.913 18.4402 341.216 18.3362C341.415 18.2668 341.605 18.3188 341.666 18.5009C341.761 18.7957 341.873 19.0991 341.994 19.4112C345.377 25.0812 348.361 31.1847 349.209 38.0684C350.013 44.5274 348.465 51.2464 345.325 57.74C342.15 64.303 337.168 69.7302 332.298 75.4002C329.746 78.3653 327.29 81.4083 325.265 84.6768C324.245 86.3154 323.388 87.9453 322.878 89.7139C322.593 90.7109 322.437 91.7166 322.238 92.7223C322.056 93.2945 321.857 93.91 321.555 94.4389L321.546 94.4302ZM330.014 76.8047C334.711 70.9787 339.668 65.7508 343.292 59.3179C346.908 52.8936 348.171 46.3047 347.747 39.7157C347.306 32.9013 344.486 26.9192 342.159 20.8417C342.133 20.7984 342.107 20.755 342.081 20.7117C341.925 20.4516 341.484 19.1771 341.164 19.0731C341.147 19.0731 341.138 19.0644 341.121 19.0558C341.069 19.0558 341.008 19.0731 340.922 19.0818C340.195 19.1424 339.745 20.2522 339.495 20.781C338.163 23.5553 337.324 25.8962 336.415 28.7312C335.204 32.4851 333.863 36.005 331.692 39.5163C329.504 43.0622 326.736 46.7208 325.326 50.5181C323.994 54.0987 323.414 57.818 323.691 61.2946C323.968 64.7798 325.94 68.4211 326.027 71.9497C326.104 75.3135 325.179 78.9201 323.76 82.2666C322.584 85.0496 321.511 87.7285 320.871 90.5722C320.767 91.0317 320.015 94.4736 320.914 94.1008C321.07 94.0401 322.074 89.2197 323.103 86.8009C324.452 83.6191 327.757 79.5877 330.006 76.8047H330.014Z' fill='%23EEEEEE'/%3E%3Cpath d='M265.148 66.4789C264.906 65.5166 264.568 64.3115 265.122 63.2538C265.65 62.2481 267.76 62.3174 268.591 62.2134C272.544 61.7019 276.471 60.7309 280.424 60.4448C290.172 59.7425 298.935 62.6382 305.284 68.4296C308.822 71.6547 311.322 75.7208 313.32 80.0643C315.327 84.4339 316.762 89.0548 319.089 93.2423C319.141 93.2943 319.176 93.355 319.193 93.4244C319.271 93.5717 320.361 94.3173 320.447 94.4647C320.525 94.5948 321.044 95.219 320.724 95.4791C320.439 95.7132 319.755 94.9502 319.703 94.8982C319.6 95.0022 318.769 94.1006 318.588 94.0572C315.11 93.2856 311.962 92.2886 309.116 90.4333C306.261 88.5606 304.056 85.9857 300.968 84.3905C297.776 82.7346 294.013 82.5785 290.311 82.041C286.695 81.5122 283.105 80.9313 279.792 79.7262C276.497 78.5298 273.564 76.6485 271.047 74.455C269.854 73.4147 268.798 72.2442 267.812 71.0305C266.766 69.7387 265.572 68.1608 265.157 66.4789H265.148Z' fill='white'/%3E%3Cpath d='M270.208 65.0829C271.713 66.1319 274.602 65.8372 276.549 65.8632C278.642 65.8978 280.675 65.8978 282.69 66.2013C286.756 66.8168 290.441 67.9352 293.918 69.6865C297.343 71.4118 300.57 73.3711 303.217 75.9981C304.566 77.3419 306.019 78.6076 307.334 79.9861C308.632 81.3473 309.315 83.1679 310.189 84.8152C310.206 84.8498 310.145 84.8932 310.128 84.8585C309.064 83.1939 308.061 81.4773 306.607 80.1075C305.215 78.807 303.736 77.5846 302.326 76.3015C299.428 73.6572 295.812 71.6979 292.188 69.9379C288.659 68.2213 284.827 66.9816 280.675 66.5134C278.616 66.2793 276.454 66.3747 274.36 66.262C272.743 66.1753 271.281 66.1059 270.087 65.1956C270.027 65.1436 270.13 65.0482 270.191 65.0916L270.208 65.0829Z' fill='%23EEEEEE'/%3E%3Cpath d='M310.88 85.7256C311.391 86.4105 312.117 86.974 312.68 87.6243C313.311 88.3438 313.951 89.0461 314.609 89.7483C315.275 90.4592 316.027 91.0921 316.719 91.777C317.281 92.3319 318.008 92.7134 318.51 93.3203C318.527 93.3376 318.492 93.3636 318.475 93.3549C317.818 92.7827 317.005 92.4099 316.373 91.8117C315.664 91.1442 314.929 90.5113 314.271 89.7917C313.657 89.1328 313.129 88.4219 312.559 87.7283C312.014 87.0607 311.322 86.4712 310.855 85.7516C310.846 85.7343 310.872 85.7169 310.88 85.7343V85.7256Z' fill='%23EEEEEE'/%3E%3Cpath d='M265.148 66.4789C264.906 65.5166 264.568 64.3115 265.122 63.2538C265.65 62.2481 267.76 62.3174 268.591 62.2134C272.544 61.7019 276.471 60.7309 280.424 60.4448C290.172 59.7425 298.935 62.6382 305.284 68.4296C308.822 71.6547 311.322 75.7208 313.32 80.0643C315.093 83.931 316.425 87.9798 318.311 91.7684C318.787 92.4447 319.28 93.0949 319.928 93.6584C320.335 94.0139 321.433 94.7942 321.053 95.5311C320.69 96.2247 319.53 95.1149 319.366 94.9676C318.925 94.5514 318.553 94.1699 317.956 93.9272C317.913 93.9099 317.87 93.8925 317.826 93.8752C314.652 93.1296 311.763 92.1499 309.133 90.4246C306.279 88.552 304.073 85.9771 300.985 84.3818C297.793 82.7259 294.03 82.5699 290.328 82.0324C286.712 81.5035 283.123 80.9226 279.81 79.7175C276.514 78.5211 273.582 76.6398 271.065 74.4464C269.871 73.406 268.816 72.2356 267.829 71.0218C266.783 69.73 265.589 68.1521 265.174 66.4702L265.148 66.4789ZM269.897 71.6547C272.241 74.2556 275.684 76.6051 278.953 78.1657C285.467 81.2868 293.407 80.073 300.077 82.8993C303.225 84.2345 305.777 86.2892 308.372 88.3092C309.834 89.445 311.399 90.4593 313.095 91.2916C313.605 91.543 314.133 91.7598 314.669 91.9592C315.854 92.5487 317.204 92.9475 318.302 93.6584C318.492 93.7278 318.674 93.8145 318.856 93.9272C319.133 94.0919 319.383 94.326 319.565 94.5774C319.686 94.7508 319.816 94.9069 319.972 95.0543C320.084 95.1583 320.179 95.2363 320.344 95.3664C320.577 95.4791 320.646 95.4617 320.741 95.271C320.767 94.7508 319.306 93.9966 318.726 93.2683C318.449 92.9128 318.12 92.4707 317.878 92.0025C316.702 90.6154 316.183 89.1675 315.301 87.5636C314.868 86.6446 314.237 85.1448 313.847 84.2084C312.377 80.6625 310.682 77.186 308.528 74.0476C304.609 68.3342 298.589 64.1988 291.357 62.4128C284.213 60.6528 275.796 61.9793 268.054 62.7596C267.034 62.8636 265.399 62.8983 265.632 64.3635C265.762 65.1871 265.97 66.1061 266.35 66.8083C267.25 68.4643 268.625 70.2676 269.88 71.6634L269.897 71.6547Z' fill='%23EEEEEE'/%3E%3Cpath d='M315.586 88.2833C315.508 87.0522 315.863 85.7517 315.802 84.512C315.742 83.2462 315.171 82.1191 315.283 80.81C315.292 80.6713 315.396 80.5672 315.543 80.5586C316.46 80.4979 317.1 81.8937 317.532 82.4399C318.587 83.7837 319.807 84.9801 320.958 86.2459C321.926 87.3209 322.523 88.552 322.722 90.0432C322.878 91.1963 322.636 92.3927 322.584 93.5631C322.549 93.9012 322.419 94.2914 322.246 94.6122C322.125 94.8376 321.97 95.037 321.874 95.2624C320.067 96.7016 318.38 94.9329 317.307 93.5545C316.165 92.0893 315.707 90.2253 315.595 88.2833H315.586Z' fill='white'/%3E%3Cpath d='M315.586 88.2833C315.508 87.0522 315.863 85.7517 315.802 84.512C315.742 83.2462 315.171 82.1191 315.283 80.81C315.292 80.6713 315.396 80.5672 315.543 80.5586C316.46 80.4979 317.1 81.8937 317.532 82.4399C318.587 83.7837 319.807 84.9801 320.958 86.2459C321.926 87.3209 322.523 88.552 322.722 90.0432C322.904 91.3957 322.541 92.8002 322.575 94.17C322.506 94.4821 322.29 94.7509 322.134 95.037C320.231 96.8663 318.432 94.9936 317.307 93.5458C316.165 92.0806 315.707 90.2166 315.595 88.2746L315.586 88.2833ZM319.331 94.6815C319.651 95.0717 319.963 95.3057 320.534 95.3838C321.191 95.4791 321.321 95.2537 321.805 94.7942C322.264 93.5111 322.16 92.358 322.117 91.335C322.047 89.5404 321.701 88.1966 320.638 86.9048C319.634 85.691 318.458 84.4339 317.532 83.1595C317.203 82.7 316.633 82.1885 316.356 81.6943C316.278 81.5469 315.517 80.3158 315.794 81.5209C315.897 81.9804 316.027 82.4399 316.148 82.8994C316.546 84.4339 316.096 86.6707 316.217 88.3006C316.434 91.387 318.786 94.04 319.34 94.6989L319.331 94.6815Z' fill='%23EEEEEE'/%3E%3Cpath d='M61.9254 76.2933C63.3354 72.522 65.1346 68.9934 65.5411 65.1267C65.939 61.3034 64.1398 58.2516 63.5343 54.7317C62.9807 51.5326 63.0326 48.1774 63.7333 44.7702C64.4772 41.1203 66.2504 37.7304 68.361 34.3839C70.6533 30.76 73.0234 27.2487 74.6063 23.3734C75.9557 20.0702 76.8467 16.689 78.0058 13.3598C78.395 12.2501 78.8535 10.837 79.7012 9.87462C80.0299 9.50182 80.4191 9.07701 80.8862 8.87761C81.2409 8.72155 81.5955 8.79958 81.8983 8.69554C82.0972 8.62618 82.2875 8.6782 82.3481 8.86027C82.4432 9.15504 82.5557 9.45848 82.6768 9.77059C86.0589 15.4406 89.0431 21.5441 89.8908 28.4278C90.6953 34.8867 89.1469 41.6058 86.007 48.0994C82.8325 54.6624 77.8501 60.0896 72.9801 65.7596C70.4284 68.7246 67.9718 71.7677 65.9477 75.0362C64.927 76.6748 64.0706 78.3047 63.5603 80.0733C63.3008 80.9749 63.1537 81.8766 62.9807 82.7782C62.7558 83.2898 62.6261 83.8099 62.3752 84.3214C62.2714 84.5382 62.133 84.833 61.96 85.0757C61.7092 85.1884 61.4583 85.3185 61.268 85.4745C58.8028 85.6392 61.5016 77.481 61.9427 76.302L61.9254 76.2933Z' fill='white'/%3E%3Cpath d='M79.8741 16.6977C79.8741 16.6023 80.0298 16.5763 80.0298 16.6717C80.1682 20.1309 80.3758 23.486 79.8308 27.058C79.2772 30.6819 78.0662 34.4446 76.6303 37.9991C75.1598 41.6318 73.1358 45.1256 71.449 48.7062C69.6498 52.5383 68.4648 56.4483 68.1966 60.3843C68.1966 60.4797 68.0496 60.497 68.0409 60.4104C67.3835 53.2752 71.8296 46.4781 74.9955 39.6204C78.4987 32.0257 79.7443 24.3443 79.8654 16.7063L79.8741 16.6977Z' fill='%23EEEEEE'/%3E%3Cpath d='M62.2281 84.7896C62.081 85.041 61.8994 85.2318 61.6831 85.3705C58.4999 86.5062 61.4582 77.5417 61.9253 76.2933C63.3352 72.522 65.1344 68.9934 65.541 65.1267C65.9389 61.3034 64.1397 58.2516 63.5342 54.7317C62.9806 51.5326 63.0325 48.1774 63.7332 44.7702C64.477 41.1203 66.2503 37.7304 68.3609 34.3839C70.6531 30.76 73.0232 27.2487 74.6062 23.3734C75.9556 20.0702 76.8465 16.689 78.0056 13.3598C78.3949 12.2501 78.8533 10.837 79.701 9.87462C80.0297 9.50182 80.419 9.07701 80.8861 8.87761C81.2407 8.72155 81.5954 8.79958 81.8981 8.69554C82.0971 8.62618 82.2874 8.6782 82.3479 8.86027C82.4431 9.15504 82.5555 9.45848 82.6766 9.77059C86.0588 15.4406 89.043 21.5441 89.8907 28.4278C90.6952 34.8867 89.1468 41.6058 86.0069 48.0994C82.8323 54.6624 77.8499 60.0896 72.98 65.7596C70.4282 68.7246 67.9716 71.7677 65.9475 75.0362C64.9268 76.6748 64.0705 78.3047 63.5602 80.0733C63.2747 81.0703 63.119 82.076 62.92 83.0817C62.7384 83.6539 62.5394 84.2694 62.2367 84.7983L62.2281 84.7896ZM70.6964 67.1641C75.3933 61.338 80.3498 56.1102 83.9741 49.6773C87.5898 43.253 88.8527 36.664 88.4289 30.0751C87.9877 23.2607 85.1678 17.2786 82.841 11.2011C82.815 11.1577 82.7891 11.1144 82.7631 11.071C82.6074 10.811 82.1663 9.5365 81.8462 9.43247C81.8289 9.43247 81.8203 9.4238 81.803 9.41513C81.7511 9.41513 81.6905 9.43247 81.604 9.44114C80.8774 9.50182 80.4276 10.6115 80.1768 11.1404C78.8447 13.9147 78.0056 16.2555 77.0974 19.0905C75.8864 22.8445 74.5456 26.3644 72.3745 29.8756C70.186 33.4216 67.418 37.0802 66.0081 40.8775C64.676 44.4581 64.0964 48.1774 64.3732 51.654C64.65 55.1392 66.6222 58.7805 66.7087 62.309C66.7866 65.6729 65.861 69.2795 64.4424 72.626C63.2661 75.409 62.1935 78.0879 61.5534 80.9316C61.4496 81.3911 60.697 84.833 61.5966 84.4602C61.7523 84.3995 62.7557 79.5791 63.785 77.1603C65.1344 73.9785 68.4387 69.9471 70.6877 67.1641H70.6964Z' fill='%23EEEEEE'/%3E%3Cpath d='M5.83012 56.8383C5.58792 55.8759 5.25057 54.6708 5.80417 53.6131C6.33182 52.6074 8.44242 52.6768 9.27282 52.5728C13.2259 52.0613 17.153 51.0902 21.106 50.8041C30.8545 50.1019 39.617 52.9976 45.966 58.7889C49.5039 62.0141 52.0037 66.0802 54.0019 70.4237C56.0087 74.7932 57.4446 79.4142 59.7714 83.6017C59.8233 83.6537 59.8579 83.7144 59.8752 83.7837C59.9531 83.9311 61.043 84.6767 61.1295 84.8241C61.2073 84.9541 61.7263 85.5784 61.4063 85.8385C61.1208 86.0725 60.4375 85.3096 60.3856 85.2576C60.2818 85.3616 59.4514 84.46 59.2697 84.4166C55.7924 83.645 52.6438 82.648 49.798 80.7927C46.9435 78.92 44.7378 76.3451 41.6497 74.7499C38.4579 73.094 34.6951 72.9379 30.9929 72.4004C27.3772 71.8715 23.7875 71.2907 20.4745 70.0856C17.1789 68.8892 14.2466 67.0078 11.7294 64.8144C10.5357 63.774 9.48041 62.6036 8.49432 61.3899C7.44767 60.0981 6.25397 58.5202 5.83877 56.8383H5.83012Z' fill='white'/%3E%3Cpath d='M10.8904 55.4423C12.3955 56.4913 15.2846 56.1965 17.2308 56.2225C19.3241 56.2572 21.3569 56.2572 23.3723 56.5607C27.4378 57.1762 31.1227 58.2946 34.6 60.0459C38.0254 61.7712 41.2519 63.7305 43.8988 66.3574C45.2481 67.7012 46.7013 68.967 48.0161 70.3455C49.3136 71.7066 49.997 73.5273 50.8706 75.1745C50.8879 75.2092 50.8274 75.2526 50.8101 75.2179C49.7461 73.5533 48.7427 71.8367 47.2895 70.4669C45.8969 69.1664 44.4177 67.944 43.0078 66.6609C40.1101 64.0166 36.4944 62.0573 32.87 60.2973C29.3408 58.5807 25.5089 57.3409 21.3569 56.8728C19.2982 56.6387 17.1357 56.734 15.0424 56.6213C13.4248 56.5346 11.963 56.4653 10.7693 55.555C10.7088 55.503 10.8126 55.4076 10.8731 55.4509L10.8904 55.4423Z' fill='%23EEEEEE'/%3E%3Cpath d='M51.5626 76.085C52.073 76.7699 52.7995 77.3334 53.3618 77.9836C53.9932 78.7032 54.6333 79.4055 55.2907 80.1077C55.9568 80.8186 56.7093 81.4515 57.4013 82.1364C57.9636 82.6913 58.6902 83.0727 59.1919 83.6796C59.2092 83.697 59.1746 83.723 59.1573 83.7143C58.4999 83.1421 57.6868 82.7693 57.0553 82.1711C56.346 81.5035 55.6108 80.8706 54.9534 80.1511C54.3392 79.4922 53.8116 78.7812 53.2407 78.0877C52.6957 77.4201 52.0038 76.8306 51.5367 76.111C51.528 76.0936 51.554 76.0763 51.5626 76.0936V76.085Z' fill='%23EEEEEE'/%3E%3Cpath d='M5.83012 56.8383C5.58792 55.8759 5.25057 54.6708 5.80417 53.6131C6.33182 52.6074 8.44242 52.6768 9.27282 52.5728C13.2259 52.0613 17.153 51.0902 21.106 50.8041C30.8545 50.1019 39.617 52.9976 45.9661 58.7889C49.5039 62.0141 52.0037 66.0802 54.0019 70.4237C55.7751 74.2904 57.1072 78.3392 58.9929 82.1278C59.4687 82.8041 59.9617 83.4543 60.6105 84.0178C61.017 84.3733 62.1156 85.1535 61.735 85.8905C61.3717 86.584 60.2126 85.4743 60.0482 85.3269C59.6071 84.9108 59.2351 84.5293 58.6383 84.2866C58.595 84.2692 58.5518 84.2519 58.5085 84.2346C55.334 83.489 52.4449 82.5093 49.8153 80.784C46.9608 78.9114 44.7551 76.3364 41.667 74.7412C38.4752 73.0853 34.7124 72.9293 31.0102 72.3917C27.3945 71.8629 23.8048 71.282 20.4918 70.0769C17.1962 68.8805 14.2639 66.9992 11.7467 64.8057C10.553 63.7654 9.49771 62.595 8.51162 61.3812C7.46497 60.0894 6.27127 58.5115 5.85607 56.8296L5.83012 56.8383ZM10.579 62.0141C12.9231 64.615 16.3658 66.9645 19.6355 68.525C26.1489 71.6461 34.0896 70.4324 40.7588 73.2587C43.9074 74.5938 46.4591 76.6486 49.0541 78.6686C50.5159 79.8043 52.0816 80.8187 53.7856 81.651C54.296 81.9024 54.8236 82.1191 55.3599 82.3185C56.545 82.9081 57.8944 83.3069 58.9929 84.0178C59.1832 84.0872 59.3649 84.1739 59.5465 84.2866C59.8233 84.4513 60.0742 84.6854 60.2558 84.9368C60.3769 85.1102 60.5067 85.2663 60.6624 85.4136C60.7748 85.5177 60.87 85.5957 61.0343 85.7257C61.2679 85.8385 61.3371 85.8211 61.4322 85.6304C61.4582 85.1102 59.9963 84.3559 59.4168 83.6277C59.14 83.2722 58.8113 82.8301 58.5691 82.3619C57.3927 80.9747 56.8737 79.5269 55.9914 77.923C55.5589 77.004 54.9274 75.5042 54.5382 74.5678C53.0677 71.0219 51.3723 67.5454 49.2184 64.4069C45.3 58.6936 39.2796 54.5581 32.0482 52.7722C24.9033 51.0122 16.4869 52.3387 8.74517 53.119C7.72447 53.223 6.08962 53.2577 6.32317 54.7229C6.45292 55.5465 6.66052 56.4655 7.04112 57.1677C7.94072 58.8236 9.31607 60.6269 10.5703 62.0228L10.579 62.0141Z' fill='%23EEEEEE'/%3E%3Cpath d='M56.2595 78.6426C56.1817 77.4115 56.5363 76.1111 56.4758 74.8713C56.4152 73.6055 55.8443 72.4785 55.9568 71.1693C55.9654 71.0306 56.0692 70.9266 56.2163 70.9179C57.1332 70.8572 57.7733 72.2531 58.2058 72.7993C59.2611 74.1431 60.4807 75.3395 61.6312 76.6053C62.6 77.6803 63.1968 78.9114 63.3958 80.4026C63.5515 81.5557 63.3092 82.7521 63.2573 83.9225C63.2227 84.2606 63.093 84.6508 62.92 84.9715C62.7989 85.1969 62.6432 85.3964 62.5481 85.6218C60.7402 87.0609 59.0535 85.2923 57.9809 83.9138C56.8391 82.4486 56.3806 80.5847 56.2682 78.6426H56.2595Z' fill='white'/%3E%3Cpath d='M56.2595 78.6426C56.1817 77.4115 56.5363 76.1111 56.4758 74.8713C56.4152 73.6055 55.8443 72.4785 55.9568 71.1693C55.9654 71.0306 56.0692 70.9266 56.2163 70.9179C57.1332 70.8572 57.7733 72.2531 58.2058 72.7993C59.2611 74.1431 60.4807 75.3395 61.6312 76.6053C62.6 77.6803 63.1968 78.9114 63.3958 80.4026C63.5774 81.7551 63.2141 83.1596 63.2487 84.5294C63.1795 84.8415 62.9633 85.1102 62.8076 85.3963C60.9046 87.2257 59.1054 85.353 57.9809 83.9052C56.8391 82.44 56.3806 80.576 56.2682 78.634L56.2595 78.6426ZM60.005 85.0409C60.325 85.431 60.6364 85.6651 61.2073 85.7431C61.8647 85.8385 61.9945 85.6131 62.4789 85.1536C62.9373 83.8705 62.8335 82.7174 62.7902 81.6944C62.721 79.8998 62.3751 78.5559 61.3111 77.2642C60.3077 76.0504 59.1313 74.7933 58.2058 73.5188C57.8771 73.0594 57.3062 72.5478 57.0294 72.0537C56.9515 71.9063 56.1903 70.6752 56.4671 71.8803C56.5709 72.3398 56.7007 72.7993 56.8218 73.2588C57.2197 74.7933 56.7699 77.0301 56.891 78.66C57.1072 81.7464 59.46 84.3993 60.0136 85.0582L60.005 85.0409Z' fill='%23EEEEEE'/%3E%3Cpath d='M315.62 70.58C315.517 70.7534 315.439 70.9528 315.447 71.1869C315.473 72.0365 315.716 72.8168 315.811 73.6491C315.863 74.0999 316.001 74.8628 315.569 75.2616C314.79 75.4957 314.271 75.3223 314.02 74.7501C313.008 73.3543 312.126 71.8891 310.898 70.6407C310.863 70.606 310.811 70.5887 310.768 70.554C309.799 69.2275 308.726 67.8664 308.104 67.4589C306.616 66.4879 304.67 65.3261 303.009 64.6412C300.223 63.4968 297.776 61.6502 295.7 59.6388C293.433 57.4367 291.444 55.0092 289.541 52.5123C287.456 49.7813 285.337 47.1197 283.59 44.1634C282.586 42.4641 283.226 40.6001 285.553 40.4701C288.321 40.314 291.003 41.4498 293.243 42.6635C297.058 44.7269 301.4 47.8567 303.692 51.8014C303.649 51.3072 303.614 50.8044 303.588 50.3015C303.424 46.5736 304.081 42.7589 305.137 39.0656C306.14 35.5283 307.662 31.8524 309.972 28.7833C310.673 27.847 311.538 27.0667 312.723 27.3962C313.397 27.5782 313.371 27.9077 313.692 28.5059C314.211 29.4769 314.66 30.4826 315.197 31.4536C315.646 32.2772 315.854 33.3262 316.217 34.2019C316.598 35.1295 316.979 36.0572 317.342 36.9849C318.068 38.8402 318.561 40.7562 318.933 42.7242C320.447 50.6223 317.472 58.3904 315.854 66.2971C315.569 67.693 315.525 69.1408 315.62 70.5713V70.58Z' fill='white'/%3E%3Cpath d='M311.624 44.6838C311.97 41.9528 311.538 39.2912 311.737 36.5689C311.737 36.4822 311.892 36.4822 311.892 36.5689C311.961 38.9444 312.394 41.2679 312.359 43.6608C312.325 46.2183 311.944 48.8192 311.754 51.3768C311.347 56.7694 310.785 62.1706 312.134 67.3291C312.178 67.5111 311.927 67.6152 311.84 67.4504C309.591 63.0462 310.318 57.7057 310.733 52.7726C310.958 50.0677 311.287 47.3887 311.624 44.6924V44.6838Z' fill='%23EEEEEE'/%3E%3Cpath d='M283.59 44.1722C282.586 42.4729 283.226 40.6089 285.553 40.4789C288.321 40.3228 291.003 41.4585 293.243 42.6723C297.058 44.7357 301.4 47.8655 303.692 51.8102C303.649 51.316 303.614 50.8132 303.588 50.3103C303.424 46.5823 304.081 42.7677 305.137 39.0744C306.14 35.5371 307.662 31.8612 309.972 28.7921C310.673 27.8558 311.538 27.0755 312.723 27.4049C313.397 27.587 313.371 27.9165 313.692 28.5147C314.211 29.4857 314.66 30.4914 315.197 31.4624C315.646 32.286 315.854 33.335 316.217 34.2107C316.598 35.1383 316.979 36.066 317.342 36.9936C318.068 38.849 318.561 40.765 318.933 42.733C320.447 50.6311 317.472 58.3992 315.854 66.3059C315.361 68.7161 315.404 71.3344 316.07 73.6145C316.105 73.7359 316.053 74.8369 315.906 74.6115C313.873 71.343 314.773 67.2163 315.274 64.0431C315.889 60.1765 317.186 56.2404 317.818 52.3737C318.475 48.351 317.688 44.7357 316.78 40.895C316.321 38.9617 315.966 36.9503 315.378 35.0603C314.799 33.205 314.167 31.419 313.527 29.5897C313.371 29.1476 313.207 28.7054 313.025 28.2632C312.498 26.9541 310.993 29.0782 310.889 29.2516C310.405 30.0839 309.721 30.7601 309.28 31.6098C308.354 33.4044 307.654 35.0863 307.005 36.9676C305.751 40.6349 304.972 44.5883 304.886 48.351C304.799 52.4344 306.192 56.5785 307.541 60.3065C308.259 62.2832 309.055 64.3032 310.093 66.1239C311.045 67.7971 312.29 69.323 313.363 70.9269C313.467 71.0829 313.224 71.3344 313.086 71.1783C311.46 69.3577 310.318 67.7364 308.7 66.1239C307.983 65.2136 307.135 64.2946 306.659 63.627C305.336 61.7457 304.168 60.5579 302.741 58.746C301.426 57.0727 300.189 55.3474 298.675 53.8302C297.066 52.2177 295.44 50.7091 293.926 49.0185C293.866 48.9492 293.987 48.8625 294.047 48.9318C295.553 50.5704 297.464 51.9142 299.116 53.4141C300.604 54.7666 301.806 56.3444 303.104 57.853C304.185 59.1101 306.797 62.3959 307.81 63.6964C306.996 61.9451 305.076 58.0957 304.618 56.1971C303.545 53.6135 302.161 51.0906 300.284 49.1399C298.355 47.1285 295.769 45.594 293.338 44.1288C291.055 42.7503 288.883 41.8747 286.167 41.2851C285.527 41.1464 282.993 41.2331 283.996 42.9671C284.273 43.4352 284.714 43.834 285.051 44.2589C286.115 45.5767 286.565 46.9118 287.655 48.2123C291.21 52.4691 294.904 57.4802 299.22 61.1128C301.417 62.9594 303.467 63.8004 306.097 65.0575C308.346 66.1325 313.121 72.4268 314.115 74.5682C314.159 74.6549 315.266 77.3425 312.61 73.2764C311.884 72.158 309.202 68.2133 308.069 67.4677C306.581 66.4967 304.635 65.3349 302.974 64.65C300.189 63.5056 297.741 61.659 295.665 59.6476C293.399 57.4455 291.409 55.018 289.506 52.5211C287.422 49.7901 285.302 47.1285 283.555 44.1722H283.59Z' fill='%23EEEEEE'/%3E%3Cpath d='M288.451 154.841C288.529 153.87 289.506 153.22 290.224 152.596C291.876 151.174 293.736 150.021 295.596 148.885C299.229 146.657 303.165 144.55 307.291 143.484C311.036 142.521 314.756 142.591 318.415 143.137C322.653 143.77 326.745 145.114 330.542 146.804C332.358 147.61 334.123 148.547 335.715 149.683C336.346 150.133 336.874 150.671 337.324 151.286C337.531 151.564 337.886 152.864 338.197 152.916C339.01 153.046 339.823 153.463 340.61 153.697C341.7 154.026 342.816 154.321 343.949 154.555C346.025 154.98 348.534 154.85 350.679 154.442C351.198 154.347 352.47 154.191 352.444 154.962C352.444 155.144 352.323 155.327 352.167 155.474C352.176 155.5 352.167 155.543 352.141 155.561C349.918 157.26 347.184 157.329 344.589 157.026C343.041 156.844 341.562 156.332 340.092 155.925C339.348 155.717 338.56 155.673 337.773 155.621C336.692 155.708 335.663 156.029 334.581 156.688C332.817 157.763 331.104 158.907 329.288 159.887C325.914 161.707 322.212 162.514 318.518 162.236C310.664 161.655 304.635 156.497 296.695 156.055C294.783 155.951 292.802 155.829 290.864 155.916C290.112 155.951 288.365 155.916 288.451 154.841Z' fill='white'/%3E%3Cpath d='M294.376 152.76C297.49 150.905 300.63 149.882 304.177 149.362C307.576 148.868 311.218 148.842 314.591 148.902C318.017 148.963 321.503 149.457 324.755 150.238C326.373 150.628 327.947 151.139 329.504 151.668C330.931 152.154 332.627 152.596 333.829 153.445C333.898 153.497 333.855 153.601 333.768 153.61C332.592 153.697 331.26 152.96 330.205 152.596C328.648 152.067 327.082 151.555 325.482 151.113C322.151 150.194 318.57 149.726 315.05 149.544C311.72 149.371 308.156 149.353 304.791 149.761C301.253 150.186 297.733 151.425 294.454 152.873C294.368 152.908 294.316 152.804 294.394 152.752L294.376 152.76Z' fill='%23EEEEEE'/%3E%3Cpath d='M288.451 154.841C288.529 153.87 289.506 153.22 290.224 152.596C291.876 151.174 293.736 150.021 295.596 148.885C299.229 146.657 303.165 144.55 307.291 143.484C311.036 142.521 314.756 142.591 318.415 143.137C322.653 143.77 326.58 144.68 330.378 146.362C332.194 147.168 334.123 148.547 335.715 149.683C336.346 150.133 336.874 150.671 337.324 151.286C337.531 151.564 337.886 152.864 338.197 152.916C339.01 153.046 339.823 153.463 340.61 153.697C341.7 154.026 342.816 154.321 343.949 154.555C346.025 154.98 348.534 154.85 350.679 154.442C351.198 154.347 352.47 154.191 352.444 154.962C352.444 155.144 352.323 155.327 352.167 155.474C352.176 155.5 352.167 155.543 352.141 155.561C349.918 157.26 347.184 157.329 344.589 157.026C343.041 156.844 341.562 156.332 340.092 155.925C339.348 155.717 338.56 155.673 337.773 155.621C336.692 155.708 335.663 156.029 334.581 156.688C332.817 157.763 331.104 158.907 329.288 159.887C325.914 161.707 322.212 162.514 318.518 162.236C310.664 161.655 304.635 156.497 296.695 156.055C294.783 155.951 292.802 155.829 290.864 155.916C290.112 155.951 288.365 155.916 288.451 154.841ZM291.176 154.876C292.015 154.754 292.543 154.893 293.382 154.841C295.518 154.711 297.542 154.988 299.601 155.327C303.537 155.977 308.355 158.135 311.936 159.575C316.953 161.603 321.823 161.907 327.428 159.713C329.945 158.734 331.424 157.355 333.812 156.15C333.985 156.081 334.192 155.942 334.408 155.795C335.023 155.517 335.645 155.248 336.26 154.988C336.943 154.858 337.574 154.876 338.387 154.824C339.858 155.04 342.15 155.847 343.5 156.176C345.022 156.549 345.948 156.272 347.548 156.263C348.655 156.263 349.71 155.873 350.766 155.621C351.068 155.3 351.657 155.04 351.138 155.049C349.286 155.084 347.461 155.457 345.593 155.387C343.768 155.318 342.072 154.763 340.334 154.355C339.261 154.104 338.56 153.766 338.05 153.428C337.41 153.194 337.107 153.116 337.021 152.457C336.995 152.422 336.96 152.37 336.943 152.344C336.026 150.766 333.82 149.5 332.194 148.642C330.231 147.602 327.705 146.501 325.577 145.755C321.71 144.403 317.61 143.804 313.372 143.648C308.926 143.484 305.379 144.932 301.175 146.735C297.214 148.443 293.122 150.844 289.974 153.766C289.783 153.939 288.979 154.694 289.61 154.936C290.043 155.101 290.7 154.936 291.167 154.876H291.176Z' fill='%23EEEEEE'/%3E%3Cpath d='M263.323 101.088C261.723 97.976 260.114 94.6209 259.404 91.153C259.223 90.2513 259.309 89.2716 260.053 88.5347C260.676 87.9192 261.792 88.1706 262.484 88.3353C263.539 88.5781 264.525 89.0549 265.503 89.4624C266.93 90.0606 268.392 90.5288 269.888 90.9796C273.902 92.176 277.846 93.5892 281.773 94.9763C289.576 97.742 297.101 100.993 303.537 105.865C307.005 108.492 310.128 111.544 312.965 114.769C314.254 116.234 315.482 117.76 316.806 119.208C318.155 120.682 320.145 124.107 322.013 125.043C324.374 126.231 338.18 130.635 339.149 133.114C339.469 133.921 328.189 129.542 327.731 129.837C326.373 129.23 325.828 129.057 325.041 128.623C324.003 127.973 322.792 127.939 321.667 127.401C319.79 126.499 318.294 126.075 316.218 125.624C312.1 124.731 307.455 124.913 303.234 124.436C295.06 123.5 287.041 121.861 279.965 118.202C272.475 114.327 267.008 108.293 263.306 101.097L263.323 101.088Z' fill='white'/%3E%3Cpath d='M265.511 94.4303C265.434 94.3349 265.572 94.2135 265.667 94.2916C269.291 97.1959 273.071 99.8055 277.197 102.094C281.254 104.34 285.536 106.238 289.818 108.128C291.842 109.021 293.935 109.776 295.942 110.703C298.027 111.666 299.956 112.853 301.98 113.92C303.796 114.873 305.388 116.2 307.178 117.214C308.978 118.229 310.586 119.616 311.996 121.046C312.057 121.107 311.953 121.194 311.893 121.142C310.284 119.746 308.303 118.567 306.348 117.613C304.48 116.703 302.845 115.463 300.959 114.587C296.868 112.68 293.434 110.799 289.307 108.952C285.026 107.036 280.277 104.877 276.281 102.528C272.388 100.248 268.426 97.7681 265.511 94.4389V94.4303Z' fill='%23EEEEEE'/%3E%3Cpath d='M263.323 101.088C261.723 97.976 260.114 94.6209 259.404 91.153C259.223 90.2513 259.309 89.2716 260.053 88.5347C260.676 87.9192 261.792 88.1706 262.484 88.3353C263.539 88.5781 264.525 89.0549 265.503 89.4624C266.93 90.0606 268.392 90.5287 269.888 90.9796C273.902 92.176 277.846 93.5892 281.773 94.9763C289.576 97.742 297.101 100.993 303.537 105.865C307.005 108.492 310.128 111.544 312.965 114.769C314.254 116.234 315.482 117.76 316.806 119.208C317.653 120.136 318.657 121.462 319.738 122.511C320.984 123.474 322.195 124.488 323.535 125.346C325.681 126.716 327.964 127.531 330.473 128.251C332.618 128.858 334.824 129.534 336.597 130.791C337.116 131.164 339.408 132.438 338.855 133.279C338.413 133.938 336.372 133.08 335.974 132.95C333.604 132.178 331.199 131.45 328.872 130.583C324.003 128.762 319.375 126.543 314.081 125.702C310.483 125.173 306.867 124.861 303.234 124.445C295.06 123.508 287.041 121.87 279.965 118.211C272.475 114.336 267.008 108.302 263.306 101.106L263.323 101.088ZM284.749 118.74C291.634 121.497 299.904 122.962 307.429 123.82C311.633 124.306 320.205 126.118 325.88 128.502C327.999 129.386 330.153 130.262 332.315 131.06C334.184 131.753 335.983 132.638 337.981 133.036C338.984 133.236 338.067 132.412 337.817 132.187C337.427 131.823 336.787 131.528 336.311 131.259C335.395 130.748 334.339 130.331 333.353 129.933C331.338 129.118 329.158 128.632 327.091 127.939C323.83 126.846 320.733 124.947 318.441 122.494C316.806 121.072 315.188 118.749 313.718 117.179C310.811 114.084 308.095 111.102 304.86 108.302C298.442 102.753 289.999 99.0164 281.799 96.0514C277.967 94.6642 274.343 93.6585 270.52 92.254C268.893 91.6558 266.999 91.1963 265.451 90.4594C264.413 89.9652 263.79 89.8872 262.674 89.5404C262.25 89.4104 261.8 89.289 261.333 89.2976C260.52 89.315 260.416 90.39 260.555 90.7628C261.065 92.1326 261.377 93.4071 261.904 94.7682C263.271 98.2795 265.191 101.695 267.276 104.834C271.428 111.076 277.526 115.836 284.766 118.731L284.749 118.74Z' fill='%23EEEEEE'/%3E%3Cpath d='M29.1244 145.2C29.2023 144.229 30.1797 143.579 30.8977 142.954C32.5498 141.533 34.4096 140.38 36.2693 139.244C39.9023 137.016 43.8381 134.909 47.9641 133.843C51.7095 132.88 55.429 132.95 59.088 133.496C63.3265 134.129 67.4179 135.472 71.2153 137.163C73.0318 137.969 74.7964 138.906 76.388 140.041C77.0194 140.492 77.5471 141.03 77.9969 141.645C78.2045 141.923 78.5591 143.223 78.8705 143.275C79.6836 143.405 80.4967 143.821 81.2838 144.055C82.3737 144.385 83.4896 144.68 84.6227 144.914C86.6987 145.339 89.2072 145.209 91.3524 144.801C91.8714 144.706 93.143 144.55 93.117 145.321C93.117 145.503 92.9959 145.685 92.8402 145.833C92.8489 145.859 92.8402 145.902 92.8143 145.919C90.5912 147.619 87.8578 147.688 85.2628 147.385C83.7145 147.203 82.2353 146.691 80.7649 146.284C80.021 146.076 79.2338 146.032 78.4467 145.98C77.3654 146.067 76.3361 146.388 75.2548 147.047C73.4902 148.122 71.7775 149.266 69.961 150.246C66.5875 152.066 62.8853 152.873 59.1918 152.595C51.3376 152.014 45.3086 146.856 37.3679 146.414C35.4562 146.31 33.4754 146.188 31.5378 146.275C30.7852 146.31 29.0379 146.275 29.1244 145.2Z' fill='white'/%3E%3Cpath d='M89.5014 138.854C89.3025 135.663 90.4875 132.308 89.8214 129.178C89.51 127.704 88.005 127.072 87.5984 125.641C87.1486 124.072 87.3995 122.087 87.5119 120.439C87.7628 116.902 88.5759 113.2 90.1156 109.854C91.6206 106.585 94.1724 103.559 97.122 101.262C100.072 98.9557 103.471 98.0454 107.061 97.4992C108.825 97.2305 110.59 96.9444 112.337 96.4935C113.557 96.1728 114.794 95.4532 116.014 95.2451C117.069 95.063 117.441 95.4445 117.415 96.008C116.758 97.3085 116.152 98.3835 114.906 99.4326C114.076 100.126 113.185 100.724 112.303 101.34C109.69 102.718 108.09 104.461 106.914 107.071C104.959 111.431 104.821 116.243 102.122 120.379C100.738 122.503 98.679 124.081 96.5771 125.546C94.4751 127.011 93.3939 129.395 92.9008 131.658C92.4251 133.851 92.477 136.088 92.6586 138.247C92.7711 139.556 92.8576 140.865 92.97 142.166C93.0479 143.093 93.2728 143.986 93.4112 144.897C93.4544 144.914 93.5063 144.931 93.5496 144.949C94.008 145.087 93.8783 145.677 93.5063 145.807C93.5063 145.824 93.5063 145.833 93.5063 145.85C93.515 146.032 93.2987 146.136 93.1603 146.024C93.0479 145.928 92.9527 145.824 92.8662 145.703C90.1415 144.688 89.6571 141.446 89.5014 138.871V138.854Z' fill='white'/%3E%3Cpath d='M35.0497 143.119C38.1637 141.264 41.3036 140.241 44.8501 139.721C48.2495 139.227 51.8912 139.201 55.2647 139.261C58.6901 139.322 62.176 139.816 65.4284 140.596C67.046 140.987 68.6203 141.498 70.1772 142.027C71.6045 142.512 73.2999 142.955 74.5022 143.804C74.5714 143.856 74.5282 143.96 74.4417 143.969C73.2653 144.056 71.9332 143.319 70.8779 142.955C69.3209 142.426 67.7553 141.914 66.155 141.472C62.8248 140.553 59.2437 140.085 55.7231 139.903C52.3929 139.729 48.8291 139.712 45.4642 140.12C41.9264 140.544 38.4059 141.784 35.1275 143.232C35.041 143.267 34.9891 143.163 35.067 143.111L35.0497 143.119Z' fill='%23EEEEEE'/%3E%3Cpath d='M29.1244 145.2C29.2023 144.229 30.1797 143.579 30.8977 142.954C32.5498 141.533 34.4096 140.38 36.2693 139.244C39.9023 137.016 43.8381 134.909 47.9641 133.843C51.7095 132.88 55.429 132.95 59.088 133.496C63.3265 134.129 67.2536 135.039 71.0509 136.721C72.8674 137.527 74.7964 138.906 76.388 140.041C77.0194 140.492 77.5471 141.03 77.9969 141.645C78.2045 141.923 78.5591 143.223 78.8705 143.275C79.6836 143.405 80.4967 143.821 81.2838 144.055C82.3737 144.385 83.4896 144.68 84.6227 144.914C86.6987 145.339 89.2072 145.209 91.3524 144.801C91.8714 144.706 93.143 144.55 93.117 145.321C93.117 145.503 92.9959 145.685 92.8402 145.833C92.8489 145.859 92.8402 145.902 92.8143 145.919C90.5912 147.619 87.8578 147.688 85.2628 147.385C83.7145 147.203 82.2353 146.691 80.7649 146.284C80.021 146.076 79.2338 146.032 78.4467 145.98C77.3654 146.067 76.3361 146.388 75.2548 147.047C73.4902 148.122 71.7775 149.266 69.961 150.246C66.5875 152.066 62.8853 152.873 59.1918 152.595C51.3376 152.014 45.3086 146.856 37.3679 146.414C35.4562 146.31 33.4754 146.188 31.5378 146.275C30.7852 146.31 29.0379 146.275 29.1244 145.2ZM31.8492 145.235C32.6882 145.113 33.2159 145.252 34.0549 145.2C36.1915 145.07 38.2156 145.347 40.2743 145.685C44.21 146.336 49.0281 148.494 52.6091 149.934C57.6261 151.962 62.4961 152.266 68.1013 150.072C70.6184 149.093 72.0976 147.714 74.485 146.509C74.658 146.44 74.8656 146.301 75.0818 146.154C75.696 145.876 76.3188 145.607 76.9329 145.347C77.6163 145.217 78.2477 145.235 79.0608 145.183C80.5313 145.399 82.8235 146.206 84.1729 146.535C85.6953 146.908 86.6209 146.63 88.2211 146.622C89.3283 146.622 90.3836 146.232 91.4389 145.98C91.7417 145.659 92.3299 145.399 91.8109 145.408C89.9598 145.443 88.1346 145.815 86.2662 145.746C84.4411 145.677 82.7457 145.122 81.007 144.714C79.9345 144.463 79.2338 144.125 78.7235 143.787C78.0834 143.553 77.7806 143.475 77.6941 142.816C77.6682 142.781 77.6336 142.729 77.6163 142.703C76.6994 141.125 74.4936 139.859 72.8674 139.001C70.9039 137.961 68.3781 136.86 66.2502 136.114C62.3836 134.762 58.2835 134.163 54.045 134.007C49.599 133.843 46.0525 135.29 41.8486 137.094C37.8869 138.802 33.7954 141.203 30.6468 144.125C30.4565 144.298 29.6521 145.052 30.2835 145.295C30.716 145.46 31.3734 145.295 31.8405 145.235H31.8492Z' fill='%23EEEEEE'/%3E%3Cpath d='M94.181 118.861C94.7606 116.581 95.3488 114.301 96.0927 112.056C96.7414 110.096 97.5891 108.145 98.8174 106.394C100.175 104.452 102.13 103.152 104.12 101.843C104.215 101.782 104.319 101.895 104.224 101.955C102.347 103.282 100.608 104.834 99.3537 106.706C98.1168 108.544 97.4161 110.729 96.7501 112.749C96.0581 114.839 95.565 116.963 94.9422 119.061C94.2589 121.358 93.2036 123.526 92.105 125.702C92.0618 125.788 91.932 125.754 91.958 125.658C92.6413 123.37 93.6015 121.159 94.1897 118.853L94.181 118.861Z' fill='%23EEEEEE'/%3E%3Cpath d='M89.5014 138.854C89.3025 135.663 90.4875 132.308 89.8214 129.178C89.51 127.704 88.005 127.071 87.5984 125.641C87.1486 124.072 87.3995 122.086 87.5119 120.439C87.7628 116.902 88.5759 113.2 90.1156 109.853C91.6206 106.585 94.1724 103.559 97.122 101.262C100.072 98.9555 103.471 98.0452 107.061 97.499C108.825 97.2303 110.59 96.9442 112.337 96.4933C113.557 96.1726 114.794 95.453 116.014 95.2449C117.346 95.0195 117.579 95.6697 117.328 96.476C116.74 98.1232 115.555 99.259 114.18 100.247C113.635 100.611 113.055 100.941 112.45 101.253C109.742 102.64 108.108 104.4 106.914 107.062C104.959 111.423 104.821 116.234 102.122 120.37C100.738 122.494 98.679 124.072 96.5771 125.537C94.4751 127.002 93.3939 129.386 92.9008 131.649C92.4251 133.842 92.477 136.079 92.6586 138.238C92.7711 139.547 92.8576 140.856 92.97 142.157C93.0479 143.084 93.2728 143.977 93.4112 144.888C93.4544 144.905 93.5063 144.922 93.5496 144.94C94.008 145.078 93.8783 145.668 93.5063 145.798C93.5063 145.815 93.5063 145.824 93.5063 145.841C93.515 146.023 93.2987 146.127 93.1603 146.015C93.0479 145.919 92.9527 145.815 92.8662 145.694C90.1415 144.68 89.6571 141.437 89.5014 138.862V138.854ZM91.9839 143.405C91.7677 142.096 92.0012 141.012 91.8801 139.686C91.6898 137.484 91.612 134.709 91.8974 132.473C92.1656 130.409 92.6586 128.831 93.8696 127.011C95.3055 124.843 97.9957 123.56 99.7343 121.627C103.445 117.517 103.454 112.74 105.322 107.972C106.187 105.779 107.243 103.707 109.197 102.163C110.201 101.374 111.222 100.75 112.381 100.23C113.652 99.6578 114.906 98.7041 115.962 97.8718C116.463 97.4297 116.688 96.9268 116.801 96.4327C116.974 95.7131 115.979 95.9732 115.616 96.1639C114.785 96.5974 113.393 97.0135 112.502 97.291C109.517 98.2359 106.49 98.34 103.48 99.1549C96.9923 100.915 92.1569 106.75 90.202 112.576C89.2333 115.463 88.7316 118.462 88.5672 121.41C88.4894 122.789 88.6364 125.034 89.3457 126.248C89.9599 127.305 90.5913 128.094 90.7989 129.343C91.1968 131.675 90.6605 134.172 90.4875 136.556C90.3231 138.784 90.375 142.313 92.1223 144.047C92.0618 143.821 92.0185 143.596 91.9839 143.388V143.405Z' fill='%23EEEEEE'/%3E%3Cpath d='M3.99624 91.4478C2.396 88.3354 0.787099 84.9802 0.0778002 81.5123C-0.103849 80.6107 -0.0173497 79.631 0.726549 78.8941C1.34935 78.2785 2.4652 78.53 3.15719 78.6947C4.21249 78.9374 5.19859 79.4143 6.17604 79.8218C7.60329 80.42 9.06513 80.8881 10.5616 81.3389C14.5752 82.5354 18.5196 83.9485 22.4467 85.3357C30.2489 88.1013 37.7744 91.3525 44.21 96.2248C47.6787 98.8518 50.8013 101.904 53.6385 105.129C54.9274 106.594 56.1556 108.12 57.4791 109.568C58.8285 111.041 60.818 114.466 62.6864 115.402C65.0478 116.59 78.8532 120.994 79.822 123.474C80.1421 124.28 68.8625 119.902 68.404 120.197C67.046 119.59 66.501 119.416 65.7139 118.983C64.6759 118.333 63.4649 118.298 62.3404 117.76C60.4633 116.859 58.9669 116.434 56.8909 115.983C52.7735 115.09 48.1285 115.272 43.9073 114.795C35.733 113.859 27.7145 112.22 20.6388 108.562C13.1479 104.686 7.68114 98.6524 3.97894 91.4565L3.99624 91.4478Z' fill='white'/%3E%3Cpath d='M6.19326 84.7896C6.11541 84.6943 6.25381 84.5729 6.34896 84.6509C9.9733 87.5553 13.7533 90.1649 17.8794 92.4537C21.9362 94.6991 26.218 96.5978 30.4997 98.4878C32.5238 99.3808 34.6171 100.135 36.6239 101.063C38.7086 102.025 40.6375 103.213 42.6616 104.279C44.4781 105.233 46.0697 106.559 47.8602 107.574C49.6594 108.588 51.2683 109.975 52.6783 111.406C52.7388 111.466 52.635 111.553 52.5745 111.501C50.9656 110.105 48.9847 108.926 47.0298 107.972C45.1614 107.062 43.5266 105.822 41.6409 104.947C37.5495 103.039 34.1154 101.158 29.9894 99.3114C25.7076 97.3954 20.9588 95.2366 16.9625 92.8872C13.07 90.607 9.1083 88.1275 6.19326 84.7983V84.7896Z' fill='%23EEEEEE'/%3E%3Cpath d='M3.99624 91.4478C2.396 88.3354 0.787099 84.9802 0.0778002 81.5123C-0.103849 80.6107 -0.0173497 79.631 0.726549 78.8941C1.34935 78.2785 2.4652 78.53 3.1572 78.6947C4.21249 78.9374 5.19859 79.4143 6.17604 79.8218C7.60329 80.42 9.06514 80.8881 10.5616 81.3389C14.5752 82.5354 18.5196 83.9485 22.4467 85.3357C30.249 88.1013 37.7744 91.3525 44.21 96.2248C47.6787 98.8518 50.8013 101.904 53.6385 105.129C54.9274 106.594 56.1556 108.12 57.4791 109.568C58.3268 110.495 59.3302 111.822 60.4114 112.871C61.657 113.833 62.868 114.847 64.2088 115.706C66.354 117.076 68.6376 117.89 71.1461 118.61C73.2913 119.217 75.497 119.893 77.2703 121.15C77.7893 121.523 80.0815 122.798 79.5279 123.638C79.0868 124.297 77.0454 123.439 76.6475 123.309C74.2774 122.537 71.8727 121.809 69.5458 120.942C64.6759 119.122 60.0481 116.902 54.7544 116.061C51.156 115.532 47.5403 115.22 43.9073 114.804C35.733 113.868 27.7145 112.229 20.6388 108.571C13.1479 104.695 7.68114 98.661 3.97894 91.4652L3.99624 91.4478ZM25.4223 109.099C32.3076 111.856 40.577 113.322 48.1025 114.18C52.3064 114.665 60.8785 116.477 66.5529 118.861C68.6722 119.746 70.826 120.621 72.9885 121.419C74.8569 122.113 76.6561 122.997 78.6543 123.396C79.6577 123.595 78.7408 122.772 78.4899 122.546C78.1007 122.182 77.4606 121.887 76.9848 121.618C76.0679 121.107 75.0126 120.691 74.0265 120.292C72.0111 119.477 69.8313 118.992 67.7639 118.298C64.5029 117.206 61.4062 115.307 59.1139 112.853C57.4791 111.432 55.8616 109.108 54.3911 107.539C51.4847 104.444 48.7686 101.461 45.5335 98.661C39.1152 93.1124 30.6728 89.3758 22.4726 86.4107C18.6407 85.0236 15.0163 84.0179 11.193 82.6134C9.56683 82.0152 7.67249 81.5557 6.12414 80.8188C5.08614 80.3246 4.46334 80.2466 3.34749 79.8998C2.92365 79.7697 2.47385 79.6484 2.00675 79.657C1.19365 79.6744 1.08985 80.7494 1.22825 81.1222C1.7386 82.492 2.05 83.7665 2.57765 85.1276C3.94434 88.6389 5.86464 92.0547 7.94929 95.1932C12.1013 101.435 18.1995 106.195 25.4396 109.091L25.4223 109.099Z' fill='%23EEEEEE'/%3E%3Cpath d='M292.482 172.18C292.534 172.726 293.191 173.021 293.684 173.064C293.797 173.073 293.996 173.091 294.195 173.073C294.247 173.099 294.298 173.117 294.333 173.117C301.642 171.27 308.632 170.342 316.192 169.77C324.409 169.146 332.8 169.9 340.957 171.07C349.088 172.241 357.288 173.845 365.064 176.463C372.633 179.012 379.812 182.523 386.758 186.32C400.884 194.045 414.179 202.923 427.24 212.165C433.693 216.734 440.059 221.441 446.711 225.75C452.974 229.808 459.712 233.198 466.658 236.059C468.189 236.692 469.755 237.272 471.32 237.827C472.852 237.142 474.426 236.535 476.009 235.946C475.152 235.642 474.296 235.356 473.44 235.027C466.243 232.261 459.254 229.001 452.662 225.091C445.933 221.103 439.67 216.422 433.347 211.887C426.851 207.232 420.355 202.559 413.703 198.103C407.181 193.733 400.46 189.65 393.635 185.722C386.75 181.76 379.683 178.058 372.269 175.059C364.856 172.059 357.123 170.151 349.243 168.704C341.294 167.238 333.232 166.441 325.153 166.293C314.583 166.103 304.41 168.001 294.342 170.767C294.221 170.784 294.108 170.802 293.996 170.845C293.719 170.94 293.451 171.027 293.191 171.157C292.776 171.365 292.439 171.712 292.482 172.18Z' fill='white'/%3E%3Cpath d='M292.482 172.18C292.534 172.726 293.191 173.021 293.684 173.064C293.796 173.073 293.995 173.091 294.194 173.073C294.246 173.099 294.298 173.117 294.333 173.117C301.642 171.27 308.631 170.342 316.191 169.77C324.409 169.146 332.799 169.9 340.956 171.07C349.087 172.241 357.287 173.845 365.064 176.463C372.632 179.012 379.812 182.523 386.758 186.32C400.883 194.045 414.178 202.923 427.24 212.165C433.693 216.734 440.059 221.441 446.711 225.75C452.974 229.808 459.712 233.198 466.658 236.059C468.189 236.692 469.754 237.272 471.32 237.827C471.64 237.689 471.952 237.541 472.28 237.402C465.179 234.671 458.388 231.967 451.529 227.736C444.877 223.635 438.528 219.309 432.214 214.774C425.717 210.119 419.489 205.585 412.838 201.128C406.315 196.759 400.096 192.641 393.271 188.722C386.386 184.76 378.679 180.928 371.266 177.928C363.853 174.928 356.76 172.917 348.88 171.469C340.93 170.004 332.773 169.076 324.694 168.938C314.029 168.747 304.073 169.909 293.918 172.709C293.407 172.666 292.672 172.293 293.217 171.807C293.407 171.634 293.658 171.495 293.909 171.383C301.14 169.562 308.147 167.941 315.603 167.377C323.821 166.753 332.73 167.013 340.887 168.183C349.018 169.354 357.486 170.949 365.271 173.498C373.904 176.324 379.129 179.307 386.204 182.87C401.143 190.378 415.623 200.452 428.676 209.694C435.129 214.263 440.483 218.381 447.135 222.69C453.397 226.747 460.516 230.744 467.471 233.605C469.945 234.619 472.341 235.547 474.771 236.414C475.195 236.258 475.619 236.093 476.043 235.937C475.178 235.634 474.304 235.348 473.465 235.027C466.269 232.261 459.279 229.001 452.688 225.091C445.958 221.103 439.696 216.422 433.373 211.887C426.877 207.232 420.38 202.559 413.729 198.103C407.206 193.733 400.485 189.65 393.661 185.722C386.775 181.76 379.708 178.058 372.295 175.059C364.882 172.059 357.149 170.151 349.269 168.704C341.319 167.238 333.258 166.441 325.179 166.293C314.608 166.103 304.436 168.001 294.367 170.767C294.246 170.784 294.134 170.802 294.021 170.845C293.745 170.94 293.476 171.027 293.217 171.157C292.802 171.365 292.464 171.712 292.508 172.18H292.482Z' fill='%23EEEEEE'/%3E%3Cpath d='M291.366 167.707C290.475 167.681 289.567 167.846 288.728 168.088C288.218 168.236 287.742 168.452 287.223 168.574C286.643 168.704 286.038 168.738 285.45 168.877C285.251 168.921 285.121 169.12 285.259 169.293C285.977 170.204 287.387 169.97 288.365 170.334C288.546 170.403 288.711 170.472 288.866 170.533C288.866 170.533 288.849 170.533 288.84 170.533C288.027 170.698 287.266 171.105 286.6 171.573C286.012 171.99 285.294 172.05 284.913 172.692C284.792 172.891 284.982 173.151 285.199 173.177C287.05 173.411 288.78 174.114 290.674 173.975C290.7 173.975 290.726 173.975 290.752 173.975C289.982 174.825 290.294 176.142 289.705 177.096C289.429 177.547 289.013 178.223 289.558 178.639C289.973 178.96 290.752 178.691 291.184 178.579C293.062 178.093 295.198 177.538 295.57 175.475C295.691 174.799 295.458 174.192 295.769 173.533C295.968 173.117 296.063 172.727 296.011 172.276C295.959 171.877 295.639 171.504 295.354 171.227C295.267 171.14 295.163 171.079 295.051 171.019C294.523 170.334 294.203 169.415 293.667 168.747C293.087 168.019 292.274 167.724 291.34 167.707H291.366Z' fill='white'/%3E%3Cpath d='M291.366 167.707C290.475 167.681 289.567 167.846 288.728 168.088C288.218 168.236 287.742 168.452 287.223 168.574C286.643 168.704 286.038 168.738 285.45 168.877C285.251 168.921 285.121 169.12 285.259 169.293C285.977 170.204 287.387 169.97 288.365 170.334C288.546 170.403 288.711 170.472 288.866 170.533C288.866 170.533 288.849 170.533 288.84 170.533C288.027 170.698 287.266 171.105 286.6 171.573C286.012 171.99 285.294 172.05 284.913 172.692C284.792 172.891 284.982 173.151 285.199 173.177C287.05 173.411 288.78 174.114 290.674 173.975C290.7 173.975 290.726 173.975 290.752 173.975C289.982 174.825 290.294 176.142 289.705 177.096C289.429 177.547 289.013 178.223 289.558 178.639C289.973 178.96 290.752 178.691 291.184 178.579C293.062 178.093 295.198 177.538 295.57 175.475C295.691 174.799 295.458 174.192 295.769 173.533C295.968 173.117 296.063 172.727 296.011 172.276C295.959 171.877 295.639 171.504 295.354 171.227C295.267 171.14 295.163 171.079 295.051 171.019C294.523 170.334 294.203 169.415 293.667 168.747C293.087 168.019 292.274 167.724 291.34 167.707H291.366ZM293.485 169.831C293.84 170.282 294.169 171.287 294.67 171.487C294.705 171.513 294.74 171.539 294.774 171.565C295.44 172.05 295.25 172.787 294.852 173.342C294.437 173.923 294.567 174.669 294.523 175.327C294.463 176.281 293.589 176.81 292.793 177.209C292.153 177.53 291.479 177.79 290.787 178.015C290.778 178.015 289.982 178.197 290.043 178.05C290.181 177.712 290.138 177.521 290.363 177.226C290.795 176.663 290.83 175.865 291.003 175.206C291.167 174.573 292.006 173.975 292.543 173.576C293.209 173.316 293.805 172.926 294.151 172.371C294.212 172.276 294.082 172.189 293.996 172.215C292.698 172.597 291.591 173.082 290.207 173.16C288.84 173.229 287.456 172.796 286.081 172.588C286.401 172.414 286.799 172.284 287.032 172.128C287.75 171.669 288.408 171.183 289.29 171.149C290.553 171.097 291.496 170.143 292.767 170.793C292.914 170.871 293.087 170.672 292.975 170.55C292.447 170.013 292.058 169.475 291.167 169.666C290.873 169.727 290.622 169.892 290.363 170.03C290.294 170.013 290.224 169.996 290.164 169.978C289.636 169.848 289.221 169.744 288.728 169.527C287.967 169.181 286.834 169.727 286.081 169.311C286.704 169.233 287.327 169.207 287.932 169.042C288.935 168.764 290.319 168.175 291.392 168.331C292.594 168.496 292.802 168.973 293.477 169.831H293.485Z' fill='%23EEEEEE'/%3E%3Cpath d='M332.791 158.543C332.523 158.82 332.505 159.211 332.626 159.627C332.505 160.468 332.298 161.196 331.943 162.011C331.571 162.86 331.312 163.779 331.355 164.716C331.398 165.531 331.718 166.753 332.453 167.386C331.969 167.507 331.528 167.681 331.156 167.898C330.187 168.47 329.634 169.345 329.158 170.308C328.518 171.617 327.973 172.813 326.675 173.663C326.546 173.75 326.528 173.932 326.615 174.044C326.831 174.322 327.904 174.443 328.474 174.252C328.474 174.252 328.483 174.252 328.492 174.252C329.928 174.218 331.156 174.608 332.531 174.92C333.042 175.041 333.578 175.076 334.106 175.059C333.889 175.284 333.725 175.579 333.639 175.969C333.37 177.148 333.275 178.319 332.938 179.489C332.782 180.018 333.293 180.321 333.768 180.096C334.408 179.792 334.953 179.246 335.472 178.795C336.536 177.868 338.422 177.798 339.711 177.218C340.861 176.697 341.83 175.891 342.427 174.825C342.877 174.018 343.128 172.631 342.764 171.747C342.358 170.759 341.147 170.264 340.273 169.632C340.498 168.426 341.363 167.334 341.363 166.112C341.363 164.924 340.515 163.797 339.659 162.973C338.534 161.898 337.211 161.525 335.888 160.762C334.867 160.173 334.4 158.638 333.241 158.37C333.068 158.326 332.895 158.422 332.782 158.534L332.791 158.543Z' fill='white'/%3E%3Cpath d='M332.791 158.543C332.523 158.82 332.505 159.211 332.626 159.627C332.505 160.468 332.298 161.196 331.943 162.011C331.571 162.86 331.312 163.779 331.355 164.716C331.398 165.531 331.718 166.753 332.453 167.386C331.969 167.507 331.528 167.681 331.156 167.898C330.187 168.47 329.634 169.345 329.158 170.308C328.518 171.617 327.973 172.813 326.675 173.663C326.546 173.75 326.528 173.932 326.615 174.044C326.831 174.322 327.904 174.443 328.474 174.252C328.474 174.252 328.483 174.252 328.492 174.252C329.928 174.218 331.156 174.608 332.531 174.92C333.042 175.041 333.578 175.076 334.106 175.059C333.889 175.284 333.725 175.579 333.639 175.969C333.37 177.148 333.275 178.319 332.938 179.489C332.782 180.018 333.293 180.321 333.768 180.096C334.408 179.792 334.953 179.246 335.472 178.795C336.536 177.868 338.422 177.798 339.711 177.218C340.861 176.697 341.83 175.891 342.427 174.825C342.877 174.018 343.128 172.631 342.764 171.747C342.358 170.759 341.147 170.264 340.273 169.632C340.498 168.426 341.363 167.334 341.363 166.112C341.363 164.924 340.515 163.797 339.659 162.973C338.534 161.898 337.211 161.525 335.888 160.762C334.867 160.173 334.4 158.638 333.241 158.37C333.068 158.326 332.895 158.422 332.782 158.534L332.791 158.543ZM334.538 160.234C334.893 160.563 335.161 161.022 335.593 161.231C336.735 161.785 337.92 162.046 338.915 162.869C339.443 163.303 339.866 163.884 340.204 164.456C340.68 165.253 340.827 166.233 340.515 167.013C340.411 167.273 340.1 168.409 339.988 168.661C339.875 168.496 339.529 167.334 339.382 167.187C338.95 166.727 338.37 166.38 337.842 166.034C337.306 165.678 337.116 165.08 336.614 164.716C336.528 164.655 336.432 164.75 336.484 164.837C336.657 165.115 336.675 165.435 336.882 165.721C337.194 166.155 337.609 166.441 338.05 166.745C338.794 167.256 339.175 167.915 339.451 168.635C339.391 169.016 339.434 169.406 339.659 169.796C339.702 169.874 339.754 169.918 339.823 169.944C339.927 170.308 340.308 170.533 340.628 170.811C341.078 171.192 341.925 171.626 342.098 172.232C342.219 172.657 342.029 173.386 341.96 173.81C341.553 176.273 338.543 176.446 336.45 177.218C335.801 177.46 335.178 178.05 334.694 178.518C334.625 178.587 333.794 179.489 333.725 179.558C333.76 179.489 334.538 178.353 334.581 178.275C334.798 177.807 335.17 177.452 335.533 177.087C335.853 176.767 336.061 176.385 336.407 176.082C336.701 175.822 337.073 175.614 337.393 175.388C337.479 175.328 337.393 175.171 337.297 175.223C336.917 175.423 336.484 175.484 336.095 175.692C335.749 175.882 335.429 176.221 335.204 176.524C334.91 176.931 333.985 178.258 333.708 178.631C333.812 178.041 334.331 176.481 334.555 175.9C334.651 175.648 334.979 175.249 335.291 174.937C335.464 174.911 335.645 174.877 335.818 174.842C337.496 174.495 339.823 172.597 339.607 170.819C339.59 170.663 339.365 170.594 339.252 170.724C338.664 171.435 338.361 172.302 337.695 172.987C336.839 173.862 335.706 174.608 334.452 174.504C333.535 174.426 332.376 174.365 331.485 174.14C330.871 173.992 329.746 173.715 329.123 173.75C330.274 173.212 332.246 172.545 332.86 171.443C333.431 170.42 334.114 169.649 335.36 169.363C336.164 169.181 337.038 169.536 337.765 169.233C337.894 169.181 337.955 168.955 337.808 168.929C336 168.556 334.573 168.513 333.189 169.632C332.35 170.308 332.263 171.01 331.623 171.79C330.801 172.805 329.365 173.073 328.267 173.732C328.241 173.75 328.215 173.767 328.198 173.793C327.938 173.81 327.644 173.828 327.419 173.819C328.059 173.342 328.379 172.926 328.872 172.284C329.53 171.417 329.902 169.788 330.654 168.955C332.35 167.074 335.343 167.663 337.479 168.175C337.54 168.192 337.557 168.088 337.514 168.054C336.502 167.282 334.824 167.039 333.31 167.23C332.938 166.771 332.523 166.38 332.289 165.791C331.934 164.889 332.099 163.831 332.419 162.965C332.678 162.262 333.024 160.32 333.258 159.618C333.388 159.783 335.144 163.155 335.204 163.554C335.221 163.684 335.1 163.779 335.23 163.753C335.948 163.597 335.879 163.025 335.542 162.488C335.256 162.037 334.901 161.621 334.581 161.196C334.452 161.022 333.682 159.557 333.422 159.002C333.673 159.263 334.339 160.051 334.538 160.234Z' fill='%23EEEEEE'/%3E%3Cpath d='M301.045 162.011C301.945 162.453 302.308 163.84 302.68 164.664C302.992 165.357 303.424 165.921 304.03 166.38C303.632 166.337 303.234 166.294 302.836 166.294C302.628 166.294 302.551 166.519 302.602 166.675C303.052 168.019 304.462 168.981 306.054 169.406C305.37 169.987 305.033 170.802 304.393 171.426C304.211 171.6 304.376 171.894 304.609 171.929C304.964 171.99 305.959 172.397 306.607 172.363C306.504 172.51 306.4 172.657 306.287 172.787C305.889 173.247 305.241 173.516 304.748 173.88C304.445 174.096 303.926 174.677 304.402 175.015C305.241 175.605 306.772 175.033 307.732 175.102C308.943 175.189 309.903 175.241 311.028 174.721C312.04 174.253 312.714 173.446 312.974 172.423C313.19 171.548 313.017 170.897 313.623 170.108C313.925 169.71 314.124 169.345 314.254 168.869C314.444 168.149 313.847 168.08 313.259 168.062C312.161 167.377 312.273 165.999 311.789 164.898C311.374 163.944 310.422 163.372 309.471 162.973C308.329 162.496 307.291 162.47 306.071 162.514C304.436 162.574 302.836 161.933 301.288 161.499C301.262 161.499 301.236 161.482 301.21 161.473C300.864 161.378 300.76 161.881 301.045 162.02V162.011Z' fill='white'/%3E%3Cpath d='M301.045 162.011C301.945 162.453 302.308 163.84 302.68 164.664C302.992 165.357 303.424 165.921 304.03 166.38C303.632 166.337 303.234 166.294 302.836 166.294C302.628 166.294 302.551 166.519 302.602 166.675C303.052 168.019 304.462 168.981 306.054 169.406C305.37 169.987 305.033 170.802 304.393 171.426C304.211 171.6 304.376 171.894 304.609 171.929C304.964 171.99 305.959 172.397 306.607 172.363C306.504 172.51 306.4 172.657 306.287 172.787C305.889 173.247 305.241 173.516 304.748 173.88C304.445 174.096 303.926 174.677 304.402 175.015C305.241 175.605 306.772 175.033 307.732 175.102C308.943 175.189 309.903 175.241 311.028 174.721C312.04 174.253 312.714 173.446 312.974 172.423C313.19 171.548 313.017 170.897 313.623 170.108C313.925 169.71 314.124 169.345 314.254 168.869C314.444 168.149 313.847 168.08 313.259 168.062C312.161 167.377 312.273 165.999 311.789 164.898C311.374 163.944 310.422 163.372 309.471 162.973C308.329 162.496 307.291 162.47 306.071 162.514C304.436 162.574 302.836 161.933 301.288 161.499C301.262 161.499 301.236 161.482 301.21 161.473C300.864 161.378 300.76 161.881 301.045 162.02V162.011ZM309.981 163.927C311.01 164.707 310.967 165.375 311.408 166.476C311.754 167.334 312.074 168.314 312.844 168.426C312.982 168.513 313.112 168.6 313.285 168.678C313.493 168.765 313.095 169.51 312.991 169.632C312.541 170.178 312.386 171.053 312.316 171.738C312.213 172.857 311.737 173.663 310.682 174.14C309.808 174.539 308.657 174.331 307.749 174.53C306.21 174.859 305.379 174.461 304.73 174.599C305.102 174.383 306.348 173.871 306.729 173.654C307.299 173.325 307.81 172.068 308.208 171.6C308.606 171.123 308.926 171.14 309.557 171.114C309.834 171.105 309.704 170.551 309.401 170.533C308.528 170.49 307.957 170.802 307.36 171.374C307.222 171.504 307.1 171.66 306.988 171.816C306.417 171.721 305.855 171.574 305.293 171.444C305.673 171.027 306.019 170.568 306.452 170.204C306.746 169.961 307.04 169.77 307.395 169.64C308.822 169.753 310.232 169.432 311.131 168.591C311.166 168.557 311.131 168.461 311.088 168.478C308.346 169.363 304.661 169.441 303.32 166.866C303.969 166.927 304.653 166.979 305.293 166.944C306.253 167.334 307.057 167.247 308.182 167.057C308.355 167.031 308.251 166.771 308.095 166.727C306.59 166.337 304.86 166.588 303.891 165.288C303.329 164.534 302.974 163.103 302.378 162.358C303.355 162.635 304.324 162.904 305.336 163.043C306.832 163.242 308.727 162.947 309.981 163.901V163.927Z' fill='%23EEEEEE'/%3E%3Cpath d='M358.525 153.87C357.556 153.835 356.492 153.315 355.696 154.13C354.814 155.031 354.866 156.185 355.091 157.346C355.35 158.664 356.059 159.964 356.751 161.126C357.149 161.794 357.59 162.444 357.971 163.12C358.187 163.502 358.3 163.875 358.395 164.256C357.919 164.022 357.4 163.866 356.907 163.823C356.57 163.797 356.388 164.057 356.466 164.351C357.115 166.606 357.175 169.198 358.689 171.148C359.32 171.972 360.229 172.518 361.18 172.96C361.777 173.238 362.339 173.507 362.85 173.905C362.305 173.741 361.742 173.611 361.18 173.507C360.185 173.325 359.26 173.845 358.464 174.33C357.253 175.076 356.146 175.804 354.701 176.134C353.084 176.498 351.198 176.194 349.615 175.769C349.261 175.674 348.923 176.107 349.079 176.411C349.442 177.087 350.117 177.425 350.74 177.867C350.921 177.997 351.103 178.136 351.276 178.266C351.06 178.284 350.835 178.318 350.601 178.379C349.503 178.656 348.413 179.497 347.781 180.364C347.124 181.257 346.942 182.185 345.93 182.792C345.247 183.199 344.365 183.572 343.984 184.292C343.136 185.896 344.78 187.439 346.423 187.56C347.245 187.621 348.084 187.621 348.88 187.473C348.793 187.786 348.854 188.115 349.191 188.436C349.676 188.904 350.342 189.025 351.008 189.008C350.965 189.095 350.93 189.19 350.913 189.32C350.818 189.962 351.224 190.621 351.665 191.071C352.53 191.956 354.381 191.774 355.454 191.453C357.071 190.967 357.833 189.693 358.118 188.176C358.326 187.083 358.412 186.069 358.923 185.046C359.078 184.734 359.277 184.439 359.476 184.144C359.563 185.557 360.99 187.057 362.227 187.638C362.417 187.734 362.703 187.595 362.72 187.387C362.815 185.514 362.357 183.815 364.199 182.575C365.497 181.708 366.197 180.963 366.586 179.463C366.794 178.648 366.586 177.841 366.664 177.026C366.734 176.281 367.33 176.394 367.685 175.891C368.36 174.92 367.036 174.547 366.5 173.871C366.768 173.299 367.797 172.414 367.962 172.249C368.637 171.573 369.138 170.576 369.363 169.675C369.605 168.66 369.501 167.75 369.181 166.753C368.827 165.634 368.256 163.536 369.294 162.591C369.501 162.401 369.354 162.071 369.13 161.967C368.55 161.707 367.797 161.898 367.157 162.201C367.823 160.623 367.78 158.872 366.266 157.58C365.695 157.086 365.003 156.696 364.398 156.245C363.706 155.734 363.17 155.109 362.547 154.529C361.44 153.497 359.874 153.904 358.516 153.87H358.525Z' fill='white'/%3E%3Cpath d='M358.525 153.87C357.556 153.835 356.492 153.315 355.696 154.13C354.814 155.031 354.866 156.185 355.091 157.346C355.35 158.664 356.059 159.964 356.751 161.126C357.149 161.794 357.59 162.444 357.971 163.12C358.187 163.502 358.3 163.875 358.395 164.256C357.919 164.022 357.4 163.866 356.907 163.823C356.57 163.797 356.388 164.057 356.466 164.351C357.115 166.606 357.175 169.198 358.689 171.148C359.32 171.972 360.229 172.518 361.18 172.96C361.777 173.238 362.339 173.507 362.85 173.905C362.305 173.741 361.742 173.611 361.18 173.507C360.185 173.325 359.26 173.845 358.464 174.33C357.253 175.076 356.146 175.804 354.701 176.134C353.084 176.498 351.198 176.194 349.615 175.769C349.261 175.674 348.923 176.107 349.079 176.411C349.442 177.087 350.117 177.425 350.74 177.867C350.921 177.997 351.103 178.136 351.276 178.266C351.06 178.284 350.835 178.318 350.601 178.379C349.503 178.656 348.413 179.497 347.781 180.364C347.124 181.257 346.942 182.185 345.93 182.792C345.247 183.199 344.365 183.572 343.984 184.292C343.136 185.896 344.78 187.439 346.423 187.56C347.245 187.621 348.084 187.621 348.88 187.473C348.793 187.786 348.854 188.115 349.191 188.436C349.676 188.904 350.342 189.025 351.008 189.008C350.965 189.095 350.93 189.19 350.913 189.32C350.818 189.962 351.224 190.621 351.665 191.071C352.53 191.956 354.381 191.774 355.454 191.453C357.071 190.967 357.833 189.693 358.118 188.176C358.326 187.083 358.412 186.069 358.923 185.046C359.078 184.734 359.277 184.439 359.476 184.144C359.563 185.557 360.99 187.057 362.227 187.638C362.417 187.734 362.703 187.595 362.72 187.387C362.815 185.514 362.357 183.815 364.199 182.575C365.497 181.708 366.197 180.963 366.586 179.463C366.794 178.648 366.586 177.841 366.664 177.026C366.734 176.281 367.33 176.394 367.685 175.891C368.36 174.92 367.036 174.547 366.5 173.871C366.768 173.299 367.797 172.414 367.962 172.249C368.637 171.573 369.138 170.576 369.363 169.675C369.605 168.66 369.501 167.75 369.181 166.753C368.827 165.634 368.256 163.536 369.294 162.591C369.501 162.401 369.354 162.071 369.13 161.967C368.55 161.707 367.797 161.898 367.157 162.201C367.823 160.623 367.78 158.872 366.266 157.58C365.695 157.086 365.003 156.696 364.398 156.245C363.706 155.734 363.17 155.109 362.547 154.529C361.44 153.497 359.874 153.904 358.516 153.87H358.525ZM349.97 186.65C350.947 186.086 351.501 185.453 351.968 184.474C352.037 184.326 351.83 184.222 351.726 184.335C350.273 185.774 348.845 186.702 346.795 186.806C345.922 186.849 344.33 186.086 344.832 184.873C345.057 184.326 346.025 184.006 346.518 183.763C347.669 183.182 348.283 181.777 348.897 180.702C349.399 179.835 351.103 178.942 352.79 179.385C352.954 179.489 353.118 179.584 353.291 179.671C354.148 180.104 355.091 180.156 356.008 179.966C356.466 179.87 356.881 179.653 357.296 179.463C357.348 179.437 357.4 179.419 357.452 179.393C357.08 179.801 356.795 180.33 356.492 180.746C356.016 181.405 355.246 182.731 356.319 183.286C356.336 183.286 356.345 183.295 356.362 183.303C356.137 183.459 355.93 183.676 355.748 183.988C355.54 184.344 354.589 186.026 354.165 186.502C353.456 187.309 352.963 187.491 352.141 187.76C351.665 187.916 351.112 187.838 350.619 187.89C349.641 187.994 349.953 186.659 349.961 186.641L349.97 186.65ZM357.219 187.5C356.933 188.921 356.639 190.23 354.995 190.872C354.39 191.106 353.551 191.089 352.894 191.054C351.812 190.993 351.838 189.65 352.08 188.887C352.098 188.887 352.115 188.887 352.124 188.878C352.599 188.783 353.032 188.601 353.438 188.349C354.018 187.994 355.852 186.945 356.743 184.708C356.95 184.179 357.435 183.867 357.902 183.555C358.127 183.537 358.352 183.511 358.577 183.477C358.464 183.581 358.43 183.806 358.352 183.91C357.634 184.847 357.452 186.381 357.227 187.517L357.219 187.5ZM367.746 165.21C367.815 166.874 369.095 168.452 368.429 170.073C367.91 171.348 366.284 172.067 365.825 173.359C365.635 173.897 365.574 174.668 366.154 174.85C366.448 175.102 366.941 175.267 366.578 175.475C365.272 176.203 365.946 177.859 365.765 179.133C365.626 180.087 365.038 180.737 364.182 181.387C363.568 181.856 362.936 182.237 362.452 182.835C361.595 183.884 361.933 185.393 362.002 186.685C361.033 185.852 360.48 184.378 360.436 183.173C360.8 183.087 361.154 182.957 361.492 182.757C362.902 181.899 364.069 180.416 364.13 178.786C364.13 178.648 363.957 178.596 363.888 178.717C363.291 179.723 362.599 180.919 361.621 181.639C360.627 182.376 359.269 182.488 358.084 182.74C357.763 182.809 356.25 182.896 356.552 182.202C356.708 181.856 357.193 180.937 357.417 180.633C358.291 179.497 358.845 179.272 360.177 178.734C360.315 178.682 360.229 178.422 360.056 178.457C359.615 178.552 359.217 178.578 358.845 178.656C358.827 178.639 358.801 178.613 358.767 178.613C357.123 178.76 355.947 179.489 354.563 179.359C353.577 179.263 352.816 178.561 352.029 178.058C351.726 177.859 350.376 176.87 350.004 176.628C350.869 176.801 352.755 177.356 353.672 177.339C354.883 177.313 356.077 176.879 357.123 176.35C358.196 175.795 359.113 174.989 360.255 174.556C361.587 174.044 364.329 174.478 364.121 174.391C364.121 174.374 364.121 174.348 364.104 174.33C363.204 172.388 360.601 172.319 359.243 170.758C358.464 169.865 358.196 168.86 357.962 167.75C357.772 166.831 357.296 165.314 357.046 164.412C357.547 164.585 358.317 165.236 358.637 165.574C358.637 165.617 359.243 166.406 359.381 166.71C359.606 168.738 361.076 170.039 362.659 171.348C362.763 171.435 362.927 171.287 362.832 171.192C361.414 169.614 360.704 167.923 360.523 165.869C360.445 165.01 360.506 164.135 360.488 163.276C360.488 162.904 360.134 161.603 360.082 161.239C360.436 161.872 361.241 163.008 362.002 163.476C363.421 164.334 363.793 166.051 364.658 167.299C364.874 167.611 365.341 167.438 365.41 167.126C365.652 166.059 365.981 165.01 366.595 164.074C366.855 163.684 367.477 162.921 368.143 162.73C367.737 163.476 367.711 164.464 367.746 165.262V165.21ZM364.199 157.147C365.324 157.962 366.889 158.759 366.751 160.242C366.699 160.797 366.604 161.118 366.457 161.655C366.31 162.219 365.756 162.912 365.618 163.467C365.298 163.927 365.073 165.522 364.917 166.085C364.683 165.608 364.216 164.62 363.801 164.23C363.291 163.744 362.893 162.834 362.235 162.539C361.189 162.063 360.739 161.048 360.289 160.086C360.125 159.739 359.606 159.8 359.537 160.164C359.338 161.196 359.658 162.193 359.563 163.224C359.537 163.484 359.641 165.27 359.615 165.522C359.476 164.499 358.049 161.933 357.608 161.144C357.071 160.19 354.252 154.425 356.786 154.494C357.27 154.503 359.675 154.355 360.549 155.855C360.964 156.575 361.492 157.234 361.838 157.927C362.123 158.508 362.521 158.967 362.953 159.453C363.057 159.574 363.23 159.444 363.152 159.314C362.279 157.927 361.457 155.751 360.367 154.537C362.123 154.277 363.429 156.592 364.199 157.147Z' fill='%23EEEEEE'/%3E%3Cpath d='M374.493 151.971C372.2 152.127 371.889 154.009 371.197 155.751C370.574 157.303 372.347 158.369 373.541 159.037C374.51 159.575 375.513 159.999 376.24 160.849C377.018 161.751 377.018 163.094 377.07 164.195C377.157 166.103 377.434 167.941 378.541 169.597C378.895 170.126 379.423 170.854 380.046 171.417C379.683 171.443 379.319 171.504 378.965 171.599C378.809 171.643 378.74 171.79 378.835 171.92C379.259 172.466 379.786 172.718 380.349 173.117C381.776 174.122 382.07 175.301 382.485 176.853C382.667 177.521 383.013 178.414 383.541 179.125C383.489 179.116 383.437 179.107 383.385 179.09C382.615 178.943 381.992 178.769 381.309 178.405C380.946 178.214 380.643 178.119 380.245 178.11C380.063 178.11 379.985 178.266 380.081 178.405C380.651 179.246 381.188 180.122 381.612 181.032C381.906 181.665 382.269 182.22 382.814 182.688C383.878 183.59 385.046 184.101 386.283 184.604C386.231 184.613 386.17 184.621 386.118 184.639C384.457 184.318 382.606 184.413 381.006 184.751C379.804 185.003 378.627 185.306 377.408 185.48C376.326 185.636 375.219 185.428 374.155 185.662C373.982 185.696 373.87 185.87 373.948 186.034C374.138 186.407 374.423 186.451 374.778 186.685C375.185 186.953 375.756 187.179 376.197 187.404C376.499 187.56 376.802 187.699 377.114 187.803C376.318 188.063 375.652 188.453 375.038 189C374.657 189.329 373.723 190.17 373.74 190.681C373.74 190.803 373.792 190.872 373.896 190.924C375.072 191.522 376.837 191.21 378.108 191.21C379.025 191.21 379.864 191.661 380.695 191.991C381.361 192.251 382.087 192.372 382.805 192.441C384.085 192.554 385.4 192.225 386.352 191.418C386.49 191.297 386.62 191.167 386.732 191.02C386.793 190.959 386.853 190.907 386.914 190.846C387.416 190.343 387.727 189.615 388.056 189C388.203 188.713 388.359 188.436 388.506 188.159C388.843 187.534 389.457 187.508 390.106 187.378C390.201 187.361 390.305 187.309 390.383 187.248C390.443 187.248 390.495 187.231 390.547 187.205C390.685 187.144 390.763 187.058 390.807 186.945C390.928 186.858 391.049 186.745 391.161 186.581C391.429 186.165 391.308 185.566 391.213 185.124C391.144 184.786 391.005 184.448 390.91 184.118C390.642 183.165 391.213 182.697 391.957 182.281C393.012 181.682 393.929 180.911 394.197 179.74C394.353 179.081 394.024 178.18 393.86 177.538C393.722 176.983 393.471 176.463 393.09 176.03C393.012 175.7 392.952 175.379 392.934 175.076C392.917 174.773 392.493 174.816 392.381 175.024C392.199 175.353 391.974 175.657 391.723 175.934C391.758 175.596 391.741 175.249 391.706 174.937C391.628 174.131 391.351 173.333 391.187 172.536C391.187 172.284 391.204 172.024 391.239 171.764C391.369 170.654 391.715 169.449 392.199 168.426C392.277 168.262 392.139 168.028 391.94 168.028C391.602 168.028 391.282 168.088 390.962 168.166C390.971 168.14 390.98 168.123 390.997 168.097C391.672 166.64 393.185 164.404 394.933 166.172C395.235 167.065 395.478 168.036 396.498 168.435C397.9 168.99 397.943 167.083 398.098 166.224C398.419 164.525 398.444 163.259 397.251 161.872C396.282 160.745 394.716 159.939 393.237 159.618C391.654 159.28 390.27 159.479 388.981 160.415C388.307 160.901 387.762 161.543 387.156 162.106C386.784 162.444 386.386 162.704 385.902 162.869C385.305 163.077 384.717 162.756 384.233 162.349C384.12 162.175 384.016 161.993 383.93 161.777C383.515 160.736 383.393 159.549 383.125 158.465C382.624 156.445 381.663 154.685 379.856 153.445C378.402 152.448 376.283 151.867 374.493 151.989V151.971Z' fill='white'/%3E%3Cpath d='M371.188 155.751C370.565 157.303 372.339 158.369 373.532 159.037C374.501 159.575 375.505 159.999 376.231 160.849C377.01 161.751 377.01 163.094 377.062 164.196C377.148 166.103 377.425 167.941 378.532 169.597C378.887 170.126 379.414 170.854 380.037 171.417C379.674 171.443 379.311 171.504 378.956 171.599C378.8 171.643 378.731 171.79 378.826 171.92C379.25 172.466 379.778 172.718 380.34 173.117C381.767 174.122 382.061 175.301 382.476 176.853C382.658 177.521 383.004 178.414 383.532 179.125C383.48 179.116 383.428 179.107 383.376 179.09C382.606 178.943 381.983 178.769 381.3 178.405C380.937 178.214 380.634 178.119 380.236 178.11C380.054 178.11 379.977 178.266 380.072 178.405C380.643 179.246 381.179 180.122 381.603 181.032C381.897 181.665 382.26 182.22 382.805 182.688C383.869 183.59 385.037 184.101 386.274 184.604C386.222 184.613 386.161 184.621 386.109 184.639C384.449 184.318 382.598 184.413 380.997 184.751C379.795 185.003 378.619 185.306 377.399 185.48C376.318 185.636 375.21 185.428 374.147 185.662C373.974 185.696 373.861 185.87 373.939 186.035C374.129 186.407 374.415 186.451 374.769 186.685C375.176 186.954 375.747 187.179 376.188 187.404C376.491 187.56 376.793 187.699 377.105 187.803C376.309 188.063 375.643 188.453 375.029 189C374.648 189.329 373.714 190.17 373.731 190.682C373.731 190.803 373.783 190.872 373.887 190.924C375.063 191.522 376.828 191.21 378.1 191.21C379.016 191.21 379.856 191.661 380.686 191.991C381.352 192.251 382.079 192.372 382.797 192.441C384.077 192.554 385.392 192.225 386.343 191.418C386.481 191.297 386.611 191.167 386.724 191.02C386.784 190.968 386.845 190.907 386.905 190.846C387.407 190.343 387.718 189.615 388.047 189C388.194 188.713 388.35 188.436 388.497 188.159C388.834 187.534 389.448 187.508 390.097 187.378C390.192 187.361 390.296 187.309 390.374 187.248C390.434 187.248 390.486 187.231 390.538 187.205C390.677 187.144 390.754 187.058 390.798 186.945C390.919 186.858 391.04 186.745 391.152 186.581C391.421 186.165 391.299 185.566 391.204 185.124C391.135 184.786 390.997 184.448 390.902 184.119C390.633 183.165 391.204 182.697 391.94 182.281C392.995 181.682 393.912 180.911 394.18 179.74C394.336 179.081 394.007 178.18 393.843 177.538C393.704 176.983 393.453 176.463 393.073 176.03C392.995 175.7 392.934 175.379 392.917 175.076C392.9 174.773 392.476 174.816 392.363 175.024C392.182 175.353 391.957 175.657 391.706 175.934C391.741 175.596 391.723 175.249 391.689 174.937C391.611 174.131 391.334 173.333 391.17 172.536C391.17 172.284 391.187 172.024 391.222 171.764C391.351 170.654 391.697 169.449 392.182 168.426C392.26 168.262 392.121 168.028 391.922 168.028C391.585 168.028 391.265 168.088 390.945 168.166C390.953 168.14 390.962 168.123 390.979 168.097C391.654 166.64 393.168 164.404 394.915 166.172C395.218 167.065 395.46 168.036 396.481 168.435C397.882 168.99 397.925 167.083 398.081 166.224C398.401 164.525 398.427 163.259 397.233 161.872C396.265 160.745 394.699 159.939 393.22 159.618C391.637 159.28 390.253 159.479 388.964 160.416C388.289 160.901 387.744 161.543 387.139 162.106C386.767 162.444 386.369 162.704 385.885 162.869C385.288 163.077 384.699 162.756 384.215 162.349C384.103 162.175 383.999 161.993 383.912 161.777C383.497 160.736 383.376 159.549 383.108 158.465C382.606 156.445 381.646 154.685 379.838 153.445C378.385 152.448 376.266 151.867 374.475 151.989C372.183 152.145 371.872 154.026 371.18 155.769L371.188 155.751ZM386.049 188.167C386.378 188.289 387.476 188.089 387.796 188.046C387.762 188.124 386.568 190.708 385.02 191.262C382.788 192.06 380.695 190.846 378.575 190.612C377.581 190.499 376.482 190.742 375.479 190.742C375.063 190.742 374.043 190.864 374.691 190.361C375.193 189.971 375.643 189.528 376.171 189.156C377.209 188.436 378.428 188.367 379.674 188.393C380.677 188.41 381.733 188.271 382.727 188.15C382.848 188.133 382.883 187.942 382.753 187.907C381.914 187.69 381.023 187.708 380.15 187.708C379.856 187.708 379.579 187.69 379.302 187.664C379.285 187.647 379.267 187.63 379.25 187.621C378.35 187.274 377.425 187.24 376.543 186.763C376.223 186.589 375.972 186.312 375.617 186.191C375.47 186.139 375.297 186.095 375.115 186.043C375.902 186.026 376.767 186.191 377.511 186.147C378.601 186.078 379.674 185.887 380.738 185.653C382.182 185.332 383.627 185.358 385.071 185.28C384.847 185.506 384.63 185.722 384.293 185.87C383.947 186.017 383.22 186.208 383.238 186.667C383.272 187.378 385.443 187.942 386.032 188.159L386.049 188.167ZM389.647 185.939C389.751 186.017 389.855 186.095 389.95 186.191C389.95 186.191 390.028 186.277 390.106 186.381C389.985 186.347 388.955 186.589 387.848 187.127C387.303 187.534 386.758 187.725 385.936 187.482C385.331 187.3 384.665 187.058 384.103 186.728C384.492 186.52 384.872 186.269 385.193 185.922C386.395 184.613 389.621 185.974 389.656 185.931L389.647 185.939ZM393.133 177.616C395.01 180.503 390.521 182.402 390.313 182.723C390.002 183.208 389.708 183.824 389.907 184.301C389.985 184.673 390.106 185.055 390.21 185.41C390.21 185.462 390.201 185.523 390.184 185.575C390.158 185.592 390.14 185.61 390.123 185.636C389.673 185.35 389.094 185.22 388.549 185.09C388.246 184.942 387.926 184.803 387.606 184.708C387.433 184.344 387.061 184.179 386.672 183.997C385.668 183.538 384.7 183.035 383.817 182.385C382.624 181.5 381.966 180.148 381.084 178.986C381.43 179.22 381.776 179.463 382.174 179.628C382.995 179.974 383.938 180.087 384.812 180.313C387.225 180.954 389.024 183.962 389.007 183.919C389.085 183.919 389.154 183.858 389.128 183.772C388.869 182.913 388.575 182.237 388.687 181.327C388.8 180.434 389.189 179.567 389.742 178.839C390.261 178.154 391.092 177.642 391.723 177.044C392.026 176.758 392.286 175.96 392.484 175.631C392.528 175.978 393.003 177.365 393.151 177.599L393.133 177.616ZM390.556 170.377C390.408 170.759 390.339 171.149 390.331 171.539C390.218 172.38 390.495 172.622 390.573 173.394C390.642 174.105 391.092 175.085 391.023 175.804C390.945 176.524 389.786 177.452 389.371 178.024C389.319 178.093 389.267 178.171 389.215 178.249C388.921 178.57 388.644 178.908 388.436 179.298C388.03 180.044 387.848 180.919 387.926 181.769C387.442 181.015 386.827 180.356 385.997 179.94C385.634 179.758 385.253 179.602 384.873 179.48C383.627 178.327 383.428 176.463 382.883 174.937C382.572 174.053 382.156 173.455 381.326 172.935C381.101 172.796 380.098 172.432 379.553 172.128C380.496 172.293 381.473 172.276 382.407 172.614C383.549 173.03 384.12 174.027 384.985 174.712C384.976 174.885 384.942 175.067 384.89 175.249C384.379 177.053 385.893 177.79 386.542 179.324C386.585 179.42 386.715 179.385 386.732 179.298C386.853 178.631 386.481 178.162 386.144 177.599C385.504 176.533 385.417 176.082 385.556 175.015C385.582 174.816 385.712 174.01 385.59 173.845C385.184 173.316 385.469 172.805 385.383 172.18C385.34 171.868 385.417 171.573 385.487 171.27C385.703 171.469 385.954 171.704 386.023 171.747C386.559 172.111 387.096 172.518 387.537 172.995C388.384 173.923 388.791 175.397 388.817 176.585C388.817 176.723 389.024 176.749 389.05 176.611C389.18 175.822 389.18 175.171 388.981 174.382C388.817 173.732 388.462 173.203 388.246 172.579C388.168 172.354 388.056 172.189 387.926 172.05C388.246 171.539 388.436 170.949 388.817 170.464C388.912 170.342 389.526 169.796 390.4 169.172C390.668 169.016 390.945 168.877 391.204 168.782C390.919 169.276 390.703 169.822 390.547 170.394L390.556 170.377ZM390.4 167.343C390.227 167.811 390.045 168.227 389.812 168.608C389.5 168.782 389.206 168.981 388.938 169.198C388.454 169.588 388.064 169.952 387.71 170.455C387.476 170.793 387.398 171.192 387.269 171.565C387.121 171.478 386.966 171.383 386.819 171.279C386.404 170.975 385.21 170.039 384.682 169.996C384.423 169.978 384.656 170.308 384.717 170.568C384.847 171.071 384.63 171.747 384.674 172.267C384.708 172.649 384.777 173.004 384.847 173.359C384.033 172.371 382.822 171.721 381.516 171.487C380.236 170.785 379.215 169.051 378.722 167.984C377.909 166.216 378.177 164.404 378.108 162.548C378.048 160.988 376.828 160.086 375.556 159.089C374.934 158.604 373.982 158.343 373.247 158.031C372.295 157.624 371.664 156.904 372.062 155.673C372.114 155.508 372.157 155.344 372.209 155.179C372.244 155.3 372.295 155.422 372.373 155.543C372.659 155.951 373.299 156.193 373.809 156.098C374.32 156.003 374.813 155.743 375.332 155.743C375.963 155.743 376.655 155.925 377.235 156.15C380.046 157.251 379.821 160.32 379.864 162.618C379.881 163.537 380.21 164.36 380.79 164.941C380.79 165.028 382.58 166.138 383.454 166.614C384.258 167.048 385.037 167.49 385.608 168.158C385.608 168.158 385.616 168.175 385.625 168.184C385.651 168.227 385.686 168.262 385.72 168.296C385.729 168.314 385.746 168.322 385.755 168.34C385.789 168.383 385.867 168.383 385.911 168.348C385.971 168.348 386.032 168.331 386.083 168.288C387.632 167.109 388.713 165.661 390.097 164.352C390.694 163.788 392.147 163.519 392.926 163.589C393.67 163.649 394.041 164.031 394.189 164.776C393.427 164.577 392.415 164.802 391.801 165.262C391.126 165.773 390.651 166.58 390.374 167.343H390.4ZM381.326 155.994C382.208 157.52 382.278 159.973 382.84 161.612C382.892 161.768 382.952 161.933 383.021 162.089C384.379 163.537 386.473 163.996 388.004 162.358C388.324 162.011 388.653 161.725 388.999 161.473C389.223 161.187 389.448 160.927 389.682 160.736C391.256 159.436 393.791 160.216 395.304 161.196C396.169 161.759 396.835 162.505 397.095 163.476C397.354 164.421 397.017 165.522 397.008 166.484C397.008 166.848 397.026 166.996 397.13 167.343C397.259 167.637 397.043 167.828 396.472 167.915C396.247 167.759 396.057 167.577 395.893 167.369C395.322 166.71 395.244 165.652 395.157 164.846C395.002 163.511 394.024 162.938 392.683 162.843C391.49 162.756 390.383 163.016 389.578 163.875C388.955 164.551 388.402 165.236 387.718 165.877C387.104 166.458 386.499 167.039 385.911 167.646C385.054 166.692 383.013 165.487 381.586 164.681C381.24 164.378 380.954 164.022 380.824 163.537C380.582 162.618 380.85 161.603 380.807 160.676C380.729 158.985 380.184 157.416 378.861 156.219C377.883 155.335 375.98 154.624 374.64 155.058C373.671 155.37 372.598 155.552 372.961 154.269C373.057 153.931 373.152 153.618 373.23 153.289C373.403 153.176 373.48 152.838 373.723 152.786C374.553 152.613 375.228 152.535 376.032 152.752C377.996 153.272 380.34 154.295 381.317 156.003L381.326 155.994Z' fill='%23EEEEEE'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1507_3430'%3E%3Crect width='422' height='279' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.theme_tour .con_wrap .story_wrap .story_list > li {position: relative;display: flex;flex-direction: column;gap:30px;}
.theme_tour .con_wrap .story_wrap .story_list > li.small {width: calc(36% - 30px);}
.theme_tour .con_wrap .story_wrap .story_list > li.big {width: calc(64% - 30px);}
.theme_tour .con_wrap .story_wrap .story_list > li .tit {display: block;font-family: 'Gmarket Sans';font-size: 38px;color: #222;letter-spacing: 0.02em;font-weight: normal;line-height: 1.33;}
.theme_tour .con_wrap .story_wrap .story_list > li p {position: relative;margin: 0; padding-left: 20px;font-size: 17px;letter-spacing: -0.02em;line-height: 23px;}
.theme_tour .con_wrap .story_wrap .story_list > li p::before {content: '';position: absolute;left: 0;top: 0;width: 3px;height: 100%;background: #009393;}
.theme_tour .con_wrap .story_wrap .story_list > li .ex {position: absolute;left: calc(100% - 225px);top: 64%;width: 72.5%; border: 20px solid #fff;}
.theme_tour .con_wrap .story_wrap .story_list:nth-child(1) > li.big p {margin-top: 40px;}
.theme_tour .con_wrap .story_wrap .story_list:nth-child(1) > li.small p {margin-top: 5px;}
.theme_tour .con_wrap .story_wrap .story_list:nth-child(2) > li.big p {margin-top: 5px;padding-right: 260px;}

.theme_tour .con_wrap .course_section_tit {text-align: center;}
.theme_tour .con_wrap .course_section_tit .tit {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;gap: 10px;font-family: 'Gmarket Sans';font-size: 40px;letter-spacing: -0.02em;color: #222;line-height: 1;}
.theme_tour .con_wrap .course_section_tit .tit span {display: inline-block;padding: 12px 26px 8px;font-family: 'Gmarket Sans';font-size: 20px;color: #009393;border-radius: 50px;border: 1px solid #009393;letter-spacing: -0.02em;line-height: 1;}
.theme_tour .con_wrap .course_section_tit p {margin-top: 20px;font-size: 16px;letter-spacing: -0.02em;}
.theme_tour .con_wrap .corse_img_box {margin-bottom: 30px;padding: 30px; background: #F2F7F1;text-align: center;}

.theme_tour.course_check .top_wrap {text-align: center; padding: 70px 0 30px;}
.theme_tour .top_wrap .title.course-txt .stit {position: relative; display: inline-block; margin-bottom: 15px;}
.theme_tour .top_wrap .title.course-txt .stit::after {position: absolute; content: ''; background-repeat: no-repeat;}
.theme_tour .top_wrap .title.course-txt .stit::before {position: absolute; content: ''; background-repeat: no-repeat;}
.theme_tour .top_wrap .title.course-txt .mtit {display: flex; align-items: center;justify-content: center; font-size: 38px; font-weight: bold; gap: 8px;}
.theme_tour .top_wrap .title.course-txt .mtit .num {display: inline-block;width: 45px; height: 45px; border-radius: 50%; background: #009393; color: #fff;font-size: 22px; letter-spacing: 1px;line-height: 2.2;}
.theme_tour .top_wrap .title.course-txt .mtit .text {margin: 10px 0 0 0;}
.theme_tour.course_check .top_wrap .course_wrap {margin-top: 30px;}
.theme_tour.course_check .top_wrap .course_box .course_wrap {display: flex;justify-content: space-between;align-items: flex-start; gap: 50px;}
.theme_tour.course_check .top_wrap .course_box .course_wrap .course_list {padding-top: 0;}
.theme_tour.course_check .top_wrap .course_box.col3 {margin-top: 40px;}
.theme_tour.course_check .top_wrap .course_box.col3 .course_wrap {margin-top: 0;}
.theme_tour.course_check .top_wrap .course_box.col3 .course_wrap .course_list li {margin-bottom: 30px;}
.theme_tour.course_check .top_wrap .course_box.col3 .course_wrap .check-num {margin: 0 0 50px;}
.theme_tour.course_check .top_wrap .course_box .course_wrap .check-num {background: #009393; border-radius: 50px; margin: 0 0 55px;padding: 6px 21px 4px 21px;color: #FFF; font-family: 'Gmarket Sans';text-align: center;font-size: 16px; letter-spacing: -0.32px;}
.theme_tour.course_check .top_wrap .course_box .course_wrap .course_list {width: calc(100% - 130px);}
.theme_tour.course_check .top_wrap .course_box .course_wrap .course_list li {margin-bottom: 40px;}
.theme_tour.course_check .top_wrap .text-check-box {position: relative; display: inline-block; border-radius: 20px; background: #FBF5D5; text-align: left;padding: 6px 20px 6px 40px; margin: 0 0 40px;}
.theme_tour.course_check .top_wrap .text-check-box::before {position: absolute; content: '';top: 13px; left: 20px; width: 16px; height: 15px; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0.00585938C9.03125 0.00585938 10.0039 0.205078 10.918 0.603516C11.832 0.990234 12.6289 1.52344 13.3086 2.20312C13.9883 2.88281 14.5215 3.67969 14.9082 4.59375C15.3066 5.49609 15.5059 6.46289 15.5059 7.49414C15.5059 8.53711 15.3066 9.51562 14.9082 10.4297C14.5215 11.332 13.9883 12.123 13.3086 12.8027C12.6289 13.4824 11.832 14.0215 10.918 14.4199C10.0039 14.8066 9.03125 15 8 15C6.96875 15 5.99609 14.8066 5.08203 14.4199C4.16797 14.0215 3.37109 13.4824 2.69141 12.8027C2.01172 12.123 1.47266 11.332 1.07422 10.4297C0.6875 9.51562 0.494141 8.53711 0.494141 7.49414C0.494141 6.46289 0.6875 5.49609 1.07422 4.59375C1.47266 3.67969 2.01172 2.88281 2.69141 2.20312C3.37109 1.52344 4.16797 0.990234 5.08203 0.603516C5.99609 0.205078 6.96875 0.00585938 8 0.00585938ZM7.24414 10.5L11.7441 6L10.707 4.92773L7.26172 8.39062L5.31055 6.43945L4.25586 7.49414L7.24414 10.5Z' fill='%23444444'/%3E%3C/svg%3E%0A"); }
.theme_tour.course_check .top_wrap .text-check-box span {position: relative;color: #444;font-size: 17px;letter-spacing: -0.34px; line-height: 1.2;}

@media (max-width: 1200px){
    .theme_tour .top_wrap.col2 {flex-direction: column;text-align: center;}
    .theme_tour .top_wrap.col2 .title {width: 100%;text-align: center;}
    .theme_tour .top_wrap.col2 .img {width: 100%;}
}
@media (max-width: 1024px){
    .theme_tour .con_wrap .ui-tab_group .tab-ul.type2 li a span {font-size: 17px;}

    .theme_tour .top_wrap .title .mtit {font-size: 40px;}
    .theme_tour .top_wrap .title .btit {font-size: 35px;}
    .theme_tour .con_wrap .list-box {gap: 30px;}
    .theme_tour .con_wrap .list-box > li {width: calc(33.333% - 20px);}
    .theme_tour .con_wrap .list-box > li .text .tit {font-size: 25px;}
    .theme_tour .con_wrap .story_wrap .story_list > li .tit {font-size: 33px;}
    .theme_tour .con_wrap .course_section_tit .tit {font-size: 35px;}
    .theme_tour .con_wrap .course_section_tit .tit span {font-size: 18px;padding: 11px 23px 7px;}
}
@media (max-width: 900px){
    .theme_tour .con_wrap .list-box > li {width: calc(50% - 20px);}
    .theme_tour .con_wrap .story_wrap .story_list {flex-direction: column;gap:30px;}
    .theme_tour .con_wrap .story_wrap .story_list > li.big {width: 100%;}
    .theme_tour .con_wrap .story_wrap .story_list > li.small {width: 100%;}
    .theme_tour .con_wrap .story_wrap .story_list > li .ex {position: relative;left: auto;top: auto;width: 100%;border: none;}
    .theme_tour .con_wrap .story_wrap .story_list:nth-child(1) > li.big {flex-direction: column-reverse;}    
    .theme_tour .con_wrap .story_wrap .story_list:nth-child(1) > li.big p {margin: 0;}
    .theme_tour .con_wrap .story_wrap .story_list:nth-child(1) > li.small p {margin: 0;}
    .theme_tour .con_wrap .story_wrap .story_list:nth-child(2) > li.big p {padding-right: 0;margin: 0;}
    .theme_tour .con_wrap .story_wrap .story_list:first-child::before {right: -120px;bottom:-250px;}

  }
@media (max-width: 767px){
    .theme_tour .con_wrap .ui-tab_group .tab-ul.type2.col4 li {width: calc(50% + 1px);}

    .theme_tour .top_wrap .title .mtit {font-size: 35px;}
    .theme_tour .top_wrap .img .pc {display: none;}
    .theme_tour .top_wrap .img .mo {display: block;margin-top: 30px;}
    .theme_tour .con_wrap .story_wrap .story_list:not(:first-child) {margin-top: 60px;}
    .theme_tour .con_wrap .story_wrap .story_list > li {gap:20px;}
    .theme_tour .con_wrap .story_wrap .story_list > li .tit {font-size: 29px;}

    .theme_tour .top_wrap .title.course-txt .stit {font-size: 17px; margin-bottom: 10px;}
    .theme_tour .top_wrap .title.course-txt .mtit {font-size: 34px;}
    .theme_tour .top_wrap .title.course-txt .mtit .num {width: 40px;height: 40px; font-size: 20px;}
    .theme_tour.course_check .top_wrap .course_box {margin-top: 0;}
    .theme_tour.course_check .top_wrap .course_box .course_wrap {flex-direction: column;gap: 0; align-items: center;}
    .theme_tour.course_check .top_wrap .course_box .course_wrap .check-num {margin: 0; padding: 4px 15px 2px 15px;}
    .theme_tour.course_check .top_wrap .course_box .course_wrap .course_list {width: 100%;}
    .theme_tour.course_check .top_wrap .course_box .course_wrap .course_list li {margin-bottom: 30px;}
    .theme_tour.course_check .top_wrap .course_box .course_wrap .check-num,
    .theme_tour.course_check .top_wrap .course_box.col3 .course_wrap .check-num {margin: 0 auto;}
    .theme_tour.course_check .top_wrap .course_box .course_wrap .course_list {padding-top: 20px;}
    .theme_tour.course_check .top_wrap .text-check-box {margin: 0 0 30px}
    .theme_tour.course_check .top_wrap .text-check-box span {font-size: 16px;}
}
@media (max-width: 600px){
    .theme_tour .con_wrap .list-box > li {width: 100%;}
    .theme_tour .con_wrap .list-box > li .text {padding: 30px;}
    
    .theme_tour .con_wrap .info_wrap {margin: 0 0 10px;}
    .theme_tour .con_wrap .info_wrap .info_item {width: 100%;padding: 8px 20px;border-radius: 10px;}
    .theme_tour .con_wrap .info_wrap .info_item .info_list {flex-direction: column;}
    .theme_tour .con_wrap .info_wrap .info_item .info_list > li:not(:last-child)::after {display: none;}
    .theme_tour .con_wrap .course_wrap .info_wrap .info_item .info_list {flex-direction: row;justify-content: center;}
}
@media (max-width: 540px){
    .theme_tour .con_wrap .ui-tab_group .tab-ul.type2 li {min-height: 54px;}
    .theme_tour .con_wrap .ui-tab_group .tab-ul.type2 li a span {font-size: 16px;}

    .theme_tour .top_wrap.col2 .title .stit {font-size: 16px;}
    .theme_tour .top_wrap .title .mtit {font-size: 28px;}
    .theme_tour .top_wrap .title .btit {font-size: 30px;}
    .theme_tour .con_wrap .list-box {margin-top: 50px;}
    .theme_tour .con_wrap .list-box > li .text .tit {font-size: 22px;}
    .theme_tour .con_wrap .story_wrap {margin-top: 80px;}
    .theme_tour .con_wrap .story_wrap .story_list > li .tit {font-size: 23px;}
    .theme_tour .con_wrap .course_section_tit .tit {gap:5px;font-size: 26px;}
    .theme_tour .con_wrap .course_section_tit .tit span {font-size: 16px;padding:8px 14px 4px;}
    .theme_tour .info_wrap {margin-top: 25px;}
    .theme_tour .info_wrap .info_item {border-radius: 10px;}
    .theme_tour .info_wrap a.info_item {border-radius: 40px;}

    .theme_tour.course_check .top_wrap {padding: 50px 0 20px;}
    .theme_tour.course_check .top_wrap .course_box .course_wrap .check-num {font-size: 15px;}
    .theme_tour.course_check .top_wrap .text-check-box {border-radius: 15px;}
    .theme_tour .top_wrap .title.course-txt .mtit {font-size: 30px;}
    .theme_tour .top_wrap .title .mtit::before,
    .theme_tour .top_wrap .title .mtit::after {display: none;}
    .theme_tour .top_wrap .title.course-txt .mtit .num {width: 35px;height: 35px; font-size: 18px;}
    .theme_tour .top_wrap .title.course-txt .mtit .text {margin: 5px 0 0;}
}
@media (max-width: 420px){
    .theme_tour .con_wrap .ui-tab_group .tab-ul.type2.col4 li {width: calc(100% + 1px);}
    .theme_tour .top_wrap .title .mtit {font-size: 25px;}
}
/* 테마여행 공통 End */

/* sub010101 여행코스 */
.s010101 .theme_tour .top_wrap {padding: 75px 0 83px;}
.s010101 .theme_tour .top_wrap .img .ico1 {left:43.5%;bottom:1.5%;width:6.33%;height:18.8%;background-image: url("data:image/svg+xml,%3Csvg width='56' height='90' viewBox='0 0 56 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_53_117)'%3E%3Cpath d='M33.0344 15.258C33.1343 20.9027 28.0866 24.4365 28.0866 24.4365C28.0866 24.4365 22.919 21.0756 22.8191 15.4309C22.7192 9.78622 27.7269 4 27.7269 4C27.7269 4 32.9345 9.61326 33.0344 15.258Z' fill='%233F9362'/%3E%3Cpath d='M18.77 19.3284C23.1446 19.2285 25.8833 24.2762 25.8833 24.2762C25.8833 24.2762 23.2787 29.4438 18.904 29.5438C14.5294 29.6437 10.045 24.6359 10.045 24.6359C10.045 24.6359 14.3953 19.4284 18.77 19.3284Z' fill='%233F9362'/%3E%3Cpath d='M37.0838 19.3284C32.7091 19.2285 29.9704 24.2762 29.9704 24.2762C29.9704 24.2762 32.5751 29.4438 36.9498 29.5438C41.3244 29.6437 45.8087 24.6359 45.8087 24.6359C45.8087 24.6359 41.4584 19.4284 37.0838 19.3284Z' fill='%233F9362'/%3E%3Cpath d='M27.926 22.6479V44.8726' stroke='%233F9362' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M24.8617 24.692V46.9167' stroke='%233F9362' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M30.9921 24.692V46.9167' stroke='%233F9362' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='12.2669' y='40.2747' width='32.6587' height='7.41725' transform='rotate(10.0486 12.2669 40.2747)' fill='%237B5739'/%3E%3Crect x='12.2669' y='54.0693' width='32.6587' height='7.41725' transform='rotate(10.0486 12.2669 54.0693)' fill='%237B5739'/%3E%3Crect x='8.00098' y='35.6765' width='39.3403' height='9.19643' fill='%239C6842'/%3E%3Crect x='8.00098' y='48.45' width='39.3403' height='9.19643' fill='%239C6842'/%3E%3Crect x='8.00098' y='62.2446' width='39.3403' height='9.19643' fill='%239C6842'/%3E%3Crect x='15.6653' y='65.8209' width='11.751' height='2.55456' transform='rotate(90 15.6653 65.8209)' fill='%239C6842'/%3E%3Crect x='28.948' y='65.8209' width='11.751' height='2.55456' transform='rotate(90 28.948 65.8209)' fill='%239C6842'/%3E%3Crect x='42.2325' y='65.8209' width='11.751' height='2.55456' transform='rotate(90 42.2325 65.8209)' fill='%239C6842'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_53_117' x='0.000976562' y='0' width='55.3403' height='89.5718' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_53_117'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_53_117' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");}
.s010101 .theme_tour .top_wrap .img .ico2 {left:37.5%;bottom:25%;width: 8.25%;height: 11.9%;background-image: url("data:image/svg+xml,%3Csvg width='73' height='57' viewBox='0 0 73 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_53_134)'%3E%3Crect x='14.999' y='26.7' width='42' height='18' fill='%23AFAFAF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.99913 4H15.7525V6.90765H17.6908V4H25.4443V6.90765H27.3827V4H35.1361V6.90765H37.0745V4H44.8279V6.90765H46.7652V4H54.5187V6.90765H56.4581V4H64.2115V10.2996H64.2113V28.7141H64.2112V44.7058H53.3079V33.8026L48.2194 28.7141H23.9907L18.9023 33.8026V44.7058H7.99902V28.7141V25.3223V18.2958V6.90765H7.99913V4Z' fill='%23E4E4E4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.1885 23.384C49.1885 23.3838 49.1885 23.3836 49.1885 23.3834C49.1885 16.1574 43.3307 10.2996 36.1046 10.2996C28.8786 10.2996 23.0208 16.1574 23.0208 23.3834C23.0208 23.3836 23.0208 23.3838 23.0208 23.384H49.1885Z' fill='%23BDBDBD'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.9922 19.5073H26.2202C27.3073 15.057 31.321 11.7543 36.1062 11.7543C40.8914 11.7543 44.9051 15.057 45.9922 19.5073Z' fill='black'/%3E%3Cmask id='mask0_53_134' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='26' y='11' width='20' height='9'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.9922 19.5073H26.2202C27.3073 15.057 31.321 11.7543 36.1062 11.7543C40.8914 11.7543 44.9051 15.057 45.9922 19.5073Z' fill='black'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_53_134)'%3E%3Cpath d='M35.8627 19.5078C32.7936 18.054 26.5102 15.0496 25.9286 14.6619L23.0211 19.5078H35.8627Z' fill='%23D6201F'/%3E%3Cpath d='M36.1049 19.5078C39.1739 18.054 45.4574 15.0496 46.0389 14.6619L48.9465 19.5078H36.1049Z' fill='%2364447F'/%3E%3Cpath d='M36.3474 19.9915L31.5015 10.7844L24.475 14.1765L36.3474 19.9915Z' fill='%23FF8D40'/%3E%3Cpath d='M35.6213 19.9915L40.4672 10.7844L47.4937 14.1765L35.6213 19.9915Z' fill='%23007CCB'/%3E%3Cpath d='M36.1046 19.9928V9.8164L29.3204 6.90887L36.1046 19.9928Z' fill='%23FFEA00'/%3E%3Cpath d='M35.863 19.9928V9.8164L42.6473 6.90887L35.863 19.9928Z' fill='%233AA251'/%3E%3C/g%3E%3Crect x='12.3616' y='11.7541' width='4.36129' height='5.33047' fill='%237DC7DB'/%3E%3Crect x='55.4882' y='11.7541' width='4.36129' height='5.33047' fill='%237DC7DB'/%3E%3Crect x='26.4138' y='19.9921' width='19.3835' height='3.39212' fill='%237DC7DB'/%3E%3Crect x='27.3824' y='19.9908' width='0.484588' height='3.39212' fill='white'/%3E%3Crect x='28.8362' y='19.9908' width='0.484588' height='3.39212' fill='white'/%3E%3Crect x='30.29' y='19.9908' width='0.484588' height='3.39212' fill='white'/%3E%3Crect x='31.7438' y='19.9908' width='0.484588' height='3.39212' fill='white'/%3E%3Crect x='33.1977' y='19.9908' width='0.484588' height='3.39212' fill='white'/%3E%3Crect x='34.6515' y='19.9908' width='0.484588' height='3.39212' fill='white'/%3E%3Crect x='36.1053' y='19.9908' width='0.484588' height='3.39212' fill='white'/%3E%3Crect x='37.5591' y='19.9908' width='0.484588' height='3.39212' fill='white'/%3E%3Crect x='39.012' y='19.9908' width='0.484588' height='3.39212' fill='white'/%3E%3Crect x='40.4668' y='19.9908' width='0.484588' height='3.39212' fill='white'/%3E%3Crect x='41.9196' y='19.9908' width='0.484588' height='3.39212' fill='white'/%3E%3Crect x='43.3745' y='19.9908' width='0.484588' height='3.39212' fill='white'/%3E%3Crect x='44.8272' y='19.9908' width='0.484588' height='3.39212' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_53_134' x='-0.000976562' y='0' width='72.2125' height='56.7058' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_53_134'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_53_134' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");}
.s010101 .theme_tour .top_wrap .img .ico3 {right:12.3%;bottom:9.5%;width: 12.1%;height: 15.04%;background-image: url("data:image/svg+xml,%3Csvg width='107' height='72' viewBox='0 0 107 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_53_179)'%3E%3Cpath d='M38.1187 27.6749C38.1187 27.6749 52.3566 0.150291 58.6509 4.45749C64.9517 8.75821 75.0664 34.6337 75.0664 34.6337L38.1123 27.6814L38.1187 27.6749Z' fill='%234BB053'/%3E%3Cpath d='M22.8242 30.7337C22.8242 30.7337 34.5753 10.0967 40.2318 11.8299C45.8883 13.5632 72.0383 41.0296 72.0383 41.0296L22.8242 30.7337Z' fill='%23D99138'/%3E%3Cpath d='M84.7944 28.923H52.1182V47.0184H84.7944V28.923Z' fill='%23D96A5B'/%3E%3Cpath d='M68.2823 10.75C68.2823 10.75 80.4651 25.9157 90.3736 29.5827C90.6828 29.6991 90.6506 30.1324 90.3349 30.2035C86.9398 30.9408 76.6576 32.9909 68.2823 32.7904C59.9136 32.9974 49.6249 30.9408 46.2297 30.2035C45.9076 30.1324 45.8818 29.6991 46.1911 29.5827C56.0996 25.9157 68.2823 10.75 68.2823 10.75Z' fill='%23415669'/%3E%3Cpath d='M68.2823 12.4056C68.2823 12.4056 61.5177 20.0176 59.2435 21.7767C59.2435 21.7767 65.2157 22.3976 68.6882 22.3329' fill='%235A748F'/%3E%3Cpath d='M68.2823 12.4056C68.2823 12.4056 75.0469 20.0176 77.3211 21.7767C77.3211 21.7767 72.1672 22.3976 68.6882 22.3329' fill='%235A748F'/%3E%3Cpath d='M68.2823 14.2876C68.2823 14.2876 63.6373 19.5131 62.0718 20.729C62.0718 20.729 66.1756 21.1558 68.5594 21.1106' fill='%23364757'/%3E%3Cpath d='M68.2823 14.2876C68.2823 14.2876 72.9274 19.5131 74.4929 20.729C74.4929 20.729 70.9495 21.1558 68.5594 21.1106' fill='%23364757'/%3E%3Cpath d='M68.2824 31.7104C78.0105 31.7104 87.758 29.4857 87.758 29.4857C84.7365 28.5803 78.3455 22.805 78.3455 22.805C76.664 23.2836 68.2824 23.5875 68.2824 23.5875C68.2824 23.5875 59.9007 23.2836 58.2192 22.805C58.2192 22.805 51.8283 28.5867 48.8068 29.4857C48.8068 29.4857 58.5542 31.7104 68.2824 31.7104Z' fill='%235A748F'/%3E%3Cmask id='mask0_53_179' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='48' y='22' width='40' height='10'%3E%3Cpath d='M68.2824 31.7104C78.0105 31.7104 87.758 29.4857 87.758 29.4857C84.7365 28.5803 78.3455 22.805 78.3455 22.805C76.664 23.2836 68.2824 23.5875 68.2824 23.5875C68.2824 23.5875 59.9007 23.2836 58.2192 22.805C58.2192 22.805 51.8283 28.5867 48.8068 29.4857C48.8068 29.4857 58.5542 31.7104 68.2824 31.7104Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_53_179)'%3E%3Cpath d='M50.6621 21.7831H50.063V35.8882H50.6621V21.7831Z' fill='%23415669'/%3E%3Cpath d='M52.5819 21.7831H51.9828V35.8882H52.5819V21.7831Z' fill='%23415669'/%3E%3Cpath d='M54.5019 21.7831H53.9027V35.8882H54.5019V21.7831Z' fill='%23415669'/%3E%3Cpath d='M56.4217 21.7831H55.8225V35.8882H56.4217V21.7831Z' fill='%23415669'/%3E%3Cpath d='M58.3416 21.7831H57.7424V35.8882H58.3416V21.7831Z' fill='%23415669'/%3E%3Cpath d='M60.2614 21.7831H59.6622V35.8882H60.2614V21.7831Z' fill='%23415669'/%3E%3Cpath d='M62.1748 21.7831H61.5757V35.8882H62.1748V21.7831Z' fill='%23415669'/%3E%3Cpath d='M64.0948 21.7831H63.4956V35.8882H64.0948V21.7831Z' fill='%23415669'/%3E%3Cpath d='M66.0146 21.7831H65.4154V35.8882H66.0146V21.7831Z' fill='%23415669'/%3E%3Cpath d='M67.9345 21.7831H67.3353V35.8882H67.9345V21.7831Z' fill='%23415669'/%3E%3Cpath d='M69.8543 21.7831H69.2551V35.8882H69.8543V21.7831Z' fill='%23415669'/%3E%3Cpath d='M71.7741 21.7831H71.1749V35.8882H71.7741V21.7831Z' fill='%23415669'/%3E%3Cpath d='M73.694 21.7831H73.0948V35.8882H73.694V21.7831Z' fill='%23415669'/%3E%3Cpath d='M75.6075 21.7831H75.0083V35.8882H75.6075V21.7831Z' fill='%23415669'/%3E%3Cpath d='M77.5273 21.7831H76.9281V35.8882H77.5273V21.7831Z' fill='%23415669'/%3E%3Cpath d='M79.4472 21.7831H78.848V35.8882H79.4472V21.7831Z' fill='%23415669'/%3E%3Cpath d='M81.367 21.7831H80.7678V35.8882H81.367V21.7831Z' fill='%23415669'/%3E%3Cpath d='M83.2869 21.7831H82.6877V35.8882H83.2869V21.7831Z' fill='%23415669'/%3E%3Cpath d='M85.2067 21.7831H84.6075V35.8882H85.2067V21.7831Z' fill='%23415669'/%3E%3Cpath d='M87.1266 21.7831H86.5275V35.8882H87.1266V21.7831Z' fill='%23415669'/%3E%3C/g%3E%3Cpath d='M86.9913 46.0742H50.063V50.9505H86.9913V46.0742Z' fill='%23A3A3A3'/%3E%3Cpath d='M61.2085 34.0192H53.9994V40.0467H61.2085V34.0192Z' fill='white'/%3E%3Cpath d='M54.5019 34.0192H53.8512V40.0467H54.5019V34.0192Z' fill='%239E4D42'/%3E%3Cpath d='M61.6079 37.3563V36.8389H53.8447V37.3563H61.6079Z' fill='%239E4D42'/%3E%3Cpath d='M61.7947 34.0192H61.144V40.0467H61.7947V34.0192Z' fill='%239E4D42'/%3E%3Cpath d='M75.7878 40.0467H82.9969V34.0192H75.7878V40.0467Z' fill='white'/%3E%3Cpath d='M82.4944 40.0467H83.1451V34.0192H82.4944V40.0467Z' fill='%239E4D42'/%3E%3Cpath d='M83.1451 37.3563V36.8389H75.382V37.3563H83.1451Z' fill='%239E4D42'/%3E%3Cpath d='M75.2016 40.0467H75.8523V34.0192H75.2016V40.0467Z' fill='%239E4D42'/%3E%3Cpath d='M67.7154 34.0192H63.1477V46.0742H67.7154V34.0192Z' fill='white'/%3E%3Cpath d='M63.1928 34.0192H62.7483V46.0742H63.1928V34.0192Z' fill='%239E4D42'/%3E%3Cpath d='M67.9409 34.0192H67.4963V46.0742H67.9409V34.0192Z' fill='%239E4D42'/%3E%3Cpath d='M73.7456 34.0192H69.1779V46.0742H73.7456V34.0192Z' fill='white'/%3E%3Cpath d='M69.4162 34.0192H68.9717V46.0742H69.4162V34.0192Z' fill='%239E4D42'/%3E%3Cpath d='M74.1901 34.0192H73.7456V46.0742H74.1901V34.0192Z' fill='%239E4D42'/%3E%3Cpath d='M55.3588 43.332H54.1733V46.0741H55.3588V43.332Z' fill='%23874239'/%3E%3Cpath d='M61.0153 43.332H59.8298V46.0741H61.0153V43.332Z' fill='%23874239'/%3E%3Cpath d='M61.7883 42.1486H53.4904V43.8042H61.7883V42.1486Z' fill='%239E4D42'/%3E%3Cpath d='M77.392 43.332H76.2065V46.0741H77.392V43.332Z' fill='%23874239'/%3E%3Cpath d='M83.0485 43.332H81.863V46.0741H83.0485V43.332Z' fill='%23874239'/%3E%3Cpath d='M83.8281 42.1486H75.5302V43.8042H83.8281V42.1486Z' fill='%239E4D42'/%3E%3Cpath d='M53.5548 37.2011H12.761V53.7832H53.5548V37.2011Z' fill='%23D99138'/%3E%3Cpath d='M53.5548 37.2011H12.761V38.9731H53.5548V37.2011Z' fill='%23A36D2B'/%3E%3Cpath d='M33.1708 38.1324H57.9808C58.3351 38.1324 58.4833 37.6862 58.1934 37.4792C54.708 34.9376 50.7201 28.2828 50.0372 27.1186C49.9728 27.0087 49.8568 26.944 49.7279 26.944H16.6136C16.4847 26.944 16.3688 27.0087 16.3044 27.1186C15.6215 28.2828 11.6336 34.9376 8.14818 37.4792C7.86471 37.6862 8.01289 38.1324 8.36078 38.1324H33.1708Z' fill='%23556E87'/%3E%3Cpath d='M21.2328 24.383H19.313C18.9429 24.383 18.6429 24.6841 18.6429 25.0556V27.733C18.6429 28.1045 18.9429 28.4056 19.313 28.4056H21.2328C21.6029 28.4056 21.9028 28.1045 21.9028 27.733V25.0556C21.9028 24.6841 21.6029 24.383 21.2328 24.383Z' fill='%23556E87'/%3E%3Cpath d='M47.312 24.383H45.3922C45.0221 24.383 44.7222 24.6841 44.7222 25.0556V27.733C44.7222 28.1045 45.0221 28.4056 45.3922 28.4056H47.312C47.6821 28.4056 47.9821 28.1045 47.9821 27.733V25.0556C47.9821 24.6841 47.6821 24.383 47.312 24.383Z' fill='%23556E87'/%3E%3Cpath d='M56.8598 53.7831H9.80396V56.7387H56.8598V53.7831Z' fill='%23BDBDBD'/%3E%3Cpath d='M20.9108 42.5818H14.8226V53.7831H20.9108V42.5818Z' fill='white'/%3E%3Cpath d='M14.3266 53.7831H14.8226L14.8226 42.5818H14.3266L14.3266 53.7831Z' fill='%23A36D2B'/%3E%3Cpath d='M20.9043 53.7831H21.4004V42.5818H20.9043V53.7831Z' fill='%23A36D2B'/%3E%3Cpath d='M41.1272 41.2173H25.1949V53.7832H41.1272V41.2173Z' fill='%23485E73'/%3E%3Cpath d='M41.8037 49.1914H24.4734V50.3296H41.8037V49.1914Z' fill='%23B89769'/%3E%3Cpath d='M28.4549 50.1227H27.7462V53.7832H28.4549V50.1227Z' fill='%23B89769'/%3E%3Cpath d='M31.8115 50.1227H31.1028V53.7832H31.8115V50.1227Z' fill='%23B89769'/%3E%3Cpath d='M35.1744 50.1227H34.4657V53.7832H35.1744V50.1227Z' fill='%23B89769'/%3E%3Cpath d='M38.5374 50.1227H37.8287V53.7832H38.5374V50.1227Z' fill='%23B89769'/%3E%3Cmask id='mask1_53_179' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='7' y='26' width='52' height='13'%3E%3Cpath d='M33.1708 38.1324H57.9808C58.3351 38.1324 58.4833 37.6862 58.1934 37.4792C54.708 34.9376 50.7201 28.2828 50.0372 27.1186C49.9728 27.0087 49.8568 26.944 49.7279 26.944H16.6136C16.4847 26.944 16.3688 27.0087 16.3044 27.1186C15.6215 28.2828 11.6336 34.9376 8.14818 37.4792C7.86471 37.6862 8.01289 38.1324 8.36078 38.1324H33.1708Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_53_179)'%3E%3Cpath d='M10.1518 21.2011H9.65576V40.2731H10.1518V21.2011Z' fill='%23415669'/%3E%3Cpath d='M11.9428 21.2011H11.4468V40.2731H11.9428V21.2011Z' fill='%23415669'/%3E%3Cpath d='M13.7274 21.2011H13.2313V40.2731H13.7274V21.2011Z' fill='%23415669'/%3E%3Cpath d='M15.5184 21.2011H15.0223V40.2731H15.5184V21.2011Z' fill='%23415669'/%3E%3Cpath d='M17.303 21.2011H16.8069V40.2731H17.303V21.2011Z' fill='%23415669'/%3E%3Cpath d='M19.0875 21.2011H18.5914V40.2731H19.0875V21.2011Z' fill='%23415669'/%3E%3Cpath d='M20.8785 21.2011H20.3824V40.2731H20.8785V21.2011Z' fill='%23415669'/%3E%3Cpath d='M22.6631 21.2011H22.167V40.2731H22.6631V21.2011Z' fill='%23415669'/%3E%3Cpath d='M24.4541 21.2011H23.958V40.2731H24.4541V21.2011Z' fill='%23415669'/%3E%3Cpath d='M26.2387 21.2011H25.7427V40.2731H26.2387V21.2011Z' fill='%23415669'/%3E%3Cpath d='M28.0233 21.2011H27.5272V40.2731H28.0233V21.2011Z' fill='%23415669'/%3E%3Cpath d='M29.8143 21.2011H29.3182V40.2731H29.8143V21.2011Z' fill='%23415669'/%3E%3Cpath d='M31.5989 21.2011H31.1028V40.2731H31.5989V21.2011Z' fill='%23415669'/%3E%3Cpath d='M33.3899 21.2011H32.8938V40.2731H33.3899V21.2011Z' fill='%23415669'/%3E%3Cpath d='M35.1744 21.2011H34.6783V40.2731H35.1744V21.2011Z' fill='%23415669'/%3E%3Cpath d='M36.9654 21.2011H36.4694V40.2731H36.9654V21.2011Z' fill='%23415669'/%3E%3Cpath d='M38.75 21.2011H38.2539V40.2731H38.75V21.2011Z' fill='%23415669'/%3E%3Cpath d='M40.5345 21.2011H40.0385V40.2731H40.5345V21.2011Z' fill='%23415669'/%3E%3Cpath d='M42.3255 21.2011H41.8295V40.2731H42.3255V21.2011Z' fill='%23415669'/%3E%3Cpath d='M44.1101 21.2011H43.614V40.2731H44.1101V21.2011Z' fill='%23415669'/%3E%3Cpath d='M45.9011 21.2011H45.405V40.2731H45.9011V21.2011Z' fill='%23415669'/%3E%3Cpath d='M47.6858 21.2011H47.1897V40.2731H47.6858V21.2011Z' fill='%23415669'/%3E%3Cpath d='M49.4703 21.2011H48.9742V40.2731H49.4703V21.2011Z' fill='%23415669'/%3E%3Cpath d='M51.2613 21.2011H50.7653V40.2731H51.2613V21.2011Z' fill='%23415669'/%3E%3Cpath d='M53.0459 21.2011H52.5498V40.2731H53.0459V21.2011Z' fill='%23415669'/%3E%3Cpath d='M54.8369 21.2011H54.3408V40.2731H54.8369V21.2011Z' fill='%23415669'/%3E%3Cpath d='M56.6214 21.2011H56.1254V40.2731H56.6214V21.2011Z' fill='%23415669'/%3E%3C/g%3E%3Cpath d='M41.4558 41.0297H24.8407V42.1874H41.4558V41.0297Z' fill='%23E8B372'/%3E%3Cpath d='M50.9906 28.4056H15.5248L15.9178 26.944H50.4817L50.9906 28.4056Z' fill='%23D4D4D4'/%3E%3Cpath d='M24.1706 38.1324H22.7146V53.7832H24.1706V38.1324Z' fill='%23A36D2B'/%3E%3Cpath d='M20.9108 48.9586H14.8226V53.7831H20.9108V48.9586Z' fill='%23D94B38'/%3E%3Cpath d='M20.9107 48.7711H14.5713V49.4372H20.9107V48.7711Z' fill='%23A36D2B'/%3E%3Cpath d='M45.5597 53.7831H51.6478V42.5818H45.5597V53.7831Z' fill='white'/%3E%3Cpath d='M52.1374 42.5818H51.6414V53.7831H52.1374V42.5818Z' fill='%23A36D2B'/%3E%3Cpath d='M45.5532 42.5818H45.0571V53.7831H45.5532V42.5818Z' fill='%23A36D2B'/%3E%3Cpath d='M42.2933 53.7831H43.7493V38.1324H42.2933V53.7831Z' fill='%23A36D2B'/%3E%3Cpath d='M45.5597 53.7831H51.6478V48.9586H45.5597V53.7831Z' fill='%23D94B38'/%3E%3Cpath d='M45.5532 49.4436H51.8926V48.7775H45.5532V49.4436Z' fill='%23A36D2B'/%3E%3Cpath d='M93.1886 50.8015C96.3979 50.8015 98.9997 47.4948 98.9997 43.4159C98.9997 39.3369 96.3979 36.0303 93.1886 36.0303C89.9792 36.0303 87.3774 39.3369 87.3774 43.4159C87.3774 47.4948 89.9792 50.8015 93.1886 50.8015Z' fill='%23A9C781'/%3E%3Cpath d='M81.4375 47.1863C81.4375 50.103 83.28 52.47 85.5542 52.47C87.8284 52.47 89.671 50.103 89.671 47.1863C89.671 44.2695 87.8284 41.9025 85.5542 41.9025C83.28 41.9025 81.4375 44.2695 81.4375 47.1863Z' fill='%23728755'/%3E%3Cpath d='M93.1821 44.2437H93.3754C93.588 44.2437 93.7619 44.4183 93.7619 44.6317V47.141C94.5608 46.4749 95.3983 45.8863 95.2372 44.6188C95.1599 43.9914 96.1456 43.9979 96.2229 44.6188C96.326 45.4466 96.049 46.2226 95.54 46.8758C95.0311 47.529 94.2902 47.8912 93.7619 48.5056V59.6099C93.7619 59.8233 93.588 59.9979 93.3754 59.9979H93.1821C92.9695 59.9979 92.7955 59.8233 92.7955 59.6099V44.6317C92.7955 44.4183 92.9695 44.2437 93.1821 44.2437Z' fill='%236E6755'/%3E%3Cpath d='M84.9937 47.2381H85.1999C85.4318 47.2381 85.6122 47.3545 85.6122 47.5032V49.23C86.4755 48.7708 87.371 48.3698 87.2035 47.4968C87.1198 47.0634 88.1763 47.0699 88.2601 47.4968C88.3696 48.0659 88.0732 48.6027 87.5256 49.0489C86.9845 49.4951 86.1792 49.7474 85.6122 50.1677V57.7991C85.6122 57.9478 85.4254 58.0643 85.1999 58.0643H84.9937C84.7618 58.0643 84.5814 57.9478 84.5814 57.7991V47.5032C84.5814 47.3545 84.7683 47.2381 84.9937 47.2381Z' fill='%23C2A87E'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_53_179' x='-0.000976562' y='0' width='107.001' height='71.9979' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_53_179'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_53_179' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");}
.s010101 .theme_tour .top_wrap .img .ico4 {right:22.3%;bottom:32.6%;width: 7.69%;height: 23%;background-image: url("data:image/svg+xml,%3Csvg width='68' height='110' viewBox='0 0 68 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_53_438)'%3E%3Cpath d='M29.1635 20.1943L28.1837 40.802' stroke='%23555555' stroke-width='0.585456' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.5321 18.6689L37.1495 40.548' stroke='%23555555' stroke-width='0.585456' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.8678 61.7163C28.6016 64.1736 26.5017 66.7787 24.5812 69.511C22.7646 72.0954 22.2084 74.3554 21.7094 77.4769C21.4002 79.4126 21.1559 80.7775 20.6413 83.1802C20.553 83.598 20.5348 84.2026 20.2775 84.5451C19.3991 85.7101 16.6599 84.1377 15.8204 83.4994C15.901 80.7282 15.7477 78.4474 15.9062 75.0534C16.0205 72.5676 15.9426 69.8898 17.0341 67.6298C18.9495 63.6702 22.0759 60.6628 24.6773 57.1807C26.7148 59.0697 28.4457 60.3644 30.8704 61.7215L30.8678 61.7163Z' fill='url(%23paint0_linear_53_438)'/%3E%3Cpath d='M13.0352 88.5826C12.7052 89.1482 12.3907 89.4985 12.3283 90.1991C12.2685 90.8789 12.3049 91.5406 12.8065 92.0414C13.3133 92.5448 13.9422 92.7809 14.6595 92.7653C15.7042 92.742 16.736 92.2983 17.5962 91.73C19.1867 90.6766 21.692 88.5177 20.6914 86.3433C20.3354 85.57 19.5376 85.0174 18.6877 84.9577C17.4689 84.8695 16.4787 85.5778 15.5197 86.2058C14.5633 86.8337 13.6148 87.5836 13.0326 88.5852L13.0352 88.5826Z' fill='%23C94331'/%3E%3Cpath d='M13.1359 89.114C13.6868 88.8208 14.3677 88.9791 14.9447 89.2204C15.3527 89.389 15.7503 89.5992 16.0778 89.8976C16.4052 90.196 16.6573 90.5878 16.7275 91.0237' stroke='white' stroke-width='0.38083' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.921 88.9567C14.3134 88.2665 14.8306 87.6489 15.444 87.1455' stroke='white' stroke-width='0.38083' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5226 90.2668C17.5101 89.4132 18.4197 88.4713 19.2358 87.4541' stroke='white' stroke-width='0.38083' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.9113 88.5312C15.4102 88.6428 15.8884 88.8608 16.299 89.1644' stroke='white' stroke-width='0.38083' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.3429 88.0742C15.8185 88.1547 16.2785 88.3363 16.6839 88.5984' stroke='white' stroke-width='0.38083' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.8702 87.5137C16.3172 87.5682 16.7513 87.7135 17.1411 87.9392' stroke='white' stroke-width='0.38083' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9785 86.4267C20.0253 86.3307 20.0512 86.2217 20.0798 86.0738C20.215 85.4173 20.3501 84.7635 20.4853 84.107C20.7555 82.7966 21.0258 81.4863 21.2961 80.1759C19.4509 80.2693 17.5927 80.0669 15.8125 79.5791C15.8021 81.8366 15.7839 84.094 15.7579 86.3514C15.7579 86.4812 16.2569 86.79 16.3661 86.86C16.6208 87.0261 16.9014 87.1584 17.1951 87.2415C17.8188 87.4179 18.427 87.3219 19.0247 87.0987C19.2638 87.0105 19.4925 86.8938 19.6952 86.7407C19.8433 86.6291 19.9239 86.5357 19.9785 86.4241V86.4267Z' fill='white'/%3E%3Cpath d='M32.854 61.0722C30.4319 63.8149 27.911 66.4719 25.2991 69.0356C23.9893 66.4719 21.2501 64.6997 18.3732 64.5544C20.3795 62.258 22.0895 59.6451 24.0881 57.2891C27.0222 58.506 30.0992 59.4946 32.8566 61.0748L32.854 61.0722Z' fill='%23336096'/%3E%3Cpath d='M37.4561 64.9861C35.4394 67.651 33.602 70.4481 31.9543 73.3543C30.3976 76.1021 30.0624 78.4063 29.8701 81.5589C29.7505 83.5154 29.6388 84.8984 29.3607 87.3375C29.3113 87.763 29.3529 88.365 29.132 88.7308C28.3705 89.9737 25.491 88.6764 24.5944 88.1211C24.4047 85.3551 24.0304 83.1002 23.8589 79.7062C23.7316 77.2205 23.3937 74.5634 24.2617 72.2074C25.7821 68.0817 28.6044 64.7837 30.8524 61.0654C33.0641 62.7468 34.9144 63.8678 37.4587 64.9835L37.4561 64.9861Z' fill='url(%23paint1_linear_53_438)'/%3E%3Cpath d='M22.3156 93.4534C22.0427 94.0502 21.762 94.429 21.7698 95.1296C21.7776 95.812 21.8764 96.4685 22.4247 96.9174C22.9757 97.3689 23.6254 97.5427 24.3401 97.4597C25.377 97.3351 26.362 96.7954 27.1624 96.1441C28.6438 94.9402 30.9282 92.5504 29.7197 90.4824C29.2909 89.748 28.4437 89.2758 27.5913 89.2966C26.3698 89.3277 25.4524 90.1269 24.5584 90.8456C23.667 91.5618 22.7964 92.3999 22.3156 93.456V93.4534Z' fill='%23C94331'/%3E%3Cpath d='M22.4689 93.9748C22.9886 93.6297 23.6825 93.7231 24.2803 93.9048C24.7039 94.0345 25.1197 94.2032 25.4732 94.4678C25.8266 94.7325 26.1177 95.0984 26.2294 95.5265' stroke='white' stroke-width='0.38083' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.5782 93.4972C23.9005 92.7732 24.3579 92.109 24.9167 91.5459' stroke='white' stroke-width='0.38083' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.9513 94.792C26.8505 93.8475 27.6639 92.8199 28.376 91.7275' stroke='white' stroke-width='0.38083' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.1788 93.2197C24.6882 93.282 25.182 93.4533 25.6238 93.7153' stroke='white' stroke-width='0.38083' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.5636 92.7207C25.047 92.757 25.52 92.8894 25.9488 93.1125' stroke='white' stroke-width='0.38083' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.0343 92.1143C25.4839 92.1246 25.9309 92.2284 26.3415 92.4153' stroke='white' stroke-width='0.38083' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.0176 90.6353C29.054 90.5367 29.0696 90.4251 29.0852 90.2746C29.1554 89.6104 29.2281 88.9435 29.2983 88.2793C29.4413 86.9481 29.5816 85.617 29.7245 84.2859C27.8975 84.5558 26.029 84.535 24.2072 84.2236C24.4177 86.4707 24.6178 88.7204 24.8101 90.97C24.8205 91.0998 25.3481 91.3567 25.465 91.4189C25.7353 91.5616 26.0264 91.6654 26.3278 91.7199C26.9671 91.8341 27.5623 91.681 28.134 91.4008C28.3627 91.2892 28.5784 91.1517 28.7656 90.9778C28.9033 90.8507 28.9735 90.7521 29.0176 90.6353Z' fill='white'/%3E%3Cpath d='M39.0674 64.0408C38.7555 64.8504 38.2955 65.6236 37.7264 66.3839C36.0839 68.5713 34.3816 70.7145 32.6248 72.8111C31.0733 70.3876 28.173 68.8878 25.296 69.0202C27.2815 66.2438 29.0748 63.3324 30.9927 60.5093C31.0707 60.3926 31.1538 60.2758 31.263 60.185C31.5203 59.9748 31.8841 59.967 32.2168 59.9618C34.561 59.9281 36.9025 59.5544 39.1427 58.8564C39.413 59.6556 39.5092 60.7428 39.5196 61.5913C39.53 62.4294 39.3714 63.2598 39.07 64.0408H39.0674Z' fill='%234570B4'/%3E%3Cpath d='M34.8936 49.6894C32.2688 48.3765 30.0779 46.1164 29.1059 43.3504C28.1366 40.5844 28.4874 37.328 30.2442 34.9823C31.2396 33.6538 33.9138 33.441 35.2029 34.5983C36.0007 35.3144 36.0319 36.6144 36.796 37.4343C36.8194 37.4603 36.8428 37.4836 36.8661 37.507C37.4743 38.0986 38.2825 38.4333 39.0674 38.7551C40.016 39.1417 40.9827 39.5309 42.0015 39.6269C43.8051 39.793 45.6269 39.0223 47.4097 39.3415C50.0735 39.8189 51.4665 42.5434 51.3262 45.0448C51.1755 47.7096 49.0496 49.8555 46.6404 50.7896C44.2001 51.7367 41.4843 51.6537 38.8881 51.319C37.4171 51.1295 36.1982 50.3433 34.891 49.6894H34.8936Z' fill='%23A37E4E'/%3E%3Cpath d='M59.1614 33.8852C58.3193 34.9646 57.4435 36.0181 56.5105 37.0222C55.7985 37.7877 55.2475 38.6855 54.4912 39.4016C52.8306 40.9715 51.1517 42.5387 49.2493 43.8075C47.347 45.0764 45.2003 46.0442 42.9263 46.2907C42.1518 44.4796 41.5749 42.5854 41.2111 40.6523C43.6436 40.3487 46.0605 39.7545 48.2566 38.6647C50.0394 37.7773 54.2106 35.2708 53.7999 32.8472C53.7246 32.3932 53.3555 30.7507 53.8051 30.4445C54.3041 30.1046 54.9356 31.4824 55.1305 31.7652C55.6035 31.1632 56.1363 30.608 56.7184 30.1098C56.9238 29.9333 57.1629 29.7569 57.4331 29.7724C57.7034 29.788 57.9425 30.1227 57.7762 30.3329C57.9321 30.0838 58.3012 30.0008 58.548 30.1565C58.7975 30.3122 58.8807 30.6806 58.7248 30.9271C58.8963 30.8104 59.0938 30.6884 59.2939 30.7351C59.9722 30.8882 59.4395 31.5914 59.3901 31.9417C59.7045 31.8664 59.9956 32.1544 59.9982 32.4658C60.0008 32.7824 59.7981 33.06 59.6058 33.3117C59.4602 33.5037 59.3121 33.6931 59.1614 33.8852Z' fill='%23FFD5C5'/%3E%3Cpath d='M56.6948 31.721C56.9911 31.3811 57.4095 30.7791 57.7006 30.4081' stroke='%23E59F8F' stroke-width='0.358094' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M57.6101 32.3492C57.9454 31.9003 58.2052 31.6097 58.5405 31.1582' stroke='%23E59F8F' stroke-width='0.358094' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M58.5012 33.0081C58.8677 32.5982 59.0418 32.3101 59.351 31.9521' stroke='%23E59F8F' stroke-width='0.358094' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M56.2147 32.0349C56.8177 32.5175 57.2855 33.1662 57.5505 33.8927' stroke='%23E59F8F' stroke-width='0.358094' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M55.359 32.3699C55.6397 32.9148 55.7462 33.5453 55.6579 34.1525' stroke='%23E59F8F' stroke-width='0.358094' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.43022 30.182C9.924 31.3392 10.4516 32.4809 11.0441 33.5941C11.4937 34.4426 11.7718 35.3689 12.2734 36.1837C13.3779 37.9715 14.5006 39.7593 15.8884 41.3343C17.2788 42.9093 18.9576 44.2742 20.9198 45.0318C22.0347 43.6073 22.9963 42.0582 23.7759 40.4261C21.6864 39.5828 19.6801 38.4852 17.9883 37.001C16.6135 35.7919 13.5026 32.5847 14.4382 30.5271C14.6123 30.143 15.3296 28.7678 15.0022 28.3916C14.6383 27.9712 13.7521 29.0481 13.513 29.253C13.2349 28.6069 12.8945 27.9868 12.4943 27.4082C12.3539 27.2032 12.1824 26.9878 11.9407 26.9411C11.6964 26.8918 11.4053 27.1305 11.5041 27.3589C11.4235 27.102 11.1169 26.9411 10.8596 27.0189C10.6023 27.0994 10.4412 27.4056 10.5217 27.6624C10.397 27.5197 10.2515 27.364 10.0617 27.3563C9.42242 27.3329 9.72908 28.0828 9.6901 28.4045C9.42762 28.2618 9.10276 28.4513 9.02479 28.7263C8.94683 29.0065 9.06118 29.3023 9.17293 29.5696C9.25869 29.7746 9.34445 29.9796 9.43022 30.182Z' fill='%23FFD5C5'/%3E%3Cpath d='M12.1333 28.8409C11.9514 28.4673 11.7201 27.8367 11.5486 27.4371' stroke='%23E59F8F' stroke-width='0.329674' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.1715 29.1828C10.9792 28.7028 10.818 28.3862 10.6257 27.9062' stroke='%23E59F8F' stroke-width='0.329674' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.2255 29.5592C9.99683 29.1077 9.91107 28.8119 9.71875 28.4227' stroke='%23E59F8F' stroke-width='0.329674' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.4887 29.2352C11.839 29.5206 11.2698 29.9877 10.8644 30.5689' stroke='%23E59F8F' stroke-width='0.329674' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.1677 29.7303C12.7908 30.1481 12.5465 30.6852 12.4816 31.2431' stroke='%23E59F8F' stroke-width='0.329674' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M43.2441 57.5855C42.1344 55.847 41.1416 54.0151 40.5569 52.0379C40.1826 50.7716 39.9825 49.4561 39.9591 48.1353C42.0278 47.7591 44.0783 46.9417 45.9599 46.0076C45.5805 43.8488 44.9515 41.7314 44.0913 39.7153C40.653 40.2914 37.1809 40.6468 33.6985 40.7818C29.2362 40.9556 25.1586 40.3147 20.9381 38.8564C20.1792 40.7039 19.5347 42.5722 18.9318 44.4741C20.5664 45.935 22.3882 47.1857 24.3374 48.1898C23.485 51.0726 23.1601 54.1682 23.2874 57.1729C23.2926 57.3234 23.303 57.4791 23.3732 57.6114C23.4434 57.7412 23.5655 57.8346 23.6851 57.9202C27.9342 61.0054 33.7816 61.7527 38.6701 59.83C40.2866 59.1942 41.8017 58.2887 43.4806 57.8424C43.2623 57.7204 43.3792 57.8009 43.2441 57.5907V57.5855Z' fill='%23F48C78'/%3E%3Cpath d='M33.4647 41.7109C33.2672 41.8147 33.0541 41.8925 32.8358 41.9418C31.96 42.1416 30.988 42.0975 30.6761 41.1037C30.489 40.5069 30.3123 39.9075 30.1486 39.3056C30.5332 39.4405 30.9594 39.5572 31.3726 39.5105C32.225 39.4171 32.8306 39.0591 33.5531 38.6465L34.0235 40.1411C34.0858 40.3409 34.1482 40.5433 34.1378 40.7508C34.117 41.1452 33.8052 41.5319 33.4673 41.7083L33.4647 41.7109Z' fill='%23FFD5C5'/%3E%3Cpath d='M29.3945 34.5156C28.5056 35.9557 28.1314 37.9796 28.9007 39.1369C29.1813 39.5599 29.4542 39.9776 29.9428 40.1644' stroke='%23113B6D' stroke-width='0.585456' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.4416 36.4949C29.3636 36.8297 29.0284 37.0398 28.6931 36.962C28.3579 36.8842 28.1474 36.5494 28.2253 36.2147C28.3033 35.88 28.6386 35.6698 28.9738 35.7477C29.3091 35.8255 29.5196 36.1602 29.4416 36.4949Z' fill='%23FFD5C5'/%3E%3Cpath d='M32.0993 34.4634C32.0733 34.4789 32.6477 35.2496 32.7022 35.3144C32.9647 35.6336 33.2558 35.9268 33.5729 36.1915C34.1212 36.6481 34.7423 37.0166 35.4051 37.2761C35.4154 37.5667 35.3921 37.8599 35.3245 38.1557C34.9087 39.9617 33.1051 41.0878 31.2937 40.6726C29.4849 40.2575 28.3569 38.4541 28.7728 36.6481C28.8455 36.3264 28.9651 36.0306 29.121 35.7555C30.171 35.5817 31.1663 35.0134 32.0993 34.4582V34.4634Z' fill='%23FFD5C5'/%3E%3Cpath d='M32.7021 35.314C32.6501 35.2492 32.0732 34.4785 32.0991 34.463C31.1662 35.0182 30.1734 35.5865 29.1208 35.7604C29.8329 34.4967 31.3143 33.7935 32.8034 34.136C34.316 34.4837 35.3503 35.8019 35.4049 37.2783C34.7396 37.0188 34.1185 36.6504 33.5727 36.1937C33.2556 35.929 32.9646 35.6358 32.7021 35.3166V35.314Z' fill='%23A37E4E'/%3E%3Cpath d='M30.6973 36.4724C30.6713 36.5866 30.557 36.6567 30.4426 36.6307C30.3283 36.6048 30.2581 36.4906 30.2841 36.3764C30.3101 36.2622 30.4244 36.1922 30.5388 36.2181C30.6531 36.2441 30.7233 36.3583 30.6973 36.4724Z' fill='%23113B6D'/%3E%3Cpath d='M32.1216 36.7991C32.0956 36.9133 31.9813 36.9833 31.8669 36.9574C31.7526 36.9314 31.6824 36.8172 31.7084 36.7031C31.7344 36.5889 31.8487 36.5188 31.9631 36.5448C32.0774 36.5707 32.1476 36.6849 32.1216 36.7991Z' fill='%23113B6D'/%3E%3Cpath d='M31.1467 36.6511C30.8375 36.7419 30.7777 37.1182 30.7335 37.2868C30.8843 37.3231 31.035 37.3569 31.1857 37.3932' stroke='%23113B6D' stroke-width='0.29557' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.2013 37.4636C30.2143 37.6218 30.3052 37.7646 30.4274 37.8658C30.5495 37.9644 30.7029 38.0214 30.8588 38.0526C30.9965 38.0785 31.1395 38.0837 31.272 38.0526C31.4046 38.0214 31.5345 37.9436 31.6125 37.8294' stroke='%23113B6D' stroke-width='0.29557' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.3308 35.8365C30.5101 35.8313 30.6921 35.8547 30.8636 35.9092' stroke='%23113B6D' stroke-width='0.29557' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.8643 36.1662C32.0306 36.1844 32.1917 36.2363 32.3347 36.3193' stroke='%23113B6D' stroke-width='0.29557' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.1096 38.0028C36.0316 38.3375 35.6964 38.5477 35.3611 38.4698C35.0259 38.392 34.8153 38.0572 34.8933 37.7225C34.9713 37.3878 35.3065 37.1776 35.6418 37.2555C35.977 37.3333 36.1875 37.668 36.1096 38.0028Z' fill='%23FFD5C5'/%3E%3Cpath d='M33.2026 37.3955C33.0908 37.4085 32.9817 37.4448 32.8829 37.5019' stroke='%23F9B29B' stroke-width='1.01176' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.6735 36.5479C29.5982 36.5764 29.528 36.6127 29.463 36.6594' stroke='%23F9B29B' stroke-width='1.01176' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.3741 39.8192C31.3545 41.2723 33.1789 40.3978 34.299 39.238C35.0838 38.4258 35.4555 37.214 35.6036 36.0957' stroke='%23113B6D' stroke-width='0.585456' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.0815 32.162C33.7281 32.6239 33.463 33.1558 33.2629 33.7059C33.0264 34.3572 32.8757 35.037 32.7379 35.7168L36.2594 36.4097C36.6128 34.6245 35.6694 32.886 34.0841 32.162H34.0815Z' fill='%23CB4F24'/%3E%3Cpath d='M28.6808 34.9171L30.4038 35.257C30.6689 34.0271 31.2043 32.8542 31.9527 31.8423C30.3596 32.0551 29.0082 33.2538 28.6808 34.9171Z' fill='%23CB4F24'/%3E%3Cpath d='M33.2181 31.8813C32.7893 31.7983 32.3657 31.7879 31.955 31.8424C31.204 32.8543 30.6712 34.0246 30.4061 35.2571L32.7373 35.7164C32.875 35.0365 33.0258 34.3567 33.2623 33.7054C33.4624 33.1553 33.7275 32.626 34.0809 32.1615C33.8106 32.037 33.5222 31.941 33.2155 31.8813H33.2181Z' fill='%23113B6D'/%3E%3Cpath d='M38.8781 56.9708C36.2351 57.7103 33.4933 57.7259 30.7125 57.4846C28.1136 57.2588 25.6317 56.797 23.2018 55.8603C23.1758 55.8499 23.1472 55.8395 23.129 55.8161C23.1108 55.7954 23.1082 55.7643 23.103 55.7383C23.0069 55.0429 23.0069 54.1425 23.3057 53.499C24.4077 53.8908 25.5356 54.1866 26.6765 54.4409C27.6068 54.6485 29.4676 54.9391 30.5877 55.0481C34.039 55.3776 38.0231 55.4166 41.1651 53.7351C41.3418 54.0595 41.5185 54.3838 41.6927 54.7082C41.768 54.8483 42.1137 55.2349 42.1267 55.3776C42.1553 55.7565 41.2561 56.0886 40.9598 56.2209C40.2737 56.5297 39.5772 56.7762 38.8755 56.9734L38.8781 56.9708Z' fill='%23555555'/%3E%3Cpath d='M40.2189 50.5699C40.25 50.5621 40.2812 50.5517 40.3124 50.5439C40.3774 51.2601 40.5723 51.9659 40.8894 52.612C39.2937 53.0116 37.7577 53.489 36.1049 53.7018C34.4234 53.9171 32.7289 53.9587 31.0397 53.816C29.5557 53.681 28.0796 53.4293 26.6294 53.0894C25.9303 52.9259 25.2364 52.7417 24.5503 52.5341C24.1319 52.407 23.7083 52.3006 23.3185 52.0982C23.5628 51.4002 23.5732 50.6322 23.7681 49.916C24.8908 50.326 26.0447 50.614 27.209 50.8916C28.0718 51.0966 29.7948 51.3821 30.8344 51.4858C32.3781 51.6389 33.9816 51.722 35.5279 51.5767C37.0976 51.4288 38.7037 50.9902 40.2215 50.5673L40.2189 50.5699Z' fill='%23555555'/%3E%3Cpath d='M25.2286 49.843C25.2364 49.9208 25.252 49.9987 25.2702 50.0713C25.356 50.4112 25.5457 50.6733 25.8576 50.7486C26.315 50.8601 26.8659 51.1326 27.2272 50.7122C27.4689 50.432 27.4818 49.939 27.4792 49.5913C27.4741 49.0412 27.3233 47.7023 26.5748 47.6322C25.5951 47.5388 25.3404 48.9867 25.265 49.6951C25.2416 49.9208 25.2338 50.1544 25.3196 50.3671C25.4054 50.5773 25.5977 50.7563 25.8264 50.7641C25.777 50.7537 25.7302 50.746 25.6808 50.7356' stroke='%23CB4F24' stroke-width='0.881025' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.849 40.3818C27.6978 41.2381 27.2456 42.7976 27.0194 43.8225C26.7232 45.1692 26.4945 46.8869 26.4425 48.2647' stroke='%23555555' stroke-width='0.881025' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.1504 50.8549C34.1764 50.9301 34.205 51.0002 34.2388 51.0676C34.3947 51.3816 34.6364 51.597 34.9561 51.6048C35.4265 51.6177 36.0216 51.7656 36.2867 51.2804C36.4634 50.9561 36.3725 50.4709 36.2971 50.1335C36.1749 49.5964 35.7435 48.3224 34.9951 48.4106C34.0179 48.5274 34.0777 49.996 34.153 50.7044C34.1764 50.9301 34.2206 51.1611 34.348 51.3479C34.4753 51.5347 34.704 51.6696 34.9275 51.6281C34.8781 51.6281 34.8287 51.6281 34.7794 51.6281' stroke='%23CB4F24' stroke-width='0.881025' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.8685 40.3564C34.6704 40.8754 34.3612 43.4494 34.3586 44.4977C34.3534 45.8755 34.7406 47.6555 34.9823 49.0126' stroke='%23555555' stroke-width='0.881025' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.8426 68.1728C37.6457 67.2905 37.9679 65.5936 37.9081 64.4026C37.8484 63.2116 37.4663 62.0647 37.0609 60.9437C36.5697 59.5841 36.0318 58.2322 35.2677 57.0049' stroke='%23555555' stroke-width='0.881025' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7745 61.3606C21.193 59.1499 23.0667 57.5022 24.8469 56.127' stroke='%23555555' stroke-width='0.952076' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.8351 55.8164C27.4308 58.8263 27.9532 61.8155 27.6725 65.2095' stroke='%23555555' stroke-width='0.881025' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.0261 56.6309C31.6066 59.0777 28.7375 61.6881 27.7941 64.9964' stroke='%23555555' stroke-width='0.881025' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.3615 69.4151C17.7435 69.2387 18.1385 69.096 18.5465 68.9922' stroke='%23F9B29B' stroke-width='1.01176' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.338 73.868C25.6187 73.6137 25.9643 73.4372 26.336 73.3594' stroke='%23F9B29B' stroke-width='1.01176' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.9461 41.418C29.9357 41.6852 30.05 41.9473 30.2268 42.1471C30.4035 42.3469 30.6348 42.4922 30.8791 42.6012C31.7029 42.967 32.6983 42.9281 33.4909 42.4948' stroke='%23E27364' stroke-width='0.457565' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.9894 19.9897L29.1349 17.3664L38.7091 15.5215L38.6701 18.4847' stroke='%23555555' stroke-width='1.62279' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.0153 12.9316L33.6359 16.3619' stroke='%23555555' stroke-width='1.62279' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.7414 12.3904C34.8843 12.0712 34.7752 11.669 34.5101 11.4407C33.8032 10.8283 32.5688 11.5938 33.1665 12.4553C33.5225 12.969 34.4685 12.995 34.7414 12.3904Z' stroke='%23555555' stroke-width='1.62279' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.4669 33.2881C34.9659 33.5943 35.3583 34.0691 35.5688 34.6166' stroke='white' stroke-width='0.457565' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.15442 15.956C21.1451 13.9018 47.808 8.83461 58.5343 5' stroke='%23555555' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_53_438' x='0.654297' y='0.499878' width='67.344' height='108.98' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_53_438'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_53_438' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_53_438' x1='16.1934' y1='70.4317' x2='29.7211' y2='71.9491' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFD5C5'/%3E%3Cstop offset='1' stop-color='%23F9BCAA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_53_438' x1='23.6978' y1='75.0797' x2='37.3092' y2='75.2772' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFD5C5'/%3E%3Cstop offset='1' stop-color='%23F9BCAA'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");}
.s010101 .theme_tour .top_wrap .img .ico5 {right:33%;top:46%;width: 11.53%;height: 10.5%;background-image: url("data:image/svg+xml,%3Csvg width='102' height='50' viewBox='0 0 102 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_53_387)'%3E%3Cpath d='M81.2389 27.3088C84.8253 27.3088 87.7327 23.6954 87.7327 19.2381C87.7327 14.7807 84.8253 11.1674 81.2389 11.1674C77.6525 11.1674 74.7451 14.7807 74.7451 19.2381C74.7451 23.6954 77.6525 27.3088 81.2389 27.3088Z' fill='%23A9C781'/%3E%3Cpath d='M89.394 31.8537C91.938 31.8537 94.0003 29.2699 94.0003 26.0827C94.0003 22.8955 91.938 20.3118 89.394 20.3118C86.85 20.3118 84.7877 22.8955 84.7877 26.0827C84.7877 29.2699 86.85 31.8537 89.394 31.8537Z' fill='%23728755'/%3E%3Cpath d='M74.0997 16.0316H27.2681V34.1416H74.0997V16.0316Z' fill='%23DECCAF'/%3E%3Cpath d='M50.6815 17.0319H78.3817C79.1505 17.0319 79.6067 16.1917 79.1692 15.5723C77.8255 13.6773 75.0567 10.2981 70.8692 7.58741C64.7004 3.60111 50.6815 4.012 50.6815 4.012C50.6815 4.012 36.6627 3.60111 30.4939 7.58741C26.3063 10.2981 23.5438 13.6773 22.1938 15.5723C21.7563 16.1917 22.2125 17.0319 22.9813 17.0319H50.6815Z' fill='%23DEB16B'/%3E%3Cpath d='M39.707 5.30899C38.0633 6.01426 36.407 6.68886 34.8195 7.45546C33.232 8.22819 31.6882 9.06225 30.2757 10.0496C28.8507 11.0247 27.5694 12.1593 26.4569 13.4226C25.9007 14.0543 25.4069 14.7351 24.9757 15.4465C24.5257 16.1517 24.1694 16.9061 23.8632 17.6788C24.0069 16.8631 24.3007 16.072 24.6507 15.2993C25.0257 14.5388 25.4819 13.809 26.0007 13.116C27.0382 11.73 28.3694 10.5341 29.8257 9.51607C31.2945 8.5103 32.8945 7.67011 34.5632 6.98937C36.232 6.3025 37.9445 5.74441 39.7008 5.29672L39.707 5.30899Z' fill='white'/%3E%3Cpath d='M41.7762 4.89658C40.345 5.78583 38.87 6.61375 37.4512 7.49687C36.0387 8.38612 34.6512 9.30604 33.3949 10.3425C32.1262 11.3728 30.9886 12.5257 30.0011 13.7891C29.5074 14.4208 29.0699 15.0831 28.6949 15.7822C28.2949 16.4691 27.9886 17.1989 27.7136 17.9471C27.8261 17.1621 28.0699 16.4017 28.3699 15.6535C28.6886 14.9114 29.0824 14.2 29.5324 13.5131C30.4324 12.1394 31.6074 10.9251 32.9074 9.85186C34.2199 8.79089 35.6512 7.86484 37.1512 7.06758C38.6512 6.26418 40.195 5.54665 41.7762 4.89658Z' fill='white'/%3E%3Cpath d='M44.5337 5.14258C42.2587 6.7739 40.2212 8.59533 38.4837 10.6437C36.7336 12.6859 35.3086 14.9366 34.0836 17.3223C34.7586 14.7588 36.1211 12.3425 37.9024 10.2389C39.6962 8.14764 41.9399 6.33847 44.5337 5.14258Z' fill='white'/%3E%3Cpath d='M46.6704 4.85605C45.3017 6.99639 44.0017 9.13059 42.8892 11.3568C41.7579 13.5707 40.8141 15.8582 39.8954 18.1887C40.2454 15.7295 41.0891 13.3377 42.2204 11.0808C43.3704 8.83009 44.8267 6.69588 46.6704 4.86218V4.85605Z' fill='white'/%3E%3Cpath d='M48.6889 4.62802C47.3201 6.6825 46.4639 8.90256 45.8764 11.1962C45.2764 13.4899 44.9701 15.851 44.4389 18.1998C44.3951 15.8081 44.5701 13.404 45.1639 11.0429C45.4764 9.87154 45.8826 8.71245 46.4639 7.61468C47.0326 6.51691 47.7701 5.49274 48.6889 4.62189V4.62802Z' fill='white'/%3E%3Cpath d='M60.5401 5.30759C62.2901 5.75528 64.0088 6.31336 65.6776 7.00023C67.3464 7.67484 68.9464 8.51503 70.4151 9.52694C71.8776 10.545 73.2027 11.7409 74.2402 13.1269C74.7589 13.8199 75.2152 14.5497 75.5902 15.3101C75.9402 16.0829 76.2339 16.874 76.3777 17.6897C76.0714 16.9108 75.7152 16.1565 75.2652 15.4573C74.8402 14.7459 74.3402 14.0652 73.7839 13.4335C72.6714 12.1702 71.3901 11.0356 69.9651 10.0605C68.5526 9.07311 67.0089 8.23905 65.4214 7.46632C63.8338 6.69973 62.1838 6.01899 60.5338 5.31985L60.5401 5.30759Z' fill='white'/%3E%3Cpath d='M58.4697 4.89658C60.051 5.54665 61.5948 6.26418 63.0948 7.06758C64.5948 7.86484 66.0323 8.79089 67.3385 9.85186C68.6386 10.9251 69.8073 12.1394 70.7136 13.5131C71.1636 14.2 71.5573 14.9114 71.8761 15.6535C72.1698 16.4017 72.4136 17.1683 72.5323 17.9471C72.2573 17.1989 71.9448 16.4691 71.5511 15.7822C71.1761 15.0831 70.7386 14.4208 70.2448 13.7891C69.2636 12.5257 68.1261 11.3728 66.851 10.3425C65.5885 9.29991 64.2073 8.38612 62.7948 7.49687C61.376 6.61375 59.9072 5.78583 58.4697 4.89658Z' fill='white'/%3E%3Cpath d='M55.7122 5.14258C58.3059 6.33847 60.5497 8.14764 62.3435 10.2389C64.1247 12.3425 65.4872 14.7588 66.1622 17.3223C64.9435 14.9366 63.5185 12.6859 61.7622 10.6437C60.0247 8.5892 57.9809 6.7739 55.7122 5.14258Z' fill='white'/%3E%3Cpath d='M53.5769 4.85626C55.4144 6.68996 56.8707 8.82417 58.0269 11.0749C59.1582 13.3318 60.002 15.7235 60.352 18.1828C59.4395 15.8523 58.4957 13.5709 57.3582 11.3509C56.2457 9.12467 54.9457 6.99047 53.5769 4.85013V4.85626Z' fill='white'/%3E%3Cpath d='M51.5583 4.62781C52.4709 5.49866 53.2146 6.52283 53.7834 7.6206C54.3584 8.71223 54.7709 9.87133 55.0834 11.0488C55.6771 13.4099 55.8584 15.8079 55.8084 18.2058C55.2771 15.8569 54.9709 13.4958 54.3709 11.2021C53.7834 8.90848 52.9271 6.68842 51.5583 4.63394V4.62781Z' fill='white'/%3E%3Cpath d='M50.1179 4.84421C49.7054 7.40771 49.2367 9.93441 48.8679 12.4795C48.4804 15.0246 48.1992 17.5758 47.8492 20.1455C47.6179 17.5574 47.7742 14.9572 48.1429 12.3937C48.5367 9.83015 49.1429 7.27892 50.1179 4.84421Z' fill='white'/%3E%3Cpath d='M50.9883 4.84421C51.9633 7.28505 52.5695 9.83015 52.9633 12.3937C53.3321 14.9633 53.4883 17.5636 53.2571 20.1455C52.907 17.5758 52.6258 15.0246 52.2383 12.4795C51.8758 9.93441 51.407 7.40771 50.9883 4.84421Z' fill='white'/%3E%3Cpath d='M78.1945 34.1426H23.8691V37.3561H78.1945V34.1426Z' fill='%23B5B5B5'/%3E%3Cpath d='M41.6261 20.1458H31.9198V34.1408H41.6261V20.1458Z' fill='%23556E87'/%3E%3Cpath d='M68.8885 22.3116H48.1259V29.9714H68.8885V22.3116Z' fill='white'/%3E%3Cpath d='M58.5072 22.3116H48.1259V29.9714H58.5072V22.3116Z' fill='white'/%3E%3Cpath d='M69.2629 22.3116H68.8879V29.9714H69.2629V22.3116Z' fill='%23997C4D'/%3E%3Cpath d='M48.1176 22.3116H47.7426V29.9714H48.1176V22.3116Z' fill='%23997C4D'/%3E%3Cpath d='M58.8869 22.3116H58.1556V29.9714H58.8869V22.3116Z' fill='%23997C4D'/%3E%3Cpath d='M49.5195 22.3116H49.1445V29.9714H49.5195V22.3116Z' fill='%23C4AA7F'/%3E%3Cpath d='M51.056 22.3116H50.681V29.9714H51.056V22.3116Z' fill='%23C4AA7F'/%3E%3Cpath d='M52.5951 22.3116H52.2263V29.9714H52.5951V22.3116Z' fill='%23C4AA7F'/%3E%3Cpath d='M54.1377 22.3116H53.7627V29.9714H54.1377V22.3116Z' fill='%23C4AA7F'/%3E%3Cpath d='M55.6812 22.3116H55.3062V29.9714H55.6812V22.3116Z' fill='%23C4AA7F'/%3E%3Cpath d='M57.2142 22.3116H56.8455V29.9714H57.2142V22.3116Z' fill='%23C4AA7F'/%3E%3Cpath d='M60.2301 22.3116H59.8551V29.9714H60.2301V22.3116Z' fill='%23C4AA7F'/%3E%3Cpath d='M61.7636 22.3116H61.3885V29.9714H61.7636V22.3116Z' fill='%23C4AA7F'/%3E%3Cpath d='M63.3119 22.3116H62.9369V29.9714H63.3119V22.3116Z' fill='%23C4AA7F'/%3E%3Cpath d='M64.8434 22.3116H64.4684V29.9714H64.8434V22.3116Z' fill='%23C4AA7F'/%3E%3Cpath d='M66.3887 22.3116H66.0137V29.9714H66.3887V22.3116Z' fill='%23C4AA7F'/%3E%3Cpath d='M67.9251 22.3116H67.55V29.9714H67.9251V22.3116Z' fill='%23C4AA7F'/%3E%3Cpath d='M68.8885 27.4041H48.1259V28.0419H68.8885V27.4041Z' fill='%23997C4D'/%3E%3Cpath d='M68.8885 22.3116H48.1259V22.9494H68.8885V22.3116Z' fill='%23997C4D'/%3E%3Cpath d='M42.5683 20.1458H41.6245V34.1408H42.5683V20.1458Z' fill='%23997C4D'/%3E%3Cpath d='M32.0613 20.1458H31.1176V34.1408H32.0613V20.1458Z' fill='%23997C4D'/%3E%3Cpath d='M70.4625 29.6104H46.6686V31.8611H70.4625V29.6104Z' fill='%23997C4D'/%3E%3Cpath d='M49.1426 31.8622H47.7426V34.1435H49.1426V31.8622Z' fill='%23695434'/%3E%3Cpath d='M69.5893 31.8622H68.1893V34.1435H69.5893V31.8622Z' fill='%23695434'/%3E%3Cpath d='M81.2437 20.147H81.0249C80.7874 20.147 80.5937 20.3371 80.5937 20.5701V23.3115C79.6999 22.5817 78.7624 21.9439 78.9437 20.5579C79.0312 19.871 77.9312 19.8771 77.8437 20.5579C77.7249 21.4594 78.0437 22.3118 78.6062 23.0232C79.1687 23.7346 80.0062 24.1333 80.5937 24.8017V36.9262C80.5937 37.1593 80.7874 37.3494 81.0249 37.3494H81.2437C81.4812 37.3494 81.6749 37.1593 81.6749 36.9262V20.5701C81.6749 20.3371 81.4812 20.147 81.2437 20.147Z' fill='%236E6755'/%3E%3Cpath d='M90.0257 26.1459H89.7945C89.5382 26.1459 89.332 26.2747 89.332 26.4341V28.323C88.3695 27.8201 87.3632 27.3786 87.5569 26.428C87.6507 25.9558 86.4694 25.9619 86.3757 26.428C86.2507 27.0474 86.5882 27.6361 87.1944 28.1206C87.8007 28.6113 88.6945 28.8872 89.332 29.341V37.6755C89.332 37.8349 89.5382 37.9637 89.7945 37.9637H90.0257C90.282 37.9637 90.4882 37.8349 90.4882 37.6755V26.4341C90.4882 26.2747 90.282 26.1459 90.0257 26.1459Z' fill='%23C2A87E'/%3E%3Cpath d='M14.4938 27.6625C18.0802 27.6625 20.9876 24.0492 20.9876 19.5918C20.9876 15.1345 18.0802 11.5211 14.4938 11.5211C10.9074 11.5211 8 15.1345 8 19.5918C8 24.0492 10.9074 27.6625 14.4938 27.6625Z' fill='%23BDC781'/%3E%3Cpath d='M14.4811 20.4958H14.6998C14.9373 20.4958 15.1311 20.6859 15.1311 20.9189V23.6603C16.0248 22.9305 16.9623 22.2927 16.7811 20.9067C16.6936 20.2198 17.7936 20.2259 17.8811 20.9067C17.9998 21.8082 17.6811 22.6606 17.1186 23.372C16.5561 24.0834 15.7186 24.4821 15.1311 25.1505V37.275C15.1311 37.5081 14.9373 37.6982 14.6998 37.6982H14.4811C14.2436 37.6982 14.0498 37.5081 14.0498 37.275V20.9189C14.0498 20.6859 14.2436 20.4958 14.4811 20.4958Z' fill='%23BFAE84'/%3E%3Cpath d='M20.6511 31.3843C23.1951 31.3843 25.2574 28.8006 25.2574 25.6134C25.2574 22.4262 23.1951 19.8425 20.6511 19.8425C18.1071 19.8425 16.0448 22.4262 16.0448 25.6134C16.0448 28.8006 18.1071 31.3843 20.6511 31.3843Z' fill='%2368A165'/%3E%3Cpath d='M20.0207 25.6726H20.252C20.5082 25.6726 20.7145 25.8014 20.7145 25.9608V27.8497C21.677 27.3469 22.6833 26.9053 22.4895 25.9547C22.3957 25.4825 23.577 25.4886 23.6708 25.9547C23.7958 26.5741 23.4583 27.1629 22.852 27.6474C22.2457 28.138 21.352 28.414 20.7145 28.8678V37.2022C20.7145 37.3617 20.5082 37.4905 20.252 37.4905H20.0207C19.7645 37.4905 19.5582 37.3617 19.5582 37.2022V25.9608C19.5582 25.8014 19.7645 25.6726 20.0207 25.6726Z' fill='%23947C56'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_53_387' x='0' y='0' width='102' height='49.9637' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_53_387'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_53_387' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");}
.s010101 .theme_tour .top_wrap .img .ico6 {right:21.5%;top:20.5%;width: 7.8%;height: 15.5%;background-image: url("data:image/svg+xml,%3Csvg width='69' height='74' viewBox='0 0 69 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_53_312)'%3E%3Cg style='mix-blend-mode:multiply' opacity='0.3'%3E%3Cpath d='M34.5787 61.7528C48.8728 61.7528 60.4604 54.9816 60.4604 46.6288C60.4604 38.2761 48.8728 31.5049 34.5787 31.5049C20.2846 31.5049 8.6969 38.2761 8.6969 46.6288C8.6969 54.9816 20.2846 61.7528 34.5787 61.7528Z' fill='%239E9E9E'/%3E%3C/g%3E%3Cpath d='M33.8818 60.372C48.1759 60.372 59.7635 53.6008 59.7635 45.248C59.7635 36.8953 48.1759 30.1241 33.8818 30.1241C19.5877 30.1241 8 36.8953 8 45.248C8 53.6008 19.5877 60.372 33.8818 60.372Z' fill='%23E5E5E5'/%3E%3Cpath d='M33.8818 59.6862C48.1759 59.6862 59.7635 52.915 59.7635 44.5623C59.7635 36.2096 48.1759 29.4384 33.8818 29.4384C19.5877 29.4384 8 36.2096 8 44.5623C8 52.915 19.5877 59.6862 33.8818 59.6862Z' fill='white'/%3E%3Cpath d='M33.8814 55.4201C44.1435 55.4201 52.4626 50.5583 52.4626 44.5611C52.4626 38.5638 44.1435 33.7021 33.8814 33.7021C23.6193 33.7021 15.3003 38.5638 15.3003 44.5611C15.3003 50.5583 23.6193 55.4201 33.8814 55.4201Z' fill='%23F7F5F0'/%3E%3Cpath d='M21.5333 39.3583L23.3613 38.2835L22.4937 39.937L20.6658 41.0118L21.5333 39.3583Z' fill='%238F8F8F'/%3E%3Cmask id='mask0_53_312' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='15' y='26' width='9' height='14'%3E%3Cpath d='M15.4249 27.4205L17.2529 26.3457C18.1472 30.5622 20.3751 34.9112 23.3579 38.2752L21.5299 39.35C18.5457 35.9859 16.3192 31.6369 15.4249 27.4205Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_53_312)'%3E%3Cpath d='M15.4249 27.4205L17.2529 26.3457C18.1472 30.5622 20.3751 34.9112 23.3579 38.2752L21.5299 39.35C18.5457 35.9859 16.3192 31.6369 15.4249 27.4205Z' fill='white'/%3E%3C/g%3E%3Cpath d='M14.8748 24.8175L16.7027 23.7428L17.2576 26.3542L15.4296 27.429L14.8748 24.8175Z' fill='%23E2E2E2'/%3E%3Cmask id='mask1_53_312' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='14' y='21' width='4' height='4'%3E%3Cpath d='M15.4975 22.4033L17.3254 21.3285C17.248 21.3741 17.1762 21.4283 17.1086 21.4924C16.6424 21.9358 16.4974 22.7554 16.7058 23.7389L14.8778 24.8137C14.668 23.8302 14.8144 23.0105 15.2806 22.5672C15.3482 22.5031 15.42 22.4489 15.4975 22.4033Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_53_312)'%3E%3Cpath d='M15.4967 22.4033L17.3247 21.3285C17.2472 21.3741 17.1754 21.4283 17.1078 21.4924C16.8191 21.7676 16.6529 22.1866 16.6191 22.6998L14.7911 23.7746C14.8263 23.2614 14.9911 22.8423 15.2798 22.5672C15.3474 22.5031 15.4192 22.4489 15.4967 22.4033Z' fill='%23AAAAAA'/%3E%3Cpath d='M14.7902 23.7752L16.6182 22.7004C16.597 23.0083 16.6238 23.349 16.6984 23.7124L14.8705 24.7872C14.7958 24.4237 14.7691 24.0816 14.7902 23.7752Z' fill='%23D4D4D4'/%3E%3Cpath d='M14.8728 24.7876L16.7008 23.7128C16.7022 23.7214 16.705 23.7314 16.7064 23.7399L14.8784 24.8147C14.877 24.8061 14.8742 24.7962 14.8728 24.7876Z' fill='white'/%3E%3C/g%3E%3Cpath d='M14.0505 19.8825L15.8785 18.8078C16.7165 18.3146 17.8431 18.4215 19.0542 19.1285L17.2263 20.2033C16.0151 19.4962 14.8885 19.3893 14.0505 19.8825Z' fill='white'/%3E%3Cmask id='mask2_53_312' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='14' y='18' width='6' height='3'%3E%3Cpath d='M14.0496 19.8836L15.8775 18.8088C16.7155 18.3156 17.8421 18.4225 19.0533 19.1295L17.2253 20.2043C16.0141 19.4973 14.8875 19.3904 14.0496 19.8836Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask2_53_312)'%3E%3Cpath d='M14.0496 19.8833L15.8775 18.8085C16.4352 18.4807 17.1225 18.418 17.8773 18.6218L16.0493 19.6966C15.2945 19.4928 14.6087 19.554 14.0496 19.8833Z' fill='white'/%3E%3Cpath d='M16.0496 19.6961L17.8775 18.6213C18.255 18.7239 18.6493 18.8921 19.0535 19.1288L17.2255 20.2035C16.8213 19.9669 16.427 19.7987 16.0496 19.6961Z' fill='white'/%3E%3C/g%3E%3Cpath d='M20.9437 22.3745L22.7717 21.2997L22.7646 23.6773L20.9366 24.7521L20.9437 22.3745Z' fill='%23C5C5C5'/%3E%3Cpath d='M17.2242 20.2037L19.0522 19.1275L22.7715 21.3013L20.9436 22.376L17.2242 20.2037Z' fill='white'/%3E%3Cpath d='M20.9435 22.3766L20.9364 24.7543L17.2185 22.5819C16.4496 22.1329 15.7412 22.13 15.2764 22.5719C14.8103 23.0152 14.6652 23.8349 14.8737 24.8184L15.4285 27.4298C16.3228 31.6463 18.5508 35.9953 21.5335 39.3593L20.666 41.0128C17.1424 37.0401 14.516 31.9085 13.4583 26.9323L12.9035 24.3238C12.519 22.5106 12.7894 21.0039 13.647 20.1857C14.5047 19.3704 15.8074 19.3761 17.2241 20.2028L20.942 22.3752L20.9435 22.3766Z' fill='%23FAF9F9'/%3E%3Cg style='mix-blend-mode:multiply' opacity='0.2'%3E%3Cpath d='M48.7057 43.5001C48.5677 45.53 47.1735 47.5341 44.5231 49.0807C38.9293 52.3493 29.8613 52.3493 24.2689 49.0807C21.6185 47.5341 20.2228 45.53 20.0848 43.5001C20.0482 42.9699 20.0975 42.441 20.2327 41.9136C20.6707 40.2045 22.0156 38.5596 24.2689 37.2439C29.8613 33.9754 38.9293 33.9754 44.5231 37.2453C46.775 38.561 48.1185 40.2059 48.5565 41.9136C48.6931 42.4396 48.7409 42.9713 48.7043 43.5001H48.7057Z' fill='%239E9E9E'/%3E%3C/g%3E%3Cpath d='M50.8235 27.7399C50.8235 37.2091 48.5364 50.728 33.883 50.728C19.2297 50.728 16.9412 37.2091 16.9412 27.7399C16.9412 27.509 16.9454 27.2795 16.9552 27.0514C17.1186 29.4519 18.7691 31.8238 21.904 33.6526C28.5188 37.5184 39.2458 37.5184 45.862 33.6526C48.9969 31.8224 50.6461 29.4519 50.8094 27.0514C50.8193 27.2795 50.8235 27.509 50.8235 27.7399Z' fill='white'/%3E%3Cpath d='M50.8092 27.0523C50.6459 29.4527 48.9968 31.8246 45.8619 33.6535C39.2443 37.5192 28.5186 37.5192 21.9039 33.6535C18.769 31.8232 17.1184 29.4527 16.9551 27.0523C16.9114 26.4251 16.9706 25.7993 17.1311 25.1764C17.6494 23.1551 19.2408 21.2094 21.9053 19.6528C28.5201 15.787 39.2471 15.787 45.8633 19.6542C48.5264 21.2108 50.1164 23.1565 50.6346 25.1764C50.7966 25.7993 50.8529 26.4279 50.8107 27.0523H50.8092Z' fill='white'/%3E%3Cmask id='mask3_53_312' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='18' y='17' width='32' height='12'%3E%3Cpath d='M48.7183 28.9132C48.0564 27.4222 46.7255 26.0096 44.7229 24.8393C38.7363 21.3413 29.0302 21.3413 23.0436 24.8393C21.0424 26.0081 19.7087 27.4222 19.0468 28.9132C17.7244 25.9397 19.0566 22.6441 23.0436 20.3164C29.0302 16.8183 38.7363 16.8183 44.7229 20.3164C48.7098 22.6455 50.0407 25.9397 48.7183 28.9132Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask3_53_312)'%3E%3Cpath d='M48.7183 28.9157C48.0564 27.4246 46.7255 26.012 44.7229 24.8417C38.7363 21.3437 29.0302 21.3437 23.0436 24.8417C21.0424 26.0106 19.7087 27.4246 19.0468 28.9157C17.7244 25.9422 19.0566 22.6466 23.0436 20.3188C29.0302 16.8208 38.7363 16.8208 44.7229 20.3188C48.7098 22.648 50.0407 25.9422 48.7183 28.9157Z' fill='%23EAE8E8'/%3E%3Cpath opacity='0.2' d='M47.9588 10.5932H29.8312V30.1388H47.9588V10.5932Z' fill='white'/%3E%3Cpath opacity='0.2' d='M45.4999 10.5933H33.3125V30.1389H45.4999V10.5933Z' fill='white'/%3E%3Cpath opacity='0.2' d='M43.8978 10.5933H36.4155V30.1389H43.8978V10.5933Z' fill='white'/%3E%3C/g%3E%3Cpath d='M48.7183 28.9165C48.0564 30.4089 46.7227 31.8201 44.7229 32.9876C38.7362 36.4856 29.0302 36.4856 23.0435 32.9876C21.0423 31.8201 19.7087 30.4089 19.0468 28.9165C19.7087 27.4255 21.0423 26.0129 23.0435 24.8426C29.0302 21.3446 38.7362 21.3446 44.7229 24.8426C46.7241 26.0115 48.055 27.4255 48.7183 28.9165Z' fill='%23D3A281'/%3E%3Cmask id='mask4_53_312' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='16' y='27' width='35' height='24'%3E%3Cpath d='M50.8256 27.7436C50.8256 37.2128 48.5385 50.7316 33.8851 50.7316C19.2317 50.7316 16.9432 37.2128 16.9432 27.7436C16.9432 27.5127 16.9475 27.2832 16.9573 27.0551C17.1207 29.4555 18.7712 31.8275 21.9061 33.6563C28.5209 37.5221 39.2479 37.5221 45.8641 33.6563C48.999 31.826 50.6481 29.4555 50.8115 27.0551C50.8214 27.2832 50.8256 27.5127 50.8256 27.7436Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask4_53_312)'%3E%3Cpath d='M62.1615 9.96146H30.5536V69.4122H62.1615V9.96146Z' fill='%23FAF9F9'/%3E%3Cpath d='M51.8259 9.9613H36.1515V69.4121H51.8259V9.9613Z' fill='%23F6F5F5'/%3E%3Cpath d='M51.8257 9.9613H40.8733V69.4121H51.8257V9.9613Z' fill='%23F0EEEE'/%3E%3C/g%3E%3Cpath opacity='0.1' d='M35.8453 34.3903C34.9397 34.3903 34.0074 34.3405 33.0766 34.2435C31.4993 34.0668 30.0276 33.7503 28.701 33.3013C27.9518 33.049 27.2546 32.7454 26.6294 32.3976C25.8534 31.9628 25.2732 31.5395 24.8014 31.0619C24.1817 30.4519 23.793 29.7121 23.7099 28.9808C23.6184 28.2339 23.8592 27.4328 24.3873 26.73C24.807 26.1613 25.3886 25.6524 26.1646 25.1792C26.8012 24.7986 27.5166 24.4693 28.2954 24.1985C29.0038 23.949 29.7417 23.7523 30.5487 23.5983L31.1289 23.4929L31.8049 23.4031C31.8753 23.3931 31.9457 23.3845 32.0161 23.3774L32.309 23.3532C32.371 23.3489 32.4273 23.3432 32.4837 23.3389C32.6231 23.3261 32.7625 23.3147 32.9062 23.3076C33.2019 23.2919 33.5145 23.2833 33.8342 23.2833C34.2905 23.2833 34.7567 23.299 35.258 23.3332C36.0917 23.4031 36.8804 23.5171 37.6127 23.6739C38.476 23.8735 39.2252 24.1158 39.9125 24.418C40.7926 24.8085 41.4743 25.2561 41.9981 25.785L42.0179 25.8064L42.2178 26.0373L42.3404 26.1841L42.4375 26.3395L42.4798 26.4079C42.5206 26.4749 42.5671 26.5519 42.6108 26.6374L42.622 26.6616C42.6657 26.7685 42.7023 26.8669 42.7375 26.9667C42.884 27.467 42.8727 27.9787 42.7065 28.4178C42.6784 28.5061 42.6361 28.5902 42.6009 28.6587C42.5882 28.6815 42.577 28.7043 42.5671 28.7271L42.4742 28.9038L42.3685 29.0521L42.3164 29.1233C42.2714 29.1861 42.2193 29.2573 42.1545 29.33L41.932 29.561C41.8587 29.6408 41.77 29.7121 41.6996 29.7705L41.5897 29.8589C41.5264 29.9102 41.4602 29.9629 41.3926 30.01L41.1278 30.181L40.9997 30.2623C40.9391 30.2979 40.9025 30.3179 40.8645 30.3364L40.825 30.3564C40.1547 30.7213 39.3843 31.0007 38.4746 31.2088C37.7 31.3912 36.8649 31.4882 35.9974 31.4967C35.9509 31.4967 35.9044 31.4967 35.858 31.4967C35.0454 31.4967 34.2595 31.4197 33.5216 31.2701C32.5287 31.0605 31.7668 30.7854 31.119 30.4048C30.9345 30.305 30.7627 30.1782 30.5965 30.0542L30.5782 30.0413C30.4853 29.9672 30.4149 29.9031 30.3599 29.8503L30.3107 29.8047C30.2177 29.7263 30.1318 29.6223 30.0515 29.5225C29.8825 29.3186 29.7516 29.0735 29.6741 28.814C29.6361 28.6872 29.6234 28.5603 29.6135 28.4591L29.6065 28.3892L29.6135 28.2838C29.6192 28.1897 29.6248 28.0757 29.6642 27.9516C29.7755 27.5083 30.0881 27.0793 30.567 26.7243C30.9064 26.472 31.2993 26.271 31.8063 26.0914C32.271 25.9247 32.7231 25.8377 33.0667 25.7793C33.109 25.7721 33.1498 25.7664 33.192 25.7607C33.1611 25.7607 33.1301 25.7636 33.0977 25.765C32.9977 25.7679 32.909 25.775 32.8202 25.7821H32.8033C32.7442 25.7878 32.6851 25.7921 32.6259 25.7964L32.3893 25.8135C32.364 25.8163 32.3273 25.8206 32.2907 25.8249L31.726 25.8933L31.2697 25.9703C30.6768 26.0743 30.0881 26.2212 29.5192 26.4065C28.9516 26.5889 28.4362 26.8113 27.987 27.0664C27.5067 27.3473 27.1462 27.6352 26.9209 27.9203C26.6801 28.2182 26.5618 28.5318 26.5787 28.8297C26.5956 29.1419 26.7505 29.4655 27.0293 29.7676C27.3265 30.0969 27.7292 30.4219 28.2306 30.7355C28.6728 31.0121 29.1854 31.2672 29.7952 31.5181C30.8557 31.95 32.0922 32.2907 33.4723 32.5301C34.7116 32.7539 36.0523 32.878 37.4592 32.9008C37.5958 32.9036 37.7324 32.9036 37.869 32.9036C38.4013 32.9036 38.9435 32.8865 39.4829 32.8509C40.1138 32.8152 40.7757 32.7468 41.5109 32.6442L41.8165 32.6014L42.1376 33.575L41.8446 33.6534C41.2095 33.8216 40.5124 33.967 39.7139 34.0967C39.0083 34.205 38.2718 34.2863 37.5226 34.3376C36.9747 34.3747 36.4128 34.3946 35.8509 34.3946L35.8453 34.3903ZM36.7043 26.0487C36.7776 26.0743 36.8508 26.1 36.9226 26.1285C37.4282 26.3309 37.8183 26.5704 38.1183 26.864C38.3577 27.0978 38.5084 27.3444 38.5661 27.5967C38.6394 27.8832 38.5887 28.2096 38.4253 28.4848C38.369 28.5803 38.3014 28.6729 38.2211 28.7599C38.5267 28.653 38.7985 28.5318 39.0323 28.3978C39.3731 28.2068 39.628 27.963 39.6998 27.7606C39.7139 27.7236 39.7223 27.6751 39.6984 27.5753C39.6885 27.5525 39.6801 27.5297 39.6716 27.5069C39.6491 27.4741 39.6322 27.447 39.6167 27.4214L39.6111 27.4128L39.5956 27.3957C39.5576 27.3544 39.5238 27.3159 39.4914 27.2774C39.2322 27.0237 38.8407 26.7799 38.3591 26.5704C37.9014 26.3708 37.3578 26.1983 36.7452 26.0587C36.7311 26.0558 36.7184 26.053 36.7043 26.0501V26.0487ZM32.533 28.5161C32.5837 28.5489 32.6301 28.5803 32.6738 28.6045C32.671 28.5988 32.6667 28.5917 32.6639 28.586C32.5724 28.4178 32.547 28.2253 32.5865 28.0414C32.5203 28.0814 32.4611 28.1227 32.4118 28.164C32.3302 28.2324 32.3006 28.2838 32.2921 28.3037C32.2992 28.3137 32.3104 28.3294 32.3316 28.3522L32.3583 28.3807C32.3978 28.4106 32.4231 28.432 32.4485 28.4534C32.4625 28.4648 32.4696 28.4719 32.478 28.4776L32.5344 28.5147L32.533 28.5161ZM34.1708 28.1355C34.3314 28.2139 34.5468 28.2652 34.8144 28.2909C34.9059 28.2994 35.0003 28.3037 35.0947 28.3037C35.2594 28.3037 35.4242 28.2909 35.5847 28.2652C35.8354 28.2239 36.0734 28.154 36.2692 28.0628C36.3424 28.0286 36.4114 27.9887 36.4762 27.9402C36.3621 27.8576 36.2016 27.7834 36.0058 27.7221C35.6242 27.6038 35.1707 27.5411 34.6919 27.5411C34.675 27.5411 34.6595 27.5411 34.6426 27.5411L34.7764 27.936L34.482 28.0158C34.3595 28.0486 34.2581 28.0871 34.1779 28.1312C34.175 28.1312 34.1722 28.1341 34.1708 28.1355Z' fill='white'/%3E%3Cpath opacity='0.4' d='M35.8475 34.1292C34.9561 34.1292 34.0393 34.0808 33.1225 33.9853C31.5762 33.8128 30.1355 33.502 28.8356 33.0616C28.1089 32.8164 27.4315 32.5213 26.8245 32.1849C26.0767 31.7658 25.519 31.3596 25.0684 30.902C24.4868 30.3304 24.122 29.6391 24.046 28.9577C23.9615 28.2635 24.1868 27.518 24.6783 26.8623C25.0768 26.3221 25.6317 25.8374 26.3739 25.3842C26.9865 25.0164 27.6794 24.6985 28.4356 24.4362C29.1257 24.1925 29.8453 24.0015 30.6326 23.8518L31.2001 23.7492L31.8663 23.6608C31.9324 23.6522 31.9972 23.6437 32.0634 23.6366L32.3507 23.6123C32.4169 23.6066 32.4789 23.6024 32.5422 23.5967C32.6718 23.5853 32.8014 23.5738 32.9309 23.5681C33.221 23.5525 33.5295 23.5439 33.8393 23.5439C34.2871 23.5439 34.7434 23.5596 35.2349 23.5924C36.0461 23.6608 36.815 23.772 37.529 23.9245C38.3628 24.1169 39.088 24.3521 39.7528 24.6444C40.5935 25.0178 41.2427 25.4426 41.7385 25.9444L41.7511 25.9586L41.9441 26.1838L42.0525 26.3135L42.1412 26.4547L42.1807 26.5202C42.2215 26.5872 42.2638 26.6571 42.3018 26.7326L42.3088 26.7483C42.3468 26.8438 42.3835 26.9407 42.4173 27.0362C42.5496 27.4867 42.537 27.9471 42.3877 28.3434C42.3623 28.4246 42.3243 28.4973 42.2919 28.5615C42.2792 28.5857 42.2666 28.6099 42.2553 28.6356L42.175 28.791L42.0793 28.9249L42.0286 28.9934C41.9835 29.0547 41.937 29.1188 41.8821 29.1815L41.668 29.4025C41.6047 29.4723 41.5286 29.5336 41.461 29.5878L41.3512 29.6762C41.292 29.7232 41.2329 29.7717 41.1709 29.8144L40.916 29.9798L40.7907 30.0596C40.747 30.0853 40.7132 30.1024 40.6808 30.1195L40.6414 30.1408C39.9978 30.4915 39.2584 30.7581 38.3839 30.959C37.6375 31.1344 36.8333 31.2285 35.9954 31.237C35.9503 31.237 35.9053 31.237 35.8602 31.237C35.0758 31.237 34.3181 31.1629 33.6083 31.0189C32.6605 30.8179 31.9353 30.5571 31.3227 30.1964C31.148 30.1024 30.9847 29.9812 30.8283 29.8643L30.8114 29.8515C30.7382 29.793 30.6777 29.7374 30.6185 29.6819L30.5692 29.6362C30.4875 29.5664 30.4115 29.4766 30.3368 29.3839C30.1876 29.2043 30.0707 28.9862 30.0031 28.7567C29.9707 28.6498 29.9594 28.5387 29.951 28.4417L29.9453 28.389C29.9453 28.389 29.9496 28.322 29.951 28.2978C29.9552 28.2122 29.9608 28.1153 29.9918 28.0155C30.0918 27.6178 30.3721 27.233 30.8002 26.9151C31.1114 26.6827 31.4762 26.4974 31.9479 26.3306C32.3845 26.1753 32.8155 26.0912 33.1408 26.0356C33.5266 25.9743 33.9167 25.9429 34.3012 25.9429H34.3787C35.2786 25.9558 36.0855 26.0969 36.7798 26.3649C37.2389 26.5487 37.5924 26.7654 37.8628 27.0291C38.067 27.2287 38.1938 27.4354 38.2416 27.6449C38.3022 27.8815 38.2614 28.1509 38.1262 28.3762C38.0191 28.56 37.8586 28.7254 37.6375 28.8793C37.4488 29.0019 37.2516 29.1003 37.0446 29.1773C36.6812 29.3141 36.2813 29.3982 35.825 29.4338C35.7025 29.4424 35.5842 29.4467 35.4659 29.4467C35.1715 29.4467 34.8786 29.421 34.5955 29.3697C34.1195 29.2813 33.7421 29.1459 33.4379 28.9549C33.2788 28.8508 33.0887 28.7069 32.9774 28.4902C32.8563 28.2664 32.8915 27.9899 33.069 27.7874C33.1858 27.6421 33.3703 27.5152 33.6111 27.4197C33.6759 27.394 33.7435 27.3712 33.8139 27.3513C33.728 27.3655 33.6435 27.3812 33.5604 27.3997C33.2253 27.4767 32.9718 27.5551 32.769 27.6421C32.5239 27.7447 32.3183 27.863 32.1719 27.9856C31.9944 28.1324 31.9648 28.2493 31.9606 28.2807C31.9508 28.3291 31.9578 28.3861 32.0606 28.5016L32.0775 28.5201C32.0986 28.5429 32.1099 28.5543 32.124 28.5643C32.1578 28.59 32.1817 28.6099 32.2057 28.6299C32.2226 28.6441 32.2395 28.6584 32.2578 28.6726L32.324 28.7154C32.3972 28.7639 32.4662 28.8095 32.5394 28.8437L32.5563 28.8523C32.9408 29.0604 33.4675 29.2229 34.121 29.334C34.5787 29.4124 35.0603 29.4524 35.5532 29.4524C35.6771 29.4524 35.8025 29.4495 35.9264 29.4452C36.5503 29.4196 37.1291 29.3369 37.6966 29.1929C38.3064 29.0404 38.8233 28.8437 39.2373 28.6056C39.6415 28.379 39.9358 28.0896 40.0288 27.8288C40.0626 27.7347 40.0626 27.6378 40.0288 27.5066C40.0147 27.4739 40.002 27.4425 39.9908 27.4097C39.9851 27.3997 39.9781 27.3912 39.971 27.3812C39.9555 27.3584 39.9401 27.3356 39.9274 27.3128L39.9077 27.2786L39.8739 27.2415C39.8372 27.2016 39.8035 27.1617 39.7711 27.1232C39.4838 26.8395 39.0556 26.5687 38.5303 26.3406C38.0515 26.1325 37.4854 25.9515 36.8488 25.8061C36.2785 25.6821 35.6532 25.5894 34.9927 25.531C34.5815 25.5025 34.166 25.4868 33.7618 25.4868C33.5351 25.4868 33.3084 25.4911 33.0858 25.501C32.983 25.5039 32.8859 25.511 32.7887 25.5196C32.7267 25.5238 32.6662 25.5296 32.6042 25.5324L32.3634 25.5495C32.324 25.5524 32.2775 25.5581 32.231 25.5638L31.6691 25.6308L31.203 25.7092C30.5903 25.8175 29.9805 25.9686 29.3947 26.1596C28.8032 26.3506 28.2652 26.583 27.7949 26.8495C27.278 27.1517 26.8879 27.4653 26.6401 27.7775C26.3626 28.1196 26.2288 28.4845 26.2485 28.8351C26.2683 29.1986 26.4457 29.5707 26.7626 29.9142C27.0766 30.262 27.5005 30.6041 28.0258 30.9334C28.4849 31.2199 29.0144 31.485 29.644 31.743C30.7298 32.1864 31.9958 32.5342 33.4027 32.7793C34.6631 33.006 36.025 33.1328 37.4544 33.1557C37.5938 33.1585 37.7318 33.1585 37.8713 33.1585C38.412 33.1585 38.9641 33.14 39.5133 33.1058C40.1541 33.0687 40.8259 33.0003 41.5723 32.8962L41.7385 33.4008C41.116 33.5662 40.4316 33.7087 39.6471 33.8356C38.9557 33.9425 38.2318 34.0223 37.4952 34.0722C36.9573 34.1093 36.4052 34.1278 35.8532 34.1278L35.8475 34.1292ZM34.3759 27.7703C34.2252 27.8117 34.0942 27.8601 33.99 27.9172C33.8829 27.9742 33.8069 28.0369 33.7717 28.0953C33.7478 28.1338 33.7478 28.1666 33.7661 28.1923C33.8027 28.2436 33.8829 28.3006 33.9872 28.3533C34.19 28.4531 34.4561 28.5201 34.7758 28.5501C34.88 28.56 34.9885 28.5643 35.0955 28.5643C35.2814 28.5643 35.4687 28.5501 35.6518 28.5215C35.9405 28.4731 36.2137 28.3933 36.4404 28.2878C36.5418 28.2407 36.639 28.1823 36.7277 28.1139C36.7798 28.0697 36.8277 28.0127 36.846 27.9685C36.8629 27.9271 36.8798 27.8858 36.7474 27.7817C36.601 27.6634 36.3883 27.5594 36.1306 27.4796C35.7109 27.3484 35.2152 27.28 34.6941 27.28C34.6012 27.28 34.5082 27.2828 34.4153 27.2871C34.3491 27.29 34.2829 27.2942 34.2167 27.2999L34.3759 27.7703Z' fill='white'/%3E%3Cpath d='M41.6238 33.1535C40.9548 33.3317 40.2676 33.4671 39.5719 33.5797C38.8748 33.6866 38.1692 33.7636 37.458 33.8121C36.0357 33.909 34.595 33.8733 33.1641 33.7251C31.7361 33.5655 30.3194 33.2789 28.966 32.8214C28.2886 32.5933 27.6323 32.3139 27.0155 31.9704C26.4015 31.6269 25.8156 31.2334 25.3297 30.7402C24.8298 30.2485 24.4524 29.6184 24.3749 28.9328C24.2918 28.2471 24.5411 27.5544 24.9636 26.9928C25.3833 26.4226 25.9578 25.9664 26.5761 25.5887C27.2 25.2152 27.8731 24.9145 28.5674 24.6736C29.2631 24.4284 29.9757 24.2431 30.7066 24.1034L31.2601 24.0022L31.8192 23.9281C31.9121 23.9167 32.0051 23.9024 32.0994 23.8939L32.3811 23.8696C32.5684 23.8554 32.7557 23.8354 32.9444 23.8269C33.6965 23.7869 34.4499 23.8012 35.2019 23.8511C35.9526 23.9138 36.699 24.0164 37.4355 24.1747C38.1692 24.3443 38.8931 24.5652 39.5832 24.8703C40.2704 25.1753 40.9365 25.5645 41.4675 26.1019L41.6604 26.3271L41.7548 26.4411L41.8336 26.568C41.8843 26.6535 41.9393 26.7362 41.9829 26.8246C42.0195 26.9172 42.0561 27.0099 42.0885 27.1039C42.1998 27.4845 42.2012 27.9008 42.0576 28.2742C42.028 28.3697 41.9759 28.4538 41.9336 28.5436L41.8646 28.6762L41.7787 28.7959C41.7196 28.8743 41.6646 28.9584 41.5984 29.0311L41.3928 29.2421C41.3252 29.3148 41.2478 29.3732 41.1717 29.436C41.0943 29.4958 41.0196 29.5614 40.9408 29.617L40.6957 29.7752L40.5718 29.8536C40.5295 29.8778 40.4859 29.8992 40.4436 29.922C39.7606 30.2926 39.0241 30.535 38.2805 30.7046C37.5383 30.8785 36.7497 30.964 35.9821 30.9726C35.2104 30.9811 34.4386 30.917 33.6838 30.763C32.9332 30.6048 32.1854 30.381 31.5136 29.9848C31.3432 29.8921 31.1869 29.7752 31.0305 29.6598C30.9545 29.5985 30.8841 29.53 30.8123 29.4645C30.7404 29.4032 30.6728 29.3219 30.6081 29.2421C30.4771 29.0839 30.3771 28.8943 30.3165 28.6947C30.287 28.5949 30.2785 28.488 30.2687 28.3854C30.2771 28.2814 30.2743 28.1744 30.3067 28.0747C30.4095 27.6656 30.701 27.3391 31.0207 27.1011C31.3432 26.8602 31.7079 26.6948 32.0755 26.5651C32.4445 26.4326 32.8191 26.3527 33.2021 26.2872C33.588 26.2259 33.9781 26.1959 34.3654 26.2002C35.1372 26.2102 35.9089 26.3185 36.6243 26.5951C36.9778 26.7362 37.3214 26.9229 37.5946 27.188C37.7298 27.3192 37.8608 27.4888 37.9059 27.6855C37.9566 27.8808 37.9186 28.0918 37.8172 28.2614C37.7172 28.4324 37.5693 28.5679 37.4102 28.679C37.2468 28.7845 37.075 28.8701 36.8961 28.9371C36.5384 29.071 36.1666 29.1395 35.7864 29.1694C35.4075 29.1951 35.0301 29.1765 34.6654 29.111C34.302 29.044 33.9429 28.9371 33.6429 28.7475C33.4965 28.6505 33.3599 28.5394 33.2824 28.3883C33.2021 28.24 33.2303 28.0561 33.3388 27.9321C33.443 27.8024 33.5965 27.714 33.757 27.6499C33.919 27.5872 34.0908 27.5473 34.264 27.5202C34.0978 27.5644 33.9373 27.6228 33.795 27.6998C33.6542 27.7753 33.5289 27.8708 33.4641 27.9849C33.3937 28.096 33.4007 28.2215 33.474 28.3198C33.5444 28.4196 33.6725 28.5051 33.8063 28.5707C34.0781 28.7047 34.4062 28.776 34.733 28.8059C35.0611 28.8358 35.3963 28.8244 35.7146 28.7746C36.0286 28.7218 36.3427 28.632 36.6074 28.5094C36.7412 28.4481 36.8581 28.3754 36.9581 28.2985C37.0524 28.2186 37.1243 28.1331 37.1595 28.049C37.2271 27.8837 37.1693 27.7454 36.982 27.5957C36.7933 27.4432 36.5342 27.322 36.2497 27.2351C35.6794 27.0569 35.0231 26.9942 34.3922 27.0241C34.0753 27.0384 33.7627 27.0797 33.4641 27.1453C33.1641 27.2137 32.8627 27.2978 32.6008 27.4118C32.336 27.523 32.0994 27.657 31.922 27.8053C31.7446 27.9535 31.6432 28.1132 31.622 28.2486C31.5967 28.384 31.6544 28.5094 31.7784 28.6491C31.8107 28.6833 31.8389 28.719 31.891 28.756C31.9375 28.7917 31.9783 28.8316 32.0276 28.8672C32.1347 28.9356 32.2332 29.0069 32.3572 29.0668C32.8275 29.3219 33.4303 29.4844 34.0401 29.5885C34.6541 29.694 35.2991 29.731 35.9328 29.7039C36.5708 29.6783 37.1862 29.5928 37.789 29.4402C38.3903 29.2906 38.9593 29.0824 39.424 28.8145C39.8958 28.5508 40.2268 28.2115 40.3394 27.8979C40.3958 27.7397 40.3817 27.59 40.3394 27.4361C40.3225 27.3976 40.307 27.3591 40.2944 27.3206C40.2732 27.2821 40.2437 27.2436 40.2197 27.2037L40.1845 27.1439L40.131 27.0868C40.0958 27.0483 40.062 27.0084 40.0296 26.9699C39.6944 26.635 39.2156 26.3442 38.679 26.1118C38.1411 25.8781 37.5454 25.697 36.9299 25.5545C36.3089 25.4191 35.6667 25.3278 35.0175 25.2708C34.3654 25.2252 33.7091 25.2124 33.0557 25.2395C32.8923 25.2437 32.7304 25.2608 32.567 25.2708L32.3234 25.2879C32.2417 25.2951 32.1614 25.3065 32.0811 25.315L31.5981 25.3735L31.1221 25.4547C30.4841 25.5673 29.8532 25.7255 29.2561 25.9194C28.6576 26.1133 28.0928 26.3527 27.5887 26.6392C27.0929 26.9286 26.6465 27.2607 26.3465 27.6413C26.0409 28.0191 25.8818 28.4324 25.9057 28.8487C25.9283 29.2635 26.1297 29.6868 26.4817 30.0689C26.8352 30.4623 27.2985 30.8215 27.8069 31.1379C28.3167 31.4558 28.8843 31.7309 29.4786 31.9747C30.6714 32.4607 31.9797 32.8014 33.3204 33.0338C34.6626 33.2761 36.0469 33.3944 37.4383 33.4158C38.134 33.4272 38.8325 33.4101 39.5311 33.3645C40.2296 33.3246 40.9267 33.249 41.621 33.1521L41.6238 33.1535Z' fill='white'/%3E%3Cpath opacity='0.4' d='M34.4011 4.99947C34.6137 5.28028 34.787 5.5896 34.9447 5.90748C35.1024 6.22535 35.2334 6.5589 35.3446 6.90101C35.5615 7.58664 35.6925 8.31504 35.6883 9.06482C35.6883 9.81318 35.5432 10.5829 35.2433 11.3013C35.0897 11.6591 34.8968 11.9998 34.6757 12.3205C34.5602 12.4759 34.4433 12.6327 34.3124 12.7752L34.1166 12.9905L33.9701 13.1558C33.8687 13.257 33.7941 13.3739 33.7054 13.4823C33.635 13.6006 33.5505 13.7132 33.4941 13.84C33.3589 14.0809 33.2674 14.3461 33.2026 14.6226C33.0646 15.1757 33.0702 15.7886 33.1491 16.4144C33.235 17.0402 33.4012 17.6788 33.6138 18.3131C33.8251 18.9502 34.0814 19.5831 34.3687 20.2246C34.0969 20.0008 33.8547 19.7456 33.6251 19.4791C33.3927 19.2125 33.1815 18.9274 32.9843 18.6309C32.59 18.0365 32.2675 17.3794 32.0492 16.6638C31.838 15.9497 31.7366 15.16 31.8676 14.3603C31.9858 13.5621 32.3661 12.7781 32.9041 12.1865L33.2547 11.8088C33.3575 11.7019 33.4448 11.5821 33.5392 11.4681C33.7209 11.2343 33.873 10.9806 34.0152 10.7183C34.1504 10.4532 34.2603 10.1724 34.3574 9.88303C34.449 9.59081 34.518 9.28862 34.5687 8.97645C34.6743 8.35353 34.6898 7.69925 34.6574 7.03215C34.6236 6.36504 34.5363 5.68796 34.4025 4.99805L34.4011 4.99947Z' fill='white'/%3E%3Cpath d='M42.711 48.3752C42.711 48.3752 42.2872 49.9789 44.6784 50.5305C47.0683 51.0822 47.3092 49.4486 47.3092 49.4486L42.711 48.3752Z' fill='%23564545'/%3E%3Cpath d='M44.0007 47.5457C43.7374 47.4588 43.4458 47.3718 43.1895 47.473C42.8431 47.6084 42.7206 48.019 42.7135 48.3767C42.7093 48.5506 42.7248 48.7317 42.8051 48.8885C42.9177 49.1094 43.1459 49.2562 43.3698 49.3774C44.1345 49.7893 44.9936 50.0388 45.8681 50.1015C46.1582 50.1229 46.4568 50.1215 46.73 50.026C47.0032 49.9305 47.2468 49.7224 47.3116 49.4515C47.382 49.1565 47.2257 48.8471 46.9948 48.6419C46.654 48.3368 46.2526 48.2484 45.8216 48.1401C45.2062 47.9862 44.6035 47.7467 44.0021 47.5471L44.0007 47.5457Z' fill='%236B5757'/%3E%3Cpath d='M46.2688 49.0187C46.4294 49.07 46.5913 49.1313 46.7167 49.2454C46.6251 49.3095 46.5026 49.2967 46.3928 49.281C46.1336 49.2439 45.8745 49.2083 45.6154 49.1712C45.3379 49.1327 45.0591 49.0928 44.7873 49.0216C44.3662 48.9118 43.9691 48.7279 43.5733 48.5455C43.4762 48.4999 43.2058 48.3673 43.2607 48.2319C43.5029 48.2818 43.7466 48.4229 43.9888 48.4927C44.231 48.5626 44.4887 48.6196 44.7408 48.6709C45.252 48.775 45.7689 48.8605 46.2674 49.0187H46.2688Z' fill='%23564545'/%3E%3Cpath d='M50.2397 53.3937C50.0975 53.522 49.8905 53.5277 49.7018 53.5262C48.999 53.522 48.2906 53.5177 47.6034 53.3752C46.9696 53.2426 45.3332 52.7337 45.6346 51.7644C45.6768 51.6261 45.7599 51.505 45.8627 51.4023C45.8458 51.6789 46.0655 51.9112 46.2852 52.0694C47.0203 52.6026 47.971 52.8178 48.8596 52.6525C49.3088 52.5684 49.7609 52.3773 50.0369 52.011C50.0623 51.9796 50.0848 51.9454 50.1045 51.9112C50.3031 52.2091 50.4214 52.5612 50.4115 52.9219C50.4059 53.0943 50.3665 53.2782 50.2397 53.3937Z' fill='%23564545'/%3E%3Cpath d='M50.1054 51.9108C50.0857 51.945 50.0617 51.9792 50.0378 52.0105C49.7604 52.3783 49.3083 52.5693 48.8605 52.652C47.9718 52.8159 47.0198 52.6007 46.2861 52.069C46.0664 51.9108 45.8467 51.677 45.8636 51.4019C45.9101 51.3534 45.9608 51.3078 46.0129 51.2679C46.5889 50.816 47.3677 50.7362 48.0831 50.8274C48.6492 50.8987 49.2139 51.074 49.6632 51.429C49.835 51.5644 49.9871 51.7269 50.1068 51.9108H50.1054Z' fill='%236B5757'/%3E%3Cpath d='M41.5838 54.2426C41.112 54.1514 40.6473 53.929 40.3642 53.537C40.3206 53.4771 40.2825 53.4116 40.2502 53.3431C40.0741 52.9697 40.0755 52.505 40.3262 52.1814C40.6177 51.8051 41.1317 51.7167 41.588 51.597C41.9641 51.5 42.3302 51.3646 42.6795 51.195C42.9287 51.0738 43.1738 50.9327 43.4442 50.8814C43.892 50.7959 44.33 51.0582 44.6018 51.4345C44.7469 51.6355 44.8426 51.8692 44.868 52.1002C44.9088 52.485 44.7215 52.8599 44.4821 53.1635C43.8047 54.0188 42.6457 54.4507 41.5824 54.244L41.5838 54.2426Z' fill='%23564545'/%3E%3Cpath d='M43.6399 52.8656C43.0132 53.1849 42.3471 53.423 41.6613 53.5726C41.274 53.6567 40.8487 53.7095 40.498 53.5227C40.4079 53.4757 40.3248 53.413 40.2502 53.3431C40.0741 52.9697 40.0755 52.505 40.3262 52.1814C40.6177 51.8051 41.1317 51.7167 41.588 51.597C41.9641 51.5 42.3302 51.3646 42.6795 51.195C42.9287 51.0738 43.1738 50.9327 43.4442 50.8814C43.892 50.7959 44.33 51.0582 44.6018 51.4345C44.6229 51.5043 44.6356 51.5756 44.6384 51.6497C44.6497 51.9277 44.5131 52.1985 44.3215 52.3995C44.13 52.6005 43.885 52.7416 43.6385 52.867L43.6399 52.8656Z' fill='%236B5757'/%3E%3Cpath d='M40.6842 52.6985C40.7222 52.747 40.7912 52.7584 40.8532 52.7612C41.4898 52.7997 42.0967 52.5189 42.6741 52.2438C42.9797 52.0984 43.2853 51.9544 43.5909 51.8076C43.6599 51.7748 43.8472 51.7007 43.7487 51.5909C43.674 51.5083 43.4769 51.6323 43.3924 51.6636C42.8136 51.8846 42.2502 52.1483 41.6714 52.3721C41.5095 52.4348 41.3475 52.4947 41.1827 52.5503C41.132 52.5674 40.7096 52.7299 40.6842 52.6985Z' fill='%23564545'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_53_312' x='0' y='0.998047' width='68.4604' height='72.7547' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_53_312'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_53_312' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");}
@media (max-width:767px) {
    .s010101 .theme_tour .top_wrap {padding: 70px 0 60px;}
}
@media (max-width:540px) {
    .s010101 .theme_tour .top_wrap {padding: 50px 0;}
}
/* sub010101 여행코스 End */

/* sub010102 속리산 관광안내소 */
.s010102 .ui-topbox .inner .txtwrap .con-box p + p {margin-top: 0;}
.s010102 .vlist__column.col5 .item .ui-summary p + p {margin-top: 5px;}
@media (max-width:1024px) {
  .s010102 .vlist__column.col5.type01 .item {width: calc(33.33% - 20px);}
}
@media (max-width:767px) {
  .s010102 .vlist__column.col5.type01 .item {width: calc(50% - 20px);}
}
/* sub010102 속리산 관광안내소 End */ 

/* sub010201 세조길 */
.s010201 .theme_tour .top_wrap {padding: 100px 0 56px;}
.s010201 .theme_tour .top_wrap .title .mtit::before {left: -68px;bottom: -5px;width: 41px;height: 66px;background-image: url("data:image/svg+xml,%3Csvg width='41' height='66' viewBox='0 0 41 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_54_1095)'%3E%3Cpath d='M23.5488 54.2231C23.5865 56.4811 23.9884 58.7011 24.3149 60.9211C24.5096 62.2746 24.4971 65.728 26.7703 64.1974C29.1754 62.5782 28.4721 56.9238 29.0435 54.5393' fill='%23FFD5BA'/%3E%3Cpath d='M38.3625 18.4623C38.4253 18.6078 38.3625 18.7785 38.2117 18.8355C38.0673 18.8987 37.8978 18.8355 37.8412 18.6837L31.4297 3.61782C31.3669 3.47235 31.4297 3.30158 31.5804 3.24465C31.7248 3.18141 31.8881 3.24465 31.9509 3.39645L38.3625 18.4686V18.4623Z' fill='%23E5E5E5'/%3E%3Cpath d='M26.8581 10.7649C26.8581 10.7649 26.4122 10.708 27.0402 10.3538L30.6761 8.27293L28.899 4.33886C28.899 4.33886 28.6792 2.25166 29.3449 0.139149C29.3449 0.139149 29.3951 -0.202393 29.5898 0.208723L31.6432 3.59885L34.2367 2.52995C34.2367 2.52995 35.3985 1.78994 37.9229 2.18208L39.4175 2.39713C39.4175 2.39713 39.5305 2.47303 38.9842 2.78294L35.9008 4.68673L37.3263 8.60815C37.3263 8.60815 37.7094 9.53158 37.477 10.7017L37.2321 12.8838C37.2321 12.8838 37.2007 13.0735 36.9747 12.6118L35.0719 9.30388L31.6307 10.9989C31.6307 10.9989 31.009 11.4227 30.2428 11.2772L26.8581 10.7586V10.7649Z' fill='%23495F91'/%3E%3Cpath d='M29.0686 4.80058L30.5192 8.06421C30.5192 8.06421 31.2853 8.91807 33.276 6.37547L33.3702 6.10351C33.3702 6.10351 31.8317 6.67907 29.0686 4.80058Z' fill='%236D83AF'/%3E%3Cpath d='M37.0688 7.95669L35.8631 4.62981C35.8631 4.62981 35.1096 3.73801 33.1189 6.27428L33.0059 6.52095C33.0059 6.52095 34.6574 5.55957 37.0688 7.96302V7.95669Z' fill='%236D83AF'/%3E%3Cpath d='M33.4769 6.23632C33.5523 6.26162 30.3873 5.35716 31.5616 3.64313L34.4754 2.35918C34.4754 2.35918 32.7547 3.49133 33.4769 6.23632Z' fill='%236D83AF'/%3E%3Cpath d='M33.2697 6.27428C33.2697 6.27428 35.9951 6.93206 35.0468 9.36714L32.2021 10.7143C32.2021 10.7143 33.5774 8.91807 33.2634 6.27428H33.2697Z' fill='%236D83AF'/%3E%3Cpath d='M33.8474 6.07187C33.9353 6.28059 33.8411 6.51461 33.6339 6.60316C33.4266 6.69171 33.1943 6.59684 33.1064 6.38812C33.0184 6.1794 33.1126 5.94538 33.3199 5.85683C33.5271 5.76828 33.7594 5.86315 33.8474 6.07187Z' fill='white'/%3E%3Cpath d='M20.2457 52.5027C20.6602 54.3433 21.8659 58.3026 18.8453 58.6189C17.9159 58.7137 16.8735 58.4038 16.3963 57.5373C15.8688 56.5759 16.7102 55.2034 16.8358 54.2294C16.9865 53.0593 16.4716 52.0094 17.4387 51.0859C19.5926 49.0177 20.3022 52.8885 20.478 54.3433' fill='%233F3F3F'/%3E%3Cpath d='M21.7278 44.6978L22.362 50.4851C22.362 50.4851 23.2663 48.847 23.3793 45.0204' fill='white'/%3E%3Cpath d='M29.1817 63.3372C27.4925 61.8952 23.2976 62.9324 23.7749 64.9817C24.0261 66.0316 25.5269 65.981 26.3496 65.9494C27.2161 65.9178 28.5412 66.1771 29.3387 65.7723C30.2555 65.3043 29.9227 63.9697 29.1817 63.3372Z' fill='%233F3F3F'/%3E%3Cpath d='M39.5179 19.2845C39.0721 19.6071 39.8696 19.5122 39.9826 19.4679C40.2401 19.3667 40.7676 18.8607 40.8932 18.5951C41.3076 17.7096 40.4096 16.647 39.8445 16.0209C39.4488 15.5845 38.7455 14.6484 38.2117 14.4333C37.2007 14.0412 36.5539 15.7236 37.6591 15.5149C37.2321 15.8058 36.6983 16.1917 36.4597 16.666C36.2839 17.0202 36.0327 17.8488 36.5727 18.0069C36.8051 18.0765 37.0186 17.8614 37.2384 17.8488C36.849 18.8038 37.4393 19.3731 38.3625 18.9999C37.992 19.9929 39.16 19.5312 39.5179 19.2845Z' fill='%23FFD5BA'/%3E%3Cpath d='M16.4841 53.2744C16.4967 54.805 16.7667 56.1775 18.682 55.9687C20.3399 55.7853 20.6224 54.3243 20.5659 52.8' fill='%23FFD5BA'/%3E%3Cpath d='M29.8284 22.2825C30.8896 20.9606 32.8677 20.132 34.2241 19.0821C34.9275 18.5382 36.0641 17.0329 36.8993 16.7799C38.1427 16.413 39.1788 17.7729 40.1773 18.7659C36.5288 19.2908 36.0515 25.0085 32.6479 25.9193' fill='%23FFD5BA'/%3E%3Cpath d='M8.22642 38.1959C9.7775 37.5191 12.9613 36.5957 13.8907 35.0904C14.4245 34.2239 14.3617 32.1936 13.3255 31.6433C11.9126 30.8907 9.70214 33.3321 8.59064 34.11C6.53719 35.5458 4.45233 36.9372 2.21677 38.0694C1.78975 38.2844 0.785003 38.4552 0.45218 38.7778C-0.822594 40.0111 0.904317 40.5867 1.97186 40.1313C1.89023 40.3021 1.84627 40.4792 1.83999 40.6626C1.87767 39.8593 3.57946 40.7448 3.88716 40.808C4.08811 40.846 4.67212 41.3204 4.84167 41.2698C5.58895 41.0674 4.94843 40.5424 5.34405 40.1313C6.81349 38.6323 8.81671 38.1073 10.5562 37.0068C12.4778 35.7861 14.4307 34.5401 16.0132 32.8767' fill='%23FFD5BA'/%3E%3Cpath d='M26.0356 31.8267C27.9446 31.1563 30.7328 28.9932 32.309 27.6333C32.6355 27.355 33.7847 26.8744 33.9228 26.4253C34.1364 25.7549 33.8098 25.8877 33.5586 25.2615C32.9181 23.6866 31.3859 22.5292 30.7453 20.91C28.2272 22.5418 25.4139 25.0022 22.3306 25.2109C23.6619 25.116 25.6965 30.7515 26.0356 31.8267Z' fill='%232B8E89'/%3E%3Cpath d='M24.7732 28.8351C23.5173 32.5098 17.5328 34.9765 14.3866 36.6969C13.6456 34.7109 11.8999 33.0411 11.6738 30.8843C11.7429 31.5168 14.4997 28.677 14.6881 28.4872C16.6599 26.4759 21.5832 23.7625 24.0448 26.1723C24.9177 27.0262 25.0809 27.9306 24.7732 28.8351Z' fill='%232B8E89'/%3E%3Cpath d='M15.448 42.8573C15.561 45.2418 15.6741 47.6263 15.7871 50.0107C15.8499 51.4212 15.6427 52.7874 15.7243 54.2041C17.6333 54.3243 19.9631 55.1908 21.7967 54.8366C21.8972 52.9581 22.1484 51.0986 22.3368 49.2075C22.117 51.4528 22.8329 54.2927 22.9396 56.576C25.125 56.2534 27.4547 55.8739 29.6401 55.4691C29.571 55.4818 28.9619 43.3443 28.987 42.092' fill='white'/%3E%3Cpath d='M15.3287 30.4669C15.0022 31.6749 14.6442 45.615 14.3679 45.5897C19.5612 46.064 24.8801 45.7984 30.0922 45.324C30.1236 45.324 29.2633 33.1676 29.1566 32.2695C28.8865 29.9862 28.1267 27.627 26.1109 26.4949C23.4169 24.9832 20.3525 24.939 17.8343 26.7605C16.4779 27.7409 15.7118 29.0312 15.3287 30.4732V30.4669Z' fill='%232B8E89'/%3E%3Cpath d='M19.2787 20.9859C18.8328 21.2199 19.2222 21.6374 19.4671 21.7449C19.7999 21.8904 20.497 21.9094 20.6351 21.3085C20.8172 20.5116 19.6869 20.6507 19.3352 20.8847' fill='%23F4BD9F'/%3E%3Cpath d='M23.9005 20.657C23.4547 20.8911 23.844 21.3085 24.0889 21.416C24.4217 21.5615 25.1188 21.5868 25.2569 20.9796C25.439 20.1827 24.3087 20.3281 23.957 20.5558' fill='%23F4BD9F'/%3E%3Cpath d='M20.3587 26.6656C20.4592 27.7345 21.3949 28.5125 22.4498 28.4176C23.5048 28.3164 24.2835 27.374 24.1893 26.3114L24.0637 24.9579C23.9695 23.8953 23.0276 23.1047 21.9726 23.2059C20.9113 23.3071 20.1389 24.2495 20.2331 25.3121L20.3587 26.6656Z' fill='%23EAB498'/%3E%3Cpath d='M18.5501 17.0582C18.7071 16.7988 18.9018 16.5838 19.1404 16.4447C19.9756 15.9766 21.2692 16.0462 22.186 15.9323C22.9647 15.8375 23.3478 16.0082 23.9757 16.5332C25.2693 17.6274 26.0857 19.3225 25.9224 21.0428C25.8157 22.194 25.8345 23.4716 25.2505 24.5089C24.3776 26.0521 23.5927 27.0578 21.6711 26.7795C20.0949 26.5518 19.0713 24.9516 18.5313 23.6297C17.9284 22.1687 17.6521 20.3281 17.9724 18.7659C18.0728 18.2662 18.2424 17.5768 18.5564 17.0582H18.5501Z' fill='%23FFD5BA'/%3E%3Cpath d='M25.3322 19.5312C25.0496 19.0126 24.4091 18.1903 24.3651 17.5958C24.3274 17.0582 24.7544 16.6534 25.2945 17.0455C25.7152 17.3491 26.0292 18.3231 26.1925 18.7912C26.3244 19.177 26.4814 19.7146 26.3997 20.1257C26.3683 20.2839 26.2741 20.4293 26.2365 20.5938C26.1862 20.7898 26.2239 21.0175 26.1109 21.1946C26.0104 20.9733 25.9664 20.7392 25.8471 20.5179C25.6713 20.1953 25.5143 19.8601 25.3385 19.5312H25.3322Z' fill='%236D4629'/%3E%3Cpath d='M17.4701 19.177C17.4387 20.442 17.5769 21.1124 18.3493 22.1117C18.6005 21.6184 18.3493 21.1567 18.3681 20.6381C18.3932 20.0245 18.6946 19.449 18.814 18.8481C18.9019 18.4243 18.7574 17.7096 18.1609 17.9563C17.6459 18.1714 17.4827 18.671 17.4701 19.1707V19.177Z' fill='%236D4629'/%3E%3Cpath d='M18.726 21.0681C18.4622 20.4926 17.5014 20.5685 17.4009 21.2642C17.2942 22.0105 18.0603 22.39 18.5627 22.3774' fill='%23FFD5BA'/%3E%3Cpath d='M25.4138 20.5811C25.5708 19.9676 26.5253 19.8601 26.7514 20.5242C26.9963 21.2389 26.3055 21.7512 25.8094 21.8334' fill='%23FFD5BA'/%3E%3Cpath d='M21.9914 20.1384C21.759 20.3661 21.5644 21.0618 22.0919 21.0744' stroke='%236B461F' stroke-width='0.47' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.023 19.7209C25.935 19.7715 25.866 19.8917 25.866 19.9992' stroke='%236B461F' stroke-width='0.47' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.9912 20.2332C18.0854 20.2585 18.1859 20.2902 18.2801 20.3155' stroke='%236B461F' stroke-width='0.47' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.8501 18.5888C23.9506 18.5066 24.1264 18.5002 24.2771 18.5761' stroke='%236B461F' stroke-width='0.47' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0886 18.8544C20.2205 18.7722 20.3586 18.7279 20.5156 18.7343' stroke='%236B461F' stroke-width='0.47' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6664 20.3028C21.0243 19.9297 20.434 19.2276 20.164 19.6893C19.9882 19.9929 20.2896 20.695 20.6664 20.3028Z' fill='%236B461F'/%3E%3Cpath d='M23.9632 20.1826C24.3212 19.8095 23.7309 19.1074 23.4609 19.5691C23.285 19.8727 23.5865 20.5748 23.9632 20.1826Z' fill='%236B461F'/%3E%3Cpath d='M17.2502 13.1937C17.2753 13.3834 17.1434 13.6744 17.1685 13.8451C17.0681 13.8704 16.9613 13.8831 16.8608 13.8894C16.8985 14.5282 17.5202 14.9457 17.6018 15.5845C17.6458 15.9007 17.313 16.0905 17.4951 16.5965C18.4622 19.3035 21.8469 18.1018 23.6868 17.2037C23.6178 17.3428 23.6052 17.5009 23.555 17.6211C25.577 18.4054 26.2364 15.2429 25.0181 14.1108C23.9632 13.1304 22.5565 13.6301 21.3131 13.6681C20.9929 13.6807 17.2376 13.0166 17.2565 13.1874L17.2502 13.1937Z' fill='%236D4629'/%3E%3Cpath d='M21.0306 21.4034C21.0306 21.3085 20.974 21.1946 20.8547 21.0745C20.3147 20.4926 18.682 21.2389 19.2471 21.7259C19.6051 22.0359 21.062 21.941 21.0306 21.4034Z' fill='%23EAB498'/%3E%3Cpath d='M25.4516 21.0175C25.4453 20.9227 25.3888 20.8088 25.2757 20.6886C24.7294 20.1068 23.103 20.8531 23.6681 21.3401C24.0261 21.65 25.483 21.5551 25.4516 21.0175Z' fill='%23EAB498'/%3E%3Cpath d='M21.4387 22.0675C21.8657 22.2699 22.5753 22.0548 23.0777 21.9283C23.1342 22.3964 23.2033 23.5032 22.6884 23.7689C21.715 24.2685 21.8469 22.9403 21.7276 22.4343' fill='white'/%3E%3Cpath d='M21.4387 22.0675C21.8657 22.2699 22.5753 22.0548 23.0777 21.9283C23.1342 22.3964 23.2033 23.5032 22.6884 23.7689C21.715 24.2685 21.8469 22.9403 21.7276 22.4343' stroke='%236B461F' stroke-width='0.59' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_54_1095'%3E%3Crect width='41' height='66' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.s010201 .theme_tour .top_wrap .title .mtit::after {right: -80px;top: -20px;width: 56px;height: 77px;background-image: url("data:image/svg+xml,%3Csvg width='56' height='77' viewBox='0 0 56 77' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.1409 42.6472C33.6388 53.6906 20.4587 70.1418 9.03061 59.2029C1.00672 51.519 -0.564825 44.9946 0.156851 34.5309C0.346765 31.7415 1.35806 17.1579 6.8276 23.5017C10.6734 19.781 14.4147 -3.44641 22.9703 0.435905C27.7229 2.58852 23.6873 9.02737 30.6476 10.2249C44.3025 12.5676 37.646 32.6824 36.4068 41.2074C36.3403 41.6778 36.2454 42.1577 36.1362 42.6519L36.1409 42.6472Z' fill='%2300A268'/%3E%3Cpath d='M18.4078 54.014C18.3793 53.6529 18.3128 53.4438 18.2036 53.4533C17.8808 53.4771 13.6124 54.1661 13.6314 53.8239C13.5365 55.4301 13.2801 56.984 13.2184 58.5806C13.1471 60.4006 13.1187 62.2158 13.1804 64.0263C13.2516 66.1742 13.5032 68.284 13.527 70.4224C14.8184 70.4557 16.1098 70.3511 17.3965 70.18C17.7193 70.1373 17.9472 63.3183 18.0137 62.4819C18.2368 59.6688 18.6309 56.8224 18.4078 54.0188V54.014Z' fill='%23906D61'/%3E%3Cpath d='M19.9738 15.5613C19.5086 14.6109 19.7887 12.6912 19.7887 11.4652' stroke='%232CC68B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.1309 18.3549C15.2116 19.4859 14.8745 20.5741 14.9457 21.7098' stroke='%232CC68B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.8354 15.936V18.7301' stroke='%232CC68B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.9976 20.9643V24.6898' stroke='%232CC68B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.3028 28.2298C34.3361 29.3085 34.2316 30.3396 34.1177 31.3945' stroke='%232CC68B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4133 27.6688V31.955' stroke='%232CC68B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.1087 27.2982C10.0327 28.3009 10.1989 29.294 10.2938 30.2777' stroke='%232CC68B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.2704 31.9551C5.23241 33.4092 4.76712 34.8776 5.45556 36.2366' stroke='%232CC68B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.4188 32.511C27.1909 33.6182 26.9487 34.7206 27.0485 35.8658' stroke='%232CC68B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.3922 35.6805C14.264 36.7829 14.6818 37.7761 14.7625 38.8453' stroke='%232CC68B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.8361 39.9626C21.8788 41.2218 21.613 42.4383 21.6509 43.6881' stroke='%232CC68B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.5126 39.9626C31.6361 41.4737 31.0426 42.7805 30.9524 44.2488' stroke='%232CC68B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.55305 41.6395C9.51032 43.1126 10.0278 44.4954 9.92338 45.9258' stroke='%232CC68B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.437 47.789C16.3943 48.977 16.4323 50.2553 16.8073 51.3292' stroke='%232CC68B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.1136 49.6513C25.8809 50.5779 25.6008 51.5188 25.3682 52.4454' stroke='%232CC68B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.76099 50.9534C7.15031 52.0796 8.10938 52.9112 8.80732 53.7475' stroke='%232CC68B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.9509 5.13042C23.4827 6.21861 23.5871 7.45886 23.5112 8.6706' stroke='%232CC68B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M54.3195 58.7898C52.2367 54.0935 55.366 48.8495 51.7408 45.4265C49.5691 43.3762 48.8338 42.7669 48.5157 39.3748C48.2147 36.1264 49.5862 25.3612 44.1688 25.2105C39.3124 25.0736 35.0271 34.0076 33.3615 37.4442C32.1987 39.8403 29.2403 43.4823 30.2766 46.2618C30.7896 47.6378 32.4518 47.8295 32.7527 49.3801C33.2213 51.8343 29.8149 55.7844 28.8949 58.0675C24.7054 68.4528 31.9422 68.9354 40.311 68.9491C43.9499 68.956 49.2715 69.644 52.7326 68.5692C57.7395 67.0152 55.9064 62.3565 54.3229 58.7864L54.3195 58.7898Z' fill='%235BD0A1'/%3E%3Cpath d='M42.9205 64.198C42.9 63.9379 42.8521 63.7873 42.7734 63.7941C42.5409 63.8113 39.4662 64.3076 39.4799 64.0611C39.4115 65.2181 39.2268 66.3374 39.1824 67.4875C39.1311 68.7985 39.1106 70.1061 39.155 71.4102C39.2063 72.9574 39.3876 74.4772 39.4047 76.0141C40.3349 76.0381 41.2686 75.9628 42.192 75.8395C42.4246 75.8087 42.5887 70.8934 42.6366 70.2943C42.7974 68.268 43.0812 66.2176 42.9205 64.1946V64.198Z' fill='%23906D61'/%3E%3Cpath d='M41.6519 36.1437C41.5288 35.2845 42.1717 34.5657 42.1888 33.7271' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M45.6741 30.1092C45.6775 30.9307 45.722 31.718 45.8075 32.5258' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.1733 29.972C39.9852 30.684 39.5851 31.3823 39.3696 32.1182' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.8255 38.023C36.699 38.6255 36.4664 39.2587 36.5587 39.9022' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.2033 42.5856C33.1144 43.5817 33.2033 44.28 33.2033 45.2692' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M45.5376 37.3519V39.902' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.5778 40.573C40.547 41.3432 40.3179 42.0791 40.311 42.8527' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.8259 44.5982C36.7985 45.4197 36.9148 46.2035 36.9593 47.0148' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M44.1953 44.0607V46.6108' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.9814 47.6821C40.9814 48.442 40.7762 49.5476 41.2482 50.0987' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.8887 47.011C49.0631 47.7709 48.8818 48.8354 49.2922 49.4276' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M45.8067 50.3658C45.7793 51.1291 45.7485 51.9643 46.0734 52.6454' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.5557 52.9158C36.4873 53.5798 36.3711 54.2541 36.4224 54.9285' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.9819 54.3916C41.1461 55.1618 41.2487 56.0757 40.9819 56.8082' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32.9382 57.6127C32.8595 58.2357 32.904 58.9408 33.3417 59.3584' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M45.5351 57.7457C45.5351 58.3447 45.4427 59.4263 45.6684 59.6249' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.8887 54.2579C49.152 54.7885 49.1212 55.4628 49.2922 56.0036' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.0933 61.1004C37.3087 61.7508 37.1446 62.5997 37.36 63.1131' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.0696 64.0507C33.114 64.5025 33.1585 64.9406 33.203 65.3925' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M46.2071 63.5168C45.9916 64.3177 45.7556 65.396 46.0737 66.0669' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M49.8286 60.8338C49.9039 61.5081 50.1467 62.155 50.0954 62.8465' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M52.5103 65.9294C52.8044 65.2003 53.0746 64.4507 53.0472 63.6497' stroke='%2388E2BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
@media (max-width:767px) {
    .s010201 .theme_tour .top_wrap {padding: 70px 0 30px;}
}
@media (max-width:540px) {
    .s010201 .theme_tour .top_wrap {padding: 50px 0 20px;}
}
/* @media (max-width:540px) {
    .s010201 .theme_tour .top_wrap .title .mtit::before {left: -45px;width: 34px;height: 55px;}
    .s010201 .theme_tour .top_wrap .title .mtit::after {right: -50px;width: 39px;height: 54px;}
} */
/* sub010201 세조길 End */

/* sub010202 오리숲길 */
.s010202 .block {display: block;}
.s010202 .theme_tour .info_wrap {justify-content: flex-start; margin-top: 50px;}
.s010202 .theme_tour .course_wrap {margin-top: 66px;}
.s010202 .theme_tour .top_wrap .title .mtit::before {left: -53px;bottom: 25px;width: 42px; height: 43px; background-image: url("data:image/svg+xml,%3Csvg width='42' height='43' viewBox='0 0 42 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_877_3591)'%3E%3Cpath d='M11.5533 33.7107L17.7872 28.9586C17.7872 28.9586 15.4871 16.9588 10.0279 14.6346C4.56853 12.31 0.883137 19.2263 5.64444 27.1526C5.64444 27.1526 8.26627 31.374 11.5533 33.7107Z' fill='%23A6A392'/%3E%3Cpath d='M12.8941 35.2505L19.1273 30.5821C19.1273 30.5821 24.0337 36.2652 21.3348 38.6508C17.5997 41.9523 12.8941 35.2505 12.8941 35.2505Z' fill='%23A6A392'/%3E%3Cpath d='M33.6494 20.1805L25.818 19.714C25.818 19.714 21.0037 8.47948 24.2289 3.50927C27.4539 -1.46142 34.3844 2.22064 34.8755 11.4479C34.8755 11.4479 35.0661 16.4104 33.6489 20.1806L33.6494 20.1805Z' fill='%23A6A392'/%3E%3Cpath d='M33.3991 22.2055L25.6149 21.8084C25.6149 21.8084 24.7293 29.2564 28.3039 29.7306C33.2507 30.3867 33.3986 22.2057 33.3986 22.2057L33.3991 22.2055Z' fill='%23A6A392'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_877_3591'%3E%3Crect width='33.3369' height='34.9244' fill='white' transform='translate(0 8.62793) rotate(-15)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.s010202 .theme_tour .top_wrap .title .mtit::after {right: -100px;top: -35px;width: 89px; height: 86px; background-image: url("data:image/svg+xml,%3Csvg width='89' height='86' viewBox='0 0 89 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.5815 36.7554C35.2073 38.2059 33.2625 39.8422 33.7298 41.7666C33.8638 42.3153 34.0754 42.8531 34.0763 43.4192C34.0771 44.022 33.8363 44.597 33.6947 45.1848C33.256 46.9991 33.8137 49.0101 35.1193 50.3091C35.3548 50.5442 35.6275 50.7836 35.684 51.1142C35.7329 51.4008 35.6055 51.6877 35.5157 51.9663C35.1777 53.0196 35.3867 54.2291 36.0568 55.0902C36.2422 55.3271 36.4592 55.5429 36.5956 55.8105C36.8052 56.2261 36.7946 56.7173 36.8205 57.1864C36.9481 59.3795 38.0933 61.4734 39.8588 62.7427C40.1751 62.9714 40.5197 63.1809 40.7466 63.4984C41.1241 64.0265 41.1075 64.7337 41.1853 65.3814C41.3988 67.1551 42.4721 68.7911 44.0058 69.6768C44.2784 69.8341 44.5723 69.976 44.7616 70.2285C44.9538 70.4831 45.0088 70.8128 45.1029 71.1199C45.5705 72.6625 47.1924 73.7478 48.7966 73.5926C49.1698 73.5565 49.5741 73.4665 49.9014 73.6489C50.2105 73.8208 50.3482 74.1842 50.5198 74.4957C51.4069 76.1035 53.8544 76.5329 55.2709 75.3297C55.5296 75.1104 55.7569 74.8477 56.0521 74.6796C57.0096 74.1392 58.1804 74.8113 59.2663 74.7056C60.3931 74.596 61.3026 73.6273 61.6966 72.5546C62.0906 71.4818 62.0699 70.3127 62.0448 69.1773C63.6156 69.3355 65.2696 69.2797 66.6892 68.56C68.1084 67.838 69.2231 66.3149 69.0694 64.736C70.7749 64.5908 72.2277 63.1798 72.7482 61.5347C73.2688 59.8896 72.9737 58.0807 72.2743 56.5235C75.1265 56.2523 77.4585 53.2602 77.0306 50.4221C76.9586 49.949 76.8248 49.461 76.9658 49.0021C77.073 48.6559 77.3247 48.3734 77.5278 48.0723C78.3474 46.8575 78.3696 45.157 77.5819 43.9464C77.4075 43.6784 77.1886 43.4074 77.1912 43.0833C77.1937 42.7655 77.4096 42.4949 77.587 42.2276C78.4244 40.9691 78.5091 39.2518 77.8 37.9404C77.0909 36.6291 75.6168 35.7827 74.1221 35.8263C74.7096 34.7652 75.3078 33.6705 75.4623 32.4722C75.6168 31.2739 75.2249 29.9307 74.2032 29.3127C73.6058 28.9511 72.8751 28.8787 72.1725 28.882C69.7609 28.8921 67.3486 29.7024 65.3952 31.1558C65.176 31.3184 64.9442 31.496 64.6744 31.5025C64.4259 31.5088 64.2025 31.3663 63.9933 31.2337C62.7652 30.4548 61.1793 29.8393 59.8822 30.5384C59.4783 30.756 59.1201 31.0939 58.6696 31.1711C58.2986 31.2346 57.9279 31.1084 57.5793 30.9781C56.2434 30.4761 54.9228 29.8638 53.4979 29.7337C52.0721 29.605 50.4732 30.0791 49.7051 31.3081C48.6056 30.3748 46.852 30.3268 45.6732 31.1945C45.3787 31.4105 45.1216 31.6763 44.8252 31.8888C43.9677 32.5052 42.8683 32.6425 41.9157 33.0935C41.4096 33.3328 40.9473 33.6587 40.4899 33.9837C40.1267 34.2404 39.7659 34.4966 39.4027 34.7533C38.4617 35.4195 37.5207 36.0857 36.5797 36.752L36.5815 36.7554Z' fill='%23332108'/%3E%3Cpath d='M40.4337 48.1349C40.5325 48.426 40.683 48.6947 40.8335 48.9634C41.7342 50.5699 42.6386 52.1833 43.764 53.6375C43.9597 53.8902 44.1725 54.2217 44.0252 54.5099C43.9666 54.6245 43.8584 54.7068 43.7483 54.7705C43.2224 55.078 42.5629 55.0833 41.992 54.8911C41.4211 54.699 40.9274 54.3318 40.4828 53.9275C39.7268 53.2418 39.0645 52.3969 38.844 51.3931C38.6234 50.3892 38.9401 49.211 39.799 48.6322L40.4361 48.1344L40.4337 48.1349Z' fill='%23654623'/%3E%3Cpath d='M38.9979 39.3714C39.3364 41.789 39.9733 43.9761 41.4726 45.8782C40.4159 46.302 39.1424 46.0916 38.2951 45.3511C37.593 44.7374 37.2046 43.8283 37.0001 42.9112C36.8691 42.3215 36.8042 41.6979 36.9608 41.1098C37.1175 40.5216 37.5277 39.9717 38.1015 39.7752L38.9969 39.3729L38.9979 39.3714Z' fill='%23654623'/%3E%3Cpath d='M44.2066 57.4557C45.9761 59.8695 47.7005 62.3145 49.3802 64.7932C49.5641 65.0658 49.7561 65.3633 49.7435 65.6956C49.7325 65.9556 49.5936 66.1978 49.4206 66.3947C48.919 66.9631 48.1232 67.2102 47.3743 67.164C46.6254 67.1178 45.9198 66.8082 45.2854 66.4144C44.3114 65.8101 43.4438 64.9583 43.0663 63.869C42.8084 63.1263 42.7917 62.3204 42.7766 61.5307C42.755 60.3567 42.7707 59.0683 43.5208 58.1548L44.2076 57.4542L44.2066 57.4557Z' fill='%23654623'/%3E%3Cpath d='M53.1233 64.1095C52.8466 65.2487 52.768 65.63 53.2451 66.6892C53.6841 67.6659 54.6617 68.2619 55.6067 68.7553C56.0301 68.9764 56.4754 69.1935 56.9568 69.2154C57.9768 69.2624 58.8238 68.4444 59.5231 67.6834C57.3422 67.0446 55.3245 65.8783 53.6843 64.3099L53.1233 64.1095Z' fill='%23654623'/%3E%3Cpath d='M48.5903 51.5166C50.3189 54.8128 53.1666 56.2716 56.1522 58.4718C54.975 59.6665 53.1328 60.1181 51.5394 59.6721C49.9459 59.2262 48.645 57.9326 48.1068 56.3603C47.5676 54.7895 47.7773 52.9842 48.5898 51.5142L48.5903 51.5166Z' fill='%23654623'/%3E%3Cpath d='M46.5922 39.8599C46.4571 40.4048 46.5896 40.974 46.7596 41.5045C47.4355 43.6172 48.7009 45.5292 50.3729 46.9666C48.878 47.8065 46.8375 47.451 45.7426 46.1604C45.3242 45.6665 45.0409 45.0701 44.8134 44.4607C44.6812 44.1076 44.5664 43.745 44.5374 43.3687C44.4538 42.2594 45.1224 41.2374 45.7614 40.3158L46.5887 39.8618L46.5922 39.8599Z' fill='%23654623'/%3E%3Cpath d='M51.4141 39.4404C51.4824 39.9736 52.7912 40.841 53.1257 41.2571C55.0856 43.6869 55.171 43.6923 56.9781 45.0941C57.048 45.1492 57.1245 45.2132 57.1259 45.3027C57.1261 45.3633 57.0901 45.4181 57.0519 45.467C56.7561 45.8311 56.2634 45.9567 55.8022 46.0157C54.6963 46.1593 53.5379 46.0397 52.555 45.5307C51.5706 45.0207 50.7809 44.0936 50.5746 42.9961C50.3447 41.7829 50.8241 40.5386 51.4131 39.4419L51.4141 39.4404Z' fill='%23654623'/%3E%3Cpath d='M49.9531 31.5688C49.7665 32.4167 49.975 33.3129 50.3999 34.0596C50.8248 34.8063 51.4504 35.4142 52.1273 35.9391C52.6443 36.3398 53.3177 36.7111 53.9263 36.4525C53.9828 36.4292 54.0401 36.3957 54.0674 36.3413C54.1116 36.2533 54.0614 36.1515 54.0118 36.0673C53.0784 34.5201 51.785 33.234 50.5044 31.9632L49.9531 31.5688Z' fill='%23654623'/%3E%3Cpath d='M45.8466 32.5679C45.6079 33.0147 45.4161 33.4856 45.2731 33.9689C45.174 34.3035 45.0973 34.6517 45.1139 34.9999C45.1524 35.8598 45.7715 36.6142 46.5437 36.9745C47.316 37.3348 48.2155 37.3476 49.0604 37.1887C48.0225 35.7154 46.9831 34.2412 45.9461 32.7666L45.8477 32.5664L45.8466 32.5679Z' fill='%23654623'/%3E%3Cpath d='M55.88 50.3536C55.2542 51.006 55.1192 52.0237 55.3646 52.8851C55.61 53.7465 56.1803 54.4734 56.8136 55.0975C57.7927 56.0636 58.9532 56.845 60.2166 57.3872C60.7918 57.6342 61.5402 57.8031 61.9904 57.3543C60.3581 55.0057 57.929 53.2533 56.5825 50.7258L55.8776 50.3541L55.88 50.3536Z' fill='%23654623'/%3E%3Cpath d='M64.56 47.4146C65.7823 49.6722 68.0923 51.1109 70.4457 52.1179C70.5206 52.1506 70.6012 52.1872 70.64 52.2596C70.6659 52.3078 70.6682 52.3655 70.6662 52.4202C70.647 52.8688 70.3054 53.2592 69.9042 53.4636C69.5031 53.668 69.0473 53.7221 68.6019 53.7705C68.1292 53.8215 67.6508 53.8686 67.1841 53.7921C66.1801 53.6245 65.3691 52.9049 64.6918 52.1488C64.187 51.584 63.702 50.9358 63.6375 50.1743C63.5765 49.4628 63.8909 48.7729 64.197 48.1225L64.5566 47.4165L64.56 47.4146Z' fill='%23654623'/%3E%3Cpath d='M59.1552 37.852C60.2479 40.2655 62.5121 42.0932 65.0981 42.647C65.2512 42.6801 65.4409 42.743 65.4565 42.9006C65.4621 42.9628 65.4375 43.0255 65.4092 43.0814C64.9619 43.9746 63.8058 44.1933 62.8178 44.2225C61.7908 44.2527 60.6953 44.1769 59.8721 43.5696C59.1959 43.0711 58.7911 42.265 58.6191 41.4353C58.4472 40.6056 58.4841 39.7442 58.5483 38.8953L59.1562 37.8506L59.1552 37.852Z' fill='%23654623'/%3E%3Cpath d='M59.1853 32.7926C58.7283 33.4373 58.7313 33.9638 59.0227 34.6889C59.3142 35.414 60.0418 35.9482 60.8217 35.962C61.6016 35.9758 62.3831 35.4382 62.6158 34.6828C61.2572 34.6376 59.9468 33.9159 59.1853 32.7926Z' fill='%23654623'/%3E%3Cpath d='M61.7066 60.7947C61.3305 61.1828 61.2131 61.7572 61.228 62.2942C61.2802 64.0464 62.7276 65.6297 64.4582 65.8235C65.3601 65.9244 66.4257 65.5671 66.7435 64.7047C64.6298 64.3781 62.7321 62.9478 61.831 61.0064' fill='%23654623'/%3E%3Cpath d='M50.5543 69.3993C49.8857 69.8752 49.9223 70.9453 50.4142 71.5897C50.9056 72.2316 51.6965 72.553 52.4522 72.8456C52.6762 72.9324 52.9041 73.0197 53.1441 73.0378C53.4161 73.0586 53.6887 72.9871 53.9436 72.8861C54.3931 72.7067 54.8027 72.4261 55.1351 72.0703C53.4299 71.7667 51.8463 70.855 50.7298 69.5344L50.5543 69.3993Z' fill='%23654623'/%3E%3Cpath d='M69.3763 44.2475C69.8109 44.8736 69.7163 45.6106 70.2863 46.1151C70.9309 46.6865 71.6983 47.1881 72.5637 47.2376C73.4277 47.2861 74.3792 46.7481 74.5505 45.8917C74.5585 45.8498 74.565 45.8068 74.5506 45.7666C74.5209 45.6811 74.4191 45.6535 74.3321 45.6383C72.6413 45.3232 70.9828 44.8578 69.3788 44.247L69.3763 44.2475Z' fill='%23654623'/%3E%3Cpath d='M68.082 34.3389C68.0601 36.0848 69.1335 37.6841 70.5209 38.7098C70.9405 39.0189 71.3993 39.2928 71.9076 39.4134C72.4159 39.5339 72.9831 39.4903 73.4297 39.2053C73.499 39.1607 73.567 39.1087 73.6035 39.0349C73.7157 38.8065 73.4723 38.5767 73.2627 38.4417C71.5758 37.3522 69.3887 35.8652 68.082 34.3389Z' fill='%23654623'/%3E%3Cpath d='M36.6643 8.75821C36.0213 7.42809 34.4079 6.66609 32.9638 7.00606C31.5187 7.34749 30.3798 8.75881 30.3528 10.2466C29.2661 9.44741 27.5044 10.1341 27.012 11.4124C26.5185 12.6922 27.175 14.2194 28.3169 14.9362C27.1253 15.1237 25.944 15.3789 24.7796 15.7041C23.6775 16.0101 22.4913 16.4583 21.9306 17.4625C21.2604 18.6668 21.7575 20.1457 22.2634 21.4106C20.4339 21.2063 18.4138 21.7671 17.2699 23.2375C16.1259 24.7079 16.2207 27.1373 17.7369 28.164C16.3879 28.6479 15.0083 29.1515 13.9014 30.0714C12.7945 30.9913 11.9973 32.4331 12.2354 33.8419C10.8235 34.282 9.73158 35.6441 9.6058 37.1214C9.48002 38.5987 10.3317 40.0955 11.6533 40.7279C9.9013 41.6264 9.57277 44.2188 10.6093 45.8679C11.6458 47.5171 13.6083 48.3386 15.528 48.6726C14.7862 49.7602 14.0321 50.8716 13.6756 52.1344C13.3191 53.3973 13.4235 54.8641 14.2714 55.8447C14.755 56.4035 15.4289 56.7557 16.1043 57.0508C18.6354 58.1534 21.7559 58.561 24.0783 56.9953C23.3545 58.1882 24.7028 59.737 26.0816 59.738C27.4615 59.7375 28.6522 58.7917 29.72 57.8943C30.0283 59.5073 32.1184 60.4413 33.5403 59.6024C34.5983 58.9786 35.0872 57.7237 35.4991 56.5642C38.2557 58.523 42.6322 57.577 44.4162 54.6374C45.5743 56.1424 48.1776 56.1556 49.3974 54.6646C50.2577 53.6141 50.3809 52.1437 50.2327 50.8039C50.2014 50.5317 50.1678 50.2321 50.32 50.0012C50.5451 49.6593 51.0305 49.6602 51.4369 49.6495C52.9685 49.6078 54.4726 48.7851 55.3494 47.5065C55.729 46.9547 55.9987 46.2833 55.8895 45.6289C55.7202 44.6154 54.7379 43.9925 53.8475 43.4939C52.3499 42.657 50.8532 41.8187 49.3556 40.9818C51.443 40.6232 53.7508 39.9021 54.7393 38.0084C55.8766 35.8276 54.2515 32.7761 51.8328 32.5524C53.0283 32.1366 54.0136 31.1321 54.4137 29.9255C54.5785 29.4293 54.6472 28.8944 54.5427 28.3857C54.2997 27.2065 53.1485 26.4056 51.9693 26.1939C50.7891 25.9837 49.576 26.2448 48.4004 26.5039C50.4666 24.6261 52.2457 21.8126 51.3824 19.1854C51.1404 18.4472 50.6672 17.7576 49.9704 17.4261C48.1264 16.5532 46.0795 18.507 44.0309 18.4437C44.1261 17.407 43.7464 16.3421 43.0207 15.6128C44.0056 14.4138 45.0552 12.9295 44.6221 11.4562C44.2784 10.2847 43.0438 9.5639 41.8285 9.48034C40.6133 9.39678 39.4164 9.82675 38.2917 10.3177C37.6881 9.24815 37.8002 9.21821 36.6674 8.75384L36.6643 8.75821Z' fill='%23604826'/%3E%3Cpath d='M34.5739 11.97C35.0703 12.2204 35.6314 12.3108 36.1853 12.381C37.2466 12.515 38.3194 12.5837 39.3911 12.5868C39.825 12.5886 40.3381 12.6197 40.5626 12.9896C40.8488 13.4628 40.4323 14.0493 40.0427 14.4538C39.6861 14.823 39.325 15.1956 38.8854 15.4552C38.314 15.7915 37.6465 15.9121 36.9938 16.0083C36.3767 16.0992 35.7251 16.1725 35.1509 15.9392C34.4288 15.644 33.9644 14.9022 33.8102 14.1324C33.6561 13.3625 33.7686 12.5602 33.9158 11.7842L34.5729 11.9715L34.5739 11.97Z' fill='%23936C39'/%3E%3Cpath d='M34.1206 23.3413C36.1957 23.3238 38.2742 23.1489 40.3292 22.8216C40.4224 22.8066 40.5362 22.8016 40.584 22.8824C40.6087 22.9233 40.6048 22.9745 40.6005 23.0234C40.4246 24.6643 38.9839 26.0945 37.3524 26.2523C35.7195 26.4091 34.0755 25.2762 33.6426 23.693' fill='%23936C39'/%3E%3Cpath d='M40.9768 28.8113C42.855 28.6589 44.6882 27.8817 46.1186 26.6279C46.1898 26.5652 46.2704 26.4982 46.3637 26.4984C46.4191 26.498 46.4699 26.5226 46.5183 26.5476C47.2892 26.9588 47.6251 27.9738 47.3786 28.8253C47.1321 29.6769 46.39 30.3348 45.5529 30.6136C44.7159 30.8925 43.8008 30.8321 42.9601 30.5883C42.3065 30.399 40.9007 29.4943 40.9778 28.8099L40.9768 28.8113Z' fill='%23936C39'/%3E%3Cpath d='M27.1207 29.5838C30.1073 30.1809 33.2014 30.2637 36.2327 29.8235C35.9105 32.1139 33.7431 34.0183 31.4476 34.0293C29.1521 34.0403 27.0279 32.1546 26.7568 29.8659L27.1207 29.5838Z' fill='%23936C39'/%3E%3Cpath d='M35.4289 35.2556C35.9712 35.6048 36.5851 35.842 37.222 35.9484C38.3997 36.1439 39.6165 35.8897 40.7536 35.4937C41.8907 35.0977 42.9778 34.5633 44.1139 34.1688C43.9598 35.5983 43.0569 36.9084 41.8418 37.6818C40.6267 38.4552 39.1324 38.7149 37.7171 38.5375C37.4261 38.5012 37.1342 38.4449 36.8755 38.3103C36.1002 37.9025 35.8506 36.9282 35.6797 36.0603L35.4254 35.2575L35.4289 35.2556Z' fill='%23936C39'/%3E%3Cpath d='M45.6024 36.5743C47.5174 36.2835 49.331 35.3026 50.6424 33.8538C51.0342 34.4803 51.0244 35.2937 50.8344 36.0183C50.5823 36.9847 50.0185 37.8897 49.196 38.4527C48.3724 39.0172 47.2847 39.208 46.3649 38.8552C45.4452 38.5024 44.7527 37.576 44.7656 36.5813L45.6048 36.5738L45.6024 36.5743Z' fill='%23936C39'/%3E%3Cpath d='M24.4441 21.7258C26.0698 22.9582 28.1477 23.5772 30.1964 23.442C30.3302 24.2106 29.8038 24.9948 29.1078 25.3545C28.4119 25.7143 27.5919 25.7244 26.824 25.6111C26.343 25.5398 25.8614 25.4205 25.4501 25.1668C24.5076 24.5844 24.0965 23.3876 24.1056 22.2673L24.4451 21.7243L24.4441 21.7258Z' fill='%23936C39'/%3E%3Cpath d='M19.1006 28.9559C20.6822 29.9375 22.5263 30.493 24.3948 30.5497C24.2662 31.1251 24.133 31.7101 23.8261 32.2153C23.5202 32.7191 23.0029 33.1362 22.4197 33.16C21.9644 33.1799 21.5394 32.9641 21.1406 32.7471C20.4791 32.3862 19.8199 31.9945 19.2996 31.449C18.7792 30.9035 18.4057 30.1775 18.4253 29.4141L19.0996 28.9573L19.1006 28.9559Z' fill='%23936C39'/%3E%3Cpath d='M22.47 36.2723C23.8587 37.342 25.5932 37.8904 27.3382 38.1094C29.0832 38.3284 30.8551 38.2402 32.6168 38.1514C32.6602 38.391 32.5038 38.6189 32.3546 38.8151C31.7903 39.5621 31.1814 40.3428 30.3167 40.6888C29.9345 40.8416 29.5224 40.9002 29.1145 40.9251C26.2953 41.0941 23.3661 39.4382 22.4559 36.7654L22.47 36.2723Z' fill='%23936C39'/%3E%3Cpath d='M30.7039 44.1852C31.2618 44.8475 32.1184 45.1995 32.979 45.3169C33.8396 45.4343 34.7172 45.3413 35.5846 45.2476C37.8316 45.0043 40.079 44.7635 42.326 44.5202C41.8374 46.0126 40.3117 46.8786 38.8855 47.5224C38.2045 47.83 37.5109 48.1223 36.7812 48.2621C34.3185 48.7331 31.6612 47.1714 30.8834 44.7935L30.7034 44.1827L30.7039 44.1852Z' fill='%23936C39'/%3E%3Cpath d='M45.4779 46.9662C47.0128 45.8735 48.3102 44.4387 49.2451 42.799C49.3721 42.9673 49.4187 43.181 49.4626 43.3863C49.6561 44.3131 49.849 45.2653 49.6943 46.2045C49.5397 47.1437 48.9599 48.0807 48.0596 48.3803C47.1593 48.6799 45.5188 47.9141 45.4779 46.9662Z' fill='%23936C39'/%3E%3Cpath d='M26.0413 49.6638C27.1883 50.7941 28.8117 51.4228 30.4308 51.3621C31.5592 51.3205 32.6539 50.9641 33.7301 50.6099C33.8132 51.8267 32.7607 52.8362 31.6863 53.4226C30.7688 53.9239 29.6982 54.2669 28.6975 54.0153C27.8719 53.8079 27.1867 53.2125 26.7117 52.5043C26.2366 51.7961 25.9496 50.9792 25.6943 50.1626L26.0413 49.6638Z' fill='%23936C39'/%3E%3Cpath d='M16.67 46.1663C17.5177 47.5287 19.1591 48.1742 20.7451 48.4294C21.3295 48.523 21.9501 48.5705 22.4936 48.3292C23.0381 48.0865 23.4624 47.4644 23.2949 46.8967C21.5299 47.1214 19.9707 46.5438 18.2072 46.3637C17.7736 46.3189 17.1039 46.1466 16.669 46.1678L16.67 46.1663Z' fill='%23936C39'/%3E%3Cpath d='M14.0394 35.122C14.4588 35.9987 14.9225 36.8544 15.4283 37.6833C15.736 38.1866 16.0652 38.6897 16.5249 39.057C17.2165 39.6094 18.1427 39.8005 19.0326 39.7721C19.8485 39.7462 20.7667 39.4698 21.1277 38.7282C18.769 37.4908 16.5119 36.0586 14.3888 34.4521L14.0384 35.1235L14.0394 35.122Z' fill='%23936C39'/%3E%3Cpath d='M47.9324 19.6254C46.0949 20.54 45.0356 21.2664 43.0583 21.7901C43.8223 22.5742 44.7935 23.1915 45.8763 23.3556C46.9606 23.5207 48.1595 23.1763 48.8781 22.3295C49.5977 21.4812 49.7116 20.1186 49.0089 19.2801L47.9314 19.6269L47.9324 19.6254Z' fill='%23936C39'/%3E%3Cpath d='M29.9786 16.125C31.213 17.7522 32.9261 19.0023 34.8503 19.6805C33.7386 19.4208 33.0073 20.5847 31.4337 19.7381C30.7606 19.3756 30.1053 18.9478 29.781 18.2517C29.4567 17.5555 29.3711 16.7664 29.389 15.9933L29.9786 16.125Z' fill='%23936C39'/%3E%3Cpath d='M43.4822 50.3331C41.5164 51.182 39.3493 51.5392 37.2324 51.3636C37.9324 52.3708 39.109 52.9584 40.3127 53.1958C41.5165 53.4332 42.7613 53.3583 43.9909 53.2748C44.28 53.2558 44.6382 53.1834 44.7188 52.9028C44.7595 52.7649 44.7159 52.6202 44.6691 52.4861C44.3363 51.4971 43.9581 51.2598 43.4812 50.3345L43.4822 50.3331Z' fill='%23936C39'/%3E%3C/svg%3E%0A");}
.s010202 .theme_tour .top_wrap.col2 .title {width: 100%;}
.s010202 .theme_tour .top_wrap.col2 {gap: 60px; padding: 89px 0 106px;}
.s010202 .theme_tour .top_wrap.col2 .left-wrap {width: calc(50% - 60px); margin: 40px 0 0;}
.s010202 .theme_tour .top_wrap.col2 .img {width: 50%;}
.s010202 .theme_tour .con_wrap .story_wrap .story_list:first-child::before {right: calc(50% + 113px);bottom: -48px;width: 213px;height: 229px;background-image: url("data:image/svg+xml,%3Csvg width='213' height='229' viewBox='0 0 213 229' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_877_3613)'%3E%3Cpath d='M1.26715 96.7363C1.93959 99.8223 3.78703 102.781 5.98839 104.27C7.08553 105.015 8.36668 104.653 9.35764 104.256L10.3557 103.859C11.2475 103.504 12.1748 103.135 13.0808 102.752C14.7372 103.341 16.4855 103.767 18.1701 104.171C18.885 104.341 19.5929 104.519 20.3007 104.703C21.0652 104.902 21.8508 105.15 22.679 105.405C22.8064 105.441 22.9267 105.483 23.0541 105.519C20.6971 105.263 18.2834 105.086 16.1245 106.306C13.6966 107.676 11.8775 109.974 10.8724 112.968C10.8441 113.003 10.8158 113.039 10.7945 113.081C8.74182 116.877 8.01277 121.268 8.72768 125.446C8.82678 126.042 8.96126 126.631 9.12407 127.199C10.7096 132.853 14.8858 137.201 18.248 140.699C18.4037 140.862 18.6019 140.947 18.8001 140.94C18.9912 140.94 19.1752 140.848 19.3097 140.692C19.876 140.046 20.506 139.564 21.2987 139.188C21.865 139.848 22.4525 140.458 23.0471 141.004C24.8237 142.629 26.9189 144.381 29.2831 144.523C29.7077 144.551 30.1324 144.537 30.55 144.48C29.1769 146.693 27.1029 148.389 25.0927 150.028C22.3817 152.241 19.5858 154.525 18.4108 158.108C17.4835 160.939 18.1418 164.642 20.0175 167.444C21.0368 168.969 22.3109 170.267 23.8965 171.41L24.2999 171.7C25.8642 172.807 27.4781 173.956 27.8674 175.872C27.9169 176.113 28.0797 176.319 28.2992 176.404C28.5186 176.489 28.7522 176.461 28.9504 176.319C29.7785 175.737 30.5784 175.361 31.5056 175.134C32.1639 177.645 33.5159 179.71 35.5261 181.278C35.7526 181.455 36.1419 181.505 36.4038 181.27C37.3098 180.455 38.3928 180.476 39.1644 181.327C39.4121 181.597 39.7872 181.639 40.0562 181.434C42.5195 179.532 44.4164 177.645 45.8533 175.687C47.0213 176.255 48.3803 176.333 49.6968 176.404C49.7747 176.581 49.8526 176.759 49.9304 176.929C50.1499 177.433 50.3764 177.958 50.6383 178.447C46.9434 182.079 45.1809 187.655 44.1758 191.564C43.6732 193.508 43.5954 195.43 43.9563 197.275C43.7015 198.949 43.8573 200.503 44.4164 201.893C43.8431 202.908 42.7106 205.093 42.9088 206.207C42.9371 206.377 43.0008 206.526 43.0857 206.646C44.1829 208.094 46.0586 209.257 47.5663 210.193L47.7786 210.321C51.0063 212.329 54.7507 213.599 58.9057 214.102C59.1251 214.131 59.4153 214.053 59.5498 213.819C60.3638 212.464 61.1778 211.101 61.9777 209.739C63.2589 209.605 64.4055 209.25 65.3965 208.697C65.3045 209.158 65.2974 209.647 65.3894 210.165C65.6513 211.669 66.7343 213.308 68.15 214.336C68.6596 214.705 69.1763 215.053 69.693 215.393C71.229 216.415 72.6801 217.38 73.7489 218.898C74.4072 219.834 74.9805 220.849 75.5397 221.835C75.929 222.523 76.3325 223.233 76.7642 223.914C78.3356 226.411 81.5633 230.334 85.5272 228.525C86.6385 228.014 87.6719 227.347 88.6628 226.702C89.7104 226.021 90.7934 225.318 91.9543 224.815C94.2759 223.814 96.6189 223.197 99.1104 222.935C99.4077 222.906 99.6554 222.672 99.7192 222.36C100.066 220.664 100.625 219.097 101.418 217.593C101.418 217.593 101.425 217.607 101.432 217.614C101.836 218.146 102.494 218.593 103.081 218.99L103.407 219.21C105.269 220.515 106.783 221.289 108.319 221.729C111.936 222.764 115.383 222.239 117.825 220.281C119.998 221.658 122.518 222.502 124.486 223.084C128.868 224.382 132.98 222.927 137.071 218.65C138.742 216.897 140.334 214.911 142.231 212.194C142.401 211.953 142.571 211.712 142.748 211.47C143.831 209.966 144.942 208.413 145.19 206.533C146.988 206.504 148.432 206.306 149.713 205.923C153.005 204.93 155.822 202.986 158.327 199.978C160.508 200.318 167.034 200.95 170.594 197.012C173.404 193.912 174.891 189.287 174.586 184.591C174.636 184.534 174.685 184.477 174.735 184.42C181.24 184.775 185.82 183.491 188.743 180.49C190.385 178.809 191.362 176.893 191.567 174.964C191.723 173.488 191.595 172.02 191.461 170.601C191.369 169.601 191.277 168.572 191.291 167.55C191.298 166.649 191.51 165.699 191.737 164.691C192.048 163.301 192.374 161.861 192.133 160.499C192.084 160.208 192.006 159.924 191.907 159.655C194.993 157.611 198.079 155.575 201.165 153.539C201.278 153.468 201.399 153.39 201.526 153.305C202.432 152.731 203.558 152.021 203.777 150.893C204.046 149.503 203.678 146.828 203.565 146.232C205.051 144.537 206.07 142.934 206.672 141.33C207.493 139.159 207.691 136.669 207.253 134.123C206.8 131.512 205.724 128.937 204.131 126.667C205.582 125.489 209.595 120.658 210.247 119.757C210.409 119.53 210.601 119.289 210.799 119.026C211.875 117.636 213.361 115.713 212.944 113.947C212.363 111.485 210.445 109.201 208.838 107.491C207.479 106.044 205.809 105.143 203.989 104.88C203.989 103.937 203.919 103.022 203.763 102.142C203.204 98.8858 201.618 96.3106 199.197 94.7003C199.183 94.6861 199.127 94.6364 199.035 94.5584C197.286 93.0473 195.956 92.0045 195.085 91.4582C195.205 89.9755 195.46 85.719 194.816 81.952C194.42 79.6322 193.747 77.9367 192.82 76.9081C192.169 76.1845 189.408 73.7441 188.354 73.2262L188.254 72.907C187.738 71.254 187.207 69.5443 186.513 67.9197C186.513 67.2671 186.457 66.6357 186.35 66.0327C185.572 61.5137 182.252 59.9317 181.594 59.6621C181.459 59.6054 181.346 59.5699 181.261 59.5415C178.196 54.6891 173.793 51.9153 168.966 51.7379C169.136 51.4896 169.086 51.0569 168.846 50.8441C167.749 49.8438 167.324 48.7938 166.998 47.4176C166.928 47.1196 166.864 46.8217 166.793 46.5308C166.347 44.5799 165.93 42.7283 164.776 40.9832C163.438 38.94 161.47 37.6489 159.219 37.3084C159.248 37.1807 159.255 37.0388 159.241 36.904C159.219 36.6841 159.177 36.4783 159.134 36.2797C159.049 35.8399 158.972 35.4568 159.134 35.0311C159.269 34.6835 159.233 34.0805 159.056 33.7116C158.087 31.6401 156.848 30.8172 154.951 31.0159C154.349 28.9231 153.443 26.9863 152.445 25.6668C151.072 23.8507 149.281 23.1413 147.399 23.6734C146.811 23.8365 146.231 24.0635 145.671 24.2835C144.751 24.6453 143.874 24.9858 142.939 25.0922C142.422 25.149 141.566 25.078 140.575 24.9929C138.657 24.8297 136.158 24.6098 133.872 25.1135C134.651 24.4821 135.429 23.8436 136.201 23.1981C136.321 23.0987 136.448 22.9923 136.583 22.8859C137.22 22.3751 137.949 21.8005 138.31 21.0556C138.636 20.3888 138.742 19.729 138.621 19.0551C138.416 17.8703 137.567 16.863 136.746 15.8911L136.441 15.5293C136.116 15.1391 135.783 14.7063 135.443 14.2594C134.205 12.6561 132.803 10.84 131.005 10.01C128.669 8.93167 126.227 9.41408 123.736 10.0384L123.439 10.1093C121.117 10.691 118.71 11.294 116.771 12.7554C115.546 13.6706 114.64 14.8624 113.762 16.0116C112.991 17.019 112.198 18.0619 111.2 18.899C108.291 21.3394 106.387 24.2693 104.971 27.0999C105.155 26.3053 105.339 25.5178 105.516 24.7233C105.863 23.2051 106.217 21.6941 106.571 20.1759L108.581 11.6133C108.942 10.0738 109.388 8.1584 110.478 7.04462C111.08 6.43452 111.83 5.66835 111.554 4.53328C111.356 3.72455 110.627 3.44788 110.039 3.22795C109.402 2.98676 109.034 2.75264 108.595 2.29861C107.739 1.42604 106.543 0.383179 104.837 0.0923157C103.492 -0.134689 102.02 -0.0779419 100.193 0.269669C98.0204 0.688232 95.727 1.46149 93.3912 2.57527L92.9452 2.78812C91.9896 3.23505 90.9987 3.69617 90.2059 4.38431C89.2362 5.22852 88.4576 6.42033 87.8913 7.9314C87.5374 8.88911 87.2826 9.88939 87.0419 10.8613L87.0207 10.9393C87.0065 10.989 86.9853 11.1096 86.9499 11.2728C86.6739 12.5639 86.4686 13.3513 86.3483 13.6138C83.701 13.8196 82.0234 15.6853 80.4096 17.4872C79.362 18.6507 78.2861 19.8496 76.9554 20.5732C76.7501 20.2114 76.5448 19.8425 76.3325 19.4665C75.5114 17.9838 74.662 16.4515 73.579 15.2313C74.1736 13.2804 74.2231 12.9966 74.1948 12.8405L74.1807 12.7625L74.1453 12.7058C73.1402 11.2727 69.5373 6.75375 65.2479 8.67627C63.9454 9.258 63.0182 10.1448 62.6218 11.1663L62.4873 10.2937C62.4378 9.99579 62.4095 9.60562 62.3741 9.19415C62.3245 8.61243 62.2679 7.94557 62.1617 7.3C62.0343 6.56931 61.6521 4.34174 59.741 4.15729C56.7256 3.86642 53.9438 4.63261 52.2946 6.20752C50.9639 7.47737 49.803 8.22934 47.7857 8.32156C46.3488 8.38541 44.9402 8.49184 43.6166 9.08064C40.8702 10.3008 38.775 12.3794 37.0833 14.2523C36.9772 14.3658 36.8497 14.5006 36.7082 14.6425C36.0853 15.2739 35.2288 16.1465 35.2076 17.0403C35.2076 17.317 35.2217 17.5795 35.2642 17.842C35.4199 18.7429 35.8588 19.4878 36.3189 20.2753L36.3897 20.3959C39.6669 25.9861 42.5124 31.9239 44.8695 38.0674C41.9744 36.7124 38.8458 36.5706 35.3775 36.5422C32.4754 36.5209 30.0475 36.3507 27.6267 35.5916C27.4144 35.5277 27.202 35.4568 26.9826 35.3788C25.6094 34.9247 24.0522 34.414 22.6082 34.7119C21.6102 34.9176 20.8103 35.3362 20.0813 36.0243C19.8264 36.1024 19.6283 36.3152 19.5575 36.5777C19.3593 36.8189 19.1682 37.0672 18.9771 37.3367C18.3117 38.2874 17.6251 39.2735 16.4501 39.5998C16.2165 39.6636 15.9546 39.7204 15.6927 39.7771C15.1194 39.9048 14.5177 40.0325 14.0152 40.2879C12.6915 40.9548 12.0262 42.0331 11.9908 43.5867C11.9554 45.0623 11.9412 46.545 11.9271 48.0277L11.9129 49.6664C11.9129 49.9147 11.8987 50.1772 11.8775 50.4326C11.8421 51.0001 11.8138 51.596 11.9058 52.1281C12.0545 52.9865 12.5075 53.5611 13.2932 53.8804C14.0435 54.1854 14.8079 54.4124 15.5511 54.6253C16.6766 54.9587 17.7384 55.2637 18.7718 55.8384C22.0632 57.6616 24.7459 60.3006 26.5579 63.4788C23.0825 63.9754 19.6778 64.7415 16.4359 65.7631C14.2841 66.4371 11.3466 67.3664 9.75403 69.2393C7.63762 71.7364 7.22708 73.7724 7.1563 74.34C6.88025 76.4611 6.85193 78.5965 7.08551 80.3771C4.2542 82.9878 0.460236 86.549 0.056778 91.217C-0.0140076 92.0612 0.0143127 92.8912 0.148788 93.6787C0.332825 94.7641 0.715057 95.7715 1.28133 96.6937L1.26715 96.7363ZM109.954 4.72481C110.124 4.82413 110.216 4.93056 110.237 5.04405C110.259 5.17885 110.209 5.48389 109.6 6.03725C109.6 5.87407 109.6 5.718 109.586 5.56902C109.565 5.27817 109.53 4.99438 109.487 4.72481C109.473 4.65387 109.459 4.58293 109.445 4.51199C109.622 4.56876 109.806 4.63258 109.954 4.72481ZM6.11578 102.632C5.19562 101.702 4.43115 100.645 3.77287 99.354C4.2542 99.6945 4.77798 99.9925 5.33009 100.255C7.27663 101.17 9.4072 101.738 11.8138 101.986C9.73279 102.894 7.31911 103.838 6.11578 102.632ZM21.2704 103.533C20.4989 103.327 19.7203 103.1 18.9417 102.873C18.0569 102.617 17.1508 102.355 16.2448 102.114C18.1914 102.05 20.1521 101.865 22.0703 101.681C25.8713 101.319 29.7927 100.95 33.5583 101.539C33.254 101.787 32.9567 102.029 32.6594 102.284C31.2437 103.462 29.9696 104.547 28.7592 105.597C28.7168 105.604 28.6814 105.618 28.6389 105.625C27.0676 104.866 25.2343 104.455 23.4647 104.057C22.7002 103.887 21.9712 103.724 21.2775 103.54L21.2704 103.533ZM35.4482 101.794C35.5827 101.709 35.8092 101.525 36.2481 101.177C37.7274 99.9996 40.7357 97.5947 42.5265 96.2255C42.838 96.6441 43.1565 96.9775 43.4892 97.2542C44.1121 97.7649 44.6571 98.0203 45.2021 98.0558C45.5136 98.0771 45.8463 98.0203 46.1719 97.9707C46.7948 97.8714 47.3893 97.772 47.7432 98.1622C47.6441 98.5027 47.6158 98.8503 47.6725 99.1838C47.7999 99.9074 48.2812 100.475 49.0386 100.787C50.6524 101.447 52.5848 100.752 54.6304 98.7723C57.5254 95.9701 61.0575 89.1739 61.4114 88.4787C61.5247 88.3013 63.7189 85.3572 65.262 84.2789C71.6679 85.7474 77.2385 87.5493 82.2287 89.7769C81.7261 89.7627 81.2236 89.713 80.7352 89.6421C79.7725 89.5002 78.732 89.1455 77.6278 88.7624C75.299 87.9679 72.8924 87.145 70.7123 88.1027C68.5251 89.0675 67.2722 91.2809 67.5058 93.7496C67.5766 94.4733 67.7394 95.1898 67.9588 95.8069L67.9801 95.9346C68.3623 98.148 69.4736 100.347 71.2078 102.319C67.8456 104.121 64.4551 105.987 61.1778 107.796C58.9057 109.045 56.6336 110.3 54.3544 111.535C53.2997 112.109 52.2521 112.684 51.2045 113.259C49.3783 114.266 47.4814 115.302 45.6127 116.302C42.8734 117.756 40.1836 119.062 37.3736 119.083C34.4715 119.104 31.6755 118.068 29.6936 116.238C28.7734 115.394 27.1879 113.677 26.8481 111.698C26.6004 110.251 27.0888 108.974 28.3062 107.895C30.5854 105.874 32.9921 103.823 35.4624 101.809H35.4553L35.4482 101.794ZM43.7015 82.9807C43.6945 82.6472 43.6874 82.2996 43.7369 81.9378C43.8927 80.8453 44.7491 80.221 45.5631 79.7457C45.8038 79.6109 46.0374 79.4762 46.278 79.3414C47.0425 78.9157 47.8282 78.4759 48.5502 77.9154C48.7979 77.7239 49.0457 77.5253 49.2934 77.3337C50.0012 76.7733 50.7303 76.1915 51.5089 75.7162C53.7456 74.3471 56.308 73.4319 59.1322 72.9921C63.1031 72.3749 67.0245 72.6587 71.6679 73.2758C71.9935 73.3397 72.312 73.3822 72.6234 73.4106H72.7084C73.671 73.5029 74.6408 73.5241 75.5822 73.5383C75.929 73.5383 76.2829 73.5525 76.6297 73.5596C77.8189 73.5951 78.7957 73.7724 79.5885 74.1059C75.8936 74.489 72.2837 75.4963 68.8507 77.0925C64.9293 78.9157 61.3406 81.5122 58.4739 84.6053C57.8157 85.3147 57.214 86.095 56.6265 86.8612C55.7417 88.0105 54.8215 89.2023 53.7244 90.1245C51.2541 92.196 48.6139 91.5008 46.8372 90.5573C45.8463 90.0252 44.5722 89.3016 43.5387 88.4006C43.1565 88.0672 42.4345 87.4429 42.3921 86.8044C42.3567 86.2866 42.5973 85.9673 42.9088 85.5559C43.022 85.4069 43.1353 85.2508 43.2414 85.0806C43.7157 84.3286 43.7015 83.6404 43.6803 82.9736L43.7015 82.9807ZM42.8309 53.1922C43.3618 53.4405 43.9139 53.5966 44.5085 53.6675C42.4982 54.9587 40.7287 56.6755 39.0086 58.3426L38.4211 58.9101C38.2654 58.7541 38.1522 58.5483 38.0601 58.2859L38.0177 58.1511C37.7487 57.3565 37.4443 56.4556 37.2886 55.5617C37.1541 54.7742 37.1541 54.1003 37.2886 53.5186C37.6 52.2203 38.5202 51.3194 40.1058 50.766C40.127 50.766 40.1412 50.7731 40.1624 50.7802C40.7074 50.9008 41.0826 51.3903 41.4789 51.9153C41.8541 52.4119 42.2434 52.9156 42.8238 53.1922H42.8309ZM41.939 50.3333C43.5033 50.0921 45.2092 50.0921 46.6107 50.0921C47.085 50.0921 47.5238 50.0921 47.9202 50.085C52.0256 49.9928 56.0107 50.1843 59.7551 50.6525C56.216 50.9079 52.5636 51.1846 49.0669 51.7947C48.5006 51.894 47.5734 52.192 47.0142 52.3764H46.6957C44.9261 52.4119 43.5246 52.4332 42.4274 50.9505C42.2576 50.7235 42.1018 50.5248 41.939 50.3404V50.3333ZM41.6772 57.8034C42.6115 56.9876 43.5741 56.1434 44.558 55.356C46.363 53.9087 48.267 53.2064 51.1337 52.9297C55.8054 52.4828 60.4771 52.0359 65.1488 51.6031C67.6686 52.3764 69.0631 53.6463 69.5444 55.583C69.5231 56.1931 69.5656 56.8244 69.6789 57.47C70.3159 61.1661 72.9844 64.7345 75.5609 68.1822C76.7147 69.7288 77.8118 71.1973 78.6471 72.5806C77.8118 72.3678 76.8916 72.2897 75.8158 72.3252H75.6954C74.4072 69.2251 72.8358 66.3519 71.0379 63.798L70.684 63.3014C68.9144 60.783 66.9042 57.924 64.3843 56.2427C61.7653 54.5047 58.5093 54.9516 55.6285 55.356L54.9985 55.4411C50.9639 55.9873 47.3539 56.789 43.9705 57.9099C43.652 58.0163 43.2627 58.1794 42.8451 58.3568C41.9461 58.7328 40.8702 59.1868 39.9571 59.2932C40.5446 58.7966 41.118 58.2929 41.6842 57.8034H41.6772ZM65.0426 18.6081C65.3116 18.8564 65.5876 19.0976 65.8495 19.353C66.1114 19.6013 66.3521 19.878 66.614 20.1689C67.0174 20.6229 67.4351 21.0911 67.9093 21.4671C68.5605 21.9849 69.5656 21.7012 70.2381 21.4103C69.6222 24.3189 69.2612 27.5893 69.1975 30.9094C69.0843 36.6983 69.9549 42.3949 71.7528 47.7581C71.7457 47.9 71.7457 48.049 71.7457 48.1908C71.7457 48.4391 71.7457 48.6732 71.7033 48.8861C71.6608 49.106 71.5971 49.4252 71.5263 49.7445C71.3918 50.3829 71.3423 50.6525 71.321 50.7944C70.7618 51.5393 70.3372 52.3197 70.0399 53.1213C69.1692 51.9224 67.8102 50.9718 66.076 50.3546C66.076 50.312 66.0689 50.2765 66.0619 50.2269C65.8354 49.2762 65.623 48.2973 65.4248 47.2828C65.3965 46.7933 65.3399 46.2896 65.2549 45.7859C65.17 45.3106 65.0638 44.814 64.9293 44.36C63.9596 37.7979 63.9313 30.9023 64.8444 23.8507L64.8586 23.7514C65.078 22.0559 65.3045 20.3107 65.0497 18.6081H65.0426ZM97.4753 38.784C97.3975 38.3157 97.2488 37.8901 97.0435 37.5212C98.4309 37.4006 99.6838 37.4148 100.859 37.5567C101.602 37.6489 102.097 38.5569 102.416 40.4227C102.487 40.8271 102.543 41.2385 102.593 41.6145C102.657 42.0615 102.706 42.4659 102.777 42.7851C100.512 43.5583 99.4997 45.9207 98.8698 47.9142C98.6857 48.4959 98.7282 49.2408 98.983 49.8438C96.9728 50.3191 93.1646 50.3546 91.6782 50.3687C91.3597 50.3687 91.2181 50.3688 91.1403 50.3759C90.4183 50.163 89.8095 49.9076 89.2716 49.5955C88.9106 49.3827 88.585 49.1131 88.2382 48.8293C88.0824 48.7016 87.9267 48.5739 87.771 48.4533C88.1461 48.2263 88.5284 47.9993 88.9035 47.7723C90.8147 46.623 92.7895 45.4312 94.5874 44.0975C95.8615 43.154 97.5532 41.6571 97.539 39.6353C97.539 39.3444 97.5107 39.0606 97.4682 38.7911L97.4753 38.784ZM103.095 44.1826C103.258 44.9133 103.421 45.644 103.57 46.3747L103.598 46.5237C103.832 47.8716 103.386 48.7016 102.105 49.2904C101.821 49.4181 101.538 49.411 101.262 49.2691C100.661 48.9499 100.285 47.9922 100.554 47.3608C100.689 47.0345 100.838 46.7082 100.986 46.3889C101.524 45.3248 102.097 44.5373 103.088 44.1826H103.095ZM127.593 55.7745C127.593 55.7319 127.579 55.6965 127.572 55.6539C127.954 55.4482 128.294 55.1928 128.599 54.8877C128.712 55.2921 128.811 55.7107 128.882 56.115C129.037 57.0089 129.002 57.6474 128.768 58.0801C128.358 58.8392 127.742 59.2932 126.956 59.6408C127.424 58.52 127.82 57.094 127.593 55.7816V55.7745ZM128.216 53.1851C128.117 53.3341 127.601 54.0435 127.098 54.4266C125.958 52.4402 124.054 51.4613 122.157 50.6525C122.532 49.5033 122.978 48.0844 122.759 46.843C122.709 46.5663 122.632 46.3109 122.525 46.0768C122.37 45.7433 122.179 45.4525 121.952 45.2113C124.026 45.5731 126.348 46.9068 127.339 48.127C127.381 48.1767 127.438 48.2405 127.509 48.3185C127.877 48.73 128.563 49.4891 128.754 50.5816C128.896 51.4187 128.712 52.2984 128.216 53.1851ZM125.845 55.2495C125.873 55.3347 125.895 55.4269 125.909 55.5191L125.937 55.6752C126.057 56.3562 126.036 57.1295 125.873 58.1014C125.753 58.8321 125.548 59.7473 124.996 60.4283C124.458 61.0881 123.75 61.3009 122.632 61.1306C122.03 61.0384 121.428 60.9604 120.827 60.8823C119.05 60.6482 117.217 60.3999 115.483 59.875C115.858 59.7189 116.212 59.5699 116.544 59.4138C118.186 58.6547 119.814 57.0727 119.524 55.3985C119.482 55.1573 119.404 54.9232 119.284 54.6962C119.878 54.3557 120.692 53.554 120.699 53.5469C121.152 53.0361 121.457 52.4544 121.697 51.9224C123.531 52.6034 125.307 53.4547 125.824 55.2495H125.845ZM141.29 76.0922C141.262 75.9149 141.219 75.7446 141.17 75.5744C141.955 76.5108 142.614 77.6033 143.06 78.7455C144.015 81.1859 144.022 83.4844 143.116 85.8325L143.088 85.8964C142.72 86.847 142.203 87.8047 141.524 88.8263C140.809 89.8975 140.094 90.9758 139.372 92.047L138.671 93.097C138.551 93.2743 138.437 93.4659 138.317 93.6574C138.041 94.1043 137.751 94.5726 137.411 94.9273C136.873 95.4806 136.201 95.7218 135.167 95.7289C135.033 95.6863 134.884 95.6863 134.743 95.7289C134.537 95.7218 134.339 95.7076 134.134 95.7005C131.005 95.5019 128.046 94.6648 125.328 93.2034C126.539 92.87 127.707 92.5223 128.811 92.1605C133.384 90.6566 136.293 88.4361 138.26 84.96L138.621 84.3286C139.945 82.023 141.757 78.8732 141.283 76.1135L141.29 76.0922ZM145.261 89.0036C145.091 88.0317 144.758 87.0669 144.44 86.2298C145.091 84.513 145.275 82.7182 144.992 80.8879C145.07 80.8879 145.148 80.8879 145.225 80.8595C146.082 80.6112 146.931 80.3416 147.774 80.0721C150.11 79.3272 152.523 78.5539 155.043 78.3482C156.077 78.263 158.342 78.483 158.363 78.483C159.255 78.5752 163.105 79.767 163.99 80.1501C164.379 80.3204 164.776 80.0933 165.087 79.9089L165.2 79.845C169.405 79.1569 173.404 82.1365 173.956 86.4781C174.473 90.5856 172.817 94.8634 169.278 98.5311L168.796 99.0348C167.324 100.581 165.491 102.504 163.636 103.121C162.348 103.547 160.946 103.596 159.594 103.646C158.738 103.674 157.846 103.71 156.983 103.838C153.089 104.405 149.402 105.71 146.004 107.725C145.629 106.533 145.148 105.377 144.588 104.277C144.588 102.851 143.902 102 142.472 101.575C139.697 100.744 137.56 99.198 136.116 96.9704C137.369 96.7647 138.098 96.1191 138.671 95.4026C138.77 95.438 138.883 95.4451 138.997 95.4239C139.322 95.36 139.662 95.3103 140.016 95.2607C141.793 95.0053 143.803 94.7074 144.73 92.9409C145.339 91.7704 145.516 90.4863 145.261 89.0107V89.0036ZM175.4 86.7902C175.521 87.1166 175.634 87.4429 175.733 87.7834C175.818 88.0672 175.917 88.3652 176.016 88.6702C176.342 89.6705 176.71 90.8056 176.901 91.9052C177.092 92.9977 177.078 93.9057 176.858 94.679C176.788 94.9344 175.337 98.9355 174.565 101.021C174.459 101.312 174.36 101.617 174.261 101.922C174.034 102.624 173.793 103.355 173.447 103.951C172.597 105.405 171.196 105.2 169.837 104.994C168.315 104.767 166.843 104.363 165.363 103.774C166.595 103.029 167.692 101.965 168.676 101.014L168.973 100.723C170.311 99.4392 171.996 97.694 173.213 95.6083C174.855 92.7848 175.648 89.5499 175.393 86.7832L175.4 86.7902ZM189.592 95.8708C189.373 97.6869 188.686 99.3044 187.879 101.085C186.966 103.093 186.088 104.845 184.545 105.959C183.116 106.987 181.488 107.661 180.086 108.179C177.531 109.123 174.884 110.017 172.272 110.818C171.507 110.903 170.806 111.059 170.134 111.286C170.084 111.237 170.028 111.201 169.971 111.166C169.908 111.13 169.837 111.109 169.766 111.102C169.27 110.265 168.407 109.648 167.211 109.265C164.882 108.527 162.596 108.016 160.437 107.746C155.645 107.158 150.959 107.761 146.485 109.534C146.45 109.378 146.415 109.229 146.379 109.073C149.281 107.278 152.268 106.079 155.248 105.498C156.508 105.256 157.825 105.171 159.092 105.1C160.515 105.015 161.98 104.93 163.395 104.611C163.544 104.575 163.686 104.54 163.827 104.49C166.227 105.682 168.775 106.335 171.401 106.441C173.631 106.526 174.537 104.923 175.082 103.511C175.287 102.979 175.492 102.454 175.712 101.922C176.901 101.709 177.998 100.503 178.309 99.4321C178.656 98.2261 178.529 97.0342 177.927 95.9772L177.941 95.9417C177.977 95.8211 178.012 95.7005 178.048 95.5799C178.394 94.3455 178.437 93.0615 178.175 91.5434C177.998 90.5147 177.701 89.4789 177.41 88.4645C176.908 86.7193 176.335 85.2508 175.669 83.981L179.215 82.3351C182.45 82.6189 185.19 84.9529 187.582 89.4789L187.716 89.7343C188.446 91.1106 189.274 92.6642 189.543 94.232C189.642 94.8138 189.663 95.3529 189.599 95.8779L189.592 95.8708ZM190.597 98.0984C190.873 97.24 191.001 96.3461 190.987 95.4097C191.638 99.1838 191.008 102.88 189.168 106.108C187.823 108.463 186.471 109.882 184.921 110.563C183.335 111.265 181.587 111.464 179.244 111.223C178.77 111.173 178.295 111.116 177.821 111.059C177.488 111.017 177.149 110.974 176.802 110.939C179.123 110.187 181.842 109.179 184.305 107.775C187.745 105.824 189.415 101.787 190.597 98.0984ZM171.953 116.118C175.414 117.324 180.355 118.65 185.331 118.657C186.549 120.715 187.37 122.956 187.78 125.319C188.891 131.753 186.718 137.982 181.983 141.983C180.313 143.395 178.444 144.601 176.434 145.573L176.228 145.672C174.133 146.686 171.974 147.729 169.681 147.523C166.135 147.211 162.511 146.523 159.007 145.856L157.315 145.537C157.315 145.48 157.308 145.424 157.294 145.36C157.089 144.161 155.121 140.848 154.08 139.365C155.666 139.713 157.159 139.919 158.54 139.982C161.463 140.117 163.24 137.762 164.662 135.485C165.476 135.57 166.326 135.513 167.154 135.449C167.359 135.435 167.565 135.421 167.77 135.407C168.464 135.364 168.931 135.229 169.405 134.619C169.879 134.016 169.922 132.98 169.957 132.072C169.971 131.774 169.978 131.498 170.007 131.278L170.141 130.2C170.261 129.242 170.382 128.284 170.495 127.326C170.516 127.142 170.467 126.965 170.353 126.83C171.167 125.588 171.918 124.354 172.3 122.999C172.895 120.892 172.795 118.721 171.953 116.11V116.118ZM131.876 192.486C130.354 193.38 128.776 194.31 127.452 195.594C127.409 195.636 127.367 195.686 127.332 195.743C121.23 197.928 114.407 196.707 109.572 192.642C115.327 194.232 123.184 195.409 129.639 190.713C133.299 188.045 136.208 185.385 138.289 182.796C139.542 181.242 140.426 179.667 140.943 178.106C141.071 179.603 140.971 180.902 140.653 182.051C139.966 184.534 138.388 186.768 137.093 188.436C135.691 190.245 133.837 191.33 131.876 192.486ZM132.371 193.87C131.819 194.735 130.68 195.395 129.611 195.608C130.474 194.969 131.402 194.423 132.371 193.87ZM77.3447 196.431C76.1909 196.431 74.9947 196.417 74.0179 196.381C73.9542 196.374 67.0245 195.402 64.3985 193.146C62.7492 191.727 61.6804 190.053 61.2132 188.159C63.4783 191.053 67.3501 193.671 71.4343 193.309C79.3974 192.607 85.8952 190.429 90.7793 186.847C90.6235 187.258 90.4183 187.755 90.2342 188.173C88.8964 191.195 86.6031 195.352 82.1438 196.573C82.1154 196.58 82.0942 196.587 82.0659 196.601C81.0891 196.452 79.2629 196.445 77.3376 196.431H77.3447ZM81.1103 197.8C81.0325 197.913 80.9546 198.034 80.8767 198.148C80.6148 198.538 80.4591 198.765 80.4096 198.914C80.2397 199.396 79.9707 199.687 79.5885 199.786C78.7886 199.999 77.5995 199.375 76.835 198.708C76.559 198.467 76.29 198.226 76.0139 197.984C77.0969 197.842 79.5035 197.651 81.1103 197.8ZM37.5363 124.517C36.7082 124.134 35.8517 123.737 34.974 123.538C34.0963 123.339 33.0487 123.134 31.9728 123.112C31.3924 123.098 30.6845 122.062 30.2598 121.438C30.1395 121.261 30.0333 121.105 29.9413 120.984C28.3345 118.856 27.2657 116.919 26.6995 115.082C28.4195 117.501 31.3358 119.331 33.6574 119.97C39.5324 121.587 45.0606 118.381 49.9304 115.557C50.7586 115.075 51.5797 114.599 52.3937 114.152C52.7971 113.925 53.2077 113.706 53.6111 113.479C52.4432 114.493 51.3178 115.557 50.2419 116.65C48.6139 118.303 47.2124 119.849 45.9524 121.381C45.7472 121.637 45.5277 121.921 45.2942 122.226C44.1687 123.701 42.7743 125.532 41.0755 125.574C39.8793 125.602 38.7397 125.078 37.5293 124.517H37.5363ZM37.9327 126.22C37.6638 126.411 37.4089 126.638 37.1541 126.879C36.963 127.05 36.7719 127.227 36.5595 127.397C36.1278 127.745 35.696 127.873 35.2359 127.773C34.5847 127.639 33.5371 126.957 32.2135 124.567C32.2772 124.567 32.3409 124.574 32.4117 124.581C34.3369 124.78 35.965 125.425 37.6921 126.113C37.777 126.149 37.8549 126.177 37.9398 126.213L37.9327 126.22ZM26.9826 119.246C27.2091 119.622 27.4498 119.991 27.7046 120.353C28.4337 121.389 29.2618 122.467 30.3165 123.744C30.2952 123.879 30.3165 124.013 30.3802 124.148C31.1871 125.829 32.4966 128.192 34.521 129.327C35.7455 130.015 36.8922 129.015 37.8973 128.128C38.5627 127.546 39.2493 126.943 39.8297 126.936C39.8651 126.936 39.8934 126.936 39.9147 126.929C43.0503 127.61 45.4216 124.503 47.3398 122.006C47.814 121.381 48.267 120.793 48.6776 120.332C51.9124 116.721 55.586 113.351 59.8684 110.059C63.8818 107.867 68.0367 105.604 72.135 103.305C73.2605 104.405 74.5417 105.377 75.9432 106.2C77.3305 107.016 78.7816 107.746 80.268 108.378C80.5157 108.484 81.2377 108.676 82.0659 108.903C82.4977 109.016 82.9648 109.144 83.3541 109.258C79.9353 110.527 76.9341 112.216 74.4213 114.287C72.7509 115.664 70.9317 117.373 70.0894 119.608C70.0611 119.608 70.0257 119.622 69.9974 119.636C61.8786 122.382 54.1562 126.113 47.0496 130.724C46.363 131.171 45.6764 131.64 44.9756 132.115C42.0735 134.101 39.0794 136.152 35.6747 136.733C30.9394 137.542 26.3172 136.18 22.3463 134.839L21.596 134.584C20.8669 134.343 20.1167 134.087 19.3664 133.818C19.3239 133.761 19.2743 133.711 19.2177 133.669C18.878 132.533 18.5028 131.221 18.2692 129.902C17.7596 126.965 18.163 124.772 19.4867 123.212C20.6546 121.835 22.2614 121.232 23.9672 120.594C24.9794 120.211 26.0199 119.821 26.9684 119.253L26.9826 119.246ZM87.1127 70.2395C87.2401 70.9844 87.5799 71.5591 88.1532 71.9918C86.865 74.042 86.143 76.2341 86.0085 78.5113C85.5201 77.9296 85.0388 77.3905 84.5504 76.8655C84.338 76.6385 84.1186 76.4115 83.9062 76.1916C83.9275 76.149 83.9416 76.0993 83.9487 76.0497C84.4159 73.5951 84.5858 71.0199 84.7556 68.5298C84.8264 67.4728 84.8972 66.4158 84.9892 65.3729C85.152 63.5497 85.3927 61.762 85.7112 60.031C85.7324 60.1303 85.7537 60.2226 85.7678 60.3219C85.9519 61.1732 86.327 61.9323 86.6809 62.67C86.9853 63.2943 87.2755 63.8832 87.4595 64.5287C87.6861 65.3091 87.502 66.2952 87.318 67.3451C87.141 68.3241 86.957 69.3386 87.1127 70.2395ZM86.0793 80.2778C86.9216 81.349 87.7851 82.5054 88.7832 83.9242C89.0805 84.3499 89.3636 84.8039 89.6397 85.2437C90.029 85.868 90.4253 86.5065 90.8784 87.0882C88.8327 88.4929 86.6809 89.3583 84.4654 89.6563C81.9102 84.3995 78.6188 81.7818 73.8197 81.1788C71.1441 80.8382 65.1983 81.3774 61.8503 85.8396C61.7441 85.9815 61.6309 86.1234 61.5176 86.2653C61.4964 86.2937 61.468 86.3291 61.4468 86.3575C61.4327 86.2653 61.4256 86.173 61.4114 86.0808L61.3548 85.563C61.2911 84.9458 61.2203 84.3286 61.1425 83.6901C63.2093 81.7676 65.3399 80.2281 67.6545 78.9938C71.9227 76.7236 76.4669 75.4254 81.174 75.1345C83.0993 76.6314 84.7273 78.5681 86.0722 80.2707L86.0793 80.2778ZM146.754 111.01C150.598 109.428 154.59 108.733 158.313 108.995C160.111 109.123 161.966 109.421 163.997 109.903C164.231 109.96 164.486 110.009 164.755 110.066C166.305 110.385 168.414 110.825 168.789 112.365C168.556 112.961 168.315 113.557 168.081 114.152C165.597 120.431 163.034 126.922 158.122 131.817C156.869 133.073 154.923 134.811 152.552 135.435C150.888 135.875 145.714 135.967 145.381 135.967L142.599 135.925C139.06 135.868 135.528 135.818 131.989 135.747C131.975 135.747 131.968 135.747 131.954 135.747L131.904 135.343C131.692 133.612 131.487 131.973 131.649 130.427C131.649 130.384 131.649 130.341 131.649 130.299C132.598 130.412 133.461 130.398 134.268 130.256C135.939 129.958 137.085 128.547 138.062 127.036C140.511 126.965 142.097 126.241 142.769 124.879C143.605 123.205 143.838 120.892 143.888 119.189C144.56 118.842 145.218 118.764 145.898 118.955C146.061 118.998 146.238 118.969 146.386 118.877C146.556 118.771 146.684 118.586 146.712 118.388C147.122 115.94 147.13 113.464 146.74 111.024L146.754 111.01ZM139.966 174.056L140.051 174.183C140.363 178.021 138.013 181.292 135.981 183.356C133.631 185.747 131.097 188.237 128.337 190.003C121.634 194.295 113.727 192.607 107.548 190.614C106.981 187.939 106.373 185.236 105.778 182.611C105.495 181.349 105.212 180.086 104.929 178.823C105.382 178.674 105.75 178.348 106.125 177.794C106.564 177.135 106.507 176.326 106.458 175.553C106.408 174.786 106.359 174.07 106.79 173.609C107.307 173.07 107.972 172.779 108.687 172.474C109.282 172.218 109.898 171.949 110.436 171.523C111.356 170.785 112.064 170.005 112.602 169.118C115.263 164.734 116.36 161.045 115.865 158.158C115.851 158.08 115.836 158.002 115.822 157.924C117.698 159.364 119.475 160.662 121.23 161.882L121.464 162.045C122.377 162.677 123.311 163.329 124.274 163.925C126.695 166.621 129.604 168.721 132.477 169.842C134.12 170.487 137.241 171.466 140.122 170.991C140.094 171.339 139.995 171.651 139.888 172.005C139.782 172.346 139.676 172.694 139.612 173.119C139.57 173.424 139.825 173.829 139.966 174.042V174.056ZM123.991 162.251C122.823 161.492 121.726 160.676 120.664 159.882L120.076 159.442C119.404 158.945 118.739 158.42 118.073 157.902L117.259 157.271C117.132 157.172 116.919 156.973 116.672 156.739C116.226 156.32 115.829 155.951 115.483 155.682C116.495 155.512 117.337 155.086 118.073 154.384C118.632 153.851 119.1 153.284 119.545 152.731C120.303 151.801 121.025 150.929 122.115 150.269C122.943 149.765 123.849 149.311 124.72 148.871C127.098 147.672 129.561 146.431 131.048 144.019C132.272 142.025 132.378 139.819 132.124 137.145C134.028 137.166 135.932 137.209 137.836 137.244C138.997 137.265 140.165 137.294 141.325 137.315C141.962 137.329 142.599 137.315 143.236 137.308C145.31 137.272 147.278 137.244 149.211 137.911C150.067 138.202 152.672 139.096 153.181 140.252C153.458 140.869 153.656 141.529 153.776 142.217C154.349 145.558 153.005 149.765 150.173 153.461C147.689 156.703 144.433 159.456 140.483 161.641C137.298 163.4 133.9 165.096 130.368 164.812C128.471 164.656 126.44 163.84 123.984 162.251H123.991ZM75.6034 162.414C74.57 162.62 73.4658 162.613 72.3049 162.606C70.6557 162.592 68.9569 162.584 67.4421 163.223C67.0599 163.386 66.6706 163.656 66.4158 163.932C66.0548 164.33 65.7009 164.145 64.986 163.641C64.8586 163.549 64.7241 163.457 64.5966 163.379C63.2093 162.492 62.1263 161.691 61.1849 160.853C59.4012 159.257 57.6812 157.526 56.8672 155.59C57.0795 155.774 57.3131 155.951 57.5679 156.129C60.3568 158.044 63.1385 159.775 66.4299 159.945C69.6081 160.116 72.7933 159.435 75.8936 157.938C78.8594 156.498 81.8606 154.66 84.8193 152.468C85.1803 152.206 85.5059 151.943 85.8103 151.681C84.8123 156.072 82.9294 160.002 80.1972 163.379C79.3761 162.584 77.5004 162.045 75.5892 162.421L75.6034 162.414ZM76.1626 163.528C75.8865 163.783 75.5892 164.039 75.2778 164.28L75.2141 164.33C74.4638 164.897 74.3859 164.954 73.6498 164.55C73.1826 164.294 72.673 164.017 72.135 163.769C72.1563 163.769 72.1775 163.769 72.1987 163.769C72.5173 163.769 72.8358 163.769 73.126 163.755C73.4304 163.748 73.8268 163.712 74.2798 163.663C74.8389 163.613 75.4972 163.549 76.1484 163.528H76.1626ZM87.3534 150.106C88.2169 149.027 88.7407 147.914 88.9389 146.701C90.3121 147.14 91.7207 147.502 93.1151 147.772C93.4761 147.843 93.8158 147.602 93.9079 147.218C94.1698 146.126 94.5732 145.069 95.1324 143.991C95.1466 143.991 95.1678 143.991 95.182 143.998C96.7392 144.274 97.4753 145.644 98.261 147.091C98.6857 147.885 99.1317 148.701 99.7192 149.325C99.9244 149.545 100.165 149.737 100.462 149.921C100.498 149.985 100.547 150.042 100.604 150.084C104.094 153 108.716 155.086 112.963 155.668C113.104 155.689 113.246 155.703 113.387 155.717C113.387 155.852 113.437 155.98 113.522 156.093C113.932 156.661 114.215 157.271 114.385 157.952C113.005 160.641 109.933 162.095 107.215 163.379C106.635 163.656 106.068 163.925 105.523 164.195C104.518 164.706 103.52 165.223 102.515 165.741C100.236 166.926 97.8788 168.153 95.5076 169.225C92.3719 170.636 88.3231 172.091 84.7344 170.771C82.7029 170.026 81.9526 168.948 81.7332 166.735C81.7049 166.444 81.6695 166.167 81.627 165.904C81.5138 165.259 81.3368 164.755 81.0608 164.308C84.4937 160.123 86.6668 155.214 87.3534 150.092V150.106ZM85.3219 110.073C85.3219 110.073 85.3573 110.059 85.3715 110.052C86.7729 110.712 88.3373 111.4 89.8095 110.499C91.204 109.648 91.9118 107.463 92.2445 106.406C92.294 106.242 92.3506 106.065 92.3931 105.973C93.5469 105.604 94.6936 105.235 95.8473 104.866L96.7109 104.59C96.9728 104.504 97.2559 104.405 97.5532 104.292C99.0538 103.745 100.915 103.064 101.963 104.1C101.694 107.094 101.453 110.137 101.22 113.081L101.05 115.245C100.993 115.997 100.951 116.763 100.901 117.544C100.738 120.424 100.576 123.396 99.5351 125.964C98.3672 128.845 96.088 132.023 93.4336 134.456C90.6235 137.031 87.1623 138.152 83.1276 137.79C81.5633 137.648 79.9141 137.4 77.9534 137.003L77.5712 136.925C75.8724 136.591 73.763 136.18 73.126 134.442C72.8429 133.676 72.6305 132.817 72.4323 131.654C72.3474 131.164 72.2766 130.682 72.2058 130.192C72.1492 129.795 72.0855 129.405 72.0218 129.022C71.9581 128.646 71.8944 128.263 71.8307 127.887L71.767 127.504C71.5405 126.205 71.3493 125.042 71.2219 123.864C70.953 121.381 71.3493 119.643 72.5031 118.232C73.5011 117.004 74.7469 115.855 76.3042 114.713C79.093 112.67 82.1296 111.109 85.3148 110.066L85.3219 110.073ZM84.1044 108.044C85.0529 107.392 85.8669 106.746 86.596 106.086C87.4171 105.334 88.3656 104.533 89.2928 104.575C89.8025 104.597 90.2838 104.866 90.7651 105.391C90.666 105.767 90.5882 106.164 90.5174 106.555C90.3121 107.626 90.121 108.64 89.4627 109.045C88.2523 109.782 86.9074 109.208 85.4918 108.598C85.0388 108.399 84.5716 108.2 84.0974 108.037L84.1044 108.044ZM101.63 127.163C101.524 126.546 101.383 125.936 101.206 125.354C101.206 125.34 101.199 125.326 101.191 125.312C101.68 123.623 101.913 121.921 102.062 120.544C104.405 121.24 106.797 121.906 109.112 122.545L110.853 123.027C113.734 123.829 116.707 124.652 119.737 124.787C121.655 126.532 124.125 127.979 126.886 128.979C127.473 129.192 128.103 129.412 128.747 129.618C128.811 129.88 129.016 130.058 129.299 130.079C130.057 130.136 130.113 130.476 130.142 130.604C130.234 131.122 129.859 131.987 129.023 133.179L128.124 134.491C127.671 135.158 127.211 135.825 126.744 136.478C125.654 137.996 124.465 139.592 123.155 141.039C119.914 144.622 116.757 146.892 113.508 147.97C111.681 148.581 109.692 148.949 107.229 149.148C106.918 149.176 106.578 149.212 106.217 149.254C104.469 149.453 102.296 149.694 101.078 148.673C100.278 148.006 99.7475 147.041 99.2308 146.105C98.4663 144.721 97.6806 143.288 96.0172 142.742C96.7038 142.714 97.3479 142.629 97.7089 142.352C98.353 141.862 98.891 140.791 99.2803 140.004L99.4431 139.677C101.51 135.655 102.31 131.086 101.63 127.149V127.163ZM79.5531 138.805C79.815 138.84 80.0769 138.876 80.3317 138.918C83.9204 139.45 88.0612 139.727 91.5083 137.698C95.0616 135.612 97.7585 132.023 99.4006 129.377C99.6908 128.908 99.9527 128.433 100.193 127.929C100.547 132.533 99.797 136.251 97.8646 139.55C97.808 139.642 97.7514 139.755 97.6877 139.869C97.4045 140.401 97.0506 141.061 96.5339 141.103H96.4348C95.819 141.167 95.1749 141.217 94.5449 141.302C93.377 141.451 91.9897 141.65 90.5952 141.983C89.5406 142.231 88.4647 142.593 87.318 142.976C86.3766 143.288 85.4139 143.615 84.3593 143.913C83.6231 143.636 76.7076 140.905 74.0745 137.358C75.6954 138.266 77.7269 138.549 79.5602 138.805H79.5531ZM94.0565 142.806C94.1273 142.799 94.2052 142.792 94.2901 142.785C93.646 143.813 93.1363 144.962 92.747 146.268C90.751 145.828 88.7832 145.225 86.8862 144.459C89.2574 143.664 91.6711 143.104 94.0565 142.799V142.806ZM113.175 154.291C110.025 153.724 106.981 152.553 103.902 150.723C104.03 150.723 104.157 150.723 104.285 150.716C108.942 150.524 113.819 149.971 117.981 147.296C122.582 144.338 125.859 140.117 128.202 136.762C128.266 136.669 128.365 136.535 128.485 136.371C128.938 135.754 129.696 134.718 130.333 133.612C130.389 134.144 130.467 134.676 130.538 135.201C130.892 137.833 131.26 140.557 130.113 142.82C128.903 145.204 126.652 146.332 124.274 147.523C123.573 147.871 122.851 148.233 122.164 148.63C120.904 149.354 119.609 150.184 118.682 151.361C118.498 151.596 118.321 151.858 118.137 152.121C117.748 152.688 117.344 153.277 116.849 153.639C115.886 154.355 114.718 154.561 113.182 154.284L113.175 154.291ZM138.968 125.602C139.046 125.475 139.131 125.354 139.209 125.234C139.464 124.851 139.747 124.375 140.037 123.872C140.695 122.758 141.481 121.424 142.394 120.41C142.373 120.594 142.352 120.778 142.338 120.963C142.253 121.75 142.168 122.566 141.955 123.325C141.516 124.907 140.37 125.368 138.968 125.602ZM145.473 117.458C143.314 117.253 141.8 118.906 141.071 119.948C140.398 120.906 139.761 121.914 139.145 122.885C138.239 124.304 137.312 125.78 136.264 127.106C134.976 128.752 133.483 129.249 131.253 128.788C129.717 128.469 128.492 128.121 127.395 127.695C125.293 126.879 123.431 125.801 121.832 124.787C127.19 124.553 132.187 122.708 136.01 119.537C140.08 116.153 142.968 111.627 144.157 106.767C145.516 110.173 145.969 113.826 145.466 117.465L145.473 117.458ZM142.868 106.399C141.488 111.62 138.352 116.267 134.261 119.161C129.377 122.609 123.375 124.099 117.79 123.247C114.152 122.694 110.528 121.637 107.024 120.615C105.438 120.154 103.803 119.672 102.182 119.246C102.211 118.941 102.239 118.629 102.26 118.317L102.529 114.99C102.805 111.584 103.088 108.059 103.336 104.59C103.364 104.561 103.393 104.533 103.421 104.504C107.505 99.6449 112.92 96.3035 119.496 94.5584C120.494 94.3597 121.534 94.1256 122.575 93.8773C122.908 93.8135 123.24 93.7567 123.58 93.7071C127.155 95.8921 131.126 97.1123 134.523 97.0697C135.578 98.9284 136.887 100.354 138.423 101.305C139.435 101.929 140.433 102.397 141.488 102.738C142.989 103.22 143.413 104.355 142.875 106.377L142.868 106.399ZM102.862 102.958C101.984 102.156 100.717 101.908 99.3298 102.27C97.4541 102.759 95.5783 103.384 93.7663 103.994C93.646 104.036 93.5327 104.072 93.4124 104.114C95.5925 102.192 97.4753 100.028 97.7797 97.318C99.9173 97.1336 102.204 96.9349 104.504 96.7079C104.539 96.7079 104.589 96.7079 104.603 96.7008C107.307 96.4312 109.749 96.1475 112 95.8353C108.588 97.6018 105.46 100.042 102.862 102.958ZM98.6928 95.8424L97.8222 95.9276C97.8009 95.4948 97.7585 95.0621 97.6806 94.6364C97.3479 92.7068 96.5056 91.1035 95.2952 90.1103C95.3094 89.6279 95.2881 89.1384 95.2598 88.6631C95.2244 87.9395 95.182 87.1946 95.2952 86.5065C95.4297 85.6907 95.7128 84.9174 96.1446 84.1725C96.7109 83.4844 97.2417 82.7466 97.7089 82.0088C97.9637 81.6966 98.3743 80.9375 98.714 80.2849C98.9051 84.2647 100.045 88.6489 101.935 92.7139L101.963 92.8274C102.274 93.5936 102.692 94.3314 103.06 94.9415L103.202 95.2039C103.23 95.2465 103.258 95.2891 103.294 95.3316L103.322 95.3813C101.779 95.5374 100.236 95.6863 98.6857 95.8353L98.6928 95.8424ZM96.1092 98.1693C95.1961 100.617 93.3416 102.319 91.3384 103.979C90.1776 103.078 88.3939 102.624 86.9995 103.681C86.4615 104.093 85.966 104.561 85.4847 105.022C84.9609 105.526 84.4159 106.044 83.8142 106.469C83.7151 106.54 83.6019 106.633 83.4674 106.739C83.0427 107.08 82.3349 107.661 81.9526 107.498L81.8252 107.448C81.3156 107.236 80.806 107.023 80.3034 106.796C76.6227 105.129 73.9046 103.213 72.0643 100.972C74.8531 102.844 78.4559 103.582 81.5846 102.823C83.5594 102.341 85.0388 100.815 85.4918 98.8078C89.4132 99.0064 93.2071 96.6441 94.5732 93.1183C94.736 92.6997 94.8634 92.3308 94.9625 91.9974C96.5198 94.3456 96.8383 96.2113 96.1021 98.1764L96.1092 98.1693ZM93.8796 88.4219C93.9008 88.8546 93.8796 89.2235 93.6743 90.0607C93.0018 92.8558 90.2413 97.2754 85.6404 97.5166C85.6404 96.4951 85.3573 95.2536 85.06 94.1256C84.7769 93.0686 84.5079 91.9264 84.5079 91.0042C86.3129 90.7701 88.1037 90.2167 89.6963 89.4009C91.2323 88.6134 92.6692 87.6274 93.9716 86.4497C93.8796 87.0953 93.8442 87.7551 93.8796 88.4219ZM73.1048 82.2358C76.9624 82.6189 80.36 84.8606 82.349 88.2729C77.1252 85.946 71.9935 84.2647 67.0741 83.2645C69.0206 82.4061 71.1299 82.0372 73.1048 82.2358ZM82.3561 91.1248C82.5826 91.1248 82.8162 91.1248 83.0427 91.1248C83.071 92.0896 83.34 93.253 83.6089 94.3314C83.7717 94.9556 83.9346 95.5941 84.0407 96.2397L84.069 96.4028C84.3239 98.0274 83.9487 99.3824 82.9861 100.319C81.7898 101.489 79.7513 101.943 77.5499 101.532C75.7025 101.191 71.229 99.9712 69.5939 96.1404L69.5302 95.9843C69.3391 95.1898 69.2259 94.3172 69.1905 93.5368C69.1976 93.4872 70.6061 88.6773 73.7347 89.2236C74.8885 89.4222 76.0069 89.7627 77.0828 90.0819C78.7462 90.5785 80.4591 91.0964 82.349 91.1319L82.3561 91.1248ZM69.6223 122.793C69.7072 123.985 69.8134 124.801 69.9832 125.872C68.0721 126.227 66.529 126.511 64.809 126.78C62.4873 127.142 60.4629 127.497 58.6226 127.873C56.4637 128.312 54.3119 128.802 52.2026 129.341C58.0988 125.978 63.8393 123.318 69.6718 121.24C69.601 121.757 69.5869 122.275 69.6223 122.8V122.793ZM47.9485 131.867C48.0051 131.867 48.0688 131.852 48.1255 131.838C52.4503 130.597 56.4 129.653 60.1869 128.944C61.6946 128.667 63.6765 128.305 65.6726 128.029L66.5644 127.901C67.704 127.738 68.8861 127.568 70.2381 127.454L70.3159 127.929C67.4421 129.774 64.8515 132.094 62.6006 134.818C57.2706 133.647 51.6292 133.108 45.8038 133.207C46.5541 132.725 47.2619 132.278 47.9414 131.86L47.9485 131.867ZM70.5566 129.291C70.7618 130.505 71.1087 132.739 71.314 134.023C71.3989 134.57 71.4555 134.946 71.4697 135.002C72.3262 139.862 76.5661 143.43 83.4108 145.048C83.5452 145.076 83.6302 145.097 83.6656 145.111C84.5716 145.452 85.6121 145.714 86.4473 145.927C86.9074 146.048 87.318 146.147 87.6294 146.247C87.6011 147.289 87.5091 148.084 86.3553 149.134L86.058 149.403C84.9892 150.382 83.3754 151.865 82.0517 152.745C79.5602 154.398 76.9837 156.115 74.1736 157.207C73.0552 157.64 71.9227 157.966 70.8043 158.172C67.9942 158.69 65.1629 158.463 62.6289 157.512C60.0382 156.547 56.8459 154.83 56.5699 152.206C56.4849 151.347 56.6265 150.475 56.7893 149.659C57.0724 148.268 57.4617 146.878 57.9431 145.516C58.7783 143.175 59.8967 140.933 61.2699 138.854C63.6977 135.165 66.8192 131.952 70.5566 129.284V129.291ZM55.5577 148.8C55.2887 149.907 55.048 151.078 55.1117 152.17C54.6304 154.696 55.7134 157.292 58.4456 160.109C60.6824 162.407 63.2447 164.287 66.0619 165.699C66.3379 165.841 66.7201 165.734 66.8759 165.479C67.343 164.713 68.0792 164.23 69.1763 163.982C69.5231 164.159 69.8629 164.315 70.1814 164.457C69.5515 165.642 67.8102 167.699 67.6262 167.87C63.3863 171.062 59.8825 171.998 55.9187 172.424C53.5191 172.679 45.4003 173.126 41.755 167.962C41.0967 166.933 40.6791 165.912 40.5022 164.925C40.035 162.23 41.4648 160.243 42.5053 158.789C42.6327 158.612 42.7531 158.449 42.8592 158.292C44.4872 155.93 46.0657 153.88 47.6866 152.028C50.6453 148.651 53.9438 145.551 57.759 142.579C56.7893 144.672 56.0461 146.764 55.5506 148.808L55.5577 148.8ZM68.5817 168.87C69.7921 167.756 70.7335 166.451 71.3847 164.975C72.2058 165.33 73.1118 165.734 73.9471 166.28C74.1948 166.444 74.478 166.444 74.7186 166.28C76.0069 165.422 77.0545 164.55 77.8968 163.613C78.8099 163.769 79.3478 164.117 79.5389 164.649C79.546 164.684 79.5672 164.777 79.5885 164.911C79.8716 166.415 80.3317 168.536 81.0466 169.679C81.988 171.175 83.4815 171.786 84.8264 172.183C87.771 173.055 91.3384 172.559 95.4297 170.714C98.4804 169.338 101.503 167.77 104.426 166.259C105.615 165.642 106.812 165.025 108.001 164.422L108.624 164.11C110.761 163.038 112.97 161.932 114.513 160.094C114.421 161.109 114.123 162.237 113.628 163.521L113.345 164.252C112.687 165.968 112.014 167.742 110.889 169.111C110.082 170.09 109.119 170.587 108.093 171.112C107.449 171.438 106.79 171.778 106.146 172.254C105.63 172.637 105.191 173.382 105.134 173.992C105.113 174.183 105.12 174.453 105.12 174.765C105.12 175.496 105.127 176.56 104.83 177.142C104.752 177.113 104.674 177.106 104.596 177.106C104.412 177.12 104.249 177.22 104.136 177.39C103.881 177.78 102.324 177.248 101.298 176.893C100.243 176.532 99.3369 176.227 98.7636 176.319C97.2559 176.56 95.9889 177.206 95.0899 178.192C93.4549 179.979 92.5205 182.242 91.7065 184.42L91.1756 184.832C91.1049 184.889 90.9987 184.981 90.9067 185.073C90.8359 185.137 90.7722 185.201 90.7297 185.236C84.7769 189.947 77.3871 191.153 71.6113 191.671C68.8153 191.926 66.3733 191.245 64.7311 189.769L64.3631 189.443C63.2235 188.436 61.3194 186.754 61.0504 185.172C61.0221 185.023 61.015 184.881 61.015 184.761C61.0292 184.626 61.0434 184.491 61.0575 184.385C61.1 184.2 61.1708 184.016 61.2628 183.846C61.6025 183.25 61.9918 182.682 62.3741 182.136C63.0394 181.178 63.726 180.192 64.1507 179C64.6604 177.582 64.9577 176.177 65.0567 174.715C66.6352 172.878 67.8244 170.913 68.5817 168.87ZM83.2763 197.864C83.793 197.466 84.3734 197.14 84.9397 196.821C85.4139 196.558 85.8952 196.282 86.3553 195.97C88.2594 194.657 89.4485 192.536 90.3687 190.635C91.4659 188.358 92.5984 186.066 93.738 183.817C93.8937 183.505 94.0636 183.15 94.2405 182.774C95.2386 180.639 96.5976 177.723 98.9051 177.624C99.8324 177.589 100.54 177.965 101.291 178.369C101.843 178.667 102.409 178.972 103.088 179.121C103.258 179.156 103.428 179.171 103.598 179.156C103.874 180.384 104.15 181.618 104.426 182.845C105.049 185.619 105.686 188.485 106.359 191.295C106.401 191.472 106.507 191.621 106.663 191.713C108.135 193.394 109.905 194.792 111.915 195.87C111.936 195.955 111.979 196.041 112.028 196.119C112.311 196.509 112.531 197.112 112.658 197.85C112.856 199.013 112.779 200.169 112.736 200.297C107.095 207.959 101.064 212.002 94.821 212.329C91.9047 212.478 88.9177 211.697 86.412 210.122C84.2602 208.768 82.7029 206.895 82.0376 204.844C81.9102 204.454 81.8111 204.043 81.7332 203.617C81.3934 201.659 81.6199 199.127 83.2621 197.864H83.2763ZM136.852 169.565C135.047 169.296 133.405 168.778 131.968 168.033C130.842 167.451 129.844 166.77 128.96 166.089C133.263 167.16 137.8 164.876 142.083 162.216C146.882 159.236 150.272 156.044 152.431 152.468C153.741 150.304 155.178 147.218 155.284 144.026C155.638 145.097 155.878 146.303 156.006 147.552L156.062 148.112C156.416 151.581 156.813 155.519 154.328 158.292C153.089 159.676 151.504 160.839 149.345 161.967C149.027 162.13 148.694 162.294 148.361 162.45C147.476 162.868 146.563 163.301 145.806 163.925C145.07 164.528 144.291 165.28 144.135 166.295L144.114 166.422C143.951 167.451 143.789 168.515 142.72 168.806C141.913 169.026 137.999 169.728 136.852 169.558V169.565ZM150.202 164.812C149.947 165.798 147.653 165.741 146.139 165.706C146.096 165.706 146.047 165.706 146.004 165.706C146.393 165.202 146.974 164.762 147.823 164.322L148.354 164.053C148.984 163.734 149.635 163.4 150.286 163.053C150.286 163.216 150.286 163.379 150.286 163.535C150.294 163.954 150.308 164.379 150.194 164.812H150.202ZM141.375 172.417C141.516 171.807 141.559 171.232 141.502 170.636C141.729 170.551 141.934 170.466 142.132 170.367C143.3 170.225 144.107 169.87 144.603 169.274C145.183 168.579 145.282 167.976 145.424 167.089C145.438 167.018 145.445 166.954 145.466 166.891C146.124 166.919 146.783 166.905 147.427 166.891L148.085 166.876C148.227 166.876 148.382 166.876 148.552 166.891C149.225 166.919 150.06 166.954 150.605 166.536C151.518 165.834 151.525 164.862 151.525 164.003C151.525 163.315 151.525 162.662 151.964 162.159C151.999 162.123 152.028 162.081 152.049 162.038C154.399 160.57 155.9 159.023 156.756 157.193C157.726 155.128 157.761 153.014 157.683 151.404L157.655 150.773C157.598 149.503 157.535 148.19 157.372 146.906C159.276 147.183 161.194 147.509 163.056 147.821C163.933 147.97 164.818 148.119 165.696 148.261C165.993 148.311 166.298 148.361 166.602 148.417C167.239 148.531 167.904 148.644 168.563 148.729C168.64 148.793 168.725 148.85 168.81 148.914L168.874 148.964C170.743 151.347 172.753 153.887 175.195 156.952C175.237 157.065 175.315 157.157 175.429 157.243C175.627 157.491 175.839 157.739 176.051 158.002C176.887 158.995 177.743 160.016 178.132 161.144C178.224 161.414 178.295 161.683 178.345 161.96C178.614 163.507 178.125 164.982 177.616 166.536L177.545 166.742C177.234 167.685 176.936 168.643 176.646 169.601C175.967 171.793 175.266 174.056 174.381 176.177C173.071 179.312 170.877 181.618 167.876 183.023C162.673 185.463 158.795 185.165 149.012 181.597C146.075 180.526 143.966 177.511 142.422 175.304L142.175 174.957C141.821 174.46 141.538 174.063 141.41 173.687L141.382 173.46C141.368 173.389 141.347 173.325 141.318 173.261C141.29 172.999 141.318 172.722 141.382 172.417H141.375ZM189.146 124.999C188.87 123.396 188.389 121.843 187.724 120.374C188.785 121.552 189.472 123.091 189.805 125.028C190.038 126.376 190.109 127.929 190.031 129.93C189.882 133.669 189.486 137.996 187.667 141.735C186.549 144.026 184.029 148.077 179.69 149.474C176.809 150.404 173.772 150.163 171.033 148.808C171.465 148.772 171.875 148.701 172.265 148.595C176.865 147.375 181.332 144.785 184.199 141.671C188.332 137.187 190.187 130.951 189.16 124.992L189.146 124.999ZM165.384 134.3C165.597 133.952 165.809 133.619 166.014 133.307L167.26 131.448C167.834 130.59 168.414 129.724 168.987 128.866C168.966 129.036 168.952 129.213 168.931 129.384C168.789 130.689 168.64 132.037 168.435 133.349C168.301 134.215 167.133 134.293 165.625 134.3C165.54 134.3 165.462 134.3 165.384 134.3ZM170.835 123.183C169.794 125.617 168.166 127.901 166.595 130.114C166.036 130.902 165.462 131.711 164.924 132.505C164.613 132.973 164.301 133.456 163.997 133.938C163.374 134.917 162.723 135.939 162.001 136.847C160.677 138.507 159.007 138.947 156.225 138.372C154.541 138.017 152.891 137.57 151.129 137.052C154.038 136.52 156.466 135.286 158.674 133.222C163.19 129.001 166.885 122.531 169.667 113.989C170.353 115.486 170.983 117.075 171.259 118.686C171.55 120.374 171.415 121.843 170.842 123.183H170.835ZM176.54 99.8223C176.745 99.3115 176.95 98.7723 177.149 98.2332C177.149 98.5808 177.078 98.9142 176.936 99.2122C176.823 99.4534 176.689 99.652 176.54 99.8223ZM143.732 91.9761C142.939 93.4801 141.389 93.7142 139.754 93.9625C139.719 93.9625 139.683 93.9767 139.648 93.9767L139.719 93.8702C140.051 93.3736 140.391 92.877 140.724 92.3805C141.672 90.9829 142.649 89.5428 143.534 88.0672C143.569 88.0104 143.605 87.9537 143.633 87.8969C143.789 88.351 143.937 88.8689 144.022 89.3796C144.199 90.4083 144.107 91.2596 143.732 91.969V91.9761ZM138.161 82.2145L138.091 82.3564C137.248 83.9951 136.378 85.6907 135.118 87.0173C132.131 90.1671 127.438 91.2879 123.304 92.2882L123.113 92.3379C116.813 93.849 110.4 94.6435 104.936 95.2181L104.554 94.5797C104.263 94.0689 103.973 93.5013 103.648 92.8558C106.026 85.5488 111.03 79.4194 117.401 76.0142C121.244 73.964 125.187 72.7722 129.115 72.4884C130.255 72.4033 132.619 72.233 134.75 72.531C134.863 72.5948 134.997 72.6232 135.132 72.609H135.224C137.645 73.0276 139.131 74.0278 139.634 75.5744C139.712 75.8014 139.768 76.0355 139.804 76.2696C140.157 78.334 139.145 80.3062 138.161 82.2216V82.2145ZM108.567 77.9935C108.142 79.2846 107.668 80.7531 107.81 82.1577V82.1719C105.651 84.8181 103.952 87.7621 102.763 90.9403C101.786 88.6489 101.099 86.3575 100.71 84.1086L100.675 83.8887C100.186 80.9305 99.7475 77.1138 100.668 73.8363C101.779 69.8493 104.943 67.9552 108.362 66.2171C110.988 64.8834 113.713 63.6561 116.374 62.4714C114.159 65.4297 112.361 68.4305 111.023 71.4172C110.096 73.4816 109.388 75.3403 108.85 77.1067C108.765 77.3976 108.666 77.6884 108.567 77.9864V77.9935ZM121.301 48.659C120.805 50.9221 120.154 53.1709 118.094 53.6959C117.726 53.7881 117.5 54.1074 117.564 54.4621C117.592 54.604 117.663 54.7459 117.776 54.8523C117.917 54.9942 118.002 55.136 118.024 55.2779C118.342 57.1153 110.351 60.1232 107.123 61.01L106.897 61.0739C103.11 62.1167 99.1883 63.1879 95.7057 65.1317C95.5146 65.2381 95.3165 65.3517 95.1183 65.4723C96.088 62.1735 98.2893 59.3571 100.087 57.0657L100.314 56.7748C102.359 54.157 104.476 51.4471 107.3 49.709C110.499 47.7368 114.152 46.7791 117.613 45.9704C117.762 45.9349 117.917 45.8923 118.087 45.8497C118.746 45.6795 119.489 45.4809 120.041 45.6086C120.82 45.793 121.258 46.2541 121.393 47.0203C121.471 47.4743 121.442 48.0277 121.301 48.6662V48.659ZM103.648 63.4079C104.971 63.0106 106.359 62.6488 107.696 62.2941C109.657 61.7833 111.689 61.2512 113.628 60.5773C114.223 60.8752 114.86 61.1519 115.525 61.386C112.333 62.7055 109.041 64.3088 105.722 66.1462C102.352 68.012 100.328 70.2325 99.528 72.9211C99.2095 73.9853 98.8556 75.8014 98.6149 77.0003C98.5158 77.4898 98.4309 77.9438 98.4167 78.0006C97.9708 78.9157 97.4683 79.8167 96.9091 80.6893C96.1092 81.5051 95.4651 82.3848 94.9767 83.3141C94.0211 84.4492 92.9806 85.4636 91.8905 86.3291C91.7631 86.166 91.6287 86.0099 91.4942 85.8538C91.2535 85.5701 90.9987 85.2792 90.7793 84.967C90.574 84.6762 90.3758 84.3782 90.1776 84.0803C89.9794 83.7823 89.7812 83.4844 89.576 83.1935C88.677 81.9095 87.8984 80.8595 87.141 79.8947C87.141 71.9776 95.6845 65.7986 103.655 63.3937L103.648 63.4079ZM88.8964 70.9064C88.7053 70.6084 88.5779 70.2821 88.5142 69.9274C88.3868 69.1754 88.5496 68.3738 88.7266 67.5296C88.9177 66.6286 89.1088 65.6922 88.946 64.7557C88.9035 64.5074 88.8327 64.2662 88.7478 64.0392C88.5567 63.5426 88.3302 63.0602 88.1107 62.592C87.6436 61.5917 87.2047 60.6411 87.0207 59.5841L87.0065 59.499C86.7871 58.1156 86.8437 56.8244 87.0065 55.3205C87.3463 54.9232 89.5547 52.7311 91.0341 52.0855C91.5013 56.9096 92.3436 61.7407 93.5469 66.4725C93.5469 66.4725 93.5469 66.4725 93.5469 66.4796C91.6782 67.785 90.1139 69.2747 88.8894 70.9064H88.8964ZM92.0887 44.062C91.8552 44.2039 91.6287 44.3387 91.4092 44.4806C89.9086 45.417 88.3585 46.3463 86.8579 47.2473C84.423 48.7087 81.9031 50.2198 79.4965 51.8089C79.4823 51.7308 79.4682 51.6528 79.454 51.5677C79.3478 50.9718 79.3124 50.5816 79.3124 50.4539C81.712 45.8852 85.1662 42.1324 89.307 39.5998C89.491 39.4863 89.675 39.3515 89.8803 39.2025C90.7509 38.564 91.8269 37.7695 94.5024 37.8546C94.7643 37.8617 96.1517 38.4576 96.1658 39.2876C96.1871 41.5932 94.014 42.9057 92.1029 44.0549L92.0887 44.062ZM79.6026 53.4831C80.9121 52.646 82.2641 51.8231 83.5665 51.0214C84.5291 50.4326 85.4989 49.8438 86.4544 49.2479H86.4686C87.0915 50.014 88.1674 50.5887 88.946 50.9576C89.0097 50.9859 89.0734 51.0214 89.1371 51.0498C87.6294 51.8656 86.2775 53.3128 85.4564 55.0296C84.1044 57.846 83.8355 60.9816 83.5806 64.0108C83.5453 64.401 83.5169 64.7912 83.4816 65.1814C83.3824 66.2384 83.2692 67.3026 83.1489 68.3667C82.9082 70.5375 82.6534 72.7722 82.6038 74.9714C82.0093 74.4819 81.082 73.7511 80.6715 73.4674C80.6573 73.4035 80.6431 73.3397 80.6148 73.2758C79.5531 70.949 77.9534 68.9271 76.4033 66.9691C75.3203 65.5999 74.209 64.1882 73.2959 62.6913C72.6942 58.7612 75.929 55.9235 77.9109 54.5827C78.0667 54.4763 78.3144 54.3202 78.5763 54.1641C79.2558 53.7456 79.4965 53.5895 79.6026 53.476V53.4831ZM77.3447 53.2703C76.3042 51.6741 74.754 50.5816 72.8358 50.0921C72.949 49.7303 73.0128 49.3614 73.0623 49.1202L73.0835 48.9996C73.126 48.7797 73.1685 48.5385 73.1897 48.2902C73.2322 48.2121 73.2534 48.127 73.2534 48.049C73.2959 47.3183 73.6569 46.6088 74.0745 46.4457C74.3152 46.3464 74.5841 46.4457 74.8743 46.7152C75.6671 47.4672 76.198 48.0915 76.6085 48.7371C77.3942 49.9715 77.9251 51.2626 78.2294 52.6602C77.9322 52.8588 77.642 53.0645 77.3517 53.2703H77.3447ZM73.9825 51.9224C74.9239 52.4473 75.6742 53.1213 76.3183 54.0364C73.8763 55.966 72.4252 58.1014 72.0572 60.2935C71.3989 58.6902 71.0662 57.0798 71.0733 55.7887V55.512C71.1158 54.6324 71.2927 53.8094 71.6042 53.0787C71.9652 52.2274 72.2554 51.7095 72.6376 51.5748C72.942 51.4683 73.3737 51.5748 73.9895 51.9224H73.9825ZM55.8479 56.7393C56.1806 56.7038 56.5274 56.6542 56.8813 56.6116C59.1818 56.3137 61.7937 55.9731 63.5562 57.3423C65.3257 58.7186 66.8192 60.5347 68.0579 62.1309C70.4221 65.1885 72.4819 68.6434 74.1807 72.3891C73.3454 72.3891 72.4606 72.3536 71.5759 72.1479C70.4292 71.8783 69.2188 71.4526 67.8881 70.8354L67.7677 70.7787C64.0658 63.4362 55.3241 60.6766 46.4762 58.6193C49.6473 57.7041 52.7971 57.0727 55.8479 56.7322V56.7393ZM45.004 90.8339L45.2375 90.9758C46.908 91.9832 49.1447 93.0757 51.5938 92.5649C53.781 92.1038 55.3383 90.3161 56.6265 88.6702C57.7166 87.2868 58.7783 86.0595 59.8754 84.9387C59.9391 85.492 60.0099 86.0454 60.0878 86.5987L60.1302 86.9179C60.1798 87.2939 60.2294 87.6699 60.3214 87.9608C59.6277 89.0533 58.9977 90.2096 58.3961 91.3234C57.4617 93.0473 56.4991 94.8209 55.2746 96.3816C54.6658 97.1619 54.0925 97.772 53.5191 98.2757C53.5404 97.8926 53.4625 97.5025 53.3068 97.1478C52.9953 96.4383 51.9548 96.3461 51.3319 96.2894L51.2045 96.2752C50.5321 96.2113 49.6615 96.1971 48.9253 96.637C48.6705 96.7859 48.444 96.9846 48.2529 97.2116C47.6866 96.7079 46.9859 96.8143 46.363 96.9065C46.002 96.9633 45.6552 97.013 45.3366 96.9562C44.0696 96.7363 43.3335 95.4593 42.6893 94.3384L42.6539 94.2746C40.8631 91.1674 40.3889 88.6915 41.3091 87.0882C41.6559 88.8334 43.5883 89.9897 45.004 90.841V90.8339ZM52.3937 98.0203C52.4078 98.6517 52.1105 99.1412 51.5301 99.3824C50.1145 99.9996 49.6119 99.8293 49.4916 99.7655C49.0881 99.5456 48.7979 99.1696 48.7342 98.7865C48.6917 98.524 48.7342 98.1338 49.1731 97.8075C49.7039 97.4173 50.341 97.2754 51.0559 97.3889L51.2895 97.4244C51.877 97.5025 52.33 97.5876 52.3937 97.9423C52.3937 97.9707 52.4008 97.9991 52.4008 98.0274L52.3937 98.0203ZM11.559 116.288C12.012 113.727 13.5905 107.683 18.5311 106.895C20.06 106.654 21.6385 106.803 23.1674 106.952C24.4415 107.073 25.7581 107.2 27.0605 107.101C25.9421 108.314 24.4698 110.683 25.0998 114.372C25.3051 115.55 25.7156 116.784 26.3172 118.047C25.39 118.601 24.3212 118.998 23.2807 119.388C21.1005 120.197 18.8426 121.041 17.6817 123.361C16.6624 125.397 16.4147 127.639 16.896 130.419C17.0305 131.214 17.2216 132.044 17.5048 133.051C14.7018 131.782 13.0525 130.292 12.1819 128.263C10.8795 125.226 10.6742 121.346 11.5661 116.295L11.559 116.288ZM18.7576 139.266C16.259 136.669 13.5338 133.789 11.8209 130.427C13.2224 132.314 15.2893 133.782 18.0781 134.875C18.1701 135.002 18.2975 135.087 18.4462 135.123C19.0478 136.187 19.6991 137.187 20.3927 138.102C19.7981 138.4 19.2602 138.791 18.7505 139.273L18.7576 139.266ZM29.4529 143.168C27.0534 142.749 24.6114 141.089 22.3746 138.365C22.3959 138.024 22.134 137.705 21.8084 137.641C21.3624 137.045 20.9236 136.421 20.513 135.761C24.307 137.109 28.3558 138.315 32.4471 138.415C34.2874 138.457 36.1278 138.152 38.0318 137.485C37.6071 137.897 37.1895 138.308 36.7648 138.72C36.3118 139.167 35.8517 139.606 35.3987 140.046L35.335 140.11C33.7424 141.65 31.7534 143.565 29.46 143.168H29.4529ZM28.9291 174.723C28.2284 172.921 26.7136 171.814 25.2413 170.736C24.5052 170.196 23.7478 169.643 23.1037 169.012C21.2492 167.196 19.9609 164.812 19.5575 162.471C19.2673 160.775 19.4442 159.186 20.0813 157.753C21.3766 154.845 23.854 152.823 26.2606 150.865C28.6672 148.907 31.1517 146.878 32.5461 143.934C33.4946 143.501 34.4361 142.841 35.4129 141.919C37.2815 140.16 39.4262 138.11 41.3799 136.003C42.0806 135.627 42.8026 135.194 43.5812 134.69C43.6095 134.69 43.6449 134.69 43.6874 134.69C49.5411 134.428 55.4303 134.867 61.6875 136.031C61.1354 136.769 60.5974 137.549 60.0736 138.372C60.017 138.386 59.9604 138.4 59.9037 138.429C52.875 141.664 46.7806 144.686 41.2666 147.658C37.8973 149.474 35.1722 150.985 32.6877 152.418C32.1993 152.702 31.6684 152.979 31.1234 153.263C29.1981 154.27 27.018 155.412 25.8147 157.172C24.3849 159.257 23.8681 161.989 24.3636 164.855C24.7883 167.323 25.9138 169.657 27.5347 171.424C28.7168 172.715 30.09 173.396 31.4773 173.765C30.5571 173.971 29.7361 174.283 28.9433 174.73L28.9291 174.723ZM27.9311 169.636C25.9775 166.522 25.1918 163.649 25.6448 161.237C26.1828 158.356 27.8886 156.838 30.4722 155.313C39.228 150.148 48.1892 145.424 57.1503 141.245C52.3654 144.835 47.9344 149.198 44.2536 153.965C44.0342 154.242 43.8148 154.525 43.5954 154.816C41.8683 157.023 39.9147 159.527 39.0086 162.23C38.7397 163.031 38.6901 163.918 38.8529 164.869C39.0582 166.061 39.6103 167.33 40.4031 168.444C41.1888 170.466 42.1302 172.147 43.199 173.446C41.7338 173.332 40.2544 173.233 38.8175 173.133C37.5576 173.048 36.3047 172.963 35.0448 172.871C32.3479 172.665 29.5733 172.247 27.9311 169.629V169.636ZM35.5615 179.511C34.9952 178.958 34.4998 178.355 34.0821 177.702C34.4927 178.043 34.8961 178.362 35.2784 178.66L35.5686 178.887C35.9013 179.149 36.241 179.412 36.5949 179.667C36.1348 179.759 35.8163 179.759 35.5615 179.511ZM40.7074 179.242C40.5659 179.362 40.4455 179.483 40.3323 179.596C39.8722 180.05 39.766 180.107 39.4333 179.866C39.3484 179.802 39.2422 179.738 39.129 179.681C38.6122 179.27 38.0531 178.894 37.508 178.532C36.9205 178.142 36.3047 177.73 35.7738 177.291C35.1934 176.808 34.6413 176.269 34.1105 175.744C33.6574 175.304 33.1973 174.843 32.7089 174.425V174.403C32.6877 174.354 32.6736 174.304 32.6665 174.247C32.6452 174.162 32.6169 174.077 32.5674 173.999C33.162 174.098 33.7424 174.148 34.3086 174.183C35.3067 174.24 36.3047 174.304 37.3098 174.368C39.5607 174.51 41.8895 174.659 44.1829 174.758C44.2678 174.758 44.3457 174.751 44.4235 174.723C44.5368 174.822 44.6571 174.921 44.7845 175.021C43.4821 176.539 42.2292 177.979 40.7216 179.249L40.7074 179.242ZM49.5199 175.028C48.3944 174.95 47.2195 174.808 46.2002 174.29C46.1294 174.226 46.0444 174.176 45.9595 174.155C45.4286 173.843 44.9827 173.453 44.5934 172.949C44.2182 172.46 43.8502 171.935 43.5104 171.388C47.8707 174.304 53.3563 174.212 57.3485 173.559C61.0221 172.963 63.9242 171.991 66.3804 170.523C65.8566 171.495 65.0567 172.495 64.3772 173.332L64.0375 173.758C62.8625 175.24 61.6875 176.39 60.4559 177.269C59.6489 177.844 59.4861 177.965 58.6297 177.539C57.0866 176.759 55.7559 176.234 54.4393 175.872C52.8042 175.425 51.1974 175.148 49.5199 175.035V175.028ZM56.5982 178.043H56.5911C55.1754 179.369 54.0075 180.299 52.8255 179.263C51.9973 178.532 51.5868 177.56 51.155 176.517C51.3815 176.546 51.5867 176.574 51.7779 176.603C53.4342 176.9 55.0551 177.383 56.6053 178.036L56.5982 178.043ZM45.3437 197.012C45.3295 194.033 45.5206 191.933 45.9029 190.755L45.9878 190.493C47.2619 186.612 48.5714 182.597 51.4169 179.639C51.9478 180.256 52.5777 180.675 53.3209 180.902C55.0764 181.448 56.6336 179.859 57.7661 178.702L57.851 178.617C58.3253 178.851 58.75 179.078 59.1605 179.312C59.3516 179.426 59.5994 179.405 59.8188 179.263C61.1424 178.419 62.3811 177.44 63.5137 176.354C63.1173 178.341 62.2962 180.157 61.015 181.866C60.9159 181.994 60.6965 182.228 60.4983 182.427C60.1656 182.767 60.0241 182.923 59.9675 183.037C59.3375 184.314 59.1534 185.846 59.4295 187.471C59.8117 189.705 61.0363 191.976 62.6997 193.543C64.7524 195.473 67.52 196.821 70.7406 197.459C69.509 198.304 68.603 199.488 67.7182 200.645C66.7343 201.929 65.8 203.149 64.4622 203.943C60.5408 206.277 54.5172 206.235 50.4472 203.844C48.1184 202.475 46.4125 200.567 45.6481 198.474C45.5348 198.162 45.372 197.495 45.3437 197.339C45.3437 197.275 45.3437 197.169 45.3437 197.027V197.012ZM59.1039 211.896C58.5659 212.825 58.1342 212.733 57.0866 212.506L56.8247 212.449C54.6163 211.988 52.7051 211.357 50.9851 210.52C48.9395 209.519 47.2336 208.448 45.7825 207.242C45.6764 207.15 45.5702 207.072 45.4711 206.987C44.7704 206.426 44.3244 206.022 44.5722 205.149C44.7562 204.511 44.9827 203.901 45.188 203.39C48.0759 207.696 54.8286 209.193 58.6792 209.697C59.2313 209.768 59.7763 209.81 60.3072 209.832C59.9037 210.52 59.5074 211.215 59.1039 211.903V211.896ZM61.2699 208.505C58.1413 208.533 54.2199 207.64 50.7798 206.114C48.5077 205.107 46.8585 203.638 45.9737 201.865C46.6178 202.702 47.3893 203.447 48.2883 204.085C52.0964 206.788 57.1928 207.604 62.275 206.32C64.3418 205.795 66.1256 204.639 67.5837 202.872C67.881 202.51 68.1641 202.149 68.4543 201.78C68.61 201.581 68.7587 201.39 68.9073 201.198C68.7587 201.517 68.6242 201.837 68.4826 202.149C67.2652 204.93 66.1185 207.554 61.2628 208.498L61.2699 208.505ZM98.7848 220.303C98.5158 221.149 97.926 221.66 97.0152 221.835C96.1729 221.998 95.2811 222.183 94.4033 222.445C92.0958 223.154 90.1422 224.027 88.4505 225.12C88.1744 225.297 87.8984 225.488 87.6082 225.68C85.7183 226.964 83.7647 228.298 81.6624 227.106C79.369 225.808 78.1657 223.637 76.8846 221.331C76.0989 219.912 75.2849 218.444 74.1948 217.21C73.7064 216.656 72.8924 216.082 71.9439 215.422C69.9478 214.024 67.4634 212.279 67.0528 209.917C66.8475 208.718 67.1802 207.483 68.065 206.143C68.7799 205.057 69.2896 203.865 69.778 202.716C70.5707 200.85 71.321 199.091 72.8783 197.764C73.1826 197.793 73.4799 197.821 73.7843 197.835C74.0391 198.162 74.4072 198.431 74.7328 198.672C74.8885 198.786 75.0371 198.892 75.1504 198.999C75.2778 199.112 75.4123 199.233 75.5468 199.361C76.2192 199.978 76.9766 200.68 77.8685 200.936C78.8382 201.219 79.7584 201.155 80.4591 200.779C80.3459 201.978 80.4166 203.163 80.6715 204.383C81.3934 207.845 83.9062 210.754 87.5516 212.386C87.6011 212.442 87.6577 212.485 87.7285 212.52C91.5437 214.599 95.8402 215.45 100.116 214.968H101C101 215.046 101 215.124 101 215.202V215.528C100.038 217.025 99.3086 218.586 98.7636 220.296L98.7848 220.303ZM98.7565 213.712L97.9921 213.691C97.7018 213.691 97.4187 213.691 97.1427 213.691C96.541 213.691 95.9677 213.705 95.3731 213.627C95.458 213.62 95.5429 213.606 95.6279 213.599C102.027 212.769 107.753 208.98 113.097 202.042C113.055 202.376 113.005 202.709 112.963 203.043C112.856 203.773 112.75 204.532 112.715 205.284C112.665 206.504 112.481 207.391 111.667 208.321C110.981 209.101 110.075 209.704 109.204 210.286L108.312 210.889C106.981 211.79 105.608 212.726 104.094 213.23C102.359 213.804 100.618 213.762 98.7707 213.712H98.7565ZM108.142 220.281C106.67 219.707 105.353 218.99 104.214 218.139C104.101 218.054 103.973 217.969 103.846 217.876C103.287 217.493 102.65 217.061 102.6 216.429L102.494 215.145C104.455 215.145 106.33 213.854 107.987 212.712C108.44 212.4 108.878 212.095 109.296 211.839C110.535 211.073 111.915 210.222 112.871 209.037C113.104 210.577 113.508 212.08 113.897 213.485L113.989 213.811C114.534 215.777 115.143 217.99 116.679 219.473C114.18 221.097 111.009 221.402 108.135 220.281H108.142ZM140.752 211.939C140.497 212.279 140.242 212.62 140.002 212.953C138.678 214.79 137.107 216.897 135.224 218.628C133.348 220.352 131.295 221.991 128.96 222.254C126.298 222.551 123.828 221.643 121.315 220.608C118.682 219.515 116.742 218.224 115.865 215.436C115.263 213.514 114.69 211.626 114.357 209.704C114.251 209.087 114.173 208.491 114.131 207.923C114.024 206.554 114.187 205.093 114.35 203.674C114.548 201.929 114.753 200.12 114.456 198.417C114.364 197.864 114.223 197.353 114.031 196.863C118.491 198.609 123.417 198.637 127.7 196.934L132.768 202.177C132.987 202.404 133.207 202.645 133.433 202.879C134.502 204.029 135.606 205.22 137.128 205.823C138.728 206.462 140.78 206.497 142.592 206.533C142.883 206.533 143.159 206.547 143.428 206.554C143.555 206.554 143.682 206.554 143.81 206.561C143.321 208.491 142.012 210.243 140.752 211.939ZM149.763 204.511C147.738 205.128 145.494 205.341 142.897 205.171C142.515 205.142 142.09 205.135 141.644 205.121C140.101 205.079 138.352 205.029 137.206 204.39C135.811 203.61 134.636 202.298 133.497 201.028C133.107 200.595 132.732 200.169 132.35 199.772L129.689 197.005C130.396 196.878 131.133 196.551 131.954 196.005C132.477 195.657 133.072 195.267 133.546 194.671C133.787 194.366 133.851 194.005 133.9 193.678C133.978 193.217 134.042 192.94 134.374 192.784C134.481 192.735 134.566 192.65 134.615 192.536C136.385 191.373 137.793 189.94 139.181 187.896C140.391 186.116 141.757 184.101 142.146 181.732C142.38 180.327 142.408 178.873 142.238 177.319C142.564 177.716 142.883 178.085 143.215 178.44C145.509 180.873 147.965 182.746 150.52 184.002H150.534C151.667 187.811 155.645 190.301 159.658 189.691C160.734 189.528 161.881 189.259 163.24 188.854C160.012 195.984 156.487 202.461 149.77 204.504L149.763 204.511ZM169.561 196.182C166.836 198.892 163.48 198.821 159.927 198.743C159.722 198.743 159.509 198.736 159.304 198.729C161.64 195.551 163.36 191.855 164.917 188.315C165.406 188.152 165.894 187.982 166.383 187.811C166.963 187.613 167.543 187.414 168.117 187.222C168.57 187.074 169.108 186.932 169.681 186.783C170.856 186.478 172.165 186.144 173.234 185.584C173.135 188.961 172.392 193.359 169.568 196.175L169.561 196.182ZM172.137 184.513C171.309 184.789 170.481 185.059 169.653 185.335L168.973 185.555C168.258 185.789 167.543 186.031 166.828 186.272C165.406 186.747 163.933 187.244 162.475 187.684C160.047 188.414 157.499 188.932 155.369 187.811C154.003 187.095 152.955 186.066 152.233 184.761C158.101 187.045 164.528 186.627 169.582 183.604C172.618 181.788 174.657 179.355 175.811 176.177C177 172.906 178.168 169.366 179.371 165.365C179.421 165.202 179.463 165.039 179.506 164.876C179.86 170.892 176.462 178.192 174.756 181.838C174.14 183.15 173.489 184.058 172.137 184.52V184.513ZM190.321 164.45C190.137 165.046 189.946 165.656 189.911 166.344C189.84 167.635 189.953 168.983 190.059 170.282C190.335 173.616 190.59 176.766 188.113 179.291C184.836 182.633 180.504 183.079 175.584 183.186C176.604 181.505 177.297 179.582 177.97 177.709L178.267 176.879C179.251 174.183 180.27 171.388 180.667 168.494C180.921 166.621 180.914 164.84 180.631 163.202C180.093 160.087 178.642 157.704 176.306 156.115C176.25 156.079 176.193 156.051 176.129 156.029L175.075 154.71C175.705 155.001 176.335 155.235 176.965 155.405C178.536 155.838 180.136 155.951 181.679 156.065C182.387 156.115 183.123 156.171 183.845 156.256C186.308 156.54 189.012 157.008 189.932 158.995C190.307 159.804 190.548 160.527 190.668 161.208C190.902 162.556 190.604 163.514 190.321 164.443V164.45ZM199.891 152.844C199.65 152.993 199.41 153.142 199.183 153.291C196.557 155.036 193.931 156.781 191.305 158.519C190.548 157.306 189.437 156.37 188.07 155.788C186.124 154.965 184.064 154.816 182.075 154.682C181.679 154.653 181.282 154.625 180.879 154.589C178.585 154.398 176.667 153.873 174.926 152.958C175.655 152.972 176.384 152.993 177.113 153.014C179.392 153.071 181.749 153.135 184.078 153.149C184.913 153.149 185.763 153.192 186.669 153.227C188.162 153.291 189.713 153.355 191.22 153.284C192.232 153.504 195.524 154.064 197.909 152.908C199.12 152.326 200.04 151.411 200.925 150.531C201.406 150.056 201.901 149.567 202.432 149.134C202.446 149.226 202.461 149.311 202.475 149.403C202.701 151.099 201.271 151.986 199.891 152.837V152.844ZM197.102 151.787C198.001 151.305 198.836 150.723 199.615 150.092C199.205 150.517 198.787 150.915 198.284 151.22C197.888 151.461 197.492 151.645 197.102 151.78V151.787ZM205.993 134.64C206.424 137.138 206.17 139.401 205.235 141.359C202.843 146.374 197.654 151.567 192.374 151.808C185.904 152.099 179.371 151.851 174.381 151.603C174.296 151.56 174.211 151.539 174.112 151.532L172.456 151.432L171.932 150.773C171.882 150.716 171.84 150.652 171.79 150.595C174.388 151.596 177.205 151.61 180.008 150.617C183.809 149.276 187.122 146.161 188.856 142.295C190.576 138.464 191.376 133.945 191.376 128.078C191.376 126.879 191.291 125.815 191.121 124.815C190.916 123.609 190.569 122.517 190.095 121.552C191.518 122.141 193.054 122.403 194.547 122.658C197.216 123.12 199.735 123.552 201.597 125.673C203.855 128.242 205.455 131.512 205.993 134.64ZM203.933 106.242C205.823 106.576 207.543 107.761 209.058 109.775C209.199 109.96 209.348 110.158 209.503 110.357C210.381 111.492 211.386 112.776 211.613 114.096C211.733 114.791 211.62 115.422 211.273 116.025C209.164 119.65 206.29 122.885 203.508 125.893C203.459 125.822 203.402 125.759 203.345 125.695C201.639 123.588 199.636 122.304 197.23 121.779C196.465 121.616 195.68 121.488 194.915 121.374C192.926 121.069 190.866 120.75 189.146 119.608C189.104 119.58 188.913 119.438 188.665 119.246C188.41 119.055 188.099 118.813 187.801 118.593C187.908 118.586 188.014 118.572 188.12 118.565C189.967 118.849 191.85 118.991 193.712 118.969C194.073 118.969 194.462 118.969 194.88 118.984C196.444 119.019 198.214 119.062 199.488 118.537C200.132 118.274 200.634 117.019 201.172 115.529C201.286 115.224 201.378 114.968 201.448 114.805C202.206 113.103 202.779 111.563 203.218 110.109C203.593 108.853 203.834 107.555 203.933 106.25V106.242ZM201.618 110.811C201.144 112.173 200.599 113.521 199.99 114.834C199.891 115.046 199.799 115.259 199.714 115.465C199.275 116.501 198.936 117.324 197.775 117.444C196.055 117.614 194.278 117.678 192.374 117.636C195.786 116.479 198.49 114.38 200.429 111.372C201.703 109.406 202.453 107.221 202.645 105.001C202.638 106.888 202.284 108.882 201.618 110.811ZM200.096 98.5382C200.641 99.6307 201.024 100.78 201.229 101.972C201.845 105.54 200.833 109.144 198.454 111.847C195.404 115.316 189.267 119.353 171.309 114.415C171.104 113.918 170.87 113.386 170.601 112.797L171.429 112.563C172.017 112.393 172.618 112.23 173.213 112.053C174.6 112.01 176.023 112.187 177.403 112.358C179.463 112.613 181.594 112.876 183.71 112.443C188.276 111.506 190.555 106.569 191.149 105.079C192.438 101.837 192.813 98.3467 192.225 94.9769C191.999 93.6574 191.624 92.3592 191.114 91.1248C195.623 93.0544 198.56 95.4877 200.096 98.5524V98.5382ZM193.924 88.0459C193.868 88.954 193.811 89.8833 193.825 90.8127C193.245 90.5147 192.657 90.2451 192.07 90.0039C192.869 89.5499 193.514 88.727 193.952 87.599C193.945 87.748 193.938 87.8969 193.924 88.0459ZM188.389 77.88C188.891 77.4188 189.097 76.7378 189.012 75.8369C189.401 76.1561 189.812 76.4328 190.222 76.7094C191.298 77.4401 192.317 78.1283 192.721 79.3768C192.947 80.065 193.124 80.7744 193.245 81.4909C193.577 83.4063 193.924 87.9324 190.187 89.181C189.033 87.1024 187.497 85.2863 185.614 83.7681C185.473 83.6546 183.038 82.0726 181.19 81.4341L182.613 80.7744C183.116 80.5403 183.668 80.3204 184.248 80.0934C185.735 79.5045 187.278 78.8873 188.375 77.88H188.389ZM186.166 71.2043C186.322 71.6938 186.478 72.1833 186.634 72.6657L186.917 73.5454C186.98 73.744 187.065 73.964 187.15 74.1981C187.433 74.9359 187.731 75.8439 187.596 76.3547C187.398 77.1067 186.619 77.433 185.862 77.7381C185.678 77.8161 185.494 77.8871 185.324 77.9651L180.461 80.2281C183.25 77.5962 185.204 74.6237 186.025 71.7009C186.074 71.5307 186.117 71.3675 186.152 71.1973L186.166 71.2043ZM185.083 66.586C185.437 68.6575 185.112 70.956 184.184 72.8928C182.096 77.2628 178.359 80.3345 174.926 82.7679C173.468 80.5403 171.635 79.1214 169.32 78.4191C169.101 78.3482 168.867 78.2914 168.633 78.2489C168.761 78.185 168.895 78.1141 169.037 78.036C172.569 77.2628 177.729 75.9787 181.898 73.737C184.468 72.3536 184.503 69.1825 184.085 66.7563C183.887 65.6212 183.59 64.6422 183.37 64.0179C183.116 63.2802 182.811 62.5565 182.471 61.8471C183.823 62.9964 184.737 64.6422 185.069 66.586H185.083ZM173.121 75.5389C173.737 75.1132 174.296 74.6876 174.813 74.2548C175.499 74.2832 176.313 74.2832 177.198 74.2052C175.889 74.6592 174.551 75.0919 173.114 75.5389H173.121ZM181.941 63.9612C182.238 64.8054 182.606 65.9121 182.797 67.0543C182.967 68.0474 182.988 68.9271 182.868 69.7359C182.776 70.353 182.599 70.8709 182.323 71.325C180.327 72.0627 178.43 72.7509 176.264 72.9211C176.639 72.5381 176.979 72.155 177.283 71.7719C179.782 68.615 180.921 64.6493 180.32 61.1661C180.263 60.8468 180.199 60.5347 180.114 60.2297C180.865 61.3931 181.481 62.6559 181.941 63.9541V63.9612ZM172.413 53.8946C173.22 54.1783 174.013 54.5472 174.77 54.9942C176.788 56.2995 178.217 58.1794 178.784 60.2864C180.242 65.6709 174.841 72.0982 173.206 73.8788C171.762 75.4538 169.681 76.3334 167.671 77.1847C167.338 77.3266 166.998 77.4685 166.673 77.6104C165.342 78.1921 164.245 78.3056 162.942 78.0218C162.121 77.66 161.237 77.4188 160.359 77.3053C159.8 77.1705 159.297 77.0854 158.823 77.0358C153.472 76.5037 148.213 78.1637 144.751 79.6535C144.737 79.6535 144.73 79.6606 144.723 79.6677C144.482 78.788 144.135 77.9154 143.682 77.0499C146.28 75.7872 148.842 74.4535 151.858 72.8502C151.893 72.8502 151.936 72.836 151.985 72.8218C152.629 72.609 153.266 72.382 153.896 72.155C155.843 71.4597 157.676 70.8071 159.701 70.4736C160.323 70.3672 161.159 70.3885 162.044 70.4027C164.733 70.4595 168.081 70.5233 168.393 67.3096C168.393 67.2955 168.393 67.2813 168.393 67.2671C169.115 67.4657 170.056 67.3735 170.722 66.9975C171.281 66.6853 171.606 66.2313 171.67 65.6709C171.698 65.4084 171.691 65.1317 171.642 64.8551C171.401 63.4575 170.226 62.138 169.193 61.1306C169.178 59.0804 168.669 57.4771 167.586 56.0654C167.515 55.136 167.331 54.1925 167.034 53.2703C167.083 53.2703 167.133 53.2632 167.175 53.2561C168.825 53.2915 170.729 53.3767 172.42 53.8875L172.413 53.8946ZM162.709 68.7285C161.371 68.7923 160.019 68.9484 158.703 69.2038C159.517 68.7498 160.323 68.2674 161.109 67.7424C161.626 68.1042 162.171 68.4376 162.709 68.7285ZM162.256 66.9266C163.976 65.6212 165.243 64.2379 166.121 62.7055C166.793 61.5279 167.253 60.2155 167.473 58.8463C167.558 59.123 167.628 59.4067 167.678 59.6976C167.961 61.3293 167.685 63.0106 167.373 64.9473L167.338 65.1743C167.289 65.4581 167.246 65.7489 167.211 66.0398C167.126 66.6073 167.041 67.189 166.92 67.7495C166.843 68.1184 166.694 68.3525 166.489 68.4518C166.043 68.6646 165.271 68.2886 164.811 68.0616C164.719 68.0191 164.641 67.9765 164.563 67.941C164.358 67.8488 164.153 67.7495 163.948 67.6502C163.403 67.3948 162.843 67.1252 162.263 66.9124L162.256 66.9266ZM168.605 66.0469L168.633 65.905C168.803 64.9615 168.973 63.9896 169.086 63.0319C169.561 63.5781 170.063 64.2521 170.268 64.9189C170.382 65.2807 170.375 65.5361 170.254 65.6922C170.042 65.9617 169.44 65.9972 168.909 66.0327C168.81 66.0327 168.711 66.0469 168.612 66.054L168.605 66.0469ZM166.184 50.8937C166.198 50.8441 166.22 50.8015 166.227 50.7589C166.298 50.5248 166.361 50.2836 166.411 50.0353C166.63 50.3971 166.878 50.7447 167.161 51.0711C166.857 51.1562 166.552 51.2555 166.262 51.3832C166.213 51.291 166.163 51.1988 166.114 51.1207C166.114 51.0782 166.156 50.9576 166.177 50.8866L166.184 50.8937ZM166.184 56.4201C166.39 59.2578 165.54 61.7336 163.657 63.7767C161.194 66.4512 157.889 68.1538 154.682 69.7997C154.165 70.0622 153.656 70.3247 153.146 70.5943C152.155 71.1121 151.164 71.63 150.173 72.1408C147.809 73.361 145.374 74.6237 143.017 75.9503C141.085 72.9921 138.317 71.2611 135.557 71.2895C134.24 71.0057 132.697 70.8993 130.857 70.949C126.015 71.0908 121.379 72.2543 117.436 74.3258C120.551 68.0049 126.666 63.4717 131.614 59.804C138.112 54.9871 145.254 50.3546 153.443 49.0634C158.172 48.3185 163.36 47.8787 165.123 52.1423C165.165 52.27 165.484 53.5966 165.717 54.5685C166.014 55.7887 166.121 56.2356 166.17 56.413L166.184 56.4201ZM155.397 32.9384C155.369 32.761 155.333 32.5837 155.298 32.4134C155.298 32.3921 155.291 32.3637 155.284 32.3425C156.289 32.2928 156.933 32.6759 157.52 33.6336C157.789 34.0734 157.945 34.3927 157.973 34.57C157.988 34.6622 157.981 34.6693 157.903 34.7616C157.782 34.9035 157.598 35.1234 157.627 35.6058C157.627 35.698 157.662 35.8683 157.705 36.0811C157.726 36.2017 157.754 36.3365 157.775 36.4642C157.846 36.8615 157.846 37.0388 157.839 37.1168C157.804 37.131 157.775 37.1452 157.747 37.1665C156.813 37.1097 155.942 37.2091 155.114 37.4786C155.602 36.1804 155.701 34.6552 155.411 32.9313L155.397 32.9384ZM155.447 38.9613C158.278 38.0462 161.605 39.1458 163.353 41.5791C164.217 42.778 164.755 44.0833 165.016 45.5731C165.222 46.7436 165.25 48.0348 165.115 49.6806C163.091 47.4247 160.125 47.2118 157.202 47.3395C153.712 47.4885 150.251 48.2192 146.655 49.5529C147.781 48.3256 148.651 46.9352 149.437 45.5873L149.692 45.1474C151.051 42.778 152.743 39.8339 155.454 38.9613H155.447ZM145.417 25.8158C147.052 25.1844 148.736 24.5318 149.94 25.2483C151.723 26.3124 152.601 28.7244 153.309 30.6682L153.366 30.8243C153.712 31.782 153.946 32.6191 154.08 33.3995C154.441 35.4781 154.08 37.1736 152.976 38.5853C152.962 38.5995 152.955 38.6137 152.948 38.6279C151.072 40.0467 149.692 42.3169 148.354 44.509C146.924 46.8571 145.579 49.0776 143.69 50.3262C143.661 50.3475 143.491 50.4468 143.222 50.61C138.055 53.7598 134.417 56.0938 132.4 57.5622L132.293 57.6403C125.958 62.2515 118.774 67.487 115.553 75.1771C115.518 75.2693 115.497 75.3615 115.497 75.4538C113.352 76.7875 111.377 78.3695 109.629 80.1714C109.756 79.689 109.869 79.2066 109.983 78.7242C110.16 77.9438 110.33 77.1989 110.57 76.5037C111.228 74.5883 111.894 72.9495 112.595 71.481C114.215 68.0971 116.176 64.9757 118.406 62.2018C119.192 62.3579 119.977 62.4643 120.742 62.514C120.904 62.5282 121.074 62.5424 121.251 62.5565C122.858 62.6913 125.052 62.8758 126.086 61.3363C127.417 60.9958 129.002 60.4141 129.738 59.052C130.227 58.1511 130.34 57.094 130.106 55.7178C129.993 55.058 129.816 54.4124 129.646 53.7881L129.554 53.4547C130.007 52.3835 130.085 51.0924 129.767 49.8864C130.205 49.5671 130.644 49.2408 131.048 48.9286L133.023 47.7936C135.295 46.4882 137.567 45.1758 139.846 43.8776C140.695 43.3881 141.594 42.9128 142.465 42.4445C143.866 41.6926 145.31 40.9193 146.669 40.068C147.413 39.8197 148.135 39.5005 148.467 38.8478L148.503 38.8194C148.701 38.6705 148.765 38.4009 148.644 38.1739C148.651 38.0178 148.644 37.8475 148.609 37.6418C148.609 37.6347 148.609 37.6276 148.609 37.6205C150.209 37.0956 150.881 36.0101 150.322 34.7686C150.067 34.2082 149.55 33.9032 149.09 33.6407C148.935 33.5485 148.772 33.4562 148.63 33.3569C147.873 32.8249 147.483 32.1367 147.038 31.3422L146.967 31.2216C146.938 31.1719 146.903 31.1293 146.861 31.0939C146.068 28.9443 145.013 27.4049 143.647 26.4188C144.206 26.2698 144.801 26.0428 145.424 25.8016L145.417 25.8158ZM144.985 30.349C144.971 30.2497 144.949 30.1574 144.928 30.0652C145.671 31.5195 146.089 33.2363 146.5 34.9176C146.761 35.9747 147.023 37.0672 147.37 38.0674C147.328 38.1455 147.264 38.2306 147.179 38.3157C146.5 38.6208 145.813 38.9684 145.183 39.3089C144.341 39.5785 143.463 39.763 142.932 39.8765L142.614 39.9474C141.814 40.1248 141 40.2596 140.165 40.3801C142.161 38.2377 144.404 35.6554 144.949 32.7752C145.105 31.9523 145.119 31.1364 144.978 30.349H144.985ZM141.233 41.6003C141.177 41.6358 141.12 41.6642 141.071 41.6997C140.087 42.2956 139.074 42.9057 138.083 43.4732C137.432 43.8421 136.781 44.211 136.13 44.5799C137.029 43.7144 137.907 42.8206 138.756 41.8983L138.77 41.877C139.563 41.8416 140.384 41.7493 141.233 41.6003ZM147.809 34.4139C147.901 34.4707 147.986 34.5204 148.078 34.5771C148.262 34.6906 148.453 34.797 148.63 34.9318C148.807 35.0595 148.92 35.244 148.956 35.4497C149.012 35.7831 148.857 36.1875 148.446 36.3223C148.375 36.3436 148.312 36.3719 148.241 36.3932L148.227 36.3294C148.092 35.7051 147.958 35.0666 147.809 34.4211V34.4139ZM141.488 27.341C142.684 28.1853 143.399 29.2423 143.612 30.4767C143.909 32.2006 143.229 34.2721 141.693 36.3223C140.603 37.7766 138.211 40.4156 137.892 40.742C137.73 40.8413 137.347 41.2031 135.889 42.629C134.155 44.3174 131.784 46.6372 130.248 47.8858L129.193 48.4817C129.052 48.2405 128.903 48.0135 128.733 47.8078C126.687 45.2609 121.945 42.6716 118.88 44.2323C118.852 44.2465 118.802 44.2749 118.746 44.3032C118.668 44.3529 118.569 44.4097 118.526 44.4238C116.226 44.9204 113.975 45.4241 111.781 46.1832C110.846 46.5024 109.961 46.8713 109.112 47.2899C113.706 42.2885 118.866 36.8189 124.798 32.385C125.52 31.8459 126.291 31.3422 127.098 30.8101C128.74 29.7318 130.432 28.6251 131.748 27.1708C135.21 26.206 138.798 25.4398 141.488 27.341ZM134.155 14.9475C135.309 16.1535 137.057 17.9767 137.312 19.4523C137.404 19.9986 137.284 20.4526 136.944 20.8215C136.038 21.8147 134.969 22.7227 133.9 23.5953C134.559 21.9779 135.203 19.6439 134.792 17.246C134.679 16.6076 134.502 15.9975 134.254 15.4299C134.134 15.1604 133.999 14.8837 133.844 14.6141C133.943 14.7205 134.049 14.8269 134.155 14.9404V14.9475ZM115.079 16.7211C116.445 14.6779 118.13 13.3513 120.359 12.5426C121.98 11.9538 123.439 11.5211 124.776 11.2373C123.807 11.4927 122.893 11.8261 122.058 12.1453L121.718 12.273C120.345 12.7909 118.93 13.3301 117.769 14.2452C116.941 14.8979 116.374 15.6924 115.822 16.4586C115.468 16.9552 115.1 17.4731 114.661 17.9413C114.251 18.3811 113.755 18.672 113.225 18.9415C113.89 18.2747 114.52 17.5511 115.079 16.714V16.7211ZM107.208 27.8518C108.397 26.0641 109.629 24.2125 110.903 22.4461C111.519 21.5948 112.156 20.8002 113.203 20.4029L113.423 20.3178C113.911 20.1405 114.456 19.9347 114.881 19.5658C115.525 18.9983 115.985 18.3315 116.431 17.6788C116.65 17.3595 116.877 17.0332 117.118 16.714C118.356 15.132 120.09 14.3091 121.464 13.7699L122.129 13.5074C123.58 12.9257 125.074 12.3227 126.581 12.1666C130.064 11.7977 132.916 14.0253 133.532 17.5866C133.667 18.3598 133.681 19.1615 133.575 19.9702C133.228 22.5667 131.55 25.0851 130.616 26.1705C129.667 27.263 128.599 28.2278 127.685 28.8237C124.628 30.8172 121.938 32.839 119.468 34.9886C114.336 39.4579 109.586 44.7076 105.771 48.9286C105.743 48.957 105.637 49.0634 105.467 49.2266C104.518 50.1559 101.623 52.9936 100.186 54.7955L99.8536 55.2141C97.7372 57.8744 95.55 60.6127 94.3043 63.8122C93.4407 59.8678 92.8037 55.8242 92.4143 51.7592C93.3204 51.589 94.0282 51.5535 94.2405 51.5606C96.1871 51.5748 100.632 51.2271 101.114 51.1278C102.742 50.7944 105.417 49.6097 105.12 47.2615C104.816 44.8708 104.221 42.4516 103.648 40.1177C103.393 39.089 103.138 38.0603 102.911 37.0317C102.975 36.606 103.895 33.1441 104.002 32.8532C104.122 32.5553 104.483 31.8742 104.532 31.7962C105.438 30.498 106.33 29.1572 107.194 27.8589L107.208 27.8518ZM105.672 17.9342C104.214 23.9359 102.706 30.1432 101.439 36.2939C99.5493 36.0811 97.6806 36.1024 95.8756 36.3719C95.543 36.1875 95.1749 36.0527 94.7714 35.9818L100.915 20.3107C101.524 18.7642 102.126 17.2177 102.734 15.6711C102.933 15.1745 103.145 14.6709 103.364 14.1672C103.506 13.8267 103.655 13.4932 103.796 13.1527C104.787 11.9396 105.969 11.1593 107.392 10.7762C106.826 13.1669 106.245 15.5505 105.665 17.9342H105.672ZM102.338 1.51825C104.164 1.44731 107.321 1.71689 107.994 4.28497C108.036 4.46233 108.079 4.63261 108.107 4.80997C108.369 6.31392 108.093 7.81078 107.739 9.33603C106.677 9.485 105.637 9.86809 104.731 10.4498C104.78 10.2583 104.816 10.0738 104.851 9.89647C105.453 6.65443 103.725 4.33466 100.215 3.61104C99.075 3.37694 97.4895 3.0506 95.8827 2.95837C98.0557 2.08578 100.222 1.60338 102.338 1.51825ZM87.9833 12.7554C88.1674 12.1524 88.316 11.5281 88.4576 10.9251C88.6416 10.1377 88.8327 9.32895 89.1088 8.56987C90.4041 5.00859 93.2779 3.80258 98.4238 4.67517L98.7565 4.73192C100.526 5.02278 102.954 5.42006 103.478 7.2007C103.527 7.36386 103.563 7.51993 103.591 7.68309C103.867 9.28638 103.216 10.8897 102.593 12.4362C102.501 12.6703 102.402 12.9044 102.31 13.1385C100.165 18.6294 98.0062 24.1203 95.8544 29.6041L93.3345 36.0243C91.8056 36.3436 90.1564 37.4077 88.9389 38.1951L88.5142 38.4647C84.8477 40.7987 81.8111 43.7924 79.4682 47.3892C79.4752 46.9494 79.4823 46.5095 79.4894 46.0697C79.5956 39.9545 79.7088 33.6336 81.719 27.6887C82.5047 25.3689 83.5665 23.12 84.5928 20.9421C85.0529 19.9631 85.5201 18.977 85.9589 17.9838C86.6243 16.4799 87.3888 14.685 87.9904 12.7412L87.9833 12.7554ZM81.2306 18.6365C82.5897 17.1325 83.885 15.6995 85.7112 15.1533C85.06 16.7282 84.3097 18.2747 83.5736 19.7787C82.6888 21.5948 81.7757 23.4676 81.0395 25.3902C80.9121 25.7236 80.7847 26.0783 80.6502 26.4685C80.1335 25.6172 79.5814 24.7801 79.0435 23.9642C78.5834 23.2619 78.1162 22.5454 77.6632 21.8218C79.0576 21.0343 80.1548 19.8212 81.2165 18.6365H81.2306ZM75.2707 20.6938C75.5751 21.1337 75.8653 21.5593 76.1413 21.9708C76.6227 22.7015 77.0898 23.4534 77.557 24.2054C78.3639 25.5108 79.1992 26.8586 80.1335 28.1143C78.4701 33.6903 77.8047 40.1602 78.0667 48.3682C77.4367 47.3183 76.6793 46.4031 75.7733 45.6228C75.0018 44.9559 74.2727 44.3316 73.1614 45.339C72.9632 45.5234 72.7862 45.7008 72.6376 45.8852C71.0874 40.7987 70.3938 35.5277 70.6061 30.4696C70.7335 27.3552 71.0874 24.5672 71.6749 21.9566C71.9581 20.6938 72.5456 18.7429 73.0411 17.1113C73.664 18.3456 74.485 19.5304 75.2778 20.6867L75.2707 20.6938ZM68.9498 9.96031C70.2805 10.5278 71.4272 11.4643 72.5385 12.9044C71.2856 13.3726 69.9408 13.323 68.8082 12.7484C67.6474 12.1595 66.8263 11.1025 66.4795 9.76169C67.3147 9.57014 68.1853 9.64108 68.9427 9.96031H68.9498ZM63.9101 11.7481C64.1932 11.1451 64.6462 10.6414 65.2408 10.2725C65.715 11.9183 66.8122 13.2662 68.2845 14.0111C69.6152 14.678 71.1512 14.7986 72.6022 14.3587C72.5385 14.4935 72.4748 14.6354 72.4111 14.7844C72.3403 14.8695 72.2908 14.9759 72.2837 15.0823C71.7811 16.2387 71.2573 17.6291 70.9105 18.5514C70.7548 18.9628 70.6061 19.3601 70.5212 19.5587C70.3867 19.5942 70.2168 19.6793 69.9832 19.7858C69.6152 19.9631 68.7445 20.3675 68.5534 20.1617C68.1995 19.7787 67.8385 19.3885 67.4704 19.0196C67.2156 18.7571 65.17 16.8701 64.4339 16.3593L64.4197 16.3238C64.1507 15.5434 63.8747 14.7276 63.7402 13.9402C63.5845 13.0534 63.6482 12.3369 63.9171 11.7481H63.9101ZM52.6485 7.73984C52.9387 7.44897 53.2148 7.1723 53.512 6.9453C54.8428 5.93083 56.4071 5.67545 57.7732 5.56194L58.1059 5.53355C59.4932 5.39877 60.3568 5.39168 60.6187 6.90273L62.9262 21.6231C62.9262 21.6231 62.9262 21.6941 62.9333 21.7296L62.9616 21.836C63.0323 22.0914 63.3296 22.9143 63.4217 23.1342C63.45 23.1981 63.4854 23.2619 63.5278 23.3116C63.4712 23.7656 63.4146 24.2196 63.3509 24.6807C63.2518 25.454 63.1456 26.2556 63.0677 27.0502C62.9545 28.2775 62.8625 29.5119 62.8058 30.7321C60.6541 26.5181 59.1818 22.1339 58.4102 17.6788C58.1979 16.4373 58.0351 15.1816 57.936 13.9472L57.9147 13.6493C57.8793 13.1385 57.8298 12.5639 57.7307 11.9893C57.4122 10.1377 56.6123 9.14449 55.2958 8.94586C53.7456 8.71175 52.7759 9.83263 52.3229 11.0741L51.07 9.0097C51.6859 8.70465 52.1672 8.22226 52.6343 7.75404L52.6485 7.73984ZM62.9828 39.6211C62.5935 38.8549 62.183 38.1029 61.7866 37.3651C61.2699 36.4074 60.7319 35.4213 60.2577 34.4494C57.3343 28.4478 55.4586 23.4464 54.3685 18.6933C53.9934 17.0474 53.7669 15.9124 53.5899 14.7205C53.5687 14.5786 53.5474 14.4368 53.5191 14.2949C53.4413 13.8267 53.3634 13.3442 53.3634 12.8902C53.3634 12.2305 53.8518 10.4498 54.6233 10.1164C54.7295 10.0667 55.0551 9.93195 55.6072 10.4498C56.0673 10.8897 56.3504 11.4714 56.492 12.2872C56.5699 12.7554 56.6053 13.2591 56.6336 13.7486C56.6548 14.0891 56.676 14.4226 56.7114 14.7418C56.8884 16.3451 57.0583 17.5298 57.2989 18.7145C58.3182 23.8294 60.1232 28.696 62.6572 33.1725C62.6855 33.2221 62.7138 33.2647 62.7563 33.3002C62.7563 33.7755 62.7492 34.2579 62.7563 34.7332C62.7775 36.3294 62.8625 37.9681 63.004 39.614L62.9828 39.6211ZM39.5466 23.3541C38.7326 21.8714 38.0955 20.7506 37.4797 19.7148C37.416 19.6013 37.3382 19.4807 37.2532 19.3459C36.9559 18.8706 36.5808 18.2889 36.4888 17.7426C36.4392 17.4589 36.4746 17.2177 36.5879 17.0049C36.8781 16.487 37.2603 16.0613 37.6637 15.6144L37.7133 15.5576C39.3838 13.7061 41.2808 11.6062 43.6095 10.5704C44.7704 10.0526 46.0303 9.93195 47.2478 9.81134C48.0901 9.72621 48.9678 9.64108 49.8172 9.42825C50.0225 9.77586 50.2914 10.2512 50.5746 10.7478C51.4735 12.3369 51.8274 12.9328 52.0327 13.1669C52.0468 13.6422 52.1035 14.1672 52.2096 14.7773C52.2946 15.2739 52.4008 15.7634 52.4998 16.2387C52.5494 16.4657 52.599 16.6927 52.6414 16.9126C52.967 18.5017 53.2714 19.7929 53.6041 20.9918C54.4676 24.0848 55.5364 27.1211 56.7751 30.0085C57.9785 32.8107 59.3941 35.7335 61.2345 39.2025C62.1617 40.9548 62.9757 42.5439 63.5137 44.1968C63.6906 45.417 63.9101 46.6798 64.1366 47.7794C64.1366 47.9496 64.2428 48.4462 64.3489 48.8861C61.2062 47.0274 57.7732 45.9846 54.3756 45.864H54.3048C52.9529 45.8143 51.5514 45.7646 50.6666 44.6721C50.1074 43.984 49.6827 43.232 49.2155 42.4162C48.5573 41.2527 47.7928 40.0538 46.6815 39.1812C44.6146 33.5414 42.2151 28.2136 39.5466 23.34V23.3541ZM25.4749 36.4074C25.8642 36.5209 26.2535 36.6344 26.6358 36.7479C28.2071 37.2161 29.8352 37.7057 31.5623 37.8192C32.7443 37.8972 33.9406 37.9043 35.1014 37.9043C36.0145 37.9043 36.9559 37.9043 37.8832 37.9469C41.0047 38.0816 45.3932 38.6776 47.5097 42.2885L47.7078 42.629C48.1821 43.4448 48.6422 44.2323 49.1589 44.9062C47.9131 44.5657 46.6673 44.2252 45.4145 43.8918C42.6469 43.1469 39.7943 42.3807 37.0125 41.5365C32.3763 40.1248 27.5489 38.5286 21.865 36.5422C22.863 36.0314 24.0239 35.9889 25.4678 36.4003L25.4749 36.4074ZM13.3002 45.6937C13.3002 45.2255 13.3144 44.7573 13.3286 44.289C13.371 42.8064 13.6542 41.8132 14.9778 41.4443C15.2185 41.3804 15.4662 41.3166 15.714 41.2598C16.1174 41.1676 16.535 41.0683 16.9314 40.9264C18.432 40.3873 19.2389 39.3728 20.0671 38.2022C20.2087 38.0036 20.3573 37.8192 20.506 37.6418C25.7934 39.5076 31.2579 41.274 37.1966 43.0263L39.4263 43.686C44.197 45.112 49.1377 46.5805 54.0783 47.5169L54.1774 47.5311C55.5435 47.7439 59.5144 48.432 62.3953 49.5529C58.934 48.9925 55.2038 48.6803 51.2895 48.6307C48.628 48.5952 46.4125 48.6449 44.3315 48.7938C44.0413 48.8151 43.744 48.8293 43.4396 48.8506C41.9249 48.9357 40.2119 49.028 38.8104 49.6948C36.8497 50.6312 35.8163 52.2842 35.7951 54.4976C33.0699 52.8943 29.9484 51.7308 26.9331 50.6029C26.2889 50.3616 25.6448 50.1205 25.0219 49.8792C24.3212 49.6097 23.6063 49.3259 22.8843 49.0421C19.7557 47.8078 16.528 46.5308 13.2932 45.9207V45.6795L13.3002 45.6937ZM22.1764 56.5691C20.6546 55.434 19.246 54.604 17.8658 54.0223C17.5048 53.8733 17.0517 53.7385 16.5704 53.5966C15.0698 53.1568 13.1941 52.6176 13.2153 51.1136C13.2295 50.2411 13.2436 49.3756 13.2507 48.503L13.2649 47.453C14.3054 47.8361 15.3884 48.1554 16.4359 48.4533C17.2145 48.6803 18.0144 48.9144 18.7859 49.1698C20.9236 49.8863 22.7852 50.5461 24.4769 51.1846C26.3172 51.8798 28.4903 52.724 30.6987 53.6888C31.2933 53.9513 31.8879 54.228 32.4824 54.5117C33.5937 55.0367 34.7475 55.583 35.9225 55.9873C35.965 56.2427 36.0216 56.491 36.0853 56.7464C36.1278 56.9025 36.1702 57.0869 36.2127 57.2785C36.4675 58.3994 36.8214 59.9388 37.8195 60.4921C39.1006 61.2086 40.3252 60.7404 41.5073 60.2935L41.84 60.1658C42.5336 59.9104 44.0342 59.5983 44.197 59.5983L45.2729 59.8395C49.3712 60.7688 53.6111 61.7265 57.4122 63.5994C60.4346 65.0821 62.9828 67.0188 65.3328 69.6365C63.8818 68.9413 62.3811 68.2248 60.8593 67.6147C56.1239 65.7276 51.2328 64.3939 46.3134 63.642C40.1553 62.7055 33.9406 62.6133 27.8462 63.3582C26.4022 60.6056 24.4415 58.2504 22.1623 56.5549L22.1764 56.5691ZM13.2082 68.0971C15.2114 67.2245 17.4765 66.508 20.5414 65.7631C22.7285 65.231 33.0204 63.9186 35.6111 63.9115C45.9666 63.869 56.0178 66.2171 65.4744 70.8922C65.984 71.1405 66.5007 71.3959 67.0245 71.6442C67.0811 71.6938 67.1448 71.7293 67.2156 71.7506C63.2518 71.3817 59.9108 71.5803 56.8247 72.3678C53.873 73.1127 51.2753 74.3683 49.0952 76.0922C47.8636 77.0712 46.7027 77.8516 45.4428 78.5539C44.5863 79.0363 43.6945 79.5755 43.0999 80.4552C42.9937 80.6112 42.9088 80.7673 42.8451 80.9375C39.497 80.7531 37.2957 80.6751 36.3189 80.7176C34.882 80.6893 33.4451 80.6822 32.0082 80.668C30.5076 80.6538 29.007 80.6467 27.5135 80.6112C26.7066 80.597 25.8996 80.5686 25.0927 80.5403C23.2028 80.4764 21.2492 80.4055 19.338 80.5048C18.9063 80.5261 18.4886 80.5616 18.156 80.6112C15.7847 80.5119 13.6825 79.7741 12.0757 78.4759C11.0777 77.6671 10.2707 76.7591 9.69032 75.7872C9.32225 75.1629 9.08159 74.5244 8.83385 73.8434C8.73476 73.5738 8.63567 73.3113 8.5295 73.0417C9.22316 70.8071 10.7945 69.147 13.2082 68.0971ZM8.1331 75.2835C8.40208 75.8156 8.69937 76.2909 8.94711 76.6456C9.75403 77.8232 10.6671 78.7809 11.6723 79.4762C12.8826 80.3204 14.2346 80.9234 15.6219 81.2497C14.7513 81.6186 14.0293 82.1294 13.4206 82.7962C12.2881 84.0519 11.382 84.8819 10.1292 84.1938C9.14531 83.6546 8.5224 82.6614 8.27466 81.2497L8.24637 81.0936C8.24637 81.0227 8.24635 80.9305 8.23219 80.8028C8.09062 78.3837 8.05525 76.5392 8.1331 75.2906V75.2835ZM1.44411 92.0187C1.79803 87.9395 4.42409 84.967 7.40405 82.0726C7.942 83.9242 9.2444 85.5984 11.1555 85.4849C12.3376 85.414 13.1375 84.6904 13.6966 84.059C14.5673 83.0871 15.3813 82.3635 16.4996 82.0088C18.5311 81.3703 20.7749 81.4483 22.948 81.5193C23.493 81.5406 24.0309 81.5547 24.5547 81.5618L33.53 81.6895C34.337 81.7037 35.151 81.7179 35.9225 81.7392C37.6779 82.0017 39.5324 82.0513 41.3232 82.101C41.7621 82.1152 42.1939 82.1223 42.6256 82.1436C42.6256 82.3493 42.6256 82.555 42.6327 82.7537C42.6327 82.9239 42.6398 83.1013 42.6398 83.2715C42.6398 83.9384 42.3708 84.3357 41.9886 84.8748C40.1836 85.9389 39.4333 87.9111 39.8651 90.4296C40.035 91.4156 40.3818 92.423 40.8702 93.3524L41.0967 93.7922C41.3091 94.2037 41.5285 94.6293 41.7692 95.0479C39.221 96.9988 36.9772 98.7652 34.9174 100.432C30.6067 99.2973 26.1827 99.7868 21.9004 100.262C18.0639 100.688 14.1001 101.128 10.2637 100.383C8.41623 100.021 2.32184 98.4814 1.50075 93.7142C1.40874 93.1679 1.38748 92.5933 1.43703 92.0045L1.44411 92.0187Z' fill='%23EEEEEE'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_877_3613'%3E%3Crect width='213' height='229' fill='white' transform='matrix(-1 0 0 -1 213 229)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
@media (max-width: 1300px) {
  .s010202 .theme_tour .top_wrap.col2 {gap: 40px;}
  .s010202 .theme_tour .top_wrap.col2 .left-wrap {width: calc(50% - 40px);}
}
@media (max-width: 1200px) {
  .s010202 .theme_tour .info_wrap {justify-content: center;}
  .s010202 .theme_tour .top_wrap.col2 {gap: 30px; padding: 80px 0;}
  .s010202 .theme_tour .top_wrap.col2 .left-wrap {width: 100%; margin: 0;}
  .s010202 .theme_tour .top_wrap.col2 .img {width: 100%;}
  .s010202 .theme_tour .top_wrap .title .mtit::before {left: -40px;}
  .s010202 .theme_tour .top_wrap .title .mtit::after {right: -95px;}
}
@media (max-width: 900px) {
  .s010202 .theme_tour .con_wrap .story_wrap .story_list:first-child::before {right: -90px; bottom: -250px;}
}
@media (max-width: 767px) {
  .s010202 .theme_tour .top_wrap.col2 {gap: 30px; padding: 70px 0 60px;}
  .s010202 .theme_tour .top_wrap .title .mtit::after {width: 70px; right: -80px;}
  .s010202 .theme_tour .top_wrap .title .mtit::before {width: 32px; bottom: 8px; left: -30px;}
}
@media (max-width: 540px) {
  .s010202 .theme_tour .top_wrap.col2 {padding: 50px 0;}
  .s010202 .theme_tour .info_wrap {margin-top: 30px;}
  .s010202 .theme_tour .course_wrap {margin-top: 30px;}
}
/* sub010202 오리숲길 End */

/* sub010203 꾸부랑길 */
.s010203 .block {display: block;}
.s010203 .theme_tour .info_wrap {justify-content: flex-start; margin-top: 50px;}
.s010203 .theme_tour .course_wrap {margin-top: 66px;}
.s010203 .theme_tour .top_wrap .title .mtit::before {left: -53px;bottom: 40px;width: 34px; height: 40px; background-image: url("data:image/svg+xml,%3Csvg width='34' height='40' viewBox='0 0 34 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_877_3843)'%3E%3Cpath d='M24.5816 23.982C24.5308 24.128 24.3384 24.1554 24.2516 24.0289C23.2724 22.5956 22.1077 20.9271 20.9677 20.1425C20.2357 19.6388 19.475 19.2816 18.3054 19.3289C17.3208 19.3688 15.9114 20.2441 15.2558 20.9909C14.8844 21.4139 14.1878 22.7884 14.1469 23.3917C14.0709 24.5126 14.688 25.8269 15.8808 27.0619C16.9177 28.1355 18.0405 28.5679 19.144 29.092C19.3472 29.1887 19.6225 29.2958 19.55 29.511C19.4691 29.7526 19.3097 29.6111 18.8184 29.7382C17.0889 30.1841 15.5335 31.3518 14.7901 32.9869C13.8356 35.0868 14.0384 37.0337 15.6332 38.6085C16.1724 39.1411 17.8703 40.2077 19.2076 39.9661C21.4393 39.5631 22.5502 38.4645 23.1111 37.3536C23.446 36.6905 23.7272 35.9362 23.9082 35.1715C23.965 34.9323 24.2935 34.9169 24.371 35.1496C24.661 36.0244 25.176 36.8374 25.7616 37.5529C26.7664 38.7809 27.5892 39.4863 29.1569 39.2801C30.073 39.1595 31.0916 38.4795 31.7482 37.8199C32.5049 37.0591 33.0249 36.4259 33.1837 35.2771C33.3026 34.4172 33.0194 33.3451 32.5972 32.5918C31.8296 31.2208 31.026 30.4875 29.7819 29.5399C29.4894 29.3172 29.5678 28.8514 29.9171 28.7373C30.4721 28.5555 30.99 28.3657 31.3876 28.1803C32.4778 27.6717 33.2429 26.9797 33.6839 25.6874C34.1866 24.2132 34.2019 22.5776 32.9025 21.0955C32.0679 20.1435 30.4977 19.2323 29.2423 19.3678C27.7688 19.5267 26.8434 20.3512 26.172 21.0283C25.1617 22.0471 25.0044 22.765 24.5816 23.9835V23.982Z' fill='%23FFBE3C'/%3E%3Cpath d='M23.8901 27.3988C24.3627 27.1577 24.9527 27.2703 25.4016 27.5532C26.1795 28.044 26.6072 29.0767 26.3256 29.958C26.0444 30.8393 25.0262 31.4332 24.1491 31.1632C23.9439 31.0999 23.7525 30.9968 23.5759 30.8737C23.2617 30.6545 22.9889 30.3675 22.8197 30.0218C22.5874 29.5475 22.5661 28.9726 22.762 28.4819C22.9578 27.9912 23.3944 27.6514 23.8897 27.3988H23.8901Z' fill='white'/%3E%3Cpath d='M5.57288 7.14991C5.87478 7.29488 6.22058 7.0677 6.21367 6.73043C6.20085 6.10021 6.23932 5.47149 6.45046 4.88263C6.74841 4.05164 7.48243 3.31381 8.35754 3.30285C9.33279 3.2909 10.1314 4.18864 10.3564 5.14717C10.5137 5.81823 10.5621 6.30098 10.5049 6.85996C10.4915 6.99198 10.6568 7.06123 10.7387 6.9576C11.49 6.00605 13.0103 5.6065 14.2515 5.54622C15.4694 5.48693 16.6306 6.12413 17.336 7.124C18.0513 8.13783 18.1352 9.47348 17.5856 10.5874C17.118 11.535 16.5695 12.4975 15.2815 13.185C14.5055 13.599 13.6763 14.0335 12.7464 14.0439C12.4544 14.0469 12.2146 14.2835 12.2146 14.5785C12.2132 16.1961 11.3543 17.7844 10.0135 18.6791C6.60732 20.9519 4.10483 18.3727 3.83845 16.6002C3.6801 15.5455 3.93119 13.749 4.55669 12.3954C4.61687 12.2649 4.52413 12.1144 4.38157 12.1109C3.56812 12.0905 2.74777 12.0422 1.98316 11.7692C1.12088 11.4618 0.325187 10.8146 0.0770589 9.92584C-0.282555 8.63801 0.665562 7.24805 1.90127 6.7658C2.97025 6.34881 4.1655 6.47436 5.57288 7.14991Z' fill='%23FFBE3C'/%3E%3Cpath d='M8.4056 9.00216C8.14662 9.03155 7.85804 9.17005 7.66713 9.41815C7.58278 9.52776 7.40174 9.76739 7.32084 9.99705C7.16792 10.432 7.24241 10.8455 7.50583 11.1972C7.65579 11.3975 7.87629 11.52 8.10272 11.5982C8.40807 11.7039 8.73956 11.7382 9.05478 11.6545C9.3695 11.5708 9.66548 11.3621 9.83666 11.0577C9.93679 10.8799 9.99254 10.6766 10.0271 10.4723C10.0552 10.3069 10.0394 10.0499 9.96491 9.9019C9.80952 9.59252 9.7153 9.41915 9.44942 9.2682C9.16922 9.10927 8.85697 8.94985 8.4056 9.00166V9.00216Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_877_3843'%3E%3Crect width='34' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.s010203 .theme_tour .top_wrap .title .mtit::after {right: -86px;top: -40px;width: 66px; height: 82px; background-image: url("data:image/svg+xml,%3Csvg width='66' height='82' viewBox='0 0 66 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_877_3772)'%3E%3Cpath d='M36.4103 24.8514C43.1047 24.8514 48.5316 19.2882 48.5316 12.4257C48.5316 5.56318 43.1047 0 36.4103 0C29.7159 0 24.2891 5.56318 24.2891 12.4257C24.2891 19.2882 29.7159 24.8514 36.4103 24.8514Z' fill='%2370C957'/%3E%3Cpath d='M48.8869 34.4334C55.5813 34.4334 61.0081 28.8703 61.0081 22.0077C61.0081 15.1452 55.5813 9.58203 48.8869 9.58203C42.1925 9.58203 36.7656 15.1452 36.7656 22.0077C36.7656 28.8703 42.1925 34.4334 48.8869 34.4334Z' fill='%2370C957'/%3E%3Cpath d='M10.3888 40.4703C16.1264 40.4703 20.7777 35.7021 20.7777 29.8201C20.7777 23.9382 16.1264 19.1699 10.3888 19.1699C4.65124 19.1699 0 23.9382 0 29.8201C0 35.7021 4.65124 40.4703 10.3888 40.4703Z' fill='%2370C957'/%3E%3Cpath d='M34.68 33.368C34.68 39.2509 30.0275 44.0182 24.2912 44.0182C18.5549 44.0182 13.9023 39.2509 13.9023 33.368C13.9023 27.4851 18.5549 22.7178 24.2912 22.7178C30.0275 22.7178 34.68 27.4851 34.68 33.368Z' fill='%2370C957'/%3E%3Cpath d='M19.6546 19.8797C19.6546 23.3804 16.8861 26.2184 13.4718 26.2184C10.0575 26.2184 7.28906 23.3804 7.28906 19.8797C7.28906 16.379 10.0575 13.541 13.4718 13.541C16.8861 13.541 19.6546 16.379 19.6546 19.8797Z' fill='%2370C957'/%3E%3Cpath d='M21.4384 22.0077C25.8377 22.0077 29.4041 18.3524 29.4041 13.8432C29.4041 9.33409 25.8377 5.67871 21.4384 5.67871C17.039 5.67871 13.4727 9.33409 13.4727 13.8432C13.4727 18.3524 17.039 22.0077 21.4384 22.0077Z' fill='%2370C957'/%3E%3Cpath d='M23.579 32.6581C27.9783 32.6581 31.5447 29.0027 31.5447 24.4936C31.5447 19.9845 27.9783 16.3291 23.579 16.3291C19.1797 16.3291 15.6133 19.9845 15.6133 24.4936C15.6133 29.0027 19.1797 32.6581 23.579 32.6581Z' fill='%2370C957'/%3E%3Cpath d='M46.8689 35.144C46.8689 39.6541 43.303 43.3085 38.9032 43.3085C34.5034 43.3085 30.9375 39.6541 30.9375 35.144C30.9375 30.6339 34.5034 26.9795 38.9032 26.9795C43.303 26.9795 46.8689 30.6339 46.8689 35.144Z' fill='%2370C957'/%3E%3Cpath d='M54.3995 56.4443C54.3995 60.1687 51.4541 63.1884 47.8208 63.1884C44.1876 63.1884 41.2422 60.1687 41.2422 56.4443C41.2422 52.7199 44.1876 49.7002 47.8208 49.7002C51.4541 49.7002 54.3995 52.7199 54.3995 56.4443Z' fill='%2357AA3C'/%3E%3Cpath d='M12.9833 56.0888C17.6556 56.0888 21.4432 53.3072 21.4432 49.8759C21.4432 46.4447 17.6556 43.6631 12.9833 43.6631C8.31106 43.6631 4.52344 46.4447 4.52344 49.8759C4.52344 53.3072 8.31106 56.0888 12.9833 56.0888Z' fill='%2370C957'/%3E%3Cpath d='M53.6847 48.6318C53.6847 52.3562 50.7393 55.3759 47.106 55.3759C43.4727 55.3759 40.5273 52.3562 40.5273 48.6318C40.5273 44.9074 43.4727 41.8877 47.106 41.8877C50.7393 41.8877 53.6847 44.9074 53.6847 48.6318Z' fill='%2357AA3C'/%3E%3Cpath d='M60.1512 56.7997C60.1512 59.5454 57.9808 61.7683 55.3022 61.7683C52.6236 61.7683 50.4531 59.5426 50.4531 56.7997C50.4531 54.0567 52.6236 51.8311 55.3022 51.8311C57.9808 51.8311 60.1512 54.0567 60.1512 56.7997Z' fill='%2357AA3C'/%3E%3Cpath d='M59.7919 48.6317C59.7919 51.3774 57.6214 53.6003 54.9428 53.6003C52.2642 53.6003 50.0938 51.3746 50.0938 48.6317C50.0938 45.8887 52.2642 43.6631 54.9428 43.6631C57.6214 43.6631 59.7919 45.8887 59.7919 48.6317Z' fill='%2357AA3C'/%3E%3Cpath d='M66.0028 52.8934C66.0028 55.6391 63.8324 57.862 61.1537 57.862C58.4751 57.862 56.3047 55.6364 56.3047 52.8934C56.3047 50.1505 58.4751 47.9248 61.1537 47.9248C63.8324 47.9248 66.0028 50.1505 66.0028 52.8934Z' fill='%2357AA3C'/%3E%3Cpath d='M32.8446 32.6581C37.244 32.6581 40.8103 29.0027 40.8103 24.4936C40.8103 19.9845 37.244 16.3291 32.8446 16.3291C28.4453 16.3291 24.8789 19.9845 24.8789 24.4936C24.8789 29.0027 28.4453 32.6581 32.8446 32.6581Z' fill='%2370C957'/%3E%3Cpath d='M28.9492 18.834L26.8125 78.9997L36.4348 78.4684L31.2657 19.5442L28.9492 18.834Z' fill='%2371523A'/%3E%3Cpath d='M33.0295 55.4489L47.411 49.9043L47.1892 50.7263L31.3477 60.5321' fill='%2371523A'/%3E%3Cpath d='M29.4899 30.9014L20.7548 22.3818L19.8984 23.5478L28.9283 34.9054' fill='%2371523A'/%3E%3Cpath d='M28.5221 51.7271L16.5413 49.3057L16.457 50.7484L30.2377 55.3899' fill='%2371523A'/%3E%3Cpath d='M31.0668 28.8717L40.5712 23.4277L41.0457 24.2582L30.8281 32.5401' fill='%2371523A'/%3E%3Cpath d='M33.3504 4.86259C33.589 4.44038 33.6283 4.00699 33.4262 3.47295C33.2802 3.09268 32.7523 2.48873 32.4126 2.19794C32.3031 2.10288 31.2754 3.91752 31.2445 4.13841C31.1491 4.81506 31.559 5.58677 31.8903 6.21309C31.9549 6.33612 32.9432 5.40503 33.0134 5.32674C33.151 5.17016 33.2633 5.01917 33.3504 4.86539V4.86259Z' fill='%2395DB7F'/%3E%3Cpath d='M41.2459 9.21068C41.6362 8.91989 41.8496 8.54242 41.8805 7.96923C41.9029 7.5638 41.6643 6.79768 41.4734 6.39505C41.4116 6.26643 39.7353 7.51068 39.6174 7.69801C39.2552 8.27959 39.317 9.14917 39.3647 9.85378C39.3731 9.99358 40.6563 9.53782 40.7518 9.49588C40.9399 9.4092 41.1055 9.31414 41.2487 9.21068H41.2459Z' fill='%2395DB7F'/%3E%3Cpath d='M51.2404 15.8117C51.7233 15.7502 52.0939 15.5237 52.4056 15.0428C52.6246 14.6989 52.7959 13.916 52.8296 13.4714C52.8408 13.3288 50.7658 13.5889 50.5693 13.6951C49.9684 14.025 49.5894 14.8107 49.2833 15.4482C49.2215 15.5741 50.5637 15.8089 50.6676 15.8173C50.8753 15.8341 51.0663 15.8341 51.2404 15.8117Z' fill='%2395DB7F'/%3E%3Cpath d='M55.376 23.9452C55.8477 24.0682 56.2773 23.9955 56.7434 23.6628C57.0747 23.4251 57.5267 22.7624 57.7261 22.3626C57.7907 22.234 55.7662 21.7055 55.5444 21.7335C54.8621 21.8146 54.2192 22.4073 53.6941 22.8827C53.5902 22.9777 54.747 23.6907 54.8397 23.7383C55.025 23.8305 55.2019 23.9004 55.3732 23.9452H55.376Z' fill='%2395DB7F'/%3E%3Cpath d='M50.8675 30.2505C51.2241 30.5777 51.6368 30.7175 52.2068 30.6448C52.6111 30.5917 53.3243 30.217 53.6865 29.9569C53.8045 29.8731 52.2686 28.4583 52.0608 28.3772C51.4206 28.1283 50.5727 28.3492 49.8848 28.5226C49.75 28.5589 50.4323 29.7305 50.4913 29.8143C50.612 29.9849 50.7355 30.1275 50.8647 30.2477L50.8675 30.2505Z' fill='%2395DB7F'/%3E%3Cpath d='M46.9843 47.276C47.1865 46.8342 47.1893 46.4008 46.9422 45.8863C46.7653 45.5201 46.1869 44.9636 45.8247 44.698C45.7096 44.6141 44.8363 46.5071 44.8223 46.728C44.7858 47.4102 45.2575 48.1456 45.6394 48.7411C45.7152 48.8586 46.6221 47.8464 46.6839 47.7653C46.8074 47.5975 46.9085 47.4382 46.9815 47.276H46.9843Z' fill='%2370C957'/%3E%3Cpath d='M54.1012 49.0313C54.5364 48.816 54.8116 48.4805 54.9463 47.9241C55.039 47.5298 54.9435 46.733 54.8284 46.3024C54.7919 46.1626 52.9191 47.0909 52.7675 47.2558C52.307 47.7647 52.2115 48.6315 52.1329 49.3333C52.1189 49.4731 53.461 49.2522 53.5621 49.2271C53.7643 49.1739 53.944 49.1124 54.1012 49.0341V49.0313Z' fill='%2370C957'/%3E%3Cpath d='M49.2638 54.1295C49.7467 54.0708 50.1202 53.8443 50.4318 53.3662C50.6536 53.025 50.8249 52.2421 50.8614 51.7976C50.8727 51.655 48.7977 51.9066 48.6011 52.0129C47.9975 52.34 47.6184 53.1257 47.3068 53.7604C47.245 53.8862 48.5871 54.1267 48.6882 54.1351C48.896 54.1518 49.0869 54.1518 49.261 54.1323L49.2638 54.1295Z' fill='%2370C957'/%3E%3Cpath d='M61.0528 53.6038C61.5385 53.6289 61.9457 53.4723 62.336 53.0557C62.6139 52.7565 62.9228 52.0184 63.0351 51.585C63.0716 51.4452 60.9826 51.3334 60.772 51.4033C60.1206 51.6186 59.6096 52.3288 59.1912 52.8991C59.1098 53.0138 60.3873 53.4807 60.4856 53.5087C60.6878 53.5618 60.8759 53.5954 61.05 53.6038H61.0528Z' fill='%2370C957'/%3E%3Cpath d='M55.2559 56.7541C55.7417 56.7793 56.1488 56.6227 56.5391 56.2061C56.8171 55.9069 57.1231 55.166 57.2382 54.7354C57.2747 54.5956 55.1857 54.4837 54.9751 54.5536C54.3237 54.7689 53.8127 55.4791 53.3944 56.0495C53.3129 56.1642 54.5905 56.6311 54.6887 56.6591C54.8909 56.7122 55.079 56.7458 55.2559 56.7541Z' fill='%2370C957'/%3E%3Cpath d='M46.6778 60.4032C47.0176 60.7499 47.4219 60.9121 47.9947 60.8674C48.4018 60.8366 49.1346 60.5011 49.5109 60.2606C49.6316 60.1851 48.1772 58.6892 47.9722 58.597C47.3461 58.3146 46.4869 58.4879 45.7934 58.6249C45.6558 58.6529 46.2735 59.8608 46.3297 59.9475C46.442 60.1236 46.5571 60.2746 46.6806 60.4004L46.6778 60.4032Z' fill='%2370C957'/%3E%3Cpath d='M11.5269 35.7141C11.9565 35.9406 12.3917 35.9713 12.9224 35.756C13.3014 35.6022 13.8939 35.0626 14.1803 34.7187C14.2729 34.6096 12.4282 33.6254 12.2064 33.6002C11.5241 33.522 10.7604 33.947 10.1399 34.2909C10.0163 34.358 10.9766 35.3226 11.0552 35.3897C11.2152 35.5239 11.3697 35.633 11.5269 35.7141Z' fill='%2395DB7F'/%3E%3Cpath d='M46.8889 20.5234C47.3691 20.6017 47.7902 20.4899 48.2254 20.1152C48.5343 19.8496 48.919 19.145 49.079 18.7284C49.1323 18.5942 47.0658 18.2558 46.8468 18.3034C46.1757 18.4488 45.5889 19.0975 45.1144 19.6203C45.0217 19.7238 46.2403 20.3277 46.3358 20.3669C46.5295 20.4424 46.712 20.4955 46.8889 20.5234Z' fill='%2395DB7F'/%3E%3Cpath d='M40.6794 31.9593C40.9574 32.3564 41.3308 32.5801 41.9036 32.6304C42.3108 32.6667 43.0857 32.4542 43.4985 32.2781C43.6304 32.2222 42.4399 30.511 42.2518 30.3879C41.6818 30.0105 40.8058 30.0412 40.0954 30.0636C39.955 30.0692 40.3678 31.361 40.4071 31.456C40.4885 31.6462 40.5755 31.8139 40.6766 31.9593H40.6794Z' fill='%2395DB7F'/%3E%3Cpath d='M35.6805 38.6442C35.6243 39.1251 35.7535 39.5389 36.1466 39.9555C36.4273 40.2519 37.1489 40.6042 37.5729 40.7468C37.7105 40.7915 37.9604 38.7252 37.9014 38.5099C37.7274 37.8501 37.0507 37.2937 36.506 36.8435C36.3965 36.754 35.8433 37.9927 35.8096 38.0905C35.7422 38.2863 35.6973 38.4708 35.6749 38.6469L35.6805 38.6442Z' fill='%2395DB7F'/%3E%3Cpath d='M16.2043 45.9618C15.9319 45.5592 15.5641 45.3299 14.9941 45.2684C14.587 45.2264 13.8092 45.425 13.3937 45.5927C13.2589 45.6458 14.4213 47.3794 14.6066 47.5052C15.171 47.8939 16.047 47.8771 16.7546 47.8659C16.895 47.8659 16.5047 46.563 16.4682 46.4679C16.3896 46.275 16.3053 46.1044 16.2071 45.959L16.2043 45.9618Z' fill='%2395DB7F'/%3E%3Cpath d='M9.96988 47.2929C9.69753 46.8902 9.32971 46.6609 8.75972 46.5994C8.35259 46.5575 7.57484 46.756 7.15928 46.9238C7.02451 46.9769 8.18693 48.7105 8.37225 48.8363C8.93662 49.2249 9.81265 49.2082 10.5202 49.197C10.6606 49.197 10.2703 47.894 10.2338 47.7989C10.1552 47.606 10.071 47.4355 9.97269 47.2901L9.96988 47.2929Z' fill='%2395DB7F'/%3E%3Cpath d='M8.67246 51.7351C8.22321 51.5506 7.78801 51.5645 7.2798 51.8302C6.91759 52.0203 6.3813 52.6159 6.13141 52.9849C6.04998 53.1024 7.98174 53.902 8.20637 53.9048C8.89147 53.916 9.61307 53.4183 10.1943 53.0157C10.3094 52.9346 9.2621 52.0706 9.17506 52.0119C9.00378 51.8945 8.83812 51.8022 8.67246 51.7323V51.7351Z' fill='%2395DB7F'/%3E%3Cpath d='M13.9342 49.6052C13.4849 49.4207 13.0497 49.4347 12.5415 49.7003C12.1793 49.8904 11.643 50.486 11.3931 50.8551C11.3117 50.9725 13.2435 51.7722 13.4681 51.775C14.1532 51.7861 14.8748 51.2884 15.456 50.8858C15.5711 50.8047 14.5238 49.9407 14.4368 49.882C14.2655 49.7646 14.0998 49.6723 13.9342 49.6052Z' fill='%2395DB7F'/%3E%3Cpath d='M15.3326 52.5466C14.8637 52.678 14.5295 52.9576 14.2965 53.4777C14.1308 53.8496 14.0775 54.6492 14.1112 55.0938C14.1224 55.2364 16.1356 54.6744 16.3125 54.5374C16.8572 54.1236 17.1155 53.2904 17.3233 52.6137C17.3654 52.4795 16.0036 52.4459 15.8997 52.4543C15.692 52.4683 15.5038 52.4963 15.3326 52.5438V52.5466Z' fill='%2395DB7F'/%3E%3Cpath d='M46.4958 26.4288C46.9759 26.5071 47.3971 26.398 47.8323 26.0262C48.1412 25.7605 48.5314 25.0587 48.6915 24.6421C48.7448 24.5079 46.6811 24.164 46.4621 24.2115C45.791 24.3541 45.2014 25 44.7241 25.5229C44.6286 25.6263 45.8472 26.2331 45.9427 26.2722C46.1364 26.3477 46.3189 26.4008 46.493 26.4316L46.4958 26.4288Z' fill='%2395DB7F'/%3E%3Cpath d='M42.5174 16.6844C42.947 16.4551 43.2137 16.1112 43.3289 15.5519C43.4103 15.1549 43.2895 14.3608 43.1632 13.933C43.1239 13.796 41.2764 14.7746 41.1304 14.9452C40.6867 15.4653 40.6137 16.3348 40.5548 17.0395C40.5435 17.1793 41.88 16.922 41.9811 16.8941C42.1805 16.8353 42.3602 16.7682 42.5146 16.6844H42.5174Z' fill='%2395DB7F'/%3E%3Cpath d='M35.5266 13.751C35.7933 13.3456 35.8607 12.9178 35.695 12.3698C35.5743 11.9811 35.0886 11.3436 34.7713 11.0276C34.6702 10.927 33.5218 12.6661 33.4769 12.887C33.3365 13.5553 33.6931 14.3522 33.9795 14.9981C34.0356 15.1267 35.0858 14.2627 35.1588 14.19C35.3076 14.0446 35.4283 13.8992 35.5266 13.751Z' fill='%2395DB7F'/%3E%3Cpath d='M36.4794 22.5506C36.909 22.3213 37.1758 21.9774 37.2937 21.4182C37.3751 21.0211 37.2544 20.227 37.128 19.7992C37.0887 19.6622 35.2412 20.6409 35.0952 20.8114C34.6516 21.3315 34.5786 22.2011 34.5196 22.9057C34.5084 23.0455 35.8449 22.7882 35.946 22.7603C36.1453 22.7016 36.325 22.6344 36.4794 22.5506Z' fill='%2395DB7F'/%3E%3Cpath d='M28.9174 13.8966C29.0381 13.4269 28.9651 12.9991 28.6338 12.5349C28.3951 12.205 27.7297 11.7576 27.3253 11.5591C27.1962 11.4948 26.6683 13.5108 26.6964 13.7317C26.7806 14.4111 27.3731 15.0514 27.8532 15.5715C27.9487 15.6749 28.6647 14.5202 28.7124 14.4279C28.805 14.2433 28.8752 14.0672 28.9202 13.8966H28.9174Z' fill='%2395DB7F'/%3E%3Cpath d='M25.0622 19.6064C24.9134 19.1451 24.6214 18.8235 24.0907 18.6054C23.7117 18.4544 22.9087 18.4293 22.4622 18.4768C22.319 18.4908 22.9564 20.476 23.0968 20.6493C23.532 21.1778 24.3771 21.4043 25.0622 21.5888C25.197 21.6252 25.183 20.2691 25.1746 20.1656C25.1521 19.9587 25.1184 19.7742 25.0651 19.6036L25.0622 19.6064Z' fill='%2395DB7F'/%3E%3Cpath d='M22.449 11.3213C22.3002 10.8599 22.0082 10.5384 21.4775 10.3203C21.0985 10.1693 20.2955 10.1441 19.849 10.1916C19.7058 10.2056 20.3404 12.1908 20.4836 12.3642C20.9188 12.8926 21.7639 13.1191 22.449 13.3037C22.5838 13.34 22.5698 11.9839 22.5613 11.8805C22.5389 11.6736 22.5052 11.489 22.4518 11.3185L22.449 11.3213Z' fill='%2395DB7F'/%3E%3Cpath d='M17.6286 16.8242C17.4798 16.3628 17.1878 16.0413 16.6572 15.8232C16.2781 15.6722 15.4751 15.647 15.0286 15.6946C14.8854 15.7086 15.5228 17.6938 15.6632 17.8671C16.0984 18.3956 16.9435 18.6221 17.6286 18.8066C17.7634 18.8429 17.7494 17.4869 17.741 17.3834C17.7185 17.1765 17.6848 16.9919 17.6315 16.8214L17.6286 16.8242Z' fill='%2395DB7F'/%3E%3Cpath d='M13.0543 21.4372C12.7202 21.0849 12.3159 20.9199 11.7431 20.9535C11.336 20.9786 10.6003 21.303 10.2185 21.5407C10.0949 21.6161 11.5325 23.1316 11.7347 23.2267C12.3552 23.5175 13.2172 23.3553 13.9135 23.2267C14.0511 23.2015 13.4502 21.9852 13.3969 21.8958C13.2874 21.7196 13.1751 21.5658 13.0543 21.4372Z' fill='%2395DB7F'/%3E%3Cpath d='M21.9762 31.4616C21.6421 31.1093 21.2377 30.9443 20.665 30.9779C20.2578 31.0031 19.5222 31.3274 19.1403 31.5651C19.0168 31.6406 20.4544 33.156 20.6565 33.2511C21.2771 33.5419 22.1391 33.3797 22.8354 33.2511C22.973 33.2259 22.3721 32.0096 22.3188 31.9202C22.2092 31.744 22.0969 31.5902 21.9762 31.4616Z' fill='%2395DB7F'/%3E%3Cpath d='M22.7063 38.183C22.2234 38.1354 21.8078 38.2697 21.3979 38.6695C21.1058 38.9547 20.7605 39.6789 20.6257 40.1039C20.5808 40.2409 22.6614 40.4562 22.8776 40.3947C23.5374 40.2101 24.0849 39.5279 24.5286 38.9799C24.6156 38.8708 23.3633 38.3396 23.265 38.3088C23.0657 38.2445 22.8804 38.2025 22.7035 38.1858L22.7063 38.183Z' fill='%2395DB7F'/%3E%3Cpath d='M13.1832 27.6755C12.8491 27.3232 12.4448 27.1582 11.872 27.1918C11.4649 27.2169 10.7292 27.5413 10.3474 27.7761C10.2238 27.8516 11.6586 29.3671 11.8636 29.4622C12.4841 29.753 13.3461 29.5908 14.0424 29.4622C14.18 29.437 13.5791 28.2207 13.5258 28.1312C13.4163 27.9551 13.304 27.8013 13.1832 27.6727V27.6755Z' fill='%2395DB7F'/%3E%3Cpath d='M5.30254 29.7922C4.84206 29.6384 4.40685 29.6775 3.9183 29.9767C3.57013 30.1892 3.07315 30.8183 2.84572 31.2042C2.77272 31.3272 4.75221 31.9983 4.97683 31.9871C5.66194 31.9535 6.34704 31.4111 6.90298 30.9721C7.01249 30.8854 5.90902 30.0914 5.81917 30.0382C5.63947 29.932 5.4682 29.8509 5.29973 29.7922H5.30254Z' fill='%2395DB7F'/%3E%3Cpath d='M33.3707 48.2764C32.5088 48.6678 32.4498 50.3483 33.6094 50.2867' stroke='%239B765D' stroke-width='2.07' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.4902 46.7393C30.0479 47.1699 30.4438 52.4991 33.8468 52.4181' stroke='%239B765D' stroke-width='2.07' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32.6562 43.1904V44.2557' stroke='%239B765D' stroke-width='2.07' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.8281 42.0078V43.3108' stroke='%239B765D' stroke-width='2.07' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.7352 59.875C28.6959 60.5572 28.9149 61.2031 28.8532 61.8854' stroke='%239B765D' stroke-width='2.07' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.043 61.2949V63.0704' stroke='%239B765D' stroke-width='2.07' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.8047 34.3164V35.7368' stroke='%239B765D' stroke-width='2.07' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.875 33.251C30.9059 33.7347 30.9648 34.1877 30.9929 34.6714' stroke='%239B765D' stroke-width='2.07' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.2007 69.8145C34.1501 70.547 34.4758 71.2153 34.4393 71.9451' stroke='%239B765D' stroke-width='2.07' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.1328 71.5908C33.1384 72.192 33.3041 72.7596 33.2507 73.3663' stroke='%239B765D' stroke-width='2.07' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.97411 75.8575C10.0178 74.8888 8.89443 74.4276 9.00808 73.4391C9.76648 73.865 10.2167 74.4607 10.8177 75.0786C11.1456 74.3659 11.3729 73.534 11.9127 73C12.293 73.7193 12.4525 74.4078 12.5028 75.1911C12.9989 74.827 13.5475 74.3681 13.9999 73.9047C14.0065 74.4519 13.5169 75.6479 13.3617 75.7472' fill='%23BDDB9A'/%3E%3Cg clip-path='url(%23clip1_877_3772)'%3E%3Cpath d='M46.7532 82C46.8319 80.305 44.81 79.4981 45.0145 77.7683C46.3795 78.5135 47.1898 79.556 48.2715 80.6371C48.8616 79.39 49.2707 77.9344 50.2423 77C50.9267 78.2587 51.2138 79.4633 51.3043 80.834C52.1972 80.1969 53.1846 79.3938 53.9988 78.583C54.0106 79.5405 53.1295 81.6332 52.8502 81.8069' fill='%23BDDB9A'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_877_3772'%3E%3Crect width='66' height='82' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_877_3772'%3E%3Crect width='9' height='5' fill='white' transform='translate(45 77)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.s010203 .theme_tour .top_wrap.col2 .title {width: 100%;}
.s010203 .theme_tour .top_wrap.col2 {gap: 50px; padding: 96px 0 94px;}
.s010203 .theme_tour .top_wrap.col2 .left-wrap {width: calc(48% - 50px); margin: 36px 0 0;}
.s010203 .theme_tour .top_wrap.col2 .img {width: 52%;}
.s010203 .theme_tour .con_wrap .story_wrap .story_list:first-child::before {right: calc(50% + 86px);bottom: -55px;width: 391px;height: 320px;background-image: url("data:image/svg+xml,%3Csvg width='391' height='320' viewBox='0 0 391 320' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M192.446 171.377C196.534 160.839 241.189 152.558 257.128 190.146C270.066 220.645 207.527 241.027 217.515 257.004C196.682 242.896 217.608 240.074 192.535 220.612C167.46 201.15 145.573 167.258 153.508 154.999C162.898 140.49 192.446 171.377 192.446 171.377Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M164.117 171.797C166.214 170.759 170.502 163.612 186.224 176.435C189.045 178.738 191.862 178.991 195.064 178.984C191.707 169.192 176.92 155.58 180.205 144.311C180.662 142.744 182.854 143.338 182.666 144.938C181.712 152.995 187.86 160.797 191.892 167.241C194.034 170.667 195.811 174.29 197.368 178.009C197.516 177.956 231.942 153.803 248.398 195.122C248.494 195.369 231.679 156.057 198.356 180.154C199.02 181.895 200.817 187.41 201.416 189.174C201.913 189.026 222.404 187.163 232.42 203.758C232.528 203.939 226.443 197.083 220.212 194.029C214.275 191.115 204.332 190.488 202.038 191.115C203.789 196.574 205.767 202.451 207.357 207.953C207.538 207.946 225.103 213.668 224.82 226.364C224.814 226.603 221.18 212.078 208.104 210.61C208.884 213.458 210.161 220.904 210.336 221.998C213.354 225.283 218.643 229.661 217.573 234.556C217.537 234.72 216.635 227.609 210.378 223.851C210.23 230.972 212.228 238.98 213.061 246.184C213.067 246.236 212.988 246.246 212.969 246.197C208.542 234.355 209.338 216.115 204.448 205.588C203.236 207.016 201.755 208.159 200.317 209.411C196.766 212.512 197.444 217.455 199.814 221.003C199.833 221.036 199.787 221.072 199.761 221.046C197.71 218.851 196.407 215.872 197.033 212.807C197.915 208.481 201.637 206.957 203.779 203.443C202.427 199.182 201.196 195.47 199.781 191.24C198.741 192.403 194.005 194.492 190.546 196.193C186.8 198.036 184.895 202.552 184.47 206.507C184.467 206.543 184.417 206.553 184.404 206.517C182.992 202.342 185.905 196.65 189.578 194.958C192.971 193.395 197.947 190.642 198.876 189.229C198.217 187.364 196.549 182.647 195.795 180.847C183.384 183.639 176.525 162.856 164.15 171.853C164.121 171.876 164.091 171.81 164.124 171.794L164.117 171.797Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M281.844 205.144C280.758 188.556 316.879 159.489 359.418 201.475C402.73 244.226 364.519 275.898 389.341 299.308C350.239 285.318 345.483 291.881 311.87 279.567C274.58 265.902 238.361 232.936 246.299 210.16C251.69 194.682 281.847 205.147 281.847 205.147L281.844 205.144Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M341.26 260.791C336.073 256.491 321.815 239.397 309.394 229.871C300.337 246.844 324.228 275.23 324.08 275.076C318.044 268.776 299.116 248.663 307.397 228.032C306.399 227.129 300.515 222.297 298.468 220.963C295.068 221.834 282.492 223.594 286.474 239.752C288.479 247.888 294.107 254.816 297.944 262.2C297.987 262.279 297.882 262.354 297.829 262.279C292.359 254.619 280.145 239.292 286.172 225.926C287.521 222.931 292.925 219.843 296.717 219.452C294.617 217.54 291.862 215.967 290.111 214.962C288.785 215.402 285.276 215.905 281.597 218.273C268.554 226.669 272.793 249.967 272.753 249.816C268.317 232.115 275.363 222.083 277.167 220.119C275.933 220.122 274.715 220.076 273.415 220.457C271.019 221.163 263.775 224.803 262.182 237.393C262.172 237.452 262.093 237.462 262.087 237.4C261.688 232.217 265.845 217.787 278.335 218.936C280.346 216.19 285.606 214.055 288.377 213.474C282.93 210.366 275.084 201.843 252.019 196.117C246.832 194.83 245.808 191.486 248.882 190.609C252.098 189.696 256.683 191.476 259.747 192.543C263.446 193.834 279.178 202.894 286.445 207.502C286.478 207.489 296.246 200.22 304.908 197.175C313.821 194.045 323.267 197.119 332.005 198.932C332.094 198.952 332.067 199.083 331.979 199.07C322.671 197.71 306.488 192.839 287.926 208.987C288.262 209.243 297.207 215.346 297.674 216.144C316.125 218.677 339.084 204.319 354.082 220.437C354.102 220.46 354.076 220.493 354.053 220.474C337.751 206.1 318.577 219.823 300.123 218.187C301.713 219.321 312.35 229.083 315.835 232.407C322.832 233.301 327.526 233.057 329.783 232.673C354.5 228.452 361.487 233.57 365.987 242.117C366.042 242.222 358.433 230.479 340.569 232.92C336.145 233.524 325.88 236.037 317.988 234.477C321.496 237.873 324.962 241.319 328.496 244.672C330.735 246.798 332.851 249.058 334.964 251.317C339.762 249.107 345.394 249.363 350.501 250.191C355.912 251.068 362.05 253.032 365.644 257.388C365.99 257.805 353.638 247.077 336.336 252.779C340.904 257.644 345.578 262.377 351.545 265.646C357.926 269.14 367.362 272.231 370.433 279.481C370.495 279.629 368.896 274.55 354.155 268.263C352.358 267.498 344.558 263.369 343.05 262.213C341.849 270.238 346.002 276.567 349.995 283.393C350.06 283.501 341.642 275.29 341.266 260.791H341.26Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M299.774 164.163C313.399 154.838 315.608 138.532 319.35 123.817C321.505 115.332 323.99 93.873 336.217 93.8205C333.627 93.8303 329.348 88.9853 326.877 87.8488C323.194 86.1572 320.238 85.9863 316.852 83.5688C309.157 78.0734 304.895 77.515 294.939 77.8632C281.843 78.3197 269.837 75.3109 257.228 80.2643C244.495 85.2637 233.189 93.1701 226.669 105.465C219.978 118.091 227.305 128.258 233.963 138.634C241.644 150.607 236.388 164.899 249.678 173.361C255.948 177.348 260.408 177.795 267.53 177.539C274.882 177.279 278.71 171.456 284.966 169.018C287.399 168.072 295.479 167.103 299.774 164.163Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M272.642 84.1761C268.555 91.8328 272.909 103.458 273.004 103.527C271.013 110.306 272.534 119.967 272.55 120.088C265.063 126.398 258.26 130.366 252.194 133.296C253.902 128.369 253.359 122.637 251.618 117.75C246.408 103.136 250.127 96.9801 251.638 92.5259C251.677 92.411 251.513 92.342 251.45 92.4405C247.313 98.9805 246.797 105.928 248.673 113.289C250.368 119.95 253.07 128.08 249.571 134.525C248.682 134.929 247.817 135.307 246.964 135.674C242.953 132.468 241.583 131.201 239.747 128.425C236.949 124.201 236.271 120.223 235.291 115.381C235.277 115.316 235.179 115.339 235.189 115.404C235.919 120.341 236.018 129.745 245.691 136.213C240.965 138.22 236.785 139.83 233.201 141.85C228.228 144.655 223.936 147.831 219.164 150.85C217.176 152.108 218.966 155.343 220.931 154.049C225.302 151.172 228.498 148.133 233.787 145.21C236.936 143.469 244.072 140.762 251.809 137.248C251.835 137.254 251.858 137.268 251.888 137.274C256.466 138.302 258.586 140.418 261.008 144.366C262.39 146.619 263.776 148.856 265.55 150.784C265.422 150.857 262.324 163.72 270.954 167.819C271.03 167.855 271.089 167.727 271.013 167.688C265.58 164.741 264.763 157.071 266.471 151.717C266.87 152.092 277.701 159.699 290.655 158.099C290.774 158.086 272.794 157.528 265.761 149.139C262.334 145.056 260.162 137.915 254.847 135.839C260.416 133.194 270.852 126.894 271.03 126.891C278.58 126.723 284.81 128.093 291.57 131.467C296.221 133.786 300.341 134.768 305.153 132.36C305.186 132.344 305.163 132.291 305.13 132.301C298.195 134.498 293.611 131.214 287.598 128.267C282.783 125.909 277.8 125.245 272.557 125.216C276.589 121.757 282.203 115.437 286.331 111.167C286.383 111.183 289.832 110.329 293.318 110.802C298.541 111.508 304.508 114.051 309.708 113.203C309.774 113.194 309.78 113.098 309.708 113.098C302.122 113.184 295.704 108.06 288.216 109.255C290.573 106.926 293.232 104.932 295.793 102.692C307.987 92.0135 324.94 92.2664 324.736 92.2172C315.454 90.0788 306.423 93.2223 298.531 98.0476C298.696 89.8554 305.87 85.3455 305.768 85.3783C299.084 87.5265 296.806 98.3268 297.007 99.0067C287.249 105.35 274.864 118.065 274.683 118.223C272.968 108.109 274.071 103.382 276.905 95.837C277.974 92.9924 280.288 88.0751 282.677 84.1892C282.75 84.0677 275.341 91.4879 273.416 101.612C269.703 91.2909 272.679 84.0775 272.629 84.1728L272.642 84.1761Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M141.947 304.162C181.586 297.931 207.863 239.449 197.644 223.127C189.663 210.382 175.646 208.083 163.593 214.889C145.278 201.05 118.208 221.672 114.778 239.295C112.636 250.302 111.484 266.328 113.162 277.378C116.18 297.218 100.837 301.423 101.406 318.671C116.233 300.982 134.835 305.279 141.947 304.162Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M195.152 243.868C189.449 225.112 170.933 220.431 164.274 220.963C164.989 211.815 166.618 203.784 173.704 195.575C177.067 191.676 173.858 190.224 169.998 195.099C166.782 199.159 162.537 202.161 160.829 220.569C152.502 218.611 133.505 220.204 124.56 239.955C136.023 218.825 156.004 221.492 160.865 222.408C160.624 225.207 160.305 227.933 160.19 231.445C148.865 240.212 124.925 232.088 119.267 257.328C127.002 233.195 149.609 239.936 160.144 233.087C160.509 235.39 159.361 243.444 157.597 247.701C147.423 253.909 127.788 247.947 122.229 268.71C129.309 249.393 146.903 254.412 156.507 250.197C153.535 256.524 148.881 261.953 143.102 267.932C138.807 266.263 124.425 268.102 118.484 281.222C125.741 267.846 137.836 267.997 142.447 268.608C132.057 279.284 118.204 291.868 103.996 314.454C103.996 314.454 118.846 293.142 139.347 275.322C141.47 278.397 146.272 287.67 137.171 299.331C146.502 289.417 142.891 277.484 139.883 274.777C142.773 271.85 148.888 265.98 149.128 265.747C151.676 269.2 159.821 282.401 148.891 297.8C159.871 284.467 153.351 268.06 150.073 264.887C154.73 260.252 157.126 256.537 159.18 251.846C162.754 260.472 178.288 266.421 170.906 284.244C180.174 266.371 162.784 260.127 160.019 249.803C161.513 246.026 162.392 242.245 162.948 238.481C168.388 240.07 183.498 246.295 184.779 266.568C184.943 247.947 169.145 237.942 163.09 237.469C163.754 232.522 163.919 227.611 164.268 222.779C169.672 222.589 187.349 223.594 195.143 243.864L195.152 243.868Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.046 212.564C0.219905 205.039 10.7452 199.822 14.6288 194.767C39.7735 162.045 77.9613 152.358 97.0569 161.621C108.573 167.211 116.126 176.619 126.562 183.346C113.398 197.25 103.61 204.766 85.0012 209.851C65.0894 215.29 58.3392 217.333 39.0231 210.793C32.2663 208.504 26.6186 204.779 19.4965 203.708C16.2118 203.216 5.76558 203.124 1.0427 212.564H1.046Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M145.584 186.246C134.572 180.846 122.921 180.541 111.273 182.104C111.25 182.068 111.24 182.015 111.198 181.999C102.232 178.892 96.1798 172.339 93.0992 169.717C87.886 165.283 81.6524 161.591 74.5829 163.338C74.5072 163.358 74.5204 163.48 74.6027 163.476C83.4231 163.302 88.8931 168.029 94.8008 173.945C97.2198 176.366 101.653 180.373 106.554 182.827C101.653 183.674 96.7689 184.771 91.9506 185.885C83.7325 181.707 77.8379 172.693 67.7998 172.7C67.7734 172.7 67.7668 172.736 67.7932 172.746C81.5866 177.709 85.9869 184.762 88.6495 186.65C82.4851 188.592 75.1523 189.163 70.1398 189.485C70.1398 189.485 65.3281 182.36 50.1655 179.444C50.1227 179.434 50.1096 179.496 50.1491 179.509C53.177 180.35 64.265 184.312 67.3719 189.646C49.1123 188.825 29.5462 190.871 20.4427 195.818C20.3275 195.88 20.4065 196.084 20.5316 196.035C35.5526 189.922 51.6268 191.614 67.5036 191.492C68.0861 199.185 53.2954 206.257 53.4929 206.195C60.727 203.944 67.6549 198.817 69.7152 191.459C74.1682 191.37 78.6048 191.108 82.9952 190.447C92.5463 189.015 102.417 186.328 112.218 185.054C111.51 191.637 104.602 192.064 100.771 196.317C100.567 196.544 113.788 191.824 114.673 184.768C124.599 183.733 134.424 184.384 143.738 189.518C145.867 190.69 147.759 187.31 145.587 186.243L145.584 186.246Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M87.5061 83.9068C89.6882 82.5568 92.5055 84.1893 93.9997 86.1667C98.8641 92.6015 98.8147 98.5699 100.013 103.017C102.06 110.635 114.945 132.39 110.443 135.632C105.548 139.156 81.4075 123.255 77.8136 120.098C72.5246 115.457 64.9581 101.421 71.241 95.0355C71.9848 94.2768 74.5125 94.1125 75.2431 92.9859C75.9277 91.9282 74.6738 89.7931 74.8416 88.7814C75.5426 84.4882 83.7542 86.2324 87.5094 83.9068H87.5061Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.7097 126.181C48.8084 129.056 43.9473 132.229 44.9906 135.641C45.9747 138.857 49.2297 137.261 50.1644 140.408C51.2241 143.965 53.1594 147.007 57.1647 147.27C65.7877 147.828 87.0423 143.712 92.137 139.803C95.6158 137.136 108.402 139.573 110.15 136.4C109.462 129.762 77.2147 119.418 73.884 118.485C65.3368 116.094 48.3707 116.301 48.7097 126.185V126.181Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M91.8868 99.3315C92.6997 105.73 93.9504 112.145 96.4747 118.114C98.9234 123.895 102.86 129.042 106.664 133.986C107.754 135.401 109.745 133.874 108.609 132.488C106.783 130.257 104.848 128.208 102.794 126.184C100.678 124.095 99.1209 121.326 97.8669 118.659C95.0299 112.631 93.7101 105.891 92.8413 99.3315C92.7623 98.7304 91.8045 98.7205 91.8835 99.3315H91.8868Z' fill='%23EEEEEE'/%3E%3Cpath d='M83.1083 105.94C85.3068 111.593 88.8218 116.56 92.8107 121.093C97.0432 125.898 101.822 130.638 106.841 134.623C107.828 135.408 109.237 134.018 108.24 133.227C103.517 129.475 98.8073 125.957 94.6374 121.569C90.2337 116.934 86.304 111.685 83.9113 105.72C83.7139 105.231 82.9141 105.438 83.1083 105.94Z' fill='%23EEEEEE'/%3E%3Cpath d='M99.8005 105.327C99.4155 110.671 99.8993 116.029 101.568 121.143C102.223 123.15 103.19 125.039 104.247 126.862C105.442 128.921 106.584 131.033 107.821 133.063C108.723 134.538 111.096 133.053 110.089 131.739C108.812 130.074 107.262 128.662 105.991 126.986C104.566 125.108 103.375 123.087 102.562 120.87C100.775 115.992 100.297 110.487 100.449 105.327C100.462 104.903 99.8269 104.913 99.7972 105.327H99.8005Z' fill='%23EEEEEE'/%3E%3Cpath d='M73.2094 114.764C75.5165 116.636 77.8269 118.393 80.3941 119.898C83.0764 121.471 85.8607 122.861 88.6056 124.316C94.352 127.361 100.029 130.297 104.732 134.883C105.634 135.76 106.997 134.4 106.111 133.506C101.721 129.056 96.0997 125.817 90.452 123.215C84.7286 120.581 78.5839 118.144 73.4233 114.491C73.262 114.376 73.058 114.642 73.2094 114.767V114.764Z' fill='%23EEEEEE'/%3E%3Cpath d='M71.5811 123.324C82.498 127.265 94.4747 128.034 104.427 134.413C105.29 134.965 106.086 133.592 105.227 133.05C100.307 129.936 94.8927 128.021 89.2615 126.628C83.4558 125.193 77.5119 124.348 71.8181 122.483C71.2783 122.305 71.0611 123.136 71.5844 123.324H71.5811Z' fill='%23EEEEEE'/%3E%3Cpath d='M74.5126 130.323C76.2273 130.481 77.8795 130.75 79.6073 130.718C81.5195 130.681 83.435 130.675 85.3472 130.718C88.3027 130.78 91.2417 131.03 94.1676 131.437C96.376 131.746 98.5679 132.16 100.711 132.774C102.689 133.339 104.973 134.13 106.141 135.937C106.779 136.922 108.287 136.055 107.717 135.017C106.773 133.29 104.792 132.39 103.037 131.71C100.582 130.757 97.9163 130.314 95.3195 129.942C92.4331 129.532 89.5336 129.279 86.6209 129.203C84.4981 129.147 82.3654 129.226 80.2425 129.308C78.2645 129.384 76.4248 129.772 74.4764 130.077C74.3283 130.1 74.3809 130.31 74.5093 130.323H74.5126Z' fill='%23EEEEEE'/%3E%3Cpath d='M74.0619 136.646C76.2275 137.569 79.0448 136.518 81.1314 135.776C83.8006 134.827 86.3545 133.605 89.1224 132.951C92.1931 132.225 95.6785 132.58 98.7393 133.171C100.395 133.493 102.011 134.022 103.558 134.682C104.785 135.204 106.013 136.278 107.379 136.223C107.698 136.209 107.856 135.897 107.724 135.621C107.125 134.377 105.522 133.9 104.318 133.381C102.969 132.797 101.566 132.36 100.138 132.015C97.1694 131.295 93.9539 131.088 90.9161 131.355C88.0298 131.604 85.3244 132.826 82.6848 133.927C81.2993 134.505 79.8972 135.037 78.4622 135.477C77.0207 135.917 75.4903 135.927 74.0849 136.466C74.0158 136.492 73.973 136.61 74.0619 136.65V136.646Z' fill='%23EEEEEE'/%3E%3Cpath d='M81.6091 107.669C81.3721 107.872 81.9514 107.39 82.0073 107.337C82.1357 107.222 82.2542 107.107 82.376 106.989C82.2937 107.068 81.8428 107.232 82.2114 107.124C82.3628 107.078 82.5306 107.064 82.6853 107.028C82.1884 107.147 82.6557 107.064 82.8005 107.074C82.2937 107.045 82.8433 107.124 82.9486 107.156C82.5241 107.025 83.0704 107.235 83.1395 107.275C83.4785 107.472 83.7615 107.682 84.1697 107.748C84.9069 107.869 85.5947 107.78 86.151 107.225C86.615 106.762 86.9441 105.895 86.6743 105.248C86.174 104.049 85.3973 103.606 84.2585 103.136C83.4094 102.784 82.4517 102.82 81.5696 102.978C79.6607 103.316 78.5055 105.78 79.5126 107.399C79.9931 108.168 80.9476 108.234 81.6091 107.669Z' fill='%23EEEEEE'/%3E%3Cpath d='M77.1275 112.648C77.0024 112.514 76.851 112.412 76.6996 112.31C76.8379 112.402 75.834 111.932 76.3968 112.198C75.7518 111.896 75.212 111.988 74.5439 112.08C73.856 112.175 73.155 112.438 72.5889 112.845C71.7365 113.456 71.3218 114.186 71.1902 115.224C71.0684 116.193 71.7431 117.139 72.3256 117.828C72.9575 118.581 74.2247 118.475 74.873 117.828C75.607 117.096 75.5115 116.028 74.873 115.286C74.7249 115.115 74.7118 115.099 74.8335 115.24C74.7809 115.158 74.7315 115.076 74.6854 114.987C74.7743 115.217 74.794 115.243 74.7381 115.063C74.7512 115.148 74.7611 115.237 74.7743 115.322C74.7809 115.125 74.771 115.184 74.7447 115.499C74.613 115.772 74.5933 115.828 74.6821 115.66C74.4715 116.038 74.5307 115.841 74.669 115.713C74.2905 116.064 74.7447 115.697 74.8961 115.621C74.4485 115.841 74.975 115.605 75.0804 115.568C75.2976 115.496 75.5082 115.408 75.7287 115.342C75.8176 115.316 75.9032 115.289 75.992 115.266C76.0184 115.26 77.088 114.609 76.5943 114.941C76.907 114.731 77.1275 114.54 77.3283 114.218C77.6475 113.709 77.5159 113.065 77.1242 112.642L77.1275 112.648Z' fill='%23EEEEEE'/%3E%3Cpath d='M82.4592 113.89C82.4164 113.965 82.423 113.969 82.4789 113.903C82.2321 114.018 82.2452 114.044 82.5151 113.979C83.2129 113.788 82.163 114.146 82.8837 113.88C83.3643 113.703 83.7855 113.285 84.0949 113.059C84.4997 112.76 84.7729 112.583 85.0823 112.504C84.9078 112.52 84.9111 112.523 85.0856 112.517C84.898 112.481 84.8914 112.487 85.0691 112.53C84.9868 112.52 84.9144 112.481 84.8585 112.422C85.1218 112.645 85.3653 112.783 85.701 112.865C86.7509 113.121 87.9752 112.139 87.5671 111.003C87.1952 109.958 86.1815 109.4 85.0856 109.469C84.1278 109.528 83.3281 110.027 82.6303 110.654C82.0182 111.206 81.2316 112.208 81.4751 113.088C81.7285 114.005 81.4751 112.622 81.4949 113.115C81.508 113.381 81.564 113.571 81.7351 113.781C81.5574 113.565 81.6298 113.522 81.6824 113.758C81.6989 113.837 81.7351 113.919 81.7845 113.982C81.9819 114.254 82.3308 114.195 82.4559 113.893L82.4592 113.89Z' fill='%23EEEEEE'/%3E%3Cpath d='M89.2871 101.509C89.5998 101.443 89.9124 101.437 90.2218 101.348C90.7155 101.21 91.0973 100.79 91.512 100.504C92.1834 100.044 92.7231 99.8536 93.5328 99.8865C95.9123 99.9818 95.9255 96.1714 93.5328 96.1944C92.2624 96.2076 91.0742 96.7167 90.0606 97.4558C89.5603 97.8204 89.0995 98.231 88.6618 98.6679C88.201 99.131 88.1879 99.7058 88.076 100.297C87.9344 101.049 88.517 101.667 89.2871 101.506V101.509Z' fill='%23EEEEEE'/%3E%3Cpath d='M70.8364 119.77C69.9149 120.522 69.3521 121.583 69.3323 122.779C69.3225 123.416 69.5529 123.977 69.8129 124.539C70.1749 125.321 70.8101 125.81 71.5967 126.116C73.0415 126.678 74.4666 125.012 74.0585 123.659C73.996 123.432 73.9104 123.212 73.8018 123.002C73.4463 122.529 73.3706 122.437 73.578 122.726C73.5122 122.637 73.4562 122.542 73.4036 122.447C73.499 122.706 73.5122 122.729 73.443 122.516C73.4694 122.828 73.4792 122.867 73.4727 122.634C73.4825 122.805 73.4398 122.959 73.341 123.097C73.4562 122.91 73.443 122.907 73.3015 123.084C73.4266 122.923 73.5879 122.792 73.7393 122.664C74.5917 121.938 74.4831 120.509 73.7393 119.766C72.8901 118.919 71.702 119.06 70.8364 119.766V119.77Z' fill='%23EEEEEE'/%3E%3Cpath d='M76.9934 127.193C75.8316 127.767 74.8738 128.339 74.1662 129.459C73.4849 130.537 73.3862 131.942 73.3599 133.181C73.3105 135.575 76.9078 135.533 77.0526 133.181C77.0789 132.75 77.1053 132.294 77.148 132.044C77.181 131.864 77.2336 131.686 77.2863 131.509C77.1777 131.857 77.3488 131.394 77.3817 131.338C77.6351 130.895 77.1546 131.565 77.5134 131.164C77.7108 130.944 77.8853 130.76 78.0696 130.517C78.1617 130.395 78.6785 129.932 78.9319 129.705C80.357 128.434 78.5468 126.424 76.9901 127.196L76.9934 127.193Z' fill='%23EEEEEE'/%3E%3Cpath d='M70.1225 134.961C69.9711 136.393 70.3957 138.118 71.9031 138.591C71.5608 138.328 71.2152 138.065 70.8729 137.799C72.1335 139.8 75.3095 142.293 77.5672 140.243C78.1662 139.701 77.8996 138.499 77.067 138.351C76.3626 138.226 75.7406 138.157 75.1284 137.766C74.5262 137.382 74.1378 136.686 73.8482 136.062C73.9074 136.505 73.9634 136.945 74.0226 137.389C74.3813 136.439 73.6869 135.664 73.6573 134.961C73.5585 132.649 70.3529 132.734 70.1192 134.961H70.1225Z' fill='%23EEEEEE'/%3E%3Cpath d='M97.712 108.345C98.515 107.744 99.3378 107.238 100.315 106.982C101.332 106.716 101.823 107.708 102.748 107.947C103.794 108.217 105.002 107.425 104.943 106.279C104.837 104.17 102.662 103.165 100.756 103.178C98.7981 103.191 97.0143 104.374 95.5694 105.572C94.0357 106.85 96.1059 109.544 97.712 108.345Z' fill='%23EEEEEE'/%3E%3Cpath d='M80.4618 117.411C79.695 117.388 79.1783 117.122 78.3818 117.375C77.6939 117.592 76.9666 118.167 76.6638 118.827C75.8739 120.551 76.6046 122.236 77.8618 123.508C79.5107 125.176 82.1272 122.562 80.4322 120.942C80.2644 120.781 79.9649 120.486 79.9122 120.354C79.8661 120.226 79.8365 120.098 79.8135 119.963C79.8727 120.262 79.876 119.671 79.8201 119.953C79.9155 119.471 79.8299 119.599 80.0077 119.188C80.1426 118.879 80.3598 118.268 80.6363 118.061C80.9062 117.861 80.8337 117.421 80.4585 117.411H80.4618Z' fill='%23EEEEEE'/%3E%3Cpath d='M86.0133 98.5501C92.497 103.96 92.8689 112.698 95.0937 120.229C96.8282 126.103 100.718 134.443 107.758 135.044C108.314 135.09 108.374 134.268 107.883 134.111C91.9079 128.964 98.0854 107.163 86.3161 98.1592C86.0923 97.9884 85.7961 98.3694 86.0133 98.5501Z' fill='%23EEEEEE'/%3E%3Cpath d='M80.106 99.7062C81.0341 101.309 83.1306 100.862 84.5228 100.265C85.1448 99.9986 85.6911 99.3843 86.2671 99.0164C86.7443 98.7142 86.9385 98.9113 87.8206 99.0098C89.1831 99.1642 89.9862 97.4069 89.3477 96.3558C88.2089 94.4867 85.9248 94.4867 84.2035 95.4919C83.4433 95.9353 82.7653 96.5529 82.0708 97.0916C81.5508 97.4956 81.0176 97.8339 80.4976 98.2281C80.0237 98.5861 79.7867 99.1511 80.1093 99.7095L80.106 99.7062Z' fill='%23EEEEEE'/%3E%3Cpath d='M111.455 136.01C110.039 136.673 106.459 133.244 104.234 123.229C103.444 119.675 98.0034 114.954 99.6984 107.564C100.449 104.279 100.429 101.94 99.784 100.761C98.0429 97.5813 99.7971 94.1848 101.574 91.7246C102.542 90.3844 104.039 85.4408 103.727 83.3583C103.375 81.0163 101.472 79.0389 102.134 77.5673C102.697 76.3158 105.316 76.3191 106.208 76.6344C116.503 80.2903 115.249 90.6636 116.589 98.3039C117.217 101.897 118.777 106.02 119.146 109.643C119.692 115.007 116.48 120.016 115.104 124.263C113.992 127.702 114.009 134.811 111.448 136.013L111.455 136.01Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M71.2625 163.118C96.1407 161.446 113.011 136.187 111.303 135.467C108.338 134.219 103.016 137.813 93.8369 136.131C87.4355 134.955 79.2536 137.304 75.3798 142.52C72.0623 146.994 68.4716 145.762 65.9505 145.286C62.5178 144.635 55.4648 145.995 52.6969 148.235C49.149 151.103 51.1994 151.329 54.0199 153.859C55.2508 154.966 54.8164 157.015 57.0018 159.055C58.1603 160.133 65.7169 163.486 71.2658 163.112L71.2625 163.118Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M115.467 116.922C115.319 121.866 117.597 134.811 110.353 136.154C106.525 136.861 99.6825 130.735 96.9771 128.632C93.2976 125.771 84.408 116.364 86.5901 107.699C87.9066 102.459 85.8924 96.0739 92.1292 93.0684C94.6996 91.8267 94.5087 93.2293 96.9738 91.5311C98.7116 90.3289 97.8493 89.2449 101.006 88.9099C105.623 88.4172 106.466 91.991 109.559 95.9918C112.818 100.209 115.717 108.372 115.467 116.922Z' fill='white'/%3E%3Cpath d='M115.467 116.922C115.319 121.866 117.597 134.811 110.353 136.154C106.525 136.861 99.6825 130.735 96.9771 128.632C93.2976 125.771 84.408 116.364 86.5901 107.699C87.9066 102.459 85.8924 96.0739 92.1292 93.0684C94.6996 91.8267 94.5087 93.2293 96.9738 91.5311C98.7116 90.3289 97.8493 89.2449 101.006 88.9099C105.623 88.4172 106.466 91.991 109.559 95.9918C112.818 100.209 115.717 108.372 115.467 116.922Z' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M116.938 120.22C113.192 126.937 116.105 132.659 104.276 142.642C98.7471 147.309 91.8323 147.644 96.3412 158.303C98.4114 146.587 106.389 148.59 111.491 145.292C115.295 142.835 117.803 144.642 121.858 144.478C128.381 144.212 137.508 147.181 157.074 156.152C157.225 156.221 157.436 153.156 157.274 152.844C156.07 150.525 130.017 142.464 126.008 139.071C123.211 136.703 120.831 135.09 120.413 129.831C119.353 116.505 125.208 118.075 133.489 116.938C129.832 114.669 120.571 113.696 116.938 120.217V120.22Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M115.62 132.925C115.626 131.536 116.363 125.478 115.764 122.805C113.698 128.5 114.563 133.96 104.275 142.645C100.184 146.097 95.3425 147.184 94.918 151.825C96.2608 148.271 103.597 146.616 105.203 144.343C108.079 140.276 113.131 143.371 115.55 143.413C119.326 143.482 121.373 147.49 126.612 148.39C126.128 147.164 124.075 145.995 123.528 144.369C122.416 141.061 115.6 137.678 115.616 132.918L115.62 132.925Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M57.1737 249.771C54.3005 252.038 48.9029 256.488 50.7525 260.798C52.3323 264.454 54.2116 263.295 56.0678 265.965C57.4798 267.992 52.8326 275.862 62.693 274.101C65.4379 273.612 64.9047 276.315 66.9123 277.813C70.5425 280.52 80.6531 273.119 83.4539 270.826C97.2111 259.556 119.832 232.766 118.058 225.697C116.613 219.939 97.7608 230.201 94.9204 232.047C82.7924 239.927 74.0312 236.471 57.1704 249.771H57.1737Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M121.11 233.708C131.925 214.834 98.0351 230.295 94.9216 232.046C88.6354 235.581 81.556 241.184 78.8968 248.092C77.4322 251.896 81.6581 260.66 71.7647 270.491C68.2991 273.937 72.4361 280.601 76.741 282.47C79.6603 283.735 83.1984 282.106 85.9728 283.935C88.0068 285.276 88.405 288.465 89.7511 290.272C93.0423 294.69 99.243 288.488 103.337 287.779C110.262 286.58 116.894 281.038 116.686 274.052C115.794 244.16 117.532 239.956 121.11 233.712V233.708Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M107.287 217.79C102.979 217.347 98.6342 217.941 94.2273 217.261C89.3991 216.516 74.8388 212.43 68.1774 218.92C61.0256 225.891 53.1268 226.643 48.0978 232.621C45.014 236.287 43.4177 242.038 43.9838 244.518C44.6157 247.294 52.3764 244.508 48.7626 249.994C47.7358 251.554 46.2844 252.303 46.2975 254.514C46.3206 259.283 56.2205 255.02 57.9648 253.89C60.7097 252.113 63.0859 250.723 66.4923 250.684C75.734 250.575 87.3125 236.796 92.1768 234.421C96.2612 232.424 135.371 220.694 107.287 217.794V217.79Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M121.335 235.394C121.76 236.468 122.036 238.005 121.891 239.171C124.866 228.453 127.147 230.023 128.191 225.086C128.776 222.311 129.8 218.917 132.95 215.912C138.996 210.141 187.185 183.61 182.762 178.472C179.388 174.56 149.251 203.555 130.063 211.987C123.435 214.9 123.612 213.865 120.812 213.241C110.991 211.054 106.633 219.318 97.2697 212.739C95.4497 211.458 93.1788 211.556 91 211.267C94.8672 213.816 94.232 217.259 100.048 217.571C102.058 217.679 111.603 218.106 112.314 220.202C112.854 221.795 99.1457 225.638 98.0827 231.166C101.542 229.143 105.336 227.034 109.371 226.807C112.515 226.633 115.345 227.225 118.356 225.993C116.681 228.594 117.056 231.652 116.862 234.625C116.642 237.962 115.404 240.429 114.361 243.537C119.624 240.751 119.995 236.809 121.338 235.39L121.335 235.394Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M173.172 55.9376C177.207 54.5745 178.628 47.4564 178.316 43.7479C177.391 32.8064 171.904 10.7559 161.547 4.95174C156.38 2.06116 146.447 4.9616 144.41 10.6836C143.136 14.264 142.735 21.8813 143.014 25.7409C143.962 38.8569 162.867 59.426 173.172 55.9344V55.9376Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M168.14 58.1809C169.325 58.148 169.608 58.2696 170.155 57.0279C172.672 51.3322 165.938 46.4412 164.685 41.4549C162.818 34.038 160.86 26.8575 157.566 19.9103C150.68 5.38181 140.764 8.22312 136.979 23.5728C134.109 35.2271 145.01 48.0409 154.459 53.2636C157.878 55.1524 163.21 58.3057 168.14 58.1809Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M183.722 42.6475C183.064 46.0867 180.773 54.223 176.844 55.4679C171.598 57.13 166.704 48.2874 164.979 44.6019C163.198 40.8048 161.754 38.5777 158.456 36.0485C151.834 30.9669 146.568 25.442 151.659 16.5173C153.795 12.7727 156.998 12.5658 159.045 10.0497C161.991 6.42985 160.717 2.13012 166.937 1.42061C175.764 0.412192 182.047 7.56309 185.18 15.0195C190.351 27.3077 184.733 37.3722 183.722 42.6442V42.6475Z' fill='white'/%3E%3Cpath d='M183.722 42.6475C183.064 46.0867 180.773 54.223 176.844 55.4679C171.598 57.13 166.704 48.2874 164.979 44.6019C163.198 40.8048 161.754 38.5777 158.456 36.0485C151.834 30.9669 146.568 25.442 151.659 16.5173C153.795 12.7727 156.998 12.5658 159.045 10.0497C161.991 6.42986 160.717 2.13012 166.937 1.42061C175.764 0.412192 182.047 7.56309 185.18 15.0195C190.351 27.3077 184.733 37.3722 183.722 42.6442V42.6475Z' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M169.452 66.3572C167.781 63.9035 166.007 61.3249 163.515 59.7975C158.147 56.5128 152.216 56.0201 148.441 50.2619C154.56 51.336 159.753 56.6934 168.37 57.4653C170.739 54.2102 165.236 45.5187 168.215 32.5439C168.383 35.4674 171.338 37.0802 172.497 39.4354C173.412 41.2978 172.332 42.6873 172.987 48.2516C173.165 49.7823 175.189 58.3325 177.104 53.8061C178.737 49.9498 176.229 45.3676 179.494 41.9515C182.337 38.9788 189.529 38.1839 193.034 38.4565C187.942 38.7258 183.246 43.8106 182.17 47.7162C180.175 54.9591 184.48 62.0574 183.917 69.32C183.466 75.1045 187.455 96.4192 190.737 106.467C194.821 118.979 200.07 130.39 201.42 137.784C202.417 143.24 207.64 151.981 209.003 157.897C209.154 158.557 204.382 157.65 203.908 157.282C201.742 155.617 201.236 150.312 200.617 147.622C197.22 132.913 188.064 113.25 184.572 97.3751C183.167 90.9895 181.969 82.8006 178.576 77.1574C176.166 73.1533 171.039 68.6762 169.456 66.3539L169.452 66.3572Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M168.77 61.6797C169.313 61.1509 170.39 60.829 170.449 60.6976C171.124 59.249 170.011 58.1585 170.386 56.6902C171.403 52.6762 176.88 65.4966 178.743 59.5545C179.635 56.7 183.048 63.0265 183.298 64.3239C184.045 68.2131 182.824 71.7409 183.271 75.6136C183.91 81.1846 184.664 87.4223 184.423 93.1608C181.445 85.366 181.751 78.4286 174.747 71.0248C173.115 69.297 166.128 64.2517 168.77 61.6797Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M212.078 57.7275C213.249 48.9408 219.173 39.4052 228.244 37.0632C232.878 35.8675 239.115 38.3212 241.284 42.7852C243.759 47.8831 237.637 46.8123 234.922 48.8883C232.411 50.8131 231.904 54.2128 229.468 56.591C223.919 62.0108 215.329 54.3311 212.074 57.7275H212.078Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M248.02 46.8783C252.681 52.6595 247.204 69.9077 239.845 71.8161C230.491 74.2403 231.979 54.4694 234.207 49.0627C236.758 42.8972 244.262 42.2369 248.02 46.8783Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M231.258 77.7543C221.842 78.8021 212.406 69.191 211.84 60.4535C211.139 49.5777 229.208 43.8951 233.832 47.9879C235.208 49.2032 235.287 51.046 235.79 52.6917C236.626 55.4147 239.239 56.791 240.286 59.2907C241.872 63.0813 240.625 76.7097 231.258 77.751V77.7543Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M254.105 68.1308C251.311 68.2852 249.069 67.9337 245.61 68.7877C225.577 73.7181 216.463 70.752 211.935 58.9893C210.829 56.1152 210.457 52.5413 207.307 51.165C208.393 54.7356 208.68 66.2191 213.709 73.1236C216.375 76.7828 214.759 79.3679 215.18 83.3983C215.861 89.8791 213.465 99.1585 205.728 119.212C205.665 119.37 208.742 119.376 209.048 119.205C211.701 117.734 218.593 85.4316 224.408 82.0943C227.505 80.3172 232.376 82.8629 235.75 82.6855C238.057 82.564 239.331 81.9234 241.292 83.7038C240.232 81.3256 239.472 79.1708 236.671 78.4942C235.404 78.1887 231.264 79.4402 230.912 77.5153C230.346 74.4539 237.563 74.8974 239.011 74.6904C246.315 73.6492 253.881 68.1439 254.105 68.1341V68.1308Z' fill='white'/%3E%3Cpath d='M245.61 68.7875C244.596 69.0371 243.622 69.2605 242.661 69.4674C241.249 71.0047 240.232 72.1839 238.257 72.9854C234.719 74.4142 225.948 76.1979 224.283 77.2687C219.744 80.1888 218.898 84.9714 218.582 89.8887C218.362 93.3245 215.196 95.9359 214.221 99.1681C213.708 100.876 213.757 102.699 213.198 104.388C212.438 106.687 210.361 108.214 209.127 110.129C208.129 112.889 207.001 115.901 205.724 119.212C205.661 119.369 208.738 119.376 209.044 119.205C211.697 117.734 218.589 85.4313 224.404 82.094C227.501 80.3169 232.372 82.8626 235.746 82.6852C238.053 82.5637 239.327 81.9232 241.288 83.7035C240.229 81.3253 239.468 79.1705 236.667 78.4939C235.4 78.1884 231.26 79.4399 230.908 77.515C230.342 74.4536 237.559 74.8971 239.007 74.6901C246.311 73.6489 253.877 68.1436 254.101 68.1338C251.307 68.2882 249.065 67.9367 245.606 68.7907L245.61 68.7875Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M254.105 68.1308C251.311 68.2852 249.069 67.9337 245.61 68.7877C225.577 73.7181 216.463 70.752 211.935 58.9893C210.829 56.1152 210.457 52.5413 207.307 51.165C208.393 54.7356 208.68 66.2191 213.709 73.1236C216.375 76.7828 214.759 79.3679 215.18 83.3983C215.861 89.8791 213.465 99.1585 205.728 119.212C205.665 119.37 208.742 119.376 209.048 119.205C211.701 117.734 218.593 85.4316 224.408 82.0943C227.505 80.3172 232.376 82.8629 235.75 82.6855C238.057 82.564 239.331 81.9234 241.292 83.7038C240.232 81.3256 239.472 79.1708 236.671 78.4942C235.404 78.1887 231.264 79.4402 230.912 77.5153C230.346 74.4539 237.563 74.8974 239.011 74.6904C246.315 73.6492 253.881 68.1439 254.105 68.1341V68.1308Z' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M350.616 197.823C344.274 208.331 324.385 206.793 319.801 200.739C313.978 193.043 338.142 190.057 343.997 190.041C350.679 190.031 353.7 192.712 350.616 197.823Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M327.507 172.953C338.635 171.462 347.946 166.604 351.721 174.353C354.324 179.7 359.399 179.434 357.474 184.755C355.923 189.048 353.142 193.621 348.229 191.887C345.243 190.832 343.111 192.714 337.47 189.952C330.499 186.539 331.894 174.655 327.504 172.953H327.507Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M316.314 198.306C311.739 190.021 317.025 177.641 324.894 173.775C334.692 168.966 357.915 181.839 344.852 189.282C343.256 190.189 342.575 191.795 341.245 192.889C339.04 194.699 338.77 197.639 336.854 199.56C333.955 202.477 320.862 206.54 316.311 198.306H316.314Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M318.198 189.926C318.521 186.385 326.574 178.784 334.694 183.882C329.487 182.883 326.525 185.468 325.258 186.746C324.761 187.249 338.396 187.019 341.562 190.221C340.019 193.572 332.215 191.322 329.543 192.728C330.566 193.23 333.551 194.357 335.908 194.002C339.818 193.414 332.275 199.123 326.512 198.371C324.981 198.17 317.78 194.534 318.201 189.929L318.198 189.926Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M333.966 215.685C332.751 213.165 332.221 210.965 330.105 208.1C317.872 191.519 317.128 181.98 326.284 173.298C328.519 171.18 331.688 169.468 331.757 166.039C328.868 168.404 318.349 173.065 313.883 180.347C311.517 184.207 308.502 183.704 304.934 185.639C299.194 188.747 289.689 190.09 268.165 190.632C267.997 190.635 269.165 193.473 269.442 193.693C271.818 195.576 304.358 189.564 309.673 193.647C312.504 195.822 312.01 201.288 313.468 204.333C314.465 206.415 315.545 207.342 314.65 209.831C316.443 207.943 318.148 206.415 317.701 203.574C317.5 202.29 314.755 198.952 316.404 197.888C319.024 196.193 321.374 203.019 322.121 204.274C325.879 210.607 333.87 215.478 333.969 215.685H333.966Z' fill='white'/%3E%3Cpath d='M333.966 215.685C332.751 213.165 332.221 210.965 330.105 208.1C317.872 191.519 317.128 181.98 326.284 173.298C328.519 171.18 331.688 169.468 331.757 166.039C328.868 168.404 318.349 173.065 313.883 180.347C311.517 184.207 308.502 183.704 304.934 185.639C299.194 188.747 289.689 190.09 268.165 190.632C267.997 190.635 269.165 193.473 269.442 193.693C271.818 195.576 304.358 189.564 309.673 193.647C312.504 195.822 312.01 201.288 313.468 204.333C314.465 206.415 315.545 207.342 314.65 209.831C316.443 207.943 318.148 206.415 317.701 203.574C317.5 202.29 314.755 198.952 316.404 197.888C319.024 196.193 321.374 203.019 322.121 204.274C325.879 210.607 333.87 215.478 333.969 215.685H333.966Z' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M261.274 224.672C256.853 225.562 254.365 223.352 250.297 220.648C248.579 219.505 240.253 210.876 238.683 212.279C237.741 213.123 241.783 218.865 243.995 228.39C245.15 233.364 242.125 239.056 241.349 244.003C240.318 250.585 243.356 262.099 250.508 263.337C254.783 264.076 262.462 278.923 268.873 269.299C272.776 263.445 276.91 263.826 275.462 258.594C274.303 254.415 279.619 253.18 280.853 249.59C284.187 239.88 273.905 222.14 261.274 224.675V224.672Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M229.34 213.149C234.86 201.702 245.168 218.542 243.957 233.951C243.371 241.44 252.441 261.734 239.576 278.036C236.68 281.708 232.901 282.368 228.564 279.094C224.986 276.397 222.748 271.726 219.105 268.73C214.813 265.202 210.86 263.011 209.722 257.283C208.695 252.119 208.925 246.611 212.651 242.879C222.942 232.568 228.086 215.754 229.344 213.146L229.34 213.149Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M305.695 222.093C306.758 218.785 312.007 215.264 311.076 211.056C310.197 207.088 306.126 208.701 305.3 204.825C304.365 200.437 302.321 196.59 297.523 195.897C287.188 194.402 261.201 197.346 254.691 201.57C250.248 204.454 235.079 200.302 232.67 203.958C232.459 212.705 251.821 217.675 259.213 221.058C263.798 223.154 271.065 229.865 278.203 229.523C290.483 228.938 300.844 237.17 305.698 222.093H305.695Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M260.377 199.829C252.192 203.16 240.278 213.747 237.286 208.517C233.231 201.429 235.762 178.603 257.422 168.883C261.697 166.965 266.064 166.328 270.228 165.684C276.349 164.738 280.417 169.363 285.598 169.603C288.833 169.751 297.824 169.803 298.674 174.27C299.48 178.504 293.766 178.839 292.67 182.216C291.423 186.076 295.478 185.31 294.273 190.379C293.296 194.307 284.709 189.932 260.377 199.826V199.829Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M268.648 210.797C262.477 212.318 256.092 212.39 249.79 211.868C243.25 211.323 237.096 209.677 230.74 208.189C229.513 207.9 228.993 209.786 230.22 210.071C236.395 211.517 242.898 212.292 249.214 212.837C255.77 213.402 262.471 213.238 268.869 211.592C269.382 211.461 269.165 210.672 268.648 210.801V210.797Z' fill='%23EEEEEE'/%3E%3Cpath d='M267.646 223.693C261.347 221.861 255.376 218.54 249.512 215.652C243.893 212.883 237.788 210.656 231.548 209.911C230.469 209.782 230.219 211.655 231.291 211.803C237.676 212.683 243.4 215.091 249.291 217.551C252.273 218.796 255.212 220.133 258.223 221.315C261.271 222.511 264.358 223.316 267.551 224.025C267.768 224.074 267.857 223.753 267.643 223.69L267.646 223.693Z' fill='%23EEEEEE'/%3E%3Cpath d='M261.892 229.425C256.952 226.281 252.591 222.346 247.928 218.822C243.198 215.245 238.146 212.233 232.512 210.311C231.554 209.983 231.142 211.497 232.097 211.819C243.3 215.573 251.489 224.235 261.458 230.174C261.938 230.46 262.363 229.727 261.895 229.428L261.892 229.425Z' fill='%23EEEEEE'/%3E%3Cpath d='M253.94 231.773C253.038 230.219 252.275 228.672 251.198 227.227C250.093 225.745 248.964 224.284 247.795 222.848C245.913 220.536 243.826 218.411 241.654 216.371C238.58 213.49 233.926 208.98 229.309 209.601C228.295 209.736 228.542 211.434 229.549 211.371C234.025 211.105 238.294 215.461 241.308 218.273C243.365 220.191 245.284 222.231 247.114 224.366C248.144 225.571 249.135 226.813 250.116 228.058C251.228 229.47 252.495 230.64 253.749 231.917C253.848 232.019 254.012 231.888 253.943 231.766L253.94 231.773Z' fill='%23EEEEEE'/%3E%3Cpath d='M248.836 235.731C248.398 234.345 247.486 233.156 246.933 231.806C246.384 230.456 246.005 229.037 245.63 227.635C244.853 224.734 244.067 221.87 242.263 219.41C240.588 217.127 238.56 215.113 236.319 213.389C235.177 212.508 233.936 211.766 232.663 211.096C231.56 210.514 230.148 209.618 228.878 209.953C228.644 210.015 228.493 210.324 228.641 210.534C229.292 211.464 230.458 211.71 231.458 212.173C232.775 212.778 234.022 213.527 235.213 214.348C237.718 216.066 239.989 218.398 241.717 220.884C243.448 223.377 244.053 226.491 244.906 229.349C245.561 231.55 246.496 234.723 248.684 235.846C248.757 235.883 248.859 235.823 248.829 235.735L248.836 235.731Z' fill='%23EEEEEE'/%3E%3Cpath d='M269.748 215.163C271.944 215.094 272.977 212.722 272.158 210.856C271.44 209.221 269.275 207.943 267.52 208.321C266.125 208.62 265.45 210.751 266.628 211.694C266.974 211.97 267.26 212.226 267.701 212.348C267.734 212.358 268.353 212.584 267.961 212.407C268.136 212.486 268.294 212.588 268.455 212.693C268.024 212.41 268.761 213.162 268.425 212.673C268.514 212.801 268.567 212.946 268.649 213.077C268.62 213.008 268.59 212.936 268.564 212.867C268.616 213.08 268.613 213.054 268.56 212.794C268.534 212.19 268.475 213.435 268.488 213.251C268.518 212.811 268.445 213.737 268.435 213.842C268.356 214.542 269.097 215.179 269.755 215.159L269.748 215.163Z' fill='%23EEEEEE'/%3E%3Cpath d='M265.519 220.694C265.2 221.61 265.661 222.481 265.911 223.351C266.053 223.844 265.931 223.22 265.944 223.496C265.954 223.696 266.095 223.174 266.01 223.322C266.089 223.177 266.197 223.065 266.339 222.983C266.174 223.072 266.201 223.062 266.418 222.957C266.227 223 266.234 223.006 266.434 222.973C266.243 222.993 266.049 222.983 265.858 222.973C263.561 222.865 263.564 226.442 265.858 226.531C267.764 226.603 269.489 225.549 269.482 223.492C269.475 221.919 268.426 219.876 266.685 219.804C266.122 219.781 265.687 220.195 265.516 220.694H265.519Z' fill='%23EEEEEE'/%3E%3Cpath d='M262.939 217.149C263.272 217.159 263.637 217.041 263.914 216.87C263.664 216.903 263.413 216.936 263.167 216.969C264.74 217.36 265.21 215.037 265.224 213.94C265.243 212.324 263.874 210.488 262.09 210.974C260.754 211.339 260.708 212.994 261.732 213.714C261.936 213.858 262.156 213.95 262.403 213.999C262.271 213.924 262.285 213.93 262.436 214.019C262.364 213.986 262.308 213.937 262.271 213.865C262.489 214.167 262.232 213.661 262.347 214.029C262.4 214.203 262.383 214.098 262.393 214.407C262.423 215.185 262.008 216.371 262.936 216.87C262.788 216.676 262.64 216.486 262.489 216.292C262.521 216.437 262.548 216.538 262.614 216.68C262.686 216.834 262.693 216.496 262.627 216.604C262.479 216.847 262.673 217.14 262.939 217.149Z' fill='%23EEEEEE'/%3E%3Cpath d='M260.693 228.39C260.66 228.866 260.788 227.924 260.696 228.354C260.68 228.429 260.657 228.502 260.634 228.574C260.778 228.259 260.801 228.193 260.709 228.377C260.528 228.715 261.045 228.002 260.792 228.275C260.574 228.511 261.259 227.996 260.818 228.236C261.325 227.96 261.124 228.114 260.933 228.17C260.406 228.318 261.312 228.15 260.94 228.17C260.364 228.203 259.854 228.14 259.33 228.495C258.277 229.208 257.987 230.647 258.929 231.599C259.949 232.634 261.805 232.384 262.974 231.721C264.181 231.034 264.692 229.71 264.757 228.39C264.813 227.286 263.793 226.363 262.727 226.363C261.562 226.363 260.772 227.286 260.696 228.39H260.693Z' fill='%23EEEEEE'/%3E%3Cpath d='M251.592 228.436C251.559 228.768 251.523 229.067 251.431 229.385C251.378 229.569 251.336 229.747 251.299 229.934C251.29 229.983 251.099 230.492 251.26 230.138C251.089 230.515 250.559 230.995 249.986 231.425C249.19 232.02 248.782 232.992 249.328 233.928C249.792 234.72 251.03 235.176 251.836 234.585C252.833 233.856 253.844 233.107 254.446 232C255.147 230.706 254.949 229.405 254.706 228.019C254.584 227.336 253.834 226.859 253.179 226.859C252.251 226.859 251.678 227.582 251.596 228.439L251.592 228.436Z' fill='%23EEEEEE'/%3E%3Cpath d='M250.558 235.012C250.209 235.226 249.874 235.315 249.469 235.397C249.321 235.459 249.173 235.521 249.025 235.584C248.551 235.942 248.521 235.971 248.929 235.673C248.676 235.732 248.412 235.728 248.156 235.738C247.037 235.774 246.293 235.331 245.493 234.615C244.753 233.951 243.627 234.411 243.578 235.406C243.479 237.341 245.493 238.412 247.126 238.813C249.133 239.305 251.075 239.082 252.681 237.755C254.231 236.474 252.23 233.997 250.562 235.012H250.558Z' fill='%23EEEEEE'/%3E%3Cpath d='M260.271 220.284C260.291 220.415 260.275 220.54 260.225 220.665C260.317 220.546 260.406 220.428 260.498 220.31C260.311 220.422 260.159 220.576 260.103 220.793C260.034 221.01 260.054 220.993 260.163 220.744C260.031 220.875 259.939 221.033 259.89 221.213C259.847 221.318 259.745 221.453 259.672 221.555C259.574 221.699 259.57 221.709 259.662 221.581C259.603 221.647 259.541 221.706 259.475 221.762C259.402 221.818 259.333 221.87 259.264 221.929C259.435 221.811 259.442 221.801 259.281 221.906C259.202 221.956 258.662 222.153 259.034 222.021C258.794 222.103 258.461 222.13 258.165 222.084C257.197 221.933 256.233 222.314 255.953 223.338C255.614 224.574 256.549 225.467 257.688 225.612C259.235 225.805 261.219 225.385 261.953 223.831C262.276 223.145 262.358 222.356 262.131 221.63C261.923 220.964 261.502 220.28 260.808 220.231C260.949 220.29 261.088 220.346 261.229 220.405C261.097 220.294 260.985 220.175 260.874 220.044C260.676 219.811 260.275 220.001 260.281 220.29L260.271 220.284Z' fill='%23EEEEEE'/%3E%3Cpath d='M273.435 204.697C258.72 201.021 244.232 218.108 230.044 208.928C229.587 208.632 229.106 209.292 229.475 209.667C234.105 214.364 242.488 212.843 248.1 211.187C256.426 208.73 264.236 203.297 273.304 205.173C273.613 205.239 273.748 204.776 273.435 204.697Z' fill='%23EEEEEE'/%3E%3Cpath d='M276.932 209.25C276.939 208.603 276.764 208.097 276.84 207.43C276.906 206.855 276.955 205.83 276.912 205.058C276.794 202.792 275.184 201.031 272.821 201.376C271.472 201.573 271.205 203.452 272.048 204.296C272.291 204.54 272.581 204.704 272.815 204.937C272.798 204.921 272.831 204.99 272.874 205.164C272.815 204.93 272.884 205.653 272.884 205.758C272.884 206.159 272.864 206.56 272.871 206.96C272.887 208.609 274.316 210.679 276.142 210.285C276.609 210.183 276.925 209.71 276.929 209.253L276.932 209.25Z' fill='%23EEEEEE'/%3E%3Cpath d='M216.584 221.331C215.061 211.253 222.63 200.496 229.512 193.943C232.886 190.727 236.509 187.675 241.035 186.582C243.49 185.987 250.132 181.044 251.356 183.28C253.601 187.386 246.166 194.734 245.478 196.065C243.622 199.658 246.162 203.721 244.109 207.233C242.48 210.012 239.099 211.234 237.711 214.249C235.91 218.142 234.024 223.121 231.368 226.518C228.291 230.449 224.039 229.829 222.031 233.314C221.222 234.716 219.05 239.627 217.22 239.929C215.136 236.835 218.293 232.614 216.584 221.328V221.331Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M170.821 187.768C173.767 184.749 178.964 184.083 182.495 181.734C183.4 181.13 191.325 176.649 191.651 172.527C201.084 180.266 210.385 180.962 215.651 177.546C211.158 175.542 208.16 167.698 202.413 168.431C212.768 164.821 217.741 153.889 216.71 153.82C211.033 153.433 204.059 155.029 199.994 159.178C200.472 155.719 195.62 144.281 195.594 141.814C192.273 143.782 185.164 153.13 187.935 159.007C183.423 154.011 175.238 152.684 169.008 153.015C170.568 157.404 173.342 164.962 178.463 166.867C180.55 167.642 182.65 167.068 184.667 168.155C181.564 166.963 175.488 172.96 174.317 174.849C171.894 178.758 172.352 183.59 170.821 187.768Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M197.121 118.394C201.821 106.661 213.607 108.254 218.086 106.06C219.821 105.212 221.809 103.619 223.843 103.701C226.614 103.816 226.4 105.744 228.134 106.625C231.307 108.234 234.908 106.431 238.047 107.948C244.432 111.036 246.279 116.906 242.191 122.602C239.792 125.942 244.923 133.898 227.512 151.238C220.887 157.837 209.121 155.219 201.347 163.691C200.087 165.067 198.945 167.849 197.003 168.358C191.885 169.705 196.749 159.568 197.227 158.123C199.303 151.823 190.825 134.121 197.125 118.394H197.121Z' fill='white'/%3E%3Cpath d='M197.121 118.394C201.821 106.661 213.607 108.254 218.086 106.06C219.821 105.212 221.809 103.619 223.843 103.701C226.614 103.816 226.4 105.744 228.134 106.625C231.307 108.234 234.908 106.431 238.047 107.948C244.432 111.036 246.279 116.906 242.191 122.602C239.792 125.942 244.923 133.898 227.512 151.238C220.887 157.837 209.121 155.219 201.347 163.691C200.087 165.067 198.945 167.849 197.003 168.358C191.885 169.705 196.749 159.568 197.227 158.123C199.303 151.823 190.825 134.121 197.125 118.394H197.121Z' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M155.336 193.753C151.403 196.256 146.772 202.375 141.911 203.374C137.722 204.231 132.136 202.333 128.997 200.014C123.398 195.885 125.88 192.423 121.628 190.005C110.52 183.695 109.48 177.605 116.339 170.513C118.801 167.968 115.569 164.758 120.732 162.41C127.762 159.214 132.673 155.2 133.292 152.362C134.43 147.139 143.939 145.369 147.957 145.365C158.186 145.365 170.785 156.658 174.376 161.434C178.174 166.489 184.832 163.395 189.196 167.294C193.767 171.384 186.375 171.738 183.532 172.126C177.496 172.951 175.1 177.418 172.914 182.572C169.748 190.028 159.835 190.895 155.336 193.756V193.753Z' fill='white'/%3E%3Cpath d='M155.336 193.753C151.403 196.256 146.772 202.375 141.911 203.374C137.722 204.231 132.136 202.333 128.997 200.014C123.398 195.885 125.88 192.423 121.628 190.005C110.52 183.695 109.48 177.605 116.339 170.513C118.801 167.968 115.569 164.758 120.732 162.41C127.762 159.214 132.673 155.2 133.292 152.362C134.43 147.139 143.939 145.369 147.957 145.365C158.186 145.365 170.785 156.658 174.376 161.434C178.174 166.489 184.832 163.395 189.196 167.294C193.767 171.384 186.375 171.738 183.532 172.126C177.496 172.951 175.1 177.418 172.914 182.572C169.748 190.028 159.835 190.895 155.336 193.756V193.753Z' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M232.323 176.035C242.101 174.281 271.692 157.387 267.93 131.398C267.368 127.509 264.718 127.309 262.322 129.168C249.549 139.075 249.217 132.285 240.548 133.281C229.101 134.595 228.64 145.451 222.051 147.576C217.391 149.077 214.419 152.033 212.006 156.448C205.766 167.856 195.284 164.072 192.496 168.493C193.464 170.73 198.187 170.063 200.211 170.264C209.113 171.131 217.545 178.689 232.32 176.038L232.323 176.035Z' fill='white'/%3E%3Cpath d='M232.323 176.035C242.101 174.281 271.692 157.387 267.93 131.398C267.368 127.509 264.718 127.309 262.322 129.168C249.549 139.075 249.217 132.285 240.548 133.281C229.101 134.595 228.64 145.451 222.051 147.576C217.391 149.077 214.419 152.033 212.006 156.448C205.766 167.856 195.284 164.072 192.496 168.493C193.464 170.73 198.187 170.063 200.211 170.264C209.113 171.131 217.545 178.689 232.32 176.038L232.323 176.035Z' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M194.694 144.557C194.543 149.829 190.781 154.959 191.462 160.514C191.706 162.508 194.901 166.443 192.528 167.96C189.958 169.603 184.426 161.184 183.175 159.752C179.782 155.873 175.072 154.362 170.053 154.214C161.868 153.974 154.43 149.139 146.761 146.672C140.323 144.596 135.712 141.676 135.614 134.262C135.561 129.976 139.981 129.949 142.427 127.597C145.477 124.664 147.225 119.602 152.425 119.668C153.817 119.684 155.052 120.732 156.361 119.872C157.685 118.998 157.921 116.462 159.09 115.211C165.07 108.812 174.308 108.825 182.053 112.754C191.011 117.3 194.888 137.849 194.697 144.553L194.694 144.557Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M175.381 214.952C182.743 217.629 185.864 225.115 194.598 220.809C198.265 218.999 199.979 214.831 203.3 212.962C206.605 211.102 210.445 212.029 213.852 210.712C225.328 206.264 228.254 195.858 220.266 186.45C211.854 176.537 208.563 180.935 201.612 176.481C198.594 174.55 198.245 170.152 194.931 168.89C191.617 167.632 188.516 175.328 186.311 177.151C179.291 182.955 171.218 185.314 165.873 193.082C157.602 205.101 166.225 211.625 175.381 214.952Z' fill='white' stroke='%23EEEEEE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M184.221 145.076C182.401 148.219 185.287 152.027 187.058 154.52C188.266 156.218 189.447 157.85 190.375 159.729C191.182 161.362 191.55 163.004 191.619 164.814C191.662 165.918 191.767 166.995 192.225 168.007C192.89 169.462 195.078 168.197 194.384 166.745C193.986 165.914 194.127 164.84 193.87 163.95C193.528 162.781 193.074 161.615 192.6 160.495C191.761 158.514 190.658 156.714 189.345 155.019C188.272 153.636 187.206 152.253 186.278 150.765C185.392 149.349 184.099 147.162 184.869 145.454C185.063 145.023 184.468 144.649 184.221 145.076Z' fill='%23EEEEEE'/%3E%3Cpath d='M201.789 150.053C201.562 157.555 190.79 159.654 192.202 167.803C192.445 169.216 194.598 168.615 194.354 167.212C193.094 159.933 204.244 157.463 202.006 150.023C201.97 149.902 201.792 149.928 201.789 150.053Z' fill='%23EEEEEE'/%3E%3Cpath d='M176.069 162.515C178.103 164.459 181.387 165.182 184.027 165.872C185.491 166.256 186.926 166.686 188.378 167.12C190.027 167.613 191.837 167.728 193.426 168.365C194.789 168.913 195.398 166.355 193.713 166.256C190.754 166.082 187.795 165.448 184.919 164.771C183.447 164.423 181.993 164.036 180.545 163.605C179.106 163.181 177.78 162.472 176.352 162.035C176.075 161.95 175.865 162.318 176.072 162.515H176.069Z' fill='%23EEEEEE'/%3E%3Cpath d='M204.194 157.368C202.397 158.767 200.82 160.685 199.445 162.489C198.095 164.259 196.15 167.146 193.613 167.002C192.415 166.933 192.54 168.887 193.843 168.697C199.313 167.895 201.011 160.951 204.355 157.529C204.46 157.42 204.306 157.279 204.194 157.368Z' fill='%23EEEEEE'/%3E%3Cpath d='M206.735 165.843C205.162 165.071 203.046 165.028 201.298 165.396C198.734 165.931 196.223 166.828 193.62 167.15C192.586 167.278 192.777 168.707 193.811 168.559C198.129 167.935 202.312 165.59 206.722 165.905C206.755 165.905 206.768 165.856 206.739 165.843H206.735Z' fill='%23EEEEEE'/%3E%3Cpath d='M182.359 157.016C184.814 161.5 188.632 165.75 193.22 168.076C194.039 168.49 194.763 167.255 193.94 166.848C191.62 165.698 189.553 164.364 187.72 162.525C185.907 160.708 184.514 158.468 182.448 156.931C182.395 156.891 182.336 156.967 182.362 157.016H182.359Z' fill='%23EEEEEE'/%3E%3Cpath d='M178.625 174.856C181.64 174.741 184.54 174.593 187.357 173.427C189.96 172.353 192.264 170.392 193.686 167.954C194.084 167.271 193.074 166.437 192.564 167.09C190.902 169.206 189.315 171.049 186.89 172.32C184.408 173.621 181.37 174.14 178.625 174.478C178.388 174.507 178.372 174.869 178.625 174.859V174.856Z' fill='%23EEEEEE'/%3E%3Cpath d='M190.548 178.371C191.69 176.817 192.635 174.735 193.388 172.954C194.234 170.951 194.527 169.098 194.57 166.93C194.586 166.03 193.141 165.803 192.974 166.713C192.605 168.697 192.707 170.629 192.019 172.577C191.387 174.377 190.202 176.344 190.268 178.292C190.275 178.45 190.462 178.486 190.548 178.367V178.371Z' fill='%23EEEEEE'/%3E%3Cpath d='M206.867 181.671C205.903 180.509 204.458 179.747 203.375 178.672C202.187 177.493 201.052 176.261 200.035 174.931C198.073 172.366 196.589 169.301 193.653 167.675C193.064 167.35 192.366 168.007 192.722 168.605C193.465 169.846 194.815 170.681 195.776 171.781C197.017 173.2 198.057 174.754 199.268 176.196C200.301 177.424 201.453 178.531 202.733 179.5C203.912 180.39 205.245 181.586 206.686 181.983C206.877 182.036 206.982 181.809 206.867 181.671Z' fill='%23EEEEEE'/%3E%3Cpath d='M209.537 174.806C206.644 172.655 203.88 170.871 200.549 169.472C199.131 168.874 197.63 168.069 196.152 167.695C195.477 167.524 194.776 166.989 194.082 166.976C194.279 167.317 194.473 167.659 194.671 167.997C194.342 168.437 194.279 168.303 194.763 168.168C194.938 168.119 195.013 167.922 194.928 167.764C194.75 167.435 194.628 167.143 194.266 166.999C193.582 166.726 193.196 167.675 193.605 168.135C193.97 168.549 194.803 168.723 195.303 168.904C196.422 169.308 197.524 169.738 198.65 170.158C202.353 171.551 205.887 173.226 209.205 175.385C209.577 175.628 209.886 175.056 209.547 174.803L209.537 174.806Z' fill='%23EEEEEE'/%3E%3Cpath d='M208.628 169.974C206.607 168.372 204.359 167.511 201.812 167.166C200.574 166.999 199.32 166.969 198.073 166.946C196.766 166.923 195.562 166.565 194.278 166.936C193.205 167.248 193.653 168.877 194.739 168.605C196.756 168.099 198.985 168.263 201.045 168.381C203.559 168.523 205.992 169.265 208.062 170.704C208.496 171.006 209.042 170.3 208.628 169.971V169.974Z' fill='%23EEEEEE'/%3E%3Cpath d='M191.264 150.926C192.186 153.396 192.844 155.853 193.064 158.488C193.272 160.955 192.725 163.29 192.646 165.734C192.623 166.466 193.759 166.463 193.785 165.734C193.871 163.077 194.22 160.597 193.887 157.926C193.574 155.43 192.926 152.93 191.527 150.818C191.442 150.69 191.208 150.769 191.267 150.926H191.264Z' fill='%23EEEEEE'/%3E%3Cpath d='M179.84 166.631C183.697 168.927 189.322 169.075 193.403 167.4C194.028 167.144 193.761 166.116 193.12 166.372C190.938 167.245 188.64 167.535 186.297 167.472C184.098 167.416 182.028 166.789 179.873 166.506C179.803 166.497 179.787 166.598 179.84 166.631Z' fill='%23EEEEEE'/%3E%3Cpath d='M182.283 158.649C182.369 158.39 182.471 158.173 182.609 157.936C182.408 158.278 183.017 157.71 182.905 157.752C183.103 157.677 183.027 157.673 183.27 157.729C183.517 157.788 183.741 157.963 183.932 158.127C184.603 158.695 185.558 158.787 186.219 158.127C186.785 157.562 186.917 156.386 186.219 155.844C185.107 154.977 183.688 154.205 182.24 154.74C180.825 155.262 180.17 156.586 179.864 157.986C179.518 159.562 181.766 160.176 182.276 158.649H182.283Z' fill='%23EEEEEE'/%3E%3Cpath d='M181.673 145.73C182.253 145.428 182.763 143.963 183.233 143.91C183.513 143.881 183.849 144.015 184.066 144.183C184.201 144.285 184.336 144.413 184.431 144.554C183.924 143.815 185.458 143.319 184.606 143.532C182.118 144.15 183.605 148.059 185.995 146.817C187.242 146.17 187.992 145.05 187.667 143.628C187.377 142.366 185.978 141.358 184.82 140.96C183.372 140.464 182.269 140.845 181.282 141.936C180.462 142.839 179.508 144.515 180.541 145.582C180.841 145.894 181.305 145.92 181.673 145.727V145.73Z' fill='%23EEEEEE'/%3E%3Cpath d='M197.277 149.813C198.001 150.93 199.143 151.919 200.522 151.111C200.798 150.95 201.111 150.651 201.272 150.378C201.364 150.178 201.447 149.974 201.519 149.767C201.621 149.413 201.555 149.445 201.325 149.859C201.921 149.807 202.648 150.276 203.092 150.621C203.796 151.167 204.715 151.308 205.406 150.621C205.988 150.04 206.097 148.877 205.406 148.312C204.211 147.333 202.911 146.574 201.325 146.535C200.436 146.512 199.673 146.933 199.014 147.481C198.784 147.672 198.534 148.145 198.461 148.427C198.386 148.719 198.063 149.36 198.498 148.864C198.847 148.719 199.199 148.575 199.548 148.43C199.597 148.424 199.172 148.194 199.011 148.079C197.964 147.343 196.605 148.775 197.277 149.81V149.813Z' fill='%23EEEEEE'/%3E%3Cpath d='M189.886 153.192C191.433 153.192 192.819 152.25 193.661 150.998C194.138 150.292 193.799 149.274 193.102 148.863C192.229 148.354 191.074 148.824 190.804 149.796C190.771 149.918 190.571 150.381 190.771 149.941C190.692 150.115 190.59 150.276 190.482 150.433C190.709 150.105 190.311 150.535 190.594 150.322C190.505 150.391 190.406 150.446 190.307 150.502C189.991 150.68 190.544 150.433 190.186 150.552C190.107 150.575 190.024 150.594 189.942 150.611C190.074 150.594 190.054 150.594 189.889 150.607C188.231 150.696 188.208 153.192 189.889 153.192H189.886Z' fill='%23EEEEEE'/%3E%3Cpath d='M175.737 158.85C176.017 158.633 175.774 158.813 175.714 158.85C175.425 159.027 175.988 158.758 175.639 158.889C175.273 159.027 175.017 159.224 174.707 159.447C174.042 159.927 173.391 160.387 172.917 161.067C172.476 161.701 172.255 162.561 172.545 163.304C172.907 164.23 173.917 165.199 174.977 165.087C175.971 164.982 176.557 164.079 176.093 163.149C175.905 162.775 175.622 162.597 175.329 162.331C175.385 162.433 175.372 162.417 175.293 162.282C175.389 162.443 175.293 163.126 175.389 162.768C175.31 162.952 175.313 162.965 175.398 162.814C175.221 163.097 175.468 162.765 175.514 162.722C175.691 162.548 175.876 162.377 176.063 162.21C176.889 161.477 177.979 160.617 177.636 159.349C177.393 158.449 176.389 158.347 175.741 158.85H175.737Z' fill='%23EEEEEE'/%3E%3Cpath d='M186.303 159.874C185.108 160.659 184.295 162.245 184.414 163.684C184.476 164.453 185.009 165.1 185.832 165.1C186.53 165.1 187.346 164.453 187.251 163.684C187.169 163.03 187.326 162.321 187.86 161.887C188.995 160.964 187.511 159.079 186.303 159.874Z' fill='%23EEEEEE'/%3E%3Cpath d='M186.567 155.216C187.327 155.785 187.989 156.192 188.91 156.461C189.898 156.75 191.089 157.115 191.84 156.182C192.136 155.811 192.228 155.397 191.998 154.96C191.501 154.021 190.566 154.034 189.641 153.824C188.762 153.623 187.936 153.567 187.041 153.476C186.008 153.37 185.919 154.727 186.57 155.213L186.567 155.216Z' fill='%23EEEEEE'/%3E%3Cpath d='M197.099 158.997C197.316 159.039 197.329 159.036 197.434 159.148C197.494 159.21 197.55 159.44 197.645 159.621C197.872 160.067 197.948 160.494 198.165 161.027C198.392 161.575 198.794 161.989 199.432 161.989C200.11 161.989 200.795 161.391 200.745 160.678C200.617 158.888 199.403 156.868 197.362 157.065C196.921 157.108 196.539 157.334 196.414 157.788C196.283 158.271 196.575 158.898 197.102 158.997H197.099Z' fill='%23EEEEEE'/%3E%3Cpath d='M202.723 157.726C202.973 157.752 203.315 157.779 203.545 157.874C203.746 157.959 203.93 158.114 203.983 158.192C204.115 158.383 204.148 158.531 204.167 158.725C204.2 159.02 204.194 159.309 204.135 159.602C203.858 160.938 205.856 161.51 206.195 160.17C206.501 158.958 206.366 157.811 205.566 156.826C204.783 155.864 203.371 155.841 202.357 156.383C201.669 156.75 202.061 157.657 202.723 157.726Z' fill='%23EEEEEE'/%3E%3Cpath d='M177.124 165.51C177.091 166.095 177.305 166.427 177.687 166.844C177.796 166.962 177.872 167.11 177.944 167.251C177.967 167.297 177.957 167.278 177.96 167.412C177.95 167.573 177.957 167.596 177.983 167.481C177.95 167.646 177.924 167.813 177.908 167.981C177.908 168.352 178.043 168.756 178.309 169.019C178.78 169.488 179.619 169.524 180.086 169.019C180.83 168.217 180.715 167.008 180.129 166.144C179.836 165.714 179.461 165.399 179.04 165.097C178.507 164.709 178.013 164.709 177.43 164.978C177.23 165.07 177.138 165.307 177.124 165.51Z' fill='%23EEEEEE'/%3E%3Cpath d='M179.007 170.651C177.908 171.357 177.233 172.461 176.48 173.502C176.147 173.962 176.332 174.599 176.671 174.983C177.345 175.749 177.921 176.642 178.731 177.279C180.452 178.636 182.127 175.818 180.423 175.089C179.629 174.75 179.024 173.834 178.402 173.252C178.464 173.745 178.53 174.241 178.593 174.734C179.149 173.781 179.653 172.793 180.192 171.833C180.607 171.101 179.758 170.161 179.004 170.648L179.007 170.651Z' fill='%23EEEEEE'/%3E%3Cpath d='M187.725 175.417C187.1 177.073 187.689 178.548 189.117 179.517C189.841 180.006 190.763 180.095 191.579 179.809C192.352 179.537 192.918 178.988 193.596 178.554C195.265 177.493 193.689 174.81 192.046 175.91C191.734 176.12 190.911 176.951 190.628 176.981C190.272 177.02 190.216 176.367 190.262 176.12C190.595 174.442 188.321 173.841 187.722 175.421L187.725 175.417Z' fill='%23EEEEEE'/%3E%3Cpath d='M201.247 181.6C203.34 183.715 207.375 184.316 209.663 182.276C210.706 181.347 209.61 179.3 208.248 179.849C206.984 180.358 206.026 180.246 204.709 180.092C203.419 179.941 202.267 179.967 201.247 180.87C201.036 181.058 201.06 181.409 201.247 181.6Z' fill='%23EEEEEE'/%3E%3Cpath d='M208.867 174.077C208.886 174.356 208.695 174.511 208.491 174.685C208.626 174.606 208.761 174.527 208.896 174.448C208.867 174.458 208.834 174.471 208.801 174.481H209.321C209.367 174.504 209.416 174.527 209.462 174.55C208.926 174.218 208.314 174.379 207.863 174.757C207.55 175.016 208.064 174.629 207.725 174.856C207.586 174.947 207.435 175.023 207.287 175.095C207.544 174.974 207.208 175.105 207.165 175.118C206.849 175.207 206.645 175.342 206.392 175.545C205.592 176.202 206.118 177.437 206.964 177.71C206.661 177.408 206.359 177.106 206.059 176.807C206.122 177.25 206.576 177.585 206.964 177.71C207.935 178.022 209.044 177.234 209.729 176.619C210.18 176.212 210.2 175.529 209.936 175.023C209.959 175.069 209.982 175.115 210.005 175.164V175.683C210.051 175.427 210.226 175.072 210.255 174.75C210.288 174.399 210.213 174.067 210.048 173.755C209.759 173.213 208.821 173.443 208.867 174.074V174.077Z' fill='%23EEEEEE'/%3E%3Cpath d='M202.562 163.915C203.042 164.568 203.592 164.939 204.346 165.222C204.882 165.426 205.55 165.432 205.975 165.843C205.912 165.366 205.853 164.887 205.791 164.411C205.593 164.69 205.435 164.992 205.201 165.238C204.125 166.368 205.876 168.103 206.91 166.943C207.278 166.529 207.538 166.066 207.838 165.606C208.117 165.179 208.032 164.516 207.653 164.174C207.12 163.691 206.525 163.399 205.827 163.241C205.238 163.107 204.537 163.195 204.069 162.758C203.309 162.046 201.897 163.008 202.565 163.918L202.562 163.915Z' fill='%23EEEEEE'/%3E%3Cpath d='M211.488 172.251C211.972 171.591 212.357 170.816 212.373 169.985C212.39 169.17 211.952 168.461 211.28 168.027C210.293 167.39 208.585 167.515 207.815 168.451C207.472 168.861 207.203 169.367 207.252 169.922C207.311 170.556 207.551 171.042 207.976 171.515C208.496 172.097 209.477 172.044 210.003 171.515C210.579 170.941 210.523 170.073 210.003 169.492C209.974 169.456 209.941 169.423 209.915 169.384C209.99 169.479 210.063 169.577 210.138 169.673C210.076 169.591 210.02 169.502 209.98 169.407C210.03 169.522 210.076 169.633 210.125 169.748C210.102 169.686 210.082 169.623 210.072 169.558C210.089 169.686 210.105 169.811 210.125 169.939C210.119 169.886 210.119 169.834 210.125 169.781C210.109 169.909 210.092 170.034 210.072 170.162C210.079 170.106 210.096 170.054 210.115 170.001C210.066 170.116 210.02 170.228 209.97 170.343C209.994 170.29 210.023 170.244 210.056 170.198C209.98 170.293 209.905 170.392 209.832 170.487C209.882 170.428 209.934 170.372 209.997 170.326C209.901 170.402 209.803 170.474 209.707 170.55C209.809 170.474 209.924 170.408 210.043 170.356C209.931 170.405 209.816 170.451 209.704 170.5C209.845 170.441 209.994 170.402 210.145 170.382C210.02 170.399 209.898 170.415 209.773 170.431C209.921 170.412 210.069 170.412 210.214 170.431C210.092 170.415 209.97 170.399 209.849 170.382C209.964 170.399 210.076 170.428 210.184 170.471C210.076 170.425 209.967 170.379 209.862 170.333C209.941 170.369 210.013 170.408 210.082 170.461C209.99 170.392 209.901 170.323 209.809 170.251C209.865 170.297 209.918 170.346 209.964 170.405C209.895 170.316 209.826 170.224 209.757 170.136C209.803 170.198 209.839 170.261 209.868 170.333C209.826 170.228 209.78 170.123 209.737 170.018C209.77 170.103 209.793 170.192 209.806 170.28C209.789 170.165 209.776 170.05 209.76 169.932C209.776 170.06 209.773 170.185 209.757 170.31C209.773 170.195 209.786 170.083 209.803 169.968C209.776 170.162 209.72 170.353 209.651 170.537C209.559 170.783 209.776 170.247 209.701 170.428C209.671 170.497 209.638 170.563 209.605 170.632C209.539 170.766 209.464 170.895 209.388 171.023C209.049 171.591 209.256 172.353 209.826 172.685C210.105 172.849 210.451 172.895 210.764 172.806C211.093 172.714 211.297 172.514 211.491 172.248L211.488 172.251Z' fill='%23EEEEEE'/%3E%3Cpath d='M193.551 165.977C193.386 165.901 193.245 165.862 193.064 165.855C193.288 165.862 192.708 165.809 192.899 165.829C193.225 165.862 192.899 165.826 192.784 165.813C192.021 165.734 191.718 166.624 191.711 167.212C191.695 168.411 192.702 169.373 193.893 169.314C194.614 169.278 195.167 168.618 195.545 168.069C195.921 167.521 196.019 166.772 195.884 166.131C195.749 165.481 195.351 164.962 194.825 164.574C194.14 164.072 192.955 163.865 192.343 164.584C192.027 164.955 191.823 165.576 192.159 166.016C192.517 166.489 192.85 166.601 193.38 166.775C193.416 166.785 193.778 166.926 193.521 166.801C193.646 166.88 193.65 166.877 193.531 166.792C193.63 166.897 193.633 166.89 193.544 166.778C193.725 167.028 193.502 166.575 193.594 166.867C193.623 167.002 193.627 167.002 193.6 166.867C193.594 167.002 193.6 167.012 193.62 166.89C193.587 167.12 193.59 167.179 193.357 167.347C193.534 167.297 193.712 167.251 193.89 167.202C193.87 167.202 193.521 167.196 193.732 167.232C193.538 167.199 193.712 167.232 193.778 167.288C193.584 167.13 193.847 167.429 193.719 167.215C193.844 167.426 193.673 166.953 193.706 167.215C193.699 167.169 193.722 166.9 193.686 167.137C193.719 166.923 193.745 166.752 193.686 166.539C193.646 166.391 193.541 166.184 193.426 166.079C193.337 165.993 193.383 166.069 193.554 166.302C193.396 166.641 193.393 166.752 193.551 166.641C193.781 166.506 193.821 166.102 193.551 165.98V165.977Z' fill='%23EEEEEE'/%3E%3C/svg%3E%0A");}
@media (max-width: 1200px) {
  .s010203 .theme_tour .info_wrap {justify-content: center;}
  .s010203 .theme_tour .top_wrap.col2 {gap: 30px; padding: 80px 0;}
  .s010203 .theme_tour .top_wrap.col2 .left-wrap {width: 100%; margin: 0;}
  .s010203 .theme_tour .top_wrap.col2 .img {width: 100%;}
  .s010203 .theme_tour .top_wrap .title .mtit::before {left: -40px;}
  .s010203 .theme_tour .top_wrap .title .mtit::after {right: -95px;}
}
@media (max-width: 900px) {
  .s010203 .theme_tour .con_wrap .story_wrap .story_list > li .ex img {width: 100%;}
}
@media (max-width: 767px) {
  .s010203 .theme_tour .top_wrap.col2 {padding: 70px 0 60px;}
}
@media (max-width: 540px) {
  .s010203 .theme_tour .top_wrap.col2 {padding: 50px 0;}
  .s010203 .theme_tour .info_wrap {margin-top: 30px;}
  .s010203 .theme_tour .course_wrap {margin-top: 30px;}
}
/* sub010203 꾸부랑길 End */

/* sub010204 삼년산성 역사탐방로 */
.s010204 .theme_tour .top_wrap {padding: 100px 0 76px;}
.s010204 .theme_tour .top_wrap .title .mtit::before {left: -49px;bottom: 2px; width: 25px;height: 33px; background-image: url("data:image/svg+xml,%3Csvg width='25' height='33' viewBox='0 0 25 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_54_1319)'%3E%3Cpath d='M18.6786 4.32098C18.739 4.19852 18.8492 4.11104 18.9559 4.02356C20.3566 2.90735 21.8782 1.74565 23.6771 1.61268C24.1286 1.57769 24.6726 1.57069 24.9108 1.18929C25.1774 0.7659 24.797 0.178051 24.3064 0.0450855C23.8193 -0.0878803 23.3038 0.0905738 22.8346 0.286523C21.2027 0.968848 19.6776 1.87162 18.2022 2.84436C18.0955 2.91435 17.9853 2.98783 17.8786 3.05781C17.6867 3.18728 17.4876 3.31674 17.2565 3.35173C17.0076 3.39022 16.7588 3.30974 16.5206 3.22927C14.9278 2.6939 13.4276 1.79114 11.7602 2.24602C9.93282 2.74289 8.23345 3.70514 6.75449 4.85985C3.68282 7.26373 1.6457 10.8503 0.870674 14.6433C0.262739 17.6071 0.00321119 20.6548 0.060094 23.678C0.099201 25.739 -0.0678923 27.7964 0.0316526 29.8574C0.060094 30.4453 -0.0394509 32.4118 0.447608 32.8351C7.02468 20.9172 18.7959 5.01031 18.7959 5.01031C18.6501 4.81086 18.5683 4.53793 18.6786 4.31749V4.32098Z' fill='%23C69963'/%3E%3Cpath d='M2.20757 32.1462C5.85518 29.5464 9.6841 27.1075 13.5912 24.8996C17.9925 22.4117 22.6712 19.1541 23.56 14.2343C24.0826 11.3406 23.2435 7.34811 20.3105 5.94147C19.7701 5.68254 19.1444 5.49359 18.796 5.01071C18.796 5.01071 7.02127 20.9141 0.447754 32.832C0.451309 32.8355 0.454864 32.846 0.461975 32.8495C1.07346 33.3254 1.65296 32.5416 2.21112 32.1427L2.20757 32.1462Z' fill='%23C69963'/%3E%3Cpath d='M2.20757 32.1462C5.85518 29.5464 9.6841 27.1075 13.5912 24.8996C17.9925 22.4117 22.6712 19.1541 23.56 14.2343C24.0826 11.3406 23.2435 7.34811 20.3105 5.94147C19.7701 5.68254 19.1444 5.49359 18.796 5.01071C18.796 5.01071 7.02127 20.9141 0.447754 32.832C0.451309 32.8355 0.454864 32.846 0.461975 32.8495C1.07346 33.3254 1.65296 32.5416 2.21112 32.1427L2.20757 32.1462Z' fill='%23AA8657'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_54_1319'%3E%3Crect width='25' height='33' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.s010204 .theme_tour .top_wrap .title .mtit::after {right: -79px;top: -24px;width: 60px;height: 55px;background-image: url("data:image/svg+xml,%3Csvg width='60' height='55' viewBox='0 0 60 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_54_1323)'%3E%3Cpath d='M27.517 42.1932C28.0932 42.9343 28.4877 43.3875 28.8196 43.8836C32.4017 49.108 37.3928 52.5134 43.3985 54.5223C46.586 55.588 47.4377 54.9755 47.9825 51.6192C48.2769 49.8001 48.4585 47.9627 48.7152 46.1375C49.1849 42.7934 48.3896 39.6515 46.7864 36.4605C49.3477 36.3808 51.5271 36.3502 53.7064 36.2339C54.9588 36.1665 56.2113 36.0134 57.445 35.7929C60.1817 35.3029 60.5825 34.4822 59.3049 31.9833C56.9879 27.4633 53.7565 23.8068 48.5649 21.6876C50.2683 20.2851 51.7713 19.0846 53.2242 17.8352C53.9255 17.2288 54.6144 16.5857 55.1843 15.863C55.8418 15.0301 55.8293 14.0501 54.9839 13.3764C50.6942 9.99555 46.2103 6.85357 40.3549 7.17818C35.7208 7.43541 31.6502 9.20546 28.4376 12.6047C27.611 13.4805 26.8094 14.3747 25.7135 15.5629C23.9287 11.5819 22.7013 7.99276 23.6719 4.00557C23.9663 2.79287 24.3608 1.57406 23.0144 0.68597C21.1419 -0.551223 19.7391 -0.122493 18.8561 1.98441C17.3156 5.65924 17.9418 9.21771 19.5325 12.6966C19.9896 13.701 20.547 14.6565 21.0668 15.6487C18.1673 16.4204 15.3993 16.892 12.8568 17.9026C10.4645 18.8519 8.1725 20.1932 6.06833 21.6754C2.46119 24.2172 0.776609 27.9471 0.0877459 32.1303C-0.225374 34.0535 0.225518 34.6414 2.25453 35.1804C5.6237 36.0746 9.01792 36.6442 12.744 35.0395C12.5436 36.0195 12.4998 36.681 12.2744 37.2751C10.7839 41.2561 11.3788 45.1515 12.8067 48.9916C13.5394 50.9638 14.4474 51.3435 16.4451 50.578C20.8852 48.8753 25.0496 46.7868 27.517 42.1932Z' fill='%23FF6F50'/%3E%3Cpath d='M27.4605 21.6999C33.2094 27.5306 38.3634 33.9065 42.8222 40.7294C43.605 41.9237 41.695 43.0935 40.9122 41.8992C36.5535 35.2294 31.5374 29.0067 25.92 23.3107C24.9117 22.294 26.4523 20.6771 27.4605 21.6999Z' fill='%23D46437'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_54_1323'%3E%3Crect width='60' height='55' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
@media (max-width:767px) {
    .s010201 .theme_tour .top_wrap {padding: 70px 0 60px;}
}
@media (max-width:540px) {
    .s010204 .theme_tour .top_wrap {padding: 50px 0;}
    /* .s010204 .theme_tour .top_wrap .title .mtit::before {left: -35px;bottom: -2px;width: 20px;height: 26px;}
    .s010204 .theme_tour .top_wrap .title .mtit::after {right: -55px;width: 45px;height: 41px;} */
}
/* sub010204 삼년산성 역사탐방로 End */

/* sub010205 삼년산성 역사탐방로 */
.s010205 .theme_tour .top_wrap {padding: 127px 0 78px;}
.s010205 .theme_tour .top_wrap .title .mtit::before {left: -72px;bottom: 24px;width: 49px;height: 36px;background-image: url("data:image/svg+xml,%3Csvg width='49' height='36' viewBox='0 0 49 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_0_1)'%3E%3Cpath d='M41.3231 1.39171C41.3644 1.42334 41.4057 1.45785 41.447 1.48949C41.447 1.78283 41.2736 1.99277 41.0947 2.20271C39.7681 3.77007 38.3232 5.20802 36.8756 6.64022C35.7555 7.75031 34.5858 8.80001 33.595 10.051C33.5455 10.1114 33.4602 10.1574 33.4794 10.2753C34.261 9.93024 35.0261 9.57938 35.7995 9.24865C36.9609 8.75688 38.0563 8.08967 39.1957 7.54325C40.9571 6.69773 42.7597 5.98739 44.5184 5.13325C45.1651 4.81978 45.677 4.90605 46.0981 5.3892C47.1164 6.56257 47.9723 7.86822 48.531 9.38382C49.3484 11.604 49.0127 13.8903 48.143 16.1623C47.5127 17.8073 46.4587 19.1906 45.2504 20.4215C42.9827 22.7366 40.291 24.0854 37.3517 24.7785C35.2023 25.2846 33.0693 25.2185 30.9419 25.0632C27.3999 24.8072 24.3202 23.4153 21.4937 21.4252C20.0075 20.3784 18.8406 18.9721 17.9517 17.327C16.8205 15.2478 16.5398 12.9528 17.2746 10.4623C17.8416 8.53831 18.8021 6.84441 20.0791 5.30005C21.5047 3.57451 23.2028 2.34075 25.1569 1.51537C27.0008 0.733128 28.8916 0.278737 30.8236 0.114811C33.1602 -0.0807499 35.4665 -0.0548669 37.7205 0.396649C38.948 0.643976 40.1534 0.957448 41.3231 1.38883V1.39171Z' fill='%23A0CE7D'/%3E%3Cpath d='M42.3926 19.7642L42.2707 19.6846C41.3723 19.0982 40.5017 18.4686 39.6589 17.8016L42.3926 19.7642ZM42.3926 19.7642L42.4758 19.6447M42.3926 19.7642L42.4758 19.6447M42.4758 19.6447C42.4854 19.6309 42.4957 19.6168 42.5077 19.6007L42.5082 19.5999C42.5196 19.5846 42.5323 19.5673 42.5446 19.5497L42.5992 19.4713L42.5511 19.3886C42.3924 19.1159 42.1566 18.9253 41.9509 18.7589C41.9242 18.7373 41.8981 18.7162 41.8727 18.6953L41.8723 18.695C40.7173 17.7525 39.5819 16.7952 38.5105 15.7558C38.2974 15.5487 38.07 15.3545 37.8469 15.1639C37.7578 15.0877 37.6693 15.0121 37.5827 14.9365C37.2759 14.6688 36.9855 14.3954 36.7387 14.0751L36.7387 14.0751L36.7382 14.0744C36.7371 14.0731 36.7361 14.0717 36.7349 14.0703C36.7074 14.0349 36.6583 13.9718 36.5963 13.9308C36.5614 13.9077 36.5136 13.8854 36.4555 13.8833C36.3945 13.8811 36.3384 13.9016 36.2907 13.9372L36.2907 13.9372L36.2902 13.9376C36.241 13.9746 36.1995 14.0252 36.1847 14.092C36.1702 14.157 36.1865 14.2134 36.203 14.2514C36.2184 14.2866 36.2397 14.3184 36.2529 14.3381C36.2533 14.3388 36.2538 14.3395 36.2542 14.3402C36.2709 14.3651 36.2766 14.3742 36.2792 14.38L36.2792 14.38L36.2799 14.3817C36.553 14.9766 37.0022 15.3949 37.4353 15.7902L37.4353 15.7902M42.4758 19.6447L37.4353 15.7902M37.4353 15.7902C37.6605 15.9956 37.8839 16.207 38.1084 16.4193M37.4353 15.7902L38.1084 16.4193M38.1084 16.4193C38.6102 16.894 39.117 17.3734 39.6588 17.8015L38.1084 16.4193Z' fill='%23588533' stroke='%23588533' stroke-width='0.3'/%3E%3Cpath d='M32.1185 11.4465V11.6533L32.3897 11.2813C32.3907 11.28 32.3917 11.2785 32.3928 11.277C32.4116 11.2513 32.4414 11.2106 32.4583 11.1668C32.4814 11.107 32.4847 11.0322 32.4378 10.961L32.4375 10.9606C32.3822 10.8771 32.3004 10.8428 32.2192 10.8446C32.1532 10.846 32.0934 10.8712 32.0607 10.8854C31.9313 10.9402 31.8059 10.9964 31.682 11.0519C31.4626 11.1502 31.2481 11.2463 31.0252 11.3282C28.8426 12.124 26.7019 13.0551 24.5977 14.0984C23.2287 14.7761 21.8841 15.5304 20.6099 16.442C20.6102 16.4418 20.6106 16.4415 20.611 16.4413L32.1185 11.4465ZM32.1185 11.4465C32.1014 11.456 32.0842 11.4654 32.067 11.4746C31.4877 11.7861 30.893 12.0436 30.2996 12.2896C30.1617 12.3468 30.0239 12.4032 29.8865 12.4596C29.4307 12.6465 28.978 12.8322 28.5303 13.0376L28.5301 13.0377C26.2826 14.0655 24.0717 15.1877 21.9163 16.4473L32.1185 11.4465Z' fill='%23588533' stroke='%23588533' stroke-width='0.3'/%3E%3Cpath d='M28.6235 21.8498L28.5864 21.8922C28.5781 21.9018 28.5695 21.9136 28.5577 21.9307C28.5564 21.9326 28.555 21.9346 28.5535 21.9368C28.5436 21.9512 28.5299 21.9712 28.5155 21.9888C28.4836 22.0281 28.4072 22.1066 28.2859 22.0813L28.2842 22.0809C28.2333 22.0696 28.1852 22.0437 28.1501 21.9989C28.1168 21.9564 28.1054 21.9098 28.1017 21.8747C28.0962 21.8217 28.1066 21.7613 28.1115 21.7327L28.6235 21.8498ZM28.6235 21.8498V21.8278M28.6235 21.8498V21.8278M28.6235 21.8278C28.6512 21.7751 28.6855 21.7098 28.7179 21.6445L28.718 21.6445L28.7192 21.642C29.3033 20.4066 29.856 19.1589 30.4079 17.913C30.5096 17.6833 30.6113 17.4537 30.7132 17.2243C31.0216 16.5315 31.3597 15.8528 31.6995 15.1706C31.7521 15.0649 31.8048 14.9591 31.8574 14.8532C32.2489 14.0652 32.6363 13.2703 32.9715 12.4498C32.9784 12.4334 32.9855 12.4166 32.9929 12.3995C33.0271 12.3194 33.0646 12.2318 33.0938 12.1428L33.0942 12.1416C33.0976 12.131 33.0995 12.1257 33.1018 12.1192C33.1042 12.1125 33.1071 12.1046 33.1125 12.0883C33.1197 12.0666 33.1287 12.0368 33.1332 12.0044C33.1377 11.9719 33.139 11.9277 33.1225 11.881C33.1048 11.8308 33.0707 11.7899 33.0247 11.7614L33.0241 11.761C32.979 11.7334 32.9258 11.7189 32.8693 11.7271C32.8159 11.7348 32.7753 11.7606 32.7481 11.7835C32.7055 11.8193 32.6711 11.8711 32.6543 11.8964C32.6524 11.8992 32.6508 11.9016 32.6494 11.9037C32.6259 11.9364 32.6016 11.9697 32.5769 12.0036C32.4764 12.1411 32.3689 12.2882 32.2809 12.4455L32.2808 12.4458C30.8338 15.0436 29.5091 17.7049 28.4544 20.4921C28.3046 20.8862 28.1706 21.2953 28.1131 21.7231C28.1132 21.7227 28.1132 21.7223 28.1133 21.7219L28.6235 21.8278Z' fill='%23588533' stroke='%23588533' stroke-width='0.3'/%3E%3Cpath d='M46.7388 13.3769L46.6793 13.4183C46.5416 13.5143 46.4055 13.4971 46.3298 13.4876C46.3211 13.4865 46.3131 13.4855 46.3061 13.4848C46.3061 13.4848 46.306 13.4848 46.306 13.4848L46.3211 13.3355C45.5505 13.2579 44.7937 13.1141 44.0423 12.9559L46.7388 13.3769ZM46.7388 13.3769L46.7433 13.3046M46.7388 13.3769L46.7433 13.3046M46.7433 13.3046C46.7466 13.2511 46.7388 13.1944 46.7079 13.1434C46.6763 13.0913 46.6312 13.0627 46.5929 13.0469C46.5575 13.0323 46.522 13.0264 46.5016 13.0231C46.4959 13.0221 46.4911 13.0214 46.487 13.0207C46.4718 13.0183 46.4668 13.0174 46.4623 13.0161L46.4623 13.0161L46.4596 13.0154C45.8732 12.8557 45.2866 12.6965 44.7 12.5373C43.6479 12.2517 42.5957 11.9662 41.5445 11.6781L41.5443 11.6781C40.0554 11.2714 38.5204 11.0498 36.9964 10.8298C36.4738 10.7543 35.9525 10.6791 35.4348 10.5966C35.3773 10.5857 35.3218 10.5857 35.2811 10.5857C35.2796 10.5857 35.2781 10.5857 35.2767 10.5857V10.5853M46.7433 13.3046L35.2767 10.5853M35.2767 10.5853L35.2651 10.5862M35.2767 10.5853L35.2651 10.5862M35.2651 10.5862C35.217 10.5899 35.1536 10.6009 35.0947 10.6361M35.2651 10.5862L35.0947 10.6361M35.0947 10.6361C35.0305 10.6746 34.9812 10.7363 34.9604 10.8205M35.0947 10.6361L34.9604 10.8205M34.9604 10.8205L35.106 10.8565L34.9604 10.8205Z' fill='%23588533' stroke='%23588533' stroke-width='0.3'/%3E%3Cpath d='M37.5797 21.7938L37.4001 21.5831C36.9911 21.103 36.6722 20.6262 36.3849 20.1221L36.3848 20.1219C35.4902 18.5454 34.8752 16.8241 34.3944 15.0368C34.242 14.4703 34.0771 13.9117 33.9116 13.351C33.8144 13.0218 33.717 12.6919 33.6218 12.3593C33.5753 12.2012 33.5439 12.039 33.5187 11.8809C33.5182 11.8778 33.5176 11.8742 33.5169 11.8703C33.5106 11.8326 33.4987 11.7615 33.5088 11.6944C33.515 11.6534 33.5301 11.6055 33.5644 11.5619C33.5995 11.5173 33.647 11.487 33.7014 11.4698L33.7021 11.4696L33.7021 11.4696C33.7554 11.453 33.8153 11.4515 33.8724 11.4783C33.9257 11.5034 33.9576 11.5446 33.9761 11.5752C33.9945 11.6056 34.0067 11.6376 34.0144 11.6589C34.0178 11.6681 34.0204 11.6753 34.0225 11.6814C34.0266 11.6929 34.0292 11.7 34.0323 11.7074C34.0324 11.7075 34.0325 11.7077 34.0326 11.7079L33.8952 11.7682C34.1924 12.4296 34.4456 13.1141 34.6548 13.8215L37.5797 21.7938ZM37.5797 21.7938L37.6582 21.5283C37.6939 21.4073 37.6938 21.3081 37.6718 21.2207C37.6557 21.1564 37.626 21.0981 37.6076 21.0619C37.6037 21.0543 37.6004 21.0478 37.5977 21.0423C37.3959 20.6052 37.1916 20.1679 36.9874 19.7309C36.8853 19.5124 36.7832 19.294 36.6815 19.0757L36.6814 19.0755C35.8941 17.393 35.341 15.5942 34.7986 13.7788L37.5797 21.7938Z' fill='%23588533' stroke='%23588533' stroke-width='0.3'/%3E%3Cpath d='M31.8295 9.52904L32.0548 9.65984L32.0574 9.66132C32.0793 9.67403 32.1245 9.70016 32.1573 9.74133C32.2029 9.79843 32.2162 9.87003 32.1952 9.94311L32.1951 9.94367C32.1488 10.1027 32.0026 10.1324 31.9461 10.1418L31.9412 10.1426L31.9411 10.1425C31.7434 10.1683 31.5524 10.1382 31.3867 10.112C31.3644 10.1085 31.3426 10.105 31.3213 10.1018L31.3199 10.1016C29.0735 9.74 26.8068 9.49018 24.5275 9.29193L31.8295 9.52904ZM31.8295 9.52904V9.57201M31.8295 9.52904V9.57201M31.8295 9.57201C31.8241 9.57041 31.8187 9.56886 31.8132 9.56738C31.283 9.4202 30.7392 9.28511 30.1732 9.22625C29.7713 9.18425 29.3767 9.13715 28.9808 9.08988C28.6391 9.0491 28.2964 9.00819 27.9473 8.97036M31.8295 9.57201L27.9473 8.97036M27.9473 8.97036C27.9473 8.97036 27.9474 8.97036 27.9474 8.97037L27.9311 9.11948L27.9472 8.97035C27.9473 8.97035 27.9473 8.97036 27.9473 8.97036ZM27.9473 8.97036C25.3951 8.69129 22.8258 8.46327 20.2213 8.50071M27.9473 8.97036L24.5274 9.29192C23.2299 9.17966 21.936 9.06832 20.6298 9.09402L20.6293 9.09403C20.4416 9.09709 20.2564 9.07569 20.0827 9.05265M20.2213 8.50071C20.2216 8.50071 20.2219 8.50071 20.2222 8.50071V8.65071L20.2201 8.50072C20.2205 8.50072 20.2209 8.50071 20.2213 8.50071ZM20.2213 8.50071C20.2175 8.50069 20.2156 8.50053 20.212 8.50023C20.2082 8.49991 20.2025 8.49943 20.1906 8.49878C20.1728 8.4978 20.1455 8.49712 20.1139 8.50344M20.1139 8.50344C20.1059 8.50488 20.0981 8.50566 20.0849 8.50699C20.0796 8.50753 20.0733 8.50816 20.0658 8.50897C20.0441 8.51128 20.0106 8.51522 19.9764 8.52603C19.9404 8.53742 19.8978 8.55814 19.8616 8.59785C19.8251 8.63799 19.8049 8.68682 19.7963 8.73809L19.7963 8.73809L19.7962 8.73868C19.788 8.78932 19.7905 8.84317 19.8131 8.89415C19.836 8.94593 19.8734 8.98068 19.9104 9.00292C19.9723 9.04008 20.046 9.04848 20.0794 9.05228C20.0806 9.05241 20.0816 9.05253 20.0827 9.05265M20.1139 8.50344C20.1142 8.50338 20.1146 8.50332 20.1149 8.50325L20.1424 8.65071L20.1117 8.50388C20.1125 8.50373 20.1132 8.50358 20.1139 8.50344ZM20.0827 9.05265C20.0831 9.0527 20.0835 9.05274 20.0838 9.05279L20.1011 8.90379L20.0814 9.05248C20.0818 9.05254 20.0823 9.05259 20.0827 9.05265Z' fill='%23588533' stroke='%23588533' stroke-width='0.3'/%3E%3Cpath d='M30.9625 2.71902C30.9181 2.95452 30.9573 3.17556 30.996 3.36588L30.996 3.36595C31.3407 5.06019 31.7405 6.74029 32.2012 8.39471L32.2013 8.39529C32.2036 8.40317 32.2058 8.41137 32.2082 8.41985C32.2408 8.53762 32.2886 8.71045 32.4501 8.8397L32.5251 8.74598L32.6495 8.82917L32.6522 8.8263L32.7655 8.70789L31.3384 2.72348M30.9625 2.71902C30.9625 2.7189 30.9625 2.71879 30.9625 2.71867L31.1099 2.74649L30.9624 2.71934C30.9624 2.71923 30.9625 2.71912 30.9625 2.71902ZM30.9625 2.71902C30.9626 2.71856 30.9627 2.7181 30.9627 2.71764C30.9692 2.68265 30.9806 2.62034 31.0101 2.56475C31.0447 2.49961 31.1084 2.4358 31.2116 2.42232L31.231 2.57106L31.2106 2.42245C31.26 2.41566 31.3176 2.42003 31.3699 2.45323C31.4215 2.48593 31.4463 2.53289 31.4586 2.56664C31.4704 2.59885 31.4752 2.63132 31.4778 2.64941C31.4784 2.65385 31.479 2.6577 31.4795 2.66105C31.4816 2.67563 31.4823 2.68089 31.4834 2.6852M31.4834 2.6852C31.4833 2.68494 31.4833 2.68468 31.4832 2.68442L31.3384 2.72348M31.4834 2.6852C31.4834 2.68533 31.4835 2.68547 31.4835 2.6856L31.3384 2.72348M31.4834 2.6852C31.8703 4.11991 32.1525 5.59203 32.4332 7.05615C32.4412 7.09798 32.4492 7.13981 32.4572 7.18162L32.4573 7.18207C32.4943 7.37813 32.5333 7.57363 32.5726 7.76963L32.5766 7.78973C32.6144 7.97862 32.6523 8.16804 32.6883 8.35755M31.3384 2.72348C31.7239 4.15297 32.0052 5.62056 32.2862 7.08654C32.2941 7.12765 32.302 7.16876 32.3099 7.20987C32.3483 7.41351 32.3889 7.61638 32.4295 7.81888C32.4673 8.00817 32.5052 8.19714 32.5411 8.38611M32.6883 8.35755C32.6883 8.35741 32.6883 8.35726 32.6882 8.35712L32.5411 8.38611M32.6883 8.35755C32.6884 8.35774 32.6884 8.35793 32.6884 8.35812L32.5411 8.38611M32.6883 8.35755C32.6904 8.36771 32.6936 8.37982 32.6973 8.39377C32.7133 8.45429 32.7384 8.54931 32.7156 8.66795L32.6376 8.60549C32.6107 8.58395 32.5899 8.56054 32.5728 8.53434C32.5691 8.50119 32.5613 8.47046 32.5537 8.4403C32.5492 8.42216 32.5446 8.40424 32.5411 8.38611M32.4856 8.66684C32.4614 8.63908 32.4419 8.60973 32.4256 8.57947L32.4856 8.66684ZM32.4856 8.66684L32.4355 8.61889L32.4327 8.62177L32.5411 8.72547' fill='%23588533' stroke='%23588533' stroke-width='0.3'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1_0_1)'%3E%3Cpath d='M4.5463 23.8841C4.52528 23.9002 4.50426 23.9178 4.48323 23.9339C4.48323 24.0833 4.57153 24.1902 4.66262 24.2971C5.33813 25.0952 6.07389 25.8274 6.81106 26.5567C7.38146 27.122 7.97708 27.6566 8.4816 28.2936C8.50683 28.3244 8.55028 28.3478 8.54047 28.4078C8.14245 28.2321 7.75284 28.0534 7.35903 27.885C6.76762 27.6346 6.20984 27.2948 5.62963 27.0166C4.73269 26.586 3.81474 26.2243 2.9192 25.7894C2.58986 25.6297 2.32919 25.6737 2.11476 25.9197C1.59622 26.5172 1.16037 27.1821 0.875868 27.9538C0.459635 29.0844 0.630613 30.2487 1.07348 31.4056C1.39441 32.2433 1.93117 32.9477 2.54641 33.5745C3.70122 34.7534 5.07185 35.4402 6.56861 35.7931C7.66315 36.0509 8.74928 36.0172 9.83261 35.9381C11.6363 35.8078 13.2045 35.099 14.6438 34.0856C15.4006 33.5525 15.9948 32.8364 16.4475 31.9987C17.0235 30.9399 17.1665 29.7712 16.7923 28.503C16.5036 27.5233 16.0145 26.6607 15.3642 25.8743C14.6382 24.9956 13.7735 24.3674 12.7785 23.9471C11.8395 23.5487 10.8767 23.3173 9.89288 23.2339C8.70304 23.1343 7.52861 23.1475 6.38081 23.3774C5.75576 23.5033 5.14192 23.663 4.5463 23.8826V23.8841Z' fill='%2355AF58'/%3E%3Cg opacity='0.5'%3E%3Cpath d='M4.07717 33.2192L3.99589 33.2723L3.94044 33.1926C3.93579 33.1859 3.93071 33.179 3.92459 33.1708L3.92424 33.1703C3.91852 33.1626 3.91184 33.1535 3.9054 33.1443L3.86898 33.092L3.90106 33.0369C3.98422 32.894 4.10787 32.7941 4.21239 32.7096C4.22595 32.6986 4.23918 32.6879 4.25197 32.6774L4.2522 32.6773C4.84017 32.1974 5.4177 31.7105 5.96252 31.1819C6.07162 31.0759 6.18835 30.9762 6.30219 30.8789C6.34745 30.8403 6.39226 30.802 6.43595 30.7639C6.59184 30.6278 6.73832 30.4898 6.86255 30.3286L6.86255 30.3286L6.8629 30.3281C6.86352 30.3273 6.86418 30.3265 6.86487 30.3256C6.87868 30.3078 6.90583 30.2729 6.94076 30.2498C6.96086 30.2365 6.98937 30.223 7.02465 30.2217C7.06176 30.2204 7.09553 30.2329 7.1235 30.2538L7.1235 30.2538L7.12386 30.2541C7.15198 30.2753 7.17732 30.3055 7.18644 30.3465C7.1953 30.3863 7.18521 30.4203 7.17569 30.4422C7.167 30.4621 7.1551 30.4799 7.14846 30.4898C7.14816 30.4903 7.14787 30.4907 7.1476 30.4911L7.14738 30.4914C7.14353 30.4972 7.1411 30.5008 7.13901 30.5042C7.13734 30.5069 7.13678 30.508 7.13677 30.508L7.13636 30.5089C6.99505 30.8168 6.76274 31.0328 6.54249 31.2338L6.54248 31.2338C6.42849 31.3378 6.31506 31.4451 6.20096 31.553C5.94503 31.7951 5.68569 32.0404 5.40896 32.2591C4.97925 32.5992 4.53532 32.9202 4.07717 33.2192ZM6.47508 31.1599C6.69651 30.9578 6.91373 30.7543 7.04547 30.4672L5.3469 32.1807C5.62009 31.9648 5.87399 31.7246 6.12831 31.484C6.24321 31.3753 6.35819 31.2666 6.47508 31.1599Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M9.05756 28.7358V28.7062L9.07525 28.7157C9.1061 28.6862 9.14487 28.6735 9.18316 28.6743C9.22175 28.6752 9.25599 28.6898 9.27266 28.6971C9.33951 28.7253 9.40378 28.7541 9.46699 28.7825C9.57812 28.8323 9.68597 28.8806 9.79878 28.922C10.9111 29.3276 12.002 29.8021 13.0742 30.3337C13.7719 30.6791 14.4577 31.0638 15.1078 31.5289C15.1113 31.5312 15.1158 31.5337 15.1249 31.5387C15.1267 31.5397 15.1287 31.5409 15.1309 31.5421C15.1422 31.5484 15.1597 31.5582 15.176 31.5709C15.1924 31.5835 15.2143 31.604 15.2283 31.6346C15.2438 31.6683 15.2455 31.7052 15.2347 31.741L15.2347 31.7412C15.224 31.7761 15.2022 31.8103 15.1644 31.8309C15.1293 31.8501 15.0942 31.85 15.0716 31.8475C15.0489 31.845 15.0278 31.8387 15.0144 31.8345C15.009 31.8329 15.0047 31.8315 15.0012 31.8304C14.9935 31.8279 14.9893 31.8266 14.985 31.8256L14.985 31.8256C14.7761 31.7778 14.5887 31.6719 14.4172 31.5713C13.3204 30.9304 12.1953 30.3593 11.0514 29.8362L11.0513 29.8361C10.8237 29.7318 10.5938 29.6375 10.3619 29.5423C10.2918 29.5136 10.2215 29.4848 10.1511 29.4556C9.85169 29.3315 9.55093 29.2013 9.25756 29.0442V29.1822L9.07675 28.9343C9.07619 28.9335 9.07559 28.9327 9.07495 28.9318C9.06559 28.919 9.04864 28.8959 9.03885 28.8705C9.02494 28.8344 9.02273 28.7881 9.05159 28.7442L9.05177 28.744C9.05364 28.7411 9.05557 28.7384 9.05756 28.7358Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M10.9903 34.3109L11.015 34.3392C11.0183 34.3429 11.022 34.348 11.028 34.3566C11.0286 34.3575 11.0293 34.3585 11.03 34.3596C11.035 34.3668 11.0426 34.3779 11.0506 34.3877C11.0681 34.4093 11.1152 34.4588 11.1906 34.443L11.1918 34.4428C11.2221 34.436 11.2518 34.4203 11.2736 34.3925C11.2942 34.3662 11.3009 34.3378 11.3031 34.3172C11.3063 34.2863 11.3002 34.2512 11.2978 34.2376C11.2975 34.2362 11.2973 34.235 11.2972 34.234C11.2971 34.2338 11.2971 34.2335 11.2971 34.2333L11.1982 34.2485C11.1702 34.0391 11.1043 33.837 11.0286 33.6378L10.9903 34.3109ZM10.9903 34.3109V34.2966C10.9767 34.2707 10.9602 34.2394 10.9447 34.208L10.9446 34.208L10.9438 34.2063C10.6463 33.5769 10.3647 32.9413 10.0836 32.3068C10.0318 32.1899 9.98004 32.073 9.92818 31.9562L10.0196 31.9156M10.9903 34.3109L8.98323 29.2238C8.98269 29.223 8.98204 29.222 8.98129 29.2209C8.97318 29.2086 8.95345 29.1787 8.92879 29.158C8.91285 29.1446 8.88823 29.1287 8.85523 29.124C8.82019 29.1189 8.78762 29.128 8.76069 29.1445L8.76027 29.1447C8.73256 29.1619 8.71159 29.1869 8.70066 29.2178C8.69056 29.2464 8.69149 29.2731 8.69406 29.2917C8.69665 29.3104 8.7018 29.3272 8.70559 29.3387C8.70878 29.3483 8.71015 29.352 8.71126 29.355C8.71228 29.3578 8.71307 29.36 8.71485 29.3656L8.7151 29.3664C8.73033 29.4128 8.74991 29.4586 8.76737 29.4994C8.77103 29.5079 8.77461 29.5163 8.77803 29.5244C8.94906 29.9431 9.14663 30.3485 9.34596 30.7497C9.37279 30.8037 9.39963 30.8576 9.42645 30.9114C9.5995 31.2588 9.77142 31.604 9.92822 31.9562L10.0196 31.9156M10.0196 31.9156C10.0715 32.0325 10.1233 32.1495 10.1752 32.2666C10.4562 32.901 10.7372 33.5354 11.0342 34.1635L8.81012 29.3352C8.82385 29.377 8.84131 29.4179 8.8587 29.4586C8.86261 29.4677 8.86652 29.4769 8.87038 29.486C9.06271 29.9569 9.28928 30.4118 9.51586 30.8666C9.68884 31.2139 9.86183 31.5612 10.0196 31.9156ZM11.1988 34.252C11.202 34.2566 11.2039 34.2592 11.2057 34.2615C11.2063 34.2623 11.2066 34.2626 11.2066 34.2626C11.2066 34.2625 11.2043 34.2599 11.1995 34.2567C11.1996 34.2572 11.1997 34.2576 11.1997 34.258C11.2055 34.2932 11.2125 34.3357 11.1702 34.3451L11.1988 34.252ZM11.1049 34.2921C11.1044 34.2941 11.1043 34.2956 11.1042 34.2962C11.1041 34.2968 11.1041 34.2971 11.1041 34.2971C11.1041 34.2971 11.1041 34.2951 11.1035 34.2902C11.0994 34.2845 11.095 34.2788 11.0903 34.2734L11.1049 34.2921Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M1.76606 30.0003L1.8057 30.0279C1.88379 30.0823 1.96216 30.0722 2.00038 30.0672L1.76606 30.0003ZM1.76606 30.0003L1.76305 29.9521M1.76606 30.0003L1.76305 29.9521M1.76305 29.9521C1.76115 29.9216 1.76548 29.8875 1.78445 29.8563C1.80387 29.8242 1.83151 29.8069 1.8542 29.7976C1.87498 29.789 1.8955 29.7856 1.9059 29.7839L1.91965 29.7817C1.92159 29.7814 1.92264 29.7811 1.92307 29.781M1.76305 29.9521L3.18262 29.8709M3.18262 29.8709L3.18291 29.8708C3.5879 29.7843 3.9873 29.6801 4.3842 29.5766C4.41634 29.5682 4.44848 29.5599 4.4806 29.5515C4.91008 29.4396 5.33733 29.3301 5.7713 29.2444L5.75192 29.1463L5.77119 29.2444C5.98524 29.2023 6.20417 29.1649 6.42447 29.1273C6.7691 29.0684 7.11707 29.0089 7.45494 28.9303L7.45571 28.9301L7.45571 28.9301C7.52944 28.9123 7.60316 28.8931 7.67685 28.8723C7.67746 28.8722 7.6782 28.872 7.67906 28.8718C7.69179 28.8687 7.73077 28.8593 7.76094 28.8359C7.78132 28.82 7.8003 28.7967 7.80959 28.7648C7.81848 28.7342 7.81597 28.7045 7.80938 28.679L7.71256 28.704L7.80965 28.68C7.79751 28.6309 7.76844 28.5942 7.73048 28.5715C7.69604 28.5509 7.65961 28.5448 7.63339 28.5428L7.62567 28.5422V28.5425C7.62481 28.5425 7.62392 28.5425 7.62302 28.5425C7.60253 28.5425 7.57252 28.5425 7.54111 28.5484C7.27836 28.5902 7.01348 28.6285 6.74774 28.6668C5.97132 28.7789 5.18753 28.8921 4.42781 29.0996L4.42774 29.0996C3.89246 29.2463 3.35672 29.3917 2.82102 29.5371C2.52227 29.6182 2.22353 29.6992 1.92489 29.7805L1.92329 29.781L1.92328 29.781C1.92326 29.781 1.92319 29.781 1.92307 29.781M3.18262 29.8709C2.79907 29.9517 2.40949 30.0258 2.01167 30.0659L3.18262 29.8709ZM1.92307 29.781V29.781ZM1.86286 29.9459C1.89245 29.9665 1.92011 29.9715 1.94669 29.9712L1.97378 29.8688L1.95946 29.8704C1.95564 29.8707 1.95238 29.871 1.94953 29.8711C1.94949 29.8711 1.94945 29.8711 1.94942 29.8711C1.94586 29.8712 1.94296 29.8712 1.94043 29.8711C1.93366 29.8707 1.92822 29.8695 1.92002 29.8638L1.9045 29.8861C1.88044 29.8922 1.86031 29.905 1.86286 29.9459Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M8.09785 30.8388C7.85271 31.7501 7.53889 32.6287 7.08201 33.4338L7.08192 33.4339C6.93508 33.6917 6.77183 33.9357 6.56243 34.1815L6.44272 34.322L6.39041 34.145C6.37112 34.0797 6.37089 34.0249 6.38318 33.9759C6.39216 33.9401 6.40908 33.907 6.41826 33.8891C6.41997 33.8857 6.42141 33.8829 6.42248 33.8807C6.52523 33.6582 6.6293 33.4354 6.73326 33.213C6.78525 33.1017 6.83722 32.9905 6.88898 32.8794L6.88905 32.8793C7.28911 32.0243 7.57034 31.1099 7.84657 30.1854C7.95433 29.8209 8.0848 29.4682 8.23801 29.1272L8.32923 29.1682M8.09785 30.8388L8.00129 30.8128M8.09785 30.8388L8.00129 30.8128M8.09785 30.8388C8.17541 30.5506 8.25921 30.2667 8.34342 29.9814C8.39291 29.8137 8.44255 29.6456 8.49113 29.4758C8.51521 29.394 8.53139 29.3103 8.5443 29.2294C8.54453 29.2279 8.54483 29.2262 8.54516 29.2242C8.54832 29.2055 8.5551 29.1654 8.54934 29.1271C8.54576 29.1034 8.5369 29.0749 8.51626 29.0486C8.49505 29.0217 8.46662 29.0038 8.43503 28.9938L8.43458 28.9936L8.43457 28.9936C8.40303 28.9838 8.36629 28.9826 8.33082 28.9993C8.29782 29.0148 8.27852 29.04 8.26782 29.0577C8.25719 29.0753 8.25035 29.0935 8.24633 29.1045C8.24431 29.11 8.24289 29.114 8.24179 29.1171C8.23996 29.1223 8.239 29.125 8.23765 29.1281L8.32923 29.1682M8.00129 30.8128C8.07909 30.5237 8.16358 30.2374 8.24808 29.9512C8.29753 29.7836 8.34698 29.6161 8.3951 29.4479C8.41752 29.3718 8.43294 29.2927 8.44555 29.2136C8.44583 29.2119 8.44612 29.2101 8.44642 29.2083C8.45345 29.1648 8.46275 29.1074 8.40491 29.0891C8.36257 29.076 8.3492 29.1136 8.33732 29.147C8.33465 29.1545 8.33206 29.1618 8.32923 29.1682M8.00129 30.8128C7.75743 31.7193 7.44631 32.5892 6.99504 33.3844C6.87699 33.5916 6.74863 33.789 6.59387 33.9854C6.59293 33.9873 6.59205 33.989 6.59121 33.9907C6.58387 34.0053 6.58015 34.0127 6.57717 34.0246C6.5744 34.0356 6.57206 34.054 6.58221 34.0883L6.48631 34.1167L6.41019 34.0518C6.44427 34.0118 6.4771 33.9718 6.5088 33.9318C6.5102 33.929 6.51159 33.9262 6.51293 33.9233L7.94243 30.2139M8.32923 29.1682C8.17787 29.5051 8.04894 29.8536 7.94243 30.2139M7.94243 30.2139C7.66634 31.1379 7.38324 32.0591 6.97962 32.9217L7.94243 30.2139Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M9.40476 27.987L9.25456 28.0742C9.25407 28.0745 9.25354 28.0748 9.25297 28.0751C9.24183 28.0815 9.21535 28.0968 9.19575 28.1214C9.16756 28.1568 9.15952 28.2012 9.17221 28.2454L9.17232 28.2458C9.17966 28.271 9.1912 28.2907 9.20476 28.3062V28.3137L9.20967 28.3116C9.24714 28.3504 9.29718 28.3599 9.31792 28.3633L9.32124 28.3639L9.32124 28.3638C9.4256 28.3775 9.52641 28.3615 9.61051 28.3482C9.62181 28.3464 9.63281 28.3447 9.64348 28.343L9.64439 28.3429L9.64439 28.3429C10.7876 28.1589 11.9412 28.0317 13.1016 27.9308C13.7625 27.8736 14.4201 27.8171 15.0838 27.8301L15.0842 27.8301C15.1815 27.8317 15.2772 27.8206 15.3658 27.8089C15.3663 27.8088 15.3669 27.8087 15.3676 27.8087C15.3844 27.8068 15.4266 27.802 15.4628 27.7804C15.4849 27.7671 15.5077 27.746 15.5218 27.7143C15.5356 27.6832 15.5368 27.6509 15.532 27.6218L15.532 27.6214L15.532 27.6214C15.527 27.5917 15.5152 27.5624 15.4929 27.5379C15.4709 27.5138 15.4452 27.5014 15.4241 27.4948C15.4043 27.4885 15.3852 27.4863 15.374 27.4851C15.3694 27.4846 15.3659 27.4843 15.3631 27.484C15.3569 27.4833 15.354 27.4831 15.3508 27.4825L15.3325 27.5808M9.40476 27.987L10.2325 27.9498C10.436 27.9285 10.6391 27.9043 10.8423 27.8801C11.0168 27.8593 11.1914 27.8384 11.3663 27.8195L11.3554 27.7201C11.3555 27.7201 11.3555 27.7201 11.3555 27.7201C12.6552 27.5779 13.9645 27.4617 15.292 27.4808L15.2953 27.4806L15.3066 27.4798C15.3167 27.4793 15.3334 27.4788 15.3529 27.4829L15.3325 27.5808M9.40476 27.987V28.0188V27.987ZM15.3325 27.5808C15.3232 27.5788 15.3145 27.5795 15.3056 27.5801C15.3011 27.5804 15.2965 27.5808 15.2918 27.5808L15.4334 27.6379C15.4255 27.5907 15.3903 27.5872 15.3565 27.5838C15.3483 27.583 15.3401 27.5822 15.3325 27.5808Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M9.68594 24.4849L9.69889 24.3857C9.76077 24.3938 9.79902 24.4324 9.8193 24.4706C9.83605 24.5022 9.84243 24.537 9.84569 24.5547C9.84576 24.5551 9.84584 24.5555 9.84591 24.5559C9.86942 24.6808 9.84848 24.7973 9.82879 24.8943L9.82878 24.8944C9.65316 25.7576 9.4494 26.6137 9.21468 27.4567L9.21457 27.4571C9.21343 27.4612 9.21225 27.4654 9.21102 27.4699C9.19455 27.5297 9.16837 27.6247 9.07993 27.6954L9.02953 27.6325L8.94658 27.688L8.94518 27.6865L8.86966 27.6076L8.90449 27.5797C8.89608 27.5192 8.90914 27.4708 8.9167 27.4428C8.91841 27.4364 8.91984 27.4311 8.92068 27.427C8.93903 27.3304 8.95835 27.2338 8.9776 27.1377L8.97965 27.1275C8.99963 27.0276 9.0195 26.9282 9.0383 26.8285L9.03835 26.8282C9.04246 26.8068 9.04656 26.7854 9.05067 26.764C9.19357 26.0186 9.33744 25.268 9.53473 24.5365L9.63128 24.5625M9.68594 24.4849L9.69956 24.3858C9.67072 24.3818 9.63531 24.3842 9.60256 24.4049C9.57034 24.4254 9.55518 24.4545 9.54787 24.4745C9.54098 24.4934 9.53827 24.512 9.53694 24.5213L9.53691 24.5214L9.5351 24.5339C9.5347 24.5364 9.53448 24.5374 9.53448 24.5374C9.53448 24.5374 9.5345 24.5373 9.53452 24.5372L9.63128 24.5625M9.68594 24.4849C9.64388 24.4791 9.63941 24.5108 9.63524 24.5402C9.63414 24.548 9.63305 24.5557 9.63128 24.5625M9.68594 24.4849C9.73078 24.4907 9.74059 24.5361 9.7476 24.5742C9.76722 24.6782 9.7504 24.7778 9.73078 24.8744L9.13656 26.8471C9.14058 26.8261 9.14459 26.8052 9.14861 26.7843C9.29171 26.0378 9.43497 25.2904 9.63128 24.5625' fill='white' stroke='white' stroke-width='0.2'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_0_1'%3E%3Crect width='32.1316' height='25.1842' fill='white' transform='translate(16.8672)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_0_1'%3E%3Crect width='16.3621' height='12.8243' fill='white' transform='matrix(-1 0 0 1 17 23.1757)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.s010205 .theme_tour .top_wrap .title .mtit::after {right: -41px;top: -32px;width: 63px;height: 65px;background-image: url("data:image/svg+xml,%3Csvg width='63' height='65' viewBox='0 0 63 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_54_1626)'%3E%3Cpath d='M33.5652 19.6399C32.414 22.0355 27.7834 35.7635 27.7721 38.4316C27.7495 43.1414 29.9049 45.0484 31.1496 49.2387C32.5978 54.1114 29.2119 60.4418 26.6831 64.5394C28.9715 65.2359 31.4154 64.9719 33.701 64.8483C33.8594 62.3544 34.8749 59.5403 36.0969 57.2907C38.0345 53.7211 39.6016 53.7744 37.4999 49.7077C36.3373 47.4609 33.6444 44.8012 33.0532 42.6612C31.8907 38.4653 39.5846 22.4512 36.2723 18.8114' fill='%23010000'/%3E%3Cpath d='M32.6511 42.4618C34.0372 40.7626 35.4402 39.1056 36.7131 37.3531C37.4061 37.8305 38.3283 38.8584 38.7695 39.51C36.9394 41.3861 34.6765 44.4558 33.4064 45.8825' fill='%23010000'/%3E%3Cpath d='M30.3682 38.4653C28.9171 36.8195 22.4309 32.6264 21.0901 30.9244C20.4169 31.4272 19.5344 32.4888 19.1186 33.16C21.0194 34.9659 28.422 40.5379 29.7459 41.9141' fill='%23010000'/%3E%3Cpath d='M48.7065 28.9978C52.4884 33.2386 52.4064 40.6587 45.5186 42.0601C38.4497 43.4981 34.3934 38.235 33.3695 34.4407C32.3398 30.6295 37.058 24.9564 43.7224 26.1528C45.742 26.5151 47.4421 27.5795 48.7036 28.9978H48.7065Z' fill='%2314AF95'/%3E%3Cpath d='M19.8149 20.7155C23.5968 24.9564 23.5148 32.3764 16.627 33.7779C9.55814 35.2158 5.50183 29.9527 4.47786 26.1584C3.44822 22.3444 8.16644 16.6741 14.8308 17.8705C16.8504 18.2328 18.5476 19.2972 19.8149 20.7155Z' fill='%2314AF95'/%3E%3Cpath d='M22.0156 20.2128C18.2337 15.972 18.3157 8.55189 25.2035 7.15045C32.2723 5.71249 36.3286 10.9756 37.3526 14.7699C38.3794 18.5839 33.664 24.2542 26.9997 23.0578C24.98 22.6955 23.2828 21.6311 22.0156 20.2128Z' fill='%2314AF95'/%3E%3Cpath d='M28.0403 13.3067C24.2584 9.06584 24.3405 1.64578 31.2283 0.244335C38.2971 -1.19362 42.3534 4.06952 43.3774 7.8638C44.407 11.6749 39.6888 17.3481 33.0245 16.1517C31.0048 15.7894 29.3076 14.725 28.0403 13.3067Z' fill='%2314AF95'/%3E%3Cpath d='M31.9276 19.6848C28.1457 15.444 28.2277 8.02389 35.1127 6.62245C42.1815 5.18449 46.2378 10.4476 47.2618 14.2419C48.2886 18.0559 43.5732 23.7262 36.9089 22.5298C34.8892 22.1675 33.192 21.1031 31.9276 19.6848Z' fill='%2314AF95'/%3E%3Cpath d='M28.0805 23.6167C31.8624 27.8575 31.7804 35.2776 24.8926 36.679C17.8238 38.117 13.7675 32.8539 12.7435 29.0596C11.7167 25.2484 16.4321 19.5753 23.0964 20.7717C25.1161 21.134 26.8133 22.1984 28.0805 23.6167Z' fill='%2314AF95'/%3E%3Cpath d='M15.6675 25.24C19.506 30.0229 19.441 38.3754 12.4683 39.9397C5.31177 41.5434 1.19041 35.609 0.146633 31.3373C-0.902802 27.0431 3.86067 20.6678 10.6155 22.0271C12.6635 22.4399 14.3833 23.6392 15.6675 25.24Z' fill='%2314AF95'/%3E%3Cpath d='M59.9337 27.9952C64.567 33.1712 64.468 42.2287 56.0273 43.939C47.3631 45.6943 42.3875 39.2713 41.1344 34.6401C39.8728 29.9864 45.6546 23.0634 53.8266 24.521C56.3017 24.9648 58.3836 26.2623 59.9337 27.9923V27.9952Z' fill='%2314AF95'/%3E%3Cpath d='M33.042 7.09428L33.0222 16.1517' stroke='%230E4926' stroke-miterlimit='10'/%3E%3Cpath d='M28.4931 10.7482L30.4873 17.7273' stroke='%230E4926' stroke-miterlimit='10'/%3E%3Cpath d='M38.9961 11.3407L35.7177 16.5646' stroke='%230E4926' stroke-miterlimit='10'/%3E%3Cpath d='M23.4441 14.9188L28.4678 19.2944' stroke='%230E4926' stroke-miterlimit='10'/%3E%3Cpath d='M35.958 19.5949L43.123 16.6376' stroke='%230E4926' stroke-miterlimit='10'/%3E%3Cpath d='M13.7864 21.6227L15.0508 30.5902' stroke='%230E4926' stroke-miterlimit='10'/%3E%3Cpath d='M9.80118 25.8747L12.7656 32.5056' stroke='%230E4926' stroke-miterlimit='10'/%3E%3Cpath d='M20.2842 24.9957L17.778 30.6239' stroke='%230E4926' stroke-miterlimit='10'/%3E%3Cpath d='M5.39406 30.7082L10.9863 34.3396' stroke='%230E4926' stroke-miterlimit='10'/%3E%3Cpath d='M19.7919 32.5477L25.1211 29.6634' stroke='%230E4926' stroke-miterlimit='10'/%3E%3Cpath d='M46.2142 27.1217L47.4814 36.0893' stroke='%230E4926' stroke-miterlimit='10'/%3E%3Cpath d='M42.2289 31.371L45.1934 38.0019' stroke='%230E4926' stroke-miterlimit='10'/%3E%3Cpath d='M52.7119 30.4919L50.2057 36.1202' stroke='%230E4926' stroke-miterlimit='10'/%3E%3Cpath d='M37.8218 36.2072L43.4141 39.8358' stroke='%230E4926' stroke-miterlimit='10'/%3E%3Cpath d='M52.2196 38.044L57.5488 35.1597' stroke='%230E4926' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_54_1626'%3E%3Crect width='63' height='65' fill='white' transform='matrix(-1 0 0 1 63 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.s010205 .theme_tour .con_wrap {margin-top: 116px;}
.s010205 .theme_tour .course_wrap .course_list.col4 li {width: auto;min-width: calc(100% / 7);max-width: calc(100% / 4);}
@media (max-width: 1240px){
    .s010205 .theme_tour .course_wrap .course_list.col4 li {min-width: calc(100% / 5);}
}
@media (max-width: 1200px){
    .s010205 .theme_tour .top_wrap {padding: 90px 0 70px;}
}
@media (max-width: 900px){
    .s010205 .theme_tour .course_wrap .course_list.col4 li {min-width: calc(100% / 4);}
}
@media (max-width: 767px){
    .s010205 .theme_tour .top_wrap {padding: 70px 0 60px;}
    .s010205 .theme_tour .course_wrap .course_list.col4 li {max-width: 100%;}
}
@media (max-width: 540px){
    .s010205 .theme_tour .top_wrap {padding: 50px 0;}
    /* .s010205 .theme_tour .top_wrap .title .mtit::before {left: -40px;bottom: 20px;width:33px;height: 24px;}
    .s010205 .theme_tour .top_wrap .title .mtit::after {right: -38px;top: -24px;width:42px;height: 43px;} */
    .s010205 .theme_tour .con_wrap {margin-top: 80px;}
}
/* sub010205 삼년산성 역사탐방로 End */

/* sub010206 보청천 벚꽃길 */
.s010206 .block {display: block;}
.s010206 .theme_tour .top_wrap {padding: 100px 0 54px;}
.s010206 .theme_tour .course_wrap {margin-top: 70px;}
.s010206 .theme_tour .top_wrap .title .mtit::after {top: -20px;right: -10px;width: 84px; height: 60px; background-image: url("data:image/svg+xml,%3Csvg width='84' height='60' viewBox='0 0 84 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9329 17.5421C12.291 13.446 15.6399 9.5032 19.7723 9.41688C22.5461 9.35861 25.1419 10.9685 26.9281 13.0792C28.0958 14.4582 28.9726 16.04 29.7453 17.678C28.6362 14.8445 28.0437 11.8188 29.5543 9.30898C31.2038 6.5682 35.0519 5.62944 38.0471 6.78186C41.0422 7.93212 43.1497 10.7873 44.0113 13.8647C44.4758 15.5221 44.6125 17.2399 44.5539 18.9621C44.6863 18.9513 44.8187 18.9427 44.9489 18.9405C47.332 18.8995 49.5957 19.9958 51.5513 21.3511C54.6267 23.4833 57.2833 26.4852 58.1123 30.1216C58.9414 33.7579 57.5394 38.0288 54.2382 39.7941C50.8654 41.5983 46.7308 40.4566 43.0889 39.2826C44.7536 41.4105 46.44 43.5751 47.434 46.0849C48.4281 48.5926 48.6494 51.5363 47.3906 53.9253C45.0596 58.3494 38.4508 58.986 34.199 56.3251C29.9472 53.6641 27.6596 48.7933 26.1837 44.0196C23.2884 48.3423 17.4175 50.5392 12.456 48.9228C7.49443 47.3043 4.03483 41.8465 4.97461 36.7383C5.91439 31.6301 11.3447 27.6959 16.482 28.626C13.6432 25.6371 11.5769 21.6403 11.9351 17.5442L11.9329 17.5421Z' fill='%23FFC1C7'/%3E%3Cpath d='M43.8947 29.2286C43.083 29.5501 42.2344 29.7702 41.3684 29.8889C41.4422 29.8782 41.5138 29.8695 41.5876 29.8587C40.6391 29.9839 39.6798 29.9839 38.7314 29.8587C38.8052 29.8695 38.8768 29.8782 38.9506 29.8889C38.8204 29.8717 38.6901 29.8501 38.5599 29.8285C38.3364 29.7897 38.1258 29.794 37.924 29.9105C37.7525 30.0098 37.5897 30.2062 37.5442 30.4026C37.453 30.8018 37.6657 31.3349 38.1215 31.4126C40.2007 31.7708 42.3668 31.5938 44.3331 30.8148C44.5393 30.7328 44.7108 30.6356 44.828 30.4371C44.9322 30.2601 44.9756 30.0012 44.9105 29.8048C44.8454 29.6062 44.7216 29.4142 44.5307 29.3127C44.3462 29.2156 44.0966 29.1487 43.8947 29.2307V29.2286Z' fill='%23FF999F'/%3E%3Cpath d='M35.6121 21.326C35.0956 22.692 34.5812 24.0581 34.0646 25.4242C33.9019 25.8558 34.2448 26.4083 34.6832 26.5075C35.1867 26.6219 35.5969 26.3543 35.7727 25.8925C36.2893 24.5264 36.8037 23.1604 37.3202 21.7943C37.483 21.3627 37.1401 20.8102 36.7017 20.7109C36.1981 20.5965 35.7879 20.8641 35.6121 21.326Z' fill='%23FF999F'/%3E%3Cpath d='M32.6977 30.1704C32.5523 30.1941 32.409 30.2179 32.2636 30.2416C32.1486 30.2697 32.0487 30.3215 31.9619 30.3992C31.8664 30.4617 31.7905 30.5437 31.734 30.6452C31.6689 30.7466 31.6342 30.8545 31.6299 30.9732C31.6038 31.0897 31.6082 31.2063 31.6451 31.325C31.6754 31.394 31.7037 31.4653 31.734 31.5343C31.8122 31.666 31.9185 31.7717 32.0509 31.8494C32.1204 31.8796 32.192 31.9077 32.2614 31.9379C32.4177 31.9789 32.5761 31.9789 32.7324 31.9379C32.8778 31.9141 33.0211 31.8904 33.1665 31.8667C33.2815 31.8386 33.3814 31.7868 33.4682 31.7091C33.5637 31.6465 33.6396 31.5645 33.6961 31.4631C33.7612 31.3617 33.7959 31.2538 33.8002 31.1351C33.8263 31.0185 33.822 30.902 33.7851 30.7833C33.7547 30.7142 33.7265 30.643 33.6961 30.574C33.6179 30.4423 33.5116 30.3366 33.3792 30.2589C33.3097 30.2287 33.2381 30.2006 33.1687 30.1704C33.0124 30.1294 32.854 30.1294 32.6977 30.1704Z' fill='%23FF999F'/%3E%3Cpath d='M28.7819 26.5859C27.8205 25.3558 26.7917 24.1775 25.7 23.0618C25.3766 22.7316 24.7689 22.7143 24.4477 23.0618C24.1199 23.4179 24.1026 23.9531 24.4477 24.307C25.5394 25.4249 26.5703 26.601 27.5296 27.8311C27.6577 27.9973 27.9572 28.088 28.1547 28.088C28.3717 28.088 28.6322 27.993 28.7798 27.8311C28.9339 27.6628 29.0489 27.4427 29.038 27.2096C29.0272 26.9614 28.9317 26.7823 28.7798 26.5881L28.7819 26.5859Z' fill='%23FF999F'/%3E%3Cpath d='M25.2392 33.3966C25.1438 33.4743 25.0504 33.5498 24.9549 33.6253C25.0461 33.5541 24.7965 33.744 24.7704 33.7635C24.5729 33.9081 24.3733 34.0483 24.1714 34.1821C23.7656 34.4519 23.3467 34.7022 22.9148 34.9331C22.0162 35.4144 21.3239 35.7014 20.3428 36.0036C19.9023 36.1395 19.5745 36.6229 19.7243 37.0869C19.8675 37.5293 20.3407 37.8487 20.8138 37.702C22.8974 37.0567 24.8073 36.0165 26.4937 34.6418C26.854 34.3483 26.8215 33.6966 26.4937 33.3966C26.1117 33.047 25.6256 33.0837 25.2414 33.3966H25.2392Z' fill='%23FF999F'/%3E%3Cpath d='M31.3121 35.893C31.5356 38.0381 31.8916 40.1703 32.3951 42.268C32.5036 42.7168 33.0397 43.0255 33.4846 42.883C33.9534 42.732 34.2182 42.2809 34.1032 41.7997C33.6279 39.825 33.285 37.8439 33.0831 35.893C33.0354 35.4355 32.7098 34.9909 32.1976 35.0125C31.7592 35.0319 31.2622 35.4031 31.3121 35.893Z' fill='%23FF999F'/%3E%3Cpath d='M65.6289 24.468C65.006 24.7723 64.3983 25.1068 63.7971 25.424C63.1568 25.7628 62.4558 26.2225 62.981 27.0253C63.1785 27.3274 63.3782 27.649 63.6408 27.9015C65.2013 29.41 67.1873 31.6091 69.5465 31.5444C70.8596 31.5077 72.2182 31.0674 73.4988 30.7977C74.8053 30.5214 76.355 30.4157 77.5379 29.7898C77.9654 29.5632 78.3301 28.9007 78.2129 28.4367C77.7614 26.6304 74.9855 24.3666 72.9431 23.6997C71.4282 23.2033 70.1173 23.2098 68.5459 23.4602C67.528 23.622 66.5622 24.0105 65.6267 24.4658L65.6289 24.468Z' fill='%238EBC70'/%3E%3Cpath d='M72.1176 24.0425C70.7611 24.6446 69.5674 25.5704 68.6406 26.7229C68.0242 26.6387 67.4078 26.5589 66.7893 26.4855C65.8321 26.3733 64.875 26.274 63.9135 26.1877C63.7833 26.1769 63.7767 26.3797 63.907 26.3905C65.0095 26.4898 66.1099 26.6063 67.2103 26.7401C67.2147 26.7552 67.2212 26.7682 67.232 26.7833C68.1262 27.7954 68.9249 28.8874 69.6151 30.0463C69.6824 30.1585 69.8625 30.0636 69.7953 29.9514C69.1246 28.827 68.3519 27.7652 67.4925 26.7747C67.9873 26.8372 68.4822 26.8998 68.9748 26.971C69.9211 27.1027 70.8653 27.2516 71.8072 27.4113C71.8072 27.4329 71.8115 27.4545 71.8267 27.476C72.3737 28.2163 72.8902 28.9759 73.3742 29.7571C73.4437 29.8672 73.6238 29.7722 73.5544 29.6622C73.0856 28.9069 72.5864 28.1731 72.0611 27.4566C72.7101 27.5688 73.359 27.6854 74.0058 27.8084C74.9521 27.9897 75.8941 28.186 76.836 28.3954C76.9641 28.4234 77.0248 28.2292 76.8946 28.2012C75.753 27.9487 74.607 27.7156 73.4567 27.5019C74.0753 26.9365 74.7329 26.3646 75.562 26.1467C75.69 26.1143 75.6423 25.9157 75.5142 25.9481C74.6092 26.1855 73.8973 26.82 73.2245 27.4372C73.218 27.4437 73.2158 27.4501 73.2114 27.4545C72.7622 27.3725 72.3129 27.2926 71.8636 27.2171C70.8696 27.0487 69.8734 26.8977 68.875 26.7574C69.7714 25.6676 70.9195 24.7979 72.2109 24.2238C72.3324 24.1698 72.2348 23.9907 72.1154 24.0447L72.1176 24.0425Z' fill='%23779E5D'/%3E%3Cpath d='M56.7474 46.5597C56.233 46.0957 55.6969 45.6554 55.1782 45.2173C54.6248 44.749 53.9389 44.2721 53.3811 45.0533C53.1706 45.3468 52.9449 45.6511 52.8038 45.9856C51.9682 47.984 50.6421 50.6277 51.571 52.7857C52.0898 53.9878 52.9991 55.0798 53.7241 56.1653C54.462 57.2702 55.1326 58.6665 56.1527 59.5276C56.5217 59.8384 57.2748 59.9333 57.6655 59.6549C59.1891 58.5716 60.283 55.1747 60.1571 53.0404C60.0638 51.4585 59.5754 50.2457 58.7637 48.8861C58.2385 48.0034 57.5201 47.2546 56.7496 46.5575L56.7474 46.5597Z' fill='%238EBC70'/%3E%3Cpath d='M59.5339 52.4023C58.4726 51.3707 57.1682 50.6068 55.7466 50.173C55.599 49.5731 55.4471 48.9731 55.2886 48.3753C55.0412 47.4495 54.7808 46.5258 54.5095 45.6086C54.4726 45.4835 54.2794 45.5525 54.3163 45.6777C54.631 46.733 54.924 47.7948 55.204 48.8609C55.191 48.8695 55.1801 48.8803 55.1736 48.8976C54.5572 50.0975 53.828 51.2369 52.9989 52.3009C52.9186 52.4045 53.0748 52.5361 53.1551 52.4325C53.9604 51.3988 54.6701 50.2939 55.2778 49.135C55.4015 49.6162 55.523 50.0953 55.6402 50.5787C55.8638 51.5024 56.0743 52.4282 56.2718 53.3583C56.2523 53.367 56.2328 53.3778 56.2197 53.3993C55.7292 54.1763 55.2083 54.9337 54.6549 55.6697C54.5767 55.7732 54.7308 55.907 54.8111 55.8013C55.3451 55.0913 55.8486 54.3575 56.3239 53.6087C56.4585 54.2496 56.5887 54.8927 56.7102 55.5358C56.8882 56.4768 57.0532 57.422 57.2029 58.3673C57.2225 58.4967 57.4286 58.4795 57.4069 58.35C57.2246 57.2019 57.0184 56.0559 56.7971 54.9143C57.5524 55.279 58.3315 55.6761 58.8394 56.3624C58.9175 56.4681 59.0847 56.3516 59.0065 56.2459C58.4509 55.497 57.5958 55.0719 56.771 54.6769C56.7645 54.6726 56.7558 54.6726 56.7493 54.6705C56.6603 54.2259 56.5713 53.7813 56.4758 53.3368C56.2675 52.357 56.0439 51.3794 55.8052 50.4061C57.153 50.8334 58.3901 51.5758 59.4015 52.5577C59.4949 52.6505 59.6272 52.4929 59.5339 52.4023Z' fill='%23779E5D'/%3E%3Cpath d='M0.0363541 17.2396C0.147044 16.7562 0.23603 16.4023 0.526863 15.9944C0.815525 15.5865 1.09551 15.3858 1.4992 15.1485C1.71407 15.0211 1.968 14.9629 2.1959 14.8981C2.27186 14.8765 2.34782 14.8614 2.42596 14.855C2.63214 14.8377 2.84701 14.8377 3.0532 14.8398C3.08793 14.8398 3.12048 14.842 3.15521 14.8463C3.19428 14.8506 3.23117 14.8571 3.27024 14.8657C3.47643 14.9111 3.68696 14.9693 3.8888 15.0362C3.95826 15.06 4.02554 15.088 4.09065 15.1226C4.30335 15.2369 4.51822 15.3664 4.71138 15.5175C4.90021 15.6642 5.0543 15.8628 5.21491 16.0441C5.26917 16.1045 5.31909 16.1671 5.3625 16.2383C5.49706 16.4563 5.63597 16.6958 5.72496 16.9483C5.77053 17.0756 5.79658 17.2159 5.82696 17.3454C5.8313 17.3648 5.83565 17.3864 5.84216 17.408C5.89208 17.4965 5.95068 17.6 5.98757 17.6993C6.02664 17.8072 6.05268 17.9475 6.07656 18.0468C6.10477 18.1611 6.14384 18.2885 6.15903 18.4115C6.16337 18.4417 6.16554 18.4719 6.16554 18.5043C6.17423 18.7287 6.1764 18.9661 6.1612 19.1927C6.14167 19.4474 6.05485 19.702 5.98757 19.9437C5.96804 20.0149 5.94417 20.0818 5.91378 20.1466C5.69674 20.5998 5.44497 21.04 5.04996 21.3378C4.89369 21.4565 4.71572 21.5709 4.5486 21.6702C4.5117 21.6918 4.47481 21.7112 4.43574 21.7285C4.25126 21.8062 4.05158 21.8644 3.85842 21.9184C3.81501 21.9313 3.76943 21.9421 3.72385 21.9464C3.60014 21.9637 3.46775 21.9572 3.34837 21.9615C3.23334 21.9637 3.10529 21.9745 2.98809 21.9637C2.74066 21.9421 2.49107 21.8515 2.25667 21.7759C1.94413 21.6745 1.64896 21.4803 1.39502 21.2645C1.21054 21.1069 1.04342 20.9084 0.887148 20.7185C0.826377 20.6451 0.774288 20.5674 0.726539 20.4854C0.548567 20.1746 0.366254 19.8531 0.266416 19.497C0.168748 19.1452 0.0732508 18.7827 0.0298429 18.4136C0.0189909 18.3187 0.00813898 18.2237 0.00596858 18.1288C-0.000542598 17.8957 -0.00488339 17.6497 0.0103094 17.4166C0.0146502 17.3583 0.0233317 17.3022 0.0363541 17.2461V17.2396Z' fill='%23FFD3D3'/%3E%3Cpath d='M77.8645 44.8412C77.9752 44.3578 78.0642 44.0039 78.355 43.596C78.6436 43.1881 78.9236 42.9874 79.3273 42.75C79.5422 42.6227 79.7961 42.5644 80.024 42.4997C80.1 42.4781 80.1759 42.463 80.2541 42.4565C80.4603 42.4393 80.6751 42.4393 80.8813 42.4414C80.9161 42.4414 80.9486 42.4436 80.9833 42.4479C81.0224 42.4522 81.0593 42.4587 81.0984 42.4673C81.3046 42.5126 81.5151 42.5709 81.7169 42.6378C81.7864 42.6615 81.8537 42.6896 81.9188 42.7241C82.1315 42.8385 82.3463 42.968 82.5395 43.119C82.7283 43.2658 82.8824 43.4643 83.043 43.6456C83.0973 43.706 83.1472 43.7686 83.1906 43.8398C83.3252 44.0578 83.4641 44.2974 83.5531 44.5499C83.5987 44.6772 83.6247 44.8175 83.6551 44.9469C83.6594 44.9664 83.6638 44.988 83.6703 45.0095C83.7202 45.098 83.7788 45.2016 83.8157 45.3009C83.8548 45.4088 83.8808 45.5491 83.9047 45.6483C83.9329 45.7627 83.972 45.89 83.9872 46.013C83.9915 46.0433 83.9937 46.0735 83.9937 46.1058C84.0024 46.3303 84.0045 46.5677 83.9893 46.7943C83.9698 47.0489 83.883 47.3036 83.8157 47.5453C83.7962 47.6165 83.7723 47.6834 83.7419 47.7481C83.5249 48.2013 83.2731 48.6416 82.8781 48.9394C82.7218 49.0581 82.5438 49.1725 82.3767 49.2718C82.3398 49.2933 82.3029 49.3128 82.2639 49.33C82.0794 49.4077 81.8797 49.466 81.6865 49.5199C81.6431 49.5329 81.5976 49.5437 81.552 49.548C81.4283 49.5653 81.2959 49.5588 81.1765 49.5631C81.0615 49.5653 80.9334 49.576 80.8162 49.5653C80.5688 49.5437 80.3192 49.453 80.0848 49.3775C79.7723 49.2761 79.4771 49.0818 79.2231 48.866C79.0387 48.7085 78.8715 48.51 78.7153 48.32C78.6545 48.2467 78.6024 48.169 78.5547 48.087C78.3767 47.774 78.1944 47.4546 78.0945 47.0986C77.9969 46.7468 77.9014 46.3842 77.858 46.0152C77.8471 45.9202 77.8363 45.8253 77.8341 45.7303C77.8276 45.4973 77.8232 45.2512 77.8384 45.0182C77.8428 44.9599 77.8515 44.9038 77.8645 44.8477V44.8412Z' fill='%23FFD3D3'/%3E%3Cpath d='M64.5654 36.7685C64.6457 36.4168 64.7109 36.1599 64.9214 35.8643C65.1319 35.5686 65.3338 35.4219 65.6268 35.2492C65.783 35.1564 65.9675 35.1154 66.1325 35.068C66.1889 35.0528 66.2431 35.0421 66.2996 35.0377C66.4493 35.0248 66.6056 35.0248 66.7554 35.0269C66.7792 35.0269 66.8053 35.0269 66.8292 35.0313C66.8574 35.0334 66.8856 35.0399 66.9116 35.0442C67.0614 35.0766 67.2155 35.1197 67.3609 35.1694C67.4108 35.1866 67.4607 35.2061 67.5085 35.232C67.6626 35.3161 67.8189 35.4089 67.9599 35.519C68.0967 35.6269 68.2095 35.7715 68.3246 35.901C68.3636 35.9441 68.4005 35.9916 68.4309 36.0413C68.5286 36.201 68.6306 36.3736 68.6935 36.557C68.7261 36.6498 68.7456 36.7513 68.7673 36.8462C68.7717 36.8613 68.7738 36.8764 68.7782 36.8915C68.8129 36.9563 68.8585 37.0297 68.8824 37.103C68.9106 37.1829 68.9301 37.2843 68.9475 37.3555C68.967 37.4375 68.9974 37.5303 69.0082 37.621C69.0104 37.6426 69.0126 37.6663 69.0126 37.6879C69.0191 37.8497 69.0213 38.0245 69.0082 38.1885C68.9952 38.372 68.9301 38.5576 68.8824 38.7324C68.8672 38.7842 68.8498 38.8317 68.8281 38.8791C68.6697 39.2093 68.4873 39.5287 68.2008 39.7445C68.0858 39.8309 67.9578 39.915 67.8362 39.9862C67.8102 40.0013 67.782 40.0164 67.7537 40.0272C67.6192 40.0833 67.4738 40.1265 67.3349 40.1654C67.3023 40.174 67.2697 40.1826 67.2372 40.1869C67.1482 40.1999 67.0505 40.1956 66.9637 40.1977C66.8812 40.1977 66.7879 40.2064 66.7011 40.1977C66.521 40.1826 66.3408 40.1179 66.1694 40.0618C65.9436 39.9884 65.7288 39.8481 65.5443 39.6906C65.4097 39.5762 65.2882 39.4316 65.1753 39.2935C65.1319 39.2417 65.0928 39.1834 65.0581 39.123C64.9301 38.8964 64.7955 38.6633 64.7239 38.4044C64.6523 38.1475 64.585 37.8843 64.5524 37.6167C64.5437 37.5476 64.5372 37.4785 64.535 37.4095C64.5307 37.239 64.5285 37.062 64.5372 36.8915C64.5394 36.8484 64.5481 36.8095 64.5568 36.7664L64.5654 36.7685Z' fill='white'/%3E%3Cpath d='M55.5896 17.3089C55.5483 19.4649 56.7008 21.5021 59.2619 21.5841C61.1458 21.6445 62.83 20.449 63.4464 18.8326C65.2782 19.4109 67.225 19.3526 68.447 17.4881C69.7449 15.5048 68.4687 13.7891 66.8734 12.5525C67.9282 10.9296 67.8588 8.74349 66.1463 7.317C63.9977 5.52794 61.2543 6.45808 59.9911 8.59243C58.9233 7.6925 57.6254 7.23067 56.2038 8.00758C54.9493 8.6917 54.6194 9.73837 54.8234 10.7807C53.5429 11.0419 52.4946 11.8447 52.2775 13.4913C51.9737 15.7745 53.6753 17.0241 55.5939 17.3111L55.5896 17.3089Z' fill='white'/%3E%3Cpath d='M45.201 2.59138C45.2922 2.20076 45.3638 1.91374 45.6047 1.58355C45.8435 1.25336 46.0735 1.09151 46.4078 0.899436C46.5836 0.798006 46.7941 0.750526 46.9851 0.698732C47.048 0.681467 47.111 0.670676 47.1761 0.664202C47.3476 0.651253 47.5234 0.651256 47.6948 0.653414C47.723 0.653414 47.7513 0.655572 47.7795 0.659888C47.812 0.664204 47.8424 0.668519 47.875 0.674993C48.0464 0.711681 48.2201 0.761319 48.3872 0.815271C48.4458 0.834694 48.5 0.856273 48.5543 0.884328C48.7301 0.977126 48.9081 1.08287 49.0687 1.20588C49.2249 1.32458 49.353 1.48643 49.4854 1.63318C49.5288 1.68282 49.5722 1.73246 49.6069 1.79072C49.7176 1.96769 49.8348 2.16192 49.9086 2.36694C49.9455 2.47052 49.9694 2.5849 49.9954 2.68849C49.9998 2.7036 50.002 2.72302 50.0063 2.73812C50.0475 2.8115 50.0974 2.89351 50.1257 2.97552C50.1582 3.064 50.1799 3.17837 50.1995 3.25822C50.2233 3.35102 50.2559 3.45461 50.2689 3.55388C50.2733 3.57762 50.2733 3.60352 50.2754 3.62726C50.2841 3.80854 50.2863 4.00277 50.2733 4.18405C50.2581 4.38906 50.1864 4.59624 50.1322 4.79262C50.117 4.84873 50.0974 4.90269 50.0714 4.95664C49.8934 5.32352 49.6851 5.6796 49.3595 5.92131C49.2293 6.01626 49.0817 6.10906 48.945 6.18891C48.9146 6.20617 48.8842 6.22128 48.8516 6.23423C48.6975 6.29681 48.5326 6.34429 48.3742 6.38529C48.3373 6.39608 48.3004 6.40471 48.2635 6.40903C48.1615 6.42198 48.0508 6.41767 47.9531 6.41982C47.8576 6.41982 47.7513 6.43061 47.6536 6.41982C47.4474 6.4004 47.2434 6.32919 47.048 6.2666C46.7898 6.18459 46.5445 6.02705 46.334 5.85009C46.1799 5.7206 46.0432 5.5609 45.9129 5.40768C45.863 5.34941 45.8196 5.28467 45.7805 5.21777C45.6329 4.96527 45.481 4.70414 45.3985 4.41496C45.3161 4.13009 45.2379 3.83444 45.201 3.53662C45.1924 3.45893 45.1837 3.38339 45.1815 3.3057C45.175 3.11579 45.1728 2.91725 45.1815 2.72734C45.1837 2.67986 45.1924 2.63454 45.2032 2.58922L45.201 2.59138Z' fill='%23FFD3D3'/%3E%3C/svg%3E%0A");}
.s010206 .theme_tour .top_wrap .title .mtit::before {bottom: 52px;left: -40px;width: 25px; height: 28px; background-image: url("data:image/svg+xml,%3Csvg width='25' height='28' viewBox='0 0 25 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7421 6.44601C9.76702 -2.45903 3.90906 0.66329 1.54556 6.20942C-0.683838 11.4714 3.06977 17.0715 8.3784 16.9461C-5.08198 20.8667 3.19902 25.82 9.53118 18.2967C10.0034 36.0902 16.0023 24.3223 13.4032 18.7154C29.4913 28.4673 26.2661 0.84765 13.448 9.75815L12.7271 6.44029L12.7421 6.44601Z' fill='%23FFD154'/%3E%3C/svg%3E%0A");}
.s010206 .theme_tour .con_wrap .story_wrap .story_list:first-child::before {right: calc(50% + 120px);bottom: 7px;width: 327px; height: 231px; background-image: url("data:image/svg+xml,%3Csvg width='327' height='231' viewBox='0 0 327 231' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M317.955 137.56C318.448 137.572 317.461 137.549 317.955 137.56C314.347 137.431 314.735 137.842 314.006 141.814C315.981 141.944 316.368 142.273 318.331 142.273M318.46 143.389C321.21 145.951 322.773 148.701 324.747 151.133C325.417 151.956 325.946 152.802 325.029 153.777C322.115 156.915 322.749 160.323 324.253 163.789C324.923 165.34 325.687 166.868 326.275 168.454C327.379 171.451 326.85 172.932 324.289 174.882C323.384 175.564 322.373 175.928 321.327 176.245C315.922 177.891 311.139 180.77 306.603 184.001C303.759 186.034 300.81 186.962 297.355 186.598C296.109 186.469 294.864 185.94 293.407 186.375C293.736 188.408 294.076 190.359 294.37 192.321C294.981 196.293 295.193 200.241 294.217 204.201C293.783 205.952 292.972 207.245 291.268 208.056C289.117 209.09 287.073 210.359 284.969 211.487C283.536 212.263 282.384 213.156 281.914 214.919C281.503 216.481 280.786 216.517 279.646 215.283C276.262 211.616 272.031 209.689 267.143 208.937C265.321 208.655 263.982 209.09 262.548 210.277C261.126 211.464 260.809 212.968 260.656 214.507C260.186 219.325 257.953 223.661 257.025 228.338C256.931 228.82 256.719 229.302 256.473 229.725C255.932 230.665 255.18 230.689 254.722 229.725C254.346 228.926 254.205 227.998 253.817 227.198C252.465 224.39 250.762 224.061 248.435 226.094C248.212 226.294 248 226.505 247.788 226.717C246.602 227.951 245.25 228.268 243.746 227.351C242.571 226.634 241.278 226.623 239.986 226.576C237.295 226.482 234.604 226.399 231.913 226.329C225.438 226.141 219.221 225.13 213.828 221.111C212.594 220.183 211.36 219.29 210.96 217.798C210.196 214.919 208.328 213.884 205.484 213.79C203.157 213.708 201.348 212.615 200.572 210.159C200.196 208.949 199.526 207.821 198.998 206.669C198.046 206.775 197.646 207.539 197.047 208.044C194.626 210.112 192.205 212.192 189.373 213.72C187.857 214.531 186.483 214.578 185.354 213.203C182.992 210.336 179.714 209.16 176.306 208.338C169.855 206.787 163.756 204.366 158.033 201.064C154.59 199.09 151.1 197.021 149.02 193.437C145.741 187.785 144.167 181.616 144.66 175.105C145.459 164.588 148.949 155.081 156.2 147.173C157.422 145.845 158.479 144.353 159.643 142.907C158.82 142.508 158.362 142.778 157.915 142.942C148.796 146.221 140.007 150.193 131.64 155.105C126.034 158.395 120.805 162.214 116.363 166.997C114.953 168.525 113.331 170.017 112.615 171.98C111.816 174.189 110.288 175.587 108.631 177.021C107.503 177.996 106.069 178.49 105.035 179.641C103.813 181.005 101.721 181.193 100.1 180.405C98.4662 179.606 98.3251 178.643 99.371 177.15C100.852 175.047 103.237 173.883 104.741 171.815C106.386 169.535 108.972 168.278 110.817 166.186C114.248 162.308 118.044 158.807 122.204 155.669C125.4 153.272 128.772 151.168 131.992 148.83C142.897 140.886 155.224 136.162 168.139 132.836C172.969 131.591 177.587 129.981 182.205 127.49C180.912 126.432 179.561 125.892 178.268 125.233C173.544 122.801 169.197 119.875 165.424 116.068C160.877 111.473 158.385 105.985 157.586 99.6511C156.858 93.8578 158.891 89.0986 163.062 85.1619C163.485 84.7624 164.144 84.5039 164.085 83.787C163.721 79.7681 165.542 76.2075 166.412 72.4471C167.293 68.6398 168.891 65.2554 172.076 62.8699C174.59 60.978 177.023 58.898 180.419 58.6043C181.688 58.4985 182.898 57.8874 184.144 57.5349C185.695 57.1001 186.776 56.1718 187.34 54.6559C188.668 51.0835 191.477 49.3678 195.037 48.8038C203.381 47.4641 211.501 47.9694 219.304 51.6476C222.888 53.3397 226.166 55.2787 228.599 58.4632C229.562 59.7324 230.596 60.9545 231.584 62.2001C235.744 67.4294 239.187 72.9642 239.457 79.9209C239.457 80.2147 239.563 80.5085 240.068 80.532C240.832 79.9797 241.208 79.0513 241.643 78.1935C244.263 73.0112 247.483 68.205 251.173 63.7278C254.416 59.7911 258.012 56.2658 262.43 53.563C269.998 48.9213 278.365 47.3819 287.002 46.9353C292.466 46.6533 291.632 47.2174 292.843 50.966C292.901 51.154 292.995 51.342 293.031 51.53C293.348 53.0459 294.147 53.986 295.816 54.1153C297.237 54.2328 298.53 54.8909 299.599 55.8075C302.267 58.0872 304.406 60.8722 306.204 63.8218C307.12 65.3259 308.002 66.172 309.623 66.6891C312.291 67.5352 313.842 69.5564 314.676 72.2004C315.04 73.3755 314.852 74.0571 313.771 74.9502C310.998 77.2416 308.789 80.0737 306.826 83.0937C305.804 84.6684 305.698 86.1843 306.497 87.8882C307.179 89.3218 307.672 90.8495 308.307 92.3067C308.765 93.3643 308.589 94.0928 307.708 94.9272C305.969 96.5723 305.922 97.2774 306.979 99.3456C307.343 100.051 307.767 100.732 308.201 101.402C308.871 102.413 308.718 103.247 307.778 103.999C306.298 105.186 304.876 106.432 303.383 107.607C301.198 109.334 299 111.109 296.356 112.072C291.761 113.741 287.037 114.928 282.196 115.762C274.593 117.078 267.248 119.064 260.785 123.671C257.013 126.35 254.216 129.617 252.348 133.824C256.003 129.863 260.75 127.49 265.415 125.21C270.045 122.954 274.945 121.191 280.045 120.122C282.09 119.699 284.147 119.193 286.097 118.488C289.611 117.219 293.219 116.467 296.932 116.526C300.61 116.585 304.182 115.233 307.884 115.927C309.94 115.174 312.02 114.481 314.1 113.764C313.807 114.505 313.607 115.28 313.489 116.068C311.891 116.561 310.187 116.914 308.331 117.407C310.14 118.5 311.774 119.229 313.513 119.276C313.654 120.157 313.901 121.003 314.253 121.814C313.36 121.638 312.443 121.555 311.48 121.661C310.681 121.743 309.858 121.708 309.188 121.203C305.945 118.735 302.255 118.242 298.295 118.394C287.46 118.794 277.354 122.249 267.46 126.103C262.066 128.207 257.084 131.614 253.124 136.127C251.937 137.478 251.937 137.748 253.547 138.348C261.772 141.403 270.104 144.047 278.847 145.175C281.115 145.469 283.348 145.998 285.663 145.692C287.167 145.493 288.542 145.363 289.035 143.436C289.294 142.437 290.328 141.744 291.338 141.203C293.219 140.181 295.228 139.664 297.32 139.452C298.377 139.347 299.611 138.994 300.152 140.392C300.716 141.85 299.987 143.695 298.589 144.435C296.615 145.493 294.417 145.798 292.267 146.104C290.692 146.327 289.153 146.621 287.613 147.032C281.761 148.583 275.85 148.983 269.869 148.007C269.528 147.949 269.105 147.655 268.788 148.125C268.894 148.818 269.469 149.041 269.975 149.3C279.199 154.153 288.965 156.938 299.458 156.809C300.163 156.809 300.845 156.785 301.468 156.398C304.147 154.729 307.026 155.222 309.893 155.669C310.704 155.798 311.421 156.163 311.95 156.785C314.194 159.429 317.414 160.558 320.317 162.179C320.434 162.25 320.681 162.085 320.881 162.026C321.856 157.537 317.708 156.503 315.499 154.012C317.132 153.836 318.507 154.306 319.741 155.117C320.622 155.704 321.092 155.434 321.68 154.647C323.278 152.496 323.278 152.567 321.645 150.452C320.799 149.359 320.082 148.137 319.377 146.938C318.437 145.351 317.167 144.341 315.24 144.611C313.325 144.881 311.785 144.212 310.246 142.766C311.527 142.143 311.997 141.074 312.255 139.734C312.549 138.254 313.384 136.961 315.052 136.538C315.64 136.397 316.063 136.115 316.451 135.575C317.755 133.694 319.388 132.155 321.551 131.274C322.056 131.626 322.585 131.932 323.149 132.178C321.081 132.989 319.318 134.223 317.896 136.315M298.213 141.462C295.157 140.686 292.666 141.438 290.927 143.789C293.465 143.495 296.203 143.859 298.213 141.462ZM165.201 138.947C168.127 138.606 170.583 138.512 172.534 136.362C173.744 135.034 175.436 134.164 177.411 132.731C171.888 132.648 168.409 135.057 165.201 138.959V138.947ZM179.408 129.969C182.358 131.838 184.896 130.651 187.305 129.311C189.749 127.96 192.147 126.62 195.695 126.89C194.203 125.868 193.204 125.657 192.1 125.856C187.728 126.667 183.568 128.113 179.397 129.957L179.408 129.969ZM192.84 130.263C191.124 129.875 189.491 130.098 187.987 131.027C187.775 131.156 187.681 131.52 187.575 131.802C187.329 132.437 185.918 132.073 186.283 133.072C186.647 134.059 187.693 134.023 188.598 133.976C189.091 133.953 189.585 133.882 190.067 133.753C191.218 133.459 192.358 133.13 194.18 132.613C192.534 132.002 194.203 130.58 192.828 130.263H192.84ZM234.333 69.5681C232.018 65.2437 228.893 61.4363 225.579 57.8639C221.337 53.281 215.625 51.3303 209.679 50.2022C205.155 49.3443 200.525 49.4736 195.978 50.2257C193.04 50.7075 190.419 51.8473 189.033 54.7969C188.516 55.9015 188.574 56.536 189.973 56.9473C195.648 58.6513 200.337 61.9416 204.497 66.0898C205.766 67.3589 206.977 68.6868 208.493 69.6739C208.822 69.8854 209.151 70.1439 209.374 70.4612C209.656 70.849 209.914 71.3425 209.444 71.7891C209.092 72.1181 208.669 71.9654 208.375 71.7186C207.682 71.1545 207.024 70.5435 206.366 69.9206C202.746 66.4893 199.15 63.0227 194.638 60.7312C193.31 60.0497 192.006 59.3211 190.537 58.9685C187.399 58.193 186.565 58.287 183.298 59.9909C183.686 60.8135 184.567 60.8487 185.202 61.119C191.16 63.6573 195.625 68.0052 199.609 72.9407C199.855 73.2462 200.079 73.587 200.243 73.9513C200.549 74.6446 201.36 75.5495 200.49 76.0665C199.444 76.6893 199.338 75.3732 198.939 74.7974C194.509 68.3342 188.704 63.716 181.089 61.5538C177.657 60.5785 175.248 62.3176 172.651 64.6796C174.966 65.3847 177.058 65.0204 179.044 65.702C185.531 67.8994 191.124 71.2955 195.425 76.6893C196.859 78.4755 198.387 80.1912 199.797 82.0009C200.478 82.8822 201.559 83.646 201.301 85.0092C200.255 85.3617 199.973 84.6214 199.562 84.1043C198.257 82.4709 196.929 80.8493 195.672 79.1806C191.042 73.0112 184.708 69.4976 177.505 67.2179C175.049 66.4423 172.804 67.4647 170.454 67.5117C169.902 67.5117 169.678 68.111 169.479 68.5458C168.503 70.614 167.692 72.7292 167.845 75.1969C173.58 76.2193 178.927 77.9702 183.415 82.4592C181.488 83.2465 180.489 82.2829 179.479 81.6248C176.706 79.7799 173.78 78.3345 170.466 77.7939C169.878 77.6999 169.291 77.5824 168.691 77.5707C166.87 77.5237 166.329 77.9114 166.035 79.6624C165.824 80.9315 165.636 82.2241 166.2 83.693C169.302 82.7294 172.181 83.6813 174.955 84.9857C178.022 86.4311 181.018 87.994 184.05 89.5099C184.32 89.6391 184.614 89.7331 184.849 89.9094C185.331 90.2619 185.918 90.7202 185.542 91.3548C185.061 92.1774 184.367 91.7309 183.733 91.4018C181.606 90.309 179.491 89.2043 177.34 88.1467C176 87.4887 174.626 86.9011 173.239 86.3253C171.347 85.538 169.338 85.5145 167.352 85.7025C165.589 85.8788 164.238 86.8541 163.098 88.229C160.207 91.7426 159.079 95.7615 159.749 100.239C160.982 108.441 164.919 114.998 171.805 119.722C175.671 122.378 179.773 124.599 184.027 126.573C184.767 126.914 185.39 126.855 186.012 126.585C194.638 122.907 203.369 123.906 212.135 125.927C215.249 126.644 218.399 127.067 221.724 126.55C221.395 124.047 219.515 122.072 219.456 119.499C219.456 119.064 218.704 118.618 218.269 118.218C215.144 115.339 211.501 113.306 207.576 111.755C206.013 111.144 204.603 110.133 202.864 109.91C202.018 109.804 201.818 109.346 202.182 108.476C202.323 108.136 201.771 107.806 201.313 107.618C201.689 107.383 202.029 107.031 202.523 107.125C206.941 108.041 211.219 109.228 214.756 112.295C215.943 113.318 217.188 114.34 218.646 114.904C219.163 114.657 219.257 114.293 219.151 113.882C217.929 108.817 217.835 103.611 217.447 98.4525C217.306 96.5253 216.883 94.7274 216.107 92.9765C215.578 91.7779 215.191 90.7555 213.381 90.8613C211.654 90.967 210.878 89.0516 209.715 88.0292C207.752 86.3135 206.201 84.2453 205.837 81.4956C205.672 80.1912 206.248 79.6154 207.447 79.5566C207.94 79.5331 208.446 79.6036 208.939 79.6624C213.099 80.1677 216.66 84.3159 216.448 88.4993C216.401 89.4746 216.636 90.2267 217.259 90.9553C220.326 94.5981 221.501 99.0518 222.465 103.529C223.511 108.406 223.969 113.377 223.781 118.371C223.757 119.041 223.898 119.534 224.31 119.992C226.413 122.354 228.528 124.716 230.89 127.349C231.454 125.962 231.149 124.846 231.09 123.729C230.632 115.844 230.62 107.983 232.618 100.274C233.487 96.9014 234.451 93.5523 235.767 90.309C238.67 83.176 237.847 76.231 234.286 69.5681H234.333ZM197.446 125.727C200.055 127.043 202.323 126.42 204.532 126.338C202.417 125.351 200.208 125.316 197.446 125.727ZM206.847 126.55C208.222 127.49 209.409 128.301 210.984 127.584C209.715 126.926 208.516 126.279 206.847 126.55ZM222.488 156.891C223.228 156.539 223.887 156.139 224.028 155.234C224.65 151.074 226.331 147.255 227.8 143.366C227.858 143.213 227.753 142.99 227.729 142.801C223.757 143.366 213.487 153.789 211.607 159.735C215.332 158.619 219.08 158.501 222.488 156.903V156.891ZM210.561 162.238C214.157 162.743 217.329 161.733 220.537 160.064C218.011 159.488 215.872 159.97 210.561 162.238ZM225.05 157.009C225.05 157.009 225.05 156.95 225.062 156.915C226.213 155.587 226.989 154.083 227.236 152.296C227.635 149.3 228.834 146.574 230.197 143.906C230.385 143.542 230.538 143.201 230.126 142.519C227.494 147.102 225.661 151.779 225.062 156.915C225.026 156.95 225.003 156.997 224.968 157.032C224.991 157.032 225.015 157.032 225.05 157.032C224.897 158.184 224.744 159.347 224.521 160.992C225.826 159.782 225.814 158.63 225.849 157.537C225.861 157.114 225.461 156.985 225.05 157.02C225.05 157.02 225.05 157.009 225.05 156.997V157.009ZM227.459 156.832C227.612 156.985 227.753 157.138 227.905 157.302C230.573 156.174 233.017 154.799 234.169 151.956C234.016 151.779 233.852 151.591 233.699 151.415C231.619 153.225 229.539 155.034 227.447 156.832H227.459ZM232.112 143.648C230.173 146.82 228.575 149.84 228.364 153.601C233.405 150.005 233.769 150.064 232.112 143.648ZM227.447 137.196C228.387 137.643 229.421 138.136 230.491 137.584C230.796 136.75 230.15 136.456 229.762 136.103C227.682 134.235 225.978 132.037 224.274 129.852C223.699 129.123 223.158 128.442 222.136 128.453C219.186 128.477 216.201 128.195 213.405 129.417C213.322 129.675 213.252 129.934 213.169 130.192C217.917 132.531 222.653 134.893 227.435 137.196H227.447ZM190.631 154.294C194.603 152.966 197.928 150.745 201.36 148.771C205.801 146.221 210.373 144.118 215.461 143.283C218.281 142.813 221.113 142.39 224.039 141.427C217.67 139.464 196.812 147.537 190.631 154.294ZM222.136 116.855C221.901 110.991 221.724 105.104 219.597 99.4866C220.02 105.327 219.621 111.273 222.136 116.855ZM208.293 109.499C207.035 108.899 205.367 108.359 203.028 109.123C209.256 111.661 215.108 113.565 219.785 117.713C216.483 114.199 212.57 111.532 208.293 109.499ZM213.322 88.8166C212.77 86.3958 212.617 83.8811 210.514 82.2124C209.809 81.6601 209.057 80.9903 208.128 81.6953C207.106 82.4709 207.717 83.364 208.234 84.0456C209.656 85.9023 211.172 87.6767 213.334 88.8166H213.322ZM271.749 116.385C275.944 115.033 280.327 114.575 284.605 113.588C287.531 112.918 290.387 112.06 293.242 111.132C297.825 109.64 301.468 106.749 305.017 103.647C306.039 102.753 306.168 101.825 305.416 100.779C303.83 98.5583 303.63 96.3961 305.581 94.2691C306.274 93.5053 306.309 92.7062 305.851 91.8014C305.358 90.826 304.993 89.7802 304.441 88.8283C303.043 86.3958 303.348 84.1043 304.899 81.9069C306.403 79.7916 308.154 77.8762 310.034 76.09C311.233 74.9501 312.937 73.9983 312.302 71.9418C311.597 69.6269 309.823 68.4165 307.52 67.9347C299.999 66.3365 293.242 68.2167 286.791 72.1299C282.184 74.9267 277.636 77.8057 273.524 81.2723C269.093 85.0092 264.898 88.9693 261.96 94.0693C261.702 94.5159 261.408 94.9624 260.821 94.7744C260.021 94.5159 260.151 93.7756 260.374 93.282C260.738 92.4829 261.255 91.7309 261.796 91.0258C267.742 83.2347 275.18 77.1711 283.489 72.0359C289.47 68.346 295.686 65.7372 302.819 65.6315C304.37 65.608 304.699 64.7266 303.689 63.528C302.396 61.9886 300.645 61.307 298.659 61.26C294.018 61.1425 289.517 62.0709 285.145 63.528C279.752 65.3377 274.464 67.4176 269.693 70.6257C268.941 71.131 267.883 72.2944 267.154 71.131C266.344 69.8501 268.001 69.5916 268.741 69.1686C277.19 64.2683 286.062 60.5902 295.933 59.8264C297.308 59.7206 298.683 59.7206 300.434 59.6501C299.259 57.3469 297.449 56.3598 295.475 55.4079C293.947 54.6676 293.454 57.1001 292.372 56.3245C291.491 55.7017 290.951 54.8556 289.634 55.1847C287.978 55.596 286.309 55.8545 284.981 57.0531C284.628 57.3704 284.123 57.6994 283.724 57.1119C283.383 56.6066 283.653 56.1483 284.029 55.7957C285.251 54.6676 286.826 54.3268 288.365 53.9038C289.411 53.6218 290.575 53.845 291.515 53.2457C291.761 52.4584 291.385 51.8121 291.268 51.1423C290.998 49.5911 290.046 49.0505 288.53 49.0388C282.595 48.9918 276.767 49.7674 271.138 51.6006C261.761 54.6559 254.651 60.696 249.304 68.8748C246.801 72.7174 244.087 76.4191 241.889 80.4615C241.173 81.7776 240.409 83.0585 240.009 84.5156C238.587 89.7096 235.297 94.1751 234.251 99.5219C232.747 107.195 231.96 114.881 233.017 122.683C233.229 124.246 233.041 125.868 233.135 127.454C233.217 128.853 233.417 130.239 234.122 131.497C234.463 132.108 234.827 132.836 235.673 132.59C236.319 132.402 237.013 132.061 237.154 131.25C237.259 130.663 237.271 130.063 237.33 129.464C238.117 121.414 240.538 113.905 244.71 106.937C249.21 99.4161 250.961 91.0375 251.913 82.4709C252.125 80.6142 251.784 78.6988 251.831 76.8186C251.878 75.0207 252.031 73.2227 253.147 71.6833C254.346 70.0264 255.944 69.9089 257.413 71.3895C258.212 72.1886 258.647 73.164 258.87 74.2803C259.246 76.0665 259.164 77.8527 259.093 79.6506C259.023 81.4016 258.047 82.7294 256.496 83.3758C255.109 83.9633 254.863 84.9857 254.827 86.2195C254.581 93.2115 252.078 99.6394 249.751 106.103C248.235 110.333 245.991 114.223 244.228 118.347C242.724 121.861 241.866 125.527 241.408 129.311C241.255 130.568 241.513 131.168 242.876 131.203C243.746 131.227 244.616 131.532 245.626 131.744C246.437 128.348 247.13 124.963 248.2 121.649C249.575 117.36 251.713 113.694 255.168 110.721C258.024 108.265 260.362 105.198 263.641 103.188C269.599 99.5336 275.756 96.2903 282.219 93.6345C283.453 93.1292 284.311 92.5534 285.028 91.2726C287.919 86.102 292.643 85.5145 297.707 86.6896C299.2 87.0304 299.458 87.7589 298.812 89.1456C297.907 91.0963 296.568 92.6239 294.523 93.517C290.61 95.2444 286.614 96.7604 282.842 98.8286C274.44 103.423 266.191 108.253 258.623 114.164C257.213 115.268 255.909 116.514 254.663 117.795C251.079 121.473 249.657 126.08 250.35 131.438C250.726 131.532 250.844 131.227 250.985 130.992C255.744 123.048 263.312 119.099 271.761 116.397L271.749 116.385ZM241.196 142.296C238.564 144.071 235.438 148.583 235.168 151.274C237.33 148.078 239.551 145.692 241.196 142.296ZM236.872 157.044C237.365 155.951 237.201 154.905 236.789 153.284C236.202 154.964 236.684 155.998 236.872 157.044ZM245.344 195.741C240.232 186.422 238.728 176.245 237.859 165.904C236.002 172.273 240.726 191.522 245.344 195.741ZM236.39 141.474C238.294 141.098 239.762 140.357 241.502 138.689C238.035 138.512 237.142 139.029 236.39 141.474ZM244.251 114.716C246.32 110.533 248.106 106.22 249.81 101.872C250.186 100.909 250.538 99.9214 250.574 98.711C249.398 99.5219 249.375 100.732 248.999 101.696C247.518 105.397 245.403 108.77 243.617 112.319C240.938 117.63 239.704 123.33 238.963 129.158C238.893 129.699 238.67 130.357 239.492 131.015C240.115 129.969 240.103 128.947 240.185 128.018C240.597 123.283 242.171 118.935 244.263 114.716H244.251ZM253.347 85.1972C252.348 88.323 251.702 91.4958 251.702 94.7979C252.724 91.6838 253.84 88.5815 253.347 85.1972ZM253.594 80.3792C253.876 80.9315 254.31 81.0255 254.816 80.7552C255.062 80.626 255.309 80.4145 255.485 80.1912C256.849 78.452 256.649 74.5389 255.121 72.5059C253.206 74.4919 252.477 78.2287 253.594 80.3674V80.3792ZM258.882 192.168C255.274 185.047 250.597 178.936 250.186 171.11C248.282 176.48 253.711 188.972 258.882 192.168ZM260.08 200.03C259.692 198.103 259.363 197.727 256.872 196.375C256.802 197.989 257.871 199.207 260.08 200.03ZM268.106 183.895C266.191 181.052 263.935 179.207 262.019 177.127C257.695 172.45 255.45 166.833 253.441 160.945C252.277 157.537 252.36 153.977 251.326 150.604C250.891 149.194 250.703 147.702 249.469 145.869C249.716 160.323 255.474 174.624 268.118 183.884L268.106 183.895ZM255.779 191.675C250.256 185.235 248.282 177.55 247.847 169.3C247.565 163.918 247.459 158.548 247.741 153.166C247.882 150.593 247.812 148.019 247.248 145.058C246.096 146.574 246.237 148.007 245.92 149.3C243.864 157.808 244.428 166.339 245.861 174.835C246.919 181.11 249.774 186.704 253.3 191.98C254.169 193.273 255.521 193.061 256.684 193.567C256.778 192.674 256.214 192.192 255.768 191.675H255.779ZM257.013 112.049C266.156 106.514 275.486 100.873 284.816 95.221C281.902 95.1504 279.505 96.6076 277.108 97.8532C266.626 103.306 263.006 105.068 257.013 112.049ZM290.528 92.2479C292.431 93.1645 293.371 92.0481 294.958 91.0023C292.948 90.779 291.879 91.5311 290.528 92.2479ZM296.744 88.5933C295.863 88.2877 295.063 88.464 294.253 88.8871C295.279 89.9838 296.109 89.8859 296.744 88.5933ZM275.862 146.574C270.351 145.563 264.804 144.705 259.598 142.508C262.501 145.34 271.044 147.22 275.862 146.574ZM296.039 158.442C294.159 158.29 292.278 158.231 290.434 157.819C288.495 157.385 286.544 157.032 284.617 156.597C282.783 156.186 280.939 155.775 279.129 155.246C277.343 154.729 275.533 154.271 273.888 153.401C282.313 158.583 291.468 160.299 301.209 159.006C299.599 157.902 297.778 158.572 296.039 158.442ZM320.693 164.635C318.46 163.578 316.415 162.109 314.288 160.816C312.984 160.017 311.785 159.429 310.175 160.452C309.118 161.133 307.661 160.863 306.356 160.804C305.181 160.746 303.983 160.475 302.22 161.274C310.305 163.719 317.826 166.257 324.253 171.568C324.559 167.538 323.513 165.975 320.693 164.647V164.635ZM295.639 184.965C301.867 185.893 306.991 183.649 311.445 179.618C313.572 177.691 315.851 176.292 318.636 175.634C320.164 175.27 322.256 174.964 322.585 173.425C322.914 171.862 320.728 171.38 319.623 170.452C319.024 169.947 318.296 169.582 317.614 169.159C310.528 164.811 302.713 162.496 294.558 161.533C282.09 160.076 270.762 156.057 261.208 147.69C258.658 145.457 255.991 143.377 252.912 141.885C252.395 141.626 251.772 141.121 251.279 141.65C250.773 142.202 251.032 142.919 251.384 143.577C254.146 148.618 258.517 151.956 263.653 153.965C273.641 157.867 281.221 164.753 287.954 172.732C290.151 175.329 291.456 178.537 292.243 181.862C292.69 183.731 293.618 184.659 295.616 184.953L295.639 184.965ZM274.123 161.862C279.47 168.349 283.524 175.07 289.341 180.57C289.376 175.634 281.714 166.104 274.123 161.862ZM201.442 206.975C202.182 210.171 204.027 212.604 207.752 212.733C210.384 212.827 211.947 214.272 212.793 216.669C213.428 218.479 214.897 219.572 216.483 220.418C217.964 221.205 219.586 221.734 221.325 222.439C222.077 219.995 220.573 217.868 220.89 215.635C221.219 213.403 220.843 210.994 222.782 209.243C223.663 209.724 223.287 210.512 223.24 211.123C222.911 214.824 223.111 218.479 223.652 222.145C223.804 223.191 224.18 223.509 225.062 223.638C227.623 224.014 230.173 224.519 232.759 224.742C236.625 225.06 240.503 225.177 244.439 225.377C244.369 224.167 243.382 223.767 242.688 223.133C238.058 218.949 234.028 214.331 231.854 208.338C231.478 207.292 231.184 206.246 231.208 205.142C231.208 204.718 231.431 204.401 231.877 204.284C232.371 204.154 232.606 204.425 232.747 204.848C232.876 205.224 233.017 205.6 233.123 205.988C235.144 213.461 240.174 218.796 245.732 223.755C246.519 224.46 247.271 224.954 248.364 224.167C248.905 223.779 249.645 223.626 250.315 223.509C250.985 223.391 251.69 223.45 252.501 223.426C252.783 221.805 252.007 220.724 251.008 219.736C249.657 218.409 248.282 217.104 246.931 215.776C243.135 212.039 240.785 207.492 239.363 202.404C238.858 200.617 239.01 198.855 239.245 197.068C239.292 196.728 239.41 196.493 239.751 196.446C240.056 196.399 240.303 196.516 240.491 196.81C240.879 197.421 241.067 198.091 241.114 198.796C241.56 206.434 245.109 212.486 250.75 217.386C252.818 219.184 254.639 221.041 255.333 224.261C256.708 222.592 257.107 221.029 257.507 219.478C258.118 217.069 258.588 214.613 259.305 212.227C260.362 208.679 263.183 206.904 266.825 207.445C271.044 208.068 274.898 209.583 278.224 212.333C278.612 212.651 279.023 212.933 279.446 213.191C279.599 213.285 279.822 213.285 280.151 213.367C280.927 211.229 282.878 210.359 284.793 209.548C286.744 208.714 288.459 207.562 290.198 206.399C291.667 205.424 292.278 204.143 292.525 202.474C293.348 197.139 292.455 191.945 291.338 186.751C291.127 185.764 290.434 185.212 289.869 184.577C284.135 178.196 279.34 171.051 273.77 164.541C270.116 160.264 265.603 156.985 260.362 154.764C258.752 154.083 257.272 153.049 255.732 152.179C253.159 157.208 255.109 161.744 256.672 166.363C258.929 173.061 264.005 177.608 268.67 182.485C269.14 182.967 269.751 183.378 270.48 183.449C271.244 183.202 270.938 182.462 271.173 181.968C271.726 180.84 272.572 180.64 273.653 181.146C274.37 181.475 275.075 181.874 275.815 182.144C280.022 183.707 282.078 187.291 281.326 191.839C281.056 193.473 280.962 193.461 279.235 192.721C277.789 192.098 276.179 192.015 274.781 191.087C265.333 184.835 257.295 177.291 252.336 166.95C251.772 166.844 251.796 167.22 251.843 167.467C252.736 173.061 253.182 178.784 256.52 183.684C257.248 184.753 257.812 185.928 258.376 187.092C259.234 188.866 260.339 190.171 262.407 190.77C264.71 191.44 266.25 193.214 267.131 195.459C267.989 197.633 266.884 199.043 264.581 198.714C263.805 198.608 263.077 198.244 262.278 198.408C262.231 198.537 262.16 198.643 262.172 198.725C262.571 201.757 261.584 202.65 258.611 201.71C256.578 201.076 254.839 199.9 253.652 198.067C249.058 190.981 245.662 183.331 243.64 175.176C242.524 170.652 242.312 165.916 242.43 161.204C242.571 155.14 243.405 149.124 243.734 143.084C242.876 142.99 242.5 143.483 242.16 143.953C241.701 144.599 241.384 145.363 240.879 145.974C238.482 148.924 237.847 152.003 238.74 155.869C239.527 159.3 239.069 163.014 239.304 166.586C239.786 173.778 240.844 180.864 243.347 187.667C244.721 191.416 246.249 195.083 249.645 197.609C250.585 198.302 251.255 199.372 252.007 200.288C252.324 200.664 252.583 201.099 252.806 201.546C253.406 202.791 253.065 204.73 252.031 205.306C250.679 206.07 249.751 205.177 248.975 204.225C244.933 199.266 241.126 194.178 239.363 187.867C238.188 183.649 237.083 179.418 236.284 175.094C235.403 170.335 235.755 165.564 235.72 160.804C235.708 158.865 235.25 157.103 234.627 154.952C232.5 157.138 230.267 158.689 227.682 159.688C226.801 160.029 226.566 160.734 226.448 161.568C225.873 165.564 223.816 169.077 222.711 172.896C222.57 173.366 222.324 173.825 222.042 174.236C219.221 178.466 216.342 182.65 212.923 186.434C211.618 187.879 209.997 188.455 208.21 188.713C206.53 188.96 205.402 187.667 206.154 186.128C207.458 183.461 208.892 180.817 211.195 178.807C212.241 177.902 213.452 177.409 214.779 178.02C215.884 178.525 216.436 178.032 216.977 177.209C220.091 172.379 222.206 167.173 223.064 161.016C218.693 163.19 214.439 164.177 210.114 164.87C209.068 165.035 208.645 165.54 208.269 166.48C206.048 171.933 203.968 177.409 203.522 183.355C203.334 185.87 202.535 188.243 201.759 190.605C200.937 193.097 200.349 195.647 200.431 198.232C200.525 201.158 200.795 204.131 201.454 206.975H201.442ZM278.788 189.254C277.507 186.422 275.991 183.778 272.489 182.979C272.066 183.884 272.09 184.577 272.431 185.012C273.935 186.904 275.521 188.725 277.108 190.535C277.437 190.899 277.977 191.111 278.471 190.829C279.152 190.453 279.011 189.747 278.788 189.242V189.254ZM279.928 189.219C280.598 187.056 279.611 185.646 277.871 184.577C278.436 186.163 279.317 187.609 279.928 189.219ZM262.63 192.944C262.959 194.166 263.888 194.988 264.134 196.117C264.205 196.434 264.886 196.751 265.392 196.399C265.815 196.117 265.686 195.647 265.498 195.341C264.863 194.295 264.381 193.026 262.63 192.932V192.944ZM212.735 181.663C209.433 182.462 208.88 183.12 209.421 185.423C209.668 186.457 210.337 186.727 211.031 185.917C212.018 184.765 213.381 183.707 212.735 181.663ZM185.777 209.642C186.06 210.277 186.306 210.947 186.682 211.511C187.34 212.498 188.316 212.756 189.256 212.028C191.923 209.96 194.814 208.138 197.094 205.588C198.116 204.436 198.763 203.203 198.539 201.534C198.01 197.621 198.539 193.778 199.667 190.029C200.56 187.068 201.371 184.107 201.747 181.016C202.288 176.527 203.874 172.32 205.461 168.114C205.731 167.397 206.283 166.727 205.743 165.74C200.631 166.151 196.119 167.984 192.628 171.862C190.877 173.813 188.774 174.964 186.365 175.728C185.683 175.94 184.943 175.999 184.426 175.376C183.933 174.776 183.991 174.071 184.309 173.402C185.648 170.675 187.364 168.255 190.161 166.809C191.348 166.198 192.593 165.716 193.757 166.833C194.45 167.502 195.014 167.115 195.625 166.75C199.209 164.576 202.934 162.684 206.883 161.263C207.893 160.898 208.598 160.287 209.08 159.382C211.947 154.094 215.238 149.124 219.926 145.222C220.056 145.116 220.067 144.87 220.22 144.482C215.684 144.881 211.407 145.857 207.247 147.502C201.207 149.899 195.907 153.718 190.043 156.456C188.586 157.138 187.799 158.419 187.235 159.829C186.13 162.614 184.097 164.682 182.041 166.703C180.948 167.785 179.585 168.971 177.798 168.09C176.67 167.538 176.553 165.54 177.493 163.413C178.503 161.145 179.361 158.783 181.253 157.009C182.452 155.881 183.803 154.929 185.437 154.964C187 154.987 188.057 154.271 189.15 153.378C195.942 147.831 203.475 143.648 211.947 141.274C214.251 140.628 216.589 140.122 218.916 139.582C219.774 139.382 220.631 139.217 221.619 138.548C218.164 136.468 214.826 134.834 211.207 133.741C207.27 132.554 203.263 131.873 199.162 131.791C198.292 131.779 197.493 131.791 196.706 132.531C193.768 135.351 189.973 134.987 186.318 135.01C185.86 135.01 185.19 134.764 184.978 134.423C183.216 131.415 180.736 132.766 178.88 133.8C174.32 136.338 170.301 139.605 167.951 144.482C165.248 150.099 161.746 155.175 157.187 159.418C153.779 162.59 152.275 166.515 152.533 170.946C152.851 176.316 152.263 181.486 150.395 186.504C149.819 188.044 150.571 188.138 151.781 188.22C154.766 188.42 157.739 188.725 160.724 188.972C163.368 189.183 165.072 190.359 165.941 193.05C166.999 196.305 169.396 198.373 172.851 198.937C179.279 199.983 183.192 203.978 185.742 209.654L185.777 209.642ZM190.49 171.098C190.49 170.758 190.384 170.311 189.914 170.182C188.821 169.923 186.553 171.709 186.541 172.849C186.541 173.272 186.706 173.613 187.188 173.637C188.116 173.695 190.466 171.933 190.49 171.087V171.098ZM183.85 160.064C181.535 160.37 179.138 163.272 178.915 166.28C182.17 165.587 183.333 162.99 184.931 160.945C185.354 160.405 184.461 159.982 183.85 160.064ZM184.485 156.95C182.487 157.396 181.571 158.29 180.995 159.617C182.276 159.194 183.286 158.431 184.485 156.95ZM165.272 202.968C167.07 203.79 168.915 204.577 170.795 205.153C174.661 206.34 178.574 207.386 182.464 208.502C182.605 208.338 182.746 208.173 182.887 208.021C180.325 204.742 177.352 202.074 173.074 200.958C171.359 200.512 170.712 201.992 169.267 202.474C169.15 200.982 169.291 199.642 167.728 198.925C166.365 198.302 165.695 198.373 164.731 199.959C163.92 201.299 164.038 202.415 165.26 202.968H165.272ZM163.004 199.383C163.427 198.843 163.814 198.22 164.355 197.832C165.424 197.104 165.342 196.305 164.849 195.294C164.214 193.966 163.92 193.849 162.71 194.789C161.018 196.105 160.066 197.879 159.561 199.936C161.002 200.649 162.146 200.461 162.992 199.372L163.004 199.383ZM150.418 192.239C151.899 194.8 154.12 196.587 156.682 197.973C157.128 198.22 157.657 198.408 157.974 197.879C159.326 195.705 161.194 193.978 162.992 192.521C162.851 191.675 162.463 191.463 162.111 191.381C158.632 190.57 155.072 190.359 151.523 190.194C149.901 190.124 149.607 190.817 150.43 192.239H150.418ZM153.897 152.226C150.042 157.479 148.338 163.636 147.116 169.923C146.235 174.471 146.188 179.03 147.375 183.555C147.551 184.224 147.751 184.894 147.974 185.552C148.033 185.717 148.232 185.823 148.467 186.046C149.184 185.658 149.525 184.953 149.701 184.224C150.418 181.146 151.558 178.161 151.017 174.847C150.312 170.464 151.899 166.398 153.274 162.344C153.755 160.922 154.743 159.735 155.882 158.736C160.089 155.081 163.051 150.499 165.73 145.681C166.776 143.789 167.493 141.72 169.244 139.676C165.366 140.016 162.745 141.215 160.747 143.93C158.62 146.809 156.023 149.335 153.897 152.214V152.226ZM112.744 167.855C116.857 162.602 122.309 158.912 127.691 155.187C136.105 149.359 145.788 146.092 155.025 141.92C156.2 141.391 157.445 140.827 158.703 140.71C162.463 140.357 164.649 137.901 166.588 135.069C145.048 141.438 125.987 151.791 110.405 168.736C111.874 169.148 112.309 168.407 112.744 167.867V167.855Z' fill='%23EEEEEE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M201.254 107.676C199.832 104.303 196.847 103.328 193.627 102.811C191.959 102.54 189.338 103.833 189.009 104.914C188.621 106.172 190.267 108.463 192.147 109.133C194.109 109.838 196.142 110.284 198.21 110.472C200.279 110.66 201.007 109.873 201.219 107.535L201.254 107.676ZM197.811 106.959C198.481 107.358 199.045 107.699 198.845 108.404C198.692 108.933 198.175 109.039 197.658 109.062C195.766 109.133 193.921 108.898 192.194 108.11C191.665 107.875 191.089 107.546 191.218 106.818C191.348 106.125 191.994 105.96 192.57 105.866C194.52 105.537 196.236 106.36 197.823 106.959H197.811Z' fill='%23EEEEEE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.719727 106.634C2.25914 105.059 3.3755 103.179 3.95131 101.052C4.18633 100.182 4.64461 99.5831 5.25568 99.0191C6.77158 97.6207 6.8891 97.5149 5.93726 95.8345C5.33795 94.7769 5.81973 94.2951 6.51306 93.8133C6.92435 93.5313 7.46492 93.402 7.95847 93.2375C11.8951 92.0036 15.7495 90.5582 19.4041 88.6193C21.9189 87.2797 24.6216 86.4101 27.3832 85.6345C31.026 84.6004 34.7629 84.3301 38.488 84.1538C41.8254 83.9893 45.2215 83.7778 48.4765 85.0704C49.2521 85.376 50.1687 85.329 51.3438 85.1057C48.0535 83.9188 47.0194 82.3559 47.1017 79.5004C47.1252 78.6308 47.4072 78.3723 48.1123 78.525C49.3579 78.7835 50.58 79.1243 51.8139 79.4534C53.7176 79.9587 55.304 80.8165 55.774 82.967C55.915 83.6368 56.2558 84.2831 57.1137 84.2243C59.6872 84.0598 61.9199 85.2232 64.2349 86.0458C67.0082 87.0329 69.7932 88.0317 72.9307 89.1481C72.2844 87.9142 71.5206 87.4912 70.7215 87.0681C69.4994 86.4336 68.1598 86.2103 66.8319 85.987C65.1515 85.6932 63.7296 84.9177 62.3312 84.0246C61.3911 83.4253 61.0621 82.6262 61.3206 81.5333C61.7084 79.8647 62.0022 78.1842 62.6955 76.7388C62.437 76.2805 62.1314 76.2218 61.8494 76.1278C57.0784 74.6119 52.4484 72.8727 48.2768 69.9702C45.48 68.0312 43.9053 65.5165 43.5175 62.2261C43.3648 60.9335 44.0463 60.2284 45.2685 60.0757C46.091 59.9699 46.7256 60.4164 47.3132 60.8512C49.0288 62.1086 50.3215 63.8243 51.4143 65.5517C51.9314 66.3743 51.2498 67.9372 51.1088 69.1711C51.1088 69.2416 51.1558 69.3121 51.1911 69.4296C52.5659 69.6646 54.0466 69.2533 55.3745 69.8409C57.7717 70.8985 60.3922 71.4038 62.672 72.7434C63.6591 73.331 64.4582 73.19 65.316 72.4849C67.1374 70.9925 68.1598 69.0771 68.6298 66.8091C68.7473 66.2685 68.5593 65.9748 68.1128 65.728C66.0328 64.5411 63.9528 63.3542 61.8729 62.1674C61.6026 62.0146 61.2383 61.8618 61.0973 62.2144C60.78 63.0017 60.2982 62.6727 59.8634 62.4612C56.8786 60.9452 54.9397 58.4187 53.3298 55.5867C53.2593 55.4574 53.224 55.3047 53.2123 55.1519C53.0713 54.1061 53.553 53.5185 54.5872 53.6478C55.8563 53.8005 57.0667 54.0473 57.8187 55.3517C58.4063 56.374 59.1819 57.2906 60.2042 57.9957C63.0598 59.9346 66.2208 61.333 69.1704 63.131C69.5464 63.3542 69.9577 63.5775 70.4278 63.2837C71.3796 62.6609 71.4031 61.4858 72.0142 60.628C72.4137 60.0639 71.6499 59.5586 71.2621 59.1591C67.5487 55.3047 64.1644 51.0625 59.2994 48.489C58.9704 48.3127 58.7118 48.0307 58.418 47.7957C55.68 45.4924 54.2111 42.3784 52.9537 39.1468C52.5424 38.1009 52.9185 37.6544 54.0936 37.5486C56.0678 37.3606 57.3134 38.618 58.371 39.9811C59.4286 41.3325 60.2512 42.8719 60.9328 44.4583C61.5439 45.892 62.4134 46.9731 63.9058 47.6194C65.2807 48.2187 66.4089 49.2528 67.5605 50.2164C70.0282 52.2964 72.3314 54.5409 74.3174 57.0909C75.1047 58.1015 75.9861 58.6185 77.3609 58.454C78.7593 58.2895 80.2047 58.454 81.6266 58.4775C82.3082 58.4893 82.978 58.4422 83.5891 58.1132C84.1061 57.8312 84.4117 57.5257 83.9886 56.8793C82.6607 54.8464 80.5808 53.5185 79.1471 51.6266C78.5008 50.7805 77.737 51.5443 77.1612 51.086C76.8086 50.804 76.3856 50.616 76.0683 50.2987C74.8814 49.1471 73.8238 47.8779 72.9543 46.4678C72.496 45.7157 71.8614 44.7286 72.7075 44.0588C73.4125 43.4947 74.4114 44.0588 75.2222 44.4113C75.422 44.4936 75.563 44.7051 75.7158 44.8579C78.3598 47.4784 80.9686 50.1459 83.2013 53.1307C84.1296 54.3763 85.2342 55.4104 86.3624 56.5151C86.9264 55.951 87.1849 55.3634 87.749 54.9404C89.2531 53.824 89.2766 53.5773 88.5246 51.9321C86.7384 48.0424 84.6584 44.3291 82.0614 40.9095C79.5349 37.5839 77.0437 34.2348 74.4701 30.9445C73.8708 30.1689 73.3538 29.1936 72.0259 29.2641C71.3561 29.2993 70.8508 28.6295 70.5218 28.0302C69.6992 26.5143 68.9118 24.9866 68.1128 23.459C67.866 22.9889 67.7367 22.4836 67.7485 21.9431C67.7485 21.2145 67.5135 20.4037 68.5476 20.1216C70.1575 19.6751 70.839 19.8044 71.4619 20.8502C72.1199 21.9548 72.5547 23.1769 72.6722 24.4461C72.825 26.1147 73.6241 27.4074 74.7169 28.5825C75.5865 29.5108 76.3738 30.5214 77.3022 31.391C83.3305 37.0668 87.8783 43.765 91.2626 51.2975C93.1428 51.3915 94.8585 50.5572 96.6916 50.3339C98.1018 50.1577 98.8656 48.5713 98.5483 47.1846C98.0783 45.1282 97.1617 43.2362 96.4566 41.2738C96.0336 40.0986 95.305 39.2526 94.2474 38.5475C91.7326 36.8906 90.722 34.3641 90.487 31.4733C90.4283 30.7565 90.2755 29.6989 91.1686 29.5461C92.0147 29.4051 92.9783 28.8645 93.9066 29.7224C94.9642 30.6977 96.0806 31.5908 96.5271 33.0127C96.9854 34.4816 98.2781 35.7272 97.6905 37.4781C97.6317 37.6544 97.7728 37.9129 97.8668 38.1127C99.2416 41.1093 100.429 44.1763 101.498 47.2904C101.733 47.9837 102.168 48.301 102.849 48.0659C104.506 47.4784 106.245 47.7134 108.043 47.5842C107.902 46.6088 107.761 45.7275 107.632 44.8579C107.009 40.3219 106.351 35.786 107.315 31.2265C107.867 28.6412 107.926 26.291 105.975 24.1288C104.976 23.0242 104.635 21.4613 104.706 19.9101C104.753 18.9818 105.035 18.0887 106.046 17.7714C107.385 17.3366 108.913 18.0417 109.583 19.3461C109.923 20.0159 110.123 20.7209 110.253 21.473C110.781 24.3991 110.288 27.2664 109.806 30.1336C108.913 35.4334 108.76 40.7097 110.206 45.9507C110.593 47.3609 111.063 48.6065 112.415 49.4291C113.296 49.9696 113.978 50.8392 114.448 51.7793C114.765 52.4139 115.012 53.025 115.928 52.6724C116.645 52.4021 117.291 52.1906 117.35 51.2035C117.526 47.7604 117.762 44.3408 117.327 40.886C116.692 35.9505 115.306 31.203 113.696 26.5378C111.651 20.6269 110.288 14.5986 109.665 8.38221C109.418 5.8792 109.735 3.44671 110.911 1.17873C111.193 0.638177 111.451 0.0623689 112.144 0.00361296C112.908 -0.055143 113.096 0.614675 113.343 1.14348C114.706 4.18703 115.517 7.25409 113.484 10.3447C113.002 11.085 113.226 11.7195 113.484 12.4481C114.659 15.8442 115.87 19.2285 116.915 22.6716C119.407 30.8505 120.182 39.2408 119.83 47.7604C119.771 49.2881 119.559 50.8275 119.924 52.9074C121.463 50.5572 123.567 51.3563 125.506 51.1918C125.541 50.7335 125.611 50.3692 125.588 50.0049C125.294 46.503 125.106 42.9894 124.424 39.5228C123.907 36.8906 123.308 34.2583 123.332 31.5438C123.332 30.7917 123.32 30.0514 123.625 29.3346C123.884 28.7235 124.319 28.3475 124.988 28.3357C125.576 28.3357 125.94 28.7118 126.175 29.2171C126.493 29.8986 126.775 30.5919 127.127 31.25C128.408 33.659 128.561 36.068 127.08 38.4417C126.716 39.0293 126.786 39.5581 126.845 40.1574C127.174 43.5065 127.75 46.8438 127.691 50.2282C127.691 50.3809 127.691 50.5337 127.691 50.6747C127.774 51.2858 128.173 51.6031 128.725 51.6971C129.348 51.8146 129.395 51.2505 129.595 50.8745C130.418 49.3468 130.946 47.7017 131.452 46.0565C132.298 43.342 133.015 40.5804 133.919 37.8894C134.425 36.3618 135.6 35.6097 136.528 35.9035C137.292 36.162 137.868 37.4781 137.797 38.8178C137.797 38.8883 137.797 38.9705 137.774 39.041C137.421 40.4982 137.069 41.9436 136.693 43.4007C136.481 44.1998 135.858 44.8579 135.153 44.8814C133.426 44.9401 133.167 46.127 132.838 47.3726C132.533 48.536 132.168 49.6759 131.804 50.8157C131.228 52.6607 131.557 53.2835 133.449 53.4832C136.951 53.8475 140.136 53.0014 142.909 50.7805C145.424 48.7828 146.81 46.033 147.598 43.0364C148.608 39.1468 149.819 35.4569 153.003 32.6837C154.225 31.6143 154.378 31.3323 155.777 32.2959C157.857 33.7178 159.49 35.5392 160.348 37.9717C160.982 39.7696 161.969 41.2973 163.497 42.5194C167.88 46.0212 170.231 50.8627 171.958 56.0215C172.64 58.0662 173.356 60.0522 174.449 61.8853C174.026 62.0969 173.627 62.3436 173.262 62.6139C172.099 60.769 171.417 58.7243 170.759 56.6443C169.055 51.274 166.482 46.4443 162.052 42.7897C160.736 41.7086 159.866 40.3807 159.325 38.7708C158.479 36.2795 156.952 34.3288 154.449 33.1184C154.131 33.6825 154.366 34.3523 153.697 34.6579C151.758 35.5274 150.97 37.3371 150.148 39.1233C149.454 40.6392 149.137 42.2609 148.691 43.8473C147.727 47.2081 146.411 50.3339 143.309 52.3904C140.077 54.5173 136.657 55.3869 132.862 54.3528C130.747 53.777 130.688 53.8005 129.665 55.6572C129.63 55.7277 129.607 55.7982 129.56 55.857C126.469 59.4646 126.704 64.0476 125.94 68.3367C124.413 76.9621 122.004 85.2467 117.197 92.6852C116.857 93.214 116.351 93.7428 116.575 94.7652C117.632 93.5195 118.643 92.4502 119.501 91.2751C123.226 86.2103 126.434 80.8048 129.724 75.458C131.416 72.7199 133.12 69.9819 135.306 67.5964C137.762 64.9289 140.653 62.7549 143.943 61.239C146.423 60.0992 149.208 60.0639 151.887 60.0404C156.94 59.9934 161.699 61.239 165.941 64.0711C167.375 65.0229 168.938 65.6692 170.466 66.4095C170.348 66.7033 170.254 66.9971 170.16 67.2909C168.738 66.8208 167.41 66.0805 166.153 65.2227C160.407 61.333 154.131 60.0169 147.327 60.9805C144.131 61.427 141.71 63.2955 139.29 65.2227C135.565 68.1722 133.05 72.0619 130.664 76.0573C127.703 81.0045 124.53 85.8108 121.381 90.6405C120.194 92.4619 118.608 93.9661 117.115 95.5525C115.658 97.1036 114.236 98.7018 113.214 100.652C114.976 100.135 116.234 98.9956 117.327 97.6677C121.075 93.1317 125.976 90.4172 131.463 88.5723C134.248 87.6439 136.869 86.3748 138.902 84.1538C139.243 83.7778 139.501 83.2725 140.148 83.3665C140.5 83.8013 140.159 84.0363 139.901 84.2714C137.339 86.5041 134.542 88.2668 131.311 89.4419C127.468 90.8403 123.872 92.7792 120.817 95.6112C127.08 94.5654 133.449 93.9543 138.773 89.9002C139.055 90.6757 138.749 90.8873 138.42 91.0753C134.26 93.3433 129.947 95.2117 125.224 95.952C122.427 96.3868 119.853 97.2682 117.585 98.9721C117.421 99.1013 117.174 99.2071 117.409 99.6419C118.337 99.4304 119.313 99.1954 120.288 98.9956C122.133 98.6078 123.978 98.502 125.87 98.6548C128.114 98.8428 130.359 98.6783 132.568 98.173C135 97.6324 136.822 96.0695 138.632 94.4831C142.639 90.993 146.387 87.1856 150.818 84.2361C153.873 82.2031 156.952 80.2289 159.913 78.0785C160.7 77.5027 161.582 77.0796 162.51 76.7623C162.933 76.6213 163.45 76.5508 163.756 76.257C164.766 75.3287 165.894 74.6589 167.069 74.0948C166.94 74.4826 166.846 74.8704 166.764 75.2699C165.471 75.9398 164.273 76.9269 163.274 78.0432C161.264 80.2642 159.361 82.5674 158.045 85.3055C157.469 86.5041 156.764 87.6439 156.258 88.9483C157.763 88.3373 158.867 87.2444 159.866 86.0223C161.711 83.7896 163.626 81.6273 165.812 79.7119C165.812 80.0527 165.812 80.3935 165.836 80.7342C165.072 81.4393 164.331 82.1679 163.626 82.9552C161.488 85.3525 159.502 87.9377 156.764 89.7122C154.919 90.9108 153.332 92.3679 151.863 93.9778C150.7 95.2587 149.419 96.4103 148.056 97.4679C146.47 98.7136 144.871 99.9709 143.25 101.17C141.158 102.721 138.679 103.297 135.8 103.79C141.264 108.067 143.931 110.747 148.62 117.081C151.769 121.335 155.201 125.483 160.524 127.304C161.076 127.492 161.546 127.892 161.405 128.938C159.29 127.845 157.069 127.821 154.848 127.727C153.121 127.657 151.405 127.68 149.678 127.704C146.317 127.762 143.121 127.14 140.112 125.6C139.536 125.306 138.972 124.836 138.232 125.001C137.844 125.718 138.068 126.47 138.079 127.198C138.126 129.701 137.927 132.181 136.986 134.496C136.434 135.847 136.81 136.752 137.562 137.763C139.337 140.183 140.923 142.71 142.31 145.389C145.107 150.795 147.527 156.353 149.819 161.97C154.519 173.475 156.822 185.484 157.586 197.823C157.739 200.279 157.504 202.759 157.445 205.238C157.422 206.166 157.504 206.836 158.573 207.377C160.101 208.152 160.042 209.562 158.679 210.597C158.327 210.867 157.892 211.031 157.528 211.29C156.564 211.971 155.647 211.572 154.778 211.161C153.873 210.726 153.767 209.95 154.073 209.057C154.143 208.857 154.12 208.611 154.084 208.399C153.215 201.724 152.945 194.991 151.946 188.316C150.841 180.96 149.478 173.698 147.057 166.682C144.625 159.608 141.652 152.734 137.809 146.259C136.622 144.261 135.459 142.275 133.508 140.618C132.227 142.263 130.747 143.615 129.936 145.53C129.207 147.258 128.255 148.879 127.691 150.677C127.55 151.112 127.362 151.535 126.81 151.547C126.293 151.559 126.011 151.241 125.811 150.795C125.588 150.325 125.376 149.819 125.059 149.42C122.721 146.564 120.711 143.533 119.83 139.819C119.277 140.066 119.019 140.442 118.831 140.83C117.95 142.604 116.645 144.073 115.282 145.448C112.897 147.845 111.627 150.736 111.263 154.026C111.075 155.789 110.476 157.375 109.712 158.927C108.419 161.571 106.762 163.909 104.565 165.942C101.521 168.762 98.3838 171.383 94.4707 172.887C88.8654 175.037 83.2835 175.484 77.737 172.664C76.6794 172.123 75.5278 171.735 74.3879 171.371C71.4971 170.466 69.3231 171.207 67.5252 173.616C67.0317 174.274 66.5499 174.967 65.9623 175.531C64.9165 176.53 63.6826 177.482 62.2137 177.352C59.8987 177.153 57.6072 177.799 55.257 177.352C54.9279 175.884 55.4567 174.603 56.2911 173.416C57.8305 171.23 58.4063 168.821 58.1008 166.177C57.9832 165.143 58.0303 164.085 58.0773 163.04C58.136 161.911 58.5238 160.96 59.3229 160.243C61.4263 158.339 61.9551 156.001 61.5438 153.31C61.4028 152.428 61.4028 151.523 61.3323 150.619C60.9328 145.707 62.0139 141.241 65.3512 137.469C66.5969 136.071 67.8307 134.649 69.1351 133.321C70.6745 131.746 72.5312 130.63 74.5407 129.772C78.4068 128.103 82.5432 127.316 86.5386 126.035C91.3449 124.496 95.5283 121.981 99.1124 118.444C99.4179 118.138 99.8175 117.88 99.5824 117.163C98.5836 117.68 97.6317 118.221 96.6329 118.655C93.5306 120.018 90.2168 120.653 86.9147 121.346C82.884 122.181 78.7946 122.992 75.2457 125.224C71.9554 127.292 68.6651 129.408 65.551 131.734C62.0492 134.355 58.2653 136.458 54.3639 138.397C52.2722 139.431 50.0395 140.066 47.7127 140.36C40.145 141.323 32.9532 139.984 26.0553 136.834C24.9624 136.341 23.9283 135.742 22.8589 135.201C18.088 132.757 13.8811 129.572 10.0619 125.824C6.7011 122.521 4.40959 118.538 2.10635 114.507C1.11926 112.78 0.660965 110.911 0.120407 109.043C-0.161621 108.079 0.0499268 107.351 0.766739 106.61L0.719727 106.634ZM46.2438 62.3201C45.9148 61.9911 45.4917 61.6856 45.0569 61.9206C44.5986 62.1674 44.7514 62.6962 44.7867 63.1427C44.9394 64.8584 45.8443 66.2215 46.8666 67.5142C47.1017 67.8197 47.4777 68.231 47.983 67.7844C48.6058 67.2439 48.8526 68.0547 49.7457 68.278C48.7351 65.9277 47.842 63.93 46.2556 62.3201H46.2438ZM54.4461 54.8229C54.7164 57.2319 56.4673 59.4411 58.8293 60.5927C58.3593 59.0886 56.0796 56.0215 54.4461 54.8229ZM54.5754 39.6991C54.5637 42.0846 56.9374 45.5865 59.3111 46.503C57.8305 44 56.2558 41.8966 54.5754 39.6991ZM56.8669 40.4982C57.1959 41.5793 59.1936 44.6934 60.3687 45.9625C59.9692 43.8825 58.6648 41.8378 56.8669 40.4982ZM73.6476 45.4924C74.0824 47.1846 75.0695 48.5478 76.7499 49.7581C76.8204 47.4196 75.9156 46.174 73.6476 45.4924ZM68.9589 21.2733C68.3948 23.5177 69.2996 25.7034 71.8026 28.0772C71.1093 25.4332 70.745 23.1887 68.9589 21.2733ZM92.8137 30.8975C92.849 33.6237 93.8479 35.7037 95.775 37.7132C96.3744 34.7871 95.399 32.5661 92.8137 30.8975ZM134.342 42.6017C135.142 42.6134 135.506 42.0493 135.835 41.4618C136.317 40.6275 136.234 39.6051 136.81 38.759C137.092 38.336 136.763 37.7132 136.27 37.4546C135.764 37.2079 135.471 37.6662 135.2 38.0069C134.342 39.0998 134.037 40.7215 134.342 42.5899V42.6017ZM53.3768 81.7449C52.0371 80.699 50.4155 80.4287 48.8291 80.0879C48.1475 79.9352 47.9712 80.6637 48.265 81.1925C49.3579 83.155 50.7915 83.7778 52.5307 83.8718C53.1418 83.9071 53.224 83.5663 53.365 83.0962C53.5061 82.6262 53.9878 82.2149 53.3768 81.7449ZM65.6568 88.161C63.8941 87.5499 62.1667 86.8096 60.3922 86.2103C59.4991 85.9048 58.5943 85.5287 57.3369 85.5522C61.8846 94.1776 72.3784 99.2424 82.978 96.7746C82.7077 96.0695 82.0732 95.8228 81.5326 95.5055C76.4796 92.5442 71.1916 90.0882 65.6568 88.1492V88.161ZM94.8467 102.58C92.7315 101.628 90.5223 100.876 88.5246 99.6771C87.6902 99.1836 86.8206 99.2189 85.9158 99.3246C83.7653 99.5596 81.6971 100.112 79.2529 100.876C83.9651 102.18 87.6315 104.942 91.8972 106.352C95.3638 107.492 98.7599 107.656 101.674 106.798C99.6412 104.883 97.2792 103.673 94.8467 102.58ZM97.949 100.359C97.0794 99.3246 95.9983 98.7958 94.6352 98.9368C95.7398 99.4186 96.8444 99.8887 97.949 100.359ZM82.649 98.2553C79.9227 98.361 77.1847 98.455 74.4584 98.5608C74.4584 98.7371 74.4819 98.9133 74.4937 99.0896C77.2787 99.8417 79.9932 99.3834 82.649 98.2553ZM101.745 99.4539C101.157 98.314 100.57 97.1741 99.9585 95.9638C100.111 97.3739 101.145 98.314 101.745 99.4539ZM102.015 90.4407C101.674 86.5981 100.84 82.92 98.9479 79.5591C99.8527 83.2255 101.145 86.7861 102.015 90.4407ZM100.052 78.5485C100.957 80.5815 101.839 82.6379 102.45 84.9999C103.131 84.5064 103.143 84.0011 103.002 83.5545C102.191 81.169 101.58 78.7365 101.098 75.8575C99.8997 76.8211 99.6412 77.5967 100.064 78.5485H100.052ZM87.608 106.211C84.5292 104.683 81.4151 103.238 78.1365 102.133C71.1798 99.7947 64.1291 99.2424 56.9256 100.558C51.5554 101.546 46.1968 102.568 40.8383 103.579C40.1449 103.708 39.3811 103.72 38.8406 104.73C40.2977 104.918 41.5198 104.624 42.7067 104.354C46.9371 103.426 51.1441 102.356 55.4567 101.828C63.5533 100.817 71.2503 102.192 78.6418 105.482C82.2612 107.092 85.8688 108.702 89.7114 109.748C93.2485 110.712 96.7739 110.994 100.311 109.865C100.84 109.701 101.345 109.795 101.85 109.713C102.885 109.548 103.601 109.043 103.707 107.809C98.0665 109.525 92.7785 108.761 87.6197 106.211H87.608ZM59.9809 92.1446C61.3206 94.2716 63.3653 95.4115 65.6568 96.2106C63.6708 95.0002 62.0491 93.261 59.9809 92.1446ZM53.0125 71.2158C56.4556 73.0607 60.0515 74.4944 63.9176 75.2112C60.733 72.6377 56.9374 71.7563 53.0125 71.2158ZM63.6943 78.3252C63.5063 78.9716 63.3065 79.6179 63.142 80.2642C62.4722 83.0022 62.7777 83.6015 65.3865 84.7179C66.3618 85.1292 67.3959 85.3055 68.43 85.4465C71.3326 85.8343 73.7063 87.0564 75.1752 89.7004C75.5278 90.3232 76.0213 90.7228 76.6441 91.0165C79.5937 92.4737 82.4845 94.0483 85.2577 95.811C85.6925 96.0813 86.1861 96.4573 86.6561 96.4691C89.4177 96.4926 92.1322 97.0919 95.3755 97.2917C92.0969 93.8603 88.7596 91.3573 85.2695 89.0776C80.898 86.222 76.4796 83.4253 71.9906 80.746C69.9459 79.5239 67.7132 78.619 65.5628 77.5614C64.6227 77.0914 63.9881 77.3029 63.6943 78.337V78.3252ZM65.551 75.4697C65.363 75.3757 65.1397 75.2699 64.9047 75.4697C64.6227 75.928 65.0105 76.1395 65.316 76.2805C71.2738 79.1008 76.7381 82.8025 82.4492 86.0575C82.8018 86.2573 83.119 86.6451 83.6126 86.3983C83.6126 86.3983 83.6243 86.4101 83.6361 86.4218C83.6596 86.4218 83.6713 86.4218 83.6948 86.4218C84.5997 87.5147 85.0345 87.8202 87.2907 88.7603C86.2213 87.785 85.2695 86.6451 83.6948 86.4218C83.6831 86.4101 83.6713 86.3866 83.6596 86.3748C83.6478 86.3748 83.6361 86.3748 83.6243 86.3748C82.2964 84.6004 80.2987 83.6603 78.5361 82.4852C74.4349 79.7589 69.946 77.7142 65.5745 75.4462L65.551 75.4697ZM61.3558 60.4752C63.7178 62.5904 66.5381 63.93 69.4054 65.1874C67.0081 63.131 64.2114 61.7561 61.3558 60.4752ZM70.5923 67.3496C70.4278 67.5259 70.275 67.6082 70.228 67.7374C69.8519 68.7833 69.0764 69.9349 69.2644 70.875C69.4642 71.8856 71.0506 71.6388 71.9672 72.1206C73.0365 72.6729 74.1059 73.2017 75.046 73.9538C75.6805 74.4709 76.1623 75.0819 75.9743 76.257C75.0107 75.5872 74.2116 75.0937 73.4713 74.5179C72.6957 73.9186 71.8849 73.3545 70.9683 73.0372C67.8307 71.9326 68.6181 71.6858 65.9388 74.4709C75.5865 79.3123 84.6349 84.9882 92.8725 91.8979C92.9783 91.7804 93.0958 91.6628 93.2015 91.5453C90.44 86.7979 87.6785 82.0504 84.8464 77.1971C84.5057 78.2547 85.7748 78.8306 85.34 79.9117C84.3529 79.7471 83.9534 78.9363 83.5538 78.2077C81.9322 75.2582 79.5937 73.0255 76.8321 71.1688C74.7992 69.8056 72.8485 68.3015 70.5805 67.3496H70.5923ZM78.4421 71.1923C77.0202 68.842 74.5877 67.9255 72.4607 66.5623C72.3784 66.7033 72.2962 66.8443 72.2139 66.9854C74.2939 68.3838 76.3621 69.7939 78.4421 71.1923ZM73.107 65.4695C75.093 66.7503 77.0907 67.996 79.1706 69.1593C77.7135 66.3508 75.6688 64.0476 73.4948 61.9911C72.8602 62.1674 72.6722 62.5082 72.4842 62.8254C71.6029 64.3413 71.6381 64.5294 73.0953 65.4695H73.107ZM72.3197 56.4916C70.1692 54.0708 67.631 52.0966 65.2102 49.9931C64.7049 49.5466 64.0939 49.2528 63.236 49.1823C63.4828 50.0519 64.1644 50.4749 64.6932 50.992C67.1139 53.3187 69.6169 55.575 71.8144 58.125C76.6089 63.6715 81.1683 69.3944 84.9405 75.693C87.0909 79.2888 89.1591 82.9317 91.2861 86.5393C92.614 88.7956 93.9536 91.0518 95.352 93.261C95.775 93.9308 96.1746 94.6829 97.0794 95.2235C96.5859 93.4255 95.9043 91.8861 95.0935 90.4055C92.8372 86.2808 90.5575 82.1679 88.4423 77.9727C86.8912 74.8939 84.7877 72.1676 82.79 69.3591C79.5819 64.8466 75.9743 60.6515 72.3079 56.5268L72.3197 56.4916ZM97.1617 86.2691C97.2087 84.8589 96.9972 83.8131 96.2804 82.6497C95.5283 84.2008 95.9866 85.1644 97.1617 86.2691ZM94.4942 85.3642C93.8126 83.4488 92.614 81.9211 90.7925 80.2642C91.6621 82.6379 93.2486 83.8718 94.4942 85.3642ZM86.7971 60.5105C85.7395 59.0533 85.7983 59.0298 83.9769 59.4999C82.884 59.7819 81.7676 59.8054 80.6395 59.7231C79.5467 59.6526 78.4186 59.4999 77.2669 59.9111C77.3609 61.0158 78.0778 61.6856 78.6536 62.4259C81.9674 66.6681 85.3282 70.8867 87.9723 75.5872C88.6068 76.7036 89.7114 77.1971 90.487 78.102C91.7091 79.5004 92.99 80.84 94.4472 82.4382C94.835 80.981 95.0935 79.8999 95.4108 78.8306C95.5518 78.3488 95.4225 77.9727 95.2227 77.5614C92.4612 71.8621 90.5575 65.728 86.7854 60.5222L86.7971 60.5105ZM93.4836 71.1453C93.4836 69.7116 92.4965 68.701 92.3202 67.3496C92.1674 67.4084 92.0264 67.4789 91.8737 67.5494C92.4142 68.748 92.9548 69.9584 93.4836 71.157V71.1453ZM88.8653 60.5105C89.9465 62.0969 91.0276 63.6715 92.1087 65.2462C92.2497 65.1639 92.3907 65.0817 92.5317 64.9877C91.9912 61.7796 91.0863 58.6773 89.7702 55.7277C89.4294 55.7865 89.2296 55.763 89.1591 55.8452C87.8352 57.2945 87.7372 58.8496 88.8653 60.5105ZM79.5232 35.739C83.6478 40.98 86.9852 46.7381 90.0287 52.6959C89.0299 47.5254 85.2577 41.4618 79.5232 35.739ZM90.8748 54.8581C91.3566 57.6784 92.4495 60.3459 92.99 63.1545C93.5423 65.9983 94.3062 68.8068 95.0817 72.0854C96.1158 69.0536 92.99 58.219 90.8748 54.8581ZM98.0548 42.2726C98.6658 43.906 99.2652 45.5512 99.8762 47.1846C100.029 47.1259 100.182 47.0671 100.335 47.0083C99.747 45.3632 99.3357 43.6475 98.0548 42.2726ZM100.464 71.5801C100.182 68.5365 100.099 65.4695 100.123 62.3906C100.158 59.0416 99.8057 55.6807 99.6059 52.3316C99.5707 51.7911 99.8057 51.0037 98.8891 50.9802C98.1488 50.9567 97.0677 52.0614 97.1617 52.6724C97.2792 53.4127 97.5025 54.1296 97.6435 54.8699C98.0548 56.9146 97.9843 57.2671 96.5976 59.2296C96.4684 57.2436 96.2921 55.3517 95.7163 53.4715C95.352 52.2964 94.7645 52.0966 93.7421 52.3434C93.1663 52.4844 92.5905 52.6137 91.9324 52.7782C92.1087 54.8581 93.0135 56.6913 93.6598 58.5598C94.9877 62.4024 95.728 66.3743 96.2686 70.3697C96.5389 72.3792 97.4437 73.9891 98.5718 75.7047C99.9585 74.5414 100.64 73.378 100.476 71.5801H100.464ZM100.652 50.1577C101.533 56.9969 100.946 63.9065 101.545 70.7692C102.579 67.4789 102.015 52.5902 100.652 50.1577ZM108.408 20.0276C108.032 19.3108 107.15 19.3461 106.856 20.0746C106.398 21.2498 106.692 22.4249 107.08 23.5647C107.385 24.4696 108.126 24.7046 109.089 24.7281C109.594 23.0477 109.171 21.4965 108.408 20.0276ZM108.913 50.7217C108.506 49.6406 107.616 49.1118 106.245 49.1353C105.94 51.368 105.423 53.542 104.142 55.4809C103.437 53.3775 104.753 51.415 104.447 49.3703C102.191 49.6524 102.132 49.6641 102.45 51.5796C103.073 55.2224 102.791 58.9005 103.19 62.5552C103.261 63.1897 103.096 63.9183 104.048 64.5294C104.964 62.0734 106.598 60.1109 107.914 57.9487C108.384 57.1849 108.866 56.3975 109.688 55.951C110.535 55.4927 110.558 54.8934 110.194 54.0826C109.712 52.9897 109.336 51.8498 108.913 50.7217ZM110.111 49.3351C109.641 50.9332 110.405 51.6501 111.016 52.4256C110.758 51.5443 110.499 50.663 110.111 49.3351ZM111.698 51.1918C111.992 51.9086 112.297 52.6137 112.65 53.4597C112.994 52.4883 112.677 51.7323 111.698 51.1918ZM112.015 57.9017C111.533 56.9498 110.946 57.0086 110.241 57.5727C110.006 57.7607 109.782 57.9722 109.63 58.219C107.62 61.6151 105.188 64.8349 104.776 68.9478C104.682 69.8644 104.436 70.7457 104.013 71.5096C102.685 73.9891 103.601 76.2453 104.33 78.6308C105.2 78.2547 105.399 77.5614 105.681 76.9974C107.044 74.2711 109.007 72.0384 111.204 69.9937C111.58 69.6411 112.05 69.3826 112.45 69.0418C112.991 68.5953 114.072 69.0418 114.224 67.9842C114.401 66.6681 115.223 65.4342 114.73 64.0476C113.978 61.9324 113.014 59.8994 112.003 57.9017H112.015ZM113.872 70.2874C108.572 72.6494 103.202 81.9799 104.295 88.9248C105.505 81.4393 109.5 75.8928 113.872 70.2874ZM105.023 100.3C105.517 97.5737 106.363 94.9062 106.034 92.0271C105.775 94.7652 104.635 97.4444 105.023 100.3ZM107.115 95.576C107.009 95.9638 106.798 96.4338 107.185 96.8216C107.315 96.7511 107.491 96.7276 107.538 96.6336C109.406 92.8027 111.157 88.9131 111.874 84.6591C112.415 81.4863 112.826 78.3018 113.284 75.1289C113.355 74.6471 113.496 74.1183 113.002 73.425C110.687 76.5273 108.466 79.4769 107.08 82.967C106.586 84.2243 106.41 85.3055 106.833 86.7156C107.703 89.5829 107.926 92.5912 107.115 95.576ZM115.576 54.5526C113.484 55.0932 113.331 55.4692 114.26 57.4551C114.683 58.36 115.165 59.2413 115.834 60.534C116.246 58.2895 116.575 56.4563 116.904 54.6819C116.422 54.2118 115.964 54.4468 115.576 54.5526ZM111.639 1.49601C110.394 3.89325 110.511 6.13773 110.699 8.38221C110.734 8.75824 111.04 9.04027 111.451 9.09903C111.909 9.16954 112.168 8.82875 112.274 8.48797C112.967 6.20824 113.743 3.91676 111.651 1.49601H111.639ZM113.684 5.60893C113.425 6.71354 113.167 7.81815 112.908 8.92276C113.989 8.07668 114.224 6.98382 113.684 5.60893ZM119.195 42.7779C119.125 34.7754 117.738 26.9961 115.082 19.4518C114.318 17.2661 113.543 15.0804 112.767 12.9064C112.615 12.4834 112.45 12.0486 112.203 11.696C111.933 11.3083 111.451 11.1085 111.016 11.2965C110.629 11.461 110.746 11.9193 110.781 12.2954C111.005 15.3859 112.003 18.3002 112.932 21.2262C114.694 26.7963 116.445 32.3664 117.679 38.0774C118.455 41.6263 118.596 45.1987 118.302 48.7945C118.22 49.8286 118.138 50.8392 118.572 51.8616C119.313 48.865 119.23 45.8215 119.195 42.7897V42.7779ZM131.581 49.1471C130.523 50.5925 127.221 57.3376 127.221 58.172C128.996 55.4339 130.805 52.7312 131.581 49.1471ZM126.739 55.3752C127.633 54.7994 127.938 54.2236 128.044 53.5655C128.126 53.072 127.668 53.0132 127.315 52.9309C126.974 52.8487 126.692 52.9662 126.681 53.3305C126.657 53.9063 126.704 54.4938 126.728 55.3752H126.739ZM126.281 33.2947C126.375 32.7659 126.269 32.2489 125.952 31.7906C125.635 31.3205 125.188 31.0032 124.636 31.203C124.107 31.4028 124.213 31.9903 124.295 32.3781C124.554 33.7178 124.906 35.0339 125.224 36.3735C125.376 36.3618 125.517 36.35 125.67 36.3383C125.882 35.3277 126.117 34.3171 126.293 33.2947H126.281ZM125.576 54.1531C125.564 53.119 125.035 52.7782 124.025 52.7194C122.509 52.6137 121.31 53.448 119.959 53.8358C119.559 53.9533 119.418 54.2941 119.371 54.6936C118.984 57.9252 118.596 61.1685 118.196 64.3883C118.948 64.6116 119.348 64.2121 119.712 63.8948C120.993 62.7667 122.18 61.5093 123.508 60.4282C125.576 58.7478 125.6 56.4916 125.564 54.1648L125.576 54.1531ZM117.973 68.0665C118.878 67.1381 119.83 66.3273 120.735 65.4695C121.581 64.6586 122.427 63.8243 123.179 62.8959C121.827 63.1662 121.169 64.3648 120.171 65.1052C119.16 65.8572 117.738 66.339 117.973 68.0665ZM118.502 69.8291C119.395 73.4838 119.724 77.1854 119.277 81.1455C121.628 78.337 125.259 66.4801 124.965 62.8607C123.99 63.2367 123.508 64.1063 122.815 64.7644C121.628 65.9043 120.558 67.1734 119.183 68.1135C118.561 68.5365 118.302 69.0653 118.502 69.8409V69.8291ZM117.668 80.7107C118.725 78.1255 118.443 73.0255 117.115 70.1464C117.162 73.9891 118.079 77.3147 117.668 80.7107ZM116.61 67.9725C116.304 67.1734 116.434 66.5388 116.939 65.8925C117.268 65.4812 117.327 64.9407 117.432 64.4236C118.055 61.333 118.196 58.1837 118.643 55.0697C118.69 54.7406 118.608 54.3881 118.584 54.1061C118.02 54.0473 117.891 54.3176 117.844 54.6231C117.139 59.0533 116.316 63.4718 115.4 67.8667C115.294 68.3955 114.894 69.0653 115.658 69.4649C115.823 69.5471 116.152 69.5471 116.281 69.4414C116.739 69.0653 116.786 68.466 116.61 67.996V67.9725ZM115.964 76.5861C114.401 82.2854 114.236 87.832 113.155 93.214C115.341 89.5594 117.233 81.2983 115.964 76.5861ZM115.682 73.613C115.881 72.6024 115.752 71.7211 115.353 70.2992C114.201 72.6024 114.365 74.6824 114.013 76.6448C113.484 79.5826 113.202 82.5674 112.72 85.517C112.062 89.5476 110.452 93.2493 108.737 96.9156C107.879 98.7371 106.997 100.547 106.14 102.368C105.952 102.768 105.74 103.179 105.858 103.684C106.457 103.966 106.574 103.391 106.809 103.097C109.841 99.4421 111.71 95.2705 112.544 90.5935C113.555 84.9294 114.577 79.2653 115.67 73.613H115.682ZM142.557 100.605C148.843 96.6101 154.131 91.6041 157.398 84.7414C157.951 83.5898 158.679 82.5439 159.455 81.5333C160.113 80.6637 160.724 79.7589 161.358 78.8776C160.125 78.8893 159.325 79.4886 158.515 80.0997C157.093 81.1925 155.718 82.4029 154.155 83.2608C148.702 86.2456 144.26 90.4995 139.748 94.6476C136.176 97.9262 132.356 100.194 127.339 99.8652C126.14 99.7829 124.941 99.8064 123.743 99.8064C120.147 99.7829 116.774 100.605 113.696 102.497C114.013 103.167 114.483 102.885 114.894 102.791C117.738 102.086 120.641 101.769 123.555 101.522C126.093 101.311 128.561 101.604 131.087 102.251C135.036 103.273 139.066 102.815 142.557 100.594V100.605ZM155.001 210.068C155.436 210.761 156.658 210.961 157.434 210.491C158.068 210.115 158.397 209.551 158.092 208.822C157.81 208.152 156.258 207.929 155.495 208.411C154.837 208.834 154.684 209.41 155.001 210.056V210.068ZM134.953 140.195C138.244 144.508 140.641 149.349 142.944 154.203C146.716 162.135 149.595 170.396 151.393 179.021C152.31 183.416 152.851 187.882 153.509 192.312C154.19 196.824 154.719 201.36 154.801 205.931C154.801 206.472 154.59 207.318 155.389 207.388C156.2 207.459 156.493 206.777 156.505 206.014C156.564 203.099 156.846 200.162 156.658 197.271C156.294 191.524 155.542 185.825 154.202 180.196C153.309 176.412 152.416 172.64 151.311 168.903C150.03 164.579 147.986 160.572 146.34 156.388C144.084 150.666 141.24 145.225 137.95 140.031C137.351 139.091 136.657 138.209 135.976 137.281C135.259 137.622 135.153 138.104 134.859 138.433C134.284 139.055 134.448 139.549 134.93 140.195H134.953ZM121.463 142.04C122.25 144.931 124.037 147.352 126.093 149.573C126.974 148.832 127.233 147.928 127.574 147.128C129.101 143.58 131.393 140.548 133.72 137.528C135.306 135.46 136.129 133.098 136.528 130.536C137.504 124.19 136.34 118.526 131.593 113.861C129.724 112.016 127.868 110.194 125.67 108.726C123.32 107.151 120.817 106.105 117.926 106.176C117.715 106.176 117.491 106.082 117.303 105.976C117.197 105.917 117.15 105.753 117.009 105.494C117.938 105 118.913 105.118 119.806 105.341C121.98 105.894 124.154 106.481 126.023 107.844C130.488 111.099 134.495 114.754 136.845 119.901C137.092 120.441 137.48 121.006 137.48 121.57C137.492 123.238 138.702 123.908 139.865 124.507C144.648 126.963 149.748 127.257 154.966 126.587C155.072 126.576 155.166 126.388 155.377 126.164C153.262 124.507 151.523 122.486 149.666 120.559C147.633 118.432 146.035 115.988 144.213 113.708C141.381 110.171 138.314 106.845 134.272 104.765C130.794 102.979 127.045 101.992 123.003 102.497C119.736 102.909 116.492 103.379 113.308 104.284C112.027 104.648 111.909 104.765 112.403 105.929C113.002 107.327 113.989 108.455 115.035 109.536C118.596 113.25 121.24 117.492 121.745 122.709C122.133 126.658 121.839 130.642 120.911 134.519C120.288 137.116 120.805 139.631 121.463 142.04ZM94.5647 123.791C89.9582 126.752 84.7877 128.315 79.5584 129.619C74.1881 130.959 69.8049 133.626 66.4206 138.021C65.0927 139.737 63.7061 141.359 62.9305 143.462C61.8846 146.306 61.9081 149.173 62.2372 152.099C62.3547 153.145 62.4604 154.179 62.5427 155.225C62.6955 157.281 62.1079 159.032 60.5568 160.478C59.2524 161.688 58.8293 163.239 59.2759 165.002C59.4756 165.801 59.5814 166.624 59.8399 167.399C60.1572 168.339 59.9457 169.15 59.5109 169.984C58.7118 171.512 57.9127 173.028 57.1842 174.591C56.6554 175.707 56.8904 176.095 58.0773 176.26C58.6766 176.342 59.2641 176.342 59.8399 176.083C60.5803 175.743 61.2266 175.014 62.1667 175.954C62.5192 176.318 63.2713 175.754 63.8001 175.484C65.5392 174.579 66.6909 173.087 67.5605 171.418C68.0893 170.419 68.7708 170.078 69.8049 169.879C72.4959 169.373 75.0107 169.726 77.4079 171.054C79.3234 172.111 81.4034 172.793 83.4951 173.298C86.5856 174.062 89.6762 173.369 92.5317 172.288C98.8656 169.902 104.001 165.86 107.608 160.078C109.124 157.657 110.194 155.013 110.676 152.17C111.181 149.197 112.509 146.6 114.636 144.508C118.89 140.324 120.629 135.154 120.946 129.349C121.099 126.505 121.24 123.661 120.594 120.865C119.712 117.034 117.644 113.849 114.941 111.064C113.472 109.548 112.086 107.973 111.381 105.952C111.052 105 109.876 104.742 109.9 103.344C108.666 104.754 107.703 105.894 106.704 106.986C106.187 107.55 107.209 108.502 106.081 108.972C105.458 109.231 104.765 109.689 104.565 110.523C104.377 111.323 104.212 112.133 103.919 112.909C102.132 117.656 98.8186 121.088 94.6117 123.791H94.5647ZM1.4248 108.432C2.00061 110.206 2.31787 112.063 3.38724 113.661C4.84438 115.835 5.67873 118.373 7.28864 120.477C11.1665 125.553 16.0198 129.513 21.4606 132.733C23.8343 134.143 26.3021 135.424 28.8873 136.447C34.1871 138.527 39.6749 139.584 45.3507 139.361C49.2874 139.208 52.9537 138.092 56.5026 136.259C62.2019 133.321 67.2079 129.384 72.5077 125.871C76.0918 123.485 79.9227 121.758 84.1649 120.782C88.172 119.866 92.3202 119.478 96.1628 117.88C97.1382 117.48 98.1018 117.081 98.9831 116.481C99.4532 116.164 99.8292 115.565 100.534 116.011C100.758 116.152 101.004 116.011 101.11 115.823C102.05 114.178 103.378 112.686 103.402 110.476C102.25 110.629 101.439 110.947 100.828 111.828C98.6423 114.977 95.5635 116.434 91.7914 117.022C87.7255 117.645 83.7653 117.492 79.7229 116.975C74.8227 116.352 69.8872 115.8 64.9752 116.928C60.2982 117.997 55.5742 118.761 50.8268 119.478C49.4284 119.689 47.9595 119.36 46.6316 120.042C46.2673 120.23 45.8208 120.112 45.7268 119.689C45.6328 119.219 46.091 119.078 46.4436 119.043C48.1593 118.867 49.8749 118.726 51.5906 118.585C55.7858 118.232 59.8634 117.28 63.9528 116.376C68.9353 115.271 73.9178 115.412 78.9121 116.152C83.3775 116.81 87.8312 117.222 92.2967 116.141C94.2474 115.671 96.2451 115.271 97.7375 113.238C95.5165 113.884 93.5776 114.354 91.5799 114.625C87.4905 115.177 83.5068 114.472 79.5819 113.45C75.469 112.38 71.3208 112.11 67.1022 112.38C62.3312 112.686 57.5602 113.238 52.7657 112.592C52.4014 112.545 52.0254 112.545 51.6729 112.462C51.4261 112.415 51.3321 112.18 51.4261 111.945C51.4731 111.828 51.6259 111.687 51.7434 111.675C52.0371 111.652 52.3427 111.675 52.6365 111.734C56.5731 112.592 60.5568 112.263 64.4934 111.91C70.2867 111.393 75.9861 111.44 81.6619 112.968C86.2213 114.202 90.8161 114.225 95.4108 112.568C94.6587 112.063 93.8949 112.18 93.178 112.204C90.1227 112.286 87.2319 111.663 84.4352 110.441C79.2999 108.197 73.9649 107.468 68.3948 108.373C64.7637 108.961 61.1091 109.207 57.4309 108.867C57.0079 108.831 56.5144 108.949 56.1736 108.526C56.1383 107.868 56.6083 107.821 57.0431 107.915C60.0279 108.573 62.9775 108.35 65.9623 107.868C69.8755 107.233 73.8238 106.74 77.7957 107.456C77.9015 107.48 78.0425 107.339 78.3128 107.198C76.8439 106.305 75.328 105.8 73.8238 105.235C65.0457 101.933 56.1853 102.497 47.2779 104.566C44.1404 105.294 41.0263 106.14 37.8182 106.528C36.8429 106.646 35.9498 107.01 35.1389 107.597C34.1518 108.326 32.9885 108.643 31.7899 108.796C30.885 108.914 30.0037 108.796 29.1928 108.291C27.4889 107.245 27.3362 106.399 28.8991 105.2C31.7428 103.026 34.7864 101.275 38.5938 102.544C39.0991 102.721 39.4399 102.462 39.8629 102.38C45.8795 101.181 51.8961 99.9004 57.995 99.1366C60.5098 98.8193 63.0363 98.6665 65.5745 98.4433C65.645 97.7735 65.0927 97.7147 64.7402 97.5619C60.2747 95.6112 57.1254 92.3327 55.163 87.9142C54.7047 86.8801 54.0936 86.4923 52.9772 86.4101C48.2063 86.0575 43.4353 85.2467 38.6408 85.5405C32.0484 85.94 25.5382 86.7273 19.5334 89.9119C15.7025 91.9566 11.6248 93.4608 7.4649 94.7534C7.69992 98.22 9.2511 100.852 12.0831 102.779C13.6931 103.872 15.209 105.106 17.0774 105.764C17.3712 105.87 17.6767 105.952 17.5944 106.328C17.5239 106.669 17.2066 106.775 16.9011 106.775C15.9727 106.763 15.1502 106.352 14.3864 105.882C11.6366 104.201 8.86331 102.556 7.05363 99.7359C6.60709 99.0426 5.93726 99.1131 5.57297 99.8652C5.14993 100.723 5.1852 101.581 5.69049 102.439C6.91261 104.472 8.42853 106.176 10.579 107.257C12.4944 108.22 14.4451 109.078 16.5956 109.431C16.3018 110.429 15.6907 110.288 15.2442 110.136C11.3898 108.855 7.51192 107.597 5.16168 103.896C4.59763 103.003 4.11581 103.285 3.64577 103.955C3.0347 104.812 2.43541 105.67 1.82434 106.505C1.40131 107.08 1.18977 107.715 1.41304 108.408L1.4248 108.432ZM36.7018 104.507C36.5961 103.931 36.0438 103.72 35.468 103.755C33.7758 103.861 32.0484 103.896 30.838 105.694C32.6007 106.129 34.2106 106.223 35.797 105.635C36.2906 105.447 36.8076 105.094 36.7018 104.507Z' fill='%23EEEEEE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52.5312 123.028C50.5806 123.322 48.8414 123.663 47.0787 123.545C44.2467 123.346 41.4029 123.31 38.5943 122.946C36.5261 122.676 34.5402 121.877 32.6718 120.901C32.2135 120.666 31.7787 120.302 31.2264 120.361C31.0383 120.373 30.8033 120.514 30.6975 120.666C30.5565 120.866 30.674 121.113 30.8621 121.254C31.0971 121.43 31.3791 121.559 31.6376 121.689C33.6001 122.629 35.6331 123.463 37.8188 123.663C42.2842 124.074 46.7614 124.521 51.2504 123.933C51.6852 123.874 52.1787 124.004 52.5312 123.04V123.028Z' fill='%23EEEEEE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.2031 126.717C37.8893 126.764 35.0102 126.506 32.1665 125.859C29.3344 125.213 26.9019 123.615 24.1874 122.64C25.7033 124.966 28.1358 125.707 30.533 126.412C34.3874 127.54 39.2289 127.74 41.2031 126.717Z' fill='%23EEEEEE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.6211 128.221C25.5741 127.962 25.3861 127.821 25.1628 127.798C22.3425 127.469 19.7808 126.529 17.7008 124.519C17.407 124.237 17.0545 124.061 16.7137 124.343C16.1966 124.766 16.5727 125.177 16.8664 125.471C19.1697 127.751 22.0017 128.703 25.198 128.644C25.4213 128.644 25.5976 128.479 25.6211 128.221Z' fill='%23EEEEEE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5312 112.546C12.7557 112.475 11.9566 112.452 11.1928 112.299C8.87779 111.829 6.79781 110.924 5.22316 109.068C4.96463 108.762 4.62385 108.597 4.27131 108.903C3.89527 109.22 4.09504 109.596 4.34182 109.878C5.07039 110.748 5.96348 111.465 6.98583 111.9C9.05404 112.757 11.134 113.85 13.4842 113.075C13.496 112.898 13.5195 112.722 13.5312 112.546Z' fill='%23EEEEEE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M113.061 116.962C113.989 119.031 115.259 121.228 116.011 123.696C117.386 128.15 116.774 132.262 114.307 136.152C113.66 137.163 113.002 138.162 112.356 139.172C112.109 139.548 111.839 139.924 111.874 140.406C111.898 140.712 112.05 141.017 112.368 141.064C112.532 141.088 112.791 140.935 112.897 140.782C114.706 137.962 116.798 135.306 117.55 131.91C118.243 128.737 117.926 125.694 116.939 122.626C115.811 119.101 113.707 116.046 112.238 112.685C111.569 111.169 111.063 109.618 110.593 108.043C110.511 107.761 110.476 107.456 110.37 107.174C110.17 106.61 109.971 105.834 109.218 106.104C108.466 106.375 108.854 107.115 109.007 107.667C109.924 110.852 111.24 113.86 113.038 116.962H113.061Z' fill='%23EEEEEE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.681 154.157C64.8209 152.089 65.996 150.044 67.0771 147.952C69.7447 142.77 73.7753 139.057 79.0281 136.624C80.45 135.966 81.8719 135.296 83.282 134.603C84.0106 134.239 83.9988 134.215 84.4219 132.711C82.5534 133.604 80.8378 134.438 79.1104 135.226C72.9645 138.034 68.2993 142.312 65.5965 148.622C64.8327 150.42 63.6693 152.053 63.6693 154.145L63.681 154.157Z' fill='%23EEEEEE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M105.316 131.324C103.812 132.206 103.977 134.145 102.813 135.273C101.638 136.424 100.616 137.729 99.3821 138.81C98.1482 139.891 96.5853 140.514 95.1399 141.301C93.7533 142.065 91.8966 141.806 90.7214 143.322C95.9977 143.557 102.555 138.575 105.305 131.336L105.316 131.324Z' fill='%23EEEEEE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M107.737 123.177C107.561 121.732 108.007 120.639 108.266 119.499C108.889 116.784 108.407 114.152 107.502 111.602C107.29 111.003 106.938 109.91 106.033 110.345C105.105 110.791 105.763 111.602 106.104 112.26C107.502 115.034 107.819 117.913 107.02 120.933C106.832 121.638 106.104 122.472 107.737 123.189V123.177Z' fill='%23EEEEEE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M85.9766 137.917C81.7109 139.186 77.4805 140.467 75.1185 144.721C76.9752 143.581 78.5968 142.1 80.5475 141.043C82.3924 140.044 84.7779 139.997 85.9766 137.917Z' fill='%23EEEEEE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M113.507 124.133C112.626 126.789 112.262 129.315 111.792 131.912C112.978 130.984 113.143 130.855 113.542 128.363C113.742 127.082 114.776 125.743 113.507 124.121V124.133Z' fill='%23EEEEEE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M89.6758 139.408C87.3255 140.313 85.0693 140.395 83.5534 142.746C87.3021 141.723 88.4302 141.147 89.6758 139.408Z' fill='%23EEEEEE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M135.281 95.0244C133.037 95.1067 131.356 96.8224 129.135 96.8576C131.615 97.6684 133.436 96.2348 135.281 95.0244Z' fill='%23EEEEEE'/%3E%3C/svg%3E%0A");}
@media (max-width: 1024px) {
  .s010206 .theme_tour .top_wrap .title .mtit::after {top: -28px;right: -14px;width: 70px;}
  .s010206 .theme_tour .top_wrap .title .mtit::before {bottom: 32px;left: -38px;width: 22px;}
}
@media (max-width: 900px) {
  .s010206 .theme_tour .con_wrap .story_wrap .story_list:first-child::before {right: -120px; bottom: -250px;}
}
@media (max-width: 767px) {
  .s010206 .theme_tour .top_wrap {padding: 70px 0 10px;}
  .s010206 .theme_tour .course_wrap {margin-top: 50px;}
}
@media (max-width: 540px) {
  .s010206 .theme_tour .top_wrap {padding: 50px 0 0;}
}
/* sub010206 보청천 벚꽃길 End */

/* sub010301 템플스테이 */
.s010301 .info-box {display: flex; flex-wrap: wrap; gap: 4.5%;}
.s010301 .info-box .text-wrap {width: calc(50% - 4.5%);}
.s010301 .info-box .text-wrap .tit {display: block; margin: 0 0 25px; color: #00893C; font-size: 26px; font-weight: bold; line-height: 1.3; letter-spacing: -0.52px;}
.s010301 .info-box .text-wrap p {margin: 0;}
.s010301 .info-box .text-wrap p + p {margin: 15px 0 0;}
.s010301 .info-box .img-wrap {width: 50%; display: flex; flex-wrap: wrap; gap: 12px;}
.s010301 .info-box .img-wrap img {width: calc(50% - 6px); object-fit: cover;}
@media (max-width:940px) {
  .s010301 .info-box {flex-direction: column; gap: 30px;}
  .s010301 .info-box .text-wrap {width: 100%;}
  .s010301 .info-box .img-wrap {width: 100%; max-height: unset;}
  .s010301 .traffic-wrap .location_se04 .map_box .map_info{width: 100%; padding: 40px 30px;}
  .s010301 .traffic-wrap .location_se04 .map_box .map {width: 100%;height: 600px;}
}
@media (max-width:900px) {
  .s010301 .traffic-wrap .location_se04 .map_box .map {height: 400px;}
}
@media (max-width:767px) {
  .s010301 .info-box .text-wrap .tit {margin: 0 0 18px;font-size: 24px;}
  .s010301 .hlist__bodo.type3 .obj.col3 > .item {width: calc(50% - 7.5px);}
}
@media (max-width:500px) {
  .s010301 .hlist__bodo.type3 .obj.col3 > .item {width: 100%;}
  .s010301 .info-box .img-wrap img {width: 100%;}
  .s010301 .info-box .text-wrap .tit {margin: 0 0 15px;font-size: 22px;}
  .s010301 .traffic-wrap .location_se04 .map_box .map {height: 300px;}
}
/* sub010301 템플스테이 End */

/* sub010302 전통한옥체험 */
@media (max-width:767px) {
  .s010302 .hlist__bodo.type3 .obj.col3 > .item {width: calc(50% - 7.5px);}
}
@media (max-width:500px) {
  .s010302 .hlist__bodo.type3 .obj.col3 > .item {width: 100%;}
}
/* sub010302 전통한옥체험 End */

/* sub010303 레포츠체험 */
.s010303 .cont-txt .h2 {font-family: "Gmarket Sans";font-size: 26px; margin: 50px 0 20px;}
.s010303 .cont-txt p {color: #444;}
@media (max-width:767px) {
  .s010303 .cont-txt .h2 {font-size: 24px; margin: 40px 0 10px}
}
@media (max-width:540px) {
  .s010303 .cont-txt .h2 {font-size: 20px;}
}
/* sub010303 레포츠체험 End */

/* sub010304 보은군 농경문화관 대장간 체험 */
.s010304 .imglist-textbox {margin: 0 0 50px;}
.s010304 .board__column .item {justify-content: flex-start;}
@media (max-width: 1204px) {
  .s010304 .imglist-textbox {flex-direction: column; align-items: center; gap: 30px;}
  .s010304 .imglist-textbox .text-wrap {width: 100%;}

}
/* sub010304 보은군 농경문화관 대장간 체험 End */

/* sub010305 생생문화재 */
.s010305 #section1 .h2-ex {margin: 0;}
.s010305 .tab-map-wrap {position: relative;}
.s010305 .tab-map-wrap .tab-list {position: absolute; width: calc(50% - 100px); top: 50px; right: 50px; float: left; border-radius: 20px; background-color: rgba(246, 246, 246, 1); text-align: center; z-index: 1;}
.s010305 .tab-map-wrap .tab-list .tab-item button {float: left; width: calc(100% / 3 - 2px); height: 56px; padding: 18px 0px; margin: 0 1px; border-radius: 20px 20px 0 0; color: #222; font-weight: 400; font-size: 17px; line-height: 22.95px; font-family: "Gmarket Sans"; letter-spacing: -0.85px; text-align: center;}
.s010305 .tab-map-wrap .tab-list .tab-item button.active, 
.s010305 .tab-map-wrap .tab-list .tab-item button:hover, 
.s010305 .tab-map-wrap .tab-list .tab-item button:focus {position: relative;z-index: 1;border: none;border-radius: 15px;background: #008484;color: #fff;font-weight: 400;box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);transition: 0.3s;}
.s010305 .tab-map-wrap .tab-contents {position: relative; padding: 10px; border-radius: 20px; background-color: #fff; box-shadow: 0px 5px 25px rgba(0,0,0,0.1);}
.s010305 .tab-map-wrap .tab-contents .tab-content {display: none;}
.s010305 .tab-map-wrap .tab-contents .tab-content.active {display: block;}
.s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap {position: relative; float: right; width: 50%; height: 520px; padding: 116px 40px 40px 50px;}
.s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap:after {position: absolute;bottom: 46px;left: 0;width: calc(100% - 47px);height: 20%;background: linear-gradient(360deg, #FFF 17.69%, rgba(255, 255, 255, 0.00) 100%);content: '';}
.s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap.off::after {display: none;}
.s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi {display: block; height: 340px; overflow: auto;}
.s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi::-webkit-scrollbar {width: 5px;}
.s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi::-webkit-scrollbar-thumb {height: 25%;border-radius: 15px;background: rgba(0, 0, 0, 0.15);}
.s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi::-webkit-scrollbar-track {border-radius: 15px;background: #DDDDDD;}
.s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi .item {position: relative; padding: 20px 0; border-top: 1px dashed #ddd;}
.s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi .item:first-child {border-top-width: 0;}
.s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi .item .txt-wrap {position: relative; display: block; width: 100%; height: 100%; padding: 0 110px 0 58px; padding-top: 6px; color: #444; font-size: 16px; letter-spacing: -0.06em; text-align: left;}
.s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi .item .txt-wrap i {position: absolute;top: 0px;left: 0;width: 43px;height: 57px;padding-top: 12px;background: url(/tour/images/main/prog/place.jpg) no-repeat;color: #000;font-weight: 600;font-size: 15px;font-family: "Gmarket Sans";letter-spacing: -0.75px;text-align: center;background-repeat: no-repeat;background-size: contain;}
.s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi .item .txt-wrap b {display: block;margin-bottom: 5px;color: #222;font-weight: 400;font-size: 20px;line-height: 27px;font-family: "Gmarket Sans";letter-spacing: -1px;}
.s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi .item .txt-wrap p {margin: 0; color: #444; letter-spacing: -0.06em;}
.s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi .item .naver-map {position: absolute;top: 50%;right: 20px;padding: 6px 28px 5px 9px;border: 1px solid #005E2A;border-radius: 5px;color: #005E2A;font-size: 16px;transform: translate(0,-50%);}
.s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi .item .naver-map:before {position: absolute; top: 0; right: 8px; bottom: 0; width: 7px; height: 7px; margin: auto; content: ''; border-width: 1px; border-style: solid; border-color: #223b62; transform: rotate(45deg); border-width: 2px 2px 0 0;}
.s010305 .tab-map-wrap .ui-map {width: auto;height: 520px;margin-right: 50%;border-radius: 20px;}
@media (max-width:1024px) {
  .s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi .item .txt-wrap {padding: 0 77px 0 47px;padding-top: 0;}
  .s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi .item .txt-wrap i {width: 36px;height: 50px;padding-top: 8px;}
  .s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi .item .txt-wrap b {margin-bottom: 0; margin-top: 2px; line-height: 1.2;}
  .s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi .item .naver-map {font-size: 0;width: 30px;height: 30px; right: 10px;padding: 6px 10px 5px 9px;}
  .s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi .item .naver-map::after {display: block;position: absolute;content: '';width: 17px;height: 15px;left: 6px;top: 7px;background-image: url(/tour/images/main/prog/find-ico.png);background-repeat: no-repeat;}
  .s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi .item .naver-map:before {display: none;}
}
@media (max-width:900px) {
  .s010305 .tab-map-wrap .tab-contents {padding: 30px;}
  .s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap:after {width: calc(100% - 5px);bottom: 30px;}
  .s010305 .tab-map-wrap .tab-list {width: calc(100% - 60px);top: 30px;right: 30px;}
  .s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap {width: 100%; height: auto; padding: 80px 0 50px;}
  .s010305 .tab-map-wrap .ui-map {width: 100%; height: 410px; margin-right: 0;}
}
@media (max-width:500px) {
  .s010305 .tab-map-wrap .tab-list .tab-item button {font-size: 15px;}
  .s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi .item .txt-wrap {padding: 0 58px 0 47px;}
  .s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi .item .txt-wrap i {width: 40px;height: 50px;padding-right: 4px;background-size: contain;}
  .s010305 .tab-map-wrap .tab-contents .tab-content .navi-wrap .tabs-navi .item .txt-wrap b {font-size: 18px;}
}
/* sub010305 생생문화재 End */

/* sub010306 교육농장 프로그램 */
@media (max-width:767px) {
  .s010306 .vlist__column.col3 .item {width: calc(50% - 20px);}
}
@media (max-width:540px) {
  .s010306 .vlist__column.col3 .item {width:100%;}
}
/* sub010306 교육농장 프로그램 End */

/* sub010401 봄 */
.s010401 .theme_tour.course_check .top_wrap .title .stit::after {width: 28px; height: 31px; top: -7px; right: -43px; background-image: url("data:image/svg+xml,%3Csvg width='28' height='31' viewBox='0 0 28 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_877_6770)'%3E%3Cpath d='M8.52485 20.5549C7.84498 16.8762 3.76574 11.5831 1.01047 13.0564C-2.69304 15.0501 4.71399 24.3307 7.1651 23.7308C8.48012 23.4044 8.81111 22.1252 8.5159 20.5549H8.52485Z' fill='%238BAE88'/%3E%3Cpath d='M9.88645 25.0718C13.3216 26.7303 20.335 26.8009 20.997 23.872C21.8737 19.9287 9.39444 19.9992 8.24045 22.1871C7.61425 23.3604 8.42831 24.3661 9.8954 25.0718H9.88645Z' fill='%238BAE88'/%3E%3Cpath d='M2.72659 29.509C3.40647 28.2916 10.232 17.97 12.8978 13.3121C15.3221 9.09522 17.4333 6.45749 17.4601 6.43984C17.7285 6.10461 18.2205 6.02522 18.5605 6.26341C18.8915 6.5016 18.9451 6.96916 18.6768 7.31321C18.6768 7.31321 16.6282 9.86272 14.2576 13.9825C11.547 18.6934 4.66781 29.112 4.09528 30.153C3.88953 30.5235 3.41541 30.6823 3.03969 30.5147C2.91445 30.4618 2.825 30.3735 2.75343 30.2677C2.6103 30.056 2.59241 29.7648 2.73554 29.509H2.72659Z' fill='%238BAE88' stroke='%238BAE88' stroke-width='0.94' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.6531 8.16903C23.126 9.98633 25.3087 4.74615 23.0902 1.55264C19.5119 -3.59933 11.9796 5.46072 18.6531 8.16903Z' fill='%23DC7070'/%3E%3Cpath d='M7.26483 6.82792C7.62265 6.5809 8.10572 6.64266 8.34725 6.96907L13.5268 14.1501L22.0968 14.4147C22.5262 14.4324 22.8393 14.7764 22.7945 15.191C22.7588 15.6057 22.3741 15.9321 21.9447 15.9144L12.999 15.6321C12.7664 15.6321 12.5517 15.5174 12.4175 15.3322L7.04118 7.87772C7.04118 7.87772 7.03224 7.8689 7.02329 7.86007C6.79965 7.52484 6.907 7.07493 7.25588 6.82792H7.26483Z' fill='%238BAE88' stroke='%238BAE88' stroke-width='0.94' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.91332 9.29808C9.92994 10.9213 11.889 6.21925 9.89416 3.36097C6.68265 -1.26168 -0.0713398 6.87207 5.91332 9.29808Z' fill='%23DC7070'/%3E%3Cpath d='M23.6444 18.411C27.3121 19.8931 29.1012 15.6056 27.2853 12.9855C24.3421 8.75988 18.1696 16.1967 23.6444 18.411Z' fill='%23DC7070'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_877_6770'%3E%3Crect width='28' height='31' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.s010401 .theme_tour.course_check .top_wrap .title .stit::before { width: 51px; height: 56px; top: 15px;left: -65px; background-image: url("data:image/svg+xml,%3Csvg width='51' height='56' viewBox='0 0 51 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_877_6746)'%3E%3Cpath d='M17.1415 52.8535C17.1255 51.2743 17.0934 49.7269 16.9813 48.1477C16.9599 47.8721 16.9279 47.5647 16.7143 47.3845C16.5327 47.2309 16.2764 47.2044 16.0361 47.1885C13.9909 47.0507 11.8763 46.8228 9.88455 47.4375C9.70833 47.4905 9.52144 47.5594 9.4093 47.7078C9.28648 47.8668 9.28114 48.0841 9.28648 48.2801C9.31852 49.8805 9.45202 51.4756 9.5161 53.076C9.52678 53.4152 9.54814 53.7703 9.70833 54.067C10.0821 54.7665 11.038 54.9096 11.8496 54.9467C12.939 54.9944 14.0337 55.0103 15.123 54.9891C15.6677 54.9785 16.2604 54.9414 16.6556 54.5864C17.1255 54.1677 17.1522 53.4735 17.1468 52.8535H17.1415Z' fill='%23914E22'/%3E%3Cpath d='M25.994 46.1552C26.0421 46.8017 25.8178 47.4217 25.0863 48.0099C24.3333 48.6194 23.7459 48.577 22.8275 48.7889C19.96 49.4619 17.0444 49.4831 14.1181 49.5891C10.9782 49.7004 7.82769 49.5308 4.71452 49.0804C3.23003 48.8631 0.618815 48.5399 0.0848245 46.8229C-0.369067 45.3656 1.02999 43.8129 1.75621 42.6841C2.71206 41.2003 3.6679 39.7165 4.62374 38.2379C3.87082 38.0472 3.43295 37.2311 3.44363 36.4786C3.4543 35.7261 3.81742 35.0212 4.18053 34.3535C5.15239 32.5888 6.16698 30.9143 7.34176 29.2662C6.54611 28.8263 6.11358 27.8459 6.34319 26.9874C6.49805 26.3992 6.90922 25.9117 7.30438 25.44C8.74615 23.7177 10.0064 21.9849 11.0583 20.0241C11.3093 19.5525 11.5656 19.0755 11.9394 18.6834C12.3185 18.3071 12.8258 18.0104 13.3758 17.9998C15.0686 17.9733 16.0992 20.093 16.8842 21.2218C17.6424 22.3081 18.4221 23.3839 19.2284 24.4385C19.8905 25.3075 20.8357 26.1872 21.076 27.2789C21.3109 28.3971 20.51 29.0436 19.6022 29.5099C19.5328 29.547 19.458 29.5841 19.426 29.6583C19.3832 29.7537 19.442 29.865 19.5007 29.9551C20.5954 31.688 21.7702 33.3731 23.0144 35.0106C23.495 35.636 24.0129 36.4945 23.7139 37.2947C23.5217 37.7981 23.0891 38.1903 22.6085 38.4499C22.4857 38.5135 22.3469 38.5877 22.3042 38.7149C22.2668 38.8262 22.3149 38.9481 22.3629 39.0593C23.1158 40.7816 24.2799 42.2919 25.161 43.9506C25.5669 44.719 25.9406 45.4556 25.994 46.1552Z' fill='%234EA151'/%3E%3Cpath d='M10.4414 25.8111C10.6069 25.0215 10.8526 24.2478 11.1676 23.5059' stroke='%23407F48' stroke-width='2.43' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5435 25.6522C17.3779 24.9156 17.2124 24.179 17.0469 23.4424' stroke='%23407F48' stroke-width='2.43' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.08984 36.0443C8.34082 34.9739 8.59179 33.9034 8.83743 32.8276' stroke='%23407F48' stroke-width='2.43' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.6602 36.1237C12.7616 35.1539 12.8684 34.1841 12.9699 33.2144' stroke='%23407F48' stroke-width='2.43' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.8259 25.7315C13.7831 25.1221 13.8045 24.5021 13.8953 23.8979' stroke='%23407F48' stroke-width='2.43' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.6212 35.6572L17.8789 32.9175' stroke='%23407F48' stroke-width='2.43' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.45312 46.3724C5.73614 45.1165 6.01916 43.8658 6.30217 42.6099' stroke='%23407F48' stroke-width='2.43' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.7422 46.5159C12.7635 45.1381 12.833 43.7602 12.9504 42.3877' stroke='%23407F48' stroke-width='2.43' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.967 46.2931C20.4437 44.9206 20.0058 43.5163 19.6641 42.0854' stroke='%23407F48' stroke-width='2.43' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg clip-path='url(%23clip1_877_6746)'%3E%3Cpath d='M37.8016 52.3089C37.7849 50.5568 37.7627 48.8048 37.7461 47.0527C37.7294 45.7016 37.9735 44.1857 36.2426 43.9221C35.6656 43.8342 35.0776 43.944 34.5061 44.0539C32.8584 44.3669 31.1885 44.691 29.674 45.4105C29.3855 45.5478 29.0914 45.7126 28.9305 45.9872C28.7974 46.2179 28.7752 46.4925 28.7586 46.7616C28.631 48.8103 28.4756 50.8314 28.4035 52.8856C28.3647 53.9676 28.4035 55.2089 29.5408 55.7141C30.14 55.9778 30.8113 55.9888 31.4659 55.9943C32.3369 55.9997 33.2024 56.0052 34.0734 56.0107C34.9278 56.0162 35.8154 56.0107 36.5866 55.6427C37.9292 54.9946 37.8238 53.5941 37.8127 52.3144L37.8016 52.3089Z' fill='%238C6239'/%3E%3Cpath d='M22.1064 5.59703C19.5711 9.11762 18.406 13.4236 17.5239 17.6692C16.7638 21.3436 16.1869 25.0729 16.0926 28.8242C15.9982 32.3997 16.1702 35.7555 17.2687 39.2212C18.5613 43.302 21.3741 45.8505 25.5516 46.7457C31.5045 48.0199 38.2285 48.1188 43.7042 45.1694C46.9053 43.4448 48.8193 40.3416 49.6404 36.854C50.9275 31.3891 50.2007 24.9411 49.6737 19.3993C49.3242 15.7194 49.019 12.1769 47.4379 8.79358C42.8665 -0.938868 28.614 -3.4269 22.1064 5.59703Z' fill='%2387C86F'/%3E%3Cpath d='M35.75 10.5894C37.2257 11.9075 38.1356 13.8298 38.2132 15.8016' stroke='%2369AF4B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39.3125 8.01904C41.3652 9.92489 42.5802 12.693 42.5913 15.4831' stroke='%2369AF4B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_877_6746'%3E%3Crect width='26' height='37' fill='white' transform='translate(0 18)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_877_6746'%3E%3Crect width='34.2857' height='56' fill='white' transform='translate(16.0703)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
@media (max-width:540px) {
  .s010401 .theme_tour.course_check .top_wrap .title .stit::after,
  .s010401 .theme_tour.course_check .top_wrap .title .stit::before {display: none;}
}
/* sub010401 봄 End */

/* sub010402 여름 */
.s010402 .theme_tour.course_check .top_wrap .title .stit::after {width: 43px; height: 41px; top: -10px; right: -58px; background-image: url("data:image/svg+xml,%3Csvg width='43' height='41' viewBox='0 0 43 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_877_6809)'%3E%3Cpath d='M23.3152 7.40733C23.3152 7.40733 21.0095 -0.472694 24.2869 0.0207814C27.5643 0.519451 23.3152 7.40733 23.3152 7.40733Z' fill='%23F39800'/%3E%3Cpath d='M9.10601 14.5758C9.10601 14.5758 0.886268 13.4174 2.68778 10.6696C4.4893 7.92169 9.10601 14.5758 9.10601 14.5758Z' fill='%23F39800'/%3E%3Cpath d='M7.30469 21.6455C7.30469 21.6455 0.891721 26.8555 0.0566162 23.6817C-0.778488 20.5131 7.30469 21.6455 7.30469 21.6455Z' fill='%23F39800'/%3E%3Cpath d='M10.0057 28.4502C10.0057 28.4502 6.16107 35.7225 4.14422 33.1304C2.12211 30.5332 10.0057 28.4502 10.0057 28.4502Z' fill='%23F39800'/%3E%3Cpath d='M15.3395 33.271C15.3395 33.271 13.622 41.2965 10.9696 39.3381C8.31727 37.3798 15.3395 33.271 15.3395 33.271Z' fill='%23F39800'/%3E%3Cpath d='M21.3382 33.5669C21.3382 33.5669 25.1881 40.834 21.8792 40.995C18.5703 41.156 21.3382 33.5669 21.3382 33.5669Z' fill='%23F39800'/%3E%3Cpath d='M27.5117 31.8579C27.5117 31.8579 33.9194 37.0732 30.9309 38.4964C27.9424 39.9145 27.5117 31.8579 27.5117 31.8579Z' fill='%23F39800'/%3E%3Cpath d='M32.6445 28.0601C32.6445 28.0601 40.901 28.886 39.2151 31.7066C37.5291 34.5272 32.6445 28.0601 32.6445 28.0601Z' fill='%23F39800'/%3E%3Cpath d='M35.4727 22.2166C35.4727 22.2166 42.9413 18.6376 42.9991 21.9153C43.0569 25.1878 35.4727 22.2166 35.4727 22.2166Z' fill='%23F39800'/%3E%3Cpath d='M35.1602 15.6766C35.1602 15.6766 40.8378 9.69253 42.0773 12.7313C43.3169 15.7649 35.1602 15.6766 35.1602 15.6766Z' fill='%23F39800'/%3E%3Cpath d='M31.0547 9.96823C31.0547 9.96823 34.4739 2.49338 36.6431 4.97115C38.807 7.44891 31.0547 9.96823 31.0547 9.96823Z' fill='%23F39800'/%3E%3Cpath d='M14.9061 9.48545C14.9061 9.48545 9.27568 3.45466 12.427 2.45213C15.5784 1.4444 14.9061 9.48545 14.9061 9.48545Z' fill='%23F39800'/%3E%3Cpath d='M16.5957 10.4203C16.5957 10.4203 27.7882 5.33492 32.3103 14.8616C37.0899 24.9285 28.2819 29.7905 26.3333 30.8138C24.3847 31.8371 15.7185 34.6006 11.4852 26.6011C7.25194 18.6016 9.81503 13.5993 16.5957 10.4151V10.4203Z' fill='%23F39800'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_877_6809'%3E%3Crect width='43' height='41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.s010402 .theme_tour.course_check .top_wrap .title .stit::before {width: 60px; height: 55px; top: 20px; left: -74px; background-image: url("data:image/svg+xml,%3Csvg width='60' height='55' viewBox='0 0 60 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43.8192 27.5612C38.1194 25.6241 32.1572 24.5315 28.3944 24.3734C21.6056 24.0931 14.5401 25.1209 8.9768 28.0823C3.83759 30.8208 -2.93323 36.6249 1.36502 42.5152C7.65067 51.1297 21.3181 55.1045 32.3045 54.9751C41.7779 54.8637 60.9116 49.5304 59.3734 39.6114C58.5396 34.2314 51.413 30.1451 43.8156 27.5612H43.8192Z' fill='%23E8E4D5'/%3E%3Cpath d='M52.0701 36.1938C58.7655 25.4338 55.3908 9.17163 41.3425 6.56968C27.7182 4.0468 13.1163 14.5444 17.1738 29.4553C18.349 33.7716 21.012 38.652 24.8718 41.1282C31.8942 45.6349 42.3667 45.1317 48.868 39.8524C50.133 38.8245 51.2076 37.5775 52.0701 36.1938Z' fill='%2394C683'/%3E%3Cmask id='mask0_877_6828' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='16' y='6' width='40' height='39'%3E%3Cpath d='M52.0701 36.1928C58.7655 25.4328 55.3908 9.17066 41.3425 6.56871C27.7182 4.04582 13.1163 14.5435 17.1738 29.4544C18.349 33.7706 21.012 38.651 24.8718 41.1272C31.8942 45.6339 42.3667 45.1308 48.868 39.8514C50.133 38.8235 51.2076 37.5765 52.0701 36.1928Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_877_6828)'%3E%3Cpath d='M21.9241 28.3054C21.7983 30.9253 24.8926 31.9891 25.27 34.4653C25.8414 38.1813 23.2538 45.3295 30.0786 43.777C29.0974 42.8246 28.1594 42.3538 28.1558 40.7761C28.1487 37.1068 28.8602 34.7887 27.0346 31.4285C26.5314 30.4977 25.7911 29.725 25.4353 28.7511C24.6159 26.5265 26.1684 24.0503 25.3814 21.5921C24.7884 19.7341 22.8765 18.7458 22.4272 16.859C21.9888 15.0369 22.9915 12.8519 24.2098 11.5078C24.907 10.7423 28.7381 8.56798 25.9277 8.47814C22.1577 8.35954 19.2251 14.9758 20.0445 18.0917C20.5584 20.0396 22.783 21.0638 23.1101 23.1051C23.3976 24.9021 22.0104 26.5121 21.9241 28.3018V28.3054Z' fill='%23568F56'/%3E%3Cpath d='M43.4256 23.0118C43.3034 25.6318 46.3941 26.6955 46.7714 29.1717C47.1668 31.7629 45.2441 38.8428 48.0329 40.4851C51.6663 42.6271 49.9376 37.053 49.7615 35.9928C49.1829 32.532 50.333 29.4412 48.536 26.1385C48.0293 25.2113 47.2926 24.435 46.9332 23.4647C46.1856 21.4377 47.3501 19.3317 47.0769 17.2653C46.5271 13.1323 43.2495 8.12969 39.1956 6.73886C38.3187 6.43698 35.0699 6.54839 34.6602 6.17822C36.3816 7.73436 38.8506 8.51063 40.227 10.4621C41.4202 12.1512 42.0887 13.9625 43.4399 15.6229C46.1102 18.9041 43.5729 19.8313 43.422 23.019L43.4256 23.0118Z' fill='%23568F56'/%3E%3Cpath d='M31.9048 23.2163C31.779 25.8363 34.8733 26.9 35.2507 29.3762C35.664 32.0752 34.2516 34.7095 34.4385 37.3977C34.5678 39.2701 36.1923 39.8631 36.9649 41.3869C37.3639 42.1775 37.4825 42.2853 37.4501 43.191C37.425 43.8918 36.5732 45.0095 36.9182 45.6635C38.2192 48.1181 42.9379 45.3868 43.6387 43.6151C41.5974 42.7705 41.5435 41.6923 40.7205 40.0571C40.1168 38.8532 39.1284 38.6016 39.1824 37.006C39.2578 34.749 39.9371 32.9557 39.3189 30.6628C38.6145 28.0501 36.3432 26.1849 35.416 23.662C34.5966 21.4374 36.1491 18.9612 35.3621 16.503C34.4241 13.5704 28.5589 9.28656 33.2669 6.00537C31.7251 7.07993 29.31 8.48154 28.7889 10.4438C28.1708 12.7618 30.6434 14.2425 31.9264 15.8238C34.5966 19.105 32.0593 20.0322 31.9084 23.2199L31.9048 23.2163Z' fill='%23568F56'/%3E%3C/g%3E%3Cpath d='M32.179 7.87766C32.4162 7.6764 31.5178 5.68541 31.1152 4.99539C30.3965 5.36556 29.5196 5.39431 28.7613 5.60994C28.4738 4.81929 28.2653 4.18677 27.9922 3.41409C30.2204 3.81661 32.8619 2.95767 35.0074 2.33594C35.223 2.85345 35.4099 3.44284 35.5896 3.96036C34.5043 4.16162 33.4225 4.26584 32.3479 4.52819C32.4881 5.53087 32.6894 7.20561 33.2284 8.01423' fill='%2394C683'/%3E%3Cpath d='M35.651 7.16283C35.4965 6.81422 35.4282 6.47999 35.4282 6.14217C35.4282 6.03795 35.4318 5.93373 35.4461 5.8295C35.4282 5.97685 35.4605 5.76841 35.4713 5.72169C35.4965 5.62466 35.5252 5.52762 35.554 5.43059C35.6043 5.25449 35.554 5.40184 35.6079 5.28324C35.9421 4.58244 36.4955 4.05055 37.1352 3.63725C37.9043 3.13771 38.5908 2.8502 39.4713 2.62379C39.6725 2.56988 39.8774 2.52675 40.0822 2.48722C40.3661 2.43691 40.2942 2.44409 40.5746 2.42253C40.7758 2.40456 40.9771 2.39737 41.1783 2.40097C41.261 2.40097 41.3437 2.40456 41.4263 2.41175C41.4874 2.41534 41.7749 2.44769 41.5773 2.42253C42.0337 2.48722 42.4865 2.58066 42.9249 2.71723C43.252 2.81786 43.5539 2.99036 43.6904 3.25271C44.0283 3.91757 43.2268 4.55009 42.5979 4.31649C42.3176 4.21227 42.5835 4.28415 42.5584 4.30571C42.5763 4.29134 42.429 4.21586 42.5224 4.27337C42.6159 4.33087 42.5512 4.39915 42.5224 4.21227C42.544 4.36681 42.526 4.15836 42.5296 4.10445C42.5368 3.93554 42.5368 3.96789 42.5584 3.86367C42.659 3.39647 42.8099 3.01552 43.1729 2.69566C43.5179 2.39019 43.9636 2.19252 44.3948 2.04518C44.632 1.96252 44.8764 1.90502 45.1136 1.82595C45.1891 1.80079 45.3364 1.81517 45.0597 1.82595C45.1208 1.82595 45.1819 1.81517 45.2466 1.81158C45.6131 1.79001 45.9869 1.81517 46.3535 1.85111C46.393 1.8547 46.4325 1.86189 46.4757 1.86548C46.6194 1.88345 46.3391 1.84392 46.4829 1.86548C46.5907 1.88345 46.6985 1.90142 46.8063 1.91939C47.004 1.95533 47.198 2.00205 47.3885 2.05596C47.482 2.08471 47.5754 2.11705 47.6688 2.1494C47.8126 2.19971 47.5646 2.07752 47.7335 2.17815C47.8018 2.21768 47.8737 2.25721 47.942 2.30034C48.0246 2.35065 47.8665 2.24643 47.8665 2.24284C47.8809 2.27159 47.9779 2.39737 47.8952 2.26081C47.8881 2.25003 47.8198 2.10268 47.8306 2.15299C47.8126 2.07033 47.8126 2.00564 47.8198 1.92658C47.8306 1.82236 47.8018 1.91939 47.8737 1.77923C47.8629 1.7972 47.8377 1.83314 47.8306 1.8547C47.8126 1.93736 47.924 1.75407 47.8521 1.82595C47.7659 1.9158 47.6796 1.99486 47.5826 2.07393C47.2052 2.37941 47.2663 3.0263 47.5826 3.34615C47.9563 3.71991 48.4739 3.65163 48.8548 3.34615C49.8036 2.58066 49.8323 1.33719 48.747 0.690294C47.9096 0.187154 46.7991 0.0613696 45.8432 0.0146495C44.7111 -0.0392583 43.5682 0.316533 42.6015 0.902331C41.3652 1.65704 40.4488 3.20599 40.7866 4.69385C41.1783 6.42968 43.5215 6.50515 44.668 5.52762C45.9725 4.41712 45.7605 2.39378 44.3948 1.45579C43.4461 0.801704 42.0193 0.575291 40.8836 0.618417C39.6474 0.661543 38.447 0.999365 37.3257 1.5025C36.1254 2.04518 34.9789 2.87536 34.2709 4.00383C33.4695 5.27965 33.5019 6.73875 34.1056 8.08285C34.3033 8.5249 34.9466 8.63271 35.3347 8.4063C35.7911 8.14035 35.8558 7.62284 35.6582 7.1772L35.651 7.16283Z' fill='%2394C683'/%3E%3Cpath d='M2.19476 32.8727C1.19567 29.6598 2.20554 26.1415 2.97822 22.7129C3.2262 22.2062 10.0833 25.4766 10.6331 25.7282C12.1605 26.4218 13.7131 27.101 15.1901 27.8988C15.3806 28.0031 15.7256 28.1001 15.8694 28.2618C16.3402 28.7793 15.9844 28.6967 16.1641 29.2645C16.333 29.8108 16.3617 30.1019 16.8649 30.4792C16.9907 30.5727 18.3348 31.1297 18.3815 30.9105C18.0437 32.5277 18.6977 31.9096 19.8334 32.2582C20.1029 32.3409 20.3401 32.7434 20.7139 32.9087C21.2709 33.1567 22.0867 33.1567 22.6905 33.1926C23.359 33.2321 24.1999 33.2285 24.8001 32.8727C25.3176 32.5637 25.5548 31.9922 26.004 31.6005C25.7776 31.7982 27.5386 32.3085 27.686 32.3301C28.4335 32.4415 29.1487 32.6355 29.8782 32.8907C30.8737 33.2393 27.0966 39.3525 26.4353 40.0245C25.5764 40.8978 24.412 41.4728 23.1433 41.8071C17.9143 43.1943 10.8955 41.1458 6.24863 37.9724C3.97731 36.4199 2.76259 34.6948 2.19476 32.8727Z' fill='%23568F56'/%3E%3Cpath d='M21.8593 29.9978C24.1881 30.8208 26.56 31.4389 28.8924 32.2619C28.3677 34.1774 26.8044 36.9303 25.4028 38.3535C24.6553 39.1154 23.6418 39.6149 22.5385 39.906C17.9923 41.1172 11.8935 39.3382 7.85762 36.5781C5.88459 35.2268 4.828 33.7282 4.33564 32.1433C3.46593 29.3473 4.34642 26.2853 5.02207 23.3024C5.03644 23.2341 12.5117 26.2386 12.9968 26.4291C15.9366 27.5827 18.8584 28.9376 21.8593 29.9978Z' fill='%23FF5F67'/%3E%3Cpath d='M20.3593 35.439C20.3737 35.457 20.3917 35.4749 20.406 35.4929C20.8337 35.9206 21.2254 35.5001 21.2506 35.0724C21.2829 34.5262 20.8553 34.0625 20.442 33.7822C20.442 33.8649 20.4348 33.9547 20.4204 34.0554C20.3952 34.2279 20.3234 34.4507 20.2802 34.6735C20.2227 34.9538 20.2048 35.2377 20.3557 35.439H20.3593Z' fill='%2377635F'/%3E%3Cpath d='M20.4 35.3707C20.3533 35.3959 20.303 35.4246 20.2383 35.4606C20.3209 35.3887 20.3856 35.342 20.4503 35.2988H20.4683L20.4288 35.3168' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7578 33.8325C20.7758 33.8828 20.7686 33.6924 20.783 33.6528C20.783 33.6852 20.783 33.7211 20.7866 33.7571' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8867 34.9787C20.8867 34.9787 20.9119 34.95 20.9227 34.9356C20.9802 34.8601 21.0341 34.7775 21.0736 34.7451' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1505 34.544C20.19 34.5764 20.2331 34.6123 20.2583 34.6339C20.287 34.6446 20.3122 34.6554 20.3374 34.6698C20.2224 34.5332 20.1325 34.4973 20.0283 34.3643C19.9277 34.2817 19.9564 34.3535 19.9492 34.3787' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.4131 35.0435L21.3017 35.065C21.3484 35.0794 21.2838 35.101 21.2227 35.1117' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6316 34.0157C20.6316 34.0157 20.6244 34.0085 20.6172 34.0049C20.6639 34.3211 20.6747 34.4146 20.7178 34.7165C20.7214 34.7416 20.7322 34.7919 20.7394 34.8458V34.8171L20.7034 34.6158' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3788 35.8342V35.8522L20.3716 35.8701L20.3248 35.8809C20.3284 35.8414 20.3356 35.809 20.3392 35.7803C20.3213 35.7803 20.3033 35.7839 20.2889 35.7839L20.2422 35.8234' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1198 33.829H20.1342L20.1163 33.7859L20.0192 33.6313L20.048 33.6888C20.0623 33.7392 20.0767 33.7931 20.0911 33.847C20.0552 33.7823 20.0336 33.7499 20.0156 33.7212' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6875 35.2557C20.7127 35.2197 20.7198 35.2125 20.6911 35.2413C20.6911 35.2413 20.6947 35.2341 20.6983 35.2305C20.6983 35.2305 20.7055 35.2233 20.7055 35.2197' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7227 34.8064C20.7083 34.7274 20.6903 34.6483 20.6688 34.5333C20.6616 34.4974 20.6544 34.4363 20.64 34.3572C20.6436 34.3716 20.6508 34.3896 20.658 34.4075C20.6723 34.4794 20.6903 34.5836 20.7047 34.6663C20.7191 34.7489 20.7334 34.8136 20.7334 34.8136C20.6975 34.598 20.6723 34.4507 20.6328 34.1919' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0312 34.5442C20.0636 34.5586 20.0995 34.573 20.1391 34.5945C20.1103 34.5658 20.0852 34.5406 20.0636 34.519' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.488 34.9862C21.4592 34.9862 21.4341 34.9862 21.3945 34.9897C21.4233 34.9718 21.4448 34.9574 21.452 34.9538C21.5383 34.9322 21.5994 34.9179 21.6641 34.8999C21.6569 34.9035 21.6461 34.9107 21.6389 34.9179' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6764 34.9613C20.662 34.9397 20.6477 34.9181 20.6153 34.8714C20.6477 34.9146 20.662 34.9361 20.6836 34.9685C20.6513 34.9181 20.6225 34.8714 20.5938 34.8247' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5039 34.8315C20.5578 34.889 20.6153 34.943 20.6836 35.0148C20.6333 34.9609 20.5902 34.9106 20.5542 34.8675C20.5434 34.8531 20.547 34.8531 20.5434 34.8459' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.633 35.917C20.6186 35.9349 20.6042 35.9529 20.5898 35.9745C20.6006 35.8954 20.6114 35.8451 20.6186 35.7876L20.5898 35.8271' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6406 35.202L20.673 35.1841C20.673 35.1841 20.6658 35.1841 20.6586 35.1841' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5991 34.591C20.5667 34.4868 20.5308 34.3826 20.4984 34.2747C20.4913 34.2568 20.4841 34.2424 20.4805 34.228' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0465 35.2916C21.0465 35.2916 21.0644 35.3024 21.0752 35.3096C21.068 35.3167 20.9854 35.2628 21.0357 35.306C21.1076 35.3635 21.1615 35.403 21.2154 35.4425H21.2118L21.3052 35.5108' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1033 35.1514C20.1284 35.1479 20.1536 35.1407 20.2039 35.1299C20.1392 35.1299 20.1069 35.1299 20.0781 35.1299' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7502 35.2883C20.7502 35.2883 20.7538 35.2595 20.7573 35.2344C20.7394 35.2919 20.725 35.3458 20.707 35.3997' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0753 34.6519C20.0969 34.6698 20.1184 34.6878 20.14 34.7094C20.1005 34.6914 20.0717 34.6806 20.043 34.6698L20.0681 34.6878L20.0609 34.7273' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0063 35.4464C20.9991 35.4176 20.9955 35.3961 20.9308 35.3062C20.9129 35.2775 20.8949 35.2523 20.8733 35.2236C20.8374 35.184 20.8805 35.2379 20.8949 35.2595' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5977 34.5191L20.6372 34.6485V34.6413L20.5797 34.458L20.418 33.9585' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0114 33.8362C21.0186 33.8003 21.0258 33.7643 21.033 33.7212C21.033 33.7428 21.033 33.7571 21.0366 33.7859C21.0258 33.811 21.015 33.8326 21.0078 33.8542' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3945 34.3394C20.4161 34.3789 20.4377 34.4184 20.4556 34.4508C20.4484 34.4256 20.4413 34.4005 20.4341 34.3753C20.4736 34.4364 20.5383 34.5765 20.5167 34.5011L20.6066 34.6951' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3406 35.2703L21.3047 35.2595L21.3586 35.2667C21.4017 35.2631 21.3478 35.2271 21.4413 35.2307C21.4736 35.2307 21.5023 35.2307 21.5347 35.2307' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9795 35.2339C20.9508 35.216 20.9256 35.198 20.8789 35.1729C20.8861 35.18 20.8897 35.18 20.8933 35.1836L20.9005 35.1872H20.9112' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.6094 35.1479C21.7028 35.1299 21.6633 35.1012 21.6273 35.0796' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9414 35.0329C20.9666 35.0149 21.0097 34.9826 20.9594 35.0078' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2969 33.297C20.3077 33.3149 20.3148 33.3329 20.3256 33.3545C20.3184 33.3293 20.3113 33.3041 20.3041 33.2754' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7349 34.4578C20.7313 34.4291 20.7241 34.3895 20.7205 34.3716C20.7097 34.3177 20.681 34.1487 20.6953 34.35' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7064 35.5895C20.7208 35.5177 20.728 35.453 20.7352 35.4063C20.7352 35.3847 20.7423 35.3559 20.7459 35.3164C20.728 35.3775 20.7136 35.4314 20.6992 35.4889V35.5069L20.728 35.4206' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5053 35.2412C20.4802 35.2628 20.3903 35.2987 20.3328 35.3275C20.2789 35.3562 20.2178 35.3814 20.1747 35.385C20.1675 35.385 20.1388 35.3993 20.1172 35.4101' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7803 35.752C20.7767 35.7735 20.7695 35.8095 20.7695 35.813C20.7767 35.8634 20.7875 35.9101 20.8019 35.9532' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9663 34.9002C19.9375 34.893 19.9088 34.8858 19.8764 34.875C19.88 34.8894 19.8836 34.9038 19.8872 34.9145L19.8477 34.9073V34.8858' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.383 34.404C20.3434 34.3393 20.3039 34.271 20.25 34.1812C20.2931 34.2746 20.3327 34.3644 20.3722 34.4363C20.3794 34.4543 20.3866 34.4723 20.3938 34.4902' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5905 35.2627C21.533 35.2699 21.4755 35.2699 21.418 35.2699' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4109 34.9862C20.3822 34.9682 20.3534 34.9502 20.3211 34.9251C20.3211 34.9251 20.3139 34.9143 20.3103 34.9071C20.3103 34.9071 20.3031 34.8999 20.2995 34.8999H20.2852' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.4708 35.137L21.5355 35.1477L21.5463 35.1405C21.4277 35.1262 21.4205 35.1226 21.4888 35.0723' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1172 34.2602C20.1675 34.3177 20.2214 34.3752 20.2717 34.4363C20.2717 34.4363 20.2645 34.4255 20.2609 34.4147C20.225 34.3608 20.1855 34.3069 20.1387 34.2422C20.1459 34.2638 20.1567 34.2853 20.1639 34.3033' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0555 35.1553C20.0052 35.1696 19.9584 35.184 19.8973 35.2056C19.8758 35.1984 19.8578 35.1912 19.8398 35.1876' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.712 35.7515C20.712 35.6509 20.6941 35.7191 20.6797 35.7443' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8311 33.8434C20.8311 33.8039 20.8239 33.7608 20.8203 33.7177C20.8239 33.6961 20.8275 33.6781 20.8311 33.6602' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3711 34.3394C21.3711 34.3394 21.3783 34.3537 21.3855 34.3645C21.4573 34.228 21.4538 34.2208 21.3927 34.2926' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7461 34.519L20.7605 34.5981C20.7605 34.5621 20.7605 34.519 20.7605 34.4795' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5573 35.9492C20.525 35.9636 20.4891 35.978 20.4531 35.9888' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8008 35.791C20.8116 35.8198 20.8259 35.8485 20.8439 35.8773' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5195 35.2737C20.5591 35.2486 20.5986 35.2234 20.6381 35.1982' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5669 35.1441C20.5669 35.1441 20.5848 35.1369 20.6028 35.1333C20.5561 35.1333 20.495 35.1333 20.4375 35.1333' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0117 34.0196C21.0189 33.9908 21.0261 33.9621 21.0369 33.9297C21.0441 33.9297 21.0513 33.9225 21.0584 33.9189' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7195 33.8795C20.7159 33.8579 20.7088 33.84 20.7016 33.8112C20.7016 33.7609 20.7016 33.7106 20.7052 33.6495C20.7016 33.6279 20.6944 33.6136 20.6836 33.5632C20.6908 33.5525 20.6944 33.5453 20.6944 33.5381' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.975 35.4677C19.975 35.4677 19.9858 35.4318 19.9822 35.421C19.9714 35.3958 19.9498 35.3707 19.9319 35.3383C19.9355 35.3383 19.957 35.3204 19.9786 35.306C19.8205 35.3132 19.9283 35.2449 19.8672 35.2197' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6256 34.6665L20.6975 34.8678L20.7083 34.8929L20.543 34.397' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8438 34.616L20.8869 34.1811L20.9013 34.0518' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8041 35.2922L20.793 35.2773' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5191 34.2962C20.5191 34.2962 20.5263 34.3141 20.5334 34.3249C20.5119 34.2602 20.4939 34.2063 20.4688 34.1309C20.4795 34.1704 20.4867 34.192 20.4939 34.2135' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1211 34.8962C21.1714 34.8603 21.2577 34.8207 21.2577 34.792' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5609 35.1694C20.4459 35.1982 20.5825 35.1694 20.5142 35.191C20.4711 35.1982 20.4172 35.209 20.3633 35.2197' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0273 35.3813C21.0597 35.4065 21.1028 35.4388 21.0741 35.3957' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3722 33.5955C20.365 33.5703 20.3614 33.5452 20.3542 33.52C20.3542 33.5128 20.347 33.4984 20.3398 33.4805C20.3578 33.5523 20.3758 33.6206 20.3938 33.6889' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1914 33.2466C20.2633 33.4622 20.2417 33.376 20.2202 33.3005' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9316 35.748C20.9316 35.748 20.9172 35.7516 20.9064 35.7552C20.9208 35.7948 20.9316 35.8127 20.9388 35.8343V35.8595C20.9208 35.8343 20.9064 35.8127 20.8848 35.7768C20.8848 35.784 20.8848 35.8055 20.8848 35.8307C20.8848 35.8451 20.8848 35.8595 20.8848 35.8738C20.8777 35.8559 20.8705 35.8451 20.8633 35.8343' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9883 34.8783C21.0098 34.8424 21.0098 34.8388 20.9919 34.8567' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4177 34.5767C20.432 34.5983 20.4464 34.6199 20.468 34.6486C20.4248 34.5767 20.3709 34.4905 20.3242 34.4258' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.083 34.4183C20.083 34.4183 20.0794 34.3967 20.0758 34.3823C20.0542 34.3572 20.0291 34.3248 20.0039 34.2925' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9023 34.3535C20.9023 34.4074 20.9023 34.4398 20.9203 34.3535' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5727 34.9142C20.5188 34.8603 20.4648 34.8064 20.4217 34.7633C20.3966 34.7453 20.3786 34.731 20.375 34.731C20.393 34.7633 20.4073 34.7849 20.4253 34.81C20.4289 34.8136 20.4361 34.8208 20.4361 34.8208C20.4577 34.8388 20.4792 34.8531 20.5008 34.8711C20.5116 34.8819 20.5223 34.8927 20.5331 34.9035' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0195 35.1157C21.0591 35.1193 21.0591 35.1229 21.1489 35.1157C21.1813 35.1193 21.2136 35.1265 21.2495 35.1373' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8398 34.7923L20.883 34.5874' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4181 35.3525C20.4181 35.3525 20.4109 35.3525 20.4038 35.3525C20.3966 35.3525 20.3858 35.3525 20.375 35.3525' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5391 35.1156C20.5391 35.1156 20.5606 35.1156 20.575 35.112C20.5966 35.112 20.6181 35.1156 20.6397 35.1192C20.6864 35.1192 20.6145 35.112 20.5534 35.1084C20.5534 35.1084 20.5606 35.1084 20.5642 35.1084' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1291 34.041C21.1363 34.0158 21.1434 33.9906 21.1578 33.9224C21.1255 34.005 21.1003 34.0661 21.0788 34.1272V34.1524C21.05 34.1847 21.0284 34.2171 21.0033 34.2566C21.0033 34.2782 20.9997 34.2997 20.9961 34.3213' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9144 35.0901C20.8605 35.0973 21.0043 35.065 21.0043 35.0614C20.9827 35.0614 20.9827 35.0614 21.1085 35.0146C21.0258 35.0434 20.9719 35.0614 20.9144 35.0793H20.9108L20.9504 35.0721' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1394 33.7676C20.1214 33.7388 20.0998 33.7101 20.0819 33.6885C20.0639 33.6669 20.0495 33.6526 20.0352 33.6382' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9698 35.4927C19.9698 35.4927 19.9302 35.525 19.9338 35.5286C19.941 35.5538 19.977 35.5646 20.0309 35.5538' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9772 35.0869L20.8945 35.1049H20.9053C20.9053 35.1049 20.9413 35.0977 20.97 35.0941C21.0275 35.0869 21.0383 35.0941 21.0311 35.0977' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7334 34.0771C20.7334 34.0124 20.7263 33.9441 20.7227 33.8794C20.7227 33.8219 20.7227 33.7716 20.7227 33.7393' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2922 35.8846L20.2383 35.8774' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6453 35.6689C20.6453 35.6689 20.6238 35.6869 20.6094 35.6977' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8976 35.0076C20.8797 35.0256 20.8797 35.0292 20.93 34.9861C20.9444 34.9717 20.9444 34.9753 20.9516 34.9717' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3398 35.2092C21.365 35.1948 21.3938 35.1804 21.4225 35.1589C21.3938 35.1589 21.3722 35.1589 21.3506 35.1553' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1242 33.38C20.0667 33.2399 20.0739 33.283 20.0883 33.3405' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.698 34.857L20.6836 34.7959' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7848 35.3599H20.7812C20.7812 35.4102 20.7812 35.4425 20.7812 35.4785' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.46 34.566L20.3594 34.3755' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0066 33.8505L20.9598 33.8074V33.7822C20.9598 33.7822 20.9311 33.8002 20.9131 33.811C20.9131 33.8325 20.9059 33.8613 20.9023 33.8936' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5586 34.6553C20.573 34.6768 20.5909 34.702 20.6089 34.7271C20.6233 34.7559 20.652 34.8206 20.6808 34.8853C20.6988 34.9248 20.6988 34.9284 20.6197 34.7703C20.6269 34.7847 20.6341 34.8026 20.6413 34.817' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9922 35.252C21.0461 35.2807 21.1 35.3166 21.1 35.331C21.1 35.3382 21.0928 35.3418 21.0892 35.349' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1861 34.2424C20.2113 34.2891 20.2364 34.3358 20.2652 34.3862C20.2903 34.4185 20.3119 34.4437 20.337 34.476C20.3191 34.4401 20.2975 34.4005 20.2759 34.3538C20.2256 34.2819 20.1753 34.2101 20.125 34.1382' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1992 34.4078L21.3394 34.1382H21.3466C21.3466 34.1382 21.3502 34.1131 21.3538 34.0951C21.3358 34.1167 21.3214 34.1382 21.2998 34.1634C21.3142 34.1239 21.325 34.1023 21.3358 34.0771' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1588 34.7704C20.1588 34.7704 20.1228 34.7668 20.1048 34.7632C20.1192 34.7776 20.1372 34.7884 20.1552 34.8063C20.1048 34.7884 20.0581 34.7704 20.0078 34.7524' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9922 35.1621C21.0138 35.1729 21.0389 35.1837 21.0605 35.2016C21.1683 35.2376 21.1791 35.2448 21.1791 35.2591C21.1431 35.2591 21.1252 35.252 21.1036 35.2484' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.582 34.8569L20.6647 34.954C20.6647 34.954 20.6431 34.9252 20.6288 34.9037' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7305 33.7427L20.7448 33.6421' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2089 34.4437C21.2089 34.4437 21.1945 34.4149 21.1838 34.397C21.1406 34.476 21.1047 34.5407 21.0508 34.6449C21.0867 34.591 21.1155 34.5587 21.1406 34.5264' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6602 35.0362L20.5703 34.9858' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0164 35.5181L21.0452 35.5001C21.0272 35.4786 21.0056 35.4498 20.9805 35.4175' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6594 35.2991L20.6989 35.2452L20.7061 35.2344C20.6845 35.2595 20.6666 35.2847 20.645 35.3063L20.6594 35.2847L20.6055 35.3386' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3114 33.3836C20.3006 33.362 20.2826 33.3153 20.3006 33.3872' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9961 34.6772C21.0105 34.6521 21.0248 34.6233 21.0464 34.5874C21.0284 34.6269 21.0213 34.6485 21.0105 34.6701' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0625 35.1301C21.1092 35.1301 21.1559 35.1372 21.2098 35.1408C21.253 35.1408 21.3177 35.1337 21.3859 35.1265C21.3931 35.1337 21.4003 35.1408 21.4039 35.1444' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3605 34.3107L20.3533 34.2747C20.3713 34.3107 20.3892 34.343 20.4072 34.379C20.4 34.3574 20.3964 34.3394 20.3892 34.3107C20.3713 34.246 20.3497 34.1705 20.3281 34.0986' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9298 35.1695C20.8903 35.1551 20.8903 35.1551 20.8867 35.1587' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8448 35.3995C20.8341 35.3528 20.8233 35.3024 20.8125 35.2485C20.8125 35.2737 20.8269 35.3743 20.8125 35.3276' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8789 35.3203C20.9005 35.3598 20.922 35.3778 20.9544 35.4641C20.94 35.4425 20.9292 35.4209 20.9148 35.3994' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4223 33.8217C20.4116 33.7858 20.3972 33.7498 20.3828 33.7031L20.4044 33.793' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3555 33.9551L20.3698 34.0018L20.3914 34.0557L20.3662 33.9766' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9522 35.9819C20.9558 36.0035 20.9594 36.0251 20.9666 36.0538C20.9558 36.043 20.9486 36.0322 20.9414 36.0251' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2669 34.487C20.2417 34.4582 20.2166 34.4295 20.1914 34.4043C20.213 34.4474 20.2345 34.4905 20.2561 34.5337' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.418 35.4961L21.4683 35.568' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.043 34.5835L21.122 34.4146' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6553 33.5884C20.6445 33.61 20.6338 33.6315 20.6194 33.6567C20.5978 33.5632 20.5763 33.459 20.5547 33.3584' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.595 34.2707C20.5878 34.2383 20.5806 34.1916 20.577 34.1808C20.5698 34.1233 20.5698 34.0766 20.5663 34.0191C20.5375 33.8933 20.5159 33.807 20.498 33.7244V33.7316C20.4836 33.6597 20.4692 33.5878 20.4548 33.5016C20.4477 33.48 20.4369 33.4548 20.4297 33.4297' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1503 34.278C21.1395 34.3068 21.1252 34.3319 21.1144 34.3571C21.1 34.3607 21.0892 34.3643 21.082 34.3679V34.2744' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9161 35.0293L20.8945 35.0473L20.9377 35.0186' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.875 35.1909L20.9684 35.2772' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5878 35.9453C20.5698 35.9561 20.5339 36.0927 20.5195 36.0172' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2245 35.1657C20.1814 35.1657 20.1383 35.1657 20.0844 35.1693C20.0808 35.1621 20.0736 35.1586 20.0664 35.1514' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0234 34.3357L21.0378 34.3572L21.0486 34.3285L21.0522 34.271' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8867 34.7777C20.9083 34.7166 20.9298 34.6519 20.9514 34.5872C20.9622 34.5513 20.9766 34.501 20.9909 34.4507' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8711 35.2017L20.8963 35.2412' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1016 35.1729V35.1872C21.1591 35.198 21.1986 35.2016 21.2525 35.2124C21.2525 35.2196 21.2525 35.2232 21.2525 35.2268' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2024 35.3096L19.9688 35.3779' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6411 34.9862C20.5513 34.9035 20.4902 34.8532 20.4219 34.7993' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.272 34.2388C20.2505 34.2208 20.2325 34.2029 20.2109 34.1885' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2484 34.2924L20.2305 34.2349' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9453 34.228C20.9525 34.2028 20.9561 34.1812 20.9669 34.1345C20.9705 34.0842 20.9813 33.9872 20.9884 33.8901' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.125 34.1348L21.1466 34.1527L21.1394 34.1635V34.2174' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.076 35.583C21.0472 35.5722 21.0904 35.6549 21.1119 35.7088C21.1227 35.7339 21.1515 35.7842 21.1766 35.8166C21.191 35.8382 21.209 35.8597 21.2233 35.8777' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6559 35.101L20.4727 35.0723' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1992 34.961C21.228 34.943 21.1777 34.943 21.3034 34.8999' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6395 35.4965C20.6143 35.5109 20.5963 35.5037 20.6215 35.4282' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6089 35.3706C20.5802 35.403 20.5586 35.4281 20.5586 35.4461' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2984 34.882C20.2409 34.8605 20.1906 34.8461 20.1367 34.8281' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.552 35.4102L20.4802 35.482M20.4802 35.482V35.4713M20.4802 35.482C20.4802 35.4856 20.4802 35.4928 20.4766 35.4964' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8477 35.6006C20.8477 35.6257 20.8548 35.6545 20.862 35.7048C20.8656 35.712 20.8764 35.73 20.8872 35.7515' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6111 35.4028C20.5931 35.428 20.5752 35.4531 20.5536 35.4819C20.5464 35.4963 20.5356 35.5178 20.5213 35.5466C20.4925 35.5717 20.4638 35.5969 20.4314 35.6149C20.4566 35.5466 20.4566 35.5502 20.4062 35.5969' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2484 34.6338C20.2952 34.6985 20.2916 34.6985 20.2305 34.6554' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7244 34.2457L20.7352 34.3571C20.7352 34.3571 20.7352 34.3391 20.7352 34.3247C20.7208 34.2025 20.71 34.1019 20.6992 34.0049V34.0983L20.7172 34.1882' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9688 35.0435L21.0802 35.0039L21.1017 34.9932V35.0111C21.1017 35.0111 21.1305 35.0039 21.1484 34.9968V35.0147' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7578 34.5835C20.7578 34.6015 20.7614 34.6231 20.765 34.6554C20.765 34.5907 20.7614 34.5368 20.7578 34.4829' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2342 34.4902C21.2342 34.4902 21.2091 34.519 21.1875 34.5513C21.1947 34.5513 21.2019 34.5477 21.2055 34.5441' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9453 35.1694C20.9741 35.1766 21.0028 35.1802 21.0316 35.1838' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.4766 35.1908L21.4838 35.2052L21.5341 35.2016L21.4802 35.1729' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9336 35.1048C21.0486 35.0904 21.1672 35.0797 21.2786 35.0653L21.1888 35.0581' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3359 34.2138L21.3755 34.1384L21.3863 34.1348L21.3467 34.2318' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3364 34.8569C21.2933 34.8749 21.2502 34.8965 21.207 34.9144C21.225 34.9144 21.2394 34.9144 21.2538 34.9144' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2133 35.4281C20.2133 35.4281 20.2025 35.4173 20.1953 35.4102C20.163 35.4317 20.145 35.4425 20.1055 35.4677C20.1306 35.4425 20.1414 35.4317 20.1522 35.4209' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2225 33.4447C20.2081 33.4051 20.1973 33.3656 20.1794 33.3117C20.1542 33.2542 20.1219 33.1572 20.0859 33.0889C20.1039 33.1428 20.1183 33.1823 20.1327 33.2218' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1194 33.5343C20.1014 33.4912 20.087 33.4481 20.0691 33.4014H20.0547' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0653 33.9188C20.0509 33.8937 20.0366 33.8685 20.0078 33.8218C20.0186 33.8649 20.0294 33.9008 20.0366 33.9368' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1255 34.2173C20.0716 34.1239 20.0177 33.9873 20.0105 33.9334C20.0105 33.9298 20.0033 33.9154 19.9961 33.8975C20.0284 33.9406 20.0572 33.9837 20.0895 34.0268' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.613 34.7343C20.71 34.9392 20.6309 34.7559 20.6525 34.7918C20.6273 34.7379 20.559 34.5618 20.5626 34.5834' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8958 34.9609C19.8706 34.9861 19.8455 35.0148 19.8203 35.0436L19.8563 35.0508C19.9138 35.0364 19.9748 35.0256 20.0323 35.0184' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3658 35.5327C20.2867 35.6118 20.2831 35.6262 20.337 35.6082' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0606 35.3349C20.0606 35.3349 20.0858 35.3169 20.1002 35.3062C20.0786 35.3062 20.057 35.3133 20.0391 35.3133' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.4922 34.4468L21.5461 34.4719' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9102 35.3926C20.9209 35.4357 20.9461 35.504 20.9784 35.5687' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3484 34.8205L20.3269 34.7881L20.3125 34.7773C20.3305 34.7773 20.3484 34.7809 20.3664 34.7881' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8785 35.2952C20.8534 35.2448 20.839 35.2125 20.8534 35.252' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8359 34.5873L20.8791 34.0303' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9375 35.1514C20.9627 35.1514 20.9878 35.1586 21.013 35.1586C21.0381 35.1586 21.0705 35.1657 21.1028 35.1693C21.1352 35.1693 21.1675 35.1693 21.2034 35.1657C21.1999 35.1657 21.1891 35.1586 21.1819 35.155' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2211 35.1587C20.3002 35.1407 20.293 35.1264 20.2031 35.1084' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7033 35.3276L20.6745 35.4175C20.6745 35.4175 20.6638 35.4355 20.6602 35.4498' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.332 35.532C20.3859 35.4889 20.4363 35.4458 20.4866 35.4062C20.4866 35.4134 20.4866 35.417 20.4866 35.4242C20.4686 35.4386 20.4542 35.453 20.4363 35.4673L20.4147 35.5105' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0977 34.9606C21.1516 34.9283 21.2019 34.8923 21.2702 34.8384C21.2881 34.8384 21.3025 34.8384 21.3169 34.8384C21.3995 34.7953 21.3744 34.7917 21.3708 34.7773' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1464 34.4614C21.1464 34.4614 21.1536 34.4758 21.1536 34.4794C21.1248 34.5621 21.0889 34.6447 21.053 34.7202C21.0386 34.7417 21.0134 34.7741 20.9883 34.81' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2259 34.6734C20.2475 34.6626 20.1936 34.6015 20.0391 34.4614V34.4326' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.553 35.0181L20.4452 34.9786L20.4236 34.975L20.3984 34.957' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9609 34.8712L21.0867 34.6987' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1367 34.3932C21.1511 34.368 21.1619 34.3393 21.1727 34.3177C21.1727 34.2962 21.1727 34.2854 21.1763 34.271' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5905 35.044C20.5905 35.044 20.6228 35.0584 20.6408 35.0691C20.6156 35.0691 20.6048 35.0691 20.418 35.0332' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6744 35.3564L20.6133 35.4679' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4746 35.108C20.4423 35.1008 20.41 35.0937 20.3848 35.0829C20.3776 35.0829 20.392 35.0793 20.3956 35.0757' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6678 34.5837C20.6031 34.289 20.5852 34.2495 20.5312 34.041' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2508 34.9789C20.24 34.9609 20.2292 34.9429 20.2148 34.9214C20.2831 34.9573 20.3478 34.9825 20.4089 35.0076' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6525 34.2857L20.6273 34.0593C20.6202 33.991 20.6094 33.894 20.6094 33.8652' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7728 34.5441C20.7728 34.5226 20.7692 34.4974 20.7656 34.4579C20.7656 34.3537 20.7656 34.2674 20.7656 34.1812' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9331 35.0869C20.89 35.0977 20.9115 35.0941 20.9654 35.0869' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6562 33.8396L20.6706 33.7246' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.143 35.6729C21.143 35.6369 21.143 35.6046 21.1394 35.5687L21.125 35.5543L21.1502 35.5327' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0273 35.7588C21.0273 35.7588 21.0417 35.7911 21.0561 35.8235C21.0489 35.8414 21.0417 35.8594 21.0345 35.8774C21.0417 35.9133 21.0525 35.9493 21.0597 35.9852' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8672 33.9976C20.8672 33.9976 20.9031 34.0083 20.9211 34.0191' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1048 34.8857C19.997 34.8318 19.9827 34.821 19.918 34.8354' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8359 34.6594L20.8575 34.6055' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4648 34.2998L20.4972 34.4112L20.5295 34.4795L20.4936 34.3681' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9414 34.9756C20.963 34.9504 21.0061 34.9109 21.042 34.8786C21.0708 34.8498 21.0959 34.8246 21.1211 34.7959' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6797 33.5414C20.6797 33.412 20.7013 33.4587 20.7156 33.4875' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4688 35.3779L20.4975 35.3527L20.5155 35.3491' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6277 34.5296C20.6277 34.5296 20.6277 34.526 20.6277 34.5116C20.6277 34.508 20.6169 34.4685 20.6133 34.4434' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6484 33.9116C20.6484 33.9116 20.6484 33.944 20.6484 33.9943C20.6556 34.0158 20.6592 34.0266 20.6628 34.0374' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7216 33.7034C20.7145 33.6423 20.7109 33.5884 20.7216 33.592' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7284 35.2666C20.7069 35.3169 20.6638 35.4068 20.6602 35.3924' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.515 34.5224C20.5366 34.5655 20.5581 34.6086 20.5869 34.6733C20.5905 34.6841 20.5977 34.7021 20.6048 34.72L20.5869 34.6841L20.5078 34.5044' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2873 35.5215C20.2766 35.5466 20.2658 35.5754 20.255 35.6041C20.255 35.6077 20.2334 35.6293 20.2227 35.6401' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3859 34.7743C20.2924 34.6952 20.332 34.7419 20.3356 34.7563C20.3859 34.7994 20.4326 34.8354 20.4793 34.8749' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3341 33.5557C20.3448 33.6024 20.3556 33.6491 20.37 33.7102C20.352 33.6707 20.3305 33.6275 20.3125 33.5808' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3297 34.3501C21.2938 34.3681 21.2974 34.3609 21.3908 34.21H21.3656' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6736 34.9828C20.6556 34.9612 20.6341 34.936 20.6017 34.8965C20.6341 34.9324 20.652 34.9576 20.6772 34.9864C20.6664 34.972 20.6556 34.9576 20.6341 34.9289C20.6017 34.8929 20.5802 34.8713 20.5586 34.8462' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3402 33.466C20.3258 33.4229 20.315 33.3833 20.297 33.3222C20.2863 33.2719 20.2719 33.2144 20.2539 33.1533' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.388 34.7668C20.37 34.7417 20.352 34.7165 20.3341 34.6949C20.3269 34.6806 20.3197 34.6734 20.3125 34.6626' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.408 34.8892L20.4223 34.9036C20.3792 34.8784 20.3361 34.8533 20.293 34.8281' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8633 34.6412L20.892 34.519' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.143 33.8398C21.1394 33.8614 21.1322 33.8794 21.125 33.9117C21.1358 33.9009 21.143 33.8902 21.1502 33.883' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6008 35.2954C20.6008 35.2954 20.5756 35.317 20.572 35.3206C20.5613 35.3349 20.5541 35.3421 20.5469 35.3529' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9466 35.123C19.925 35.1302 19.9466 35.1518 19.8711 35.141' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7188 33.5415C20.7295 33.448 20.7511 33.5379 20.7655 33.5271' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8281 34.8781C20.8281 34.8781 20.8281 34.8709 20.8281 34.8637C20.8425 34.7918 20.8425 34.8026 20.8281 34.9032' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3694 33.3153L20.3047 33.1787' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3711 33.9653L20.2812 33.7065' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8894 35.0111L20.9217 34.9716L20.9397 34.9536C20.9217 34.9716 20.9038 34.9931 20.875 35.0255C20.9038 35.0003 20.9325 34.9752 20.9613 34.9536' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9258 35.0079C20.9689 34.9719 21.0084 34.936 21.0588 34.8929V34.9072L21.0803 34.8929L21.1127 34.8569' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8984 35.0578L20.9847 35.0146' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9609 35.3027C20.9789 35.3243 20.9969 35.3495 21.0184 35.3782C21.0184 35.3854 20.9753 35.3423 21.0077 35.389' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.918 35.0258C20.918 35.0258 20.9252 35.0186 20.9288 35.0078C20.9719 34.9791 21.0078 34.9503 21.0545 34.918C21.0222 34.9467 20.9934 34.9719 20.9683 34.9934L20.9323 35.0186L20.9611 35.0078' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4706 34.9283C20.4419 34.8996 20.4239 34.878 20.3341 34.8062C20.3233 34.8062 20.3161 34.8062 20.3125 34.8062' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4477 34.3642C20.4189 34.2959 20.3866 34.2276 20.3398 34.1162C20.4369 34.3247 20.4369 34.3175 20.4477 34.3606' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6058 34.562L20.6381 34.6626L20.6238 34.6231L20.5195 34.3032' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6038 35.0976C20.6038 35.0976 20.5714 35.0976 20.5463 35.0976C20.4995 35.0904 20.4744 35.0832 20.4492 35.0796' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7379 35.2415L20.7305 35.2378' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0252 35.2266L19.9102 35.2481' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0533 35.2412L19.9023 35.2772' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0391 34.1921C21.0642 34.1059 21.0606 34.0376 21.0966 33.9478' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.418 34.4039L21.4611 34.3213' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0455 36.0317C21.0239 36.0389 21.0059 36.0389 20.9844 36.0389' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5245 35.0868L20.4419 35.0688H20.4598C20.4203 35.0616 20.3808 35.0544 20.3125 35.04C20.3377 35.0508 20.3484 35.0544 20.3736 35.0652C20.3844 35.0616 20.388 35.058 20.3916 35.058' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5364 34.9574L20.4609 34.8999' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5516 35.4067C21.512 35.3995 21.4725 35.3887 21.4258 35.3779C21.4545 35.3995 21.433 35.4211 21.5156 35.4318' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6909 35.3062L20.6406 35.3924' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4969 33.6565C20.4861 33.617 20.4753 33.5775 20.4609 33.5308V33.5847' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.6016 35.1982L21.6303 35.2665' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7773 35.6758C20.7881 35.762 20.7989 35.8591 20.8097 35.9669C20.8169 36.028 20.8205 36.0244 20.8025 36.0819' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8044 34.6522C20.8044 34.6845 20.8044 34.7169 20.8008 34.7744L20.8152 34.5156' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5845 34.6342C21.563 34.6342 21.5234 34.6521 21.5234 34.6414C21.5234 34.6126 21.545 34.5695 21.5522 34.5335C21.5522 34.512 21.5414 34.5048 21.5378 34.4868' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.292 34.9608C20.2309 34.9572 20.1627 34.9141 20.1016 34.9033' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4923 34.8748C20.4923 34.8748 20.478 34.8604 20.4564 34.8388C20.442 34.8352 20.4277 34.8316 20.4097 34.8316C20.3558 34.7921 20.3127 34.7562 20.2695 34.7202' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9062 35.9028L20.9386 35.9711' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.043 34.4976C21.0717 34.4545 21.0969 34.4221 21.122 34.397' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2563 35.7623C21.2491 35.7372 21.2419 35.7084 21.2383 35.6905C21.2383 35.6689 21.2383 35.6581 21.2383 35.6401C21.2491 35.6473 21.2706 35.6653 21.2922 35.6833C21.2922 35.6833 21.2958 35.6905 21.2994 35.694' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.375 35.0581L21.4648 35.0653' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1641 34.6879C21.218 34.6339 21.2755 34.58 21.3366 34.5189C21.3617 34.5046 21.3725 34.5082 21.3294 34.5621' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7231 35.2627C20.7052 35.3094 20.6944 35.331 20.6836 35.3454' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1384 35.2627L20.1133 35.2879L20.1384 35.2843L20.1528 35.2735' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.866 34.7995C20.8516 34.839 20.8983 34.6306 20.9163 34.5228L20.9594 34.3467' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.297 35.6226C20.2503 35.6657 20.2539 35.6765 20.2646 35.6801' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4677 34.109C20.4497 34.0479 20.4353 33.9904 20.4102 33.9077C20.4209 33.9329 20.4353 33.9796 20.4533 34.0263' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3609 34.2387C20.3106 34.138 20.2603 34.0374 20.1992 33.9116C20.21 33.9224 20.2172 33.9296 20.228 33.9368' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.15 33.9762L20.0781 33.8145' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8552 34.785C20.8372 34.882 20.8552 34.7957 20.8696 34.749' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6805 34.0768C20.6697 34.0121 20.6625 33.9474 20.6517 33.8791C20.6445 33.8288 20.6445 33.7821 20.6445 33.7354' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.072 35.2017L19.957 35.2124' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5195 35.8521L20.5806 35.8414C20.5734 35.7982 20.5806 35.7371 20.5339 35.7982C20.5195 35.8342 20.5052 35.8773 20.4944 35.9025C20.4692 35.9312 20.4512 35.9528 20.4369 35.9707L20.4297 36.0211L20.4764 35.942' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8161 34.0482L20.8125 33.811' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7438 34.7199C20.7258 34.5617 20.697 34.3497 20.6719 34.1484' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9452 35.5001C20.9452 35.5001 20.9344 35.5072 20.9272 35.5108C20.9236 35.5001 20.9128 35.4749 20.8984 35.439C20.9056 35.4641 20.9092 35.4785 20.9128 35.4929' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6453 34.5156C20.6345 34.4761 20.6238 34.4366 20.6094 34.3755C20.613 34.3827 20.6166 34.3863 20.6166 34.3935' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8281 35.2412L20.8605 35.349' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6889 34.2387C20.6853 34.192 20.6781 34.1237 20.6781 34.1057C20.6781 34.0626 20.6817 34.0446 20.6853 34.0231C20.6745 33.9332 20.6673 33.8721 20.6602 33.811' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9102 35.5073C20.9425 35.5792 20.982 35.669 21.018 35.7769' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.018 34.1815C21.018 34.1815 20.9964 34.1671 21.0072 34.0737C21.0072 34.0521 21.0036 34.0557 21 34.0449' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.353 35.1729C20.3242 35.1764 20.2955 35.18 20.2559 35.1872C20.2487 35.198 20.2416 35.2124 20.2344 35.2232' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0372 34.5869L19.9258 34.5078' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1081 34.6485L21.0938 34.688L21.1153 34.6557L21.1189 34.6377' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.082 33.4086L20.1288 33.5128L20.1252 33.4948L20.082 33.3906' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5658 33.8146C20.5658 33.8146 20.5658 33.7823 20.5586 33.7607L20.5766 33.8075' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6363 35.1589L20.665 35.1445L20.6363 35.1517L20.5859 35.1661' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7433 33.8683C20.7433 33.8899 20.7433 33.9078 20.7361 33.9438C20.7325 33.8396 20.7253 33.7389 20.7253 33.6599C20.7253 33.57 20.7145 33.5592 20.7109 33.5161' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2127 34.2349C21.2019 34.278 21.1911 34.3211 21.1875 34.3427C21.2163 34.3175 21.2378 34.2996 21.2594 34.2852' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5234 34.9214C20.5558 34.9429 20.5881 34.9645 20.6277 34.9933C20.6025 34.9717 20.5845 34.9537 20.563 34.9358' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0795 35.8345V35.874C21.0795 35.874 21.0939 35.8992 21.1083 35.9243C21.0867 35.9243 21.0688 35.9207 21.0508 35.9171' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7439 35.8162V35.7407C20.7439 35.8306 20.7439 35.8378 20.7188 35.827' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.191 35.4424L20.1083 35.5035C20.1083 35.5035 20.1011 35.5071 20.0868 35.5143C20.0616 35.5107 19.9861 35.525 20.0365 35.4747' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2713 34.1706C20.2713 34.1706 20.2748 34.1454 20.2784 34.131C20.2245 34.0484 20.1922 33.9981 20.1562 33.9478' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0273 35.1479C21.0525 35.1479 21.0777 35.1479 21.1064 35.1479C21.1316 35.1479 21.1567 35.1479 21.1819 35.1479' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6347 34.7527C20.6203 34.7168 20.6095 34.6808 20.5916 34.6413C20.5556 34.5551 20.4945 34.4113 20.5305 34.5119' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1055 35.0509L21.1594 35.0293' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7969 35.3957C20.7969 35.3957 20.7969 35.3634 20.8005 35.3418C20.8005 35.367 20.8077 35.3993 20.8148 35.4388C20.8148 35.4532 20.8077 35.464 20.8077 35.4748' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.918 35.2485L20.9863 35.3096' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9327 34.5984C20.9398 34.5552 20.9398 34.5193 20.9219 34.5804' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8575 35.8488L20.8503 35.9135L20.8359 35.874L20.8539 35.8345' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3047 34.6372L21.373 34.5977' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5866 34.9142L20.5039 34.8315' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4083 33.4012L20.3867 33.2646' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7266 34.7061C20.7445 34.8354 20.7481 34.8606 20.7409 34.7959' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3025 34.2351C20.2666 34.1668 20.227 34.0986 20.1731 33.9979C20.2127 34.0842 20.2306 34.1201 20.2414 34.1417C20.2019 34.0806 20.1588 34.0231 20.1192 33.9728L20.1336 34.0051L20.0078 33.7823V33.7607L20.0869 33.8865' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.418 35.2991C20.418 35.2991 20.4503 35.2847 20.4683 35.2739C20.4611 35.2739 20.4539 35.2739 20.4467 35.2739' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6755 34.6699C20.6827 34.7023 20.6934 34.7454 20.697 34.7634C20.7006 34.7777 20.697 34.767 20.697 34.767L20.6719 34.6699' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.793 35.6477L20.8181 35.6693V35.6405C20.8181 35.6405 20.8145 35.6262 20.8109 35.6226C20.8109 35.6226 20.8109 35.6297 20.8109 35.6369' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7927 34.2817C20.7927 34.3896 20.7927 34.4974 20.7891 34.6267C20.7891 34.6411 20.7927 34.6519 20.7962 34.6627' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1875 35.4141H21.2306L21.263 35.432L21.2809 35.4572' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0742 34.8171L21.1209 34.792' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0039 34.7814C21.0506 34.7131 21.0398 34.6987 21.1009 34.6089' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3311 34.7706C21.3742 34.7275 21.4173 34.6772 21.3419 34.7095C21.3419 34.7095 21.3347 34.7167 21.3311 34.7167L21.3203 34.7275' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0195 35.6872C21.0195 35.6333 21.0591 35.6692 21.1022 35.7051' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2081 34.882C20.1398 34.8353 20.1291 34.8568 20.0859 34.8389' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7852 35.2666C20.7852 35.3241 20.7887 35.3816 20.7959 35.4391' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.547 35.6978L20.5039 35.7912' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1172 34.8713C21.1783 34.8209 21.2034 34.8102 21.2214 34.803C21.2573 34.7778 21.2861 34.7598 21.3148 34.7383' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8344 34.0336L20.8164 33.9653' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3594 34.6699L21.5427 34.5298' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3248 34.12C20.2745 34.0122 20.2709 33.987 20.2745 33.9834' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2423 35.3242H21.1992' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5273 35.0614L21.5561 35.0399H21.5777C21.5489 35.0291 21.5202 35.0111 21.4878 34.9968C21.4734 35.0075 21.4591 35.0147 21.4375 35.0291C21.5094 35.0147 21.5669 35.0039 21.628 34.9932' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1953 35.0007L21.3498 34.9468' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3008 35.2129L21.3763 35.238' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.153 35.3203C21.1278 35.3059 21.1027 35.2951 21.0703 35.2808C21.1027 35.3059 21.1242 35.3239 21.1458 35.3419' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7045 34.537C20.7117 34.5837 20.7189 34.6268 20.7297 34.6879C20.7225 34.6089 20.7153 34.5514 20.7081 34.4903C20.6973 34.4364 20.6938 34.4328 20.7081 34.5478C20.7009 34.5047 20.6938 34.4543 20.683 34.3968C20.683 34.3537 20.6794 34.3286 20.6758 34.2998' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.875 34.9788L20.9145 34.9033' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.082 35.2015C21.082 35.2015 21.0892 35.2051 21.0928 35.2087C21.1575 35.2231 21.1395 35.2087 21.1288 35.1943' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5964 34.3971C20.5964 34.3971 20.5964 34.3899 20.6036 34.3971C20.6 34.3755 20.5928 34.3612 20.582 34.3145' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8359 34.9217C20.8503 34.8606 20.8647 34.8031 20.8791 34.7349C20.8791 34.7277 20.8863 34.7169 20.8898 34.7061C20.8934 34.681 20.9006 34.663 20.9042 34.645' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2773 35.0904L20.2522 35.076H20.2414C20.1947 35.0652 20.148 35.0544 20.0977 35.04' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6688 34.3501C20.6436 34.2243 20.6184 34.1021 20.5789 33.9404C20.5681 33.8793 20.5573 33.8003 20.543 33.7212' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7589 34.8355C20.7553 34.7816 20.7517 34.7277 20.7445 34.663C20.7373 34.6271 20.7338 34.5911 20.7266 34.5552' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0592 35.3347C21.0341 35.3203 21.0089 35.3059 20.9766 35.2808C20.9766 35.2915 20.9873 35.3059 20.9909 35.3203' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2273 35.2914C21.2273 35.2914 21.1986 35.2771 21.1914 35.2735L21.2238 35.2627' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4463 35.2954C20.3995 35.317 20.3528 35.3421 20.2989 35.3709C20.2917 35.3565 20.2845 35.3421 20.2773 35.3278' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6445 35.5972L20.6625 35.5073' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0466 33.5596L20.043 33.5955' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1914 33.1279C20.1914 33.1279 20.2022 33.1387 20.2094 33.1495C20.2381 33.2429 20.2597 33.322 20.292 33.4226C20.292 33.4047 20.292 33.3867 20.2884 33.3687L20.3244 33.4837' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4942 33.34L20.4727 33.3076' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3842 35.7876L21.3555 35.8056' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1573 33.1387C20.1681 33.1746 20.1717 33.1926 20.1753 33.2034C20.1573 33.1746 20.1394 33.1531 20.125 33.1279' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0781 34.6844C21.1141 34.6341 21.1464 34.5838 21.1931 34.5155C21.1823 34.5227 21.1752 34.5263 21.1644 34.5299C21.1859 34.4904 21.2075 34.4508 21.2434 34.3897C21.2614 34.3825 21.2794 34.3754 21.2974 34.3682' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2852 34.0049L21.3038 34.0272' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5023 33.5987C20.5023 33.5664 20.5023 33.5412 20.5023 33.5017C20.5023 33.4837 20.4916 33.4334 20.4844 33.3975' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9297 34.433L19.9405 34.4546L19.9513 34.4618L19.9333 34.4043' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4945 34.357L20.4766 34.2959' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6992 33.9263C20.7136 33.9622 20.7316 34.1707 20.7423 34.3144' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8858 33.703L20.875 33.606' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9648 34.2818C19.9648 34.2818 19.9936 34.2818 20.0152 34.2854C20.0044 34.2711 19.99 34.2459 19.9648 34.21C19.9648 34.2207 19.9648 34.2279 19.9648 34.2351' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7778 35.9204C20.7706 35.9456 20.7598 35.9671 20.7491 35.9995C20.7491 35.9743 20.7419 35.9456 20.7383 35.9204' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7891 33.646C20.7891 33.61 20.807 33.6639 20.7963 33.5669' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3477 34.3321C21.362 34.2997 21.3764 34.2674 21.3944 34.2314C21.3908 34.2314 21.3836 34.2314 21.38 34.2314' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.4241 35.7441L21.3594 35.7046' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7773 34.2673L20.7917 34.2458C20.7917 34.2098 20.7917 34.1595 20.7953 34.1128' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5625 34.8352L21.602 34.8388L21.6272 34.8208' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7689 34.7922C20.7689 34.7922 20.7689 34.7634 20.7653 34.7526C20.7653 34.7167 20.7653 34.6879 20.7617 34.6592' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4531 33.9224C20.4639 33.9583 20.4711 33.9799 20.4891 34.0302C20.5214 34.138 20.5178 34.12 20.4998 34.0302' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5625 34.7021C20.6739 34.907 20.6775 34.9142 20.6416 34.8351C20.6308 34.8172 20.62 34.8064 20.6128 34.792' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2763 35.7626L20.3086 35.6943C20.2727 35.7159 20.2439 35.7339 20.2188 35.7482' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.168 34.2605C21.2075 34.2102 21.247 34.1635 21.3045 34.106C21.2578 34.1886 21.2327 34.2389 21.2039 34.2928' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2833 34.3466L21.3048 34.2783L21.2617 34.3107' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6177 35.1226C20.5853 35.1226 20.5494 35.1226 20.5098 35.119C20.5063 35.119 20.4955 35.1154 20.4883 35.1118' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.4453 34.9073L21.5459 34.8857' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.6672 35.051C21.6348 35.0582 21.6061 35.0654 21.5702 35.0726C21.5342 35.0726 21.4983 35.0654 21.4336 35.0618C21.4803 35.051 21.5091 35.0438 21.5378 35.0366' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5956 34.4038L20.495 34.0301L20.4375 33.8145' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.918 34.9862L20.997 34.8999' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.447 35.0145C20.4722 35.0145 20.368 34.9786 20.332 34.957' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1523 35.2593L21.1775 35.288' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1569 35.0548C21.1317 35.0548 21.1066 35.0584 21.0742 35.062C21.0886 35.0548 21.1066 35.044 21.1209 35.0332' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5039 33.5668L20.5219 33.6172L20.5183 33.5992L20.5039 33.5381' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8828 33.9802C20.89 33.9155 20.8972 33.8544 20.9044 33.7753C20.9008 33.7681 20.8972 33.7574 20.89 33.7466' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9961 34.731L21.0644 34.6196' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7252 35.7517C20.718 35.7912 20.7144 35.8272 20.7072 35.8847C20.6928 35.8703 20.6784 35.8559 20.6641 35.838C20.6713 35.7948 20.6748 35.7625 20.6784 35.7373C20.6748 35.7194 20.6712 35.705 20.6677 35.687' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0504 34.9432C20.0504 34.9432 20.0828 34.9432 20.1043 34.9432C20.072 34.9325 20.0396 34.9181 20.0109 34.9073C19.9534 34.9037 19.9785 34.9181 20.0109 34.9325' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1939 34.4472C20.1939 34.4472 20.2083 34.4759 20.2011 34.4723C20.1831 34.4615 20.158 34.4436 20.1328 34.4292' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7461 35.4354C20.7533 35.3851 20.7605 35.3312 20.7677 35.2736C20.7677 35.2449 20.7677 35.2233 20.7533 35.3168' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1545 34.9468C21.0863 34.9827 21.0934 34.9863 21.0898 34.9971' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8777 35.2445C20.8777 35.2445 20.8777 35.2445 20.8741 35.2445L20.8633 35.2266L20.8956 35.2625' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2812 34.5942L21.3244 34.5654' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8867 35.1694H20.8979' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3641 35.2197C20.3641 35.2197 20.3102 35.2197 20.2491 35.2305C20.2455 35.2305 20.2383 35.2305 20.2383 35.2305V35.2269' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8984 35.1083H20.9559C21.0134 35.1011 21.0602 35.0975 21.1105 35.0903' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0193 35.0293C20.9833 35.0437 20.9438 35.058 20.9078 35.0724' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1953 34.5012C21.1953 34.5012 21.2097 34.4761 21.2241 34.4545C21.2313 34.4473 21.2384 34.4401 21.2456 34.4365' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0645 35.1262C21.0645 35.1262 21.0502 35.1154 21.043 35.1118C21.0717 35.1118 21.0969 35.1118 21.122 35.1118' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8266 34.7776C20.823 34.8207 20.8158 34.8603 20.8086 34.9321C20.8302 34.7704 20.8481 34.641 20.8697 34.5081C20.8697 34.4937 20.8697 34.4757 20.8697 34.4434C20.8769 34.4074 20.8805 34.3859 20.8877 34.3571C20.8877 34.3248 20.8877 34.2924 20.8877 34.2637' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8058 34.0231C20.8058 34.0231 20.8058 33.9907 20.813 33.9404C20.8058 33.9404 20.7986 33.9404 20.7914 33.9476C20.7842 33.9548 20.777 33.9692 20.7734 33.98' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4792 33.52L20.4648 33.3511' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2188 35.5898C21.2511 35.6114 21.2834 35.633 21.2834 35.6114' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9727 35.9205C20.9727 35.9205 20.9942 35.9312 21.0122 35.9384C21.0014 35.8953 20.9906 35.8594 20.9798 35.8198' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6558 35.0868L20.6055 35.0688' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6528 35.0974L20.5234 35.0723' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1098 35.1085L20.0703 35.0869' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0872 35.3671L20.1555 35.3384C20.1555 35.3384 20.1555 35.3384 20.1555 35.342C20.0764 35.3815 19.9973 35.421 19.9219 35.4678' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5673 34.2531C20.5494 34.1776 20.5278 34.1057 20.4883 33.9512C20.5242 34.077 20.5458 34.1524 20.5745 34.2495C20.5638 34.1991 20.553 34.1524 20.5422 34.1057' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3803 33.4014L20.3516 33.272' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1758 34.0946L21.2117 33.9976' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.207 35.4751L21.2825 35.5254' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6258 34.3718L20.5898 34.1885' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4052 34.1774C20.4052 34.1774 20.4159 34.1882 20.4267 34.1954C20.3872 34.1019 20.3692 34.0516 20.3477 34.0049' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6152 34.6482L20.6259 34.6841L20.6008 34.6159L20.572 34.526L20.5469 34.4434' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8477 33.7747L20.8584 33.6992' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1836 34.127C21.2123 34.0767 21.2052 34.0695 21.2016 34.0659' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3906 34.6915L21.5308 34.5801' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8672 35.9097C20.8744 35.942 20.878 35.978 20.8816 35.9959C20.8923 35.9995 20.9031 36.0031 20.9103 36.0067' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7969 34.4436L20.8041 34.5766V34.6269C20.8041 34.5299 20.8041 34.5263 20.8041 34.379C20.8041 34.2783 20.8041 34.1921 20.8041 34.0986' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.462 34.2494L20.4872 34.289L20.4692 34.2422L20.4297 34.1416' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3942 34.2135L20.3511 34.0985C20.3691 34.1452 20.387 34.1847 20.405 34.235C20.3978 34.1883 20.3619 34.1129 20.3223 34.0338C20.3152 34.0086 20.308 33.9835 20.3008 33.9619' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1836 35.4028C20.1261 35.4172 20.065 35.4316 20.0039 35.4424' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5631 34.2244L20.5811 34.3322C20.5523 34.228 20.52 34.113 20.4877 33.9944C20.4589 33.883 20.423 33.7536 20.3906 33.6206' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4364 34.6268L20.2891 34.4399' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9336 35.2197L20.9875 35.2629' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1881 35.0509C20.1306 35.0366 20.0731 35.0222 20.0156 35.0078H20.0228L20.0875 35.0114' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0763 35.9207C21.0403 35.8057 21.0044 35.7841 20.9756 35.7338C20.972 35.7122 20.9684 35.6871 20.9648 35.6655' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5056 35.8632C20.4841 35.874 20.4625 35.8883 20.4338 35.9027C20.4338 35.8883 20.4409 35.8668 20.4409 35.8452C20.4158 35.856 20.4014 35.8919 20.3906 35.9351' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8395 34.106L20.8359 33.8652' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0161 34.8462C20.9622 34.9037 20.9945 34.8821 20.9478 34.9289C20.9406 34.936 20.9191 34.9612 20.8867 34.9899C20.9227 34.9432 20.9478 34.9145 20.973 34.8821' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6513 34.6374C20.6369 34.5907 20.6189 34.5296 20.6117 34.4973C20.6009 34.4685 20.6009 34.4613 20.5938 34.4434' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6247 34.3965C20.6247 34.3965 20.6247 34.3713 20.6211 34.3569C20.6427 34.4647 20.6642 34.5618 20.6858 34.6552C20.6714 34.6049 20.6606 34.5582 20.6463 34.5151' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0844 34.2314L21.0664 34.3033C21.0664 34.3033 21.0844 34.2746 21.0916 34.2638L21.1023 34.2314L21.0736 34.2386' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8672 35.5146L20.8708 35.565' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0664 35.0977H21.0772C21.1167 35.0977 21.1383 35.0977 21.1634 35.0977' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9219 35.2842C20.9542 35.3309 20.9542 35.3381 20.9291 35.3129' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1406 34.6915L21.2413 34.5693' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3627 33.6132L20.395 33.7246H20.3914L20.2656 33.2754' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8894 34.3863C20.8858 34.433 20.8822 34.4797 20.875 34.53C20.893 34.4438 20.9038 34.3647 20.9109 34.2856' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1134 34.458C21.1134 34.458 21.0991 34.4904 21.0919 34.5083C21.0883 34.5155 21.0811 34.5227 21.0703 34.5371C21.0883 34.4976 21.1027 34.4616 21.1242 34.4185C21.1242 34.4041 21.1134 34.4005 21.1566 34.3179' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0509 34.4258C21.0402 34.4905 21.0258 34.5516 21.0078 34.6091' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6528 34.1598C20.6528 34.1598 20.6528 34.1238 20.6528 34.113C20.6384 33.998 20.6277 33.8866 20.6133 33.7788' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4495 35.2017C20.3956 35.2017 20.3345 35.2304 20.2734 35.2448' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9541 34.8604C20.9541 34.8604 20.9361 34.8927 20.9253 34.9143C20.9109 34.9322 20.893 34.961 20.875 34.9861' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9969 34.2925L20.9825 34.35C20.9825 34.35 21.0005 34.3464 21.0113 34.3428C20.9897 34.4111 20.9753 34.4578 20.9609 34.5045' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0039 34.4904L21.0219 34.4077' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0766 34.5297C21.0766 34.5297 21.0658 34.5548 21.0586 34.5764C21.073 34.5548 21.0802 34.5404 21.0909 34.5225' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8236 35.3672C20.8236 35.3995 20.8272 35.4283 20.8308 35.4678C20.8272 35.4355 20.82 35.4067 20.8164 35.3816C20.8164 35.4067 20.8236 35.4427 20.8236 35.4462C20.8344 35.4714 20.8416 35.5217 20.8488 35.5792' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9219 34.296L20.9542 34.0337' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.082 35.3418C21.1036 35.3634 21.1216 35.3885 21.1431 35.4137' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6133 35.065C20.527 35.0363 20.545 35.0399 20.5917 35.0507L20.5702 35.0399L20.4336 34.9932' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.267 34.3392C20.267 34.3392 20.1341 34.0948 20.2383 34.2385L20.2167 34.1954L20.1484 34.084' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.683 34.5444C20.6794 34.5121 20.6722 34.4797 20.6686 34.4474C20.6398 34.3 20.6183 34.1778 20.5859 34.0161C20.6039 34.1383 20.6219 34.2317 20.6363 34.3252' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.35 33.5381L20.332 33.4985' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1311 34.4399L20.0664 34.3608' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.243 34.7275L20.1172 34.6592' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3928 34.4936L20.3569 34.4468C20.3173 34.375 20.3317 34.3678 20.2383 34.2061' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1234 34.8279C20.0516 34.7812 20.0372 34.7704 20.0156 34.7812' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8702 34.8065L20.8594 34.8532L20.8702 34.8281L20.9061 34.6699' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8984 34.9032C20.92 34.8565 20.8984 34.8924 20.9416 34.8062' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2227 35.1694L21.255 35.1874' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2383 35.0398L21.285 35.0146' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1758 35.2954C21.1973 35.2954 21.2189 35.299 21.2477 35.3026L21.3052 35.3385' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1055 34.5155L21.1486 34.458' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5592 34.5335C20.5592 34.5335 20.5592 34.5335 20.5592 34.5263C20.5341 34.4652 20.4981 34.3466 20.4766 34.3179' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1801 34.7237C21.1477 34.7381 21.2196 34.6554 21.2484 34.6123' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3192 35.2163L20.2617 35.2451' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2797 33.1964L20.2617 33.1533' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.6445 34.8281C21.6445 34.8281 21.6481 34.8461 21.6481 34.8569' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9375 35.1553C20.9806 35.1696 20.9698 35.1625 20.9914 35.1661' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1365 34.3145L20.1328 34.3368' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.533 33.4765C20.5258 33.4298 20.5186 33.3831 20.5078 33.3076C20.533 33.3939 20.5402 33.3076 20.5653 33.4837' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6313 35.374L20.6133 35.4243' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3281 35.2808C21.4575 35.3347 21.4719 35.3419 21.4827 35.3059' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.048 34.9434L21.0156 34.9721' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0004 34.875C20.9501 34.9397 21.0112 34.875 21.0076 34.8894C21.0076 34.8966 21.022 34.8894 21.0292 34.8858' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1177 34.5046L19.9883 34.3716' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5214 33.9835L20.5142 33.9296L20.4855 33.8254C20.5034 33.908 20.5178 33.9907 20.543 34.1129C20.5106 33.9943 20.4819 33.89 20.4531 33.7822' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5289 34.7097L20.4966 34.6702C20.4463 34.5911 20.4067 34.5264 20.3672 34.4653' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3661 35.1729L20.3086 35.2016C20.3086 35.2016 20.3158 35.2016 20.3194 35.2016C20.3194 35.2016 20.3266 35.2016 20.3302 35.2016' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7098 34.7454C20.7027 34.7059 20.6955 34.6664 20.6955 34.6628C20.6739 34.5585 20.6631 34.501 20.6523 34.4399' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7022 35.4927C20.7022 35.5214 20.695 35.5502 20.6914 35.6113C20.6986 35.5753 20.7058 35.5574 20.7094 35.5358' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8438 36.0787C20.8438 36.0463 20.8438 36.0176 20.8438 35.978C20.8581 36.014 20.8689 36.0391 20.8761 36.0607' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0234 34.0376C21.0378 34.0987 21.0414 34.1095 21.0558 34.0915' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3153 33.7534C20.3153 33.7534 20.3369 33.7965 20.3836 33.9474L20.168 33.3652' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2763 33.7211C20.2619 33.6672 20.2439 33.6097 20.2223 33.5306C20.2044 33.5091 20.19 33.4947 20.1756 33.4767C20.1541 33.4192 20.1433 33.3797 20.1289 33.3438' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8438 33.7032C20.8509 33.6852 20.8581 33.6637 20.8653 33.6421C20.8653 33.6493 20.8653 33.6708 20.8653 33.6924' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9316 34.8206C19.9064 34.8062 19.8813 34.7918 19.8741 34.7882C19.8705 34.7703 19.8669 34.7559 19.8633 34.7451' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5447 35.8633L20.5195 35.9495' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9508 34.738C20.9723 34.6913 20.9975 34.6446 21.0227 34.5942C21.0011 34.6661 20.9795 34.72 20.9184 34.8422C20.9077 34.8674 20.8933 34.8997 20.8789 34.9321' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1475 35.3638L21.1289 35.3712' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.125 35.2808C21.1681 35.3095 21.258 35.3526 21.2867 35.3886L21.3227 35.403' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3711 35.6724L21.4358 35.7335' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3969 34.598C21.44 34.5693 21.44 34.5693 21.4148 34.6088L21.3789 34.6196' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6362 34.8254L20.625 34.7993' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8594 34.6914C19.8917 34.6986 19.9672 34.7453 19.96 34.7166' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6756 34.8315L20.6289 34.7129' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9609 34.9465L21.1227 34.792' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0547 34.0302C21.0763 33.9871 21.0798 33.9547 21.0727 33.9367C21.0727 33.926 21.0619 33.926 21.0583 33.9224' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9375 35.5327L20.977 35.6118' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1941 33.7712L20.1797 33.7065L20.1977 33.7497L20.2048 33.7928' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9336 35.5791L20.9588 35.6366' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3392 35.2739C20.3177 35.2775 20.2961 35.2847 20.2709 35.2883C20.2422 35.3206 20.1452 35.3638 20.0625 35.4141' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3828 35.0903C21.4116 35.0903 21.4439 35.0975 21.4691 35.1011C21.4798 35.1011 21.487 35.1083 21.4942 35.1119' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0117 34.6953C21.0405 34.6414 21.0764 34.5803 21.098 34.5264' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9492 34.2532L21.0031 34.0089C21.0175 33.937 21.0247 33.8867 21.0175 33.8579' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1875 34.7992C21.2198 34.7633 21.2522 34.7273 21.3133 34.6914' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2177 34.7342L20.1602 34.6875' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3419 33.5486L20.3203 33.5127' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3994 35.1515L20.3275 35.1587H20.3203L20.3886 35.1479' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1766 35.5648L21.1406 35.5073L21.1586 35.5181L21.2233 35.608' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8744 35.5503L20.8672 35.5H20.8708L20.8888 35.5863' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9984 34.3467C20.9913 34.3718 20.9805 34.4222 20.9805 34.4222C20.9877 34.4293 20.9805 34.4832 21.02 34.3503' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7219 35.2344L20.707 35.2567' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4641 35.6621C20.4138 35.7412 20.4245 35.7591 20.4102 35.8095' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2808 34.9465H20.3131C20.2556 34.9249 20.2556 34.9249 20.2305 34.9285' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6392 35.3779C20.6392 35.3779 20.6284 35.4031 20.6248 35.4139L20.4883 35.6475' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.4648 34.6408L21.5331 34.5977' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6525 35.2378C20.6238 35.2629 20.6238 35.2594 20.6094 35.2845' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3002 34.3787L21.293 34.4219L21.3145 34.4003L21.3505 34.3356L21.4152 34.2925' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1445 34.9607L21.1661 34.9536C21.1445 34.9859 21.2272 34.9607 21.3458 34.9284C21.3602 34.9248 21.3709 34.9284 21.3853 34.9248' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1306 35.5647C21.1306 35.5647 21.1163 35.5539 21.1055 35.5503C21.1198 35.5719 21.1378 35.5934 21.1522 35.615' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6397 34.9968C20.6684 35.0184 20.69 35.0363 20.6289 34.9824' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4353 35.5938C20.3994 35.6333 20.3598 35.6764 20.3203 35.7123' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0623 35.439C19.9976 35.4677 20.03 35.4641 20.0443 35.4641' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9609 35.5215L20.9969 35.597' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7605 35.3164C20.7569 35.3559 20.7497 35.3955 20.7461 35.4386C20.7533 35.4027 20.7389 35.55 20.7569 35.4638' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4395 34.0735C20.4288 34.0412 20.4144 34.0017 20.4216 34.0196C20.4216 34.0304 20.4216 34.0412 20.418 34.0484' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4117 35.7656L20.3398 35.8698' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1094 35.3311L21.2172 35.4101' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0937 34.749C21.047 34.8137 21.0506 34.8173 21.0829 34.7921' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5273 34.584L20.5422 34.5952' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1009 35.2808C20.0003 35.3095 20.0434 35.3275 20.0039 35.3562' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1547 34.235C21.1547 34.235 21.1439 34.235 21.1367 34.2386C21.1583 34.1955 21.1655 34.1739 21.1834 34.1416C21.1798 34.1272 21.1727 34.1164 21.1691 34.1056L21.1583 34.1308C21.1655 34.1056 21.1727 34.0769 21.1763 34.0589C21.1727 34.0302 21.1691 34.0014 21.1655 33.9727' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2498 34.7095C21.2498 34.7095 21.2139 34.7346 21.2031 34.7454C21.2067 34.7346 21.2103 34.7274 21.2139 34.7167' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5841 35.6582L20.5625 35.7301' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7295 35.5825C20.7295 35.5825 20.7259 35.6077 20.7188 35.6436C20.7259 35.6185 20.7295 35.6077 20.7331 35.5969' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0064 35.0005C19.9813 34.9934 19.9489 34.9898 19.9309 34.9826C19.9022 34.9682 19.8806 34.9538 19.8555 34.9395' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8425 35.6044C20.8425 35.6044 20.8353 35.59 20.8281 35.5793C20.8281 35.5541 20.8281 35.5397 20.8317 35.5361C20.8389 35.5505 20.8425 35.5649 20.8497 35.5757' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8906 34.9536C20.9302 34.8889 20.9661 34.8206 21.0092 34.7451C20.9625 34.8026 20.9481 34.817 20.9733 34.7451' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9258 35.0868L21.0156 35.0688' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4034 33.8828L20.4106 33.9224C20.4106 33.9224 20.4286 34.0014 20.3711 33.8325' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9766 35.5073C20.9981 35.5253 21.0377 35.5864 21.0808 35.6439' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8359 34.2279L20.8503 34.1309L20.8647 34.0698C20.8647 33.9835 20.8647 33.9224 20.8683 33.8613' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4634 34.9789L20.4023 34.9321' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5731 34.7164C20.4581 34.4972 20.433 34.4613 20.4581 34.5259' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1055 35.2343L21.1241 35.2231' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9727 35.7588L20.987 35.8343' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1605 34.6731L20.1425 34.6444L20.0742 34.5977' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2539 34.0879L20.2611 34.0483' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1205 34.0881C21.1205 34.0881 21.1131 34.0956 21.1094 34.0956C21.1094 34.0956 21.1094 34.0844 21.1094 34.0807L21.1205 34.0732' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.6636 34.9434C21.6636 34.9434 21.6384 34.947 21.6133 34.9541L21.6672 35.0188' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3342 33.9115L20.2695 33.7534' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4545 33.6564L20.4258 33.6025' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2105 34.8569C20.2105 34.8569 20.2392 34.8821 20.25 34.8929C20.2285 34.8965 20.1063 34.8497 20.1566 34.8929' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2383 34.5079C21.2383 34.5079 21.2742 34.4755 21.303 34.4468C21.2778 34.4863 21.2634 34.5079 21.2491 34.5294' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0294 34.9789C21.0294 34.9789 21.0977 34.9501 21.0078 35.0004' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5109 34.8211C21.4642 34.8354 21.4175 34.8498 21.3672 34.8678C21.4067 34.839 21.4391 34.8175 21.4678 34.7959' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6097 34.8065C20.5881 34.7706 20.5702 34.7347 20.5234 34.6592C20.5666 34.7311 20.5917 34.7706 20.6169 34.8137C20.6169 34.8065 20.6061 34.7922 20.6025 34.7814' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1145 35.2739C21.1145 35.2739 21.1038 35.2595 21.1002 35.2523C21.0822 35.2487 21.0678 35.2416 21.0391 35.2344C21.0606 35.2452 21.075 35.2487 21.0894 35.2559' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7748 34.3465C20.7677 34.2567 20.7641 34.1704 20.7569 34.077C20.7569 34.0375 20.7497 33.9871 20.7461 33.9404' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2216 35.8093L20.1992 35.7944' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0472 34.2206L19.9609 34.1128' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8672 34.8532L20.8852 34.7705' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5159 34.6305L20.4297 34.4976L20.4656 34.5622L20.4728 34.5658' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4248 34.8674C20.3997 34.8386 20.4464 34.8674 20.5183 34.9177L20.4931 34.8746C20.5506 34.9213 20.5974 34.9572 20.6405 34.9968' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9102 35.2593L20.9176 35.2705L20.9288 35.2853H20.9325' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4425 33.462L20.4102 33.25' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4852 35.2266C20.4564 35.2373 20.4241 35.2481 20.4025 35.2553C20.345 35.2697 20.3019 35.2841 20.2695 35.3092' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4145 34.7203C20.4145 34.7203 20.3894 34.6987 20.3714 34.6879C20.3534 34.6664 20.3355 34.6412 20.3175 34.6196C20.3319 34.6304 20.3463 34.6412 20.3642 34.6556C20.3319 34.6196 20.3103 34.5945 20.2852 34.5693' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3616 34.0951C20.3723 34.1203 20.3867 34.1454 20.4083 34.1921C20.34 34.0196 20.2753 33.8543 20.207 33.6782C20.2142 33.7106 20.2178 33.7429 20.225 33.7717' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1328 35.1768C20.1328 35.1768 20.1328 35.1879 20.1328 35.1917C20.1328 35.1917 20.1403 35.1991 20.1477 35.2028' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5666 35.1943C20.5234 35.2159 20.4803 35.2267 20.4336 35.2411' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.918 35.5898L20.9611 35.7372' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8888 35.3631C20.8888 35.3631 20.878 35.338 20.8672 35.3164C20.8852 35.3703 20.8995 35.4098 20.9139 35.4494' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9336 35.3384L20.9522 35.3496' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.6084 34.8784L21.5977 34.9108' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5478 35.482L21.4688 35.4712' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.92 35.6724C20.92 35.6724 20.9092 35.676 20.8984 35.6795L20.9128 35.755' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1125 34.6914C21.0335 34.8064 21.1125 34.7238 21.1341 34.713' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9727 35.1841L21.0338 35.2056' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1498 35.4714C21.1498 35.4714 21.1319 35.4535 21.1211 35.4463L21.1498 35.5146' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.25 34.8206L21.3327 34.7739' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2461 35.7158C21.2856 35.7554 21.3323 35.7949 21.3252 35.838' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5984 34.4541C20.5013 34.1127 20.5768 34.3715 20.548 34.2637' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8464 34.8496C20.8428 34.8711 20.8392 34.8927 20.832 34.9179C20.8536 34.8244 20.8895 34.6663 20.8895 34.6986' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9336 34.5227L20.9623 34.4077' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5977 34.6626C20.6192 34.7165 20.6408 34.7668 20.6839 34.8674C20.6731 34.8351 20.6659 34.8135 20.6552 34.792' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1556 35.4856C20.1556 35.4856 20.152 35.5035 20.1484 35.5179C20.1664 35.5107 20.188 35.4999 20.2131 35.4892L20.2311 35.4712L20.1628 35.4963' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.4591 34.5332C21.4591 34.5332 21.4447 34.5296 21.4375 34.526C21.4627 34.5008 21.4878 34.4757 21.5094 34.4541' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7016 34.8354L20.6836 34.7959' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1484 35.7876C21.17 35.8307 21.1484 35.8595 21.2131 35.9314C21.1952 35.8954 21.1844 35.8739 21.17 35.8523' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6408 33.5127C20.6408 33.5127 20.6013 33.4336 20.5977 33.4336' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7637 34.2061C20.7566 34.1666 20.753 34.1235 20.7422 34.0552C20.7494 34.2133 20.7566 34.3355 20.7637 34.5116C20.7566 34.4541 20.753 34.4074 20.7458 34.3571V34.2996L20.753 34.3499V34.4289' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8984 35.1336L20.9208 35.1299' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1158 34.2136C20.0367 34.1274 20.0331 34.1346 20.087 34.2244' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.418 34.4653L21.4611 34.4365' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2763 33.3438C20.2655 33.3043 20.2511 33.2647 20.2331 33.2108C20.2331 33.2 20.2259 33.1785 20.2188 33.1533C20.2295 33.1857 20.2367 33.2072 20.2439 33.2324' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9492 35.2412L21.0211 35.2951' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6922 34.8025L20.6742 34.745L20.6562 34.6875' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4102 33.3438L20.4425 33.3833' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0666 34.1021C20.0845 34.1164 20.1277 34.1596 20.1205 34.138C20.1133 34.1164 20.0558 34.023 20.0234 33.9619' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2394 35.8452C21.2286 35.8704 21.2214 35.8955 21.207 35.9171' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7689 34.6411L20.7617 34.5117' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0652 33.9081C21.0795 33.7931 21.058 33.8039 21.0508 33.7607' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6967 34.555L20.668 34.4292' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3116 33.2263L20.293 33.2002' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0486 35.227C21.0486 35.227 21.0558 35.2342 21.0594 35.245C21.0127 35.2234 20.9731 35.2055 20.9336 35.1875' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.316 35.8091L21.3086 35.8352' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8867 34.9434L20.8904 34.9248' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5156 34.4756L21.538 34.4905' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2109 35.8198C21.2397 35.8378 21.272 35.8558 21.308 35.8701' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.705 34.8067L20.6367 34.5552' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.4453 34.7492C21.4705 34.7277 21.4956 34.7025 21.5244 34.6773H21.5891L21.6142 34.6558L21.5639 34.6055' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9062 34.8067C20.9206 34.7564 20.935 34.7061 20.9458 34.6486L20.9314 34.6846L20.9709 34.5552C20.9709 34.5552 20.9602 34.5731 20.9566 34.5839' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6941 35.3779L20.6797 35.457' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6609 35.0291C20.643 35.0183 20.6358 35.0183 20.5352 34.9536' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8359 35.3635L20.8503 35.4102C20.8503 35.4102 20.8503 35.3778 20.8467 35.3599' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6428 34.7206L20.4883 34.3145' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.74 35.2554C20.7328 35.2841 20.722 35.3165 20.7148 35.3488L20.74 35.2949' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5006 35.4282L20.418 35.5109' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.457 34.9321C20.457 34.9321 20.4606 34.9429 20.4678 34.9501C20.4786 34.9609 20.493 34.9717 20.5038 34.9824' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4697 34.591C20.4445 34.5587 20.4158 34.5263 20.3906 34.4976C20.4409 34.5802 20.4948 34.6665 20.5667 34.7779C20.5452 34.7383 20.5308 34.7096 20.5092 34.6701C20.4877 34.6449 20.4697 34.6233 20.4517 34.6018' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3191 35.295C20.3406 35.2879 20.3622 35.2807 20.4125 35.2627C20.3658 35.2879 20.3334 35.3058 20.3047 35.3238' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7045 35.252L20.6758 35.2951' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.617 35.3311L20.6133 35.3422' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8672 34.907L20.9139 34.792' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0658 34.9322L21.1233 34.8999L21.1161 34.9071L20.9688 34.9969' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9844 35.2163C21.0095 35.2307 21.0383 35.2451 21.0742 35.263C21.0527 35.2558 21.0347 35.2522 21.0203 35.2451' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3658 34.5979C20.3227 34.5332 20.2723 34.4613 20.2148 34.3931' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0312 34.9825C20.078 34.9933 20.1247 35.0005 20.1786 35.0113H20.2541C20.2541 35.0113 20.2972 35.0149 20.3295 35.0221C20.3044 35.0041 20.2864 34.9933 20.2756 34.9861C20.2253 34.9718 20.1786 34.961 20.1319 34.9502' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7891 34.7921L20.7963 34.7202' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0783 34.3682L21.0352 34.458C21.0352 34.4364 21.0352 34.4185 21.0352 34.4005' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7572 34.4039C20.7572 34.3788 20.7572 34.3572 20.7572 34.3177C20.7572 34.2889 20.7536 34.2673 20.75 34.2422' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8125 34.6881L20.8305 34.5264' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6783 34.9504C20.6783 34.9504 20.6567 34.918 20.6459 34.9036L20.5273 34.7275' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4888 35.5039L20.4492 35.5722' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9483 34.4112C20.9483 34.4112 20.9375 34.4184 20.9375 34.422C20.9483 34.3573 20.9555 34.3034 20.9627 34.2495' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5312 34.9648C20.6391 35.0367 20.6427 35.0367 20.5672 34.9972' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5786 35.0256C20.5786 35.0256 20.6109 35.0435 20.6217 35.0471C20.593 35.0363 20.5642 35.0292 20.5391 35.022' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4058 35.4424L20.3555 35.4819' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3206 35.2988L20.2452 35.3312L20.2344 35.3276L20.3098 35.3024' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.562 35.5862L20.5764 35.5503C20.5656 35.5575 20.5548 35.5647 20.5405 35.5754C20.5369 35.5826 20.5225 35.6078 20.5117 35.6294' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1877 35.4351H21.1445' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.777 35.3062L20.7806 35.3385L20.777 35.3601L20.7734 35.3313' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9568 35.1118L20.9531 35.123' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7773 34.1417L20.7809 34.0482L20.7881 33.9907' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0586 35.5073C21.0586 35.5073 21.0586 35.5181 21.0586 35.5217L21.1377 35.6187' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9336 34.1958C20.9336 34.1958 20.9408 34.2246 20.9408 34.2461' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8086 34.7847C20.8158 34.7344 20.823 34.6841 20.8338 34.6338' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2234 34.7019C20.2881 34.7379 20.2845 34.7343 20.2198 34.666C20.2055 34.6516 20.1983 34.6408 20.1875 34.6265' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0689 35.6547L21.0473 35.608L21.0078 35.5757' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0742 35.5469C21.085 35.572 21.0958 35.5972 21.1102 35.6295C21.1425 35.6691 21.1748 35.7122 21.2108 35.7517' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4297 33.7568L20.4371 33.768' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3626 34.2279C20.3266 34.1453 20.2691 34.0303 20.2835 34.0303' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3422 34.3285L20.3242 34.271' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5956 34.5331L20.5273 34.3247' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9359 34.0659C20.9287 34.1809 20.9395 34.163 20.9503 34.1558' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5528 34.7344C20.542 34.7093 20.5277 34.6841 20.5097 34.6446C20.4845 34.605 20.4738 34.5907 20.4414 34.5439C20.4845 34.6194 20.5025 34.6482 20.5205 34.6769' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2891 34.8891L21.3466 34.8604' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4922 34.9648L20.5569 34.99' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2694 35.2735L20.2586 35.2627L20.2263 35.2699L20.2227 35.2914' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8398 34.0913L20.8578 33.9727' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5922 33.8074L20.5742 33.6528' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2965 35.3564L21.2891 35.3713' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4358 35.123C20.3747 35.1302 20.3747 35.1338 20.2812 35.123C20.3459 35.123 20.3819 35.123 20.4214 35.123' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9961 35.1841L21.068 35.2056' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2109 34.5944L21.2648 34.562' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.635 34.878C20.635 34.878 20.6422 34.8923 20.6494 34.9067C20.617 34.8564 20.5919 34.8169 20.5703 34.7773' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6347 34.9036L20.5664 34.8174' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1602 35.0044L20.0703 34.9648' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5138 35.694C20.4994 35.7155 20.4815 35.7407 20.4707 35.7551C20.4563 35.7551 20.5282 35.6293 20.4707 35.6976' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0352 35.6758L21.0675 35.7477L21.0531 35.7584' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2273 34.6053L20.1914 34.5298' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6361 35.7734L20.6289 35.8381' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9961 35.6294L21.0752 35.8199' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3153 34.9033C21.3153 34.9033 21.283 34.9213 21.2578 34.9356C21.2973 34.9213 21.3333 34.9105 21.362 34.9033L21.3836 34.8638' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2188 34.44L21.2583 34.3789' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5 34.9072L20.5112 34.9333' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8622 33.9263L20.8398 33.9412' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4858 35.0365C20.4247 35.0221 20.3708 35.0078 20.3277 34.9898C20.3241 34.9898 20.2953 34.9826 20.2773 34.979' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4848 35.0505L20.4453 35.0469' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5977 34.7993L20.6088 34.8105' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2106 34.3574L20.207 34.3071' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1952 34.3572C20.2419 34.447 20.152 34.3104 20.1484 34.314' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4308 35.6401C20.4308 35.6401 20.4128 35.6581 20.3984 35.6761C20.3984 35.7012 20.3984 35.7228 20.3984 35.748L20.4595 35.7084' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.78 35.4248L20.7656 35.4643' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9023 34.224C20.9131 34.1665 20.9239 34.1054 20.9347 34.0515C20.9419 34.0263 20.9491 34.0155 20.9527 33.9976' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.273 33.9077L20.2227 33.7891' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1602 35.6758L21.2464 35.7513' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.4209 34.9146C21.4209 34.9146 21.4209 34.9253 21.4209 34.9361C21.385 34.9433 21.3634 34.9469 21.3203 34.9577C21.3598 34.9397 21.3814 34.9289 21.4066 34.9181' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0656 35.144L20.0764 35.1153L20.0117 35.1045' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3221 35.5324C21.3221 35.5324 21.2467 35.5036 21.3114 35.5719' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1492 34.5582L20.1133 34.4756' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5486 34.9468C20.5953 34.9828 20.5881 34.9792 20.5234 34.936' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0513 35.13C19.9722 35.13 19.9327 35.1192 19.9219 35.0977' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7188 35.8667L20.7367 35.917' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5664 34.4003C20.5664 34.4003 20.5772 34.4362 20.588 34.4614C20.5808 34.4362 20.5736 34.4146 20.5664 34.3931' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.665 34.8782C20.6111 34.7775 20.5464 34.6338 20.4961 34.5439' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3242 34.4433L21.3817 34.3643' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3711 33.2217C20.3891 33.2828 20.407 33.3475 20.4322 33.4445C20.4214 33.4409 20.4106 33.4373 20.4034 33.4337L20.4178 33.4912L20.425 33.4625' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1445 33.8467L20.1733 33.8611C20.22 33.9725 20.2092 33.9545 20.1697 33.8826' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1045 35.1622C20.1045 35.1622 20.0686 35.1478 20.0506 35.1406C19.9967 35.1514 19.9536 35.1622 19.9141 35.173C19.9141 35.173 19.9212 35.173 19.9284 35.173' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7969 33.897C20.8005 33.8359 20.7969 33.6993 20.8148 33.7101' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.418 34.9108C21.4647 34.8784 21.4467 34.8569 21.5186 34.8137C21.5294 34.8065 21.5509 34.7994 21.5653 34.7886' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5025 35.1982C20.4809 35.2054 20.463 35.209 20.4414 35.2162V35.209' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1172 34.0195L20.1423 34.1094' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4648 34.4979L20.4797 34.4941' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0867 35.0688C20.0436 35.0796 20.0041 35.0904 19.9609 35.1084' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8047 34.7816C20.8119 34.6738 20.8191 34.5659 20.8155 34.5156' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8895 33.8291L20.8672 33.8403' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8359 35.4424L20.8539 35.5035' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.4844 34.9572C21.5598 34.9464 21.4952 34.9716 21.4988 34.9824C21.4988 34.986 21.4916 34.9932 21.488 34.9968' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3555 34.5513C21.4022 34.5082 21.4489 34.5046 21.5136 34.4004C21.5172 34.4076 21.5208 34.4148 21.5208 34.4184' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6274 34.7202C20.6094 34.6806 20.5591 34.5477 20.5627 34.5656' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6853 33.6457L20.6602 33.5918' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5703 34.7773L20.5852 34.7885' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5969 34.8564L20.543 34.7773' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0856 35.8449L21.1144 35.9024L21.118 35.8881L21.082 35.8306' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.4297 35.4639L21.4728 35.525' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7559 33.7465C20.7559 33.7465 20.7559 33.7177 20.7631 33.6854C20.7523 33.653 20.7452 33.6243 20.7344 33.5991' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5312 35.2378L21.5492 35.2737L21.5852 35.2845L21.6175 35.2737' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0625 35.9531L21.1164 35.9998' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9841 35.1477L20.9086 35.1333H20.8906L20.9589 35.1441' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8906 35.0292L20.923 35.0112' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1445 35.4824L21.1877 35.5112' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6016 35.2054L20.6159 35.1874C20.6159 35.1874 20.6447 35.1766 20.6663 35.1694' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2455 35.5361C21.2455 35.5361 21.2419 35.5577 21.2383 35.5685' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8477 35.2231L20.8728 35.2663' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.082 35.7085L21.1503 35.8451' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2383 35.0435C21.2383 35.0435 21.2634 35.0435 21.2742 35.0435L21.3389 35.0506' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4392 34.1598L20.4141 34.0771' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9497 34.6265H19.9102' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7533 33.973C20.7533 33.973 20.7533 33.9514 20.7533 33.9263C20.7533 33.9335 20.7497 33.9335 20.7461 33.9371' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6336 34.3247C20.5797 34.0911 20.6084 34.1773 20.5977 34.1162' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2109 35.0366H20.2505' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5967 35.7622L20.5859 35.8125' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9942 33.822C21.0014 33.7213 20.9942 33.707 20.9727 33.8004' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3984 34.7095L20.517 34.8281' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5125 34.8605L20.4766 34.8281' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7422 34.7414C20.7422 34.763 20.7494 34.7845 20.753 34.8025C20.7494 34.763 20.7458 34.7234 20.7422 34.6875' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3438 34.4326L21.3797 34.3931' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4839 35.0942H20.4336' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6438 35.1047L20.5898 35.1011' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8164 35.2451L20.838 35.335' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8438 35.2593C20.8438 35.2593 20.8545 35.2916 20.8581 35.3132C20.8581 35.3132 20.8509 35.2988 20.8473 35.2844' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.6166 34.7021L21.6094 34.7381' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0469 33.4551L20.072 33.4838' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.66 36.0649H20.6749V36.0537C20.6674 36.0537 20.66 36.0537 20.6562 36.0537' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2003 34.8245L20.168 34.7886' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6433 34.9797L20.6172 34.9648' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9641 34.2959L19.9492 34.2996' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6941 34.3971L20.6797 34.2856' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2348 33.6134L20.1953 33.502' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4278 33.8579C20.4493 33.9262 20.4673 33.9944 20.4889 34.0627C20.4781 34.0268 20.4601 33.9513 20.4421 33.8866C20.4278 33.8327 20.417 33.8004 20.4242 33.8111' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5844 35.6006L20.5916 35.6042L20.5772 35.6401L20.5664 35.6365' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9141 34.9357C20.9141 34.9357 20.9177 34.925 20.9213 34.9178C20.932 34.9034 20.9392 34.8926 20.9464 34.8818' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0312 35.2739L21.035 35.2888' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6203 35.6475L20.6023 35.6546C20.588 35.6978 20.5772 35.7337 20.5664 35.7661' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.082 34.0627C21.082 34.0627 21.0964 34.0268 21.1072 34.0016V33.9585' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.572 34.4144L20.5469 34.3281' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5591 34.5192L20.5195 34.4258' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5275 34.6595L20.4844 34.584' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4284 34.4576C20.4033 34.4072 20.3817 34.3569 20.3422 34.2743C20.335 34.2743 20.3314 34.2707 20.3242 34.2671' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4645 35.7231L20.4609 35.795' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9648 35.1841C20.9648 35.1841 20.9828 35.1949 20.9864 35.1949C21.0295 35.2128 21.0691 35.2272 21.105 35.2416' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9375 34.7163L21.0166 34.5366' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9414 35.0472C20.9809 35.0257 21.06 34.9969 21.0528 34.9897' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1245 35.2129L20.0742 35.2273' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7061 34.6876C20.7025 34.666 20.6989 34.648 20.6953 34.6265L20.7025 34.6588' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3146 34.7597C21.3146 34.7597 21.2967 34.7489 21.365 34.7021' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5638 35.1875C20.535 35.1947 20.5063 35.2055 20.4775 35.2127C20.4523 35.227 20.4236 35.2414 20.3984 35.2558' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6108 35.4209L20.582 35.464' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6892 35.4351L20.6641 35.4782' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1722 34.4185L20.1291 34.3538L20.0859 34.3071' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9155 35.3203L20.8903 35.2808L20.8867 35.2844' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1992 34.5117L21.2244 34.4829' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1406 34.7708L21.1802 34.7349' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9688 35.0867L21.0694 35.0615' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0273 34.918L21.1639 34.8174' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3836 33.8257L20.3477 33.6855' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8203 34.7202H20.8243' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6541 34.6265L20.6433 34.5869L20.6289 34.5366C20.672 34.6983 20.6613 34.6588 20.6433 34.6049' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.547 34.4544C20.5327 34.4113 20.547 34.4437 20.5039 34.3179' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0955 34.9858L20.0703 35.0218' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3286 33.6028C20.3214 33.5777 20.3142 33.5525 20.307 33.5094C20.2998 33.495 20.2963 33.4842 20.2891 33.4771' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1055 35.1553C21.1055 35.1553 21.1342 35.1625 21.145 35.1625H21.1809' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 34.7381L21.0611 34.6411' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3488 33.7245L20.3164 33.6167' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5995 35.209L20.5312 35.2449' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7617 35.3564V35.3713' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9297 35.27L20.9334 35.2849' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9881 35.026L20.9844 35.0186' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9336 34.8858C20.948 34.8678 20.9623 34.8499 20.9695 34.8355C21.0163 34.7672 20.9659 34.8247 21.027 34.7349' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9219 34.8318L20.9363 34.7959' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9061 34.7524L20.9023 34.7748' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.212 34.6804L20.1905 34.6696L20.1797 34.6553' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2095 34.7709C20.2095 34.7709 20.1736 34.7673 20.1484 34.7637C20.188 34.7816 20.2131 34.796 20.2383 34.8104' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1758 35.6045C21.1758 35.6045 21.1866 35.6045 21.1938 35.6081C21.2009 35.6261 21.2081 35.6404 21.2153 35.6548' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8945 35.5039L20.9089 35.5506' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5659 34.8759L20.5547 34.8535' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3527 35.6582L20.3203 35.6798' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7727 35.3706L20.7578 35.3967' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4858 33.6778C20.4786 33.6526 20.4714 33.6239 20.457 33.5771C20.4642 33.6239 20.4714 33.6562 20.475 33.685' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6709 35.874L20.6602 35.9747' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0352 35.2852L20.0575 35.2666' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8086 34.1484C20.8086 34.1197 20.8122 34.0945 20.8158 34.0586V34.1053' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.495 34.0481C20.477 33.9798 20.4591 33.908 20.4375 33.8289C20.4375 33.8181 20.4375 33.8038 20.4375 33.793' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2539 34.918L21.2688 34.9217' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2773 34.8462L20.3034 34.8536' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4258 33.5093L20.4797 33.7501C20.4797 33.7501 20.4869 33.7644 20.4905 33.7752' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1742 34.084L20.1562 34.0337' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3269 34.8785L20.3008 34.8711' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.043 34.4114L21.0789 34.3071' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.268 34.5911L20.25 34.5264L20.268 34.5479L20.3075 34.6018' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5483 35.0684C20.5088 35.0613 20.4656 35.0541 20.4297 35.0469H20.4405C20.4513 35.0469 20.4584 35.0505 20.4656 35.0541' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3772 34.5366C21.3772 34.5366 21.3592 34.5618 21.3448 34.5833C21.3341 34.5905 21.3233 34.5977 21.3125 34.6049C21.3233 34.5797 21.3341 34.5654 21.3413 34.551' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2264 33.858L20.1797 33.7754' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5375 35.6761L20.5519 35.6401C20.5519 35.6401 20.5411 35.6545 20.5375 35.6617C20.5303 35.6797 20.5267 35.694 20.5195 35.712' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0391 34.2922L21.093 34.1772' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4861 35.5825C20.4502 35.6544 20.4142 35.6975 20.3711 35.7371' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2302 33.4121L20.2266 33.3833' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1383 33.9797L20.0664 33.8252' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4117 35.5215L20.3398 35.6113L20.3506 35.6077L20.3938 35.5538' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.408 35.5684L20.3828 35.6115' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.553 35.9062L20.5278 36.0069C20.5278 36.0069 20.5063 36.0248 20.4883 36.0392C20.4991 36.0105 20.5063 35.9925 20.5134 35.9745' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7966 34.0481L20.8038 34.0337V34.0732L20.793 34.0624' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3242 35.626C21.3242 35.626 21.3494 35.6511 21.3709 35.6727C21.353 35.6655 21.3458 35.6583 21.335 35.6547' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9255 34.3789L20.9219 34.4256' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1859 33.5522L20.168 33.4839' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.015 34.7056L19.918 34.6553' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.125 35.0294C21.1538 35.0294 21.1861 35.0258 21.2148 35.0294' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2577 35.845C21.2397 35.8199 21.2253 35.7947 21.2109 35.7732C21.2217 35.7696 21.2325 35.7624 21.2397 35.7588' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8711 35.8306C20.8711 35.8306 20.8891 35.8342 20.8963 35.8378V35.8629L20.8891 35.8809' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2859 33.4193L20.25 33.3223' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1725 33.5595C20.1653 33.5344 20.1581 33.5092 20.133 33.423C20.115 33.3906 20.1006 33.369 20.0898 33.3511' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6748 35.5684L20.6641 35.6223' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1138 34.5152L20.0419 34.5044C20.0203 34.4864 20.0023 34.4685 19.9844 34.4541' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8477 35.396C20.88 35.511 20.8836 35.511 20.8944 35.5685' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6919 35.6794L20.6703 35.6363L20.6775 35.5859L20.6523 35.6578' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6263 34.5802L20.5508 34.3179C20.5508 34.3179 20.5544 34.3358 20.558 34.3466C20.5616 34.3646 20.5688 34.3826 20.5759 34.4041' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.537 34.8135C20.5191 34.7919 20.5011 34.7668 20.4795 34.7416C20.4795 34.738 20.4723 34.7308 20.4688 34.7236' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0723 34.1561L20.0508 34.1094' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3984 35.2954L21.4208 35.314' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2852 34.5516L21.3001 34.5479' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1016 34.634L21.1375 34.5801L21.1267 34.5873' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8789 34.6591L20.9041 34.5117' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6484 33.5209L20.6671 33.4985' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8647 35.4176L20.8719 35.4715L20.8791 35.493L20.8863 35.4571C20.8791 35.4248 20.8719 35.3996 20.8611 35.3637C20.8539 35.3457 20.8431 35.3277 20.8359 35.3062C20.8467 35.3493 20.8539 35.3708 20.8611 35.3924' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8867 35.3926L20.9298 35.4968' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4683 33.9691L20.418 33.7822' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7022 33.998L20.6914 33.8398' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1808 35.0078C21.1197 35.0294 21.0586 35.0438 21.0586 35.033' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8672 35.2056C20.8816 35.2271 20.9103 35.2559 20.9355 35.2846' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8984 35.0512L20.9208 35.04' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1992 34.7956L21.2711 34.7417' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2761 35.5363L21.25 35.5288' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6669 35.0017L20.6445 34.9756' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4077 35.0401C20.3789 35.0401 20.3466 35.0401 20.3106 35.0329C20.3034 35.0293 20.2963 35.0257 20.2891 35.0186' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8984 35.0546L20.9308 35.0366' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7009 34.8135L20.6758 34.7236' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.655 35.0906L20.6289 35.0869' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.657 35.1445L20.6211 35.1481' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0703 35.7158L21.0811 35.741L21.0847 35.7518' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1322 34.1053C21.1322 34.1053 21.1394 34.0766 21.143 34.0586C21.1358 34.0622 21.1322 34.0658 21.125 34.073' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5 35.0796H21.5503' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3794 35.2305L20.3542 35.2377C20.3542 35.2377 20.347 35.2377 20.3398 35.2377' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.793 34.8676L20.7966 34.7202' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6319 35.5503L20.6211 35.5898L20.6355 35.5539' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8164 35.5649L20.82 35.6045' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6577 34.9074L20.6289 34.8535' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9375 35.012L20.9598 34.9971' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2333 34.7709L20.2109 34.7598' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7535 35.6624L20.7461 35.6475' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6328 34.5978L20.6759 34.7416L20.6795 34.7596L20.6328 34.5942' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2969 35.5723L21.3544 35.601' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6141 35.1694L20.5781 35.1838' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0742 34.8135C21.0742 34.8135 21.0958 34.7919 21.103 34.7811C21.1245 34.7632 21.1425 34.7452 21.1641 34.7236' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6863 35.8882L20.6719 36.0283' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5938 34.9468L20.6049 34.958' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.793 34.6951C20.793 34.6951 20.793 34.6628 20.793 34.6448C20.793 34.634 20.793 34.6268 20.793 34.6196' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2344 35.3779C21.2344 35.3779 21.2523 35.3923 21.2595 35.3995C21.2775 35.4067 21.2955 35.4139 21.3098 35.4211' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5739 33.6032L20.5664 33.5957' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 35.0469L21.004 35.0509' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9291 34.3319L20.947 34.2456V34.2672L20.9219 34.375' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4773 35.7622L20.4414 35.8449' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5011 33.7495L20.4688 33.6992' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0927 34.6384L20.0703 34.6123' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1836 34.785L21.1948 34.7812' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1745 35.3027L20.1484 35.3065' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5398 35.1333L20.5039 35.1405' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7188 35.3887H20.7148' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1758 35.1266L20.2019 35.1191' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6111 34.6695C20.6111 34.6695 20.6003 34.6408 20.5931 34.6228C20.5931 34.6156 20.5859 34.6084 20.5859 34.5977' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5395 35.0548L20.5 35.0332' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.46 33.6131L20.4492 33.606L20.4636 33.6635' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6533 35.5757C20.6281 35.6404 20.603 35.7015 20.5742 35.7662' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0117 34.9473V34.9434' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9414 34.782L20.9526 34.7671' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4453 33.6992L20.4489 33.7459L20.4633 33.7927L20.4453 33.7603' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9711 35.8558C20.9711 35.8558 20.9639 35.8414 20.9531 35.8198C20.9603 35.863 20.9675 35.8989 20.9711 35.9348' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5455 35.209L20.4844 35.2305' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.765 35.4102L20.7578 35.518' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6902 35.5723L20.6758 35.6118' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5058 34.9647C20.4735 34.9431 20.398 34.8964 20.4878 34.9395C20.513 34.9575 20.5346 34.9755 20.5561 34.9899' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6007 35.3276L20.582 35.35' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6992 35.7734V35.7995' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0156 34.8747L21.0803 34.792' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3353 34.6377C21.3353 34.6377 21.3533 34.6197 21.382 34.5874C21.3569 34.6233 21.3425 34.6413 21.3281 34.6593' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5206 35.252L20.4883 35.2699' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9414 35.3638L20.9526 35.3861' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1047 34.5874H20.0898' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.087 35.5326C21.087 35.5326 21.0691 35.5146 21.0547 35.4966C21.0583 35.493 21.0619 35.4894 21.0655 35.4858' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1758 34.684L21.1973 34.6661C21.1973 34.6661 21.2045 34.6589 21.2045 34.6553' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.682 35.4316L20.6641 35.4676' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4705 33.9476C20.4992 34.0375 20.4561 33.8865 20.4453 33.8506' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9453 34.6775L20.9565 34.6626' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6166 35.6045L20.6094 35.6404' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1055 35.0258L21.1278 35.0146' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7419 35.5434L20.7491 35.4751C20.7491 35.4751 20.7419 35.4967 20.7383 35.5038' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9627 34.4829C20.9555 34.5117 20.9483 34.5404 20.9375 34.5871C20.9375 34.5907 20.9375 34.6015 20.9375 34.6087' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6797 33.9409L20.6834 33.9297' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2188 34.7742L21.2403 34.7598C21.2403 34.7598 21.2475 34.7526 21.2511 34.749' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3945 34.7634L21.4269 34.7383' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3203 35.2954C21.3203 35.2954 21.3347 35.3062 21.3419 35.3134C21.367 35.3134 21.385 35.3134 21.4066 35.317' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7812 34.3716L20.7848 34.4255' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2502 35.2991C20.2502 35.2991 20.225 35.3027 20.207 35.3063L20.2825 35.2739' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2109 35.0942L21.2333 35.098' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.082 35.4463L21.1007 35.4612' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.4102 34.9536L21.4251 34.9573' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1961 34.4254L20.1602 34.3931' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9531 34.4688L20.9639 34.4077' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2889 35.2814L20.2852 35.2739' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4648 33.4624L20.4723 33.4661' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9883 34.519L20.9957 34.5078' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0117 34.2173C20.0297 34.246 20.0477 34.2712 20.0692 34.3035C20.0764 34.3035 20.08 34.3035 20.098 34.3035C20.0656 34.2748 20.0548 34.2676 20.0441 34.2568' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0308 34.6268L19.9805 34.6196' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9764 34.9146L19.9727 34.9257' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4878 34.2383L20.4375 34.0874' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.8594 34.5336L20.8666 34.4653' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3227 34.0446L20.3047 33.9907' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9062 35.227L19.953 35.1982' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2891 35.7046L21.3142 35.7549' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2586 33.3474L20.2227 33.2036' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0067 34.599L19.9844 34.5767' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3034 34.0087C20.3142 34.0374 20.3214 34.0662 20.3358 34.1021C20.3214 34.0662 20.3034 34.0338 20.2891 34.0015' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3164 35.6943L21.3488 35.7159' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0664 35.27L21.0952 35.288' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0703 35.2593L21.1027 35.2737' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.332 35.0259H21.3608' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9613 34.8099L19.875 34.7739' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4698 34.7811L20.4483 34.7559C20.4483 34.7559 20.4411 34.7487 20.4375 34.7451' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3633 34.6809L21.3956 34.6665' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5167 34.7092L20.4844 34.6553' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.7097 33.4839V33.5486L20.7061 33.5773L20.6953 33.4875' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4483 35.3491L20.4297 35.3715' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9797 34.4941H19.9648' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2969 34.1093L21.3113 34.041' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9766 35.4282L20.9915 35.4468' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.4375 33.272V33.3187C20.4483 33.3367 20.4519 33.351 20.4555 33.3654' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.1289 35.687L21.1397 35.7122C21.1397 35.7122 21.1469 35.7194 21.1469 35.7229' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3584 33.2614L20.3512 33.2255C20.3512 33.2255 20.3513 33.2147 20.3477 33.2075' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1063 34.7815L20.0811 34.7671C20.0811 34.7671 20.0739 34.7671 20.0703 34.7671' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8904 34.6089L19.8867 34.6201' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5547 34.4941L21.5584 34.5053' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2952 35.1911C21.2952 35.1911 21.2628 35.1911 21.2305 35.1875C21.2628 35.1947 21.2844 35.2019 21.3059 35.2091V35.1983' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3209 34.544C20.2994 34.5188 20.2778 34.4937 20.2383 34.4434C20.2563 34.4721 20.267 34.4829 20.2742 34.4937' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.2183 34.9034C20.1428 34.889 20.0673 34.8818 19.9883 34.8818' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.957 35.8989L20.9642 35.9349C20.9642 35.9349 20.9678 35.9349 20.9714 35.9349' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5234 33.5059H20.5378C20.545 33.5382 20.5522 33.5777 20.5594 33.6137' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6928 34.8818L20.6641 34.8135' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.6655 34.8138L20.6403 34.7491L20.6367 34.7383L20.6655 34.8138Z' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9336 34.993L20.9731 34.957' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9608 35.9385C20.9536 35.96 20.9464 35.9852 20.9356 36.0104C20.9284 36.0068 20.9213 35.9996 20.9141 35.9924' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0028 34.6457L19.9805 34.6196' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.5586 35.1191L21.6233 35.1299' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5573 35.2378L20.5312 35.2452' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5195 35.2056C20.5375 35.1985 20.5591 35.1949 20.595 35.1841C20.577 35.1913 20.5663 35.1949 20.5555 35.1985' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9766 35.3599L21.0341 35.4138' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9448 34.6482L19.8945 34.6338' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5781 33.4516V33.4049C20.5781 33.3797 20.6033 33.5522 20.5961 33.4336' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5261 35.4028L20.5 35.414' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1345 33.2394L20.1094 33.1963' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.5359 34.2348L20.5 34.1162' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0559 34.871C20.0559 34.871 20.0308 34.8638 20.0092 34.8567C20.0056 34.8567 19.9913 34.8495 19.9805 34.8423' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9375 34.8028C20.9375 34.8028 20.9483 34.7884 20.9591 34.774C20.9627 34.7597 20.9663 34.7489 20.9698 34.7417' stroke='%2377635F' stroke-width='0.212037' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.3922 33.4336C14.0292 34.1021 12.4479 35.1946 13.3069 35.9134C14.7624 37.1317 15.1182 34.4075 14.7911 33.5845' fill='%2377635F'/%3E%3Cpath d='M14.3922 33.4336C14.0292 34.1021 12.4479 35.1946 13.3069 35.9134C14.7624 37.1317 15.1182 34.4075 14.7911 33.5845' stroke='%2377635F' stroke-width='0.107816' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.9822 40.9701C9.77464 38.0052 10.055 33.6925 10.9966 30.7061C12.4197 30.7204 13.922 31.7626 15.2984 32.1005C16.8545 32.4814 18.1735 33.4554 19.7009 33.8758C21.0198 34.2424 22.2022 34.3466 23.5139 34.9216C23.7116 35.0079 24.0638 35.0762 24.2219 35.2235C24.7359 35.7015 24.3729 35.6476 24.5957 36.1975C24.8113 36.7258 24.8616 37.0133 25.3971 37.3511C25.5301 37.4337 26.9173 37.8758 26.9425 37.653C26.7412 39.2918 27.3378 38.6197 28.5058 38.8713C28.7825 38.9324 29.0521 39.3097 29.4402 39.4463C30.0152 39.6476 30.8274 39.5793 31.4312 39.5613C32.1033 39.5433 32.9406 39.4715 33.5085 39.0654C33.9972 38.7132 34.1841 38.1274 34.6046 37.6961C34.3925 37.9117 36.1931 38.2711 36.3404 38.2819C37.0951 38.3286 37.8247 38.4616 38.5722 38.6557C39.5928 38.918 36.344 45.3294 35.7402 46.0554C34.9568 46.997 33.8463 47.669 32.61 48.1111C27.5175 49.9332 20.3478 48.4848 15.4529 45.7104C13.0594 44.3555 11.7045 42.7419 10.9822 40.9701Z' fill='%23568F56'/%3E%3Cpath d='M30.4856 36.4202C30.9923 36.5748 31.499 36.7257 32.0058 36.8803C33.1414 37.2253 34.2375 37.5236 35.4055 37.7464C37.3139 38.113 37.4361 38.2819 36.7389 40.1075C36.1998 41.5307 35.5493 43.2917 34.5646 44.4777C33.8818 45.3007 32.915 45.8829 31.8404 46.2674C27.4128 47.8559 21.1847 46.598 16.9295 44.1866C14.8487 43.0078 13.6735 41.6026 13.0482 40.0644C11.9485 37.3511 12.5666 34.228 12.9871 31.1984C12.9979 31.1265 20.6959 33.4949 21.1954 33.6422C24.2934 34.5658 27.3913 35.4858 30.482 36.4238L30.4856 36.4202Z' fill='%23FF5F67'/%3E%3Cpath d='M17.9726 35.9419C13.9439 36.7505 17.2251 39.8915 17.8109 36.5421L17.9726 35.9419Z' fill='%233A3736'/%3E%3Cpath d='M23.5066 41.502C20.4159 44.2117 24.8291 45.2971 23.6647 42.1021L23.5066 41.502Z' fill='%233A3736'/%3E%3Cpath d='M8.29488 27.9673C4.1943 28.2512 7.04782 31.784 8.05769 28.5423L8.29488 27.9673Z' fill='%233A3736'/%3E%3Cpath d='M30.7503 40.4487C27.9723 43.4783 32.4754 44.0785 30.9732 41.0309L30.7503 40.4487Z' fill='%233A3736'/%3E%3C/svg%3E%0A");}
@media (max-width:540px) {
  .s010402 .theme_tour.course_check .top_wrap .title .stit::after,
  .s010402 .theme_tour.course_check .top_wrap .title .stit::before {display: none;}
}
/* sub010402 여름 End */

/* sub010403 가을 */
.s010403 .theme_tour.course_check .top_wrap .title .stit::after {width: 33px; height: 30px; top: -8px; right: -49px; background-image: url("data:image/svg+xml,%3Csvg width='33' height='30' viewBox='0 0 33 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_877_7927)'%3E%3Cpath d='M29.6085 29.7594C30.5457 29.0864 28.5008 24.8305 25.0411 20.2536C21.5814 15.6766 18.017 12.5118 17.0798 13.1848C16.1426 13.8578 18.1874 18.1137 21.6471 22.6906C25.1068 27.2676 28.6712 30.4324 29.6085 29.7594Z' fill='%23B33B36'/%3E%3Cpath d='M19.4604 12.4458C20.6426 14.011 20.1965 15.1741 19.1482 15.9241C18.0998 16.6741 16.8285 16.7502 15.6463 15.1849C14.4641 13.6197 14.3526 11.7284 15.4121 10.9675C16.4716 10.2067 18.2894 10.8697 19.4716 12.4349L19.4604 12.4458Z' fill='%23725754'/%3E%3Cpath d='M15.4024 13.152C16.6342 13.152 17.6328 12.1787 17.6328 10.9781C17.6328 9.77749 16.6342 8.8042 15.4024 8.8042C14.1705 8.8042 13.1719 9.77749 13.1719 10.9781C13.1719 12.1787 14.1705 13.152 15.4024 13.152Z' fill='%238D6354'/%3E%3Cpath d='M13.2933 10.9893C13.8846 10.9893 14.3639 10.5221 14.3639 9.94582C14.3639 9.36952 13.8846 8.90234 13.2933 8.90234C12.702 8.90234 12.2227 9.36952 12.2227 9.94582C12.2227 10.5221 12.702 10.9893 13.2933 10.9893Z' fill='%237C5254'/%3E%3Cpath d='M15.012 9.75004C15.6033 9.75004 16.0827 9.28286 16.0827 8.70656C16.0827 8.13027 15.6033 7.66309 15.012 7.66309C14.4207 7.66309 13.9414 8.13027 13.9414 8.70656C13.9414 9.28286 14.4207 9.75004 15.012 9.75004Z' fill='%237C5254'/%3E%3Cpath d='M13.2583 10.6197C13.7203 10.6197 14.0947 10.2547 14.0947 9.80448C14.0947 9.35424 13.7203 8.98926 13.2583 8.98926C12.7964 8.98926 12.4219 9.35424 12.4219 9.80448C12.4219 10.2547 12.7964 10.6197 13.2583 10.6197Z' fill='white'/%3E%3Cpath d='M13.3127 10.2066C13.6083 10.2066 13.848 9.97297 13.848 9.68482C13.848 9.39668 13.6083 9.16309 13.3127 9.16309C13.017 9.16309 12.7773 9.39668 12.7773 9.68482C12.7773 9.97297 13.017 10.2066 13.3127 10.2066Z' fill='%23333333'/%3E%3Cpath d='M14.8872 9.45661C15.3492 9.45661 15.7236 9.09162 15.7236 8.64139C15.7236 8.19116 15.3492 7.82617 14.8872 7.82617C14.4253 7.82617 14.0508 8.19116 14.0508 8.64139C14.0508 9.09162 14.4253 9.45661 14.8872 9.45661Z' fill='white'/%3E%3Cpath d='M14.7541 9.17385C15.0497 9.17385 15.2894 8.94026 15.2894 8.65211C15.2894 8.36396 15.0497 8.13037 14.7541 8.13037C14.4584 8.13037 14.2188 8.36396 14.2188 8.65211C14.2188 8.94026 14.4584 9.17385 14.7541 9.17385Z' fill='%23333333'/%3E%3Cpath d='M18.0032 13.1301C17.7801 13.4562 17.8136 13.804 18.3823 14.1518C18.9288 14.4779 19.6203 14.4344 20.256 14.391C21.6723 14.2931 23.0998 14.304 24.505 14.4127C27.0589 14.6084 29.5905 14.0323 31.6091 12.4997C31.9437 12.2388 32.2783 11.9562 32.5236 11.6192C32.8359 11.1736 33.0032 10.6301 33.0143 10.0866C33.0143 9.84749 32.992 9.60836 32.8582 9.4127C32.5905 9.01053 32.0329 8.94531 31.5422 8.94531C29.7132 8.94531 27.8954 9.28227 26.2002 9.94531C24.9846 10.4236 23.8247 11.0649 22.5534 11.4127C21.7838 11.6192 20.992 11.7279 20.2225 11.9236C19.7206 12.054 18.427 12.5431 18.0032 13.141V13.1301Z' fill='%23E0F2F5'/%3E%3Cpath d='M18.0032 13.1301C17.7801 13.4562 17.8136 13.804 18.3823 14.1518C18.9288 14.4779 19.6203 14.4344 20.256 14.391C21.6723 14.2931 23.0998 14.304 24.505 14.4127C27.0589 14.6084 29.5905 14.0323 31.6091 12.4997C31.9437 12.2388 32.2783 11.9562 32.5236 11.6192C32.8359 11.1736 33.0032 10.6301 33.0143 10.0866C33.0143 9.84749 32.992 9.60836 32.8582 9.4127C32.5905 9.01053 32.0329 8.94531 31.5422 8.94531C29.7132 8.94531 27.8954 9.28227 26.2002 9.94531C24.9846 10.4236 23.8247 11.0649 22.5534 11.4127C21.7838 11.6192 20.992 11.7279 20.2225 11.9236C19.7206 12.054 18.427 12.5431 18.0032 13.141V13.1301Z' fill='%23E0F2F5'/%3E%3Cpath d='M22.4847 10.8586C25.4512 9.65203 27.704 7.43464 30.0237 5.2716C30.8378 4.51073 31.4735 3.58682 31.8862 2.56508C32.0535 2.15203 32.1761 1.72812 32.1538 1.28247C32.1204 0.847685 31.9196 0.402033 31.5293 0.173772C31.1055 -0.0762278 30.559 -0.0110104 30.0795 0.119424C29.4884 0.282468 28.9754 0.586816 28.4178 0.825946C27.8713 1.05421 27.4029 1.43464 26.9568 1.80421C26.3769 2.2716 25.797 2.74986 25.2839 3.29334C24.9271 3.68464 24.6036 4.09769 24.2468 4.48899C23.7338 5.05421 23.1427 5.56508 22.5627 6.06508C21.8825 6.65203 21.191 7.23899 20.5107 7.83682C19.8973 8.36942 19.2728 8.90203 18.7821 9.54334C18.1241 10.4129 17.7338 11.4346 17.3769 12.4564C17.2877 12.7173 17.5553 12.9781 17.823 13.0216C18.1018 13.0651 18.3694 12.9673 18.6259 12.8694C20.0088 12.3259 21.1018 11.4238 22.4735 10.8586H22.4847Z' fill='%23E0F2F5'/%3E%3Cpath d='M22.4847 10.8586C25.4512 9.65203 27.704 7.43464 30.0237 5.2716C30.8378 4.51073 31.4735 3.58682 31.8862 2.56508C32.0535 2.15203 32.1761 1.72812 32.1538 1.28247C32.1204 0.847685 31.9196 0.402033 31.5293 0.173772C31.1055 -0.0762278 30.559 -0.0110104 30.0795 0.119424C29.4884 0.282468 28.9754 0.586816 28.4178 0.825946C27.8713 1.05421 27.4029 1.43464 26.9568 1.80421C26.3769 2.2716 25.797 2.74986 25.2839 3.29334C24.9271 3.68464 24.6036 4.09769 24.2468 4.48899C23.7338 5.05421 23.1427 5.56508 22.5627 6.06508C21.8825 6.65203 21.191 7.23899 20.5107 7.83682C19.8973 8.36942 19.2728 8.90203 18.7821 9.54334C18.1241 10.4129 17.7338 11.4346 17.3769 12.4564C17.2877 12.7173 17.5553 12.9781 17.823 13.0216C18.1018 13.0651 18.3694 12.9673 18.6259 12.8694C20.0088 12.3259 21.1018 11.4238 22.4735 10.8586H22.4847Z' fill='%23E0F2F5'/%3E%3Cpath d='M16.7416 14.0324C17.1208 13.9128 17.4665 14.0541 17.6338 14.6845C17.8011 15.2932 17.5445 15.9128 17.3103 16.4997C16.7973 17.7932 16.3847 19.1193 16.0724 20.4671C15.5148 22.9019 14.1988 25.0867 12.091 26.5215C11.7341 26.7606 11.3661 26.978 10.9535 27.1084C10.4182 27.2715 9.83823 27.2606 9.30291 27.1084C9.06871 27.0432 8.84566 26.9454 8.68953 26.7606C8.37726 26.4019 8.47763 25.8584 8.62261 25.4019C9.15793 23.7063 10.039 22.1084 11.1877 20.728C12.0129 19.728 12.9832 18.8476 13.697 17.7715C14.1319 17.1193 14.4665 16.4128 14.8791 15.7497C15.1468 15.3258 16.0167 14.2606 16.7193 14.0432L16.7416 14.0324Z' fill='%23E0F2F5'/%3E%3Cpath d='M16.7416 14.0324C17.1208 13.9128 17.4665 14.0541 17.6338 14.6845C17.8011 15.2932 17.5445 15.9128 17.3103 16.4997C16.7973 17.7932 16.3847 19.1193 16.0724 20.4671C15.5148 22.9019 14.1988 25.0867 12.091 26.5215C11.7341 26.7606 11.3661 26.978 10.9535 27.1084C10.4182 27.2715 9.83823 27.2606 9.30291 27.1084C9.06871 27.0432 8.84566 26.9454 8.68953 26.7606C8.37726 26.4019 8.47763 25.8584 8.62261 25.4019C9.15793 23.7063 10.039 22.1084 11.1877 20.728C12.0129 19.728 12.9832 18.8476 13.697 17.7715C14.1319 17.1193 14.4665 16.4128 14.8791 15.7497C15.1468 15.3258 16.0167 14.2606 16.7193 14.0432L16.7416 14.0324Z' fill='%23E0F2F5'/%3E%3Cpath d='M13.1833 17.5325C11.1312 19.9347 8.2762 21.3803 5.46579 22.902C4.48438 23.4347 3.38029 23.7499 2.26504 23.8368C1.81895 23.8694 1.35055 23.8586 0.937907 23.7064C0.514115 23.5542 0.146085 23.2173 0.0345613 22.7934C-0.0881153 22.326 0.134933 21.8368 0.402591 21.4238C0.737164 20.9238 1.18326 20.5325 1.58475 20.0868C1.97508 19.652 2.47694 19.326 2.9788 19.0107C3.61449 18.6086 4.25017 18.2064 4.93047 17.902C5.42118 17.6847 5.92304 17.4999 6.41374 17.2934C7.1275 16.9781 7.79664 16.5868 8.45464 16.1847C9.23531 15.7173 10.016 15.2607 10.7966 14.7934C11.4992 14.3803 12.2018 13.9564 12.9825 13.6955C14.0308 13.3368 15.1461 13.2825 16.2502 13.2607C16.529 13.2607 16.7074 13.576 16.674 13.8477C16.6405 14.1194 16.4621 14.3477 16.2836 14.5542C15.3357 15.6738 14.1312 16.4238 13.1721 17.5434L13.1833 17.5325Z' fill='%23E0F2F5'/%3E%3Cpath d='M13.1833 17.5325C11.1312 19.9347 8.2762 21.3803 5.46579 22.902C4.48438 23.4347 3.38029 23.7499 2.26504 23.8368C1.81895 23.8694 1.35055 23.8586 0.937907 23.7064C0.514115 23.5542 0.146085 23.2173 0.0345613 22.7934C-0.0881153 22.326 0.134933 21.8368 0.402591 21.4238C0.737164 20.9238 1.18326 20.5325 1.58475 20.0868C1.97508 19.652 2.47694 19.326 2.9788 19.0107C3.61449 18.6086 4.25017 18.2064 4.93047 17.902C5.42118 17.6847 5.92304 17.4999 6.41374 17.2934C7.1275 16.9781 7.79664 16.5868 8.45464 16.1847C9.23531 15.7173 10.016 15.2607 10.7966 14.7934C11.4992 14.3803 12.2018 13.9564 12.9825 13.6955C14.0308 13.3368 15.1461 13.2825 16.2502 13.2607C16.529 13.2607 16.7074 13.576 16.674 13.8477C16.6405 14.1194 16.4621 14.3477 16.2836 14.5542C15.3357 15.6738 14.1312 16.4238 13.1721 17.5434L13.1833 17.5325Z' fill='%23E0F2F5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_877_7927'%3E%3Crect width='33' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.s010403 .theme_tour.course_check .top_wrap .title .stit::before {width: 50px; height: 59px; top: 9px; left: -69px; background-image: url("data:image/svg+xml,%3Csvg width='50' height='59' viewBox='0 0 50 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0617 27.6715C9.64992 27.4846 9.25754 27.2353 8.98142 26.8806C8.49216 26.243 8.46309 25.3706 8.56482 24.5797C8.66655 23.7887 8.89423 22.9978 8.84094 22.202C8.77312 21.1427 3.40092 18.4199 10.3184 12.0972C10.8997 11.5651 11.6021 11.1672 12.3869 11.0713C12.5419 11.0522 12.7018 11.0474 12.8519 11.0953C13.0651 11.1576 13.2395 11.311 13.3993 11.4644C14.8671 12.8881 17.4006 14.9493 17.9189 16.9195C18.631 19.6183 17.202 22.4944 16.3397 25.198C15.5453 27.6859 12.4111 28.7405 10.0568 27.6763L10.0617 27.6715Z' fill='%23F3CD32'/%3E%3Cpath d='M20.91 42.1956C21.2394 41.7786 21.5107 41.3184 21.6124 40.8247C21.7577 40.1488 21.5834 39.4585 21.5785 38.7682C21.5785 37.6082 22.0581 36.4385 21.7868 35.2977C21.5834 34.4492 20.9875 33.711 20.445 32.9728C17.8243 29.3776 16.3855 25.2695 15.4555 21.1422C15.2762 20.3561 15.1115 19.5507 14.6271 18.8557C14.1427 18.1606 13.2659 17.5997 12.3019 17.6381C11.0715 17.686 10.1801 18.6639 9.85073 19.6466C9.52133 20.6293 9.56977 21.6743 9.25005 22.6618C8.49921 24.9723 5.89303 26.5446 4.73043 28.7305C4.10068 29.9193 3.92629 31.2375 3.53391 32.4982C3.11731 33.8452 2.44397 35.1539 2.30833 36.5392C2.18723 37.7664 2.48757 38.9935 2.90417 40.1727C3.26748 41.2034 3.72768 42.2244 4.49306 43.092C5.56847 44.3192 7.24456 45.1725 9.0466 45.4169C11.3331 45.7285 13.2707 44.9424 15.47 44.7698C17.6353 44.5972 19.6844 43.7152 20.9003 42.1861L20.91 42.1956Z' fill='%23F3CD32'/%3E%3Cpath d='M9.01361 41.8841C9.28004 41.6971 9.54163 41.4766 9.67726 41.1794C9.95823 40.5515 9.58522 39.8372 9.31879 39.1997C8.79078 37.9342 8.66967 36.5153 8.97001 35.1922C9.14925 34.4109 9.47381 33.6631 9.59976 32.8673C9.73055 32.0764 9.62882 31.1848 9.07174 30.5904C8.41777 29.8953 7.3133 29.7851 6.6012 29.1427C5.62752 28.2703 5.57424 26.5925 4.42132 25.9742C3.93206 25.7153 3.35076 25.7105 2.80336 25.7776C1.90719 25.8879 0.962572 26.2234 0.487841 26.976C-0.0353309 27.8053 0.148748 28.8743 0.231099 29.857C0.376425 31.5779 0.13906 33.3035 0.0857738 35.0292C0.0276436 36.7549 0.168125 38.5477 0.986793 40.0817C2.6096 43.1064 6.32993 43.7823 9.01361 41.8841Z' fill='%23F5D36A'/%3E%3Cpath d='M18.0968 37.682C18.7798 37.2074 19.2594 36.498 19.6663 35.7741C19.7632 35.6063 19.9424 35.405 20.112 35.5009C20.1701 35.5344 20.204 35.5968 20.2331 35.6591C20.5383 36.3494 20.1992 37.1547 19.7487 37.7635C19.0802 38.6599 18.1452 39.3693 17.0698 39.7145C16.6484 39.8487 16.1882 39.9302 15.7619 39.8055C15.3356 39.6809 14.9578 39.3214 14.9384 38.8804C14.9093 38.1565 15.602 38.099 16.1204 38.1517C16.8373 38.2284 17.501 38.0942 18.0968 37.6772V37.682Z' fill='%23915B5E'/%3E%3Cpath d='M17.0572 36.417C17.0718 36.1869 17.0766 35.9377 16.9604 35.7411C16.8441 35.5446 16.5631 35.4152 16.3645 35.5398C15.8849 37.184 15.0081 38.7132 13.8262 39.9643C13.5113 40.2998 13.1674 40.621 12.9736 41.038C12.8331 41.3448 12.7798 41.69 12.8234 42.0207C12.9058 42.6439 13.4871 43.1664 14.1314 42.8596C14.6787 42.596 15.1293 41.6948 15.4296 41.2058C16.3258 39.7582 16.9458 38.1235 17.0621 36.4218L17.0572 36.417Z' fill='%23915B5E'/%3E%3Cpath d='M16.3537 30.8224C16.3634 30.6402 16.3683 30.4533 16.2762 30.2951C16.1842 30.1369 15.9662 30.041 15.8112 30.1369C15.4382 31.4168 14.7551 32.6056 13.8348 33.5787C13.5877 33.8376 13.3213 34.0916 13.1711 34.4128C13.0597 34.6477 13.0209 34.9161 13.0548 35.1798C13.1178 35.6639 13.5732 36.0714 14.0721 35.8317C14.4984 35.6256 14.8472 34.9257 15.0797 34.547C15.7773 33.4205 16.2617 32.1454 16.3489 30.8224H16.3537Z' fill='%23915B5E'/%3E%3Cpath d='M8.40889 36.5941C7.24629 35.808 6.25323 34.8061 5.3183 33.7611C5.22626 33.6605 5.12938 33.555 5.00343 33.5119C4.87748 33.4687 4.70309 33.5119 4.65465 33.6365C4.63527 33.6892 4.64011 33.7515 4.64496 33.8091C4.72731 34.4131 5.16329 34.902 5.53144 35.3909C6.43731 36.5846 7.06705 37.9699 7.99714 39.1443C8.92722 40.3188 10.3078 41.3062 11.8144 41.2056C12.0517 41.1912 12.3085 41.1385 12.4732 40.9659C12.5797 40.8556 12.633 40.7118 12.6766 40.568C12.9334 39.6812 12.8655 38.3869 11.8773 38.0178C10.6517 37.5624 9.52305 37.3515 8.40405 36.5941H8.40889Z' fill='%23915B5E'/%3E%3Cpath d='M9.58211 30.1408C8.7925 29.6087 8.11916 28.9232 7.47973 28.2138C7.41675 28.1467 7.35378 28.0748 7.26658 28.0412C7.17939 28.0077 7.06313 28.0412 7.02922 28.1227C7.01469 28.1611 7.01953 28.1994 7.02438 28.2426C7.08251 28.6548 7.378 28.9856 7.6299 29.3163C8.24511 30.1264 8.6714 31.0708 9.30599 31.8713C9.94058 32.6718 10.8803 33.3429 11.9025 33.271C12.0623 33.2614 12.2367 33.2231 12.3481 33.108C12.4208 33.0313 12.4547 32.9355 12.4838 32.8348C12.6582 32.2356 12.6146 31.3488 11.9412 31.0995C11.108 30.7927 10.3378 30.6441 9.58211 30.1312V30.1408Z' fill='%23915B5E'/%3E%3Cpath d='M10.4248 58.0739C9.96456 58.0883 9.59641 57.6904 9.65938 57.2351C9.79017 56.2859 10.0179 55.3464 10.2019 54.4068C11.3791 48.4484 11.0787 34.3265 11.6697 28.2866C11.6939 28.0325 11.7278 27.7593 11.8829 27.5532C12.004 27.395 12.188 27.2943 12.3673 27.1984C12.6482 27.0498 12.6386 26.8964 12.9244 26.7478C13.0116 26.7047 13.1036 26.6568 13.2005 26.6807C13.3458 26.7191 13.3991 26.8916 13.4282 27.0402C13.8302 29.3891 13.9852 39.7624 14.1548 42.14C14.3631 45.0737 14.8959 47.9738 15.2108 50.8979C15.4385 53.0167 15.5451 55.1642 15.3319 57.2878C15.2932 57.6569 14.9831 57.9445 14.6053 57.9541L10.4199 58.0739H10.4248Z' fill='%23915B5E'/%3E%3Cpath d='M13.1372 17.5039C13.4569 17.8202 13.7379 18.1894 13.8686 18.6208C14.1012 19.3877 13.825 20.2122 13.4424 20.9217C13.0645 21.6264 12.5752 22.2879 12.3427 23.0548C12.0327 24.0711 12.1974 25.1736 11.9213 26.1994C11.742 26.8705 11.3787 27.4745 11.0203 28.0689C10.3566 29.1715 9.68327 30.2932 8.70959 31.1416C7.73591 31.9901 6.4086 32.5366 5.13942 32.2633C4.96503 32.225 4.79548 32.1723 4.655 32.0668C4.47577 31.9326 4.3692 31.7312 4.27231 31.5347C3.40036 29.694 3.39552 27.5704 3.60866 25.5475C3.89931 22.7768 4.61141 19.8911 6.37469 17.6525C7.99749 15.596 11.3061 15.6919 13.1372 17.5039Z' fill='%23F8DA31'/%3E%3Cpath d='M20.5635 21.9048C20.951 22.4417 21.6389 22.7821 22.1814 23.2279C23.5524 24.3496 23.8866 26.0561 23.6638 27.5613C23.4409 29.0712 22.7579 30.4854 22.3946 31.9666C22.1621 32.9253 22.0555 33.9415 21.4548 34.7708C20.8541 35.6001 19.5559 36.1801 18.4224 35.7583C17.6667 35.4755 17.2016 34.8475 16.7947 34.2531C16.039 33.141 15.3221 32.0097 14.6051 30.8832C14.0771 30.0539 13.5491 29.2246 13.0211 28.3906C12.3768 27.3791 11.7277 26.3485 11.4516 25.246C11.2384 24.4023 11.2578 23.5394 11.0204 22.6958C10.8315 22.0151 10.4779 21.368 10.2647 20.6921C10.0516 20.0162 9.98863 19.2779 10.3665 18.6835C11.253 17.2694 14.9588 16.1909 16.5767 17.4899C16.9013 17.7536 17.1629 18.0556 17.5213 18.2953C18.0154 18.6212 18.5822 18.6979 19.1005 18.952C20.3891 19.5847 19.8805 20.9653 20.5635 21.9096V21.9048Z' fill='%23F4D057'/%3E%3Cpath d='M30.8692 20.8438C30.3498 20.6102 29.86 20.2948 29.5176 19.8509C28.9038 19.0508 28.8625 17.9586 28.9982 16.9657C29.134 15.9729 29.4114 14.9858 29.3465 13.9813C29.2579 12.6555 22.5177 9.23881 31.1997 1.30161C31.9316 0.635795 32.811 0.133515 33.7967 0.0167052C33.9914 -0.00665666 34.1921 -0.0124971 34.381 0.0459076C34.6466 0.121834 34.865 0.314569 35.0656 0.507305C36.9071 2.29449 40.0883 4.88182 40.7376 7.35234C41.6288 10.7398 39.8345 14.3492 38.7544 17.7425C37.757 20.8672 33.8262 22.1871 30.8692 20.8555V20.8438Z' fill='%23F3CD32'/%3E%3Cpath d='M44.4867 39.0719C44.9057 38.5462 45.2421 37.968 45.372 37.3489C45.5491 36.5021 45.3366 35.6318 45.3307 34.7675C45.3307 33.3073 45.9327 31.8472 45.5904 30.4163C45.3366 29.3533 44.587 28.4247 43.9083 27.5019C40.6208 22.9931 38.8147 17.8359 37.6461 12.6554C37.4218 11.6684 37.2153 10.658 36.6073 9.78777C35.9994 8.91754 34.8957 8.21084 33.6917 8.25756C32.1512 8.31597 31.0298 9.54831 30.6167 10.7806C30.2035 12.013 30.2685 13.3271 29.8671 14.5653C28.9287 17.4621 25.653 19.4362 24.1952 22.1812C23.4043 23.6764 23.1859 25.3293 22.6961 26.912C22.1708 28.6058 21.3327 30.2411 21.1556 31.9816C21.0021 33.5176 21.3799 35.0595 21.9052 36.543C22.3596 37.8337 22.938 39.1186 23.8942 40.2108C25.2458 41.7468 27.3469 42.8215 29.6074 43.131C32.4759 43.5223 34.9075 42.5353 37.6697 42.3192C40.3906 42.1031 42.9639 40.9934 44.4867 39.0777V39.0719Z' fill='%23F3CD32'/%3E%3Cpath d='M29.5542 38.6804C29.8906 38.4409 30.2211 38.1664 30.3864 37.7985C30.7405 37.01 30.2742 36.1164 29.9378 35.3104C29.2768 33.7276 29.1233 31.9463 29.501 30.2818C29.7253 29.3006 30.1326 28.3603 30.2919 27.3674C30.4513 26.3745 30.3273 25.2531 29.625 24.5114C28.7987 23.6353 27.4176 23.4951 26.5264 22.695C25.3046 21.597 25.2397 19.4944 23.7878 18.7176C23.174 18.3906 22.4421 18.3847 21.7575 18.4723C20.6302 18.6125 19.4497 19.033 18.8536 19.9733C18.1926 21.0188 18.4287 22.3563 18.529 23.5886C18.712 25.7496 18.4169 27.9105 18.346 30.0774C18.2752 32.2442 18.4464 34.4927 19.4792 36.4201C21.5155 40.2164 26.1841 41.0633 29.5483 38.6804H29.5542Z' fill='%23F5D36A'/%3E%3Cpath d='M37.9107 38.6804C37.5743 38.4409 37.2437 38.1664 37.0785 37.7985C36.7244 37.01 37.1906 36.1164 37.527 35.3104C38.1881 33.7276 38.3415 31.9463 37.9638 30.2818C37.7395 29.3006 37.3323 28.3603 37.1729 27.3674C37.0136 26.3745 37.1375 25.2531 37.8399 24.5114C38.6662 23.6353 40.0472 23.4951 40.9385 22.695C42.1602 21.597 42.2251 19.4944 43.6771 18.7176C44.2909 18.3906 45.0227 18.3847 45.7074 18.4723C46.8347 18.6125 48.0151 19.033 48.6112 19.9733C49.2723 21.0188 49.0362 22.3563 48.9358 23.5886C48.7529 25.7496 49.048 27.9105 49.1188 30.0774C49.1896 32.2442 49.0185 34.4927 47.9856 36.4201C45.9494 40.2164 41.2808 41.0633 37.9166 38.6804H37.9107Z' fill='%23F5D36A'/%3E%3Cpath d='M40.9559 33.4004C41.8117 32.8047 42.4137 31.9169 42.9213 31.0058C43.0394 30.7956 43.2636 30.5444 43.4761 30.6671C43.5528 30.708 43.5942 30.7897 43.6296 30.8657C44.0132 31.7301 43.5883 32.7405 43.0217 33.5056C42.1836 34.6328 41.009 35.5205 39.6633 35.9527C39.1322 36.1221 38.5537 36.2214 38.0226 36.0695C37.4914 35.9177 37.0133 35.4563 36.9897 34.9073C36.9484 33.9962 37.8278 33.9261 38.477 33.9962C39.38 34.0954 40.2063 33.9261 40.9618 33.4004H40.9559Z' fill='%23875674'/%3E%3Cpath d='M39.6527 31.812C39.6704 31.52 39.6763 31.2105 39.5288 30.9593C39.3812 30.7082 39.0271 30.5505 38.7792 30.7082C38.1772 32.7699 37.0794 34.6914 35.5921 36.2625C35.1966 36.683 34.7658 37.086 34.5179 37.6058C34.3408 37.9912 34.27 38.4234 34.329 38.8381C34.4293 39.6149 35.1612 40.2749 35.9698 39.8894C36.6544 39.5623 37.221 38.4234 37.5988 37.816C38.7261 35.9996 39.5052 33.9438 39.6468 31.812H39.6527Z' fill='%23875674'/%3E%3Cpath d='M38.7592 24.7982C38.7769 24.5704 38.7769 24.3309 38.6647 24.1382C38.5526 23.9455 38.2752 23.8228 38.0863 23.9396C37.62 25.5458 36.7642 27.0409 35.6074 28.2616C35.3005 28.5886 34.9641 28.904 34.7752 29.307C34.6336 29.6049 34.5864 29.9436 34.6277 30.2649C34.7103 30.8723 35.2769 31.3862 35.9025 31.0825C36.4337 30.8255 36.8764 29.9436 37.1715 29.4705C38.0509 28.0572 38.6529 26.4569 38.7651 24.7982H38.7592Z' fill='%23875674'/%3E%3Cpath d='M28.7919 32.0396C27.3341 31.0525 26.0888 29.791 24.9143 28.4885C24.8021 28.3601 24.6782 28.2316 24.5188 28.1732C24.3595 28.1148 24.1411 28.1732 24.0821 28.325C24.0584 28.3951 24.0584 28.471 24.0703 28.5411C24.1765 29.3004 24.7195 29.9136 25.1858 30.5269C26.3249 32.022 27.1098 33.7625 28.2785 35.2401C29.4471 36.7119 31.1823 37.9501 33.071 37.8216C33.372 37.8041 33.6907 37.734 33.8973 37.5179C34.0271 37.3836 34.098 37.1967 34.1511 37.0156C34.4757 35.9059 34.3872 34.2765 33.1477 33.8151C31.6073 33.2427 30.1908 32.9799 28.7919 32.0279V32.0396Z' fill='%23875674'/%3E%3Cpath d='M30.2635 23.9387C29.272 23.2671 28.4221 22.4144 27.6253 21.5208C27.5486 21.4332 27.4659 21.3456 27.3538 21.3047C27.2416 21.2638 27.1 21.3047 27.0587 21.4098C27.041 21.4565 27.0469 21.5091 27.0528 21.5558C27.1236 22.0698 27.4954 22.4903 27.8082 22.905C28.5814 23.9212 29.1185 25.1068 29.9153 26.1114C30.7121 27.1159 31.8866 27.957 33.1733 27.8694C33.3739 27.8577 33.5923 27.811 33.734 27.665C33.8225 27.5715 33.8697 27.4489 33.9051 27.3262C34.1235 26.5728 34.0645 25.4631 33.2264 25.1535C32.1817 24.7681 31.2138 24.5812 30.2635 23.9387Z' fill='%23875674'/%3E%3Cpath d='M31.3259 58.9935C30.7475 59.0111 30.2871 58.5088 30.3638 57.9423C30.5291 56.7508 30.8124 55.571 31.0485 54.3912C32.524 46.9154 32.1463 29.1955 32.89 21.6145C32.9195 21.2933 32.9608 20.9546 33.1615 20.6976C33.3149 20.499 33.5451 20.3705 33.7694 20.2537C34.1235 20.0668 34.1117 19.8799 34.4658 19.6872C34.5721 19.6288 34.696 19.5704 34.814 19.5996C34.997 19.6463 35.0678 19.8682 35.0973 20.0551C35.599 22.9987 35.7997 36.023 36.0122 39.0016C36.2778 42.6811 36.9447 46.3197 37.3343 49.9934C37.6176 52.6508 37.7533 55.3491 37.4818 58.0123C37.4346 58.4796 37.045 58.8358 36.5729 58.8475L31.32 58.9994L31.3259 58.9935Z' fill='%23875674'/%3E%3Cpath d='M34.7315 8.08261C35.1328 8.47976 35.487 8.947 35.6463 9.48432C35.9355 10.448 35.5873 11.4818 35.1151 12.3695C34.643 13.2573 34.0291 14.0866 33.734 15.0444C33.3445 16.3177 33.5511 17.7077 33.2087 18.9926C32.9845 19.8336 32.53 20.5929 32.0814 21.3405C31.2492 22.7247 30.3993 24.1322 29.1835 25.1952C27.9618 26.2582 26.2915 26.9415 24.7038 26.6027C24.4854 26.556 24.2729 26.4918 24.0959 26.3574C23.8716 26.1939 23.7358 25.9369 23.6178 25.6858C22.5259 23.373 22.52 20.7097 22.7856 18.1691C23.1456 14.6882 24.0428 11.0671 26.256 8.26366C28.2923 5.68217 32.4415 5.80482 34.7433 8.07677L34.7315 8.08261Z' fill='%23F8DA31'/%3E%3Cpath d='M44.0506 13.6014C44.5345 14.273 45.4021 14.7052 46.0809 15.2601C47.7984 16.6676 48.2175 18.8052 47.9401 20.7034C47.6627 22.5957 46.8009 24.3712 46.3465 26.2343C46.0573 27.4374 45.9215 28.7107 45.1661 29.7503C44.4106 30.7899 42.7816 31.5199 41.3592 30.9943C40.4089 30.6439 39.8246 29.8496 39.3171 29.102C38.3727 27.7061 37.4697 26.2869 36.5726 24.8735C35.9115 23.8339 35.2505 22.7884 34.5836 21.7488C33.775 20.4756 32.9605 19.1849 32.6122 17.8007C32.3467 16.7435 32.3644 15.6572 32.0693 14.6001C31.8273 13.7474 31.3905 12.9297 31.119 12.0828C30.8534 11.236 30.7767 10.3073 31.243 9.55976C32.3585 7.78425 37.0093 6.42927 39.0338 8.05876C39.441 8.38582 39.7715 8.77129 40.2201 9.06916C40.8398 9.47799 41.5481 9.57144 42.2032 9.89266C43.8204 10.687 43.1829 12.4157 44.0388 13.6014H44.0506Z' fill='%23F4D057'/%3E%3C/svg%3E%0A");}
@media (max-width:540px) {
  .s010403 .theme_tour.course_check .top_wrap .title .stit::after,
  .s010403 .theme_tour.course_check .top_wrap .title .stit::before {display: none;}
}
/* sub010403 가을 End */

/* sub010404 겨울 */
.s010404 .theme_tour.course_check .top_wrap .title .stit::after {width: 40px; height: 32px; top: -11px; right: -62px; background-image: url("data:image/svg+xml,%3Csvg width='40' height='32' viewBox='0 0 40 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.5905 1L26.75 22.7685' stroke='%235599FF' stroke-width='1.58115' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.3902 5.87451L16.7539 17.1394' stroke='%235599FF' stroke-width='1.58115' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.3438 3.95508L36.9925 19.8083' stroke='%235599FF' stroke-width='1.58115' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.082 1.11182L27.3489 7.31779L32.191 1.70387' stroke='%235599FF' stroke-width='1.58115' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.4867 3.78564L32.3828 9.02953L37.9967 11.1229' stroke='%235599FF' stroke-width='1.58115' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.9969 15.8759L31.8711 15.3525L32.8385 22.6739' stroke='%235599FF' stroke-width='1.58115' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.7239 22.4198L26.8861 18.2754L22.5938 22.4568' stroke='%235599FF' stroke-width='1.58115' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.291 20.4322L22.3464 14.2104L16.1562 13.2959' stroke='%235599FF' stroke-width='1.58115' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.4375 9.18884L23.1245 8.61793L22.0303 3.28418' stroke='%235599FF' stroke-width='1.58115' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.77344 17.0474L6.94259 30.9976' stroke='%235599FF' stroke-width='1.58115' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 25.4635L12.7142 22.5825' stroke='%235599FF' stroke-width='1.58115' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.21484 20.1396L11.4974 27.905' stroke='%235599FF' stroke-width='1.58115' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.17578 28.4126L10.5289 19.627' stroke='%235599FF' stroke-width='1.58115' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.s010404 .theme_tour.course_check .top_wrap .title .stit::before {width: 61px; height: 65px; top: 8px; left: -81px; background-image: url("data:image/svg+xml,%3Csvg width='61' height='65' viewBox='0 0 61 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_877_7867)'%3E%3Cpath d='M19.6438 38.2539C19.6438 38.2539 15.8134 56.2282 20.2257 57.1465C24.6381 58.06 26.8419 50.6608 27.6051 38.6892L19.6438 38.2587V38.2539Z' fill='%23485D83'/%3E%3Cpath d='M24.5126 13.4688C24.5126 13.4688 20.229 15.1189 17.1094 38.2492C17.1094 38.2492 30.5467 42.1138 37.4204 38.7562V23.1973L36.2518 14.3967L30.0936 12.187L24.5173 13.4736L24.5126 13.4688Z' fill='%23D14546'/%3E%3Cpath d='M34.7539 12.8999C34.7539 12.8999 38.4126 12.9095 40.0439 16.4154C41.6753 19.9212 46.0113 31.0559 46.0113 31.0559L41.828 33.2656L37.4156 23.1975L34.7539 12.8999Z' fill='%23D14546'/%3E%3Cpath d='M38.5852 6.83506C38.6043 8.1695 38.2704 9.49915 38.4087 10.824C38.4517 11.2401 38.4803 11.7806 38.0987 11.9528C38.0033 11.9958 37.8936 12.0054 37.7934 12.0341C37.345 12.168 37.1208 12.6511 36.7964 12.9955C36.3433 13.4785 35.6564 13.6842 34.9934 13.7273C34.3685 13.7655 33.7102 13.6699 33.1998 13.3064C32.6465 12.9142 32.3316 12.2589 32.1456 11.6036C31.6972 10.0253 31.8642 8.27951 32.6035 6.81593C34.0966 3.86486 38.5137 2.03779 38.5805 6.83506H38.5852Z' fill='%23DF9488'/%3E%3Cpath d='M39.1313 4.67737C39.179 4.98348 39.1695 5.29916 39.2124 5.60526C39.2887 6.19356 39.5463 6.7436 39.8516 7.25059C39.9566 7.42756 40.0758 7.62366 40.0376 7.82454C39.9852 8.1163 39.6608 8.25501 39.3794 8.35066C38.9214 8.50372 38.454 8.65199 37.9722 8.65199C37.4904 8.65199 36.9848 8.46067 36.7177 8.05891C36.4744 7.69062 36.4648 7.22189 36.4648 6.78186C36.4648 6.06921 36.4648 5.35655 36.4648 4.64389C36.4648 4.45736 36.4648 4.27083 36.5078 4.09386C36.6413 3.48643 37.4141 2.91247 38.0485 3.06074C38.6925 3.20902 39.0407 4.10342 39.1266 4.68216L39.1313 4.67737Z' fill='%233D1512'/%3E%3Cpath d='M42.5914 65.0006C52.7577 65.0006 60.9992 56.737 60.9992 46.5433C60.9992 36.3496 52.7577 28.0859 42.5914 28.0859C32.425 28.0859 24.1836 36.3496 24.1836 46.5433C24.1836 56.737 32.425 65.0006 42.5914 65.0006Z' fill='%23E3E5EB'/%3E%3Cpath d='M15.8008 11.8329C14.6417 12.1295 13.5398 12.6126 12.3759 12.8804C11.2549 13.1387 10.0958 13.2009 8.94143 13.2056C7.26236 13.2152 5.58328 13.1243 3.91375 12.9282C3.32226 12.8565 2.73076 12.7752 2.13927 12.8421C1.54778 12.9091 0.951518 13.1387 0.574681 13.5978C0.283705 13.947 0.145372 14.3966 0.0690504 14.8462C-0.164684 16.1998 0.140602 17.6442 0.903817 18.7873C1.09939 19.0839 1.3379 19.3661 1.64318 19.543C1.94847 19.72 2.311 19.7774 2.65921 19.8013C3.72771 19.873 4.79145 19.653 5.81702 19.3469C7.08586 18.9643 8.31655 18.4429 9.47091 17.7877C10.2532 17.3477 11.0069 16.8454 11.8369 16.5011C15.4526 15.0136 19.6408 16.812 23.4664 15.9941C23.724 15.9367 23.9911 15.8697 24.2057 15.7119C24.7638 15.3149 24.8545 14.4588 24.7209 13.8322C24.5921 13.2104 24.0674 12.9617 23.5379 12.6939C22.0067 11.9238 20.299 11.5125 18.5866 11.4981C17.6469 11.4886 16.7071 11.5986 15.7961 11.8282L15.8008 11.8329Z' fill='%2379A9B4'/%3E%3Cpath d='M34.4831 43.6582C34.6548 44.1413 34.879 44.6243 35.2511 44.9735C35.6232 45.3226 36.1765 45.5187 36.663 45.3561C36.7823 45.3131 36.9015 45.2509 36.9874 45.1552C37.1114 45.0213 37.1639 44.8348 37.1925 44.6578C37.2879 44.0552 37.1544 43.4238 36.8252 42.9121C36.6726 42.6777 36.4722 42.429 36.5247 42.1563C36.8109 42.1372 37.2688 42.3716 37.3785 42.2377C37.4883 42.0559 37.3738 41.8168 37.2068 41.6924C37.0399 41.568 36.83 41.5154 36.644 41.415C36.2671 41.2141 35.9952 40.8171 35.5755 40.731C35.3465 40.6832 33.9107 41.3289 33.8105 41.5441C33.5911 42.0081 34.3161 43.1751 34.4879 43.6582H34.4831Z' fill='%2379A9B4'/%3E%3Cpath d='M38.5845 3.39574C38.5845 3.39574 35.3074 6.56682 33.2038 13.306L26.5877 11.2158C26.5877 11.2158 26.0391 -1.25805 33.242 0.105081C33.242 0.105081 37.2632 1.15254 38.5845 3.40052V3.39574Z' fill='%23D14546'/%3E%3Cpath d='M8.50544 46.5095C7.82331 46.1986 7.13165 45.8303 6.38274 45.859C6.1347 45.8686 5.88188 45.926 5.69585 46.0886C5.23315 46.4951 5.43826 47.2508 5.257 47.8391C5.15683 48.1644 4.94217 48.4418 4.76091 48.7335C4.17419 49.6758 4.012 50.9624 4.63689 51.8807C4.7466 52.0433 4.8897 52.1964 5.0662 52.2777C5.4478 52.4547 5.9105 52.2777 6.20148 51.9716C6.49246 51.6703 6.64987 51.2685 6.82636 50.8859C6.86452 50.7998 6.92176 50.7089 7.0124 50.6993C7.05533 50.6993 7.09826 50.7089 7.13642 50.728C8.0332 51.082 8.92998 51.4407 9.82675 51.7946C10.2322 51.1154 10.6377 50.4315 10.9096 49.6901C11.1147 49.121 11.544 47.8678 10.9286 47.423C10.6615 47.2317 10.2084 47.1791 9.90307 47.0691C9.43084 46.9017 8.96337 46.7151 8.50544 46.5047V46.5095Z' fill='%23242F42'/%3E%3Cpath d='M23.7969 20.9438C25.8337 28.5344 28.0089 36.3927 33.0556 42.4049C34.0621 41.6205 35.1879 40.9843 36.3804 40.5347C34.8349 33.9438 30.2556 28.0369 30.3939 21.2643' fill='%23D14546'/%3E%3Cpath d='M19.0784 56.3096L8.35521 51.1966C8.35521 51.1966 8.04992 47.7625 11.3222 47.3081L20.2232 50.2066L19.0784 56.3144V56.3096Z' fill='%23485D83'/%3E%3Cpath d='M32.7823 9.81941C32.9778 8.93457 33.0065 7.99711 33.4119 7.1888C34.0416 5.93089 35.4535 5.21823 36.1118 3.97467C36.4219 3.38637 36.565 2.68328 37.0563 2.24325C37.5524 1.79843 37.2995 1.71234 37.9626 1.6693C38.182 1.65495 38.7974 1.82235 39.0025 2.35804C39.0883 2.57805 39.3125 3.03243 39.2601 3.26201C39.0072 4.4147 38.6638 4.63949 37.9483 5.57217C37.7479 5.83523 37.5476 6.09351 37.3473 6.35657C36.0879 8.00189 34.7809 9.75723 34.5281 11.8139C34.4757 12.2491 34.4661 12.7035 34.2753 13.0957C33.8603 13.9519 32.2432 14.368 31.5754 13.5501C30.8981 12.7226 32.5581 10.8334 32.7823 9.81941Z' fill='white'/%3E%3Cpath d='M36.6586 13.3824C36.6586 13.3824 37.584 16.9887 35.3134 18.7728C33.0428 20.5568 23.4168 15.9652 23.4168 15.9652C23.4168 15.9652 22.706 11.2014 25.4011 11.0579C28.0962 10.9192 36.6586 13.3824 36.6586 13.3824Z' fill='%2379A9B4'/%3E%3Cpath d='M32.7575 30.9699C31.9084 29.4346 31.3073 27.7797 30.8303 26.1009C30.3676 24.4125 30.029 22.6955 29.8906 20.9497C30.401 22.6237 30.8208 24.3073 31.293 25.9718C31.751 27.6458 32.2614 29.2959 32.7622 30.9699H32.7575Z' fill='%239D3435'/%3E%3Cpath d='M28.3728 34.8149C27.6478 33.4518 27.0324 32.0312 26.4791 30.5916C25.9258 29.1519 25.4488 27.6788 25.0099 26.2009C24.5806 24.7181 24.1751 23.2307 23.8174 21.7336C23.431 20.2605 23.0828 18.6486 23.493 17.1372C23.3785 17.9025 23.4453 18.6725 23.5837 19.4187C23.7077 20.1744 23.9462 20.8918 24.1656 21.6332L25.4631 26.0622C25.8924 27.5401 26.3503 29.0037 26.8226 30.4672C27.0611 31.199 27.3091 31.926 27.5715 32.6482C27.8147 33.38 28.1009 34.0927 28.3681 34.8149H28.3728Z' fill='%239D3435'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_877_7867'%3E%3Crect width='61' height='65' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
@media (max-width:540px) {
  .s010404 .theme_tour.course_check .top_wrap .title .stit::after,
  .s010404 .theme_tour.course_check .top_wrap .title .stit::before {display: none;}
}
/* sub010404 겨울 End */

/* sub010502 1박2일코스 */
.s010502 .theme_tour.course_check .top_wrap .course_box .course_wrap .check-num {margin: 0 0 45px;}
@media (max-width:1240px) {
  .s010502 .theme_tour.course_check .top_wrap .course_box .course_wrap .course_list {padding-top: 20px;}
  .s010502 .theme_tour.course_check .top_wrap .course_box .course_wrap {align-items: center;}
}
@media (max-width: 767px) {
  .s010502 .theme_tour.course_check .top_wrap .course_box .course_wrap .check-num{margin: 0 auto;}
}
/* sub010502 1박2일코스 End */

/* sub010506 체험형코스 */
.s010506 .course_trip_imgbox {background-image: url(/tour/images/main/sub01/sub010506_img01.jpg);}
/* sub010506 체험형코스 End */

/* sub010507 산림욕코스 */
.s010507 .course_trip_imgbox {background-image: url(/tour/images/main/sub01/sub010507_img01.jpg);}
/* sub010507 산림욕코스 End */

/* sub0108 보은 STORY */
@keyframes slideUp {
	from {opacity: 0; transform: translateY(110%);}
	to {opacity: 1; transform: translateY(0);}
}
.sub01_08 #svisual_layout,
.sub01_08 #navi-dropdown,
.sub01_08 #location {display: none;}
.sub01_08 #body_layout {padding-bottom: 0;}
.sub01_08 #top_layout {position: absolute;}
.sub01_08 .content-info {margin-top: 0;}
.sub01_08 #body_layout .body_wrap .contents_wrap {max-width: unset !important;}
.sub01_08 .layout {padding: 0;}
.s0108 .tripstroy-wrap {background-repeat: no-repeat;background-position: 50%;background-size: cover;transition: all 0.5s; background-size: cover;}
.s0108 .tripstroy-wrap.t-bg1 {background-image: url(/tour/images/main/main/story-img1.jpg);}
.s0108 .tripstroy-wrap.t-bg2 {background-image: url(/tour/images/main/main/story-img2.jpg);}
.s0108 .tripstroy-wrap.t-bg3 {background-image: url(/tour/images/main/main/story-img3.jpg);}
.s0108 .tripstroy-wrap.t-bg4 {background-image: url(/tour/images/main/main/story-img4.jpg);}
.s0108 .tripstroy-wrap.t-bg5 {background-image: url(/tour/images/main/main/story-img5.jpg);}
.s0108 .tripstroy-wrap .inner-layout {position: relative; max-width: 1320px; margin: 0 auto;}
.s0108 .tripstroy {height: calc(100vh - 256px); min-height: 980px;}
.s0108 .tripstroy .img-area {width: 100%;height: 100%;display: block;position: relative;}
.s0108 .tripstroy .img-area .stroy-tab {position: absolute;left: 0;bottom: 120px;z-index: 2;width: 100%;}
.s0108 .tripstroy .img-area .stroy-tab .tab-wrap {border-radius: 20px;background: rgba(0, 0, 0, 0.40);width: 100%;display: block;}
.s0108 .tripstroy .img-area .stroy-tab .tab-wrap:after {content:'';display:block;clear:both;}
.s0108 .tripstroy .img-area .stroy-tab .tab-wrap li {float: left;width: 20%;}
.s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link {color: #fff;border-right: 1px solid rgba(255,255,255,0.2);display: block;width: 100%;height: 100%;padding: 30px 30px 48px 40px;position: relative;}
.s0108 .tripstroy .img-area .stroy-tab .tab-wrap li:last-child .tab-link {border:none;}
.s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link:before {content: '';display: block;background-color: #009B9B;width: 300px;height: 270px;position: absolute;left: 50%;top: 50%;margin-left: -150px;margin-top: -135px;transform: scale(0);transition: all 0.3s;}
.s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link:hover:before,
.s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link:focus:before {transform: scale(1);}
.s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link:after {content:'';display:block;clear:both;}
.s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link .cat {float: right;width: 100%;text-align: right;line-height: 1;margin-bottom: 65px;position: relative;}
.s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link .cat .tit {font-family: "Gmarket Sans"; font-size: 16px;display: inline-block;line-height: 1;letter-spacing: -0.64px;border: 1px solid #fff;border-radius: 20px;padding: 9px 19px 5px;}
.s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link .sub-title {display: block;font-family: "Gmarket Sans"; font-size: 18px;line-height: 25px;font-weight: 400;letter-spacing: -0.72px;position: relative;}
.s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link .stroy-title {font-family: "Gmarket Sans"; font-size: 26px;line-height: 29px;letter-spacing: -0.26px;display: block;margin-top: 11px;position: relative;}
.s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link .stroy-title br {display:none;}

.s0108 .tit-wrap {position: absolute; top: 35%; transform: translateX(-50%); left: 50%;z-index: 10;}
.s0108 .tit-wrap .s-tit {position: relative; color: #FFF;font-family: "Gmarket Sans";font-size: 27px;letter-spacing: -0.02em;}
.s0108 .tit-wrap .s-tit::before {position: absolute; content: ''; width: 268px; height: 67px;right: -279px;top: -40px; background-position: center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg width='268' height='67' viewBox='0 0 268 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M266.662 65.0679C263.012 65.0679 259.514 63.6158 256.949 61.0346C252.692 56.7518 247.618 51.7087 247.08 51.2071C246.351 50.5277 245.849 51.4789 245.348 50.9805C244.847 50.4821 243.981 46.496 242.204 45.7714C240.427 45.0469 238.194 48.3531 236.782 48.308C235.369 48.2629 232.623 41.5846 231.541 42.6913C227.646 46.6775 224.809 38.422 224.501 38.6372C222.337 40.1547 220.811 40.1096 221.038 40.6075C221.266 41.1059 224.229 40.7102 224.387 41.5815C225.617 48.3531 229.719 48.1265 228.032 48.1721C226.346 48.2173 222.564 43.9594 220.195 41.7853C217.825 39.6112 217.734 37.0746 215.273 34.2663C212.813 31.4579 210.17 22.7611 208.438 21.4023C206.707 20.0435 206.16 22.4893 204.155 21.8551C202.15 21.2208 201.238 17.0536 199.598 15.6948C197.958 14.336 198.14 16.6911 196.682 15.2421C195.223 13.7925 193.674 7.90405 192.945 10.9842C192.216 14.0643 189.847 12.162 187.113 16.2384C184.379 20.3147 188.389 26.0222 190.576 26.5657C192.763 27.1092 193.492 33.632 197.684 35.5364C201.877 37.4408 206.615 43.7784 207.071 48.0358C207.527 52.2937 213.542 59.1784 210.443 57.1853C207.345 55.1923 194.586 48.9413 196.318 46.1329C198.049 43.3246 192.216 34.9903 191.305 32.2722C190.394 29.5546 187.113 29.7356 185.655 27.38C184.197 25.0244 185.837 21.0387 183.832 21.854C181.827 22.6693 176.815 32.6347 176.359 38.8851C175.903 45.1361 162.415 51.9078 165.24 49.2255C169.551 45.132 173.078 34.6277 174.627 30.6416C176.177 26.6554 185.928 19.1364 182.829 18.2304C179.731 17.3244 178.729 12.0702 175.903 8.89929C173.078 5.72842 173.078 -1.06608 170.526 2.46731C167.974 6.00018 161.504 10.2581 160.501 10.7114C159.499 11.1641 158.951 16.5998 158.04 16.6906C157.129 16.7814 157.767 14.4258 155.853 14.7883C153.94 15.1508 150.997 26.0653 148.38 24.4819C146.284 23.2139 148.289 19.5897 146.102 20.8583C143.915 22.1263 142.183 33.813 140.269 35.8061C138.356 37.7991 124.412 49.3951 113.111 59.7224C101.811 70.0498 84.7685 63.7988 96.4338 63.8896C108.099 63.9803 118.306 48.3983 123.41 46.5867C128.513 44.7746 134.528 38.0709 134.984 36.8029C135.439 35.5348 135.826 32.1959 134.984 29.8274C134.187 27.5853 146.284 30.0084 135.713 23.4861C134.258 22.5884 134.71 21.2213 134.163 20.7685C133.616 20.3158 132.431 21.3121 131.793 20.4968C131.155 19.6815 128.085 15.9235 126.052 18.8662C111.653 39.7025 101.354 45.41 109.009 42.6016C115.739 40.1329 123.682 24.3019 123.591 25.9325C123.499 27.563 124.776 31.821 123.591 32.1835C122.406 32.546 122.953 38.8872 121.13 38.2529C119.308 37.6187 110.012 47.2215 103.359 51.3887C96.7066 55.5558 65.7207 59.8137 75.9278 57.6396C86.1349 55.4656 88.5046 47.946 90.0536 45.6817C91.6031 43.4169 91.2384 46.0442 98.0736 45.0474C104.909 44.0512 115.164 31.5139 111.61 33.4842C108.056 35.4544 110.217 35.3253 102.015 34.3062C93.8126 33.2871 93.7219 24.5052 92.2866 25.6607C91.6584 26.1664 89.7766 24.7396 89.5527 25.208C88.6413 27.1103 86.3504 26.4698 87.0463 27.6538C92.8787 37.5735 104.401 43.5885 97.4131 40.0878C88.7779 35.762 85.2693 25.3895 84.3579 28.1615C83.8309 29.7646 81.6433 31.877 82.1249 31.7763C86.4537 30.8703 84.1184 30.6862 86.4537 35.5379C88.3261 39.4276 93.4218 43.0637 92.6961 42.9646C83.4459 41.6966 79.0717 24.1666 75.9732 30.8252C75.5902 31.6482 73.1272 34.1905 73.8315 34.5396C77.146 36.1826 86.4083 47.5394 82.945 45.7279C75.6356 41.9035 69.5481 31.1877 67.1789 28.8326C64.8093 26.477 66.6322 30.2822 58.0654 40.9721C55.8287 43.7633 53.1439 41.5156 52.6759 43.6466C52.5899 44.0387 51.2647 49.184 49.1856 47.6395C46.6735 45.7735 44.5772 53.5643 34.0993 61.4059C30.7649 63.9015 26.6115 65.0695 22.4376 65.0695L1.66211 65.0695' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");}
.s0108 .tit-wrap .m-tit {display: block; width: 520px; color: #FFF;font-family: "Gmarket Sans";font-size: 85px;font-weight: bold;line-height: 1.2; letter-spacing: -0.02em;overflow: hidden;}
.s0108 .tit-wrap .m-tit .char {display: inline-block; font-family: "Gmarket Sans";font-weight: bold; line-height: 1.2; letter-spacing: -0.02em;animation: slideUp 1.25s cubic-bezier(.5,.2,0,1);animation-fill-mode: both; opacity: 0;}
.s0108 .tit-wrap .m-tit .char:nth-child(2) {animation-delay: 0.1s;}
.s0108 .tit-wrap .m-tit .char:nth-child(3) {animation-delay: 0.2s;}
.s0108 .tit-wrap .m-tit .char:nth-child(4) {animation-delay: 0.3s;}
.s0108 .tit-wrap .m-tit .char:nth-child(5) {animation-delay: 0.4s;}
.s0108 .tit-wrap .m-tit .char:nth-child(6) {animation-delay: 0.5s;}
.s0108 .tit-wrap .m-tit .char:nth-child(7) {animation-delay: 0.6s;}
@media (max-width: 1420px) {
  .s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link {padding: 0px 10px 29px 35px;height: 220px;display: flex;flex-direction: column;justify-content: flex-end;}
  .s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link .sub-title {font-size: 16px;line-height: 22px;}
  .s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link .stroy-title {font-size: 24px;line-height: 27px;margin-top: 10px;}
  .s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link .cat {position: absolute;float: none;right: 30px;top: 30px;margin: 0;}
}
@media (max-width:1380px) {
  .s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link:before {width: 100%;height: 100%;margin: 0;left: 0;top: 0;}
  .s0108 .tripstroy-wrap .inner-layout {padding: 0 30px;}
  .s0108 .tit-wrap .s-tit {font-size: 24px;}
  .s0108 .tit-wrap .s-tit::before {background-size: 80%;right: -260px;}
  .s0108 .tit-wrap .m-tit {font-size: 72px; width: 442px;}
}
@media (max-width: 940px) {
  .s0108 .tripstroy {height: 1100px;min-height: unset;}
  .s0108 .tripstroy .img-area .stroy-tab .tab-wrap li {float:none;width:100%;}
  .s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link {height: auto;flex-direction: unset;justify-content: flex-start;align-items: center;border: none;border-bottom: 1px solid rgba(255,255,255,0.25);padding: 36px 130px 36px 35px;}
  .s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link .stroy-title br {display:none;}
  .s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link .stroy-title {margin: 0;}
  .s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link .cat {width: auto;right: 35px;top: 50%;transform: translateY(-50%);display: inline-block;height: auto;}
  .s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link .sub-title {margin-right:10px;}
  .s0108 .tripstroy .img-area .stroy-tab {bottom:100px;}
  .s0108 .tit-wrap {top: 27%;}
  .s0108 .tit-wrap .s-tit {font-size: 22px;}
  .s0108 .tit-wrap .s-tit::before {background-size: 60%;right: -225px; top: -35px;}
  .s0108 .tit-wrap .m-tit {font-size: 58px; width: 355px;}
}
@media (max-width:767px) {
  .s0108 .tripstroy-wrap .inner-layout {padding: 0 15px;}
}
@media (max-width:540px) {
  .s0108 .tripstroy {height: 900px;position:relative;}
  .s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link {flex-direction: column;align-items: flex-start;padding: 25px 130px 25px 35px;}
  .s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link .stroy-title {font-size: 22px;line-height: 25px;margin-top: 2px;}
  .s0108 .tripstroy .img-area .stroy-tab .tab-wrap li .tab-link .sub-title {margin:0;}
  .s0108 .tripstroy .img-area .stroy-tab {bottom: 60px;}
  .s0108 .tit-wrap {top: 22%;}
  .s0108 .tit-wrap .s-tit {font-size: 19px;}
  .s0108 .tit-wrap .s-tit::before {background-size: 45%;right: -203px;top: -32px;}
  .s0108 .tit-wrap .m-tit {font-size: 46px; width: 283px;}
}
/* sub0108 보은 STORY End */

/* sub030202 두메마을 */
.s030202 .h2-ex + .h3 {margin:0 0 5px;}
.s030202 .vlist__column .item .ui-summary p + p {margin: 0;}
.s030202 .vlist__column.col3.type01 {margin: 20px -10px 0;}
.s030202 .process_wrap .prc > li {min-height: 172px;}
.s030202 .imglist-textbox .text-wrap .main-tit.c2 {margin: 50px 0 15px;}
@media (max-width:1330px) {
  .s030202 .process_wrap .prc > li {padding: 30px 15px;} 
} 
@media (max-width:1240px) {
  .s030202 .process_wrap .prc > li {min-height: 200px;padding: 30px 8px;} 
  .s030202 .process_wrap .prc > li .item .prc__title {min-height: 58px;}
  .s030202 .process_wrap .prc > li .item .prc__title span {display: block;}
}
@media (max-width:767px) {
  .s030202 .vlist__column.col3 .item {width: calc(50% - 20px);}
  .s030202 .imglist-textbox .text-wrap .main-tit.c2 {margin: 30px 0 15px;}
  .s030202 .process_wrap .prc > li {padding: 30px;min-height: auto;}
  .s030202 .process_wrap .prc > li .item .prc__title {min-height: auto;}
  .s030202 .process_wrap .prc > li .item .prc__title span {display: inline-block;}
}
@media (max-width:540px) {
  .s030202 .vlist__column.col3 .item {width: calc(100% - 20px);}
}
/* sub030202 두메마을 End */

/* sub030205 잘산대 대박마을 */
.s030205 .info-imgbox .txtbox .h-box .tit {margin: 0;}
.s030205 .process_wrap .prc > li {min-height: 172px;}
.s030205 .process_wrap .prc > li:nth-child(13) {float: right;}
.s030205 .process_wrap .prc > li:nth-child(12):before {right: calc(50% - 7.5px);top: auto;bottom: -43px;transform: rotate(90deg);}
@media (max-width:1310px) {
  .s030205 .process_wrap .prc.col4 > li {padding: 30px 15px;}
  .s030205 .process_wrap .prc.col3 > li {min-height: 200px; padding: 30px 15px;}
  .s030205 .process_wrap .prc.col3 > li .item .prc__title {min-height: 58px;}
  .s030205 .process_wrap .prc.col3 > li .item .prc__title span {display: block;}
}
@media (max-width:1024px) {
  .s030205 .process_wrap .prc > li:nth-child(13) {float: left;}
}
@media (max-width:1010px) and (min-width:768px) {
  .s030205 .process_wrap .prc.col3 > li {width: calc(50% - 45px);}
  .s030205 .process_wrap .prc.col3 > li:nth-child(3) {float: right;margin: 60px 22.5px 0;}
  .s030205 .process_wrap .prc.col3 > li:nth-child(5) {float: left;}
  .s030205 .process_wrap .prc.col3 > li:nth-child(2n):before {right: calc(50% - 7.5px);left: unset; top: auto;bottom: -43px;transform: rotate(90deg);}
  .s030205 .process_wrap .prc.col3 > li:nth-child(3):before {left: -30px; right: auto; top: calc(50% - 7.5px); transform: rotateY(-180deg);}
  .s030205 .process_wrap .prc.col3 > li:nth-child(5):before {right: -30px; left: auto; transform: rotate(0deg);} 
  .s030205 .process_wrap .prc.col3 > li .item .prc__title {min-height: 58px;}
  .s030205 .process_wrap .prc.col3 > li .item .prc__title span {display: block;}
}
@media (max-width:840px) {
  .s030205 .process_wrap .prc > li {padding: 30px 15px;}
}
@media (max-width:767px) {
  .s030205 .process_wrap .prc > li, .s030205 .process_wrap .prc.col3 > li, .s030205 .process_wrap .prc.col4 > li {min-height: auto;padding: 30px;}
  .s030205 .process_wrap .prc.col3 > li .item .prc__title {min-height: auto;}
  .s030205 .process_wrap .prc.col3 > li .item .prc__title span {display: inline-block;}
}
/* sub030205 잘산대 대박마을 End */

/* sub04030102 삶의 발자취 */
.s04030102 .ui-white-block{padding: 45px 0;}
.s04030102 .ui-white-block .title {position: relative; padding-bottom:85px; text-align: center;}
.s04030102 .ui-white-block .title:before {content: ""; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); width: 1px; height: 70px; background: #000; opacity: 0.1;}
.s04030102 .ui-white-block .item {display: inline-flex; gap: 50px; margin-bottom:70px;}
.s04030102 .ui-white-block .item:nth-child(even) {flex-direction: row-reverse;}
.s04030102 .ui-white-block .item .text {position: relative; padding:57px 0 0 0;}
.s04030102 .ui-white-block .item.cont1 .img {width: 524px;}
.s04030102 .ui-white-block .item.cont1 .text {width: calc(100% - 574px);}
.s04030102 .ui-white-block .item.cont2 .img {width: 338px;}
.s04030102 .ui-white-block .item.cont2 .text {width: calc(100% - 388px);}
.s04030102 .ui-white-block .item.cont3 .img {width: 308px;}
.s04030102 .ui-white-block .item.cont3 .text {width: calc(100% - 358px);}
.s04030102 .ui-white-block .item.cont4 .img {width: 431px;}
.s04030102 .ui-white-block .item.cont4 .text {width: calc(100% - 481px);}
.s04030102 .ui-white-block .item .text .sub_title  {display:inline-block; position: relative; margin-bottom:32px;z-index: 0;}
.s04030102 .ui-white-block .item .text .sub_title.rt:before {right: auto; left:-100px;}
.s04030102 .ui-white-block .item .text .sub_title .p_txt,
.s04030102 .ui-white-block .item .text .sub_title em {font-size: 20px; line-height: 1.2; color: #009393; font-family: "Gmarket Sans";font-weight: bold;}
.s04030102 .ui-white-block .item .text .sub_title .b_tit{position: relative;display: inline; margin-bottom: 26px;font-weight: bold; line-height: 1.2; font-size:40px; color:#222;font-family: "Gmarket Sans";}
.s04030102 .ui-white-block .item .text .sub_title .b_tit span {font-family: "Gmarket Sans"; display: inline-block; line-height: 1.2;}
.s04030102 .ui-white-block .item .text .sub_title .b_tit::before {counter-increment: section; position: absolute; top: -70px;right: -80px; font-size: 120px; color: #f0f0f0; font-family: "Gmarket Sans";font-weight: bold;letter-spacing: -3px;z-index:-1;} 
.s04030102 .ui-white-block .item.cont1 .text .sub_title .b_tit::before {content: "01";}
.s04030102 .ui-white-block .item.cont2 .text .sub_title .b_tit::before {content: "02";}
.s04030102 .ui-white-block .item.cont3 .text .sub_title .b_tit::before {content: "03";}
.s04030102 .ui-white-block .item.cont4 .text .sub_title .b_tit::before {content: "04";}
.s04030102 .ui-white-block .item .text  p {color:#555; font-size:16px;}
.s04030102 .ui-white-block .item .text .under_point {position: relative; display:inline-block;color: #005050 !important;} 
.s04030102 .ui-white-block .item .text .under_point:before {content: ""; position: absolute; left:auto; bottom:0px; width:100%; height:16px; background:#eef7f7; z-index:-1;}

@media(max-width:1000px){
    .s04030102 .ui-white-block .title {padding-bottom:125px;}
    .s04030102 .ui-white-block .title:before {left: 50%;  bottom: 33px; height:50px;}
    .s04030102 .ui-white-block .item,.s04030102 .ui-white-block .item:nth-child(even) {margin-bottom:60px;flex-direction: column; width: 100%;}
    .s04030102 .ui-white-block .item.cont1 .img, 
    .s04030102 .ui-white-block .item.cont1 .text, 
    .s04030102 .ui-white-block .item.cont2 .img, 
    .s04030102 .ui-white-block .item.cont2 .text, 
    .s04030102 .ui-white-block .item.cont3 .img, 
    .s04030102 .ui-white-block .item.cont3 .text, 
    .s04030102 .ui-white-block .item.cont4 .img, 
    .s04030102 .ui-white-block .item.cont4 .text {width: 100%; text-align: center;}
    .s04030102 .ui-white-block .left,
    .s04030102 .ui-white-block .right {float:none; width:100%; margin-left:0; text-align: center;}
    .s04030102 .ui-white-block .text {width:100%; margin-left:0;text-align: center;}
    .s04030102 .ui-white-block .item .text .sub_title {margin-bottom: 20px;}
    .s04030102 .ui-white-block .item .text .sub_title .b_tit{display: inline-block; margin-bottom: 10px; font-size: 35px; line-height: 1.2;}
    .s04030102 .ui-white-block .item .text .sub_title .b_tit span {display: inline;}
    .s04030102 .ui-white-block .item.cont1 .text .sub_title .b_tit::before,
    .s04030102 .ui-white-block .item.cont2 .text .sub_title .b_tit::before,
    .s04030102 .ui-white-block .item.cont3 .text .sub_title .b_tit::before,
    .s04030102 .ui-white-block .item.cont4 .text .sub_title .b_tit::before {top: -80px; left: 50%; transform: translateX(-50%);font-size: 60px;}
}
@media(max-width:500px){
    .s04030102 .ui-white-block .item .text {padding: 20px 0 0;}
    .s04030102 .ui-white-block .item .text .sub_title .p_txt,
    .s04030102 .ui-white-block .item .text .sub_title em {font-size: 18px;}
    .s04030102 .ui-white-block .item .text .sub_title .b_tit {font-size:24px; margin-bottom: 5px;}
    .s04030102 .ui-white-block .item.cont1 .text .sub_title .b_tit::before,
    .s04030102 .ui-white-block .item.cont2 .text .sub_title .b_tit::before,
    .s04030102 .ui-white-block .item.cont3 .text .sub_title .b_tit::before,
    .s04030102 .ui-white-block .item.cont4 .text .sub_title .b_tit::before {top: -60px;font-size: 40px;}
}
/* sub04030102 삶의 발자취 End*/

/* sub04030103 영상으로 보는 오장환 */
.sub04_03_01_03 #body_layout {padding-bottom: 150px;}
.sub04_03_01_03 .content-info {margin-top: 0;}
.video-wrap {position: relative;margin-top: 60px;}
.video-wrap::before {content: '';position: absolute;left: 50%;transform: translateX(-50%);top: 25%;width: 100vw;height: 150%;min-height:100vh;background:#EAF4E5;z-index: -1;}
.video-wrap .inner {padding: 0 5.9%;}
.video-wrap .inner .video {overflow: hidden; position: relative;width: 100%;min-height: 500px;padding-bottom: 56.2%;background: #000;border-radius: 30px;border: 12px solid #fff;box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);}
.video-wrap .inner .video video {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 30px;}
.video-wrap .inner .subtitles {margin-top: 48px;}
.video-wrap .inner .subtitles::after {content: '';position: absolute;left: 0;bottom: -38px;width: 100%;height: 85px;background: linear-gradient(0deg, #EAF4E5 49.41%, rgba(234, 244, 229, 0.00) 110.59%);}
.video-wrap .inner .subtitles.off::after {display: none;}
.video-wrap .inner .subtitles .tit {display: block;margin-bottom: 25px;font-family: 'Gmarket Sans';font-size: 26px;color: #00893C;letter-spacing: 0.03em; text-align: center;line-height: 1.4;}
.video-wrap .inner .subtitles .txtwrap {position: relative;width: 100%;height: 200px;padding-right: 20px;overflow-y: scroll;}
.video-wrap .inner .subtitles .txtwrap::-webkit-scrollbar {width: 4px;}
.video-wrap .inner .subtitles .txtwrap::-webkit-scrollbar-track {background: rgba(0, 0, 0, .08);border-radius: 20px;}
.video-wrap .inner .subtitles .txtwrap::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, .2);border-radius: 20px;}
.video-wrap .inner .subtitles .txtwrap pre {width: 100%;white-space: pre-line;word-wrap: break-word;word-break: keep-all;font-size: 16px;letter-spacing: 0.03em;line-height: 23px;}
@media(max-width:1240px){
  .video-wrap .inner {padding: 0;}
}
@media(max-width:767px){
  .video-wrap::before {top: 100px;}
  .video-wrap .inner .video {min-height: 300px;}
  .video-wrap .inner .subtitles .tit {margin-bottom: 15px; font-size: 22px;}
  .video-wrap .inner .subtitles .txtwrap {height: 300px;}
}
@media(max-width:500px){
  .video-wrap .inner .subtitles .tit {font-size: 20px;}
  .video-wrap .inner .subtitles .txtwrap pre {font-size: 15px;}
}
/* sub04030103 영상으로 보는 오장환 End */

/* sub04030201 오장환의 향기 템플릿 - 해설이 있는 시 */
.sub04_03_02_01 #body_layout,
.sub04_03_02_02 #body_layout,
.sub04_03_02_03 #body_layout {padding-bottom: 0;}
.sub04_03_02_01 .content-info,
.sub04_03_02_02 .content-info,
.sub04_03_02_03 .content-info {margin-top: 0;}

.layer-popup {display:none;position:fixed;left:0;top:0;z-index:3000;width:100%;height:100%;}
.layer-popup.on {display:block;}
.layer-popup::before {content:"";display:block;position:absolute;left:0;top:0;z-index:0;width:100%;height:100%;background-color:rgba(0,0,0,0.4);}
.layer-popup .item {overflow: hidden;position:absolute;display:none;left:50%;top:50%;z-index:10;max-width:600px;width:100%;;height:auto;transform:translate(-50%,-50%);background-color:#fff;border-radius: 30px;}
.layer-popup .item.on {display:block;}
.layer-popup .item .head {display: flex;align-items: center;justify-content: center;overflow:hidden;position:relative;width:100%;height:70px;background:#2684EE;text-align: center;}
.layer-popup .item .head strong {display: inline-flex;align-items: center;gap:7px;font-family: 'Gmarket Sans';font-size: 24px;color: #fff;letter-spacing: -0.02em;}
.layer-popup .item .head strong i {display: inline-block;width: 24px;height: 23px;background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4911 5.80093H7.03633C6.56557 5.80078 6.10617 5.94552 5.72051 6.21548C5.33485 6.48544 5.04162 6.86755 4.88062 7.30992L0.569196 19.1686C0.41669 19.5872 0.521036 20.0561 0.835219 20.3715L1.17119 20.7074L8.53501 13.3436C8.53386 13.3138 8.52583 13.284 8.52583 13.2542C8.52583 12.914 8.62671 12.5815 8.8157 12.2986C9.0047 12.0158 9.27332 11.7953 9.58761 11.6651C9.90189 11.5349 10.2477 11.5009 10.5814 11.5672C10.915 11.6336 11.2215 11.7974 11.462 12.038C11.7026 12.2785 11.8664 12.585 11.9327 12.9186C11.9991 13.2523 11.9651 13.5981 11.8349 13.9124C11.7047 14.2267 11.4842 14.4953 11.2014 14.6843C10.9185 14.8733 10.586 14.9742 10.2458 14.9742C10.216 14.9742 10.1862 14.9661 10.1564 14.965L2.79256 22.3288L3.12853 22.6648C3.2827 22.8193 3.4779 22.9265 3.69105 22.9737C3.90421 23.0208 4.1264 23.0059 4.33137 22.9308L16.1901 18.6182C16.6324 18.4572 17.0146 18.164 17.2845 17.7783C17.5545 17.3927 17.6992 16.9333 17.6991 16.4625V12.0078L19.9912 9.71675L13.7832 3.50876L11.4911 5.80093ZM21.0691 8.16533L15.3358 2.43205L17.7667 0L23.5 5.73327L21.0691 8.16533Z' fill='white'/%3E%3C/svg%3E%0A");}
.layer-popup .item .mid {padding: 35px 6% 40px 8.5%;background: #fff;}
.layer-popup .item .mid .box {overflow-y: auto;max-height: 655px;padding-right: 15px;}
.layer-popup .item .mid .box::-webkit-scrollbar {width: 5px;}
.layer-popup .item .mid .box::-webkit-scrollbar-thumb {border-radius: 20px;background: rgba(0, 0, 0, 0.2);}
.layer-popup .item .mid .box::-webkit-scrollbar-track {border-radius: 20px;background: rgba(0, 0, 0, 0.05);}
.layer-popup .item .mid .box p {margin-top: 0; font-size: 16px;line-height: 25px;}
.layer-popup .item .mid .box p + p {margin-top: 15px;}
.layer-popup .item .foot {position:absolute;right:30px;top:18px;z-index:100;width:35px;height:35px;}
.layer-popup .item .foot a {overflow:hidden;display:block;position:relative;width:100%;height:100%;border-radius: 8px; font-size: 0;border: 1px solid rgba(255,255,255,.4);background-repeat: no-repeat;background-position: center center;  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.28125L6.95312 6.32812L12 11.375L11.0469 12.3281L6 7.28125L0.953125 12.3281L0 11.375L5.04688 6.32812L0 1.28125L0.953125 0.328125L6 5.375L11.0469 0.328125L12 1.28125Z' fill='white'/%3E%3C/svg%3E%0A");}
.layer-popup .item .foot a:hover,
.layer-popup .item .foot a:focus {transition: transform 0.3s ease;transform: rotate(180deg);}

.ohjanghwan_wrap {display: flex;position: relative;}
.ohjanghwan_wrap > div {width: 50%;}
.ohjanghwan_wrap .ohjanghwan_tab {position: relative;min-height: 860px; padding: 100px 5.3% 0 0;}
.ohjanghwan_wrap .ohjanghwan_tab::before {content: '';position: absolute;right: 0;top: 0;width: 50vw;height: 100%;background: #213A8F;z-index: -1;box-shadow: 10px 0px 20px rgba(0, 0, 0, .2);}
.ohjanghwan_wrap .ohjanghwan_tab::after {content: '';position: absolute;right: calc(50vW - 630px);bottom: 24px;width: 589px;height: 289px;z-index: -1;background-repeat: no-repeat;background-size: contain;background-image: url("data:image/svg+xml,%3Csvg width='589' height='289' viewBox='0 0 589 289' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.15' clip-path='url(%23clip0_54_2314)'%3E%3Cpath d='M0.771973 231.06C9.81128 231.185 35.1862 231.284 38.8467 231.284C39.0708 230.313 39.4692 229.366 39.8676 228.469C41.312 225.229 43.4286 221.242 46.4168 219.173C48.4587 217.753 51.2975 217.205 53.5885 216.357C56.7261 215.211 59.8637 213.965 62.8021 212.395C68.5544 209.28 73.5846 203.972 80.6317 204.645C84.3172 204.994 87.9777 206.215 91.5387 207.137L102.944 210.028C102.471 208.458 101.997 206.913 101.549 205.343C96.9174 189.693 92.3355 173.993 88.177 158.218C86.4836 151.789 84.7405 145.31 83.595 138.731C83.5701 138.581 83.5951 138.432 83.62 138.307C81.3539 137.136 79.063 136.039 76.8218 134.868C71.5925 132.102 65.8899 128.439 64.7693 122.184C63.574 115.58 67.1101 109.549 70.9948 104.54C79.7104 93.3261 90.0944 83.8314 101.4 75.2838C111.684 67.5087 125.928 66.0384 138.354 65.1911C138.429 65.1911 138.503 65.1911 138.578 65.1911C139.798 65.2659 141.093 65.6646 142.214 66.3125C142.811 65.4652 143.807 64.6179 144.355 63.8953C147.692 59.4594 150.581 54.5252 152.822 49.4166L151.353 50.1393C150.954 50.3386 150.506 50.239 150.257 49.8402C147.667 45.853 146.497 40.844 146.746 36.0594C146.322 36.2587 145.775 36.0594 145.625 35.5609C144.654 31.8478 144.455 28.035 144.928 24.2472C145.326 20.9826 145.974 17.3692 147.642 14.5033C148.315 13.3321 149.186 12.2605 150.282 11.4631C151.452 10.5909 153.22 10.3915 154.241 9.36978C155.387 8.22345 156.109 6.75315 157.379 5.68158C158.45 4.75953 159.645 3.98701 160.915 3.364C166.817 0.398492 174.436 -0.149753 180.961 0.14929C184.223 0.298811 187.485 0.847057 190.473 2.16783C193.685 3.6132 196.176 6.35443 199.587 7.35124C200.284 7.5506 200.359 8.44773 199.786 8.82153L198.591 9.61898C201.978 10.9647 204.443 13.3072 206.56 16.3973C206.883 16.8708 206.51 17.3941 206.087 17.5935C205.265 17.9174 204.642 18.2912 204.045 18.8395C204.393 19.0887 204.817 19.288 205.115 19.4874C205.539 19.7864 205.663 20.3596 205.29 20.7583C203.696 22.4031 201.679 23.5245 199.463 24.0727C199.811 27.6114 200.907 30.9756 200.932 34.5891C200.932 36.2836 200.807 38.0281 200.135 39.598C199.861 40.2709 199.488 40.8939 198.99 41.4421C198.068 42.5137 197.769 43.0869 197.869 44.6319C197.944 45.9527 197.919 47.3731 198.218 48.6441C198.442 49.591 198.94 50.4134 199.214 51.3355C199.587 52.6064 199.388 53.8524 198.467 54.8492C197.52 55.8959 196.25 56.2697 194.881 56.0454C194.756 56.0454 194.582 55.9955 194.383 55.9706C194.482 56.1451 194.507 56.3444 194.457 56.5687C193.163 60.855 191.718 65.0914 189.054 68.7298C188.207 69.901 187.186 71.2716 185.642 71.4461C184.273 71.5956 182.729 71.0972 181.434 70.7483C177.375 69.6518 173.241 68.1317 169.531 66.1132C165.82 64.1195 162.334 59.7336 161.761 55.4971C161.512 53.678 162.782 51.4351 161.761 49.7655C161.214 48.8933 159.993 48.6441 159.271 47.8965C158.474 47.0741 157.752 46.1022 157.08 45.1802C154.59 41.7661 153.693 35.0875 157.727 32.3213C161.537 29.7047 165.571 33.4676 167.14 36.9316C167.514 37.7539 167.763 38.6012 168.087 39.4485C168.161 39.6479 168.261 39.8721 168.385 40.0715C168.51 39.5731 168.609 39.1245 168.634 38.975C168.734 38.352 168.759 37.5047 169.058 36.9316C169.606 35.9347 171.025 35.3367 171.872 34.5392C172.992 33.4676 173.988 32.2964 175.134 31.2248C177.748 28.7826 180.911 27.1379 184.024 25.4184C185.866 24.3967 187.684 23.3002 189.751 22.7769C192.64 22.0293 195.653 22.3034 198.566 22.6772C200.384 22.3034 202.028 21.5558 203.422 20.3596C202.999 20.0855 202.6 19.7864 202.227 19.313C202.003 19.0139 202.152 18.5903 202.351 18.3411C203.024 17.5187 203.771 16.9954 204.642 16.5468C202.55 13.7059 200.06 11.6874 196.549 10.6905C195.852 10.4912 195.802 9.59406 196.35 9.22026L197.595 8.37297C195.628 7.47584 193.934 6.10523 192.092 4.93398C189.253 3.13972 186.066 2.24259 182.754 1.91863C176.528 1.32054 169.232 1.76911 163.38 4.06177C160.292 5.25794 157.653 7.20172 155.81 9.94294C155.262 10.7653 154.963 11.2886 153.992 11.6375C152.473 12.1858 151.153 12.5845 150.033 13.9053C147.792 16.497 147.094 20.4094 146.621 23.6989C146.148 27.0631 146.173 30.4274 146.87 33.7418C147.02 33.6421 147.169 33.5424 147.343 33.4427C147.817 33.1686 148.638 33.4926 148.564 34.1405C147.916 38.975 148.788 44.1833 151.278 48.3949L154.017 47.0492C154.565 46.7751 155.486 47.2485 155.212 47.9712C152.921 53.7029 149.834 59.2103 146.173 64.1943C145.401 65.241 144.455 66.2128 143.708 67.2844V67.3343C146.447 69.926 150.033 71.4461 153.395 73.041C160.616 76.48 168.261 80.3177 176.229 81.788C176.13 79.7694 176.279 77.5017 177.25 75.8071C177.823 74.7854 178.72 74.0876 179.915 74.0378C182.505 73.8883 185.443 74.7356 187.809 75.6576C197.246 79.296 207.033 85.6755 211.241 95.2449C215.948 105.936 215.699 117.872 218.263 129.112C219.284 133.547 220.803 137.809 222.497 142.02C222.97 143.191 223.094 144.213 223.916 144.961C224.713 145.683 225.759 146.257 226.655 146.88L240.949 156.873C241.422 156.424 241.92 155.976 242.393 155.527C245.357 152.711 244.485 149.895 244.012 146.257C243.364 141.148 245.207 136.363 248.843 132.775C252.852 128.788 258.031 126.221 260.771 121.062C263.734 115.48 264.655 109.051 267.843 103.543C268.889 101.001 270.557 98.4596 272.4 96.4411C274.491 94.1235 277.38 92.6532 280.318 91.7312C284.427 90.4353 288.685 89.8372 292.371 92.4538C303.726 89.6877 311.52 102.97 313.363 112.415C313.637 113.835 313.761 115.306 313.612 116.751C313.463 118.246 312.94 119.791 313.089 121.311C313.438 124.775 317.273 127.492 319.29 130.108C320.784 132.052 322.054 134.245 322.353 136.712C322.751 139.802 320.56 142.867 321.481 145.833C323.747 149.945 327.383 152.611 330.446 156.05C333.434 159.415 335.849 163.252 337.543 167.414C338.887 170.703 339.311 174.242 337.269 177.357C335.725 179.7 333.384 180.746 330.794 180.771C332.263 183.562 333.683 186.378 335.077 189.169C336.322 191.512 337.617 193.954 338.663 196.471C339.834 198.016 340.531 199.96 341.178 201.829L343.395 208.358C344.142 210.526 345.138 212.769 345.362 215.086C345.511 216.631 345.187 218.102 344.415 219.223C350.641 222.936 352.484 232.854 346.383 237.739C345.038 238.81 343.494 239.583 341.851 240.206C349.645 239.957 357.439 239.658 365.233 239.433C368.57 239.334 371.957 239.134 375.269 239.309C375.667 239.035 376.115 238.81 376.564 238.611C379.427 237.39 382.739 237.091 385.852 236.617C382.266 234.549 378.83 232.406 375.443 229.914C371.957 227.322 367.624 224.656 365.457 220.768C362.793 216.008 362.843 209.978 364.337 204.844C365.134 202.178 366.329 199.387 368.396 197.443C370.861 195.125 374.048 195.05 377.236 195.001C384.856 194.926 392.476 195.424 400.071 195.773C403.657 195.923 407.242 196.047 410.828 196.072C414.09 185.88 415.684 175.488 416.605 164.997C416.282 165.769 415.933 166.517 415.535 167.264C413.368 171.426 410.38 175.089 406.993 178.304C404.653 180.522 402.536 183.139 399.349 184.135C396.211 185.132 392.351 184.086 390.857 180.995C389.438 178.055 389.836 174.417 390.26 171.301C390.733 167.788 390.857 164.224 391.629 160.76C392.6 156.499 394.717 152.836 396.809 149.048C400.494 142.369 403.632 135.367 406.944 128.489L379.801 96.0922C379.402 95.6187 379.602 94.6219 380.374 94.7216L390.533 95.7682C391.554 95.8679 391.579 97.4877 390.533 97.3881L382.266 96.5408L407.716 126.919C407.94 126.445 408.189 125.947 408.438 125.473C410.106 122.258 411.326 118.745 411.376 115.106C411.376 113.212 409.882 109.474 411.102 107.705C411.899 106.509 413.393 106.933 414.389 107.605C416.406 108.976 417.004 110.621 417.303 112.913C417.502 114.359 417.527 115.829 418.224 117.15C418.847 118.321 419.768 119.418 420.59 120.439C423.105 123.48 427.861 121.611 430.65 120.14C432.667 119.094 435.307 116.427 437.822 116.851C439.166 117.075 439.49 118.221 439.266 119.318C440.436 118.57 441.906 117.872 443.126 118.62C444.645 119.542 444.197 120.963 443.076 122.383C443.599 122.333 444.047 122.458 444.371 122.757L451.468 119.692L426.89 90.4602L405.026 101.475C403.408 102.297 402.81 101.824 401.092 101.151L392.152 97.5625C391.355 97.2385 391.405 95.9925 392.376 95.9676C395.862 95.9178 400.345 95.9676 403.557 97.8117C409.982 92.7778 418.523 88.4168 426.915 88.6161C427.064 88.5663 427.263 88.5912 427.438 88.6909C427.512 88.7158 427.562 88.7407 427.612 88.7906C432.069 91.8308 437.847 91.6315 442.553 94.1235C442.802 94.2481 443.026 94.3976 443.25 94.5471C442.877 93.974 442.478 93.4257 441.98 93.0021C440.71 91.9056 438.868 91.8308 437.398 91.1331C435.83 90.3605 434.037 89.3139 433.016 87.8436C431.621 85.8001 432.194 83.5573 433.19 81.464C435.581 76.4301 433.514 70.7732 432.219 65.6895C430.899 60.531 429.828 55.2978 429.48 49.9648C428.907 41.1182 430.575 30.7015 436.925 24.0229C438.17 22.7021 439.59 21.8797 441.383 21.5807C444.197 21.1321 446.413 20.4593 449.003 19.2133C453.136 17.2197 457.145 16.7212 461.678 17.4439C465.961 18.1168 470.443 19.4126 473.805 22.3034C477.266 25.2938 479.034 29.7296 480.902 33.7916C483.043 38.4268 485.11 43.1118 486.455 48.046C487.775 52.8556 487.75 58.3131 490.339 62.6991C492.83 66.9355 496.59 70.1004 498.756 74.611C500.624 78.4736 501.844 82.8596 501.869 87.1458C501.869 90.1612 501.097 93.8245 498.358 95.5689C497.885 95.8679 497.387 96.0922 496.889 96.2417C498.084 96.7401 499.379 97.2136 500.325 98.036C500.798 98.4596 501.147 98.9829 501.396 99.581C503.886 99.1823 507.148 100.055 509.19 100.653C512.079 101.525 514.419 103.12 516.187 105.587C520.147 111.119 519.972 117.225 518.952 123.654C517.806 130.806 514.544 136.887 511.581 143.416C509.788 147.353 508.742 151.465 507.372 155.527C506.102 159.315 504.459 162.903 502.516 166.392C500.773 169.532 499.005 172.921 496.714 175.712C495.295 177.457 493.477 178.802 491.336 178.977C490.862 179.849 490.041 180.522 488.845 180.896C487.526 181.319 486.505 181.195 485.957 182.815C485.782 183.338 485.758 183.911 485.708 184.459C485.658 184.908 485.434 187.674 486.206 187.475C491.46 186.054 496.689 184.609 501.969 183.263C506.501 182.092 511.058 181.469 515.54 183.188C519.4 184.659 523.309 187.3 526.173 190.266C529.111 193.306 530.033 197.393 529.037 201.48C528.016 205.666 525.177 209.105 522.114 211.996C518.678 215.211 514.917 218.077 510.958 220.619C502.242 226.226 492.406 229.715 482.819 233.527C480.702 234.375 478.536 235.371 476.32 236.244C478.038 236.119 479.731 235.994 481.425 235.895C489.916 235.371 498.408 234.549 506.725 232.705C509.912 231.982 513.224 230.985 516.536 231.434C519.923 231.883 522.338 234.051 524.554 236.493C526.895 239.035 528.987 241.901 530.581 244.966C531.452 246.61 532.125 248.529 531.851 250.324C548.037 250.324 585.539 250.797 588.104 250.847C589.149 250.847 589.149 252.492 588.104 252.467C569.178 252.093 550.228 251.943 531.278 251.968C531.178 252.143 531.054 252.342 530.929 252.517C526.696 258.198 518.653 253.164 513.299 252.99C509.464 252.865 505.704 253.738 501.894 253.937C497.71 254.161 493.527 253.613 489.393 253.14C485.235 252.641 481.101 252.317 476.893 252.541C472.734 252.766 468.6 253.314 464.467 253.738C456.149 254.585 447.832 254.386 439.54 253.389C431.596 252.417 423.727 250.822 415.958 248.953C414.514 248.604 413.069 248.255 411.65 247.881C408.338 251.171 404.055 253.713 400.096 256.08C396.136 258.423 392.326 260.865 387.869 258.173C384.532 256.155 381.644 253.115 378.68 250.573C376.588 248.754 373.277 246.66 372.928 243.62C372.803 242.548 373.077 241.651 373.6 240.879C367.001 240.679 360.303 241.203 353.754 241.427C347.503 241.651 341.203 241.676 334.928 241.901C332.886 242.249 330.869 242.524 329.026 242.897L309.08 246.785C309.08 246.785 309.005 246.785 308.955 246.785C308.931 246.785 308.906 246.785 308.856 246.785C307.71 246.885 306.565 247.009 305.419 247.233C304.498 247.408 304 247.682 303.577 248.155C304.946 249.327 306.341 250.448 307.81 251.495C312.417 252.99 318.617 254.261 322.004 257.949C325.714 261.986 324.121 268.765 319.813 271.655C314.633 275.119 308.881 272.503 304.797 268.665C302.456 266.447 299.916 264.08 297.874 261.587C297.451 261.064 297.077 260.516 296.803 259.943C296.579 260.117 296.38 260.267 296.156 260.416C294.463 261.513 292.645 260.94 290.827 260.466C288.237 259.793 285.697 258.971 283.207 258.024C278.501 256.255 273.944 254.062 269.536 251.644C269.486 251.619 269.436 251.594 269.387 251.545C266.822 253.887 263.311 254.734 260.073 255.806C258.33 256.379 256.463 257.301 254.62 256.678C253.101 256.155 251.682 255.083 250.486 254.062C248.345 252.193 245.456 248.928 246.577 245.838C247.374 243.595 249.914 242.274 252.279 241.402C248.843 241.178 245.357 241.427 241.945 241.552C234.3 241.826 226.655 242.274 219.01 242.299C212.038 244.717 203.696 245.04 197.396 244.966C187.062 244.841 176.703 243.745 166.468 242.548C156.532 241.377 146.621 239.907 136.785 238.113C132.676 244.816 132.278 253.115 130.983 260.715C129.589 268.914 128.543 277.586 125.48 285.361C122.94 291.866 114.697 288.476 110.464 285.561C107.625 283.592 105.135 281.15 102.769 278.658C100.578 276.365 98.5111 273.923 99.1586 270.534C99.5819 268.391 100.802 266.447 101.823 264.553L112.78 244.343C113.228 242.872 113.726 241.402 114.1 239.907C112.73 239.732 111.336 239.558 109.966 239.359C108.721 239.184 108.173 239.159 107.899 237.888C107.526 236.194 108.547 234.4 110.09 233.677C111.908 232.83 115.594 233.154 116.291 235.371C116.59 236.293 116.341 237.465 116.092 238.511C117.586 238.661 119.08 238.785 120.574 238.91C123.189 239.085 126.102 239.508 128.667 238.86C131.506 238.138 134.32 234.998 131.755 232.281C129.887 230.338 126.924 230.462 124.434 230.587C119.603 230.861 114.747 231.21 109.916 231.509C99.4574 232.182 88.9489 232.506 78.4653 232.68C76.2241 233.054 74.0079 233.477 71.7667 233.926C63.9725 235.521 56.1783 238.262 48.135 238.412C45.3709 238.462 41.8349 238.287 39.7681 236.144C38.8218 235.172 38.498 234.1 38.498 232.954C29.0603 232.954 3.8349 232.78 0.647461 232.73C-0.398438 232.73 -0.398438 231.11 0.647461 231.11L0.771973 231.06ZM186.29 25.9168C184.123 27.113 181.932 28.2344 179.865 29.5552C177.225 31.2248 175.283 33.4427 173.042 35.5859C172.395 36.2089 171.548 36.7073 170.9 37.3303C170.402 37.8536 170.377 38.3022 170.253 39.0996C170.104 40.0217 170.178 42.09 169.406 42.7629C167.539 44.3827 166.144 38.3769 165.746 37.5546C164.949 35.86 162.907 33.0689 160.84 32.9194C157.08 32.6453 156.208 37.9533 156.781 40.6945C157.229 42.8626 158.898 45.4044 160.616 46.8249C161.986 47.9712 163.33 48.2453 163.704 50.214C164.003 51.8089 163.305 53.3042 163.405 54.8741C163.579 57.7649 165.895 60.8051 167.813 62.7988C170.178 65.241 174.038 66.4371 177.126 67.5585C179.018 68.2563 180.961 68.9042 182.928 69.3777C184.646 69.7764 185.767 70.1004 187.062 68.655C190 65.3655 191.469 60.8799 192.739 56.6933C191.743 56.3444 190.324 56.2447 190.125 55.0735C189.95 53.977 190.946 53.653 191.818 53.6032C192.689 53.5534 193.511 53.9022 194.333 54.1514C196.225 54.6997 198.242 53.8524 197.57 51.4351C197.296 50.4882 196.773 49.6907 196.599 48.6939C196.4 47.6223 196.375 46.5258 196.3 45.4294C196.201 43.9092 195.852 42.4639 196.898 41.2178C198.516 39.299 199.263 37.7788 199.313 35.1871C199.388 31.3993 198.242 27.8606 197.869 24.1226C193.685 23.6491 190.05 23.8484 186.265 25.9417L186.29 25.9168ZM439.216 123.878C439.963 123.28 440.735 122.657 441.408 121.959C441.706 121.66 442.653 120.389 442.155 119.916C441.856 119.642 440.262 120.589 439.988 120.788C438.444 121.81 436.801 122.632 435.282 123.654C434.734 124.028 434.136 124.352 433.564 124.651C432.667 125.249 431.796 125.847 430.899 126.52C428.01 128.638 423.603 129.087 420.191 129.984C419.494 130.158 418.946 129.411 419.27 128.788C420.166 127.168 423.08 127.292 424.674 126.968C426.043 126.694 427.463 126.445 428.683 125.722C429.654 125.149 430.526 124.476 431.522 123.953C432.368 123.38 433.29 122.881 434.161 122.308C434.734 121.934 435.282 121.511 435.855 121.112C436.353 120.763 436.826 120.389 437.249 119.966C437.498 118.645 437.224 118.196 436.353 118.645C434.933 118.894 433.115 120.639 431.845 121.311C430.476 122.034 429.081 122.757 427.612 123.23C425.446 123.928 421.86 123.754 419.992 122.258C419.071 121.511 418.324 120.041 417.602 119.069C416.879 118.072 416.307 117.025 416.083 115.804C415.834 114.583 415.809 113.312 415.609 112.066C415.435 111.069 414.514 108.901 413.294 108.727C412.796 108.328 412.497 108.552 412.397 109.4C412.397 109.724 412.447 110.048 412.497 110.396C412.621 111.169 412.796 111.917 412.895 112.664C413.094 114.184 413.069 115.729 412.895 117.249C412.497 120.414 411.376 123.43 409.907 126.246C406.645 132.526 403.806 139.005 400.644 145.31C399.149 148.3 397.406 151.166 395.887 154.131C393.87 158.094 392.849 162.181 392.501 166.616C392.127 171.526 388.965 182.266 396.634 182.84C400.22 183.114 402.76 180.273 405.076 177.98C408.039 175.015 410.878 172.099 413.069 168.485C415.062 165.196 416.381 161.707 417.228 158.094C417.602 152.262 417.851 146.381 418.149 140.5C418.075 139.952 417.9 139.404 417.676 138.88C415.883 138.631 414.14 138.207 412.771 137.335C412.621 137.285 412.497 137.161 412.397 136.986C411.924 136.164 411.775 135.067 412.721 134.494C413.592 133.946 414.937 134.444 415.784 134.818C417.004 135.366 418 136.264 418.697 137.36C419.743 137.485 420.764 137.559 421.661 137.659C425.296 138.108 428.807 137.51 432.318 136.413C434.933 135.591 436.701 133.647 438.693 131.853L440.212 130.482C440.81 129.959 442.304 129.361 440.561 129.435C440.287 129.435 440.063 129.51 439.864 129.585C438.868 130.507 437.996 131.554 437.075 132.551C435.332 134.42 433.414 134.469 431.123 135.441C429.056 136.313 427.164 137.285 424.898 137.46C424.3 137.51 423.877 136.737 424.201 136.239C424.773 135.366 425.471 135.067 426.467 134.843C428.185 134.444 429.729 133.871 431.397 133.248C433.339 132.526 434.858 132.002 436.353 130.532C437.274 129.635 438.096 128.563 439.191 127.866C439.341 127.766 439.515 127.691 439.689 127.616C440.063 127.292 440.461 126.993 440.86 126.719C441.532 126.271 442.976 125.872 442.553 124.9C442.553 124.227 442.254 124.177 441.731 124.726C441.283 124.95 440.86 125.199 440.412 125.448C439.54 125.947 438.693 126.47 437.847 127.018H437.797C435.431 128.763 432.966 130.457 430.426 131.903C428.085 133.223 425.495 133.772 422.931 134.42C422.183 134.619 421.735 133.846 422.009 133.223C422.283 132.625 422.706 132.526 423.304 132.326C424.599 131.878 425.919 131.529 427.214 131.005C430.003 129.909 432.592 128.414 435.132 126.819C435.68 126.47 437.075 125.398 438.668 124.377C438.868 124.227 439.067 124.078 439.241 123.928L439.216 123.878ZM416.157 136.912C415.883 136.687 415.585 136.513 415.286 136.338C415.087 136.239 413.792 135.715 413.742 135.99C414.464 136.413 415.286 136.687 416.182 136.887L416.157 136.912ZM403.283 99.4564C401.49 98.2852 399.149 97.8117 396.834 97.6373L400.021 98.9082C400.843 99.2321 403.034 99.6558 403.632 100.354C403.781 100.279 403.931 100.229 404.055 100.154C409.583 97.0641 415.41 94.4225 421.088 91.5816L423.429 90.3855C416.431 91.2826 409.509 95.0954 404.254 99.3069C403.98 99.5312 403.607 99.6558 403.283 99.4315V99.4564ZM441.333 95.2449C437.872 93.6002 433.937 93.2264 430.351 91.9056L453.46 119.368C453.759 119.717 453.809 120.414 453.286 120.639L447.882 122.981C453.161 134.345 458.64 145.733 465.313 156.374C469.223 162.629 473.705 167.763 479.955 171.75C482.794 173.569 486.106 175.986 489.368 177.008C489.667 177.108 489.941 177.158 490.215 177.208C490.215 177.033 490.215 176.809 490.215 176.585C490.14 175.787 489.841 175.04 489.543 174.317C488.92 172.697 488.298 171.102 487.775 169.457C486.729 166.293 485.907 163.028 485.284 159.738C484.687 156.499 484.687 153.135 484.039 149.92C483.442 146.929 479.358 145.085 477.092 143.291C474.577 141.298 472.136 139.229 469.796 137.036C464.765 132.376 460.183 127.242 456.025 121.785C455.95 121.71 455.851 121.635 455.801 121.486C455.701 121.361 455.676 121.262 455.651 121.137C454.008 117.474 453.136 113.462 451.966 109.624C451.069 106.658 449.849 104.789 448.007 102.347C446.089 99.8302 444.271 96.5906 441.333 95.1951V95.2449ZM497.536 171.75C501.495 165.271 504.807 158.816 506.999 151.54C508.841 145.434 511.68 140.027 514.22 134.22C516.76 128.389 518.254 121.86 518.155 115.48C518.105 112.415 516.934 109.4 515.241 106.883C513.125 103.743 510.062 102.247 506.401 101.6C505.081 101.375 503.363 100.977 501.894 101.201C502.093 102.746 501.919 104.44 501.869 105.736C501.495 112.465 499.653 119.094 497.262 125.349C494.498 132.551 490.912 139.428 487.326 146.257C486.903 147.054 485.907 146.556 485.832 145.858C485.284 141.597 486.704 137.559 487.949 133.547L495.843 108.428C496.664 105.836 497.187 101.624 499.827 100.104H499.852C499.678 99.7056 499.429 99.3318 499.03 99.0079C498.457 98.5095 497.436 98.2353 496.764 97.9114C495.469 97.3133 494.149 96.7401 492.855 96.142C491.56 95.7682 490.29 95.1702 489.144 94.4724C488.347 94.0986 487.55 93.7497 486.754 93.3759C481.574 90.9586 478.76 87.2704 477.266 81.7631C476.469 78.8723 475.797 76.0813 474.676 73.2902C473.855 71.2218 472.958 69.1783 472.36 67.0352C470.269 71.6205 467.181 75.6825 463.246 78.8474C461.08 80.5918 458.391 82.5854 455.577 83.034C453.012 83.4327 450.87 82.1119 449.152 80.3177C445.093 76.0563 441.034 70.6486 439.316 64.9668C438.22 61.3783 439.191 57.4908 437.448 54.1764C436.178 51.7093 435.132 49.3668 434.858 46.5757C434.211 40.2709 436.95 34.0657 441.507 29.7545C441.657 29.605 441.806 29.5552 441.98 29.5303C442.13 29.5053 442.304 29.5303 442.478 29.6299C445.317 31.175 446.288 34.1903 447.708 36.9066C449.675 40.6945 453.211 42.2645 456.672 44.4076C459.81 46.3514 461.802 48.7188 463.246 52.108C463.944 53.7527 464.566 55.4722 465.537 56.9924C466.907 59.1355 468.974 60.3566 471.066 61.7023C474.079 63.671 476.17 66.0135 477.341 69.4525C478.611 73.1905 478.785 77.1777 480.105 80.8909C481.499 84.8283 483.99 88.3669 487.202 91.0334C488.024 91.7062 489.02 92.4538 490.115 93.0769C490.539 93.2513 492.531 94.1484 493.128 94.4225C495.594 95.1452 498.009 94.8462 499.429 92.08C501.346 88.3171 500.3 83.3081 499.13 79.5202C497.71 74.91 495.195 71.1221 492.107 67.4838C489.269 64.1445 487.55 60.8301 486.704 56.5189C485.807 51.9585 484.986 47.5476 483.342 43.1616C481.649 38.6261 479.607 34.1405 477.44 29.8293C475.199 25.3686 472.211 22.1289 467.43 20.4344C462.972 18.8644 457.544 17.8427 452.962 19.313C450.995 19.936 449.202 21.0324 447.309 21.8299C445.292 22.7021 443.375 22.7021 441.308 23.2005C438.469 23.8983 436.651 26.8638 435.307 29.2561C434.037 31.4989 433.115 33.8913 432.443 36.3584C431.048 41.5916 430.899 47.0243 431.472 52.3821C432.069 58.0141 433.564 63.4467 434.908 68.9291C436.004 73.3649 436.776 77.9503 434.759 82.2365C433.414 85.0525 433.987 87.0212 436.527 88.6161C438.494 89.8621 440.91 90.1113 442.777 91.4072C445.292 93.1765 445.641 96.5657 447.782 98.5842C449.501 100.204 452.265 100.354 454.481 100.254C455.801 100.204 457.519 100.279 458.415 99.1823C459.586 97.7369 459.71 95.3197 459.81 93.5503C459.934 91.4321 459.81 89.3139 459.586 87.2206C459.436 85.9746 459.387 84.3797 458.839 83.2084C458.391 82.2615 459.785 81.4391 460.233 82.3861C461.478 85.0775 461.453 88.8155 461.453 91.7062C461.453 94.4973 461.453 99.4066 458.689 101.101C456.299 102.571 451.717 102.123 449.252 101.276H449.202C450.796 103.319 452.24 105.163 453.087 107.68C454.531 111.966 455.353 116.577 457.245 120.713C461.976 126.943 467.305 132.725 473.157 137.908C476.071 140.475 479.109 142.892 482.246 145.16C483.218 145.858 484.313 146.506 484.961 147.528C485.807 148.848 485.782 150.493 485.907 152.013C486.256 156.2 486.953 160.361 488.024 164.448C488.547 166.517 489.194 168.56 489.891 170.579C490.464 172.248 491.311 173.893 491.734 175.613C491.883 176.186 491.933 176.709 491.908 177.208C494.448 176.684 496.166 174.043 497.561 171.775L497.536 171.75ZM499.702 102.422C498.582 103.917 498.208 106.26 497.661 108.004L489.891 132.725C488.87 135.99 487.65 139.279 487.376 142.668C493.178 131.579 498.955 119.966 500.126 107.381C500.275 105.736 500.35 104.067 500.275 102.422C500.275 102.223 500.275 102.048 500.25 101.849C500.051 101.998 499.852 102.198 499.678 102.422H499.702ZM442.18 31.3245C437.697 35.8351 435.257 42.4389 436.875 48.7437C437.722 52.0332 440.063 54.5003 440.163 57.9892C440.262 61.9515 440.76 65.1662 442.702 68.7298C444.421 71.8697 446.637 74.7356 448.903 77.5017C449.874 78.6979 450.92 79.9937 452.265 80.7912C454.481 82.087 456.722 81.1899 458.739 79.9937C464.79 76.455 469.397 70.7732 471.813 64.1943C470.269 63.023 468.501 62.1259 466.982 60.9297C463.271 58.0141 462.748 53.5534 460.258 49.8153C457.619 45.8032 452.688 44.607 449.202 41.5418C446.064 38.7757 445.566 33.6421 442.155 31.3245H442.18ZM482.944 89.0896C481.848 87.7688 480.852 86.3484 480.055 84.8283C480.653 86.1989 481.425 87.4947 482.471 88.6161C482.62 88.7906 482.794 88.9401 482.944 89.0896ZM477.166 75.7324C476.967 74.7356 476.743 73.7138 476.519 72.6921C475.996 70.3496 475.274 67.9822 473.78 66.0882C474.577 69.3777 475.996 72.5177 477.166 75.7324ZM478.163 233.627C483.068 231.683 487.974 229.764 492.855 227.796C502.143 224.033 510.933 219.522 518.603 212.993C522.488 209.704 526.571 205.841 527.642 200.682C528.987 194.278 524.554 190.316 519.674 187.101C517.482 185.656 515.092 184.434 512.502 183.911C509.389 183.288 506.277 183.836 503.239 184.584C497.71 185.93 492.207 187.525 486.704 188.995C483.541 189.767 483.965 184.883 484.313 183.064C484.687 181.145 485.733 179.924 487.575 179.376C488.273 179.176 488.87 179.002 489.318 178.728C485.982 177.855 482.645 175.388 479.756 173.594C476.594 171.625 473.556 169.408 470.966 166.716C465.263 160.81 461.279 153.135 457.419 145.958C453.51 138.656 449.899 131.18 446.388 123.654L444.969 124.277C444.894 125.398 444.022 126.395 443.176 127.068C442.902 127.267 442.628 127.467 442.379 127.666C442.752 127.915 443.051 128.264 443.176 128.812C443.35 129.51 442.927 130.083 442.528 130.582C441.358 131.977 439.64 133.174 438.27 134.395C437.224 135.317 436.203 136.488 434.958 137.161C433.564 137.933 431.845 138.282 430.326 138.631C427.961 139.179 425.421 139.777 422.98 139.453C421.91 139.304 420.689 139.229 419.469 139.105C419.594 139.478 419.668 139.852 419.743 140.226C419.743 140.276 419.768 140.351 419.768 140.425C419.793 140.699 419.818 140.974 419.843 141.273V141.322C420.266 147.054 420.117 152.861 418.847 158.418C418 171.177 416.506 183.787 412.596 196.122C417.502 196.496 422.408 196.845 427.313 196.67C432.368 196.496 437.374 195.649 442.304 194.577C447.309 193.48 452.265 192.135 457.27 190.964C461.553 189.942 465.986 188.82 470.393 188.721C473.332 188.646 478.685 189.095 480.13 192.234C481.35 194.876 479.233 198.041 477.366 199.76C474.751 202.153 471.389 203.523 468.526 205.617C464.94 208.233 462.026 211.672 458.366 214.214C454.506 216.881 450.098 218.775 445.89 220.793C443.997 221.69 442.105 222.562 440.187 223.36C438.942 223.883 437.697 224.382 436.452 224.855C435.979 225.03 435.381 225.179 434.933 225.403C434.336 225.403 433.987 225.702 433.912 226.251C436.303 227.771 438.718 229.191 441.208 230.462C443.499 231.26 445.84 231.907 448.181 232.53C453.136 233.901 458.117 235.546 463.172 236.543C463.471 236.592 463.769 236.642 464.043 236.692C465.562 236.742 467.056 236.742 468.575 236.692C471.837 236.269 474.9 234.998 478.163 233.702V233.627ZM529.485 251.894C525.476 251.894 521.491 251.894 517.482 251.943C518.702 252.217 519.923 252.541 521.193 252.89C523.558 253.538 527.642 253.937 529.485 251.894ZM504.235 252.043C501.421 252.068 498.632 252.118 495.818 252.143C497.312 252.242 498.831 252.317 500.325 252.292C501.645 252.292 502.94 252.168 504.235 252.043ZM431.571 250.473C439.166 251.794 446.861 252.641 454.581 252.591C462.225 252.541 469.771 251.146 477.391 250.797C478.835 250.722 480.254 250.747 481.699 250.797C481.773 250.772 481.873 250.747 481.972 250.747C498.059 250.398 514.17 250.249 530.282 250.224C530.332 250.049 530.356 249.85 530.381 249.626C530.68 246.112 527.094 241.826 524.978 239.259C522.562 236.293 519.748 233.129 515.689 232.879C512.153 232.655 508.617 233.901 505.206 234.599C497.934 236.069 490.539 236.817 483.168 237.315C478.785 237.614 474.328 238.013 469.87 238.162C469.422 238.237 468.949 238.312 468.501 238.362C466.782 238.536 465.039 238.437 463.321 238.138C462.325 238.088 461.329 238.038 460.358 237.938C453.037 237.265 446.463 234.923 440.262 231.708C439.664 231.509 439.092 231.284 438.519 231.035C437.025 230.437 431.721 228.768 431.447 226.45C417.851 217.479 405.45 205.816 389.861 200.932C386.4 199.835 382.814 198.988 379.153 199.262C378.107 199.337 378.132 197.717 379.153 197.642C386.101 197.119 393.372 200.059 399.498 203.125C406.047 206.389 412.073 210.601 418 214.887C422.582 218.226 427.239 221.715 432.045 224.88C432.991 223.883 434.834 223.584 436.029 223.136C438.868 222.089 441.632 220.843 444.371 219.572C448.828 217.479 453.51 215.46 457.569 212.669C461.528 209.928 464.616 206.14 468.6 203.474C471.763 201.355 475.996 199.81 477.988 196.371C482.321 188.945 468.003 190.266 464.392 190.964C458.565 192.06 452.813 193.655 447.035 195.05C441.482 196.396 435.855 197.567 430.152 198.041C423.927 198.539 417.701 198.041 411.476 197.592C404.404 197.592 397.356 197.144 390.284 196.82C386.823 196.67 383.337 196.546 379.875 196.521C376.041 196.496 371.633 195.997 368.869 199.212C365.084 203.648 364.138 211.099 365.607 216.582C366.927 221.466 370.712 224.182 374.547 227.098C381.544 232.406 389.114 236.842 396.958 240.754C401.465 242.997 406.246 244.716 411.177 246.087C411.501 245.963 411.849 246.087 412.049 246.336C418.498 248.106 425.122 249.327 431.547 250.448L431.571 250.473ZM376.265 246.112C378.506 248.43 381.17 250.398 383.611 252.517C385.927 254.51 388.89 257.899 392.227 257.8C393.721 257.75 395.14 256.902 396.435 256.23C398.203 255.308 399.921 254.286 401.615 253.214C404.453 251.445 407.417 249.576 409.907 247.308C406.371 246.311 402.885 245.19 399.498 243.745C395.539 242.05 391.803 239.882 388.043 237.789C387.969 237.839 387.869 237.888 387.744 237.888C384.159 238.511 369.84 239.583 376.24 246.137L376.265 246.112ZM84.0931 206.888C80.5819 206.04 77.3447 205.891 74.0079 207.411C71.5426 208.532 69.3513 210.202 67.1101 211.672C62.2792 214.862 56.9254 216.856 51.5217 218.824C49.5295 219.547 47.637 220.021 46.1678 221.591C44.7484 223.086 43.6278 224.83 42.6317 226.624C41.9594 227.846 40.8637 229.59 40.4155 231.334C53.1901 231.334 65.9646 231.235 78.7392 230.985C88.5256 229.341 98.4613 228.394 108.347 227.821C106.729 222.488 105.11 217.155 103.516 211.822C97.0419 210.177 90.5924 208.458 84.0931 206.912V206.888ZM143.957 69.602C143.683 69.3777 143.409 69.1534 143.135 68.9541C143.085 69.2531 143.035 69.5522 142.961 69.8761C142.637 71.3962 142.263 72.8915 141.84 74.3867L176.304 86.5976V83.3829C168.609 82.0372 161.189 78.4238 154.166 75.1343C150.68 73.4895 147.02 71.9694 143.957 69.6269V69.602ZM336.92 174.217C337.966 170.379 335.476 166.093 333.558 162.903C331.541 159.514 329.001 156.524 326.088 153.882C323.722 151.739 321.556 149.297 320.037 146.456C320.012 146.406 319.987 146.331 319.962 146.282C319.24 144.014 320.062 142.045 320.535 139.827C321.282 136.438 319.987 133.497 317.895 130.856C316.301 128.812 314.309 127.068 312.865 124.95C311.421 122.857 311.346 120.813 311.744 118.371C312.666 112.415 310.25 106.484 307.138 101.475C304.05 96.5408 298.646 92.4289 292.57 93.9989C292.346 94.1484 292.072 94.1733 291.798 93.9491C288.337 91.3324 284.303 92.0302 280.468 93.3011C277.978 94.1235 275.562 95.3695 273.744 97.2884C272.574 98.5095 271.528 100.079 270.632 101.5C270.134 102.322 269.685 103.194 269.287 104.117C268.714 105.437 268.291 106.833 268.042 108.228C267.494 111.343 268.54 113.686 270.657 115.929C270.706 115.979 270.731 116.028 270.781 116.078C276.658 117.249 280.866 112.166 283.755 107.68C284.826 106.01 285.473 104.565 287.59 104.341C289.731 104.117 292.197 104.416 294.288 104.914C298.696 105.961 301.784 109.674 302.73 114.035C303.079 115.63 303.178 117.274 303.253 118.919C303.726 117.449 305.469 117.1 306.714 118.072C308.333 119.368 308.507 123.305 307.71 125.025C307.063 126.445 305.444 127.317 304.075 126.943C303.776 128.289 303.427 129.585 303.104 130.806C302.68 132.426 302.232 134.096 301.261 135.516C299.617 137.958 297.351 140.076 295.06 141.921C292.844 143.69 290.429 144.836 287.54 144.587C284.402 144.313 281.539 142.643 278.949 140.949C275.064 138.432 272.574 134.669 271.354 130.258C271.653 131.928 272.151 133.547 272.898 135.043C274.367 137.933 276.932 139.404 279.273 141.472C280.891 142.892 280.941 145.683 280.318 147.627C279.796 149.247 278.75 150.842 278.426 152.537C282.908 154.879 289.009 155.128 293.865 154.131C294.961 153.907 295.359 153.857 295.135 152.761C294.886 151.465 294.438 150.244 294.239 148.923C294.039 147.677 293.89 146.431 293.865 145.185C293.84 144.138 295.459 144.138 295.484 145.185C295.558 147.602 295.982 150.02 296.704 152.312C297.252 154.057 296.779 154.954 294.961 155.502C292.52 156.225 289.482 156.299 286.967 156.125C283.605 155.876 280.169 155.377 277.206 153.708C276.907 153.608 276.708 153.384 276.733 152.985C276.932 151.191 277.903 149.521 278.526 147.827C279.024 146.481 279.447 144.238 278.526 142.942C277.803 141.945 276.135 141.123 275.189 140.326C271.03 136.812 269.636 131.803 269.287 126.595C266.448 126.545 265.9 121.685 266.075 119.492C266.199 117.972 267.046 116.253 268.291 115.68C267.27 114.384 266.498 112.963 266.274 111.219C266.274 111.119 266.274 110.994 266.249 110.895C265.278 113.686 264.406 116.527 263.286 119.268C261.468 123.629 258.679 126.669 255.018 129.585C250.934 132.825 246.726 136.014 245.68 141.447C244.759 146.257 248.021 151.49 244.41 155.627C242.966 157.296 241.073 158.542 239.579 160.162C237.687 162.206 236.168 164.548 235.022 167.065C232.98 171.526 232.159 176.609 232.831 181.469C236.417 182.54 240.152 183.637 242.916 186.079C243.19 185.356 243.389 184.584 243.539 183.861C244.634 178.628 244.41 173.42 246.651 168.436C250.934 158.891 260.995 150.518 271.703 150.069C272.474 150.045 272.674 150.942 272.275 151.44C270.706 153.384 268.49 154.804 266.523 156.324L260.098 161.358C258.256 162.804 256.363 164.199 254.62 165.769C265.353 167.862 275.936 171.65 286.046 175.613C286.992 175.986 286.644 177.382 285.623 177.183L252.055 170.031L249.415 188.596L247.971 216.656L275.014 222.762C278.6 223.559 282.236 224.706 285.872 225.204C285.921 225.204 285.971 225.154 286.046 225.129H286.121C285.996 224.98 285.921 224.805 285.896 224.606C285.722 222.886 285.971 221.067 286.021 219.348C286.17 215.535 287.764 178.977 287.839 177.058C287.839 176.784 287.988 176.485 288.237 176.36C297.675 171.924 307.461 168.062 317.422 164.972C311.919 160.386 305.071 157.222 298.571 154.58C297.999 154.406 297.874 153.683 298.173 153.284C298.322 153.035 298.596 152.91 298.92 153.01C306.714 153.234 313.936 156.898 319.987 161.607C323.199 164.124 325.391 166.716 326.984 170.479C328.13 173.195 328.827 176.161 329.898 178.927C333.185 179.226 335.924 177.407 336.796 174.117L336.92 174.217ZM271.976 124.402C272.3 126.221 272.499 128.065 272.972 129.859C274.641 136.014 279.472 140.724 285.598 142.593C290.03 143.939 293.242 141.621 296.355 138.731C298.322 136.887 300.19 134.943 301.037 132.351C301.734 130.233 302.207 128.015 302.605 125.822C302.157 125.124 302.033 124.277 301.933 123.48C301.684 121.436 301.684 119.318 301.535 117.249C301.261 113.013 299.443 108.403 295.135 106.858C293.367 106.21 291.45 106.085 289.582 106.01C288.636 105.986 287.341 105.761 286.544 106.434C285.822 107.032 285.324 108.328 284.801 109.125C281.663 113.786 277.53 118.321 271.703 117.848C271.18 120.115 271.553 122.134 271.952 124.402H271.976ZM304.523 125C304.872 125.099 305.345 125.074 305.917 125L306.565 123.305C306.689 122.682 306.49 121.287 306.341 120.738C306.191 120.215 305.145 118.396 304.847 119.592C305.046 121.336 304.872 123.18 304.548 125.025L304.523 125ZM269.91 124.925C269.91 124.925 270.109 124.9 270.208 124.925C269.785 122.433 269.636 119.891 270.109 117.623C269.959 117.573 269.835 117.499 269.735 117.399C269.063 116.975 267.942 118.321 267.843 118.894C267.718 119.542 267.718 120.265 267.743 120.938C267.768 121.885 268.042 125.548 269.91 124.975V124.925ZM247.872 188.646L248.469 176.958C247.274 180.298 246.253 183.712 245.456 187.126C244.51 191.213 243.115 197.268 246.153 200.707L247.872 188.646ZM256.662 162.156L264.083 156.324C265.9 154.904 267.967 153.558 269.685 151.938C261.991 153.035 254.769 158.368 250.387 165.096C251.184 165.221 251.955 165.346 252.752 165.47C253.948 164.274 255.317 163.202 256.662 162.131V162.156ZM250.81 167.788C251.009 167.489 251.233 167.19 251.457 166.916C251.159 166.866 250.885 166.816 250.586 166.766L250.511 168.236C250.611 168.087 250.71 167.937 250.81 167.788ZM253.325 167.239C252.976 167.638 252.628 168.062 252.329 168.51L275.562 173.445C268.291 170.853 260.845 168.61 253.325 167.215V167.239ZM247.697 174.417C248.021 173.519 248.345 172.647 248.718 171.75L248.942 167.563C247.921 169.507 247.149 171.551 246.651 173.594C246.228 175.413 246.079 177.457 245.904 179.575C246.477 177.855 247.075 176.136 247.697 174.441V174.417ZM233.229 183.438C233.777 185.855 234.848 188.347 237.214 189.369C239.679 190.44 241.248 189.369 242.244 187.674C240.202 185.68 237.562 184.808 234.898 183.961C234.35 183.787 233.802 183.612 233.229 183.438ZM301.759 250.922V250.872C300.29 252.666 298.347 254.336 297.949 256.529C299.418 255.058 301.908 252.94 301.759 250.922ZM325.415 171.376C325.689 171.775 325.938 172.199 326.187 172.622C324.768 169.108 323.1 166.243 320.037 163.751C315.554 160.062 310.325 156.947 304.672 155.527C312.716 159.19 320.56 163.95 325.391 171.401L325.415 171.376ZM318.493 165.894C318.493 166.193 318.294 166.492 317.945 166.616C311.744 168.76 305.718 171.601 299.817 174.566C307.436 172.747 315.206 171.376 322.975 170.778H323.025C321.705 168.984 320.161 167.389 318.518 165.894H318.493ZM322.104 190.914C321.581 189.543 321.033 188.197 320.56 186.802C320.037 185.307 319.041 184.833 317.671 184.26C316.476 183.762 315.38 183.039 314.185 182.54C312.99 182.042 311.819 181.668 310.674 181.02C310.25 180.771 307.138 178.678 307.163 179.725C307.163 179.949 307.387 180.223 307.685 180.522C308.532 180.995 309.304 181.519 309.827 181.793C313.014 183.562 316.252 184.709 318.891 187.35C319.439 187.898 318.891 188.995 318.094 188.696C316.252 187.998 314.857 186.752 313.239 185.68C311.396 184.484 309.229 183.886 307.536 182.491C307.287 182.291 307.038 182.042 306.789 181.768C306.291 181.494 305.818 181.27 305.519 181.369C304.573 181.618 305.419 182.391 306.166 182.939C307.486 183.562 308.781 184.659 309.453 185.182C311.197 186.528 313.089 187.525 314.982 188.646C315.878 189.194 316.974 189.618 316.974 190.789C316.974 191.412 316.301 191.786 315.754 191.487C312.417 189.643 309.329 187.45 306.341 185.082C306.092 184.883 305.619 184.559 305.121 184.16C304.872 184.086 304.647 184.086 304.473 184.16C304.324 184.235 307.287 187.4 308.159 188.272C309.005 188.82 309.902 189.319 310.748 189.817C312.043 190.59 314.683 191.437 314.733 193.206C314.733 193.829 314.035 194.178 313.512 193.904C312.741 193.48 309.852 191.661 307.237 189.568C306.366 189.02 305.195 188.272 305.245 188.172C305.096 188.546 307.461 190.689 307.76 191.013C308.881 192.284 309.976 193.406 311.296 194.502C312.193 195.225 313.363 196.047 313.886 197.119C314.359 198.116 314.533 199.237 315.231 200.134C316.301 201.53 318.393 202.252 320.037 202.975C320.186 202.975 320.336 203.05 320.46 203.174C320.609 203.274 320.684 203.374 320.734 203.498C321.182 204.047 321.655 204.595 322.104 205.143V190.839V190.914ZM319.439 204.545C317.048 203.424 314.608 202.551 313.288 200.134C312.915 199.461 312.741 198.739 312.417 198.066C311.919 197.069 310.997 196.396 310.151 195.698C308.333 194.203 306.764 192.484 305.22 190.714C304.473 189.867 302.68 188.222 303.203 186.852C303.328 186.578 303.502 186.378 303.726 186.254C302.606 184.858 302.182 183.587 303.228 182.815C303.303 182.765 303.402 182.715 303.477 182.665C302.805 181.818 302.481 180.896 303.278 180.098C303.851 179.525 304.647 179.425 305.469 179.625C305.17 178.578 305.519 177.706 307.312 177.756C308.98 177.781 310.375 179.052 311.769 179.799C313.612 180.796 315.654 181.519 317.547 182.441C318.966 183.139 320.734 183.263 321.531 184.783C321.755 185.182 321.954 185.631 322.128 186.079V172.448C312.342 173.245 302.581 175.339 293.118 177.93C292.246 178.155 291.649 176.884 292.495 176.46L294.786 175.289C293.765 175.737 292.72 176.186 291.699 176.659C291.499 176.759 289.607 177.507 289.482 177.307C289.482 177.382 289.482 177.457 289.482 177.507C289.109 178.479 289.358 180.123 289.308 181.145C288.81 192.16 288.312 203.15 287.864 214.164C287.714 217.603 287.191 221.291 287.54 224.73C287.54 224.78 287.54 224.83 287.54 224.855C287.889 224.78 288.237 224.706 288.586 224.631C291.524 223.908 313.811 218.5 322.054 216.681V207.735C321.157 206.688 320.286 205.642 319.439 204.57V204.545ZM323.672 211.573V217.329C323.672 217.329 323.647 217.553 323.598 217.653C324.917 217.479 326.237 217.354 327.557 217.279C328.802 217.205 330.072 217.105 331.367 217.055C330.993 216.731 330.62 216.407 330.271 216.108C327.955 214.04 325.764 211.822 323.672 209.529V211.573ZM300.29 223.435L290.603 225.802C289.184 226.151 287.565 226.799 286.096 226.899C285.249 226.948 284.303 226.599 283.481 226.4L271.976 223.808C274.965 225.403 277.828 227.322 280.642 229.316C282.087 228.693 283.705 228.344 285.199 227.895C288.237 227.023 291.3 226.176 294.363 225.329C297.501 224.456 300.613 223.534 303.726 222.562L300.29 223.385V223.435ZM330.993 195.125C328.329 195.823 327.134 198.016 328.603 200.558C329.474 202.053 330.919 203.424 332.263 204.495C333.434 205.442 335.675 207.212 337.219 207.411C340.307 207.785 339.111 203 338.663 201.38C338.29 200.059 337.817 198.764 337.294 197.468C335.849 195.574 333.807 194.403 330.969 195.125H330.993ZM343.121 212.495C342.398 210.202 341.602 207.909 340.83 205.642C340.705 207.436 340.058 209.081 338.19 209.18C336.721 209.255 335.102 208.258 333.907 207.56C332.139 206.514 330.52 205.218 329.101 203.723C327.084 201.58 324.942 198.265 327.233 195.549C329.225 193.181 332.986 192.808 335.7 193.979C335.75 193.979 335.799 194.029 335.824 194.054C335.152 192.633 334.405 191.238 333.683 189.892C332.512 187.549 331.317 185.207 330.097 182.864C330.022 182.815 329.948 182.715 329.898 182.615C329.599 182.067 329.325 181.519 329.101 180.971C329.001 180.771 328.902 180.597 328.802 180.397C328.678 180.298 328.603 180.148 328.578 179.974C327.283 177.606 325.914 175.239 324.519 172.946C324.295 172.572 324.021 172.199 323.797 171.85V190.665C323.822 190.789 323.797 190.914 323.772 191.013V207.087C325.241 208.782 326.76 210.426 328.354 211.996C330.072 213.691 331.865 215.535 333.857 217.005C336.796 217.005 339.759 217.304 342.448 218.176C342.672 218.251 342.872 218.326 343.096 218.426C344.465 216.781 343.768 214.314 343.195 212.47L343.121 212.495ZM336.895 218.849C338.09 219.373 339.684 219.796 341.054 219.547C340.356 219.348 339.634 219.173 338.862 219.074C338.19 218.974 337.543 218.899 336.895 218.849ZM316.575 243.57C316.376 243.595 316.177 243.62 315.978 243.67C314.334 243.944 312.691 244.243 311.097 244.642L316.575 243.57ZM302.581 246.536L302.63 246.486C302.68 246.336 302.805 246.187 302.979 246.087C309.204 242.499 316.725 241.776 323.722 240.978C327.009 240.605 330.296 240.455 333.608 240.355C335.625 239.957 337.642 239.533 339.609 239.035C345.113 237.614 349.396 234.026 348.325 227.845C347.702 224.257 345.885 221.815 343.17 220.419C342.548 220.818 341.826 221.117 340.954 221.192C338.165 221.491 335.6 220.295 333.359 218.675C320.336 218.401 307.959 223.335 295.509 226.749C292.421 227.596 289.308 228.444 286.22 229.341C284.925 229.715 283.531 230.014 282.236 230.487C284.377 232.032 286.469 233.602 288.586 235.072C293.566 238.561 297.775 242.922 302.282 246.934C302.381 246.81 302.456 246.685 302.581 246.586V246.536ZM303.402 264.777C305.494 266.97 307.586 269.263 310.35 270.609C313.488 272.129 317.298 271.954 319.912 269.487C322.427 267.145 323.398 262.983 321.606 259.943C320.186 257.525 317.073 256.354 314.583 255.407C312.242 254.51 309.877 253.763 307.486 252.965C307.362 252.965 307.237 252.915 307.113 252.816C305.893 251.943 304.722 251.046 303.577 250.124C303.676 250.473 303.726 250.822 303.701 251.196C303.602 252.691 302.381 253.937 301.485 255.009C300.489 256.205 299.393 257.575 298.173 258.747C299.069 261.114 301.834 263.083 303.427 264.752L303.402 264.777ZM291.325 258.821C292.894 259.22 294.214 259.619 295.708 258.672C295.932 258.547 296.131 258.373 296.33 258.198C296.156 257.202 296.231 256.18 296.679 255.108C297.351 253.464 298.596 252.217 299.742 250.872C300.215 250.299 300.663 249.725 301.062 249.127C300.09 247.732 298.372 246.461 297.326 245.439C295.683 243.819 294.039 242.15 292.346 240.555C288.735 237.166 284.278 235.122 280.169 232.456C275.886 229.69 271.827 226.599 267.768 223.534C267.544 223.36 267.419 223.061 267.444 222.787L247 218.176C246.676 218.102 246.377 217.728 246.402 217.404L246.975 206.439L245.581 216.133C245.581 216.332 245.531 216.507 245.381 216.656C245.257 216.781 245.083 216.856 244.908 216.856C240.451 217.529 237.189 221.341 237.861 225.952C238.533 230.562 243.016 232.879 246.527 235.197C248.893 236.742 251.258 238.312 253.624 239.882C254.545 239.982 255.467 240.106 256.363 240.281C262.24 241.477 267.519 244.841 270.433 250.174V250.224C277.081 253.862 284.004 256.977 291.35 258.896L291.325 258.821ZM257.035 242.05C260.422 244.243 263.809 246.361 267.295 248.38C264.68 245.165 261.045 243.097 257.035 242.05ZM248.096 247.807C248.494 250.274 251.208 252.641 253.151 253.937C256.064 255.881 258.754 254.485 261.742 253.488C263.933 252.766 266.149 252.068 267.942 250.623C263.336 248.031 258.803 245.24 254.346 242.349C251.781 243.122 247.598 244.667 248.096 247.807ZM243.912 239.782C246.004 239.708 248.121 239.608 250.212 239.633C247.598 237.888 245.008 236.144 242.443 234.375C238.608 231.758 235.52 228.269 236.218 223.31C236.79 219.198 240.052 216.058 244.037 215.311L245.83 202.676C242.667 200.035 242.393 195.624 242.941 191.636C243.041 190.839 243.19 190.017 243.339 189.219C243.24 189.344 243.165 189.468 243.066 189.568C240.326 192.907 235.446 191.238 233.354 188.098C232.333 186.553 231.71 184.733 231.362 182.815C229.818 182.291 228.299 181.743 226.78 181.145C221.7 179.151 216.744 176.759 212.187 173.744C204.219 168.485 198.018 161.408 193.636 153.085C193.636 153.259 193.636 153.459 193.636 153.633C193.312 161.059 192.839 168.585 193.461 176.011C193.86 180.771 194.682 185.506 195.429 190.216C195.852 192.882 196.973 196.496 196.35 199.212C196.101 200.383 195.528 200.458 194.408 200.383C191.22 200.159 188.058 199.91 184.845 199.81C179.267 199.636 173.64 199.76 168.087 200.533C159.471 201.754 151.303 204.62 143.309 207.959C148.09 207.137 152.872 206.389 157.678 205.691C165.322 204.57 172.967 203.573 180.637 202.726C189.477 201.754 198.541 200.508 207.406 201.704C220.505 203.449 234.898 213.043 232.457 228.07C231.486 234.125 227.826 238.038 223.02 240.555C229.992 240.405 236.99 240.007 243.962 239.782H243.912ZM114.672 237.539C114.872 236.443 114.872 235.795 113.9 235.172C113.203 234.723 111.983 234.649 111.211 234.923C110.29 235.247 109.319 236.119 109.817 237.116C110.215 237.938 110.862 237.789 111.709 237.888C112.655 238.013 113.602 238.138 114.548 238.237C114.598 237.988 114.647 237.764 114.697 237.515L114.672 237.539ZM128.742 228.992C133.249 229.764 136.561 234.549 132.826 238.362C130.983 240.231 128.319 240.679 125.803 240.704C122.467 240.704 119.105 240.405 115.768 240.031C115.345 241.626 114.847 243.221 114.349 244.791C114.349 244.866 114.299 244.916 114.274 244.966L103.267 265.276C102.371 266.92 101.25 268.64 100.852 270.484C100.304 273.051 101.599 274.87 103.242 276.664C105.309 278.907 107.476 281.1 109.866 282.994C112.481 285.037 115.444 286.732 118.781 287.23C119.927 287.405 121.346 287.529 122.417 286.956C123.263 286.533 123.737 285.361 124.06 284.539C124.708 282.844 125.181 281.05 125.654 279.281C127.547 272.228 128.642 265.002 129.837 257.825C131.058 250.548 131.581 243.047 135.689 236.717C135.839 236.493 136.038 236.368 136.237 236.343C136.337 236.318 136.461 236.318 136.586 236.343C153.395 239.433 170.402 241.626 187.46 242.823C195.752 243.396 204.219 243.695 212.436 242.224C214.429 241.876 216.471 241.377 218.438 240.679C218.488 240.679 218.537 240.63 218.587 240.63C222.895 239.109 226.855 236.617 229.121 232.58C232.756 226.126 230.789 217.753 226.058 212.42C221.127 206.863 213.731 204.072 206.485 203.224C198.267 202.252 189.9 203.349 181.733 204.221C174.312 205.019 166.916 205.966 159.545 207.037C151.875 208.134 144.181 209.33 136.586 210.85C136.187 210.925 135.864 210.725 135.714 210.451C135.515 210.177 135.465 209.803 135.714 209.529C135.814 209.429 135.938 209.33 136.113 209.28C144.355 205.617 152.747 202.053 161.562 200.059C169.979 198.165 178.595 197.866 187.161 198.265C188.506 198.34 189.851 198.415 191.195 198.489C191.967 198.539 193.661 198.963 194.607 198.888C194.607 198.788 194.706 198.564 194.682 198.265C194.582 197.642 194.632 196.969 194.557 196.321C194.159 192.334 193.387 188.372 192.789 184.41C191.718 177.307 191.395 170.355 191.569 163.202C191.668 158.816 191.868 154.406 192.067 150.02C191.868 149.596 191.668 149.172 191.494 148.749C186.738 137.809 184.796 125.996 183.476 114.209C183.152 111.219 182.729 108.203 182.554 105.188C182.48 103.743 182.554 101.774 183.974 100.977C187.684 98.8833 190.722 106.534 191.494 108.851C193.013 113.387 193.561 118.321 194.283 123.006C194.632 125.249 194.532 127.566 194.482 129.809C194.358 136.438 194.009 143.042 193.685 149.671C198.068 158.891 204.493 166.791 213.208 172.473C218.189 175.712 223.568 178.229 229.146 180.273C229.768 180.497 230.391 180.696 231.038 180.921C230.814 178.528 230.963 176.111 231.287 173.968C231.984 169.283 233.877 164.772 236.74 161.009C237.637 159.838 238.633 158.841 239.654 157.869C235.944 155.278 224.738 147.528 222.895 146.157C222.322 145.708 222.148 145.509 221.849 144.737C220.903 142.494 220.007 140.251 219.185 137.983C215.873 128.887 215.151 119.492 213.582 110.023C212.661 104.44 211.415 98.5344 208.577 93.5753C206.012 89.0896 202.052 85.4263 197.794 82.5605C195.254 80.841 192.565 79.3707 189.776 78.1496C186.887 76.8538 183.401 75.4084 180.164 75.5579C177.35 75.6825 177.624 80.6416 177.823 82.6602V87.6941C177.823 88.1925 177.3 88.6411 176.802 88.4666L140.545 75.6327C140.147 75.4832 139.848 75.0844 139.972 74.6359C140.421 72.9911 140.869 71.3215 141.242 69.6518C141.367 69.1036 141.417 68.4058 141.541 67.7828C140.62 67.1847 139.599 66.7362 138.329 66.6863C127.223 67.4588 115.146 68.7298 105.359 74.4365C99.9305 77.6014 94.9253 82.0372 90.2438 86.2238C85.139 90.7593 80.3578 95.6686 75.9502 100.877C71.4679 106.135 66.0642 112.265 66.1389 119.617C66.2136 127.292 73.3356 131.18 79.3369 134.245C85.5374 137.385 91.2896 140.849 97.017 144.786C102.993 148.873 109.219 151.914 115.942 154.555C117.262 155.078 118.383 155.178 119.379 154.156C119.727 153.807 120.026 153.359 120.375 152.985C121.197 152.088 122.093 151.266 123.039 150.468C125.031 148.799 127.173 147.303 129.389 145.983C129.663 145.833 129.987 145.634 130.336 145.409C130.286 145.384 130.211 145.36 130.161 145.335C130.087 145.335 130.012 145.285 129.962 145.235C129.862 145.185 129.788 145.135 129.738 145.085C124.807 141.896 120.748 137.834 117.063 133.273C113.651 129.062 110.315 125.124 106.056 121.735C105.832 121.561 105.633 121.386 105.409 121.237C105.284 121.187 105.185 121.112 105.11 120.988C102.869 119.243 100.503 117.573 98.0131 116.178C97.1416 116.427 96.2451 116.651 95.3736 116.876C92.4352 117.549 89.422 117.823 86.4836 118.52C83.6448 119.193 81.1547 120.788 78.3657 121.611C75.6763 122.433 72.9122 122.283 70.2975 121.212C69.7746 121.012 69.5754 120.539 69.8244 120.016C72.2648 114.658 77.6933 111.443 83.4456 110.92C88.6003 110.446 93.6055 111.991 98.1127 114.409C99.2831 114.085 100.453 113.711 101.624 113.262C103.417 112.564 105.185 111.717 106.878 110.72C107.625 108.278 108.547 105.911 109.717 103.618C112.332 98.4098 116.042 92.8277 120.898 89.4883C121.396 89.1395 122.143 89.6129 122.118 90.1861C121.819 99.5312 115.917 107.132 108.248 111.792C107.476 114.508 106.953 117.299 106.679 120.115C110.24 122.981 113.452 126.171 116.366 129.784C120.674 135.092 124.982 140.076 130.809 143.79C131.232 143.964 131.655 144.163 132.079 144.363C134.27 143.167 136.984 142.045 138.653 143.117H138.678C140.819 144.338 139.524 145.858 137.756 147.129C139.923 148.126 142.164 148.973 144.455 149.372C145.501 149.546 146.621 149.372 147.617 149.745C148.788 150.169 149.809 151.266 150.805 151.963C153.32 153.733 156.084 155.053 158.997 156.025C160.467 156.524 163.056 157.197 163.181 159.14C163.28 160.785 160.89 161.956 159.595 162.28C158.699 162.505 157.752 162.505 156.781 162.355C157.13 162.554 157.503 162.779 157.877 162.978C160.043 164.174 162.284 165.246 164.501 166.342C165.721 166.94 166.916 167.763 166.841 169.308C166.817 169.981 166.617 170.454 166.294 170.803C167.215 171.301 167.763 171.999 167.539 172.996C167.041 175.139 164.775 175.513 162.608 175.388C162.533 175.687 162.359 176.011 162.06 176.385C160.765 177.88 158.45 177.581 156.482 177.208C156.457 177.307 156.408 177.432 156.333 177.556C155.71 178.802 153.22 179.102 152.05 179.251C150.531 179.45 149.062 179.226 147.543 179.201C146.148 179.201 144.853 179.475 143.484 178.977C140.993 178.08 139.35 175.513 137.134 174.142C136.113 173.519 134.917 173.121 134.021 172.323C133.199 171.601 132.577 170.629 132.004 169.707C130.51 167.389 129.464 164.648 127.497 162.654C127.422 162.579 127.347 162.505 127.273 162.455C129.414 172.697 130.634 183.139 131.606 193.53C132.701 205.143 133.398 216.806 133.398 228.469C133.398 229.515 131.78 229.515 131.78 228.469C131.78 217.055 131.083 205.642 130.037 194.278C129.016 183.089 127.696 171.825 125.256 160.835C125.256 160.785 125.256 160.71 125.256 160.661C124.633 160.137 124.01 159.614 123.438 159.041C122.84 158.418 121.969 157.222 122.168 156.275C122.467 154.929 124.484 153.758 125.53 152.985C127.497 151.54 129.613 150.319 131.655 148.998C132.577 148.425 133.473 147.827 134.37 147.229C133.647 146.88 132.95 146.556 132.228 146.207C130.261 147.229 128.393 148.4 126.6 149.696C124.558 151.166 122.591 152.786 120.973 154.705C119.03 157.022 117.91 156.997 115.17 155.901C108.322 153.184 101.972 150.045 95.8965 145.883C92.8834 143.814 89.9201 141.696 86.7575 139.852C86.2844 139.578 85.7864 139.304 85.2884 139.03C87.6789 152.138 91.6632 165.071 95.2739 177.88C99.3578 192.309 109.692 226.799 110.564 229.64L119.628 229.067C122.591 228.892 125.754 228.369 128.692 228.867L128.742 228.992ZM192.59 140.027C192.839 134.644 193.536 128.887 192.814 123.529C192.216 119.143 191.569 114.558 190.324 110.322C189.651 108.054 188.63 105.138 186.837 103.444C185.941 102.621 184.845 102.198 184.298 103.444C184.148 103.793 184.198 104.416 184.198 104.764C184.198 106.285 184.472 107.83 184.646 109.35C185.817 121.137 187.311 133.024 191.444 144.213C191.718 144.961 192.017 145.708 192.316 146.431L192.615 140.027H192.59ZM105.185 119.044C105.434 117 105.782 114.982 106.28 112.988C105.409 113.437 104.537 113.86 103.616 114.259C102.471 114.757 101.3 115.181 100.105 115.58C101.051 116.153 101.973 116.751 102.869 117.374C103.641 117.922 104.413 118.471 105.16 119.044H105.185ZM95.7471 115.032C93.0328 113.761 90.194 112.864 87.1809 112.589C81.0302 112.016 74.7051 114.483 71.692 120.016C74.2569 120.813 76.7471 120.614 79.312 119.617C81.578 118.72 83.6946 117.573 86.0852 117C89.3224 116.228 92.5597 115.754 95.7471 115.056V115.032ZM109.02 109.425C114.971 105.313 119.553 99.3318 120.375 91.9804C116.391 95.22 113.353 100.03 111.111 104.515C110.315 106.11 109.617 107.755 109.02 109.425ZM124.583 157.969C126.6 159.963 128.817 161.458 130.41 163.85C131.63 165.694 132.527 167.713 133.797 169.532C135.241 171.625 137.358 172.248 139.325 173.719C140.993 174.965 142.363 177.008 144.455 177.556C145.725 177.88 147.045 177.631 148.339 177.681C149.759 177.756 151.128 177.855 152.573 177.581C152.996 177.507 153.419 177.407 153.818 177.257C154.142 177.183 154.465 177.058 154.764 176.884C152.672 176.51 150.556 176.41 148.464 176.036C146.447 175.663 144.803 174.616 143.16 173.42C142.488 172.921 142.861 171.576 143.782 171.949C146.92 173.22 150.157 174.242 153.469 174.965C153.768 175.04 154.166 175.114 154.59 175.239C155.885 175.463 157.18 175.712 158.474 175.862C159.222 175.937 160.865 175.737 160.491 175.214C160.018 175.139 159.595 175.064 159.246 175.015C157.13 174.641 155.088 174.068 153.096 173.395C152.224 173.195 151.377 172.971 150.531 172.747C148.713 172.248 145.675 171.999 144.654 170.13C144.33 169.557 144.878 168.71 145.575 168.934C148.09 169.806 150.506 170.828 153.021 171.7C154.914 172.174 156.831 172.597 158.748 172.946C159.446 173.071 160.641 173.32 161.512 173.769C162.21 173.843 162.882 173.868 163.554 173.818C164.351 173.769 166.368 173.544 165.098 172.224C164.625 171.725 162.758 171.675 162.11 171.551C158.499 170.878 155.636 169.682 152.374 168.012C150.805 167.215 149.211 166.691 147.568 166.093C146.646 165.744 146.098 165.37 145.725 164.448C145.476 163.8 146.198 163.377 146.721 163.452C150.182 164 153.071 165.794 156.159 167.314C157.902 168.186 159.72 168.909 161.587 169.457C161.836 169.532 162.284 169.707 162.758 169.856C163.131 169.906 163.505 169.981 163.878 170.055C163.953 170.055 164.028 170.055 164.077 170.031C164.949 168.785 164.824 168.062 163.729 167.838C163.256 167.613 162.782 167.389 162.309 167.165C155.984 164.124 150.257 160.436 144.878 155.926C144.355 155.502 144.779 154.48 145.451 154.555C147.269 154.73 148.19 155.926 149.485 157.122C151.328 158.841 153.619 160.062 156.084 160.611C157.503 160.935 159.744 161.234 160.865 159.963C162.284 158.368 159.022 157.845 157.902 157.446C155.785 156.723 153.743 155.776 151.826 154.63C150.805 154.007 149.809 153.334 148.838 152.611C147.667 151.714 146.87 151.39 145.376 151.216C143.857 151.041 142.413 150.692 140.944 150.169C139.35 149.596 137.806 148.923 136.262 148.225C135.415 148.724 134.644 149.122 134.27 149.372C132.128 150.767 129.962 152.088 127.845 153.484C126.7 154.231 125.604 155.029 124.608 155.951C123.761 156.723 123.786 157.147 124.608 157.994L124.583 157.969ZM135.914 146.356C136.835 145.758 138.204 144.836 137.881 144.662C137.806 144.612 137.756 144.587 137.706 144.537C137.034 144.039 135.241 144.811 133.996 145.434C134.619 145.758 135.266 146.057 135.914 146.381V146.356ZM108.945 229.889C108.895 229.715 108.845 229.565 108.796 229.391C103.716 229.665 98.6108 230.063 93.5308 230.587C98.6606 230.412 103.815 230.188 108.945 229.889ZM41.2372 235.172C43.4784 237.166 47.5125 236.867 50.2516 236.642C56.7759 236.144 63.1259 234.225 69.4758 232.755C65.5911 232.805 46.0682 232.929 40.1665 232.929C40.2163 233.777 40.5151 234.549 41.2123 235.172H41.2372Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_54_2314'%3E%3Crect width='589' height='289' fill='white' transform='matrix(-1 0 0 1 589 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.ohjanghwan_wrap .ohjanghwan_tab .tit {display: block;font-family: 'Gmarket Sans';font-size: 45px;color: #fff;letter-spacing: -0.02em;line-height: 1.3;}
.ohjanghwan_wrap .ohjanghwan_tab .txt {margin-top: 10px;font-size: 18px;color: #fff;letter-spacing: -0.02em;line-height: 23px;}
.ohjanghwan_wrap .ohjanghwan_tab .tab-ul {gap:8px;margin-top: 50px;}
.ohjanghwan_wrap .ohjanghwan_tab .tab-ul.col3 li {width: calc(33.33% - 5.33px);}
.ohjanghwan_wrap .ohjanghwan_tab .tab-ul li a {display: inline-flex;align-items: center;justify-content: center;width: 100%;height: 100%;padding: 11px;background: rgba(0, 0, 0,.2);text-align: center;border-radius: 10px;}
.ohjanghwan_wrap .ohjanghwan_tab .tab-ul li a:hover,
.ohjanghwan_wrap .ohjanghwan_tab .tab-ul li a:focus,
.ohjanghwan_wrap .ohjanghwan_tab .tab-ul li.active a {background: rgba(255, 255, 255,.1);}
.ohjanghwan_wrap .ohjanghwan_tab .tab-ul li a span {font-size: 15px;color: #fff;letter-spacing: 0.03em;}
.ohjanghwan_wrap .ui-tab_content {position: relative;padding: 100px 0 80px 7.5%;}
.ohjanghwan_wrap .ui-tab_content::before {content: '';position: absolute;left: 0;top: 0;width: 50vw;height: 100%;background: #F7F7F7;z-index: -2;}
.ohjanghwan_wrap .ui-tab_content::after {content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 0;height: 0;border-bottom: 29px solid transparent;border-top: 29px solid transparent;border-left: 24px solid #213A8F;border-right: 29px solid transparent;}
.ohjanghwan_wrap .ohjanghwan_con .title {display: flex;justify-content: space-between;align-items: center;gap:10px;}
.ohjanghwan_wrap .ohjanghwan_con .title .tit {display: inline-flex;align-items: center;gap:8px;font-family: 'Gmarket Sans';font-size: 34px;color: #222;letter-spacing: -0.02em;line-height: 1.3;}
.ohjanghwan_wrap .ohjanghwan_con .title .tit span {display: inline-block;font-family: 'Gmarket Sans';font-size: 18px;color: #444;font-weight: 500;letter-spacing: -0.02em;line-height: 1.2;}
.ohjanghwan_wrap .ohjanghwan_con .title .btn {display: flex;gap: 5px;flex-shrink: 0;padding: 8.5px 15px; color: #fff;font-size: 16px;letter-spacing: -0.05em;background: #444;border-radius: 7px;font-weight: 300;}
.ohjanghwan_wrap .ohjanghwan_con .title .btn i {display: block;width: 18px;height: 18px;background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.69096 5.24933H5.77721C5.4693 5.24924 5.16882 5.3439 4.91657 5.52048C4.66432 5.69706 4.47252 5.94698 4.36721 6.23633L1.54721 13.9928C1.44746 14.2666 1.51571 14.5733 1.72121 14.7796L1.94096 14.9993L6.75746 10.1828C6.75671 10.1633 6.75146 10.1438 6.75146 10.1243C6.75146 9.90182 6.81744 9.68432 6.94106 9.49931C7.06468 9.31431 7.24038 9.17011 7.44594 9.08496C7.65151 8.99982 7.87771 8.97754 8.09594 9.02094C8.31417 9.06435 8.51462 9.1715 8.67196 9.32883C8.82929 9.48617 8.93644 9.68662 8.97985 9.90485C9.02325 10.1231 9.00098 10.3493 8.91583 10.5548C8.83068 10.7604 8.68648 10.9361 8.50148 11.0597C8.31647 11.1833 8.09897 11.2493 7.87646 11.2493C7.85696 11.2493 7.83746 11.2441 7.81796 11.2433L3.00146 16.0598L3.22121 16.2796C3.32205 16.3807 3.44973 16.4508 3.58915 16.4816C3.72856 16.5124 3.8739 16.5027 4.00796 16.4536L11.7645 13.6328C12.0538 13.5275 12.3037 13.3357 12.4803 13.0835C12.6569 12.8312 12.7516 12.5307 12.7515 12.2228V9.30908L14.2507 7.81058L10.1902 3.75008L8.69096 5.24933ZM14.9557 6.79583L11.2057 3.04583L12.7957 1.45508L16.5457 5.20508L14.9557 6.79583Z' fill='white'/%3E%3C/svg%3E%0A");}
.ohjanghwan_wrap .ohjanghwan_con .inner,
.ohjanghwan_wrap .ohjanghwan_con .half_list {display: flex;gap: 40px; margin: 34px 0 18px;max-height: 540px;padding-right: 20px; overflow-y: auto;}
.ohjanghwan_wrap .ohjanghwan_con .inner::-webkit-scrollbar,
.ohjanghwan_wrap .ohjanghwan_con .half_list::-webkit-scrollbar {width: 5px;}
.ohjanghwan_wrap .ohjanghwan_con .inner::-webkit-scrollbar-thumb,
.ohjanghwan_wrap .ohjanghwan_con .half_list::-webkit-scrollbar-thumb {border-radius: 20px;background: rgba(0, 0, 0, 0.2);}
.ohjanghwan_wrap .ohjanghwan_con .inner::-webkit-scrollbar-track ,
.ohjanghwan_wrap .ohjanghwan_con .half_list::-webkit-scrollbar-track {border-radius: 20px;background: rgba(0, 0, 0, 0.05);}
.ohjanghwan_wrap .ohjanghwan_con .half_list li {width: calc(50% - 20px);}
.ohjanghwan_wrap .ohjanghwan_con .half_list li p {margin-top: 0;font-size: 17px;letter-spacing: -0.02em;line-height: 25px;word-wrap: break-word;}
.ohjanghwan_wrap .ohjanghwan_con .half_list li p:not(:first-child) {margin-top: 20px;}
.ohjanghwan_wrap .ohjanghwan_con .inner {flex-direction: column;gap:0;}
.ohjanghwan_wrap .ohjanghwan_con .inner img {display: block;margin: 0 auto 10px;}
.ohjanghwan_wrap .ohjanghwan_con .inner p{margin-top: 20px;font-size: 17px;letter-spacing: -0.05em;line-height: 25px;}
.ohjanghwan_wrap .ohjanghwan_con .txt-check {display: inline-block; padding: 6px 15px 6px 35px; color: #444 !important;border-radius: 20px;background: #fff;}
.ohjanghwan_wrap .ohjanghwan_con .txt-check::before {left: 15px;top: 8px;width: 14px;height: 14px;background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0.671875C7.91667 0.671875 8.78125 0.848958 9.59375 1.20312C10.4062 1.54688 11.1146 2.02083 11.7188 2.625C12.3229 3.22917 12.7969 3.9375 13.1406 4.75C13.4948 5.55208 13.6719 6.41146 13.6719 7.32812C13.6719 8.25521 13.4948 9.125 13.1406 9.9375C12.7969 10.7396 12.3229 11.4427 11.7188 12.0469C11.1146 12.651 10.4062 13.1302 9.59375 13.4844C8.78125 13.8281 7.91667 14 7 14C6.08333 14 5.21875 13.8281 4.40625 13.4844C3.59375 13.1302 2.88542 12.651 2.28125 12.0469C1.67708 11.4427 1.19792 10.7396 0.84375 9.9375C0.5 9.125 0.328125 8.25521 0.328125 7.32812C0.328125 6.41146 0.5 5.55208 0.84375 4.75C1.19792 3.9375 1.67708 3.22917 2.28125 2.625C2.88542 2.02083 3.59375 1.54688 4.40625 1.20312C5.21875 0.848958 6.08333 0.671875 7 0.671875ZM6.32812 10L10.3281 6L9.40625 5.04688L6.34375 8.125L4.60938 6.39062L3.67188 7.32812L6.32812 10Z' fill='%23444444'/%3E%3C/svg%3E%0A");}

.ohjanghwan_wrap .ohjanghwan_con .audio {display: flex;align-items: center;flex-shrink: 0;padding: 6px 15px;background: #444;border-radius: 7px;}
.ohjanghwan_wrap .ohjanghwan_con .audio .tit {gap:5px;margin-top: 3px;font-family: inherit; font-size: 16px;color: #fff;letter-spacing: -0.03em;font-weight: bold;line-height: 1;}
.ohjanghwan_wrap .ohjanghwan_con .audio .tit i {display: inline-block; width: 18px;height: 18px;margin-top: -4px;background-size: contain; background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9 10.4995V9.13386C15.9 5.58026 13.1168 2.60506 9.696 2.50186C7.9328 2.46106 6.2952 3.09066 5.0432 4.30666C4.42595 4.90132 3.93555 5.61485 3.60158 6.4042C3.2676 7.19355 3.09698 8.04237 3.1 8.89947V10.4995C2.2176 10.4995 1.5 11.2171 1.5 12.0995V15.2995C1.5 16.1819 2.2176 16.8995 3.1 16.8995H4.7V8.89947C4.69764 8.25666 4.82551 7.62003 5.07588 7.02799C5.32626 6.43594 5.69396 5.90074 6.1568 5.45466C6.6177 5.00601 7.16437 4.65495 7.76412 4.4225C8.36386 4.19006 9.00433 4.081 9.6472 4.10186C12.2136 4.17866 14.3 6.43626 14.3 9.13386V16.8995H15.9C16.7824 16.8995 17.5 16.1819 17.5 15.2995V12.0995C17.5 11.2171 16.7824 10.4995 15.9 10.4995Z' fill='white'/%3E%3Cpath d='M5.5 10.5H7.1V16.9H5.5V10.5ZM11.9 10.5H13.5V16.9H11.9V10.5Z' fill='white'/%3E%3C/svg%3E%0A");}
.ohjanghwan_wrap .ohjanghwan_con .audio .play {position: relative;width: 18px;height: 18px;margin: 0 11.5px 0 10px;}
.ohjanghwan_wrap .ohjanghwan_con .audio .play .ico {display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center center;}
.ohjanghwan_wrap .ohjanghwan_con .audio .play .play-ico {background-image: url("data:image/svg+xml,%3Csvg width='8' height='11' viewBox='0 0 8 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.255859 10.75V0.255859L7.74414 5.51172L0.255859 10.75Z' fill='white'/%3E%3C/svg%3E%0A");}
.ohjanghwan_wrap .ohjanghwan_con .audio .play .pause-ico {background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.255859H3.50586V10.75H0.5V0.255859ZM6.49414 0.255859H9.5V10.75H6.49414V0.255859Z' fill='white'/%3E%3C/svg%3E%0A");}
.ohjanghwan_wrap .ohjanghwan_con .audio .time {display: block;position: relative; padding-left: 18px;color: #fff;font-size: 16px;letter-spacing: -0.03em;}
.ohjanghwan_wrap .ohjanghwan_con .audio .time::before {content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 16px;background: #fff;opacity: 0.3;}

.s04030202 .ohjanghwan_wrap .ohjanghwan_tab::before {background: #394B66;}
.s04030202 .ohjanghwan_wrap .ohjanghwan_tab::after {width: 601px;height: 268px;background-image: url("data:image/svg+xml,%3Csvg width='601' height='268' viewBox='0 0 601 268' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.13' clip-path='url(%23clip0_54_2632)'%3E%3Cpath d='M20.3471 214.11C24.4964 217.158 52.8177 230.587 57.2826 232.69C61.7532 244.163 66.2539 252.875 68.7837 255.001C76.6367 261.611 118.058 259.222 155.209 247.005C174.792 240.571 190.442 232.031 198.022 227.515C199.843 226.43 215.795 216.839 214.961 214.145C214.813 213.652 214.333 213.149 212.906 213.566C211.602 213.946 209.196 215.031 205.551 216.679C190.235 223.58 154.385 239.73 115.33 240.635C92.4559 241.153 73.8031 238.202 58.6415 231.323C52.2172 214.732 45.7568 192.362 45.8948 175.868C45.9689 166.87 48.019 160.665 51.9841 157.442C89.1991 127.155 133.015 95.7681 137.415 92.6174L213.391 121.583C213.2 126.837 213.999 135.585 220.738 139.728C228.48 144.468 247.647 140.941 253.951 139.773L254.513 139.669C256.408 139.331 258.208 139.836 259.883 141.187C259.907 141.206 259.932 141.234 259.966 141.251C257.161 149.214 256.777 156.207 258.834 162.047C260.239 166.042 262.471 168.174 264.726 167.736C267.253 167.253 268.765 163.759 268.591 158.818C268.378 152.902 266.198 145.013 261.915 140.757C261.931 140.712 261.948 140.678 261.964 140.634C264.606 133.65 297.998 130.179 315.102 129.845C308.058 131.065 301.457 132.995 299.053 136.018C298.256 137.026 297.926 138.112 298.073 139.264C299.751 152.384 305.526 154.819 310.072 154.557C325.539 153.665 333.251 150.347 332.985 144.683C332.732 139.209 330.114 133.388 327.428 130.462C330.35 131.239 332.225 133.662 333.186 135.264C336.221 140.339 337.073 148.751 332.836 155.011C327.634 162.716 309.442 168.206 294.829 172.609C290.655 173.867 286.719 175.063 283.289 176.226C269.378 180.955 246.133 190.232 239.104 196.403C233.914 200.954 231.732 207.878 233.926 212.87C235.701 216.924 240.075 218.899 245.916 218.27C250.698 217.775 256.324 214.628 261.418 210.653C261.593 210.94 261.787 211.213 262.012 211.472C263.965 213.832 268.374 216.165 278.272 213.866C300.169 208.786 310.862 189.048 316.127 178.917C315.154 182.641 314.574 187.178 316.374 190.515C317.532 192.657 319.524 194.074 322.28 194.723C336.994 198.188 350.487 180.775 354.566 166.866C357.226 157.771 354.158 152.849 352.086 150.718C349.695 148.265 346.302 147.048 343.136 147.443C343.939 138.894 340.854 133.261 338.051 129.998C334.022 125.306 327.893 122.436 321.657 122.307C310.158 122.084 284.809 123.398 275.43 124.683L137.518 90.8364C137.518 90.8364 137.463 90.8222 137.431 90.8262L111.68 84.172C111.091 83.4805 108.823 80.2347 110.556 73.2183C112.322 66.038 118.043 62.8888 119.205 62.3142L132.51 64.5001C130.418 66.1308 128.111 69.0777 126.711 72.7925C125.416 76.2384 124.506 81.4455 127.5 86.7072C127.691 87.0342 128.064 87.1995 128.434 87.0989C128.795 86.9996 129.052 86.6792 129.056 86.2952C129.131 74.3895 136.666 68.0157 141.535 66.7008L237.944 90.1352C237.944 90.1352 237.977 90.1416 237.999 90.1494L308.088 107.641C309.761 109.398 322.138 121.82 337.169 120.515C337.559 120.487 337.891 120.168 337.925 119.769C337.959 119.371 337.709 118.998 337.323 118.888C327.315 116.003 320.07 111.477 315.19 105.05C300.755 86.0328 300.202 86.2846 299.377 86.667C299.055 86.8146 298.753 87.1942 298.884 87.8057C299.258 89.4832 302.69 95.8285 304.267 98.6727C300.488 98.4318 290.205 97.3078 283.268 91.9434C278.268 88.0777 273.65 83.1941 270.585 79.965C267.409 76.6117 267.003 76.1844 266.208 76.6374C266.02 76.7467 265.596 77.0991 265.836 77.8885C266.078 78.6989 266.714 79.9275 267.448 81.3353C268.211 82.8034 269.608 85.479 269.62 86.3294C267.507 87.1215 252.203 89.8773 238.279 88.5055L171.332 66.522C176.588 63.4003 193.585 53.399 199.903 51.0893C205.58 49.0108 216.588 48.3913 227.236 47.7964C230.568 47.6153 234.015 47.4194 237.18 47.1851C250.083 46.2274 272.398 45.9191 278.556 46.2712C283.353 46.5524 287.052 49.4128 289.757 51.4951C290.312 51.9247 290.821 52.3176 291.301 52.6609C293.927 54.5403 317.332 70.1637 320.639 71.1253C323.592 71.9831 329.823 76.4794 332.147 79.0791C333.564 80.6658 340.879 87.3985 347.337 93.346C351.731 97.3956 355.883 101.21 356.586 101.961C357.141 102.551 357.277 103.534 356.938 104.462C356.914 104.529 356.89 104.585 356.865 104.642C351.682 98.0941 339.475 88.0786 337.475 87.6846C335.88 87.3668 333.646 87.9719 332.664 89.5353C332.194 90.2769 331.66 91.8469 333.291 94.024C333.895 94.8307 347.91 109.322 353.244 108.726C354.62 108.571 355.857 108.083 356.795 107.345C357.159 107.937 357.406 108.46 357.494 108.896C357.863 110.702 357.387 112.637 356.147 114.35C354.045 117.239 350.071 119.142 344.955 119.69C344.562 119.698 344.208 120.095 344.209 120.52C344.21 120.946 344.532 121.299 344.954 121.352C349.717 121.871 354.422 122.846 358.948 124.099C358.719 124.554 358.494 125.041 358.262 125.561C355.304 132.414 353.285 144.686 354.344 146.893C355.896 150.114 386.545 151.679 403.972 149.376C434.106 145.416 445.316 147.55 452.005 148.804C454.973 149.361 457.112 149.759 459.637 149.436C461.282 149.225 462.543 148.51 463.381 147.317C465.587 144.159 464.24 138.293 463.256 134.01C462.913 132.498 462.603 131.154 462.523 130.28C463.971 130.606 468.284 133.271 471.8 135.452C479.364 140.129 487.944 145.432 492.488 144.99C494.265 144.805 495.037 143.929 495.371 143.215C496.381 141.031 494.759 137.34 492.239 133.211C505.087 146.488 516.723 152.03 526.9 149.663C531.007 148.712 533.653 146.339 534.754 142.62C535.565 139.886 535.493 136.572 534.758 132.907C539.268 134.694 543.03 135.385 545.541 134.861C547.542 134.435 548.749 133.631 549.22 132.399C550.086 130.18 548.148 127.435 546.433 125.013C545.888 124.252 545.159 123.216 544.79 122.497C546.138 123.123 548.821 124.782 551.425 126.409C562.069 133.025 578.172 143.021 585.689 138.258C593.334 133.414 583.313 117.176 575.254 104.128C572.03 98.9059 568.699 93.5063 568.774 92.0163C568.788 91.7909 568.839 91.7737 568.859 91.7605C570.619 90.9497 579.98 96.9414 587.649 102.947C588.016 103.23 588.539 103.163 588.823 102.797C589.106 102.431 589.039 101.907 588.673 101.623C584.743 98.5475 571.645 88.6459 568.163 90.2307C567.79 90.3956 567.156 90.8494 567.101 91.9214C566.995 93.8413 569.467 97.9343 573.822 105.003C580.674 116.108 591.041 132.888 584.785 136.851C578.155 141.053 561.97 131.003 552.299 124.998C546.098 121.147 544.548 120.27 543.577 120.671C543.263 120.796 543.03 121.06 542.954 121.379C542.649 122.579 543.715 124.083 545.056 125.988C546.448 127.961 548.189 130.422 547.652 131.801C547.395 132.452 546.563 132.942 545.173 133.236C542.934 133.714 539.06 132.9 534.259 130.841C530.443 115.907 517.053 96.3087 508.236 87.1588C500.105 78.7093 490.383 74.3932 486.57 77.554C483.219 80.3361 485.369 87.4844 492.628 97.6961C504.638 114.574 520.913 126.828 532.86 132.138C533.755 135.974 533.939 139.412 533.119 142.158C532.179 145.303 530.018 147.23 526.492 148.054C518.847 149.82 505.866 147.326 487.357 125.347C485.989 123.733 485.749 123.433 485.08 123.87C484.933 123.964 484.47 124.342 484.832 125.095C485.135 125.716 485.893 126.812 486.951 128.338C489.573 132.103 495.017 139.948 493.815 142.541C493.741 142.71 493.482 143.265 492.29 143.354C488.314 143.745 479.258 138.14 472.644 134.055C465.393 129.572 462.739 128.058 461.438 128.789C461.031 129.022 460.798 129.446 460.799 129.957C460.803 130.99 461.146 132.501 461.581 134.405C462.494 138.378 463.734 143.832 461.962 146.38C461.394 147.188 460.549 147.658 459.375 147.808C457.112 148.097 455.072 147.719 452.257 147.195C445.525 145.937 434.308 143.835 404.517 147.645C404.171 147.689 403.826 147.733 403.48 147.777C384.744 150.173 357.662 148.099 355.749 146.139C355.16 144.861 356.598 133.452 359.768 126.178C360.023 125.591 360.276 125.069 360.514 124.602C378.323 129.865 392.957 139.197 395.912 141.152C395.414 142.504 394.906 144.358 395.405 145.264C395.721 145.82 396.137 146.576 404.44 145.205L404.597 145.185C404.878 145.138 405.131 144.946 405.247 144.687C405.362 144.427 405.334 144.122 405.175 143.876C394.71 128.749 371.151 120.249 363.536 119.412C363.416 119.395 363.301 119.41 363.19 119.456C361.972 119.846 360.809 120.911 359.721 122.648C356.516 121.737 353.212 120.967 349.86 120.405C353.166 119.354 355.768 117.636 357.417 115.37C358.939 113.28 359.515 110.874 359.043 108.602C358.905 107.938 358.49 107.107 357.858 106.165C358.082 105.828 358.269 105.463 358.411 105.072C358.97 103.531 358.699 101.915 357.702 100.86C356.952 100.072 352.979 96.4054 348.367 92.1599C342.26 86.5402 334.655 79.5358 333.289 78.0171C330.778 75.207 324.246 70.515 321.004 69.5663C318.117 68.7215 295.354 53.623 292.166 51.3468C291.709 51.0218 291.212 50.6275 290.669 50.2176C287.797 47.9969 283.851 44.955 278.55 44.6425C272.359 44.2839 249.905 44.5887 236.95 45.5531C233.806 45.7847 230.369 45.9792 227.038 46.1603C216.273 46.7595 205.128 47.386 199.227 49.5464C191.597 52.3433 169.731 65.4914 168.802 66.0574C168.525 66.2207 168.363 66.5396 168.405 66.8644C168.446 67.1892 168.662 67.4599 168.974 67.5691L217.632 83.5416L141.613 65.0613C141.48 65.025 141.353 65.0306 141.218 65.0585C136.387 66.2515 128.958 72.0366 127.515 82.7434C126.547 79.1716 127.247 75.8126 128.152 73.3964C129.813 68.9772 132.978 65.5798 135.068 64.8545C135.426 64.7342 135.657 64.3746 135.629 63.9946C135.602 63.6147 135.306 63.3011 134.937 63.2419L119.107 60.6333C118.945 60.6115 118.788 60.6316 118.646 60.6923C118.333 60.8281 110.99 64.0356 108.814 72.834C106.635 81.6967 110.376 85.3825 110.546 85.5418C110.653 85.6346 110.77 85.7155 110.912 85.74L135.262 92.0195C127.076 97.8801 86.016 127.498 50.8469 156.129C46.4766 159.68 44.2259 166.316 44.1442 175.837C44.0122 191.712 49.9558 213.455 56.264 230.221C51.7634 228.006 23.5756 214.539 19.6926 211.574C19.6926 211.574 18.8785 210.954 18.3103 211.591C18.3103 211.591 17.3703 212.318 20.2711 214.099L20.3471 214.11ZM212.308 215.549C207.313 220.213 185.226 235.381 154.687 245.421C115.829 258.197 76.4427 259.261 69.8558 253.724C67.8633 252.051 63.812 244.273 59.5904 233.747C77.1508 241.395 96.6626 242.734 115.362 242.303C154.748 241.398 190.818 225.145 206.225 218.201C208.853 217.013 210.928 216.087 212.297 215.55L212.308 215.549ZM260.644 209.102C255.786 213.003 250.371 216.134 245.707 216.635C240.569 217.185 236.918 215.618 235.429 212.219C233.551 207.944 235.595 201.687 240.183 197.671C246.311 192.297 266.768 183.621 283.802 177.821C287.2 176.663 291.128 175.479 295.291 174.222C310.94 169.505 328.669 164.15 334.203 155.955C338.823 149.112 337.905 139.932 334.6 134.412C332.177 130.366 328.55 128.242 324.622 128.585C317.743 127.1 265.751 129.776 260.587 139.617C258.61 138.144 256.465 137.609 254.207 138.026L253.645 138.13C237.153 141.165 226.382 141.222 221.61 138.296C215.334 134.445 214.83 125.84 215.08 121.047C215.097 120.683 214.884 120.348 214.548 120.221L150.206 95.6997L275.156 126.369C275.256 126.399 275.362 126.396 275.467 126.382C284.642 125.092 310.076 123.778 321.587 124.01C327.353 124.124 333.029 126.785 336.757 131.122C340.635 135.632 342.219 141.606 341.331 148.398C341.291 148.669 341.402 148.953 341.605 149.129C341.81 149.316 342.096 149.386 342.374 149.308C345.259 148.556 348.594 149.567 350.864 151.907C354.003 155.138 354.736 160.284 352.944 166.424C349.145 179.359 336.18 196.322 322.641 193.133C320.324 192.588 318.745 191.48 317.821 189.755C315.381 185.243 318.123 177.703 319.297 174.475C319.918 172.756 320.131 172.175 319.41 171.777C318.689 171.39 318.177 172.052 317.731 172.641C317.027 173.551 316.174 175.205 314.985 177.487C309.969 187.149 299.536 207.249 277.877 212.276C270.699 213.94 265.644 213.308 263.276 210.448C263.063 210.198 262.879 209.923 262.715 209.636C270.442 203.269 276.635 195.235 276.397 192.124C276.309 190.931 275.446 190.264 274.102 190.33C268.292 190.625 263.587 195.551 261.489 200.303C260.077 203.498 259.815 206.62 260.668 209.12L260.644 209.102ZM273.468 192.04C273.699 192.011 273.929 191.981 274.164 191.983C274.693 191.958 274.708 192.073 274.719 192.242C274.897 194.467 269.219 201.87 262.052 207.952C261.573 205.958 261.877 203.502 263.001 200.962C264.741 197.001 268.711 192.649 273.479 192.039L273.468 192.04ZM261.281 142.542C264.733 146.467 266.72 153.423 266.918 158.893C267.081 163.495 265.733 165.861 264.411 166.105C264.39 166.107 264.359 166.111 264.338 166.114C263.301 166.247 261.676 165.123 260.393 161.496C258.533 156.196 258.825 149.821 261.269 142.533L261.281 142.542ZM489.288 78.2394C492.987 77.7664 500.227 81.2497 507.057 88.3532C515.275 96.8981 528.149 115.625 532.32 130.002C521.155 124.72 505.864 113.416 494.022 96.7723C486.376 86.0349 485.732 80.4941 487.667 78.8835C488.081 78.5429 488.629 78.3343 489.29 78.2499L489.288 78.2394ZM403.073 143.761C399.302 144.339 397.508 144.388 396.901 144.305C396.906 143.762 397.272 142.373 397.756 141.161C397.902 140.801 397.773 140.381 397.458 140.166C397.26 140.031 381.37 129.124 361.446 123.141C362.298 121.892 363.037 121.34 363.605 121.118C372.312 122.166 393.39 130.92 403.073 143.761ZM324.489 130.295C326.893 131.106 330.987 138.218 331.295 144.793C331.508 149.292 324.125 152.1 309.959 152.921C304.378 153.251 300.927 148.591 299.712 139.087C299.624 138.395 299.827 137.741 300.342 137.1C302.727 134.1 311.517 131.624 324.49 130.305L324.489 130.295ZM302.096 91.1012C304.36 93.815 308.145 98.5922 313.832 106.087C318.007 111.591 323.812 115.759 331.477 118.73C318.983 116.973 309.218 106.485 309.107 106.371C308.996 106.247 308.858 106.169 308.693 106.126L246.448 90.592C258.184 90.5928 269.095 88.5479 270.54 87.7773C272.167 86.9196 270.799 84.219 269.007 80.7845C269.119 80.9087 269.241 81.0315 269.352 81.1452C272.443 84.4135 277.12 89.3428 282.226 93.2907C291.267 100.282 305.11 100.429 305.697 100.439C305.996 100.443 306.273 100.28 306.422 100.027C306.57 99.7734 306.572 99.4536 306.432 99.1946C305.109 96.8398 303.365 93.6122 302.106 91.0999L302.096 91.1012ZM355.817 106.022C355.113 106.601 354.15 106.98 353.038 107.112C349.123 107.559 335.826 94.6903 334.606 93.0676C334.067 92.3485 333.53 91.3096 334.051 90.4761C334.608 89.5848 336.122 89.1782 337.128 89.3798C338.685 89.7344 351.207 100.04 355.817 106.022Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_54_2632'%3E%3Crect width='580.063' height='195.341' fill='white' transform='matrix(-0.991922 0.126846 0.126846 0.991922 576 0.609375)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.s04030202 .ohjanghwan_wrap .ui-tab_content::after {border-left-color: #394B66;}

.s04030203 .ohjanghwan_wrap .ohjanghwan_tab::before {background: #005F95;}
.s04030203 .ohjanghwan_wrap .ohjanghwan_tab::after {width: 469px;height: 287px;background-image: url("data:image/svg+xml,%3Csvg width='469' height='287' viewBox='0 0 469 287' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.15' clip-path='url(%23clip0_54_2461)'%3E%3Cpath d='M0.841675 258.303C12.1704 257.961 23.5255 257.829 34.8542 257.75C51.0982 257.645 67.3686 257.697 83.6126 258.013C75.9637 256.118 68.3674 253.985 60.9025 251.51C56.3552 250.01 51.8342 248.377 47.5235 246.245C45.1053 245.06 42.9236 243.875 41.7408 241.321C39.0861 235.556 40.9523 227.947 42.3979 222.128C44.7899 212.545 48.4435 203.278 52.3073 194.195C59.6408 177.002 68.1571 160.311 77.0414 143.882C80.2218 137.985 82.9029 131.429 87.713 126.716C92.1551 122.346 97.9378 119.265 103.563 116.712C109.398 114.053 115.417 111.841 121.384 109.498C122.829 108.945 124.643 108.471 125.931 107.55C129.453 104.416 132.134 100.178 134.684 96.2549C137.602 91.7791 140.361 87.1454 142.911 82.4327C143.516 81.3006 144.094 80.1422 144.62 78.9575C143.489 75.9561 142.806 72.0332 143.463 69.0055C144.173 65.7145 148.273 64.951 148.746 68.7422C149.141 72.1122 147.958 75.7981 146.486 79.0891C146.486 79.1418 146.512 79.1681 146.538 79.2207C150.797 88.0669 159.26 95.0175 167.198 100.52C171.562 103.548 176.74 106.075 182.181 105.654C186.518 105.312 188.305 102.258 190.066 98.756C192.747 93.4378 195.376 88.0932 198.083 82.775C199.318 80.3792 201.001 77.957 201.789 75.3769C202.157 74.2448 202.367 73.06 202.288 71.8753C202.183 70.4009 201.474 69.2688 201.106 67.8998C200.606 66.1095 201.211 64.5035 202.236 63.0291C203.813 60.7912 205.548 59.0273 206.468 56.3682C207.388 53.6301 207.598 50.7603 207.887 47.9169C208.334 43.4938 208.518 39.3867 207.887 35.0163C205.758 36.1747 203.76 37.649 201.921 39.2024C201.631 39.4393 201.237 39.5447 200.895 39.334C192.905 34.7003 182.995 30.093 173.875 34.1211C166.804 37.2541 162.625 45.5737 158.577 51.7871C158.288 52.261 157.657 52.3663 157.236 51.9714C155.791 50.5497 154.634 48.8384 153.478 47.1797C151.927 44.9155 150.139 41.256 147.09 43.8098C142.727 47.4167 143.936 54.4989 146.67 58.685C147.853 60.5016 149.062 61.1598 147.012 62.7395C144.094 64.9774 141.939 67.1889 141.807 71.1118C141.807 71.4014 141.676 71.612 141.492 71.7436C141.255 71.9806 140.887 72.0596 140.519 71.8489L140.467 71.7963C130.557 65.6356 126.693 53.3931 125.064 42.4144C124.827 40.8347 124.407 39.0444 124.591 37.4384C124.722 36.122 125.169 34.753 125.511 33.4892C126.588 29.4611 128.06 25.4856 130.216 21.905C132.765 17.6399 136.287 14.0856 141.019 12.4533C143.7 8.2145 147.379 5.0025 152.058 3.13322C156.921 1.21129 162.178 0.71106 167.33 0.000207374C168.092 -0.105104 168.854 0.790043 168.171 1.42191C168.013 1.57988 167.855 1.71152 167.698 1.86949C170.957 1.86949 174.216 2.18542 177.476 2.4487C181.287 2.7383 185.177 2.4487 188.804 3.81775C189.567 4.10735 189.672 5.21312 188.804 5.4764C188.2 5.6607 187.7 5.89765 187.254 6.21358C195.428 8.79371 203.655 11.7424 210.016 17.7189C210.594 18.2717 210.121 19.1142 209.412 19.1669L207.493 19.3249C209.753 21.0888 211.83 23.0897 213.118 25.6962C214.931 29.3821 215.089 33.6472 215.089 37.6754C215.089 38.4126 214.143 38.8075 213.644 38.2809C212.487 37.0698 211.12 36.0694 209.648 35.2269C210.121 38.8865 210.174 42.4407 209.78 46.1793C209.28 51.1026 209.149 56.4471 206.284 60.6859C204.917 62.7395 202.131 64.6614 202.788 67.4522C203.077 68.6633 203.734 69.6637 203.944 70.9011C204.128 72.0332 204.076 73.218 203.866 74.3501C203.287 77.4304 201.421 80.1159 199.975 82.8803C197.005 88.6198 194.193 94.4646 191.249 100.204C189.698 103.258 187.884 106.207 184.336 107.023C179.5 108.155 174.269 106.575 170.037 104.259C164.833 101.441 160.101 97.3606 155.712 93.4115C151.69 89.8045 148.063 85.8027 145.566 81.011C145.329 81.4586 145.119 81.9062 144.882 82.3274C142.464 86.9348 139.783 91.4369 136.997 95.8073C134.132 100.283 131.109 105.206 127.088 108.787C127.035 108.813 127.009 108.84 126.956 108.892H126.93C125.8 109.787 124.17 110.209 122.882 110.709C120.148 111.788 117.362 112.841 114.629 113.921C108.609 116.29 102.695 118.765 97.0704 121.977C90.3152 125.821 85.5051 130.876 82.1669 137.906C81.5886 139.143 80.9315 140.328 80.2744 141.512C72.2838 156.23 64.5561 171.079 57.6432 186.349C53.4376 195.616 49.4423 205.068 46.3144 214.757C44.0802 221.681 41.5831 229.553 42.3717 236.925C42.6082 239.084 43.2654 241.479 45.0528 242.875C48.0229 245.218 52.2548 246.534 55.7506 247.851C66.9743 252.063 78.6447 255.065 90.2889 257.829C90.762 257.934 91.2614 258.066 91.7346 258.171C97.7538 258.329 103.747 258.513 109.766 258.724C124.38 259.277 138.968 260.093 153.53 261.41C154.923 255.96 156.159 250.457 156.369 244.876C156.369 244.507 156.395 244.112 156.421 243.691C152.847 243.586 149.246 243.006 145.75 242.585C138.6 241.716 131.477 240.69 124.38 239.505C116.39 238.188 108.452 236.688 100.593 234.766C94.4419 233.265 88.081 231.606 82.3772 228.763C79.8275 227.473 75.5957 225.051 76.5682 221.549C77.8036 217.073 84.4011 217.6 87.9233 217.811C96.2293 218.311 104.483 220.127 112.578 221.944C119.912 223.603 127.166 225.498 134.421 227.42C137.523 228.236 140.624 228.921 143.594 230.185C146.749 231.501 149.824 233.186 152.689 235.055C154.424 236.187 156.658 237.556 157.473 239.557C157.788 240.347 157.999 241.19 158.104 242.059C161.757 242.269 165.49 242.059 169.143 242.059C175.373 242.085 181.602 242.138 187.806 242.453C190.092 242.585 192.379 242.69 194.64 243.059C194.771 243.059 194.902 243.112 195.034 243.138C195.139 243.112 195.244 243.085 195.376 243.085C195.428 243.085 195.454 243.085 195.507 243.085L152.163 214.23C151.795 213.967 151.611 213.467 151.848 213.072L197.294 137.379C197.531 137.01 198.083 136.826 198.451 137.063L247.314 168.92L265.556 152.281C259.537 147.936 253.649 143.382 248.366 138.169C243.398 133.272 239.166 127.822 234.934 122.319C230.177 116.106 224.736 109.577 216.693 107.944C209.333 106.444 201.737 107.944 194.403 106.18C194.876 111.973 194.508 119.213 190.855 123.925C186.964 128.928 181.602 129.981 175.609 128.954C160.522 126.348 145.356 122.214 131.004 116.896C129.217 116.238 124.827 115.632 125.037 112.947C125.221 110.709 127.613 110.13 129.427 110.63C136.287 112.446 143.279 113.71 150.061 115.816C156.527 117.844 162.598 120.582 169.248 122.056C172.403 122.741 175.583 123.504 178.816 123.557C182.496 123.61 185.124 122.53 187.332 119.581C188.883 117.501 190.749 115.211 191.827 112.841C192.905 110.446 192.642 107.707 192.668 105.127C192.668 104.838 192.773 104.627 192.957 104.495C193.141 104.311 193.404 104.206 193.746 104.311C201.395 106.523 209.438 104.785 217.166 106.365C224.578 107.865 229.966 113.342 234.514 119.055C239.14 124.847 243.424 130.823 248.655 136.115C254.201 141.723 260.43 146.594 266.844 151.175L279.04 140.038C279.724 139.406 280.933 140.222 280.381 141.065L270.839 156.151C276.727 163.76 283.666 170.578 290.211 177.608C293.523 181.162 296.835 184.743 299.91 188.481C301.724 190.693 303.722 193.036 304.931 195.669C306.902 191.377 309.11 187.191 311.528 183.163C314.314 178.529 317.469 173.843 321.543 170.236C324.986 167.156 329.008 164.707 333.134 162.733C339.942 159.468 347.249 157.335 354.556 155.519C357.789 153.281 358.315 147.857 358.236 144.251C356.344 142.987 354.635 141.486 353.242 139.827C349.168 134.957 347.381 127.769 345.961 121.661C342.071 121.24 339.311 115.843 339.101 112.315C338.654 112.236 338.207 111.841 338.286 111.262L339.416 102.916C339.416 102.758 339.837 99.5985 339.048 100.362C338.602 100.783 337.76 100.625 337.629 99.9934C335.921 92.3057 337.629 84.9865 341.493 78.194C343.911 73.9288 346.934 70.2166 351.402 68.0051C354.793 66.3201 358.499 65.6092 362.205 65.1617C361.837 64.7931 361.811 64.0559 362.363 63.8189C371.221 60.0277 381.84 61.3968 389.305 67.5575C390.461 68.5053 391.487 69.9533 392.775 70.7168C393.826 71.3487 395.14 71.4803 396.27 71.9806C398.347 72.9021 400.055 74.4027 401.449 76.193C404.576 80.2475 406.311 85.5394 406.39 90.647C406.39 95.623 406.39 100.836 404.524 105.549C404.077 106.654 403.525 107.655 402.921 108.629C404.235 107.892 405.68 107.76 406.627 109.498C408.046 112.078 407.757 116.554 406.968 119.292C406.127 122.161 404.13 124.821 401.291 125.926C399.714 126.532 397.926 126.611 396.744 125.716C396.297 126.874 395.771 128.006 395.193 129.112C392.538 134.088 388.595 139.459 384.074 142.987C384.232 145.857 384.521 149.411 386.361 151.754C386.782 152.281 387.675 152.912 387.991 152.939C391.408 152.623 395.219 154.15 398.373 155.308C403.21 157.099 407.941 159.284 412.409 161.838C416.299 164.049 420.295 166.603 423.16 170.078C424.448 171.632 425.709 173.185 427.024 174.712C437.354 187.007 446.001 200.408 452.888 214.915C459.275 228.342 464.269 242.401 468.343 256.697C468.685 257.434 468.922 258.198 469.001 258.987C469.001 259.066 469.027 259.172 469.001 259.251C469.211 263.147 464.979 264.832 462.009 266.201C451.127 271.151 439.01 273.52 427.234 274.995C421.662 275.679 415.931 276.258 410.28 276.048C409.124 275.995 408.02 275.864 406.995 275.521C405.286 275.943 403.578 276.39 401.843 276.732C399.477 277.233 397.19 277.628 395.114 278.997C393.589 280.023 392.17 281.234 390.619 282.261C388.043 283.999 385.231 285.894 382.234 286.842C380.394 287.421 378.66 286.842 379.474 284.499C380 282.946 381.577 281.735 382.786 280.734C384.416 279.418 386.046 278.154 387.544 276.68C388.359 275.864 390.908 273.389 388.28 274.231C386.492 274.81 384.784 275.864 383.233 276.89C381.314 278.154 379.764 279.681 378.37 281.498C377.319 282.867 376.163 285.026 374.691 285.947C373.298 286.816 370.143 287.053 369.907 284.841C369.828 284.025 370.248 283.077 370.774 282.209C369.066 283.709 367.147 284.815 365.57 283.709C364.282 282.814 364.939 281.234 366.043 279.76L321.963 281.34C321.306 281.34 320.228 281.629 319.571 281.392C318.888 281.155 318.389 280.287 317.863 279.813C315.891 278.101 314.13 277.864 313.237 280.787C313.132 281.129 312.79 281.419 312.422 281.419L248.997 280.181C247.498 280.155 244.949 280.576 243.818 279.339C243.109 278.575 243.214 277.496 243.188 276.522C243.188 274.784 243.135 273.046 243.135 271.283C243.135 269.229 243.845 268.386 245.921 268.044C253.334 266.859 260.956 266.228 268.447 265.912C279.566 265.438 291.105 266.28 301.593 270.098C296.204 267.254 290.395 265.095 284.639 263.226C277.647 260.988 270.498 259.224 263.322 257.697C262.349 257.487 262.612 256.039 263.558 256.012C268.001 255.933 272.522 256.223 277.016 256.828C287.609 257.276 298.097 254.88 307.638 250.194C310.529 248.772 313.184 246.877 314.761 243.98C316.312 241.111 316.654 237.767 316.522 234.581C316.259 228.579 314.393 222.523 312.658 216.81C310.818 210.781 308.584 204.752 305.378 199.276C305.22 199.881 304.957 200.487 304.642 201.198C303.459 203.778 302.039 206.253 300.515 208.675C295.678 216.284 289.712 223.234 282.904 229.132C278.698 232.765 274.177 236.003 269.367 238.741C266.765 240.216 264.084 241.532 261.324 242.69C259.037 243.665 255.673 245.613 253.15 245.244C251.047 244.928 249.522 243.006 249.68 240.926C249.811 239.294 250.705 238.109 251.783 237.056C249.864 238.03 247.945 238.978 246 239.926C245.001 240.426 244.002 241.005 242.951 241.374C240.769 242.164 237.983 241.374 235.749 241.058C232.043 240.505 228.363 239.689 224.788 238.61C222.239 237.846 220.372 236.898 218.48 235.45L214.537 239.952C213.486 241.163 213.092 241.611 211.567 241.953L201.684 244.138C206.336 245.271 210.962 247.324 214.511 249.983C217.113 251.932 219.426 254.196 221.844 256.328C223.973 258.198 226.287 259.646 228.731 261.067C230.992 262.384 233.357 263.595 235.486 265.122C236.432 265.806 238.01 266.859 237.904 268.228C237.773 270.019 235.039 270.44 233.725 270.572C232.805 270.677 231.833 270.651 230.886 270.572C233.042 273.152 234.093 275.706 230.413 276.206C227.89 276.548 225.051 275.89 222.659 275.205C219.321 274.231 216.929 272.125 214.695 269.519C211.33 265.569 208.045 262.357 203.103 260.462C201.973 260.04 200.843 259.619 199.686 259.303C199.161 259.145 198.609 258.935 198.057 258.935L196.716 259.277L195.796 261.225C196.006 261.936 198.03 262.752 198.714 263.068C199.975 263.674 201.316 264.095 202.656 264.569C205.758 265.675 208.781 266.965 210.332 270.071C211.672 272.757 210.857 275.337 207.572 275.205C205.364 275.126 203.077 274.389 200.922 273.863C197.846 273.125 194.797 272.283 191.722 271.598C188.489 270.861 185.177 270.282 181.865 270.177C180.025 270.124 178.553 270.229 176.792 269.703C173.559 268.729 170.405 267.333 167.409 265.754C163.545 263.726 159.05 263.937 154.792 263.358C154.713 263.647 153.819 267.149 153.451 268.597C153.372 268.939 153.004 269.255 152.636 269.229C145.75 268.86 138.863 268.65 132.029 267.702C120.569 266.149 109.214 263.884 97.9378 261.383C95.7824 260.909 93.6534 260.409 91.498 259.935C86.0045 259.804 80.4847 259.698 74.9911 259.646C54.2262 259.356 33.4611 259.435 12.6961 259.804C8.75339 259.883 4.83698 259.962 0.894257 260.067C-0.209717 260.093 -0.209717 258.382 0.894257 258.355L0.841675 258.303ZM211.62 26.565C210.121 23.4847 207.414 21.3258 204.68 19.4038C203.971 18.9036 204.234 17.8768 205.101 17.8242L207.283 17.6662C201.001 12.427 193.089 9.84683 185.361 7.45099C184.704 7.24037 184.573 6.52952 184.993 6.02929C185.361 5.58171 185.755 5.21312 186.176 4.87086C183.074 4.18634 179.762 4.37063 176.608 4.13368C172.902 3.84408 169.248 3.47548 165.542 3.68611C164.754 3.73876 164.491 2.73831 164.938 2.23808C164.99 2.18542 165.043 2.13276 165.095 2.05378C161.416 2.52768 157.683 3.05424 154.161 4.21267C149.062 5.89765 145.093 9.05699 142.28 13.638C142.201 13.7697 142.096 13.875 141.965 13.9276H141.912L141.86 13.9803C141.833 13.9803 141.807 14.0066 141.781 14.0066C132.607 16.9553 127.692 28.3816 126.352 37.2805C126.036 39.3867 126.615 41.7299 126.983 43.8098C127.561 47.1271 128.297 50.4444 129.427 53.6037C131.714 59.9487 134.684 65.7409 140.23 69.6374C140.729 66.3727 142.596 63.9243 145.303 61.8707C145.592 61.6601 146.065 61.4231 146.354 61.1335C146.302 61.0808 146.249 60.9492 146.013 60.7386C145.671 60.449 145.408 59.9224 145.145 59.5538C143.831 57.5266 142.937 55.1307 142.596 52.7349C142.044 48.5751 143.647 41.9405 148.667 41.1507C150.823 40.8084 152.058 42.2301 153.215 43.8361C154.66 45.8897 155.975 48.1275 157.683 49.9968C161.915 43.3622 166.357 35.3322 173.901 32.2782C183.127 28.5133 193.089 32.91 201.211 37.5701C203.34 35.8324 205.627 34.2001 208.097 32.989C208.229 32.91 208.36 32.8837 208.492 32.91C208.728 32.8837 208.965 32.91 209.149 33.0943C210.621 33.8052 212.066 34.674 213.328 35.7271C213.249 32.5941 212.96 29.3821 211.62 26.565ZM145.697 76.193C146.276 74.4554 147.931 70.2429 146.933 68.4263C145.776 66.3464 145.014 69.7427 145.014 70.7695C145.04 72.6124 145.198 74.5344 145.618 76.3773C145.618 76.2983 145.671 76.2457 145.697 76.1667V76.193ZM189.199 119.924C187.622 122.135 185.86 124.083 183.153 124.821C180.13 125.637 176.897 125.268 173.848 124.768C170.352 124.189 166.725 123.452 163.334 122.425C159.576 121.293 156.027 119.66 152.321 118.397C144.725 115.764 136.76 114.395 129.006 112.341C127.429 111.92 126.247 112.762 127.902 113.947C128.612 114.474 129.874 114.711 130.689 115.027C132.292 115.632 133.895 116.211 135.499 116.764C138.995 117.975 142.517 119.107 146.065 120.134C153.031 122.188 160.075 123.952 167.146 125.505C173.796 126.979 181.97 129.981 187.727 124.873C190.513 122.398 191.906 118.897 192.511 115.211C191.512 116.87 190.276 118.423 189.199 119.95V119.924ZM155.843 240.11C154.634 237.662 151.086 236.056 148.825 234.766C144.725 232.423 140.519 230.817 135.972 229.632C122.094 226.025 108.189 222.128 93.9425 220.154C90.6832 219.706 87.3713 219.338 84.0857 219.443C82.3772 219.496 79.9327 219.522 78.7236 220.97C76.4368 223.655 80.9315 226.104 82.824 227.104C88.0284 229.816 93.9162 231.343 99.5674 232.765C106.875 234.608 114.287 236.056 121.699 237.346C132.949 239.294 144.383 241.163 155.791 241.953C155.948 241.953 156.132 241.953 156.29 241.98C156.211 241.295 156.08 240.663 155.791 240.084L155.843 240.11ZM203.787 142.618L198.346 139.064L153.767 213.309L198.057 242.796L208.439 226.551L207.887 226.051C206.52 224.84 203.892 223.05 205.127 220.917C205.679 219.943 206.363 219.39 207.072 219.127C206.836 218.969 206.573 218.785 206.336 218.627C204.181 217.258 201.842 215.652 201.421 212.914C201.106 210.913 202.131 209.07 204.339 209.491C204.943 209.596 205.548 209.833 206.152 210.123C205.679 209.623 205.206 209.096 204.812 208.57C203.629 207.016 202.157 203.962 204.05 202.356C205.968 200.697 209.254 202.225 211.041 203.357C211.672 203.752 212.25 204.173 212.829 204.594C212.487 204.015 212.224 203.357 212.119 202.672C211.725 199.934 213.486 198.512 216.035 198.855C219.268 199.276 221.371 201.277 224.026 202.935C224.893 203.488 225.813 204.015 226.733 204.541L246.316 170.289L203.787 142.566V142.618ZM275.571 145.541L248.156 170.605L228.258 205.41C230.65 206.674 233.173 207.806 235.775 208.543L268.973 155.993C268.973 155.993 269.078 155.808 269.131 155.73L275.544 145.567L275.571 145.541ZM404.734 90.6207C404.629 85.8554 403.026 80.9057 400.082 77.1145C398.478 75.0873 396.533 73.7445 394.089 72.9547C391.907 72.2702 390.803 71.1118 389.147 69.5847C382.629 63.582 372.772 61.7654 364.492 64.7667C364.65 64.951 364.781 65.1353 364.913 65.346C365.307 65.9252 364.781 66.5834 364.177 66.636C360.024 67.0309 355.792 67.6628 352.033 69.5847C347.696 71.7963 344.91 75.5348 342.623 79.721C339.416 85.5658 337.971 91.8055 339.101 98.3084C340.205 97.8345 341.388 97.9662 341.598 99.5985C341.808 101.099 341.151 103.153 340.941 104.653L340.494 107.865C341.861 106.075 344.148 105.206 346.592 106.365C346.855 106.496 346.986 106.681 347.013 106.865C350.509 107.497 354.346 107.918 357.237 105.443C359.077 103.864 360.471 101.942 362.994 101.468C363.625 101.362 364.124 101.836 364.045 102.389C369.381 100.994 374.454 99.1509 377.74 94.3593C379.08 92.411 380.237 90.3048 382.418 89.2253C384.153 88.3565 386.177 88.0142 388.07 88.4618C388.096 88.4618 388.148 88.4618 388.175 88.4618H388.227C388.227 88.4618 388.28 88.4881 388.306 88.5145C388.385 88.5408 388.464 88.5935 388.516 88.6198C392.38 90.9103 394.772 95.0701 396.481 99.0983C397.979 102.679 399.241 106.681 399.267 110.604C399.267 110.762 399.267 110.919 399.267 111.051C400.844 108.524 402.631 106.154 403.499 103.205C404.708 99.0983 404.708 94.7805 404.708 90.5417L404.734 90.6207ZM399.057 124.715C400.371 124.873 402.001 123.767 402.921 122.899C405.05 120.871 405.838 117.949 405.838 115.079C405.838 113.842 405.996 111.762 405.312 110.709C404.051 108.708 402.001 111.551 401.343 112.525C400.029 114.474 399.319 116.738 398.636 118.976C398.347 120.582 397.979 122.161 397.48 123.741C397.742 124.268 398.216 124.663 399.057 124.742V124.715ZM395.666 123.952C395.666 123.952 395.666 123.873 395.64 123.846C394.956 121.003 396.297 117.212 397.401 114.658C397.453 114.526 397.506 114.421 397.558 114.316C397.742 110.788 397.401 107.234 396.376 103.837C394.877 98.835 392.38 92.9639 387.702 90.1731C381.63 88.6461 379.632 96.0442 375.873 99.1246C372.167 102.179 367.357 103.416 362.784 104.522C362.232 104.653 361.811 104.285 361.732 103.811C359.629 105.022 358.157 107.418 355.844 108.366C352.69 109.656 349.168 109.05 345.961 108.471C345.514 108.392 345.33 108.076 345.357 107.734C341.808 106.444 340.363 111.314 341.204 114C341.94 116.317 343.885 120.134 346.697 120.003C347.065 120.003 347.433 120.266 347.512 120.634C348.879 126.532 350.509 133.667 354.372 138.485C357.658 142.592 362.81 145.514 367.988 146.278C373.718 146.172 380.473 144.303 384.6 140.17C389.2 135.615 393.432 130.113 395.64 123.952H395.666ZM382.471 144.119C378.344 146.699 372.614 147.91 367.962 147.989C367.857 147.989 367.778 147.989 367.699 147.963C365.044 147.594 362.416 146.673 359.997 145.33C359.945 149.148 359.183 153.176 356.554 156.045C356.318 156.282 356.081 156.546 355.818 156.756C355.818 156.809 355.871 156.914 355.95 157.02C356.291 157.52 356.396 158.468 356.659 159.047C357.053 159.863 357.553 160.679 358.105 161.39C361.627 165.839 367.383 167.103 372.798 166.814C377.529 166.55 382.55 164.997 385.52 161.1C386.282 160.074 388.622 156.124 387.544 154.597C383.654 154.097 382.707 147.831 382.418 144.145L382.471 144.119ZM413.172 274.31C418.113 274.231 423.028 273.81 427.917 273.178C438.326 271.835 448.919 269.703 458.697 265.78C461.352 264.727 467.529 262.963 467.345 259.303C467.161 258.619 466.95 257.908 466.74 257.223C465.636 254.907 463.297 252.932 461.509 251.431C460.037 250.194 458.46 248.825 456.699 248.035C453.519 246.587 449.786 246.429 446.343 246.613C437.354 247.035 428.443 249.878 420.058 252.985C416.878 254.169 413.724 255.433 410.596 256.802C411.647 259.119 412.462 261.541 413.25 263.937C413.855 265.806 414.433 267.702 414.933 269.598C415.222 270.703 415.774 272.072 415.064 273.125C414.617 273.784 414.013 274.073 413.382 274.1C412.882 274.205 412.383 274.31 411.91 274.416C412.33 274.416 412.777 274.416 413.198 274.416L413.172 274.31ZM397.69 252.379C397.953 254.512 398.373 256.618 398.925 258.698C399.556 258.592 400.187 258.487 400.818 258.329C402.395 257.987 403.867 257.46 405.47 257.276C406.075 256.986 406.706 256.671 407.31 256.407C407.336 255.696 407.389 254.959 407.441 254.248C406.469 252.721 405.339 251.326 403.972 250.194C402.842 249.246 401.449 248.483 399.924 248.535C397.532 248.614 397.48 250.457 397.716 252.432L397.69 252.379ZM407.152 273.731C408.388 273.415 409.623 273.125 410.859 272.836C410.806 272.783 410.753 272.704 410.701 272.625C409.308 270.756 408.651 267.939 408.099 265.701C407.494 263.226 407.284 260.751 407.284 258.277C406.916 258.461 406.548 258.619 406.154 258.803C406.075 258.829 405.996 258.856 405.917 258.882C405.864 258.882 405.786 258.908 405.733 258.935C403.946 259.119 402.237 259.777 400.502 260.146C400.134 260.225 399.766 260.277 399.398 260.33C399.635 261.094 399.871 261.831 400.134 262.568C401.212 265.648 402.526 268.992 404.471 271.651C405.234 272.704 406.154 273.336 407.179 273.731H407.152ZM408.887 257.539C408.887 259.277 408.94 261.015 409.229 262.752C409.492 264.49 409.939 266.228 410.491 267.913C410.753 268.676 411.279 271.151 411.962 271.493C414.433 272.783 413.356 270.256 413.172 269.598C412.961 268.781 412.725 267.965 412.488 267.175C411.568 264.095 410.596 260.62 409.15 257.434C409.071 257.46 408.992 257.513 408.913 257.539H408.887ZM368.119 281.998C368.855 281.656 369.46 280.997 370.064 280.445C371.589 279.023 373.008 277.47 374.507 276.021C375.637 274.942 376.793 273.968 378.055 273.099C379.343 271.756 380.71 270.466 382.155 269.282C383.181 268.439 384.547 267.202 385.967 267.755C386.361 267.913 386.545 268.176 386.598 268.571C386.86 270.835 383.917 271.73 382.339 272.573C381.13 273.231 380 273.915 378.922 274.679C378.239 275.416 377.556 276.153 376.925 276.943C375.663 278.444 374.48 280.023 373.403 281.656C373.192 281.998 371.615 284.104 371.799 284.473C372.22 285.342 374.007 284.288 374.349 283.999C375.637 282.867 376.557 281.182 377.608 279.865C378.686 278.496 379.895 277.312 381.262 276.285C383.391 274.705 385.967 272.994 388.595 272.388C390.015 272.046 391.539 272.336 391.381 274.126C391.171 276.469 388.148 278.654 386.519 280.05C385.152 281.208 383.627 282.182 382.392 283.499C382.261 283.63 380.815 285.421 380.894 285.473C380.973 285.526 381.498 285.342 381.525 285.342C382.103 285.342 382.865 284.841 383.365 284.604C386.072 283.341 388.648 281.708 391.092 279.971C392.748 278.812 394.247 277.417 396.086 276.574C397.9 275.758 399.845 275.469 401.764 275.074C402.763 274.863 403.735 274.626 404.734 274.389C404.261 274.021 403.814 273.599 403.394 273.099C401.265 270.466 399.924 266.991 398.768 263.858C398.373 262.805 398.032 261.725 397.716 260.646C396.691 260.778 395.64 260.909 394.614 260.988C390.356 261.41 386.046 261.541 381.866 262.568C379.921 263.042 377.871 263.621 376.347 265.016C375.032 266.254 374.06 267.913 372.851 269.229C371.694 270.493 370.485 271.677 369.302 272.915C368.724 273.547 368.119 274.179 367.594 274.863C367.383 275.126 367.042 275.469 366.937 275.811C366.043 278.18 366.937 277.048 367.489 276.68C369.775 275.126 371.484 272.494 373.692 270.73C374.244 270.282 374.796 269.887 375.348 269.466L375.4 269.413C377.214 267.518 379.29 266.465 381.341 264.911C381.577 264.727 381.945 264.78 382.208 264.911L382.523 265.069C382.76 265.201 382.97 265.517 382.944 265.806C382.813 267.017 381.998 267.123 380.999 267.702C379.474 268.597 377.976 269.598 376.557 270.651C375.321 271.914 374.191 273.283 373.035 274.6C371.72 276.1 370.432 277.601 369.118 279.076C368.487 279.786 367.068 280.918 366.91 281.84C366.779 282.682 367.226 282.393 368.119 281.972V281.998ZM296.914 266.017C301.645 268.07 306.403 270.414 310.398 273.705C310.95 274.152 311.554 274.626 312.001 275.205C312.422 275.732 312.106 276.495 311.581 276.653C311.344 276.732 311.081 276.706 310.871 276.495C300.199 269.887 287.556 267.676 275.176 267.57C268.369 267.518 261.587 268.07 254.832 268.808C253.202 268.992 251.599 269.176 249.969 269.361C248.445 269.545 245.501 269.229 244.922 270.967C244.554 272.046 244.949 273.836 244.949 274.995C244.949 275.574 244.738 276.89 244.949 277.417C245.553 278.707 246.552 278.496 247.604 278.523L311.896 279.786C312.869 277.338 314.814 275.969 317.469 277.47C318.336 277.97 319.466 278.733 320.044 279.549C320.123 279.655 320.176 279.707 320.228 279.786C321.227 279.549 322.542 279.707 323.567 279.681L365.175 278.18C364.045 276.311 366.201 273.836 367.357 272.546C368.093 271.73 368.829 270.914 369.565 270.124C359.288 268.044 348.616 268.413 338.339 270.598C332.714 271.783 326.931 273.362 321.674 275.837C320.675 276.311 319.808 274.837 320.807 274.363C329.98 270.045 339.469 266.228 349.273 263.568C345.173 264.2 341.125 265.043 337.13 266.149C331.11 267.807 325.039 270.071 319.887 273.626C319.125 274.152 318.362 274.679 317.705 275.337C317.363 275.679 316.838 275.653 316.496 275.337C307.139 266.728 294.811 262.147 282.51 259.777C280.013 259.303 277.489 258.829 274.94 258.566C274.677 258.54 274.414 258.54 274.151 258.513C274.046 258.513 273.967 258.487 273.862 258.435C273.704 258.435 273.547 258.382 273.363 258.382C281.38 260.383 289.291 262.831 296.861 266.096L296.914 266.017ZM313.841 214.678C315.786 220.759 317.758 227.21 318.257 233.607C318.73 239.689 317.311 245.797 312.212 249.588C309.557 251.563 306.429 252.774 303.38 253.985C300.199 255.249 296.966 256.539 293.602 257.25C290.973 257.803 288.214 258.198 285.454 258.435C291.552 259.83 297.492 261.804 303.012 264.358C308.137 266.728 312.921 269.755 317.127 273.52C319.177 271.677 321.806 270.282 324.25 269.071C332.556 264.964 341.782 262.805 350.903 261.568C355.66 260.909 360.418 260.541 365.228 260.356C367.988 260.04 370.774 259.909 373.56 260.014C374.533 260.04 375.505 260.093 376.452 260.277C377.398 260.435 377.161 261.962 376.215 261.962C372.798 261.91 369.355 261.91 365.911 262.041C358.21 262.805 350.64 264.727 343.307 267.123C341.651 267.649 339.995 268.228 338.365 268.834C338.418 268.834 338.47 268.834 338.549 268.808C349.247 266.622 360.313 266.307 370.984 268.623C372.088 267.412 373.166 266.175 374.217 264.911C376.452 262.173 379.658 261.252 383.023 260.62C386.86 259.883 390.751 259.698 394.614 259.33C395.508 259.251 396.376 259.145 397.269 259.04C396.77 257.144 396.402 255.222 396.139 253.301C395.824 251.01 395.508 248.298 398.058 247.219C401.843 245.665 405.365 248.614 407.678 251.747C408.02 248.404 408.44 245.06 408.545 241.69C408.756 235.924 408.02 230.185 406.627 224.577C404.918 217.653 401.843 211.676 398.768 205.305C397.506 202.646 396.297 199.96 395.561 197.091C395.298 196.011 396.928 195.564 397.217 196.643C398.584 202.172 401.659 207.148 404.103 212.229C406.548 217.337 408.151 222.813 409.203 228.368C410.727 236.556 410.096 244.375 409.229 252.59C409.176 253.037 409.15 253.459 409.097 253.906C409.203 254.09 409.308 254.275 409.413 254.459C409.571 254.749 409.702 255.012 409.86 255.301C413.066 253.88 416.326 252.59 419.611 251.379C428.206 248.193 437.354 245.323 446.58 244.928C450.286 244.77 454.36 245.007 457.724 246.692C459.827 247.719 461.72 249.404 463.481 250.931C464.112 251.484 464.795 252.116 465.452 252.774C459.275 232.212 451.101 212.15 439.404 194.089C435.75 188.429 431.729 183.032 427.444 177.845C423.869 173.527 420.558 169.157 415.853 165.997C410.99 162.706 405.654 160.047 400.239 157.888C397.033 156.598 393.064 154.782 389.41 154.676C389.62 155.756 389.358 157.072 389.121 157.941C388.385 160.679 386.624 163.075 384.39 164.813C377.582 170.105 365.596 170.289 358.946 164.707C356.764 162.891 355.003 160.311 354.372 157.52C343.675 160.205 332.687 163.628 323.987 170.657C316.075 177.029 311.055 187.139 306.823 196.169C306.639 196.564 306.455 196.985 306.271 197.38C309.609 202.751 311.949 208.754 313.894 214.757L313.841 214.678ZM233.41 239.005C235.25 239.347 237.09 239.636 238.956 239.847C239.981 239.952 241.243 240.242 242.268 239.952C242.899 239.794 243.897 239.189 244.581 238.847C247.682 237.346 255.358 233.423 256.172 233.028C257.881 230.948 259.143 228.473 259.747 225.841C260.247 223.655 260.457 221.418 262.928 220.654C267.212 219.311 265.241 226.341 264.531 228.184C263.243 231.527 260.168 232.817 257.197 234.397C255.857 235.819 254.332 237.004 252.939 238.452C251.389 240.058 250.363 243.875 254.227 243.638C255.463 243.559 257.013 242.717 258.17 242.269C260.72 241.295 263.243 240.189 265.661 238.926C273.967 234.66 281.458 228.895 287.924 222.155C292.735 217.126 297.045 211.545 300.567 205.542C300.988 204.805 301.409 204.067 301.829 203.33C302.486 201.645 303.17 199.96 303.906 198.302C303.906 197.407 303.564 196.617 302.959 195.564C298.859 188.508 292.445 182.505 286.899 176.608C281.143 170.473 275.176 164.418 269.946 157.809L237.536 209.096C240.638 209.728 243.818 209.728 246.868 208.649C248.077 205.831 250.022 203.436 251.862 201.013C253.964 198.275 256.593 195.011 256.12 191.325C255.752 188.534 255.2 186.507 257.013 184.111C258.301 182.4 260.273 180.451 262.376 179.82C268.526 177.924 265.845 187.797 265.346 190.535C264.478 195.195 264.11 199.96 264.189 204.699C264.242 206.964 264.373 209.228 264.636 211.492C264.82 213.151 264.767 216.099 265.845 217.468C266.529 218.337 265.319 219.548 264.636 218.679C263.006 216.6 263.085 213.23 262.849 210.649C262.481 206.99 262.402 203.278 262.586 199.618C262.796 195.853 263.296 192.115 264.058 188.429C264.4 186.796 266.029 180.293 262.612 181.583C260.536 182.373 257.802 185.006 257.381 187.191C257.092 188.666 257.776 190.272 257.881 191.746C257.96 192.878 257.802 193.958 257.46 195.011C255.673 200.592 250.442 204.199 248.313 209.596C248.261 209.754 248.182 209.86 248.077 209.939C247.998 210.044 247.866 210.123 247.709 210.202C243.871 211.703 239.876 211.545 236.038 210.518C235.986 210.518 235.907 210.491 235.854 210.465C234.225 210.018 232.647 209.438 231.097 208.754C228.179 207.464 225.183 205.989 222.528 204.225C221.319 203.409 220.215 202.435 218.927 201.751C218.165 201.356 217.35 201.066 216.509 200.882C215.115 200.566 213.407 201.54 213.933 203.172C214.537 205.068 216.693 206.358 218.217 207.464C219.558 208.464 220.924 209.438 222.37 210.307C223.553 211.018 224.657 211.755 225.761 212.492C226.786 212.966 227.837 213.414 228.784 214.046C230.834 215.388 232.569 216.81 234.987 217.574C237.037 218.232 239.192 218.574 241.321 218.995C243.477 219.417 245.711 219.706 247.814 220.285C248.944 220.601 249.68 221.049 250.101 222.155C250.337 222.787 249.627 223.366 249.049 223.208L236.38 219.838C233.094 218.969 230.177 218.048 227.548 215.862C226.733 215.178 225.866 214.546 224.972 213.967C223.947 213.493 222.922 213.045 221.976 212.466C220.451 211.518 219.111 210.386 217.507 209.57C215.799 208.701 214.196 207.911 212.645 206.753C211.409 205.858 210.174 204.857 208.781 204.225C207.519 203.646 204.786 202.646 205.048 205.594C205.127 206.463 206.047 207.595 206.547 208.175C207.887 209.754 209.596 211.123 211.199 212.413C212.697 213.624 214.248 214.783 215.799 215.915C218.454 217.574 221.056 219.285 223.763 220.891C227.758 223.26 231.938 225.34 236.275 226.973C238.22 227.71 240.217 228.368 242.215 228.947C243.345 229.263 244.607 229.421 244.896 230.711C245.028 231.343 244.502 231.922 243.845 231.764C240.033 230.79 236.064 230.027 232.437 228.473C228.915 226.946 225.682 224.656 222.475 222.55C219.952 220.891 217.455 219.206 215.037 217.442C214.327 216.994 213.644 216.573 212.934 216.126C211.252 215.099 209.543 214.072 207.808 213.151C206.993 212.729 205.364 211.492 204.47 211.492C201.868 211.439 203.524 214.125 204.234 214.994C205.443 216.415 207.177 217.231 208.702 218.285C209.491 218.837 210.253 219.443 210.989 220.075C212.881 221.181 214.669 223.05 215.72 224.129C218.27 226.762 220.688 228.974 224.263 230.027C227.601 231.001 230.702 232.712 234.067 233.555C236.485 234.16 239.166 233.976 240.559 236.424C240.875 236.951 240.48 237.741 239.823 237.714C236.748 237.557 233.935 236.53 231.149 235.266C229.441 234.502 227.758 233.686 225.997 233.028C224.42 232.449 222.791 232.238 221.214 231.738C218.349 230.869 216.509 228.157 214.563 226.025C212.934 224.261 211.304 222.602 209.491 221.102C208.781 220.838 208.019 220.812 207.335 221.286C205.758 222.418 207.519 223.576 208.465 224.445L216.035 231.211C218.427 233.37 220.583 235.608 223.711 236.635C226.865 237.688 230.124 238.478 233.41 239.084V239.005ZM259.405 231.29C259.931 230.975 260.43 230.659 260.904 230.29C262.954 228.763 263.48 226.13 263.716 223.734C263.716 223.55 264.032 222.155 263.848 221.997C263.69 221.839 262.06 223.471 261.981 223.603C261.587 224.235 261.613 225.288 261.456 225.972C261.035 227.815 260.352 229.605 259.432 231.264L259.405 231.29ZM212.145 240.189C212.145 240.189 212.329 240.031 212.408 239.9C212.697 239.478 213.144 239.057 213.486 238.689L217.192 234.476C217.061 234.371 212.093 229.921 209.753 227.815L200.159 242.822L210.726 240.479C211.146 240.374 211.698 240.347 212.145 240.189ZM236.117 267.992C235.959 266.859 232.753 265.411 231.885 264.885C229.861 263.674 227.811 262.568 225.813 261.357C221.713 258.856 218.48 255.38 214.774 252.353C211.173 249.43 206.468 247.166 201.71 245.929C202.394 246.271 203.051 246.613 203.708 246.929C208.124 249.035 212.592 250.273 215.589 254.327C217.008 256.223 218.191 258.277 219.794 260.014C221.319 261.646 223.001 263.147 224.657 264.622C225.235 265.148 227.154 266.701 228.994 268.518C230.387 268.781 236.327 269.413 236.091 267.939L236.117 267.992ZM211.173 252.353C214.353 256.328 217.034 260.778 220.819 264.227C222.028 265.332 223.316 266.254 224.683 266.991C222.028 264.648 219.268 262.331 217.139 259.54C215.799 257.803 214.747 255.854 213.302 254.196C212.645 253.459 211.935 252.853 211.146 252.379L211.173 252.353ZM166.042 263.252C168.591 264.095 170.957 265.675 173.454 266.675C174.847 267.228 176.267 267.781 177.712 268.176C179.5 268.65 181.339 268.413 183.179 268.518C188.252 268.834 193.194 270.124 198.083 271.388C200.422 271.993 202.788 272.546 205.154 273.073C205.916 273.231 206.836 273.599 207.598 273.494C209.832 273.231 209.438 271.888 208.623 270.466C206.599 266.886 201.894 266.333 198.425 264.832C196.269 263.884 192.484 262.015 194.429 259.172C196.742 255.828 200.948 257.803 203.918 258.987C207.756 260.514 211.12 262.779 213.854 265.885C216.377 268.781 218.638 272.099 222.423 273.389C224.736 274.179 227.627 274.916 230.098 274.6C231.911 274.363 231.044 273.389 230.15 272.336C229.52 271.572 228.836 270.861 228.126 270.15C226.97 269.861 225.866 269.466 224.815 268.992C216.824 265.385 213.144 256.486 207.283 250.51L207.23 250.457C207.046 250.378 206.862 250.299 206.704 250.22C202.972 248.588 199.213 246.034 195.27 245.034C193.404 244.56 191.407 244.507 189.514 244.375C183.074 243.954 176.582 243.928 170.142 243.875C166.226 243.875 162.204 244.086 158.261 243.875C158.261 246.139 157.841 248.509 157.552 250.536C156.973 254.301 156.159 258.013 155.265 261.725C158.866 262.226 162.598 262.12 166.068 263.279L166.042 263.252ZM125.879 265.043C133.212 266.228 140.44 266.833 147.853 267.228L152.032 267.465C152.4 266.043 152.768 264.595 153.162 263.147C135.578 261.568 117.967 260.672 100.303 260.146C108.793 261.989 117.31 263.647 125.879 265.043Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_54_2461'%3E%3Crect width='469' height='287' fill='white' transform='matrix(-1 0 0 1 469 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.s04030203 .ohjanghwan_wrap .ui-tab_content::after {border-left-color: #005F95;}
@media(max-width:1240px){
    .ohjanghwan_wrap .ohjanghwan_tab::after {right: 0;width: 500px;height: 245px;}
    .ohjanghwan_wrap .ohjanghwan_tab .tit {font-size: 40px;}
    .ohjanghwan_wrap .ohjanghwan_con .title > .tit {font-size: 32px;}
}
@media(max-width:1024px){
    .ohjanghwan_wrap {flex-direction: column;}
    .ohjanghwan_wrap > div {width: 100%;}
    .ohjanghwan_wrap .ohjanghwan_tab {padding: 70px 0 100px 0;min-height: auto;}
    .ohjanghwan_wrap .ohjanghwan_tab::before {right: 50%;transform: translateX(50%);width: 100vw;}
    .ohjanghwan_wrap .ohjanghwan_tab::after {right: 0;bottom: 0;width: 400px;height: 196px;}
    .ohjanghwan_wrap .ohjanghwan_tab .tit {font-size: 38px;}
    .ohjanghwan_wrap .ui-tab_content {padding: 80px 0 80px 0;}
    .ohjanghwan_wrap .ui-tab_content::before {left:50%;transform: translateX(-50%);width: 100vw;}
    .ohjanghwan_wrap .ui-tab_content::after {left: 50%;transform: translateX(-50%);top: 0;border-top: 24px solid #213A8F;border-left: 29px solid transparent;}
    .ohjanghwan_wrap .ohjanghwan_con .title > .tit {font-size: 30px;}
    .ohjanghwan_wrap .ohjanghwan_con .half_list {margin-bottom: 30px;}
    
    .s04030202 .ohjanghwan_wrap .ohjanghwan_tab::after {width: 400px;height: 178px;}
    .s04030202 .ohjanghwan_wrap .ui-tab_content::after {border-top: 24px solid #394B66;border-left: 29px solid transparent;}
    .s04030203 .ohjanghwan_wrap .ohjanghwan_tab::after {width: 359px;height: 220px;}
    .s04030203 .ohjanghwan_wrap .ui-tab_content::after {border-top: 24px solid #005F95;border-left: 29px solid transparent;}
}
@media(max-width:767px){
    .layer-popup .item.on {max-width: 100%;width: 95%;}
}
@media(max-width:540px){
    .ohjanghwan_wrap .ohjanghwan_tab::after {width: 300px;height: 146px;}
    .ohjanghwan_wrap .ohjanghwan_tab .tit {font-size: 30px;}
    .ohjanghwan_wrap .ohjanghwan_tab .tab-ul.col3 li {width: calc(50% - 4px);}
    .ohjanghwan_wrap .ohjanghwan_con .title > .tit {font-size: 25px;}
    .ohjanghwan_wrap .ohjanghwan_con .half_list {flex-direction: column;gap:20px;}
    .ohjanghwan_wrap .ohjanghwan_con .half_list li {width: 100%;}

    .ohjanghwan_wrap .ohjanghwan_con .audio .tit {font-size: 15px;}
    .ohjanghwan_wrap .ohjanghwan_con .audio .tit i {width: 16px;height: 16px;}
    .ohjanghwan_wrap .ohjanghwan_con .audio .play {margin: 0 8px 0 7px;}
    .ohjanghwan_wrap .ohjanghwan_con .audio .time {padding-left:12px;font-size: 15px;}

    .s04030202 .ohjanghwan_wrap .ohjanghwan_tab::after {width: 300px;height: 134px;}
    .s04030203 .ohjanghwan_wrap .ohjanghwan_tab::after {width: 280px;height: 171px;}
}
/* sub04030201 오장환의 향기 */

/* sub04030204 문학 친구들 */
.s04030204 .board__column .item:last-child {border-bottom: 1px solid #ddd;padding-bottom: 30px;}
.s04030204 .board__column.type01 .item .picbox {width: 240px;}
.s04030204 .board__column.type01 .item .txtbox {width: calc(100% - 300px);}
.s04030204 .board__column .item .txtbox .tit .maintit {font-size: 28px; font-family: 'Gmarket Sans';}
.s04030204 .board__column .item .txtbox p {font-size: 16px;}
.s04030204 .board__column .item .imgtext_wrap {display: flex; flex-wrap: wrap; gap: 20px;}
.s04030204 .board__column .item .imgtext_wrap .img_left {width: 100px;}
.s04030204 .board__column .item .imgtext_wrap .txt_right {width: calc(100% - 120px);}
@media (max-width:767px) {
    .s04030204 .board__column .item .txtbox .tit .maintit {font-size: 24px; text-align: center;}
    .s04030204 .board__column.type01 .item .txtbox {width: 100%;}
    .s04030204 .board__column .item .imgtext_wrap {gap: 10px; justify-content: center;}
    .s04030204 .board__column .item .imgtext_wrap .img_left {width: auto;}
    .s04030204 .board__column .item .imgtext_wrap .txt_right {width: 100%;}
}
/* sub04030204 문학 친구들 End */

/* sub04030301 전시관 안내  */
.s04030301 .topbox {position: relative;margin-bottom: 60px;padding: 90px 6% 84px; background: #F6FBF8;}
.s04030301 .topbox .title {width: 50%;}
.s04030301 .topbox .title .tit {display: block;font-family: 'Gmarket Sans';font-size: 40px;color: #222;letter-spacing: -0.03em;line-height: 1.2;}
.s04030301 .topbox .title .txt {margin-top: 20px; font-family: 'Gmarket Sans';font-size: 16px;color: #555;letter-spacing: -0.02em;line-height: 23px;}
.s04030301 .topbox .img {display: flex;flex-direction: column;position: absolute;right: 4.5%;bottom: 0;max-width: 44%;}
.s04030301 .topbox .img .num-list .num {position: absolute;width: 5.4%;padding-bottom: 5.04%;border-radius: 50%;font-size: 0;}
.s04030301 .topbox .img .num-list .num::before {opacity: 0;content: '';position: absolute;display: block;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%;height: 100%;border-radius: 50%;border:4px solid rgba(255,1,1,.5);z-index: 1;transition: all 0.3s;}
.s04030301 .topbox .img .num-list .num:hover::before,
.s04030301 .topbox .img .num-list .num:focus::before {opacity: 1;}
.s04030301 .topbox .img .num-list .num1 {left:12.2%;top:14.3%}
.s04030301 .topbox .img .num-list .num2 {left:20.5%;top:13.6%}
.s04030301 .topbox .img .num-list .num3 {left:29.4%;top:23.3%}
.s04030301 .topbox .img .num-list .num4 {left:22.55%;top:33%}
.s04030301 .board__column.type01 .item .picbox {width: 400px;}
.s04030301 .board__column.type01 .item .txtbox {width: calc(100% - 430px);}
.s04030301 .board__column .item .txtbox .tit {display: flex;align-items: center;gap:8px;}
.s04030301 .board__column .item .txtbox .tit .subtit {display: inline-flex;align-items: center;justify-content: center;width: 24px;height: 24px;margin-bottom:0;font-weight: normal;background: #213A8F;border-radius: 50%;color: #fff;line-height: 1;letter-spacing: -0.02em;}
@media (max-width:1240px) {
    .s04030301 .topbox .title .tit {font-size: 35px;}
}
@media (max-width:1024px) {
    .s04030301 .topbox {padding: 50px 6% 0;}
    .s04030301 .topbox .title {width: 100%;}
    .s04030301 .topbox .title .tit {font-size: 33px;}
    .s04030301 .topbox .img {position: relative;right: auto;bottom: auto;max-width: fit-content;margin: 30px auto 0;}
}
@media (max-width:767px) {
    .s04030301 .topbox {padding: 40px 30px;}
    .s04030301 .topbox .title .tit {font-size: 30px;}
    .s04030301 .board__column.type01 .item .picbox {width: auto;}
    .s04030301 .board__column.type01 .item .txtbox {width: 100%;}
}
@media (max-width:540px) {
    .s04030301 .topbox .title .tit {font-size: 25px;}
}
/* sub04030301 전시관 안내 End  */

/* sub04030302 사진으로 보는 문학관 */
.s04030302 .board__column.type02 .item .txtbox {min-height: 78px;}
@media (max-width:1024px) {
  .s04030302 .board__column.type02 .item {width: calc(50% - 30px);}
}
@media (max-width:767px) {
  .s04030302 .board__column.type02 .item {position: relative;}
  .s04030302 .board__column.type02 .item + .item {padding: 40px 0 0;}
  .s04030302 .board__column.type02 .item + .item::before {content: '';position: absolute;left: 50%;top: 0;transform: translateX(-50%);width: 100%;height: 1px;background-image: linear-gradient(to right, #d3d3d3 33.33%, rgba(255,255,255,0) 0%);background-position: bottom;background-size: 6px 1px;background-repeat: repeat-x;}
  .s04030302 .board__column.type02 .item .txtbox {min-height: auto;}
  .s04030302 .board__column.type02 .picbox {width: auto;}
}
/* sub04030302 사진으로 보는 문학관 End */

/* sub04030305 자료 기증 */
.s04030305 .process_wrap .prc > li {padding: 30px 20px; min-height: 172px;}
@media (max-width:860px) {
  .s04030305 .process_wrap .prc > li .item .prc__text span {display: block;}
  .s04030305 .process_wrap .prc > li {min-height: 194px;}
}
@media (max-width:767px) {
  .s04030305 .process_wrap .prc > li .item .prc__text span {display: inline;}
  .s04030305 .process_wrap .prc > li {min-height: auto;}
}
/* sub04030305 자료 기증 End */

/* sub050301 농특산물 */
.s050301 .info-imgbox .picbox::after {content: '';position: absolute;right: 22px;top: 22px;width: 110px;max-width: 25%;height: 110px;background-size: contain;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg width='110' height='110' viewBox='0 0 110 110' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ccircle cx='55' cy='55' r='55' fill='white'/%3E%3Crect x='18' y='24' width='73' height='68' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2_184' transform='matrix(0.00305672 0 0 0.00328148 -0.0716631 -0.102941)'/%3E%3C/pattern%3E%3Cimage id='image0_2_184' width='383' height='363' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A");}
.s050301 .board__column {border-top: 2px solid #222;scroll-behavior: smooth;}
.s050301 .board__column.type01 .item {flex-direction: row;flex-wrap: nowrap; justify-content: flex-start;align-items: center;gap:50px;margin: 0;padding: 57px 4.2% 57px 5.3%;border-bottom:1px solid #ddd;}
.s050301 .board__column.type01 .item .picbox {width: auto;flex-shrink: 0;}
.s050301 .board__column.type01 .item .txtbox {width: auto;}
.s050301 .board__column .item .txtbox .tit {margin-bottom: 15px;}
.s050301 .board__column .item .txtbox .tit .maintit {font-family: 'Gmarket Sans';font-size: 26px;color: #222;letter-spacing: 0.03em;}
@media (max-width:900px) {
  .s050301 .board__column.type01 .item {padding: 40px 30px;gap:30px;}
}
@media (max-width:767px) {
  .s050301 .board__column.type01 .item {flex-direction: column;align-items: flex-start;padding: 40px 0;}
  .s050301 .board__column.type01 .item .picbox {margin: 0 auto;}
  .s050301 .board__column .item .txtbox .tit .maintit {font-size: 22px;}
}
@media (max-width:500px) {
  .s050301 .info-imgbox .picbox::after {right: 10px;top: 10px;}
}
/* sub050301 농특산물 End */

/* sub050302 온라인장터 */
.s050302 .onlinemarket_wrap {position: relative; border-radius: 40px 40px 0px 0px;text-align: center; border: 1px solid #E6E6E6; background: #FFF;overflow: hidden;}
.s050302 .onlinemarket_wrap .txt_box {position: relative; padding: 100px 0 160px;}
.s050302 .onlinemarket_wrap .txt_box::before {position: absolute; content: ''; animation: up-down 1.4s infinite ease-in-out alternate; top: 182px; left: 74%; width: 198px; height: 118px; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg width='198' height='118' viewBox='0 0 198 118' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M125.953 43.0447C124.801 47.4384 114.87 48.7739 110.765 48.7921C102.814 48.8272 95.0077 46.2419 87.0076 46.1886C79.0074 46.1353 71.5984 45.7625 63.5774 44.8947C55.6293 44.0385 47.6733 45.4871 39.729 44.462C38.5805 44.3126 37.4399 44.0944 36.2953 43.9255C34.2674 43.628 32.0939 43.1122 30.3608 42.0027C29.5787 41.5 28.5147 40.8049 28.1432 39.9618C28.0795 39.8228 28.038 39.6812 28.0159 39.5357C27.8912 38.6289 28.5173 37.6675 29.3371 37.1972C30.3738 36.5931 32.0653 36.3216 33.3047 36.1618C37.0709 35.6681 41.1308 36.0436 44.0292 33.5024C44.5449 33.049 45.0893 32.3098 45.7388 32.0201C46.4131 31.7174 47.3017 31.568 48.0227 31.2796C49.4206 30.7145 51.3265 30.4299 52.8958 30.3728C53.7585 30.3429 54.5679 30.4767 55.4045 30.4221C56.2866 30.3637 57.2883 30.4975 58.1834 30.5027C59.6423 30.5157 61.2689 30.7417 62.707 30.4507C64.2491 30.1376 66.4888 29.3971 67.5489 28.3461C68.5571 27.3484 69.6756 26.5169 70.728 25.5464C74.146 22.4038 80.0792 21.3684 84.799 22.3661C86.5269 22.7325 90.171 23.7614 91.4429 24.8995C92.7251 26.0414 92.4861 28.6137 93.3175 29.2321C93.8814 29.6505 94.6427 29.0451 95.1337 28.8294C95.9665 28.4617 96.8018 28.1538 97.7541 28.2214C99.0883 28.3201 100.451 28.6852 101.645 29.1698C103.147 29.7765 104.595 30.7976 105.568 32.011C106.564 33.2543 107.05 34.8341 108.129 36.0319C109.152 37.1673 110.839 37.118 112.302 37.3453C114.247 37.6506 116.154 37.5973 118.099 37.8819C119.997 38.1586 122.496 38.7692 123.962 40.0241C124.556 40.536 125.377 41.1726 125.772 41.8936C125.972 42.26 126.061 42.6458 125.955 43.0473L125.953 43.0447Z' fill='%23E9F6F5'/%3E%3Cmask id='mask0_828_428' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='28' y='39' width='98' height='10'%3E%3Cpath d='M125.951 43.0441C124.799 47.4378 114.868 48.7734 110.763 48.7915C102.812 48.8266 95.0052 46.2413 87.005 46.1881C79.0049 46.1348 71.5958 45.7619 63.5749 44.8941C55.6267 44.038 47.6707 45.4865 39.7264 44.4615C38.578 44.3121 37.4373 44.0938 36.2928 43.9249C34.2648 43.6274 32.0913 43.1117 30.3583 42.0022C29.5762 41.4994 28.5122 40.8044 28.1406 39.9612C38.8976 42.4946 50.7653 38.7998 61.999 40.3081C64.9195 40.7018 67.7971 41.4475 70.7332 41.5657C77.112 41.8216 83.1855 39.1025 89.5643 39.1895C94.3816 39.2571 99.0338 40.9122 103.795 41.6852C111.054 42.8687 118.416 41.9944 125.768 41.8918C125.968 42.2581 126.057 42.644 125.951 43.0454V43.0441Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_828_428)'%3E%3Cpath d='M62.1903 49.5878C62.0759 49.5709 61.9746 49.4982 61.9252 49.3981C61.8889 49.3267 61.8902 49.2331 61.9252 49.1578C61.9564 49.0915 62.0162 49.037 62.0954 49.0045C62.1435 48.9759 62.1799 48.9447 62.2175 48.9148C62.2565 48.8837 62.2942 48.8512 62.3371 48.8239C62.4306 48.7628 62.5319 48.7278 62.6307 48.6927C62.6657 48.681 62.6995 48.668 62.7346 48.655C62.7879 48.6342 62.8463 48.6277 62.9048 48.6368C63.0191 48.6537 63.1204 48.7265 63.1698 48.8265C63.2049 48.898 63.2049 48.9915 63.1698 49.0668C63.1373 49.1344 63.0763 49.1903 62.9957 49.2214L62.8944 49.2591C62.8476 49.276 62.8009 49.2916 62.7567 49.3111C62.7138 49.3358 62.6683 49.3734 62.6229 49.4111C62.5384 49.4826 62.4553 49.5332 62.363 49.5696C62.3098 49.5904 62.2513 49.5969 62.1916 49.5878H62.1903Z' fill='white'/%3E%3Cpath d='M63.9606 48.69C63.932 48.6861 63.9034 48.6783 63.8762 48.6679C63.8008 48.6393 63.7372 48.5809 63.6982 48.5016C63.6631 48.4302 63.6631 48.3366 63.6982 48.2613C63.7307 48.1937 63.793 48.1391 63.8723 48.1067L64.375 47.904C64.427 47.8832 64.4868 47.878 64.5491 47.8871C64.5777 47.891 64.6063 47.8988 64.6349 47.9092C64.7102 47.9378 64.7726 47.9962 64.8128 48.0742C64.8479 48.1456 64.8479 48.2405 64.8128 48.3145C64.7804 48.3821 64.7193 48.4354 64.6388 48.4691L64.1347 48.6718C64.0827 48.6926 64.023 48.6978 63.9606 48.6887V48.69Z' fill='white'/%3E%3Cpath d='M61.999 47.9817C61.9704 47.9778 61.9419 47.97 61.9146 47.9596C61.8392 47.931 61.7756 47.8726 61.7366 47.7946C61.7158 47.753 61.708 47.7089 61.7119 47.6647C61.708 47.6361 61.7171 47.5919 61.7379 47.5517C61.7665 47.4932 61.821 47.4425 61.8938 47.4101C61.9341 47.3893 61.9743 47.3542 62.0185 47.3165C62.1211 47.2282 62.2095 47.1788 62.3017 47.1502C62.3576 47.1333 62.4147 47.1281 62.4706 47.1372C62.4966 47.1411 62.5239 47.1489 62.5499 47.158C62.6252 47.1866 62.6889 47.2451 62.7278 47.3243C62.7486 47.3672 62.7564 47.4114 62.7525 47.4555C62.7577 47.4828 62.7486 47.527 62.7265 47.5686C62.6941 47.6374 62.6226 47.6998 62.546 47.7232C62.4979 47.7491 62.4576 47.7829 62.4186 47.8167C62.3407 47.8842 62.2601 47.9336 62.1731 47.9674C62.1211 47.9882 62.0614 47.9934 62.0003 47.9843L61.999 47.9817Z' fill='white'/%3E%3Cpath d='M63.7184 47.19C63.6898 47.1861 63.6613 47.1783 63.634 47.1679C63.5586 47.1393 63.495 47.0809 63.456 47.0016C63.4209 46.9302 63.4209 46.8366 63.456 46.7613C63.4885 46.6937 63.5482 46.6391 63.6301 46.6067L64.1342 46.404C64.1861 46.3832 64.2459 46.378 64.3082 46.3871C64.3368 46.391 64.3654 46.3988 64.3927 46.4092C64.468 46.4378 64.5317 46.4962 64.5707 46.5755C64.6057 46.6469 64.6057 46.7405 64.5707 46.8158C64.5382 46.8847 64.4771 46.938 64.3966 46.9704L63.8925 47.1731C63.8405 47.1939 63.7808 47.1991 63.7184 47.19Z' fill='white'/%3E%3Cpath d='M65.6546 49.671C65.5403 49.6541 65.4351 49.5788 65.3857 49.4787C65.3506 49.4073 65.3506 49.3138 65.3857 49.2384C65.413 49.1799 65.4597 49.1345 65.5299 49.0994C65.5909 49.0682 65.6442 49.0279 65.6988 48.9877C65.7429 48.9539 65.7884 48.9214 65.8365 48.8928C65.9391 48.8305 66.0482 48.7902 66.1535 48.7499C66.1951 48.7343 66.2366 48.7187 66.2769 48.7032C66.3302 48.6811 66.3886 48.6746 66.4484 48.6837C66.5614 48.7006 66.6653 48.7759 66.7147 48.8733C66.7498 48.9448 66.7498 49.0383 66.7147 49.1137C66.6822 49.1812 66.6225 49.2345 66.5419 49.267C66.5016 49.2839 66.4601 49.2995 66.4185 49.3151C66.3678 49.3345 66.3159 49.354 66.2652 49.3761C66.2106 49.406 66.1535 49.4463 66.0976 49.4878C66.0067 49.5554 65.9209 49.6074 65.8287 49.6489C65.7754 49.6723 65.7157 49.6801 65.6559 49.671H65.6546Z' fill='white'/%3E%3Cpath d='M67.999 48.7168C67.9704 48.7129 67.9419 48.7051 67.9146 48.6947C67.8392 48.6661 67.7756 48.6077 67.7366 48.5284C67.7158 48.4881 67.708 48.444 67.7119 48.3985C67.708 48.3699 67.7171 48.3257 67.7379 48.2855C67.7665 48.2257 67.821 48.1763 67.8951 48.1426C67.9354 48.1218 67.9769 48.0867 68.0198 48.049C68.1211 47.962 68.2095 47.9113 68.3004 47.884C68.3576 47.8671 68.4147 47.8632 68.4706 47.871C68.4966 47.8749 68.5239 47.8827 68.5499 47.8918C68.6252 47.9204 68.6889 47.9789 68.7278 48.0581C68.7486 48.0984 68.7564 48.1426 68.7525 48.188C68.7564 48.2153 68.7486 48.2595 68.7265 48.3011C68.6941 48.3699 68.6226 48.4323 68.546 48.4557C68.4979 48.4816 68.4576 48.5154 68.4186 48.5492C68.3381 48.618 68.2601 48.6661 68.1731 48.6999C68.1211 48.7207 68.0614 48.7259 68.0003 48.7168H67.999Z' fill='white'/%3E%3Cpath d='M66.2523 47.8313C66.1379 47.8144 66.0366 47.7403 65.9872 47.6416C65.9522 47.5702 65.9522 47.4766 65.9872 47.4013C66.0184 47.335 66.0795 47.2804 66.1574 47.248C66.2016 47.222 66.2406 47.1895 66.2796 47.157C66.3172 47.1245 66.3562 47.0934 66.3991 47.0661C66.4913 47.0063 66.5913 46.97 66.6888 46.9362C66.7239 46.9232 66.7602 46.9115 66.7953 46.8972C66.8486 46.8764 66.907 46.8699 66.9668 46.879C67.0811 46.8959 67.1825 46.9687 67.2318 47.0687C67.2669 47.1401 67.2669 47.2337 67.2318 47.309C67.1993 47.3766 67.1383 47.4311 67.0577 47.4636C67.0227 47.4779 66.9876 47.4896 66.9525 47.5026C66.907 47.5182 66.8629 47.5351 66.8187 47.5533C66.7758 47.578 66.7291 47.6156 66.6836 47.6533C66.5978 47.7248 66.516 47.7754 66.4238 47.8118C66.3705 47.8326 66.312 47.8391 66.2536 47.83L66.2523 47.8313Z' fill='white'/%3E%3Cpath d='M68.0244 46.9327C67.9958 46.9289 67.9672 46.9211 67.9387 46.9107C67.8633 46.8821 67.7997 46.8236 67.7607 46.7444C67.7256 46.6729 67.7256 46.5794 67.7607 46.504C67.7932 46.4365 67.8542 46.3832 67.9348 46.3494L68.4388 46.1468C68.4895 46.126 68.5506 46.1195 68.6116 46.1299C68.6402 46.1338 68.6688 46.1416 68.6961 46.152C68.7714 46.1805 68.8351 46.239 68.8741 46.317C68.9104 46.3884 68.9091 46.4832 68.8741 46.5586C68.8429 46.6261 68.7805 46.6807 68.7 46.7132L68.1972 46.9159C68.1452 46.9366 68.0855 46.9418 68.0231 46.9327H68.0244Z' fill='white'/%3E%3Cpath d='M66.0602 46.2168C66.0316 46.2129 66.0044 46.2051 65.9771 46.1947C65.9017 46.1661 65.8381 46.1077 65.7991 46.0284C65.7783 45.9881 65.7705 45.944 65.7744 45.8985C65.7705 45.8712 65.7783 45.827 65.8004 45.7855C65.8277 45.727 65.8822 45.6763 65.9563 45.6439C65.9966 45.6231 66.0381 45.5867 66.0823 45.549C66.1836 45.462 66.2707 45.4126 66.3629 45.384C66.4201 45.3671 66.4759 45.3632 66.5318 45.371C66.5591 45.3749 66.5864 45.3827 66.6124 45.3918C66.6877 45.4204 66.7514 45.4789 66.7903 45.5581C66.8111 45.5984 66.8189 45.6426 66.815 45.688C66.8189 45.7153 66.8111 45.7595 66.789 45.8011C66.7553 45.8712 66.6838 45.9323 66.6059 45.9557C66.5591 45.9816 66.5188 46.0154 66.4798 46.0492C66.4019 46.1167 66.3213 46.1661 66.2343 46.1999C66.1823 46.2207 66.1226 46.2259 66.0602 46.2168Z' fill='white'/%3E%3Cpath d='M67.7832 45.4322C67.7546 45.4283 67.726 45.4205 67.6975 45.4101C67.6221 45.3815 67.5584 45.323 67.5195 45.2451C67.4831 45.1736 67.4831 45.0788 67.5195 45.0035C67.5519 44.9359 67.613 44.8826 67.6936 44.8489L68.1976 44.6462C68.2496 44.6254 68.3093 44.6202 68.3704 44.6293C68.399 44.6332 68.4276 44.641 68.4562 44.6514C68.5315 44.68 68.5952 44.7384 68.6341 44.8177C68.6692 44.8891 68.6692 44.9827 68.6341 45.058C68.6017 45.1256 68.5393 45.1801 68.4601 45.2126L67.9573 45.4153C67.9053 45.4361 67.8456 45.4413 67.7845 45.4322H67.7832Z' fill='white'/%3E%3Cpath d='M44.1915 43.8768C44.0771 43.8599 43.9758 43.7859 43.9264 43.6871C43.8524 43.539 43.9303 43.361 44.1005 43.2922L45.0242 42.9206C45.0775 42.8999 45.1372 42.8934 45.1957 42.9024C45.31 42.9193 45.4114 42.9934 45.4607 43.0921C45.5361 43.2415 45.4568 43.4182 45.2866 43.4871L44.3889 43.8482C44.311 43.8794 44.2512 43.8859 44.1928 43.8768H44.1915Z' fill='white'/%3E%3Cpath d='M41.293 45.1397C41.18 45.1228 41.0761 45.0474 41.028 44.95C40.9539 44.8019 41.0319 44.6239 41.2021 44.5551L42.2934 44.116C42.3466 44.0952 42.4064 44.0887 42.4648 44.0978C42.5792 44.1146 42.6805 44.1887 42.7299 44.2874C42.8052 44.4368 42.726 44.6135 42.5558 44.6824L41.4645 45.1215C41.4112 45.1423 41.3528 45.1488 41.293 45.1397Z' fill='white'/%3E%3Cpath d='M39.3538 46.1036C39.2395 46.0867 39.1382 46.0127 39.0888 45.9139C39.0537 45.8425 39.0537 45.7489 39.0888 45.6736C39.1213 45.606 39.1836 45.5502 39.2629 45.519L39.9346 45.2488C39.9878 45.228 40.0476 45.2215 40.106 45.2306C40.2204 45.2475 40.3217 45.3215 40.3711 45.4203C40.4061 45.4917 40.4061 45.5852 40.3711 45.6606C40.3386 45.7281 40.2762 45.7827 40.197 45.8152L39.5253 46.0854C39.4721 46.1062 39.4123 46.114 39.3538 46.1049V46.1036Z' fill='white'/%3E%3Cpath d='M37.0387 47.13C37.0102 47.1261 36.9816 47.1183 36.9543 47.1079C36.8789 47.0793 36.8153 47.0209 36.7763 46.9416C36.7412 46.8702 36.7412 46.7766 36.7763 46.7013C36.8075 46.6337 36.8698 46.5792 36.9504 46.5467L37.5376 46.3102C37.5896 46.2895 37.6493 46.2843 37.7117 46.2934C37.7403 46.2973 37.7689 46.3051 37.7961 46.3154C37.8728 46.3453 37.9351 46.4038 37.9741 46.4817C38.0092 46.5532 38.0092 46.6467 37.9741 46.7221C37.9416 46.7896 37.8806 46.8429 37.8 46.8767L37.2115 47.1131C37.1596 47.1339 37.0998 47.1391 37.0374 47.13H37.0387Z' fill='white'/%3E%3Cpath d='M46.1758 45.0515C46.0615 45.0346 45.9602 44.9618 45.9108 44.8618C45.8368 44.7124 45.9147 44.5344 46.0849 44.4668L47.3438 43.9602C47.397 43.9394 47.4555 43.9329 47.5139 43.9407C47.6283 43.9576 47.7296 44.0303 47.7803 44.1304C47.8543 44.2798 47.7764 44.4565 47.6062 44.5253L46.346 45.032C46.2928 45.0528 46.2343 45.0606 46.1745 45.0515H46.1758Z' fill='white'/%3E%3Cpath d='M42.9493 46.2551C42.8349 46.2383 42.7336 46.1642 42.6842 46.0655C42.6102 45.9174 42.6881 45.7394 42.8583 45.6705L44.1172 45.1639C44.1705 45.1431 44.2302 45.1353 44.2887 45.1444C44.403 45.1613 44.5043 45.2353 44.5537 45.3341C44.6291 45.4835 44.5498 45.6601 44.3783 45.729L43.1195 46.2357C43.0662 46.2564 43.0064 46.2629 42.948 46.2539L42.9493 46.2551Z' fill='white'/%3E%3Cpath d='M40.8421 47.2902C40.7291 47.2733 40.6252 47.1979 40.5758 47.1005C40.4927 46.9355 40.6005 46.7679 40.7486 46.7068C40.8253 46.6744 40.9006 46.6406 40.9747 46.6042L41.0734 46.6705L41.0175 46.5821L41.2501 46.4574C41.3592 46.399 41.467 46.3392 41.5788 46.2833C41.6372 46.2547 41.7087 46.2262 41.8087 46.2366C41.8984 46.2495 41.9724 46.2924 42.0283 46.3574C42.0815 46.4171 42.1075 46.5081 42.0958 46.5886C42.0854 46.6588 42.0361 46.7523 41.9555 46.7926C41.8477 46.8472 41.7412 46.9043 41.6346 46.9615C41.4359 47.0693 41.2306 47.1797 41.0149 47.2694C40.9617 47.2915 40.9019 47.298 40.8434 47.2889L40.8421 47.2902Z' fill='white'/%3E%3Cpath d='M38.7835 48.214C38.6692 48.1971 38.5679 48.1231 38.5185 48.0243C38.4834 47.9529 38.4834 47.8593 38.5185 47.784C38.551 47.7164 38.6133 47.6619 38.6926 47.6294L39.3642 47.3592C39.4175 47.3384 39.4773 47.3306 39.5357 47.3397C39.6501 47.3566 39.7514 47.4306 39.8008 47.5294C39.8358 47.6008 39.8358 47.6944 39.8008 47.7697C39.7683 47.8373 39.7059 47.8931 39.6267 47.9243L38.955 48.1945C38.9017 48.2153 38.842 48.2218 38.7835 48.2127V48.214Z' fill='white'/%3E%3Cpath d='M36.7992 49.0943C36.7732 49.0904 36.7459 49.0826 36.7199 49.0735C36.6446 49.0462 36.5809 48.9865 36.5419 48.9085C36.5069 48.8371 36.5069 48.7435 36.5419 48.6682C36.577 48.5941 36.6498 48.5331 36.7264 48.5097C36.7589 48.5006 36.7901 48.4863 36.82 48.4733C36.8797 48.4408 36.9408 48.3992 37.0018 48.3577C37.0681 48.3135 37.133 48.268 37.2045 48.2304C37.2422 48.2044 37.2954 48.1862 37.3526 48.1797L37.4383 48.1823C37.528 48.1966 37.602 48.2382 37.6579 48.3031C37.7112 48.3629 37.7371 48.4538 37.7242 48.5331C37.7138 48.6019 37.667 48.6916 37.5877 48.7357C37.5202 48.7734 37.4552 48.8163 37.3916 48.8604C37.2643 48.9462 37.133 49.0358 36.9668 49.0839C36.9096 49.1008 36.8537 49.1047 36.7979 49.0956L36.7992 49.0943Z' fill='white'/%3E%3Cpath d='M48.9115 45.9159C48.7972 45.899 48.6958 45.8262 48.6452 45.7262C48.5711 45.5768 48.6491 45.4001 48.8193 45.3313L49.743 44.9597C49.7962 44.9389 49.856 44.9324 49.9144 44.9415C50.0288 44.9584 50.1301 45.0325 50.1795 45.1312C50.2548 45.2806 50.1756 45.4573 50.0054 45.5261L49.0817 45.8977C49.0284 45.9185 48.97 45.925 48.9115 45.9172V45.9159Z' fill='white'/%3E%3Cpath d='M45.849 47.2465C45.7347 47.2296 45.6333 47.1569 45.5827 47.0568C45.5086 46.9074 45.5866 46.7308 45.7568 46.6619L46.7649 46.2566C46.8182 46.2358 46.8779 46.2293 46.9364 46.2384C47.0507 46.2553 47.152 46.3293 47.2014 46.4281C47.2768 46.5775 47.1975 46.7541 47.0273 46.823L46.0192 47.2283C45.9659 47.2491 45.9075 47.2556 45.849 47.2478V47.2465Z' fill='white'/%3E%3Cpath d='M43.5834 48.1535C43.4691 48.1366 43.3677 48.0638 43.3171 47.9638C43.243 47.8144 43.3209 47.6377 43.4911 47.5689L44.2472 47.2649C44.3005 47.2441 44.359 47.2376 44.4174 47.2454C44.5318 47.2623 44.6331 47.3363 44.6825 47.4351C44.7578 47.5845 44.6786 47.7611 44.5084 47.83L43.7523 48.134C43.699 48.1548 43.6405 48.1613 43.5821 48.1535H43.5834Z' fill='white'/%3E%3Cpath d='M41.3122 49.0675C41.2836 49.0636 41.255 49.0558 41.2277 49.0454C41.1524 49.0168 41.0887 48.9584 41.0497 48.8791C41.0147 48.8077 41.0147 48.7141 41.0497 48.6388C41.0822 48.5712 41.142 48.5167 41.2238 48.4842L41.8123 48.2478C41.863 48.227 41.9241 48.2218 41.9851 48.2309C42.0137 48.2348 42.0423 48.2426 42.0696 48.2529C42.1449 48.2815 42.2086 48.34 42.2476 48.4192C42.2826 48.4907 42.2826 48.5842 42.2476 48.6596C42.2151 48.7271 42.1553 48.7804 42.0735 48.8142L41.485 49.0506C41.4343 49.0714 41.3732 49.0779 41.3122 49.0675Z' fill='white'/%3E%3Cpath d='M50.6068 47.1139C50.4925 47.0971 50.3912 47.0243 50.3405 46.9243C50.2664 46.7749 50.3444 46.5982 50.5146 46.5293L51.2707 46.2253C51.3239 46.2045 51.3837 46.198 51.4422 46.2071C51.5565 46.224 51.6578 46.2981 51.7072 46.3968C51.7825 46.5462 51.7033 46.7229 51.5331 46.7918L50.7783 47.0958C50.725 47.1165 50.6666 47.123 50.6081 47.1152L50.6068 47.1139Z' fill='white'/%3E%3Cpath d='M47.5821 48.5126C47.4678 48.4944 47.3664 48.4217 47.3171 48.323C47.243 48.1735 47.3209 47.9969 47.4911 47.928L48.4993 47.5227C48.5525 47.5019 48.611 47.4954 48.6695 47.5032C48.7838 47.5201 48.8851 47.5928 48.9358 47.6929C49.0098 47.8423 48.9319 48.019 48.7617 48.0878L47.7536 48.4931C47.7003 48.5139 47.6405 48.5217 47.5821 48.5126Z' fill='white'/%3E%3Cpath d='M45.4299 49.4659C45.4013 49.4621 45.3727 49.4543 45.3454 49.4439C45.2701 49.4153 45.2064 49.3568 45.1674 49.2776C45.131 49.2061 45.1323 49.1113 45.1674 49.0372C45.1999 48.9684 45.261 48.9151 45.3415 48.8826L45.93 48.6462C45.982 48.6254 46.0417 48.6202 46.1041 48.6293C46.1327 48.6332 46.1613 48.641 46.1886 48.6514C46.2639 48.68 46.3276 48.7384 46.3665 48.8177C46.4016 48.8891 46.4016 48.984 46.3665 49.058C46.3341 49.1256 46.273 49.1788 46.1924 49.2126L45.6039 49.4491C45.552 49.4698 45.4922 49.475 45.4299 49.4659Z' fill='white'/%3E%3Cpath d='M53.0756 47.6192C52.9612 47.6024 52.8599 47.5296 52.8092 47.4296C52.7352 47.2802 52.8131 47.1035 52.9833 47.0346L54.1591 46.5617C54.2123 46.541 54.2708 46.5345 54.3292 46.5423C54.4436 46.5591 54.5449 46.6319 54.5956 46.7319C54.6696 46.8813 54.5917 47.058 54.4215 47.1269L53.2458 47.5998C53.1925 47.6205 53.134 47.627 53.0756 47.6192Z' fill='white'/%3E%3Cpath d='M50.4967 49.1276C50.3824 49.1107 50.281 49.0367 50.2317 48.9379C50.1563 48.7885 50.2356 48.6119 50.4058 48.543L51.5802 48.0701C51.6334 48.0493 51.6932 48.0415 51.7517 48.0506C51.866 48.0675 51.9673 48.1416 52.0167 48.2403C52.092 48.3897 52.0128 48.5664 51.8413 48.6352L50.6669 49.1081C50.6136 49.1289 50.5539 49.1354 50.4954 49.1263L50.4967 49.1276Z' fill='white'/%3E%3Cpath d='M60.4567 44.651C60.3424 44.6341 60.241 44.5613 60.1904 44.4613C60.1553 44.3898 60.1553 44.2963 60.1904 44.2209C60.2228 44.1534 60.2826 44.0988 60.3645 44.0663L61.0361 43.7961C61.0894 43.7753 61.1478 43.7688 61.2063 43.7766C61.3206 43.7935 61.422 43.8663 61.4726 43.9663C61.5077 44.0378 61.5077 44.1313 61.4726 44.2066C61.4402 44.2742 61.3804 44.3275 61.2985 44.3612L60.6269 44.6315C60.5736 44.6523 60.5152 44.6587 60.4567 44.651Z' fill='white'/%3E%3Cpath d='M57.347 46.0902C57.2755 46.0798 57.2157 46.0447 57.1859 46.024C57.1196 45.9785 57.0754 45.907 57.0586 45.8226C57.0443 45.7459 57.0702 45.655 57.1261 45.5926C57.1508 45.5641 57.1781 45.5433 57.2067 45.529V45.5199L57.3314 45.4796C57.3639 45.4562 57.3937 45.4315 57.4249 45.4069C57.521 45.3315 57.6224 45.2601 57.7458 45.2146C57.777 45.2029 57.8095 45.1925 57.8406 45.1821C57.89 45.1665 57.9394 45.1509 57.9861 45.1301C58.0368 45.0119 58.142 44.9613 58.1849 44.9431C58.2369 44.9223 58.2979 44.9171 58.359 44.9262C58.3876 44.9301 58.4149 44.9379 58.4434 44.9483C58.5201 44.9768 58.5902 45.0444 58.624 45.1184C58.663 45.2055 58.6461 45.2795 58.6266 45.3419C58.5474 45.5952 58.2811 45.6875 58.0667 45.7602L57.9667 45.7966C57.9199 45.8291 57.8874 45.8551 57.8549 45.8797C57.7913 45.9304 57.7458 45.9642 57.6964 45.9928C57.6159 46.0395 57.5405 46.0681 57.4418 46.0876C57.4119 46.0941 57.3794 46.0941 57.3457 46.0889L57.347 46.0902Z' fill='white'/%3E%3Cpath d='M55.7503 46.7305C55.7217 46.7266 55.6932 46.7188 55.6646 46.7084C55.5892 46.6798 55.5256 46.6214 55.4866 46.5434C55.4658 46.5006 55.458 46.4577 55.4619 46.4135C55.458 46.3849 55.4671 46.3421 55.4879 46.3005C55.5191 46.2342 55.5814 46.1797 55.662 46.1485L55.9972 46.0134C56.0491 45.9926 56.1089 45.9874 56.1712 45.9965C56.1998 46.0004 56.2284 46.0082 56.257 46.0186C56.3323 46.0472 56.396 46.1056 56.435 46.1836C56.4558 46.2251 56.4635 46.2693 56.4597 46.3135C56.4635 46.3421 56.4545 46.3862 56.4337 46.4265C56.4025 46.4915 56.3427 46.5447 56.2609 46.5772L55.9257 46.7123C55.8737 46.7331 55.814 46.7383 55.7516 46.7292L55.7503 46.7305Z' fill='white'/%3E%3Cpath d='M56.2305 48.3181C56.1162 48.3012 56.0149 48.2285 55.9655 48.1284C55.8914 47.979 55.9694 47.801 56.1396 47.7335L56.8957 47.4295C56.9489 47.4087 57.0074 47.4009 57.0672 47.41C57.1815 47.4269 57.2828 47.5009 57.3322 47.5997C57.4075 47.7491 57.3283 47.9258 57.1581 47.9946L56.402 48.2986C56.3487 48.3194 56.2903 48.3272 56.2305 48.3181Z' fill='white'/%3E%3Cpath d='M54.0028 49.3067C53.8884 49.2898 53.7871 49.2158 53.7377 49.117C53.7014 49.0456 53.7027 48.9521 53.7377 48.8767C53.7702 48.8079 53.8313 48.7546 53.9118 48.7221L54.5835 48.4519C54.6367 48.4311 54.6952 48.4246 54.755 48.4337C54.868 48.4506 54.9719 48.5259 55.02 48.6234C55.0551 48.6935 55.0551 48.7884 55.02 48.8637C54.9875 48.9326 54.9265 48.9858 54.8459 49.0183L54.1742 49.2885C54.121 49.3093 54.0612 49.3158 54.0028 49.3067Z' fill='white'/%3E%3Cpath d='M32.379 49.3978C32.2646 49.3809 32.1633 49.3081 32.1139 49.2081C32.0399 49.0587 32.1178 48.8807 32.288 48.8132L33.048 48.5066C33.1013 48.4858 33.161 48.4793 33.2195 48.4884C33.3338 48.5053 33.4352 48.5793 33.4845 48.6781C33.5599 48.8275 33.4806 49.0041 33.3104 49.073L32.5504 49.3783C32.4972 49.3991 32.4387 49.4069 32.379 49.3978Z' fill='white'/%3E%3Cpath d='M34.8999 48.0281C34.8713 48.0242 34.8427 48.0164 34.8142 48.006C34.7388 47.9787 34.6751 47.9189 34.6362 47.8397C34.6011 47.7695 34.5998 47.6747 34.6362 47.5994C34.6687 47.5318 34.7258 47.4798 34.8077 47.4448C34.87 47.4188 34.9324 47.3902 34.9921 47.3616C35.1078 47.3031 35.2221 47.2369 35.3312 47.1641C35.4014 47.1187 35.4871 47.1005 35.5742 47.1135C35.6599 47.1265 35.7378 47.1693 35.7937 47.233C35.8483 47.2941 35.8717 47.3733 35.86 47.4551C35.8483 47.5396 35.8015 47.6149 35.7301 47.6617C35.5261 47.7955 35.3052 47.9124 35.0727 48.0099C35.022 48.032 34.961 48.0372 34.8973 48.0281H34.8999Z' fill='white'/%3E%3Cpath d='M52.8682 46.0789C52.776 46.0646 52.6955 46.0191 52.6461 45.9516L52.6097 45.9022C52.5058 45.7619 52.5331 45.5865 52.6747 45.4839C52.7396 45.4358 52.8306 45.4163 52.9215 45.4306C52.9553 45.4358 52.9878 45.4449 53.0176 45.4579L53.054 45.4514H53.0839L53.1268 45.4319C53.1709 45.4189 53.2034 45.4085 53.2346 45.3981C53.3567 45.3578 53.4749 45.3098 53.5932 45.2617L53.6412 45.2422C53.6945 45.2201 53.7543 45.2136 53.8127 45.2227C53.9257 45.2396 54.0297 45.315 54.0777 45.4124C54.1518 45.5605 54.0738 45.7385 53.9037 45.8073L53.8478 45.8307C53.5672 45.9438 53.2775 46.062 52.9553 46.0828C52.9267 46.0841 52.8981 46.0828 52.8695 46.0789H52.8682Z' fill='white'/%3E%3Cpath d='M54.9493 45.1052C54.8349 45.0883 54.7336 45.0143 54.6842 44.9156C54.6102 44.7675 54.6881 44.5895 54.8583 44.5206L55.6885 44.1867C55.7417 44.166 55.8002 44.1595 55.8587 44.1673C55.9717 44.1841 56.0756 44.2595 56.125 44.3569C56.2003 44.505 56.1211 44.683 55.9509 44.7519L55.1208 45.0857C55.0675 45.1065 55.0077 45.113 54.9493 45.1039V45.1052Z' fill='white'/%3E%3Cpath d='M57.0592 44.1789C56.9449 44.162 56.8435 44.088 56.7942 43.9892C56.7188 43.8398 56.7981 43.6632 56.9683 43.5943L57.8673 43.2331C57.9205 43.2124 57.9803 43.2059 58.0387 43.2149C58.1531 43.2318 58.2544 43.3059 58.3038 43.4046C58.3778 43.5527 58.2999 43.7307 58.1297 43.7996L57.2307 44.1607C57.1774 44.1815 57.119 44.1893 57.0592 44.1802V44.1789Z' fill='white'/%3E%3Cpath d='M63.418 43.2975C63.3037 43.2806 63.2023 43.2079 63.153 43.1078C63.0789 42.9571 63.1569 42.7804 63.3284 42.7129C63.4336 42.6713 63.5414 42.6336 63.6492 42.596C63.7428 42.5635 63.8376 42.531 63.9299 42.4959C63.9779 42.4777 64.026 42.457 64.0741 42.4362L64.1481 42.4011C64.2092 42.366 64.2469 42.3426 64.2832 42.3153L64.3846 42.3712L64.3131 42.292L64.3456 42.2608C64.4222 42.1802 64.5353 42.1426 64.6496 42.1607C64.7055 42.1698 64.7587 42.1906 64.8055 42.2231C64.8756 42.2712 64.9211 42.3465 64.9328 42.431C64.9445 42.5154 64.9185 42.5986 64.8626 42.657C64.608 42.9246 64.252 43.0468 63.9078 43.165C63.7999 43.2027 63.6934 43.239 63.5908 43.2793C63.5375 43.3001 63.4778 43.3066 63.4193 43.2975H63.418Z' fill='white'/%3E%3Cpath d='M59.7001 43.3454C59.6234 43.3337 59.5494 43.2908 59.4922 43.2259C59.4389 43.1648 59.4129 43.0752 59.4246 42.9946C59.435 42.9245 59.4844 42.8309 59.5649 42.7907C59.6533 42.7465 59.7416 42.701 59.8287 42.6543C60.0404 42.5438 60.2587 42.4295 60.4886 42.336C60.5419 42.3139 60.6017 42.3074 60.6601 42.3165C60.7732 42.3334 60.8771 42.4087 60.9252 42.5062C60.9992 42.6543 60.9213 42.8309 60.7511 42.9011C60.677 42.931 60.6043 42.9635 60.5315 42.9972L60.4756 43.0245L60.3847 42.9531L60.4419 43.0414L60.1937 43.1687C60.1106 43.2129 60.0274 43.2558 59.943 43.2986C59.8845 43.3272 59.8118 43.3558 59.713 43.3454H59.7001Z' fill='white'/%3E%3Cpath d='M62.0648 42.4009C61.9504 42.384 61.8491 42.31 61.7997 42.2113C61.7647 42.1398 61.7647 42.0463 61.7997 41.9709C61.8322 41.9021 61.8933 41.8488 61.9738 41.8163L62.665 41.5383C62.7182 41.5175 62.7767 41.511 62.8352 41.5188C62.9482 41.5357 63.0521 41.6111 63.1015 41.7085C63.1366 41.7786 63.1366 41.8735 63.1015 41.9475C63.0677 42.0164 63.008 42.0697 62.9274 42.1021L62.2363 42.3801C62.183 42.4009 62.1232 42.4074 62.0648 42.3983V42.4009Z' fill='white'/%3E%3Cpath d='M64.5288 41.553C64.4158 41.5361 64.3105 41.4608 64.2612 41.362C64.2248 41.2906 64.2261 41.197 64.2612 41.1217C64.2924 41.0554 64.3482 41.0061 64.4314 40.9684L64.5392 41.0294L64.4781 40.9437C64.5015 40.9307 64.5249 40.9151 64.5483 40.8995L64.647 40.9606L64.5808 40.8787C64.6314 40.845 64.6821 40.8112 64.7354 40.7826C64.8575 40.7151 64.9874 40.6644 65.1147 40.6163L65.2342 40.5696C65.2875 40.5488 65.346 40.5423 65.4044 40.5501C65.5187 40.567 65.6201 40.6397 65.6707 40.7397C65.7448 40.8891 65.6668 41.0658 65.4967 41.1347C65.4967 41.1347 65.1277 41.2841 65.1173 41.288C65.0537 41.327 65.0134 41.3516 64.9731 41.3776C64.8887 41.4309 64.8016 41.4867 64.7016 41.5309C64.6483 41.5543 64.5886 41.5621 64.5288 41.553Z' fill='white'/%3E%3Cpath d='M51.3795 44.9228C51.2652 44.9059 51.1638 44.8318 51.1145 44.7331C51.0391 44.5837 51.1184 44.407 51.2898 44.3381L52.3266 43.9211C52.3798 43.9003 52.4383 43.8938 52.4968 43.9016C52.6111 43.9185 52.7124 43.9913 52.7631 44.0913C52.8371 44.2407 52.7592 44.4174 52.589 44.4862L51.5523 44.9033C51.499 44.9241 51.4392 44.9318 51.3808 44.9228H51.3795Z' fill='white'/%3E%3Cpath d='M54.1116 43.7442C53.9973 43.7273 53.896 43.6533 53.8466 43.5545C53.8115 43.4831 53.8115 43.3895 53.8466 43.3142C53.8791 43.2466 53.9402 43.1934 54.0207 43.1596L54.7119 42.8816C54.7651 42.8608 54.8249 42.8543 54.8833 42.8634C54.9977 42.8803 55.099 42.9543 55.1484 43.0531C55.1834 43.1245 55.1834 43.2181 55.1484 43.2934C55.1159 43.361 55.0548 43.4142 54.9743 43.448L54.2831 43.726C54.2299 43.7468 54.1701 43.7533 54.1116 43.7442Z' fill='white'/%3E%3Cpath d='M56.1108 42.936C56.0823 42.9321 56.0537 42.9243 56.0251 42.9139C55.9497 42.8854 55.8861 42.8269 55.8471 42.7477C55.812 42.6775 55.8107 42.5827 55.8471 42.5073C55.8796 42.4398 55.9394 42.3852 56.0212 42.3527L56.5746 42.1306C56.6266 42.1098 56.6864 42.1046 56.7487 42.1137C56.7773 42.1176 56.8059 42.1254 56.8345 42.1358C56.9111 42.1643 56.9735 42.2228 57.0124 42.3021C57.0475 42.3735 57.0475 42.467 57.0124 42.5424C56.9813 42.6099 56.9189 42.6645 56.8384 42.697L56.2862 42.9191C56.2343 42.9399 56.1745 42.9451 56.1121 42.936H56.1108Z' fill='white'/%3E%3Cpath d='M58.2575 42.0768C58.2289 42.0729 58.2003 42.0651 58.173 42.0547C58.0977 42.0261 58.034 41.9677 57.9951 41.8884C57.96 41.817 57.96 41.7234 57.9951 41.6481C58.0275 41.5805 58.0886 41.5272 58.1691 41.4935L58.5836 41.3259C58.6355 41.3051 58.6953 41.2999 58.7577 41.309C58.7862 41.3129 58.8148 41.3207 58.8421 41.3311C58.9175 41.3597 58.9811 41.4181 59.0201 41.4974C59.0552 41.5688 59.0552 41.6637 59.0201 41.7377C58.9876 41.8053 58.9265 41.8585 58.846 41.8923L58.4316 42.0599C58.3796 42.0807 58.3198 42.0859 58.2575 42.0768Z' fill='white'/%3E%3Cpath d='M60.1976 41.295C60.0833 41.2781 59.9819 41.204 59.9326 41.1053C59.8975 41.0352 59.8975 40.9403 59.9326 40.865C59.965 40.7974 60.0248 40.7441 60.1066 40.7104L60.7224 40.4622C60.7822 40.4388 60.8407 40.4324 60.9004 40.4414C61.0147 40.4583 61.1161 40.5311 61.1655 40.6311C61.2018 40.7026 61.2005 40.7961 61.1655 40.8715C61.133 40.9403 61.0719 40.9936 60.9914 41.0261L60.3691 41.2768C60.3158 41.2976 60.256 41.3041 60.1976 41.295Z' fill='white'/%3E%3Cpath d='M62.0557 40.5455C62.0271 40.5416 61.9985 40.5338 61.9699 40.5234C61.8946 40.4949 61.8309 40.4364 61.7919 40.3572C61.7569 40.2857 61.7569 40.1922 61.7919 40.1168C61.8244 40.0493 61.8855 39.996 61.966 39.9622L62.3804 39.7946C62.4324 39.7738 62.4922 39.7686 62.5545 39.7777C62.5831 39.7816 62.6117 39.7894 62.639 39.7998C62.7143 39.8284 62.778 39.8869 62.817 39.9661C62.852 40.0376 62.852 40.1311 62.817 40.2065C62.7845 40.2753 62.7234 40.3286 62.6429 40.3611L62.2284 40.5286C62.1765 40.5494 62.1167 40.5546 62.0544 40.5455H62.0557Z' fill='white'/%3E%3Cpath d='M64.1351 39.7154C64.0208 39.6985 63.9194 39.6257 63.8701 39.5257C63.835 39.4543 63.835 39.3607 63.8701 39.2854C63.9025 39.2165 63.9649 39.1619 64.0441 39.1308C64.074 39.1191 64.1026 39.1048 64.1312 39.0918C64.1961 39.058 64.2624 39.0203 64.3287 38.9814C64.4469 38.9138 64.5677 38.8437 64.7028 38.7891C64.7561 38.767 64.8145 38.7605 64.8743 38.7696C64.9873 38.7865 65.0913 38.8618 65.1406 38.9593C65.1757 39.0307 65.1757 39.1243 65.1406 39.1996C65.1081 39.2672 65.0484 39.3204 64.9665 39.3542C64.9393 39.3659 64.9133 39.3776 64.8873 39.3906C64.8197 39.4244 64.7522 39.4646 64.6846 39.5036C64.5651 39.5725 64.443 39.6439 64.3053 39.6985C64.252 39.7193 64.1935 39.7258 64.1351 39.7167V39.7154Z' fill='white'/%3E%3Cpath d='M58.3412 47.4524C58.2269 47.4355 58.1255 47.3628 58.0749 47.2627C58.0008 47.1133 58.0788 46.9367 58.249 46.8678L59.0051 46.5638C59.0635 46.5404 59.122 46.5339 59.1804 46.543C59.2948 46.5612 59.3961 46.6339 59.4468 46.734C59.4844 46.8093 59.4844 46.8938 59.4468 46.9717C59.413 47.0419 59.3493 47.0977 59.274 47.1289L58.5127 47.4355C58.4594 47.4563 58.401 47.4628 58.3425 47.455L58.3412 47.4524Z' fill='white'/%3E%3Cpath d='M60.376 46.7087C60.3474 46.7048 60.3188 46.697 60.2902 46.6866C60.2149 46.658 60.1512 46.5996 60.1122 46.5216C60.0772 46.4502 60.0772 46.3566 60.1122 46.2813C60.1447 46.2137 60.2058 46.1605 60.2863 46.1267L60.8359 45.9058C60.8904 45.8837 60.9502 45.8773 61.0126 45.8876C61.0411 45.8915 61.0697 45.8993 61.097 45.9097C61.1724 45.9383 61.236 45.9968 61.275 46.0747C61.3114 46.1462 61.3101 46.241 61.275 46.3164C61.2438 46.3839 61.1814 46.4385 61.1009 46.471L60.5488 46.6931C60.4968 46.7139 60.437 46.7204 60.3747 46.71L60.376 46.7087Z' fill='white'/%3E%3Cpath d='M59.6849 48.8752C59.5706 48.8583 59.4693 48.7843 59.4186 48.6856C59.3446 48.5362 59.4225 48.3595 59.5927 48.2906C59.772 48.2179 59.9435 48.136 60.1176 48.0542C60.2942 47.9697 60.4709 47.8853 60.6541 47.8125C60.7074 47.7904 60.7671 47.7839 60.8256 47.793C60.9386 47.8099 61.0425 47.8853 61.0906 47.9827C61.1647 48.1321 61.0867 48.3088 60.9165 48.3777C60.7385 48.4491 60.5658 48.5323 60.393 48.6141C60.215 48.6985 60.0383 48.783 59.8551 48.857C59.8019 48.8791 59.7421 48.8856 59.6836 48.8765L59.6849 48.8752Z' fill='white'/%3E%3Cpath d='M62.2076 45.7622C62.0933 45.7453 61.992 45.6713 61.9426 45.5725C61.8673 45.4231 61.9465 45.2464 62.1167 45.1776L62.2414 45.1295C62.322 45.0996 62.4025 45.0698 62.4792 45.0334C62.5064 45.0178 62.6415 44.9372 62.6415 44.9372C62.7221 44.8905 62.8052 44.8476 62.8923 44.8125C62.9455 44.7904 63.004 44.7839 63.0638 44.793C63.1768 44.8099 63.2807 44.8853 63.3301 44.984C63.4132 45.1477 63.3054 45.3166 63.1573 45.379L63.1131 45.3997C63.0521 45.4309 63.0066 45.4569 62.9611 45.4842C62.8897 45.5258 62.8182 45.5673 62.7429 45.6024C62.6662 45.6375 62.5857 45.6674 62.5064 45.6972C62.4636 45.7128 62.4207 45.7297 62.3778 45.7453C62.3246 45.7661 62.2661 45.7726 62.2076 45.7648V45.7622Z' fill='white'/%3E%3Cpath d='M64.8255 44.5985L64.7969 44.4556L64.8813 44.4141L64.993 44.5907L64.9593 44.6102L64.9034 44.6115L64.8255 44.5985Z' fill='white'/%3E%3Cpath d='M63.9727 44.9938C63.8584 44.9769 63.757 44.9029 63.7077 44.8041C63.6739 44.7366 63.67 44.6586 63.6999 44.5872C63.731 44.5079 63.7986 44.443 63.883 44.4105C63.9467 44.3845 64.013 44.3611 64.0792 44.3377L64.1429 44.3144C64.1818 44.3001 64.2221 44.2845 64.2611 44.2689L64.3183 44.2442C64.4949 44.1416 64.6651 44.0441 64.8483 43.9688C64.9016 43.9467 64.96 43.9402 65.0198 43.9493C65.1328 43.9662 65.2368 44.0415 65.2861 44.139C65.3602 44.2884 65.2822 44.4651 65.112 44.5339C65.0731 44.5495 65.0328 44.5664 64.9938 44.5859L64.9146 44.6274L64.8418 44.6703C64.7782 44.7067 64.7158 44.7444 64.6495 44.7768C64.543 44.8288 64.4313 44.8691 64.3196 44.9094C64.2598 44.9301 64.2013 44.9522 64.1429 44.9743C64.0896 44.9951 64.0311 45.0016 63.9727 44.9938Z' fill='white'/%3E%3Cpath d='M70.7395 47.1376L70.7109 46.9947L70.7954 46.9531L70.9097 47.1285L70.8746 47.148L70.8188 47.1493L70.7395 47.1376Z' fill='white'/%3E%3Cpath d='M69.8866 47.542C69.7723 47.5251 69.671 47.451 69.6216 47.3523C69.5411 47.1899 69.6463 47.0171 69.7957 46.9574C69.8593 46.9327 69.9243 46.9093 69.988 46.8859L70.0555 46.8612C70.0945 46.8469 70.1348 46.8313 70.1737 46.8158L70.2309 46.7911C70.4076 46.6884 70.5778 46.591 70.761 46.5157C70.8142 46.4936 70.874 46.4871 70.9324 46.4962C71.0455 46.5131 71.1494 46.5884 71.1975 46.6858C71.2715 46.8339 71.1936 47.0119 71.0234 47.0808C70.9831 47.0977 70.9428 47.1146 70.9039 47.1327L70.8272 47.1743L70.7545 47.2172C70.6921 47.2549 70.6297 47.2912 70.5622 47.3237C70.4557 47.3757 70.3439 47.416 70.2322 47.4562C70.1724 47.477 70.114 47.4991 70.0555 47.5212C70.0023 47.542 69.9438 47.5485 69.8853 47.5407L69.8866 47.542Z' fill='white'/%3E%3Cpath d='M67.0598 42.7392L67.0312 42.5963L67.1157 42.5547L67.23 42.7288L67.1962 42.7496L67.1391 42.7509L67.0598 42.7392Z' fill='white'/%3E%3Cpath d='M66.2071 43.1435C66.0927 43.1267 65.9914 43.0526 65.942 42.9539C65.9083 42.8863 65.9044 42.8084 65.9342 42.7369C65.9654 42.6577 66.033 42.5927 66.1174 42.5589C66.1759 42.5355 66.2356 42.5135 66.2954 42.4927C66.2954 42.4927 66.4565 42.4342 66.4955 42.4173L66.5526 42.3926C66.7267 42.2913 66.8956 42.1939 67.0827 42.1172C67.1359 42.0951 67.1957 42.0886 67.2542 42.0977C67.3685 42.1146 67.4698 42.1874 67.5192 42.2874C67.5945 42.4368 67.5153 42.6135 67.3451 42.6823C67.3035 42.6992 67.2633 42.7161 67.2243 42.7343L67.1489 42.7746L67.0749 42.8188C67.0125 42.8564 66.9502 42.8928 66.8826 42.9253C66.7761 42.9773 66.6657 43.0175 66.5539 43.0578C66.4942 43.0786 66.4357 43.1007 66.3772 43.1241C66.324 43.1448 66.2655 43.1513 66.2058 43.1422L66.2071 43.1435Z' fill='white'/%3E%3Cpath d='M48.9733 44.1923C48.8589 44.1754 48.7576 44.1027 48.7082 44.0027C48.6329 43.8533 48.7121 43.6766 48.8823 43.6077L49.871 43.2102C49.9242 43.1894 49.9827 43.1829 50.0412 43.1907C50.1555 43.2076 50.2568 43.2803 50.3075 43.3804C50.3815 43.5298 50.3036 43.7064 50.1334 43.7753L49.1447 44.1728C49.0915 44.1936 49.033 44.2001 48.9733 44.191V44.1923Z' fill='white'/%3E%3Cpath d='M51.3243 43.2504C51.2112 43.2335 51.1073 43.1581 51.0592 43.0607C50.9852 42.9126 51.0631 42.7346 51.2333 42.6657L52.0336 42.3436C52.0869 42.3228 52.1466 42.315 52.2051 42.3241C52.3194 42.341 52.4207 42.415 52.4701 42.5137C52.5455 42.6631 52.4662 42.8398 52.2947 42.9087L51.4958 43.2309C51.4425 43.2517 51.384 43.2582 51.3243 43.2491V43.2504Z' fill='white'/%3E%3Cpath d='M53.4037 42.3074C53.2907 42.2906 53.1867 42.2152 53.1374 42.1178C53.0633 41.9697 53.1413 41.793 53.3115 41.7228C53.4219 41.6774 53.5375 41.6449 53.6531 41.6124C53.7324 41.5903 53.8129 41.5682 53.8909 41.541C54.0221 41.4955 54.1507 41.4422 54.278 41.389L54.4638 41.3123C54.5171 41.2915 54.5755 41.2837 54.6353 41.2928C54.7496 41.3097 54.8509 41.3825 54.9003 41.4825C54.9744 41.6319 54.8964 41.8099 54.7262 41.8774L54.5456 41.9515C54.4131 42.0073 54.2793 42.0619 54.1429 42.11C54.0611 42.1386 53.9792 42.1606 53.8961 42.184C53.7882 42.2139 53.6791 42.2451 53.5752 42.2867C53.5219 42.3087 53.4622 42.3152 53.4037 42.3062V42.3074Z' fill='white'/%3E%3Cpath d='M56.0101 41.3146C55.8958 41.2977 55.7944 41.2236 55.7451 41.1249C55.71 41.0547 55.71 40.9599 55.7451 40.8845C55.7775 40.817 55.8373 40.7637 55.9191 40.7299L56.531 40.4844C56.5843 40.4623 56.6441 40.4558 56.7025 40.4649C56.8169 40.4818 56.9182 40.5559 56.9676 40.6546C57.0026 40.726 57.0026 40.8196 56.9676 40.8949C56.9351 40.9625 56.8727 41.0171 56.7935 41.0495L56.1829 41.2951C56.1296 41.3159 56.0698 41.3224 56.0114 41.3133L56.0101 41.3146Z' fill='white'/%3E%3Cpath d='M57.7184 40.6714C57.6054 40.6545 57.5067 40.5844 57.4573 40.4844C57.4209 40.4129 57.4209 40.3272 57.4547 40.2505C57.4898 40.1726 57.5573 40.1128 57.6379 40.0868C57.7067 40.0647 57.7769 40.0439 57.847 40.0245C57.9627 39.9907 58.0783 39.9569 58.19 39.9153C58.2355 39.8984 58.2784 39.8828 58.3212 39.8634L58.4148 39.9335L58.3576 39.8465C58.4278 39.8075 58.468 39.7841 58.5083 39.7607L58.6019 39.7062C58.6759 39.6633 58.7616 39.6477 58.8435 39.6607C58.9266 39.6737 59.0007 39.714 59.0579 39.7789C59.1137 39.8426 59.1371 39.9296 59.1228 40.0167C59.1085 40.0998 59.0605 40.1713 58.989 40.2115L58.9111 40.257C58.7707 40.3376 58.6252 40.4207 58.4615 40.4818C58.3394 40.5272 58.2147 40.5636 58.09 40.6C58.0211 40.6208 57.9523 40.6403 57.8847 40.6623C57.8302 40.6792 57.773 40.6844 57.7171 40.6753L57.7184 40.6714Z' fill='white'/%3E%3Cpath d='M59.9185 39.7456C59.8042 39.7287 59.7029 39.656 59.6535 39.5559C59.5782 39.4065 59.6574 39.2298 59.8289 39.161C59.9497 39.1129 60.0757 39.0752 60.2018 39.0376C60.3213 39.0025 60.4408 38.9674 60.5551 38.9206C60.6084 38.8999 60.6682 38.8934 60.7266 38.9024C60.8409 38.9193 60.9423 38.9921 60.9916 39.0921C61.0657 39.2415 60.9877 39.4182 60.8176 39.4871C60.6954 39.5364 60.5694 39.5728 60.4421 39.6105C60.3226 39.6456 60.2044 39.6806 60.09 39.7261C60.0368 39.7469 59.977 39.7534 59.9185 39.7443V39.7456Z' fill='white'/%3E%3Cpath d='M47.6547 42.4514L47.5664 42.4384L47.5547 42.2734L47.656 42.25L47.7522 42.4293L47.734 42.441L47.7106 42.4462L47.6768 42.4644L47.6547 42.4514Z' fill='white'/%3E%3Cpath d='M47.6484 42.25L47.6549 42.2422L47.6666 42.2344L47.7991 42.3981L47.6484 42.25Z' fill='white'/%3E%3Cpath d='M46.6459 43.2528C46.5316 43.2359 46.4302 43.1631 46.3796 43.0631C46.3055 42.9137 46.3834 42.737 46.5536 42.6681L47.0746 42.4577C47.1564 42.4239 47.2396 42.3888 47.3253 42.3628L47.3825 42.346C47.4526 42.3252 47.5215 42.3044 47.5878 42.2771C47.6059 42.268 47.6189 42.2628 47.6293 42.2589L47.6358 42.2485L47.654 42.2368C47.7229 42.1316 47.8385 42.0809 47.9749 42.0965C48.0749 42.1121 48.1607 42.1667 48.2152 42.2433C48.2646 42.3135 48.2802 42.3901 48.2594 42.4603C48.201 42.6565 48.049 42.7513 47.9229 42.8111C47.8216 42.8591 47.7164 42.8916 47.6137 42.9228C47.5163 42.9527 47.4228 42.9903 47.3292 43.028L46.8226 43.232C46.7628 43.2567 46.703 43.2632 46.6446 43.2541L46.6459 43.2528Z' fill='white'/%3E%3Cpath d='M49.1842 42.1034C49.0699 42.0866 48.9685 42.0138 48.9192 41.9138C48.8438 41.7644 48.9231 41.5877 49.0933 41.5188L49.9403 41.1784C49.9936 41.1577 50.052 41.1512 50.1118 41.1603C50.2261 41.1772 50.3274 41.2499 50.3768 41.3499C50.4509 41.498 50.3729 41.676 50.2027 41.7449L49.3557 42.0853C49.3024 42.106 49.244 42.1138 49.1842 42.1047V42.1034Z' fill='white'/%3E%3Cpath d='M51.7006 41.0922C51.5862 41.0753 51.4849 41.0025 51.4342 40.9025C51.3602 40.7531 51.4381 40.5764 51.6083 40.5075L52.5021 40.1477C52.5554 40.1269 52.6139 40.1204 52.6723 40.1282C52.7867 40.1451 52.888 40.2178 52.9387 40.3179C53.0127 40.4673 52.9348 40.644 52.7646 40.7128L51.8695 41.0727C51.8162 41.0935 51.7577 41.1 51.6993 41.0922H51.7006Z' fill='white'/%3E%3Cpath d='M54.2618 40.0609C54.1487 40.044 54.0448 39.9687 53.9967 39.8712C53.9227 39.7231 54.0006 39.5451 54.1708 39.4763L55.0659 39.1164C55.1192 39.0956 55.1777 39.0891 55.2361 39.0969C55.3505 39.1138 55.4518 39.1866 55.5025 39.2866C55.5765 39.436 55.4986 39.6127 55.3284 39.6816L54.4333 40.0414C54.38 40.0622 54.3215 40.0687 54.2618 40.0596V40.0609Z' fill='white'/%3E%3Cpath d='M31.432 47.5057C31.3176 47.4888 31.2163 47.4148 31.1669 47.316C31.1319 47.2446 31.1319 47.151 31.1669 47.0757C31.1994 47.0081 31.2618 46.9536 31.341 46.9211L31.9997 46.6561C32.053 46.6353 32.1127 46.6275 32.1712 46.6366C32.2855 46.6535 32.3868 46.7275 32.4362 46.8262C32.4713 46.8977 32.4713 46.9925 32.4362 47.0666C32.4037 47.1341 32.3414 47.1887 32.2621 47.2212L31.6034 47.4862C31.5502 47.507 31.4904 47.5148 31.432 47.5057Z' fill='white'/%3E%3Cpath d='M33.599 46.6332C33.4847 46.6163 33.3833 46.5435 33.3327 46.4435C33.2586 46.2941 33.3366 46.1174 33.5068 46.0486L34.307 45.7264C34.3603 45.7056 34.4188 45.6978 34.4785 45.7069C34.5929 45.7238 34.6942 45.7965 34.7436 45.8966C34.8176 46.046 34.7397 46.2239 34.5695 46.2915L33.7692 46.6137C33.7159 46.6345 33.6575 46.641 33.599 46.6332Z' fill='white'/%3E%3Cpath d='M36.1715 45.593C35.9936 45.5579 35.8753 45.4124 35.8922 45.2474C35.9 45.1707 35.9455 45.0993 36.0169 45.0499C36.0884 45.0006 36.1767 44.9785 36.2599 44.9915C36.3028 44.9915 36.33 44.9902 36.3534 44.9863L36.3703 44.9746L36.3924 44.9772L36.4288 44.9681C36.4574 44.9603 36.4872 44.9512 36.5158 44.9421C36.6262 44.907 36.7328 44.8615 36.838 44.8174L36.9809 44.7576C37.0342 44.7368 37.0926 44.729 37.1524 44.7381C37.2654 44.755 37.3694 44.8304 37.4174 44.9278C37.4915 45.0772 37.4135 45.2539 37.2433 45.3227L37.1082 45.3786C36.9874 45.4293 36.8679 45.4799 36.7419 45.5189C36.5756 45.5709 36.3833 45.6254 36.1975 45.5956L36.1715 45.5904V45.593Z' fill='white'/%3E%3Cpath d='M38.3407 44.7178C38.2264 44.7009 38.1328 44.632 38.0822 44.532C38.0445 44.4579 38.0458 44.3683 38.0847 44.289C38.1211 44.2124 38.1887 44.1552 38.2692 44.1331C38.455 44.0825 38.6746 44.0188 38.8863 43.937C39.0331 43.8798 39.1799 43.82 39.3254 43.7616L39.5502 43.6706C39.6035 43.6499 39.6632 43.6434 39.7217 43.6524C39.836 43.6693 39.9373 43.7434 39.9867 43.8421C40.0621 43.9915 39.9828 44.1682 39.8126 44.2371L39.5762 44.3319C39.4333 44.3904 39.2904 44.4475 39.1475 44.5034C38.9266 44.5891 38.7005 44.6554 38.5083 44.7074C38.4524 44.7229 38.3965 44.7255 38.342 44.7178H38.3407Z' fill='white'/%3E%3Cpath d='M41.1741 43.5865C41.0598 43.5696 40.9585 43.4969 40.9091 43.3968C40.874 43.3254 40.874 43.2318 40.9091 43.1565C40.9403 43.0889 41.0027 43.0344 41.0832 43.0019L41.7783 42.7226C41.8419 42.6966 41.9017 42.6901 41.9601 42.6992C42.0745 42.7161 42.1758 42.7901 42.2252 42.8889C42.2615 42.9603 42.2602 43.0539 42.2252 43.1292C42.1927 43.1981 42.1316 43.2513 42.0511 43.2838L41.3443 43.5683C41.2911 43.5891 41.2326 43.5969 41.1728 43.5878L41.1741 43.5865Z' fill='white'/%3E%3Cpath d='M43.5826 42.6354C43.4683 42.6185 43.367 42.5444 43.3176 42.4457C43.2423 42.2963 43.3215 42.1196 43.4917 42.0507L43.619 42.0001C43.7346 41.9559 43.8516 41.9104 43.962 41.8559C44.0529 41.8117 44.1153 41.7818 44.1815 41.7597C44.2361 41.7415 44.2907 41.7286 44.3452 41.7221C44.3855 41.7169 44.4258 41.7182 44.4648 41.7234C44.492 41.7273 44.5193 41.735 44.5453 41.7441C44.6284 41.7753 44.6778 41.8377 44.7103 41.8806C44.8168 42.017 44.7908 42.1975 44.6479 42.3015C44.583 42.3482 44.4972 42.3677 44.4063 42.3534C44.3985 42.3534 44.3907 42.3508 44.3829 42.3495C44.3738 42.3534 44.366 42.356 44.3582 42.3599C44.3257 42.3742 44.1906 42.4392 44.1906 42.4392C44.0919 42.4847 43.9893 42.5249 43.8866 42.5652L43.7528 42.6172C43.6996 42.638 43.6398 42.6445 43.5813 42.6354H43.5826Z' fill='white'/%3E%3Cpath d='M46.224 41.6025C46.1097 41.5856 46.0083 41.5129 45.9577 41.4129C45.8836 41.2635 45.9616 41.0868 46.1318 41.0179L47.0736 40.6399C47.1269 40.6191 47.1854 40.6126 47.2438 40.6204C47.3582 40.6373 47.4595 40.71 47.5102 40.8101C47.5842 40.9595 47.5063 41.1361 47.3361 41.205L46.3942 41.583C46.3409 41.6038 46.2825 41.6103 46.224 41.6025Z' fill='white'/%3E%3Cpath d='M48.5586 40.6164C48.4443 40.5995 48.343 40.5254 48.2936 40.4267C48.2196 40.2786 48.2975 40.1006 48.4677 40.0318L49.3615 39.6719C49.4148 39.6498 49.4745 39.6433 49.533 39.6524C49.6473 39.6693 49.7487 39.7434 49.798 39.8421C49.8734 39.9915 49.7941 40.1682 49.6239 40.237L48.7288 40.5969C48.6756 40.6177 48.6158 40.6242 48.5573 40.6151L48.5586 40.6164Z' fill='white'/%3E%3Cpath d='M51.054 39.6067C50.941 39.5898 50.8436 39.5197 50.7929 39.4196C50.7565 39.3469 50.7565 39.2611 50.7929 39.1832C50.8293 39.1052 50.8955 39.0455 50.9761 39.0208C51.0384 39.0013 51.1008 38.9844 51.1645 38.9675C51.2307 38.9493 51.2957 38.9325 51.3619 38.9117C51.462 38.8805 51.5581 38.8402 51.6542 38.8012L51.7426 38.7649C51.7958 38.7441 51.8543 38.7376 51.9128 38.7454C52.0271 38.7623 52.1284 38.835 52.1791 38.9351C52.2531 39.0845 52.1752 39.2611 52.005 39.33L51.9102 39.369C51.8101 39.4092 51.7114 39.4508 51.6075 39.4833C51.5412 39.5041 51.4737 39.5223 51.4061 39.5405C51.345 39.5573 51.2827 39.5742 51.2216 39.5924C51.1671 39.6093 51.1099 39.6132 51.054 39.6054V39.6067Z' fill='white'/%3E%3Cpath d='M42.8178 41.4315C42.7034 41.4146 42.6021 41.3419 42.5514 41.2418C42.4774 41.0924 42.5553 40.9157 42.7255 40.8469L43.6492 40.4753C43.7025 40.4545 43.7622 40.448 43.8207 40.4571C43.935 40.474 44.0364 40.5481 44.0857 40.6468C44.1611 40.7962 44.0818 40.9729 43.9116 41.0418L42.9905 41.412C42.9347 41.4354 42.8749 41.4419 42.8165 41.4328L42.8178 41.4315Z' fill='white'/%3E%3Cpath d='M39.848 42.5368C39.7336 42.5199 39.6323 42.4472 39.5829 42.3471C39.5453 42.2718 39.5453 42.186 39.5829 42.1094C39.618 42.0405 39.6804 41.9834 39.757 41.9535L40.8483 41.5144C40.9016 41.4936 40.96 41.4871 41.0198 41.4962C41.1341 41.5131 41.2355 41.5858 41.2848 41.6859C41.3589 41.834 41.2809 42.012 41.1107 42.0808L40.0195 42.5199C39.9662 42.5407 39.9077 42.5472 39.848 42.5381V42.5368Z' fill='white'/%3E%3Cpath d='M37.7523 43.19C37.6379 43.1731 37.5366 43.1004 37.4872 43.0003C37.4522 42.9289 37.4522 42.8353 37.4872 42.76C37.5184 42.6924 37.5808 42.6379 37.6613 42.6054L38.333 42.3352C38.3863 42.3144 38.4447 42.3079 38.5032 42.3157C38.6175 42.3326 38.7188 42.4053 38.7695 42.5054C38.8046 42.5768 38.8046 42.6704 38.7695 42.7457C38.7383 42.8133 38.676 42.8678 38.5954 42.9003L37.9238 43.1705C37.8705 43.1913 37.812 43.1991 37.7523 43.19Z' fill='white'/%3E%3Cpath d='M35.359 44.0597C35.3305 44.0558 35.3019 44.048 35.2746 44.0376C35.1993 44.009 35.1356 43.9506 35.0966 43.8713C35.0615 43.7999 35.0615 43.7063 35.0966 43.631C35.1291 43.5634 35.1889 43.5089 35.2707 43.4764L35.8592 43.2399C35.9112 43.2192 35.9709 43.214 36.0333 43.223C36.0619 43.2269 36.0905 43.2347 36.1178 43.2451C36.1931 43.2737 36.2568 43.3322 36.2957 43.4114C36.3308 43.4829 36.3308 43.5764 36.2957 43.6518C36.2633 43.7193 36.2022 43.7726 36.1216 43.8064L35.5331 44.0428C35.4812 44.0636 35.4214 44.0688 35.359 44.0597Z' fill='white'/%3E%3Cpath d='M43.1842 39.3166C43.0699 39.2997 42.9685 39.2257 42.9192 39.1269C42.8438 38.9775 42.9231 38.8008 43.0933 38.732L44.3521 38.2253C44.4054 38.2045 44.4652 38.198 44.5236 38.2071C44.6379 38.224 44.7393 38.2981 44.7886 38.3968C44.8692 38.5579 44.764 38.732 44.6146 38.7918L43.3557 39.2984C43.3024 39.3192 43.2427 39.3257 43.1842 39.3166Z' fill='white'/%3E%3Cpath d='M40.0357 40.676C39.9214 40.6591 39.8201 40.585 39.7707 40.4863C39.6954 40.3369 39.7746 40.1602 39.9461 40.0914L41.205 39.5847C41.2582 39.5639 41.318 39.5574 41.3765 39.5665C41.4908 39.5834 41.5921 39.6575 41.6415 39.7562C41.7155 39.9043 41.6376 40.0823 41.4674 40.1511L40.2085 40.6578C40.1553 40.6786 40.0955 40.6864 40.037 40.6773L40.0357 40.676Z' fill='white'/%3E%3Cpath d='M37.7778 41.4042C37.6648 41.3873 37.5635 41.3145 37.5128 41.2158C37.4777 41.1456 37.4751 41.0677 37.505 40.9962C37.5375 40.917 37.6037 40.8533 37.6882 40.8209C37.896 40.7403 38.1117 40.6806 38.3209 40.6221C38.4339 40.5909 38.5456 40.5597 38.6573 40.5247C38.7119 40.5078 38.7691 40.5039 38.8249 40.5117C38.938 40.5286 39.0354 40.5987 39.0861 40.6987C39.1224 40.7715 39.1224 40.8572 39.0861 40.9352C39.051 41.0131 38.9834 41.0716 38.9029 41.0976C38.7886 41.1327 38.6742 41.1651 38.5586 41.1963C38.3546 41.2535 38.1442 41.3119 37.948 41.3873C37.8947 41.4081 37.8363 41.4146 37.7778 41.4055V41.4042Z' fill='white'/%3E%3Cpath d='M35.6364 42.1661C35.5221 42.1492 35.4207 42.0765 35.3701 41.9764C35.335 41.905 35.335 41.8114 35.3701 41.7361C35.4025 41.6685 35.4623 41.614 35.5441 41.5815L36.2158 41.3113C36.2691 41.2905 36.3288 41.284 36.3873 41.2931C36.5016 41.31 36.6029 41.384 36.6523 41.4828C36.6874 41.5542 36.6874 41.6477 36.6523 41.7231C36.6198 41.7906 36.5575 41.8452 36.4782 41.8777L35.8066 42.1479C35.7533 42.1687 35.6948 42.1752 35.6364 42.1674V42.1661Z' fill='white'/%3E%3Cpath d='M33.5756 42.8934C33.4976 42.8817 33.4236 42.8388 33.3664 42.7739C33.3132 42.7141 33.2872 42.6232 33.3002 42.5439C33.3106 42.4751 33.3586 42.3828 33.4392 42.34C33.5028 42.3075 33.5652 42.2763 33.6354 42.2542C33.7003 42.2334 33.7666 42.2191 33.8328 42.2062C33.8783 42.1971 34.0589 42.1659 34.1018 42.1568C34.1953 42.1321 34.2499 42.1282 34.3057 42.1373C34.3317 42.1412 34.3577 42.1477 34.3837 42.1581C34.459 42.1854 34.5227 42.2451 34.5617 42.3244C34.5967 42.3958 34.5967 42.4894 34.5617 42.5647C34.5331 42.6258 34.4642 42.6985 34.3759 42.7232C34.281 42.7492 34.1849 42.7661 34.0888 42.783L33.964 42.8064C33.9121 42.818 33.8575 42.8336 33.8055 42.857C33.7744 42.8765 33.7263 42.8934 33.6743 42.8986H33.6003L33.5782 42.8947L33.5756 42.8934Z' fill='white'/%3E%3Cpath d='M36.6252 39.8878C36.5966 39.8839 36.568 39.8761 36.5394 39.8657C36.4654 39.8385 36.4017 39.78 36.3627 39.7007C36.3264 39.6293 36.3277 39.5345 36.3627 39.4591C36.3952 39.3916 36.455 39.3383 36.5368 39.3045L37.1253 39.0681C37.1773 39.0473 37.2371 39.0421 37.2994 39.0512C37.328 39.0551 37.3566 39.0629 37.3839 39.0733C37.4592 39.1018 37.5229 39.1603 37.5618 39.2396C37.5969 39.311 37.5969 39.4045 37.5618 39.4799C37.5294 39.5474 37.467 39.6033 37.3878 39.6345L36.8005 39.8709C36.7486 39.8917 36.6888 39.8969 36.6265 39.8878H36.6252Z' fill='white'/%3E%3Cpath d='M33.9489 40.7804C33.8359 40.7635 33.7319 40.6882 33.6826 40.5894C33.6475 40.5193 33.6475 40.4244 33.6826 40.3491C33.7137 40.2828 33.7735 40.2296 33.8553 40.1958C33.9866 40.1412 34.1217 40.1165 34.2542 40.0919L34.3594 40.0724C34.401 40.0633 34.4452 40.0516 34.4867 40.036C34.54 40.0165 34.5985 40.0113 34.6556 40.0191C34.7686 40.036 34.87 40.1087 34.9193 40.2075C34.9544 40.2776 34.957 40.3569 34.9258 40.4309C34.8921 40.5102 34.8258 40.5725 34.7427 40.6037C34.6257 40.6466 34.5036 40.6687 34.3867 40.6908L34.288 40.7089C34.2334 40.7219 34.1749 40.7375 34.1204 40.7596C34.0671 40.7817 34.0073 40.7882 33.9489 40.7791V40.7804Z' fill='white'/%3E%3Cpath d='M32.395 39.2538C32.2807 39.2369 32.1793 39.1628 32.13 39.0641C32.0949 38.9952 32.0923 38.9186 32.1222 38.8458C32.1547 38.7666 32.2209 38.7016 32.3054 38.6692C32.343 38.6536 32.382 38.6367 32.4184 38.6198C32.4989 38.5834 32.5795 38.5483 32.6665 38.5262C32.7458 38.5055 32.8263 38.4938 32.9069 38.4808C32.9523 38.4743 32.9991 38.4665 33.0446 38.4587C33.0654 38.4535 33.0848 38.4483 33.1017 38.4418C33.1563 38.4223 33.2148 38.4171 33.2719 38.4262C33.385 38.4431 33.485 38.5159 33.5344 38.6146C33.5694 38.686 33.572 38.7666 33.5396 38.8419C33.5058 38.9212 33.4382 38.9823 33.3564 39.0108C33.2498 39.0485 33.1407 39.0641 33.0368 39.0797C32.9965 39.0862 32.9549 39.0914 32.9147 39.0992C32.838 39.1187 32.7601 39.1524 32.6808 39.1862C32.6431 39.2031 32.6055 39.2187 32.5665 39.2343C32.5132 39.2551 32.4535 39.2616 32.395 39.2525V39.2538Z' fill='white'/%3E%3Cpath d='M31.8629 41.4406C31.7486 41.4237 31.6473 41.3509 31.5966 41.2509C31.5615 41.1795 31.5615 41.0859 31.5966 41.0106C31.6278 40.943 31.6902 40.8884 31.7707 40.856L32.4424 40.5857C32.4956 40.565 32.5554 40.5572 32.6139 40.5663C32.7282 40.5831 32.8295 40.6572 32.8789 40.7559C32.914 40.8274 32.914 40.9209 32.8789 40.9963C32.8464 41.0638 32.784 41.1197 32.7048 41.1509L32.0331 41.4211C31.9799 41.4419 31.9214 41.4484 31.8629 41.4406Z' fill='white'/%3E%3Cpath d='M30.3633 40.0611C30.2853 40.0494 30.2113 40.0066 30.1554 39.9416C30.1034 39.8818 30.0762 39.7909 30.0891 39.7117C30.0995 39.6428 30.1476 39.5493 30.2295 39.5077C30.2814 39.4817 30.3321 39.4557 30.397 39.4414C30.449 39.4284 30.5023 39.4193 30.5568 39.4141L30.5958 39.4102C30.6387 39.4063 30.6816 39.4038 30.7244 39.396C30.7959 39.3674 30.8569 39.3622 30.9193 39.3713C30.9479 39.3752 30.9765 39.383 31.0037 39.3934C31.0791 39.4219 31.1428 39.4804 31.1817 39.5597C31.2168 39.6311 31.2168 39.7246 31.1817 39.8C31.1493 39.8675 31.0895 39.9208 31.0076 39.9546C30.9323 39.9858 30.844 40.004 30.7361 40.0131C30.6829 40.0169 30.6361 40.0208 30.5906 40.0286C30.5854 40.0312 30.5607 40.039 30.5607 40.039C30.5283 40.0533 30.4958 40.0624 30.4607 40.0663H30.3919L30.3633 40.0624V40.0611Z' fill='white'/%3E%3Cpath d='M28.0131 40.989C27.8987 40.9721 27.7974 40.8994 27.7467 40.7993C27.6727 40.6499 27.7506 40.4732 27.9208 40.4044L29.142 39.9133C29.1953 39.8925 29.2538 39.886 29.3122 39.8938C29.4265 39.9107 29.5279 39.9835 29.5785 40.0835C29.6526 40.2329 29.5746 40.4096 29.4045 40.4784L28.1833 40.9695C28.13 40.9903 28.0715 40.9968 28.0131 40.989Z' fill='white'/%3E%3Cpath d='M29.9805 42.1923C29.9025 42.1806 29.8285 42.1378 29.7726 42.0728C29.7206 42.0131 29.6933 41.9221 29.7063 41.8429C29.7167 41.7753 29.7622 41.687 29.8414 41.6415C29.8635 41.6285 29.8856 41.6129 29.9051 41.596C29.9454 41.5597 29.9831 41.5259 30.0259 41.4986C30.0831 41.4609 30.148 41.4323 30.2104 41.4051C30.2637 41.383 30.3182 41.3622 30.3728 41.3414L30.4949 41.2946C30.5469 41.2738 30.6066 41.2686 30.669 41.2777C30.6976 41.2816 30.7262 41.2894 30.7547 41.2998C30.8301 41.3284 30.8938 41.3869 30.9327 41.4661C30.9678 41.5363 30.9678 41.6311 30.9327 41.7065C30.9003 41.774 30.8392 41.8286 30.7586 41.8611L30.6417 41.9065C30.5755 41.9312 30.5079 41.9572 30.4443 41.9858C30.4287 41.9962 30.4053 42.0118 30.3832 42.0299C30.339 42.0689 30.2923 42.1105 30.2325 42.1443C30.1584 42.1871 30.0818 42.2027 29.9973 42.1936H29.9844L29.9805 42.1923Z' fill='white'/%3E%3Cpath d='M29.5443 44.1573C29.43 44.1404 29.3287 44.0676 29.278 43.9676C29.2039 43.8182 29.2819 43.6415 29.4521 43.5726L30.3511 43.2102C30.4044 43.1894 30.4628 43.1829 30.5213 43.1907C30.6356 43.2076 30.7369 43.2803 30.7876 43.3804C30.8617 43.5298 30.7837 43.7065 30.6135 43.7753L29.7145 44.1378C29.6612 44.1586 29.6028 44.165 29.5443 44.1573Z' fill='white'/%3E%3Cpath d='M31.6195 43.4791C31.5051 43.4622 31.4038 43.3894 31.3544 43.2894C31.3194 43.2179 31.3194 43.1244 31.3544 43.049C31.3856 42.9815 31.448 42.9269 31.5285 42.8944L32.2197 42.6164C32.2729 42.5956 32.3314 42.5891 32.3899 42.5969C32.5042 42.6138 32.6055 42.6866 32.6562 42.7866C32.6913 42.8581 32.6913 42.9516 32.6562 43.027C32.6237 43.0945 32.5639 43.1478 32.4821 43.1816L31.7896 43.4596C31.7364 43.4804 31.6779 43.4882 31.6182 43.4791H31.6195Z' fill='white'/%3E%3Cpath d='M30.856 45.9842C30.7417 45.9673 30.6404 45.8933 30.591 45.7945C30.5157 45.6451 30.5949 45.4684 30.7664 45.3996L31.5264 45.093C31.5797 45.0722 31.6381 45.0657 31.6966 45.0735C31.8109 45.0904 31.9123 45.1631 31.9629 45.2632C32.037 45.4126 31.959 45.5893 31.7888 45.6581L31.0275 45.9647C30.9743 45.9855 30.9145 45.9933 30.856 45.9842Z' fill='white'/%3E%3Cpath d='M33.1919 44.895C33.0789 44.8781 32.9775 44.8054 32.9268 44.7053C32.8918 44.6365 32.8892 44.5572 32.9191 44.4845C32.9515 44.4052 33.0191 44.3416 33.1022 44.3104C33.3231 44.2247 33.5621 44.1584 33.8311 44.1064C33.8609 44.0999 33.8934 44.0999 33.9272 44.1064C33.9805 44.1142 34.0389 44.1389 34.0883 44.1727C34.1532 44.2169 34.1987 44.2883 34.2156 44.3728C34.2299 44.4494 34.2039 44.5403 34.148 44.604C34.0857 44.6742 34.0051 44.6975 33.9415 44.7105L33.8986 44.7196C33.6985 44.7638 33.5284 44.8158 33.3621 44.8794C33.3088 44.9002 33.2503 44.9067 33.1919 44.8976V44.895Z' fill='white'/%3E%3Cpath d='M45.5938 39.332L45.6197 39.3177L45.6678 39.3125L45.6795 39.5139L45.5938 39.332Z' fill='white'/%3E%3Cpath d='M44.974 40.2075C44.8597 40.1907 44.7583 40.1179 44.7077 40.0179C44.6336 39.8685 44.7116 39.6918 44.8818 39.6229C44.8818 39.6229 45.5209 39.367 45.5716 39.3462L45.6392 39.4229L45.5937 39.3358L45.6729 39.2955C45.8509 39.2033 46.0731 39.0877 46.303 39.1241C46.3511 39.1318 46.3966 39.1448 46.4407 39.1643C46.6057 39.2397 46.6785 39.4073 46.6135 39.5632C46.5616 39.6853 46.4096 39.7593 46.2602 39.7373C46.2511 39.736 46.242 39.7334 46.2329 39.7321C46.1926 39.7437 46.1744 39.7515 46.1562 39.758L46.0978 39.7827L46.0614 39.8009C46.0341 39.8139 46.012 39.8243 45.9899 39.836L45.9549 39.8542C45.7665 39.949 45.5664 40.0257 45.3728 40.0997C45.2975 40.1283 45.2208 40.1582 45.1468 40.1881C45.0935 40.2088 45.0351 40.2153 44.9766 40.2075H44.974Z' fill='white'/%3E%3Cpath d='M47.6217 39.2675C47.5074 39.2506 47.406 39.1766 47.3567 39.0778C47.2813 38.9284 47.3606 38.7517 47.5308 38.6829L48.3778 38.3425C48.4311 38.3217 48.4908 38.3152 48.5493 38.3243C48.6636 38.3412 48.7649 38.4153 48.8143 38.514C48.8897 38.6634 48.8104 38.8401 48.6402 38.9089L47.7932 39.2493C47.7399 39.2701 47.6802 39.2766 47.6217 39.2675Z' fill='white'/%3E%3Cpath d='M79.0667 43.3688C78.9524 43.3519 78.8511 43.2778 78.8017 43.1791C78.764 43.1037 78.764 43.018 78.8017 42.9413C78.8368 42.8725 78.8991 42.8153 78.9758 42.7842L80.1502 42.3113C80.2035 42.2905 80.2632 42.284 80.3217 42.2931C80.436 42.31 80.5374 42.384 80.5867 42.4827C80.6608 42.6309 80.5828 42.8088 80.4126 42.8777L79.2369 43.3506C79.1836 43.3714 79.1239 43.3779 79.0654 43.3688H79.0667Z' fill='white'/%3E%3Cpath d='M72.1824 46.1349C72.0681 46.118 71.9668 46.0452 71.9174 45.9452C71.881 45.8737 71.8823 45.7802 71.9174 45.7048C71.9499 45.636 72.011 45.5827 72.0915 45.5502L72.7632 45.28C72.8164 45.2592 72.8762 45.2527 72.9347 45.2618C73.049 45.2787 73.1503 45.3528 73.1997 45.4515C73.2348 45.523 73.2348 45.6165 73.1997 45.6918C73.1672 45.7594 73.1061 45.8127 73.0256 45.8464L72.3539 46.1167C72.3007 46.1374 72.2422 46.1439 72.1824 46.1349Z' fill='white'/%3E%3Cpath d='M75.0321 44.9902C75.0035 44.9863 74.9749 44.9785 74.9463 44.9681C74.871 44.9408 74.7995 44.8732 74.7657 44.7979C74.7268 44.7095 74.7436 44.6355 74.7631 44.5731C74.8411 44.3198 75.1087 44.2289 75.3218 44.1548L75.4114 44.1223C75.4712 44.0833 75.5049 44.0574 75.54 44.0301C75.5985 43.9833 75.644 43.9495 75.6933 43.921C75.7726 43.8755 75.8479 43.8469 75.9467 43.8261C75.9778 43.8196 76.0103 43.8183 76.0441 43.8235C76.1168 43.8352 76.1766 43.8703 76.2052 43.8898C76.2714 43.9352 76.3156 44.0067 76.3325 44.0911C76.3468 44.1678 76.3208 44.2587 76.2649 44.3211C76.2403 44.3497 76.213 44.3692 76.1844 44.3847V44.3938L76.0623 44.4341C76.0259 44.4601 75.9934 44.4861 75.9609 44.5108C75.87 44.5822 75.77 44.6537 75.6453 44.6991L75.5517 44.7316C75.5023 44.7472 75.453 44.7641 75.4062 44.7849C75.3542 44.9031 75.2503 44.9551 75.2061 44.972C75.1542 44.9928 75.0944 44.9979 75.0333 44.9889L75.0321 44.9902Z' fill='white'/%3E%3Cpath d='M77.2178 43.918C77.1892 43.9141 77.1606 43.9063 77.1333 43.8959C77.058 43.8673 76.9943 43.8089 76.9553 43.7296C76.9346 43.6894 76.9268 43.6452 76.9307 43.5997C76.9268 43.5724 76.9346 43.5283 76.9566 43.4867C76.9878 43.4217 77.0476 43.3685 77.1281 43.336L77.4633 43.2009C77.5153 43.1801 77.575 43.1749 77.6374 43.184C77.666 43.1879 77.6946 43.1957 77.7218 43.2061C77.7972 43.2347 77.8608 43.2931 77.8998 43.3724C77.9206 43.4126 77.9284 43.4568 77.9245 43.5023C77.9284 43.5296 77.9206 43.5737 77.8985 43.6153C77.8673 43.6803 77.8076 43.7335 77.727 43.766L77.3906 43.9011C77.3399 43.9219 77.2801 43.9284 77.2178 43.918Z' fill='white'/%3E%3Cpath d='M70.0123 45.4179C69.898 45.4011 69.7967 45.327 69.7473 45.2283C69.6719 45.0789 69.7512 44.9022 69.9214 44.8333L71.4323 44.2253C71.4856 44.2045 71.544 44.198 71.6038 44.2071C71.7181 44.224 71.8194 44.2968 71.8688 44.3968C71.9429 44.5449 71.8649 44.7229 71.6947 44.7918L70.1838 45.3998C70.1305 45.4205 70.0708 45.427 70.0123 45.4179Z' fill='white'/%3E%3Cpath d='M66.3404 44.5897C66.2261 44.5728 66.1248 44.4987 66.0754 44.4C66.0001 44.2506 66.0793 44.0739 66.2495 44.005L67.7461 43.4035C67.815 43.3763 67.8734 43.3698 67.9319 43.3789C68.0462 43.3957 68.1476 43.4685 68.1969 43.5685C68.271 43.7166 68.193 43.8946 68.0228 43.9635L66.5119 44.5715C66.4587 44.5923 66.3989 44.5988 66.3404 44.5897Z' fill='white'/%3E%3Cpath d='M72.7936 42.2657C72.6792 42.2488 72.5779 42.1748 72.5285 42.0761C72.4532 41.9267 72.5324 41.75 72.7026 41.6811L72.9222 41.5915C73.1365 41.5044 73.3496 41.4174 73.5679 41.3381C73.6016 41.3265 73.6354 41.3135 73.6679 41.2992L73.7329 41.3446L73.6991 41.2862L73.738 41.3485L73.7653 41.368L73.703 41.2836C73.7471 41.2576 73.7861 41.2251 73.8238 41.1952C73.929 41.1108 74.0433 41.0264 74.1901 40.99C74.246 40.9757 74.3006 40.9731 74.3551 40.9809C74.4682 40.9978 74.5617 41.0653 74.6111 41.1654C74.6488 41.2407 74.6462 41.3343 74.6059 41.4148C74.5682 41.4901 74.5006 41.546 74.4214 41.5655L74.3863 41.5759C74.3694 41.5837 74.3525 41.5941 74.337 41.6045C74.3045 41.6266 74.2746 41.6499 74.2447 41.6746L74.2018 41.7097C74.1018 41.7877 73.9849 41.8487 73.8225 41.9072C73.6003 41.9877 73.3821 42.0761 73.1651 42.1657L72.9651 42.2463C72.9118 42.267 72.852 42.2735 72.7936 42.2644V42.2657Z' fill='white'/%3E%3Cpath d='M73.1133 44.1095C72.999 44.0926 72.8977 44.0185 72.8483 43.9198C72.7743 43.7717 72.8522 43.5937 73.0224 43.5249L73.2368 43.4378C73.4524 43.3495 73.6681 43.2624 73.8876 43.1832C73.9214 43.1702 73.9552 43.1585 73.9877 43.1442L74.0682 43.2209L74.0214 43.1273C74.063 43.1026 74.1007 43.0715 74.1397 43.0416C74.2475 42.9545 74.3618 42.8701 74.5086 42.8337C74.5645 42.8194 74.6203 42.8168 74.6736 42.8246C74.7866 42.8415 74.8802 42.9091 74.9295 43.0091C74.9672 43.0845 74.9646 43.178 74.9243 43.2585C74.8867 43.3339 74.8191 43.3885 74.7399 43.4092L74.7048 43.4196C74.6879 43.4274 74.671 43.4378 74.6554 43.4495C74.6229 43.4716 74.5918 43.4976 74.5606 43.5223L74.5216 43.5535C74.4216 43.6314 74.3046 43.6925 74.141 43.7522C73.9188 43.8328 73.7005 43.9211 73.4836 44.0108L73.2835 44.0913C73.2303 44.1121 73.1705 44.1186 73.112 44.1095H73.1133Z' fill='white'/%3E%3Cpath d='M76.3243 42.5046C76.2099 42.4877 76.1086 42.4136 76.0592 42.3149C75.9852 42.1668 76.0631 41.9888 76.2333 41.92L76.9894 41.6159C77.0427 41.5952 77.1025 41.5887 77.1609 41.5978C77.2752 41.6147 77.3766 41.6887 77.4259 41.7874C77.5013 41.9368 77.422 42.1135 77.2519 42.1824L76.4971 42.4864C76.4438 42.5072 76.384 42.5137 76.3256 42.5046H76.3243Z' fill='white'/%3E%3Cpath d='M71.0036 39.4689C70.8905 39.452 70.7866 39.3767 70.7372 39.2779C70.7022 39.2078 70.7022 39.1129 70.7372 39.0376C70.7697 38.97 70.8295 38.9168 70.91 38.8843C70.9516 38.8674 70.9932 38.8518 71.0348 38.8362C71.0854 38.8167 71.1374 38.7973 71.188 38.7752C71.2426 38.7453 71.2998 38.705 71.3556 38.6634C71.4466 38.5959 71.5323 38.5439 71.6246 38.5023C71.6778 38.479 71.7376 38.4712 71.7974 38.4803C71.9117 38.4971 72.0169 38.5725 72.0663 38.6725C72.1014 38.7427 72.1014 38.8375 72.0663 38.9129C72.0286 38.9908 71.9636 39.0311 71.9182 39.0545C71.8597 39.0844 71.8064 39.1246 71.7532 39.1636C71.709 39.1974 71.6635 39.2299 71.6155 39.2585C71.5141 39.3208 71.4063 39.3611 71.3011 39.4001C71.2595 39.4156 71.2166 39.4312 71.1751 39.4481C71.1218 39.4702 71.062 39.4767 71.0036 39.4676V39.4689Z' fill='white'/%3E%3Cpath d='M68.986 40.2797C68.96 40.2758 68.9327 40.268 68.9068 40.2589C68.8314 40.2304 68.7678 40.1719 68.7288 40.0927C68.708 40.0524 68.7002 40.0082 68.7041 39.9627C68.7002 39.9342 68.7093 39.89 68.7301 39.8497C68.7639 39.7796 68.8353 39.7185 68.9133 39.6951C68.96 39.6691 69.0003 39.6354 69.0393 39.6016C69.1172 39.534 69.1978 39.4847 69.2848 39.4509C69.3368 39.4301 69.3965 39.4249 69.4589 39.434C69.4875 39.4379 69.5148 39.4457 69.542 39.4561C69.6174 39.4847 69.6811 39.5431 69.72 39.6224C69.7408 39.6652 69.7486 39.7094 69.7447 39.7536C69.7486 39.7796 69.7408 39.8237 69.7187 39.8653C69.6901 39.9251 69.6356 39.9744 69.5615 40.0082C69.5213 40.029 69.4797 40.0641 69.4368 40.1017C69.3355 40.1888 69.2471 40.2395 69.1562 40.2667C69.099 40.2836 69.0419 40.2875 68.986 40.2797Z' fill='white'/%3E%3Cpath d='M74.5983 39.6169C74.4839 39.6001 74.3826 39.526 74.3332 39.4273C74.2579 39.2779 74.3371 39.1012 74.5073 39.0323L75.3479 38.6946C75.4011 38.6738 75.4596 38.6673 75.5181 38.6751C75.6324 38.692 75.7337 38.7647 75.7844 38.8647C75.8584 39.0141 75.7805 39.1908 75.6103 39.2597L74.771 39.5975C74.7178 39.6182 74.658 39.6247 74.5996 39.6156L74.5983 39.6169Z' fill='white'/%3E%3Cpath d='M72.4186 40.4967C72.3042 40.4798 72.2029 40.407 72.1535 40.307C72.0782 40.1576 72.1574 39.9809 72.3276 39.912L73.0746 39.6119C73.1357 39.5873 73.1942 39.5808 73.2539 39.5899C73.3669 39.6067 73.4709 39.6821 73.5189 39.7795C73.593 39.9276 73.515 40.1056 73.3449 40.1745L72.5888 40.4785C72.5355 40.4993 72.477 40.5058 72.4173 40.4967H72.4186Z' fill='white'/%3E%3Cpath d='M70.4866 41.2753C70.3723 41.2584 70.271 41.1857 70.2216 41.0856C70.1865 41.0142 70.1865 40.9206 70.2216 40.8453C70.2541 40.7764 70.3165 40.7219 70.397 40.6907C70.4308 40.6777 70.4646 40.6647 70.4996 40.653C70.5451 40.6374 70.5906 40.6205 70.6348 40.601C70.6776 40.5764 70.7244 40.5387 70.7686 40.501C70.8543 40.4296 70.9362 40.3789 71.0284 40.3425C71.0817 40.3217 71.1414 40.3152 71.1999 40.3243C71.3142 40.3412 71.4155 40.4153 71.4649 40.514C71.5 40.5855 71.5 40.679 71.4649 40.7543C71.4337 40.8206 71.374 40.8739 71.2973 40.9063C71.2518 40.9323 71.2129 40.9648 71.1739 40.9973C71.1349 41.0285 71.0959 41.0609 71.0544 41.0882C70.9621 41.148 70.8621 41.1844 70.7647 41.2181C70.7296 41.2311 70.6932 41.2428 70.6581 41.2571C70.6049 41.2779 70.5464 41.2844 70.4866 41.2753Z' fill='white'/%3E%3Cpath d='M68.8439 42.0259C68.8153 42.022 68.7867 42.0142 68.7595 42.0038C68.6841 41.9753 68.6205 41.9168 68.5815 41.8375C68.5464 41.7674 68.5451 41.6726 68.5815 41.5972C68.614 41.5296 68.6737 41.4751 68.7556 41.4426L69.2596 41.2399C69.3116 41.2192 69.3714 41.214 69.4337 41.223C69.4623 41.2269 69.4909 41.2347 69.5182 41.2451C69.5948 41.2737 69.6572 41.3335 69.6962 41.4114C69.7312 41.4829 69.7312 41.5764 69.6962 41.6518C69.6637 41.7193 69.6039 41.7726 69.5221 41.8064L69.018 42.009C68.966 42.0298 68.9063 42.035 68.8439 42.0259Z' fill='white'/%3E%3Cpath d='M77.0196 40.2389C76.9065 40.2221 76.8026 40.1467 76.7546 40.0493C76.6805 39.9012 76.7584 39.7232 76.9286 39.6543L77.6847 39.3503C77.738 39.3295 77.7965 39.323 77.8562 39.3321C77.9706 39.349 78.0719 39.4218 78.1213 39.5218C78.1966 39.6712 78.1174 39.8479 77.9472 39.9168L77.2002 40.2169C77.1391 40.2415 77.0806 40.248 77.0209 40.2389H77.0196Z' fill='white'/%3E%3Cpath d='M71.3849 42.9282C71.3589 42.9243 71.3316 42.9165 71.3057 42.9074C71.2303 42.8788 71.1666 42.8203 71.1277 42.7411C71.1069 42.6982 71.0991 42.654 71.103 42.6099C71.0978 42.5839 71.1069 42.5397 71.129 42.4982C71.1614 42.4293 71.2329 42.3669 71.3096 42.3436C71.3576 42.3176 71.3979 42.2838 71.4369 42.25C71.5148 42.1825 71.5954 42.1331 71.6824 42.0993C71.7344 42.0785 71.7941 42.0733 71.8552 42.0824C71.8838 42.0863 71.9124 42.0941 71.9396 42.1045C72.015 42.1331 72.0786 42.1916 72.1176 42.2695C72.1384 42.3124 72.1462 42.3552 72.1423 42.3994C72.1462 42.428 72.1371 42.4709 72.1163 42.5124C72.0877 42.5722 72.0332 42.6216 71.9591 42.6553C71.9176 42.6774 71.876 42.7125 71.8331 42.7502C71.7318 42.8372 71.6447 42.8866 71.5525 42.9139C71.4966 42.9308 71.4395 42.9347 71.3836 42.9269L71.3849 42.9282Z' fill='white'/%3E%3Cpath d='M69.3682 43.6509C69.3396 43.647 69.311 43.6392 69.2824 43.6288C69.2071 43.6003 69.1434 43.5418 69.1044 43.4625C69.0694 43.3911 69.0694 43.2976 69.1044 43.2222C69.1369 43.1546 69.198 43.1014 69.2785 43.0676L69.7826 42.8649C69.8346 42.8442 69.8943 42.839 69.9567 42.848C69.9853 42.8519 70.0138 42.8597 70.0411 42.8701C70.1165 42.8987 70.1801 42.9572 70.2191 43.0351C70.2542 43.1066 70.2542 43.2001 70.2191 43.2755C70.1866 43.3443 70.1243 43.3989 70.0437 43.4301L69.5409 43.6327C69.489 43.6535 69.4292 43.6587 69.3669 43.6496L69.3682 43.6509Z' fill='white'/%3E%3Cpath d='M66.6524 41.2463C66.5381 41.2294 66.4367 41.1554 66.3874 41.0567C66.3133 40.9086 66.3913 40.7306 66.5615 40.6617L67.7826 40.1706C67.8359 40.1499 67.8957 40.1434 67.9541 40.1524C68.0685 40.1693 68.1698 40.2434 68.2192 40.3421C68.2945 40.4915 68.2153 40.6682 68.0451 40.7371L66.8239 41.2281C66.7706 41.2489 66.7109 41.2554 66.6524 41.2463Z' fill='white'/%3E%3Cpath d='M71.5536 49.0026C71.4718 48.9896 71.399 48.9494 71.3431 48.8857C71.2847 48.8194 71.2613 48.7259 71.2795 48.6363C71.2951 48.5544 71.3457 48.4869 71.4159 48.4505L72.5383 47.8828C72.6176 47.8425 72.7007 47.8282 72.7787 47.8399C72.8592 47.8529 72.9333 47.8931 72.9892 47.9568C73.0463 48.0218 73.071 48.1153 73.0528 48.2049C73.0372 48.2868 72.9866 48.3556 72.9164 48.3907L71.7952 48.9585C71.716 48.9987 71.6328 49.013 71.5536 49V49.0026Z' fill='white'/%3E%3Cpath d='M78.5989 45.4419C78.521 45.4302 78.4469 45.3874 78.3898 45.3224C78.3378 45.2626 78.3105 45.1717 78.3235 45.0924C78.3339 45.0223 78.382 44.9288 78.4638 44.8885L79.1056 44.5637C79.1407 44.539 79.1927 44.5208 79.2511 44.5156C79.2511 44.5156 79.3291 44.5169 79.3304 44.5182C79.4278 44.5325 79.5006 44.5754 79.5564 44.639C79.6097 44.6975 79.6357 44.7884 79.6227 44.869C79.6123 44.9391 79.5629 45.0327 79.4824 45.073L78.8419 45.3977C78.8055 45.4224 78.7535 45.4406 78.6964 45.4458L78.5989 45.4419Z' fill='white'/%3E%3Cpath d='M75.7171 46.6287C75.6288 46.6157 75.547 46.5715 75.4911 46.5079C75.3677 46.3676 75.4235 46.1779 75.547 46.083C75.6678 45.9908 75.8146 45.9622 75.9432 45.9362L75.9991 45.9245L76.016 45.9142L76.0367 45.9168L76.0471 45.9142C76.064 45.9103 76.0848 45.9038 76.103 45.8973L76.1939 45.8466C76.2706 45.8011 76.3472 45.757 76.4304 45.7232C76.5512 45.6751 76.6746 45.6608 76.8006 45.6803C76.8435 45.6868 76.8877 45.6972 76.9306 45.7128C77.0059 45.7388 77.067 45.792 77.102 45.8622C77.1423 45.9414 77.1462 46.0363 77.1124 46.1155C77.0592 46.2428 76.915 46.3117 76.7526 46.2857C76.7396 46.2844 76.7266 46.2805 76.7149 46.2779L76.6681 46.2987L76.5681 46.3559C76.5239 46.3818 76.4784 46.4078 76.4317 46.4312C76.3251 46.4845 76.2121 46.5066 76.103 46.5274L76.0211 46.4403L76.0536 46.5377L75.9965 46.5533C75.9861 46.5585 75.977 46.5624 75.9692 46.565C75.886 46.6235 75.8029 46.6417 75.7171 46.6274V46.6287Z' fill='white'/%3E%3Cpath d='M73.9432 47.5998C73.8666 47.5881 73.7912 47.5453 73.7353 47.4803C73.7042 47.4452 73.6847 47.405 73.6756 47.3608C73.6639 47.3348 73.66 47.2893 73.6691 47.2452C73.673 47.2088 73.6899 47.1672 73.7185 47.1308C73.7301 47.1062 73.7613 47.0737 73.8003 47.0503L74.1277 46.884C74.1628 46.8593 74.216 46.8411 74.2732 46.8359C74.2732 46.8359 74.3511 46.8372 74.3524 46.8385C74.4499 46.8528 74.5213 46.8957 74.5785 46.9594C74.6097 46.9957 74.6292 47.0347 74.637 47.0776C74.6486 47.1036 74.6525 47.1477 74.6447 47.1932C74.6409 47.2309 74.624 47.2724 74.5954 47.3088C74.5837 47.3335 74.5538 47.3647 74.5135 47.3894L74.1848 47.5557C74.1498 47.5804 74.0978 47.5985 74.0393 47.6037H73.964L73.9419 47.5998H73.9432Z' fill='white'/%3E%3Cpath d='M98.9982 47.6907C98.9203 47.679 98.8462 47.6361 98.7891 47.5712C98.7358 47.5101 98.7098 47.4205 98.7215 47.3399C98.7319 47.2698 98.78 47.1775 98.8618 47.136L99.4231 46.8528C99.4581 46.8294 99.5101 46.8099 99.5686 46.8047C99.5686 46.8047 99.6478 46.806 99.6491 46.806C99.7465 46.8203 99.8193 46.8631 99.8752 46.9268C99.9271 46.9866 99.9544 47.0775 99.9414 47.1568C99.931 47.2269 99.8817 47.3204 99.8011 47.3607L99.2412 47.6452C99.2035 47.6699 99.1515 47.6881 99.0957 47.6933L98.9995 47.6907H98.9982Z' fill='white'/%3E%3Cpath d='M96.661 48.6714C96.5843 48.6597 96.5103 48.6168 96.4531 48.5518C96.3999 48.4908 96.3739 48.4011 96.3856 48.3206C96.3908 48.279 96.4077 48.2374 96.4362 48.2024C96.4466 48.1777 96.4778 48.1465 96.5181 48.1218L96.9273 47.9153C96.9624 47.8906 97.0157 47.8724 97.0728 47.8672C97.0728 47.8672 97.1508 47.8685 97.1521 47.8685C97.2495 47.8828 97.3223 47.9256 97.3781 47.9893C97.4301 48.0491 97.4574 48.14 97.4444 48.2193C97.4392 48.2608 97.4223 48.3024 97.3937 48.3375C97.382 48.3622 97.3508 48.3946 97.3119 48.418L96.9039 48.6246C96.8676 48.6493 96.8156 48.6675 96.7584 48.6727L96.6597 48.6688L96.661 48.6714Z' fill='white'/%3E%3Cpath d='M94.8327 49.6084C94.8028 49.6046 94.7729 49.5955 94.7443 49.5851C94.669 49.5578 94.6066 49.4993 94.5663 49.4201C94.53 49.3486 94.53 49.2538 94.5663 49.1797C94.5975 49.1148 94.6456 49.0758 94.6937 49.0485C94.6937 49.0485 94.769 49.0082 94.8067 48.9875C94.9054 48.9329 95.0081 48.8757 95.1263 48.8407C95.1769 48.8264 95.2276 48.8147 95.2783 48.803C95.3588 48.7848 95.4355 48.7679 95.503 48.7367C95.5563 48.7133 95.6161 48.7055 95.6758 48.7146C95.7888 48.7315 95.8941 48.8069 95.9447 48.9056C95.9798 48.9771 95.9798 49.0719 95.9447 49.146C95.9123 49.2122 95.8577 49.2616 95.7746 49.298C95.6823 49.3395 95.5875 49.3603 95.4952 49.3811C95.39 49.4045 95.316 49.4292 95.2497 49.4603L95.1639 49.5058C95.1133 49.5331 95.0626 49.5604 95.0107 49.5864C94.9613 49.6111 94.9002 49.6188 94.8327 49.6084Z' fill='white'/%3E%3Cpath d='M96.8411 46.914C96.7632 46.9023 96.6891 46.8594 96.632 46.7945C96.58 46.7347 96.5527 46.6437 96.5657 46.5645C96.5761 46.4943 96.6242 46.4008 96.706 46.3605L97.5076 45.9552C97.5661 45.9266 97.6375 45.898 97.7375 45.9084C97.8259 45.9214 97.8999 45.9643 97.9571 46.0293C98.0104 46.0903 98.0363 46.18 98.0247 46.2605C98.0143 46.3307 97.9662 46.4229 97.8843 46.4645L97.0828 46.8698C97.0243 46.8984 96.9529 46.927 96.8528 46.9166H96.8411V46.914Z' fill='white'/%3E%3Cpath d='M94.763 47.9666C94.6851 47.9549 94.611 47.912 94.5538 47.847C94.5019 47.7873 94.4746 47.6963 94.4876 47.6171C94.498 47.5469 94.5461 47.4534 94.6279 47.4131L95.3489 47.0481C95.3853 47.0234 95.4373 47.0052 95.4944 47L95.5802 47.0026C95.6698 47.0169 95.7439 47.0585 95.801 47.1234C95.8543 47.1832 95.8803 47.2741 95.8673 47.3534C95.8569 47.4222 95.8088 47.5158 95.727 47.5573L95.0059 47.9224C94.9696 47.9471 94.9176 47.9653 94.8604 47.9705L94.763 47.9666Z' fill='white'/%3E%3Cpath d='M92.9193 48.8978C92.8426 48.8861 92.7686 48.8432 92.7101 48.7783C92.6581 48.7185 92.6308 48.6276 92.6438 48.5483C92.6542 48.4795 92.7023 48.3859 92.7828 48.3444C92.8179 48.3262 92.8517 48.3067 92.8868 48.2872C92.9595 48.2456 93.0323 48.2041 93.1128 48.1742C93.1973 48.1417 93.2843 48.1274 93.3675 48.1131L93.4285 48.1027C93.4467 48.0975 93.4714 48.091 93.4948 48.082C93.5221 48.0651 93.5675 48.0521 93.6156 48.0469C93.6156 48.0469 93.6935 48.0482 93.6961 48.0495C93.7936 48.0651 93.8663 48.1066 93.9222 48.1703C93.9755 48.2301 94.0014 48.321 93.9898 48.4015C93.9794 48.4704 93.9313 48.5639 93.8494 48.6055C93.7962 48.6328 93.7533 48.6536 93.7052 48.6692C93.6624 48.6822 93.6169 48.6925 93.5727 48.7016C93.5299 48.7107 93.4961 48.7159 93.461 48.7224C93.3986 48.7354 93.361 48.7484 93.3246 48.7666C93.3246 48.7666 93.1986 48.8368 93.1635 48.8549C93.1089 48.8822 93.0349 48.9134 92.9323 48.9017H92.9193V48.8978Z' fill='white'/%3E%3Cpath d='M89.342 49.2258C89.2653 49.2141 89.1913 49.1712 89.1328 49.1063C89.0796 49.0452 89.0536 48.9556 89.0653 48.875C89.0757 48.8049 89.1237 48.7126 89.2056 48.671L89.8344 48.3528C89.8707 48.3281 89.924 48.3099 89.9812 48.3047C89.9812 48.3047 90.0591 48.306 90.0604 48.306C90.1578 48.3203 90.2293 48.3631 90.2865 48.4268C90.3397 48.4879 90.3657 48.5775 90.354 48.6581C90.3436 48.7269 90.2956 48.8205 90.2137 48.862L89.5849 49.1803C89.5485 49.205 89.4966 49.2232 89.4394 49.2284L89.3433 49.2258H89.342Z' fill='white'/%3E%3Cpath d='M91.411 48.1836C91.3343 48.1719 91.2603 48.129 91.2031 48.0653C91.1499 48.0043 91.1239 47.9146 91.1356 47.8341C91.146 47.7639 91.1953 47.6704 91.2759 47.6301L92.0398 47.2443C92.0982 47.2157 92.1697 47.1871 92.2697 47.1975C92.3594 47.2118 92.4334 47.2534 92.4906 47.3183C92.5426 47.3781 92.5698 47.469 92.5568 47.5483C92.5464 47.6171 92.4984 47.712 92.4165 47.7522L91.6526 48.1394C91.5942 48.168 91.5214 48.1965 91.4214 48.1848H91.4084L91.411 48.1836Z' fill='white'/%3E%3Cpath d='M93.8785 46.9285C93.7096 46.9026 93.5862 46.748 93.6031 46.583C93.6174 46.4388 93.7577 46.3283 93.9292 46.327C93.95 46.327 93.9734 46.3257 93.9993 46.3205L94.0396 46.3088C94.0994 46.2907 94.1565 46.2686 94.2124 46.2452L94.3644 46.175L94.6034 46.049C94.6619 46.0191 94.7347 45.9919 94.8347 46.0023C94.9243 46.0152 94.9984 46.0581 95.0543 46.1231C95.1075 46.1841 95.1335 46.2738 95.1218 46.3543C95.1114 46.4232 95.0633 46.5167 94.9828 46.5583L94.8373 46.6336C94.7139 46.6999 94.5892 46.7649 94.4579 46.8181C94.2917 46.887 94.0955 46.9532 93.8915 46.9298H93.8785V46.9285Z' fill='white'/%3E%3Cpath d='M95.9558 45.8841C95.8428 45.8672 95.7414 45.7945 95.6921 45.6957C95.657 45.6256 95.6544 45.545 95.6869 45.471C95.7207 45.3917 95.7882 45.3294 95.8701 45.2995C96.1104 45.2111 96.291 45.1358 96.456 45.0565L96.5456 45.128L96.4898 45.0397L97.0432 44.759C97.125 44.7175 97.2082 44.7032 97.2874 44.7149C97.3693 44.7279 97.442 44.7681 97.4979 44.8318C97.5551 44.898 97.5797 44.9903 97.5616 45.0812C97.5447 45.1631 97.4953 45.2306 97.4251 45.2657L97.1939 45.3826C97.0471 45.458 96.9003 45.532 96.7522 45.6048C96.5287 45.7152 96.3001 45.8023 96.126 45.8659C96.0727 45.8854 96.013 45.8919 95.9558 45.8828V45.8841Z' fill='white'/%3E%3Cpath d='M97.2162 43.583C97.1383 43.5713 97.0642 43.5284 97.0071 43.4634C96.9538 43.4037 96.9278 43.3127 96.9408 43.2335C96.9512 43.1646 96.9993 43.0698 97.0811 43.0295L98.123 42.5021C98.1815 42.4735 98.2542 42.4449 98.3543 42.4553C98.4439 42.4696 98.518 42.5112 98.5751 42.5761C98.6284 42.6359 98.6544 42.7268 98.6414 42.8061C98.631 42.8749 98.5829 42.9685 98.5024 43.01L97.4605 43.5375C97.402 43.5661 97.3305 43.5947 97.2305 43.5843H97.2188L97.2162 43.583Z' fill='white'/%3E%3Cpath d='M95.2005 44.4107C95.1226 44.399 95.0485 44.3561 94.9913 44.2911C94.9394 44.2314 94.9121 44.1404 94.9251 44.0612C94.9355 43.991 94.9836 43.8975 95.0654 43.8572L95.6955 43.5389C95.7435 43.5091 95.7955 43.4909 95.8527 43.4844L95.9384 43.4857C96.0268 43.4987 96.1008 43.5415 96.158 43.6065C96.2112 43.6676 96.2372 43.7572 96.2255 43.8377C96.2151 43.9079 96.1671 44.0014 96.0865 44.0417L95.4447 44.3665C95.4097 44.3899 95.3577 44.4094 95.2992 44.4146L95.2018 44.4107H95.2005Z' fill='white'/%3E%3Cpath d='M92.9115 45.4707C92.8336 45.459 92.7595 45.4161 92.7024 45.3511C92.6491 45.2914 92.6231 45.2004 92.6361 45.1212C92.6465 45.0523 92.6946 44.9588 92.7751 44.9172L93.3364 44.634C93.3714 44.6106 93.4234 44.5911 93.4819 44.5859C93.4819 44.5859 93.5676 44.5872 93.5689 44.5885C93.6585 44.6028 93.7326 44.6444 93.7885 44.7094C93.8404 44.7691 93.8677 44.8601 93.8547 44.9393C93.8443 45.0095 93.7963 45.103 93.7144 45.1433L93.1532 45.4278C93.1168 45.4525 93.0635 45.4707 93.0064 45.4759L92.9102 45.4733L92.9115 45.4707Z' fill='white'/%3E%3Cpath d='M95.07 42.6216C94.9569 42.6047 94.8491 42.5267 94.7997 42.4293C94.7647 42.3591 94.7647 42.2643 94.7997 42.1889C94.8374 42.1097 94.9024 42.0694 94.966 42.0382C95.1648 41.9408 95.3753 41.8629 95.5779 41.7875C95.6871 41.7472 95.7949 41.707 95.9014 41.6641C95.9547 41.642 96.0144 41.6355 96.0729 41.6446C96.1859 41.6615 96.2899 41.7368 96.3379 41.8343C96.412 41.9837 96.334 42.1604 96.1639 42.2292C96.0547 42.2734 95.943 42.315 95.8326 42.3552C95.6351 42.428 95.4311 42.5046 95.2428 42.5969C95.1908 42.6229 95.1297 42.6307 95.0687 42.6216H95.07Z' fill='white'/%3E%3Cpath d='M93.0053 43.5591C92.9273 43.5474 92.8533 43.5045 92.7961 43.4396C92.7429 43.3798 92.7169 43.2889 92.7299 43.2096C92.7403 43.1408 92.7883 43.0472 92.8689 43.0057L93.5094 42.6822C93.547 42.6575 93.599 42.6393 93.6562 42.6328L93.7419 42.6341C93.8302 42.6471 93.9043 42.69 93.9615 42.7549C94.0147 42.816 94.0407 42.9056 94.029 42.9862C94.0186 43.0563 93.9706 43.1486 93.8887 43.1901L93.2482 43.5149C93.2118 43.5396 93.1599 43.5578 93.1027 43.563L93.0053 43.5591Z' fill='white'/%3E%3Cpath d='M91.0452 44.4522C90.9594 44.4392 90.8828 44.3963 90.8269 44.3326C90.7737 44.2716 90.749 44.1897 90.7607 44.1079C90.7724 44.0234 90.8204 43.9494 90.8906 43.9039C90.9945 43.8377 91.1153 43.7857 91.2621 43.7467L91.3583 43.722C91.4297 43.7039 91.5012 43.6857 91.57 43.661C91.6233 43.6415 91.6818 43.6363 91.7389 43.6441C91.8519 43.661 91.9533 43.7337 92.0026 43.8325C92.0377 43.9039 92.0377 43.9975 92.0026 44.0728C91.9689 44.143 91.9052 44.1988 91.826 44.2287C91.7506 44.256 91.6727 44.2768 91.5947 44.2976C91.496 44.3236 91.4024 44.3482 91.318 44.3859C91.2193 44.447 91.1335 44.4652 91.0478 44.4522H91.0452Z' fill='white'/%3E%3Cpath d='M93.7709 41.2063C93.693 41.1946 93.6189 41.1518 93.5617 41.0868C93.5085 41.027 93.4825 40.9361 93.4955 40.8569C93.5059 40.788 93.554 40.6932 93.6358 40.6529L94.197 40.3684C94.2334 40.3437 94.2854 40.3255 94.3425 40.3203L94.4283 40.3229C94.5179 40.3372 94.592 40.3788 94.6478 40.4437C94.7011 40.5035 94.7271 40.5944 94.7141 40.6737C94.7037 40.7438 94.6556 40.8374 94.5738 40.8776L94.0125 41.1622C93.9775 41.1868 93.9255 41.205 93.867 41.2102L93.7696 41.2063H93.7709Z' fill='white'/%3E%3Cpath d='M91.1922 42.3146C91.1156 42.3029 91.0415 42.2601 90.9844 42.1951C90.9311 42.1353 90.9051 42.0444 90.9168 41.9638C90.9272 41.895 90.9753 41.8028 91.0558 41.7599C91.1676 41.7014 91.2858 41.6559 91.4287 41.6183C91.5352 41.5897 91.6301 41.565 91.7171 41.5247C91.7665 41.5013 91.8275 41.4949 91.8938 41.5039C91.9237 41.5078 91.9522 41.5156 91.9808 41.5273C92.0562 41.5546 92.1198 41.6144 92.1588 41.6923C92.1939 41.7638 92.1939 41.8573 92.1588 41.9327C92.1185 42.0158 92.0484 42.0574 91.9912 42.0847C91.8912 42.1314 91.7873 42.16 91.6859 42.1873C91.5937 42.2133 91.5053 42.2367 91.4261 42.273C91.3936 42.2938 91.3442 42.3107 91.291 42.3159H91.2156L91.1922 42.312V42.3146Z' fill='white'/%3E%3Cpath d='M91.342 39.9786C91.264 39.967 91.19 39.9241 91.1328 39.8591C91.0796 39.7981 91.0536 39.7084 91.0653 39.6279C91.0705 39.5863 91.0873 39.5447 91.1159 39.5084C91.1276 39.4837 91.1575 39.4525 91.1978 39.4278L91.607 39.2199C91.6421 39.1953 91.6954 39.1771 91.7525 39.1719L91.8383 39.1732C91.9266 39.1862 92.0006 39.229 92.0578 39.294C92.1111 39.3538 92.1371 39.4447 92.1254 39.5252C92.1202 39.5668 92.1033 39.6084 92.0747 39.6435C92.063 39.6681 92.0318 39.7006 91.9929 39.724L91.5849 39.9306C91.5498 39.954 91.4979 39.9734 91.4394 39.9786H91.3654L91.342 39.9747V39.9786Z' fill='white'/%3E%3Cpath d='M89.5114 40.9131C89.4815 40.9079 89.4516 40.9001 89.423 40.8898C89.3477 40.8612 89.284 40.8027 89.2451 40.7248C89.21 40.6533 89.21 40.5598 89.2451 40.4844C89.2762 40.4182 89.3256 40.3805 89.3737 40.3532C89.3737 40.3532 89.449 40.3129 89.4867 40.2921C89.5854 40.2376 89.6881 40.1804 89.8063 40.1453C89.857 40.1311 89.9076 40.1194 89.9583 40.1077C90.0388 40.0895 90.1155 40.0726 90.183 40.0414C90.2363 40.018 90.2961 40.0102 90.3558 40.0193C90.4689 40.0362 90.5741 40.1116 90.6247 40.2103C90.6598 40.2818 90.6598 40.3766 90.6247 40.4506C90.5832 40.5377 90.5078 40.5793 90.4546 40.6026C90.3636 40.6442 90.2688 40.665 90.1765 40.6858C90.07 40.7092 89.9947 40.7339 89.9297 40.765C89.9297 40.765 89.7413 40.8651 89.6907 40.8911C89.6426 40.9157 89.5802 40.9235 89.514 40.9131H89.5114Z' fill='white'/%3E%3Cpath d='M89.1758 43.1372C89.0991 43.1255 89.0238 43.0827 88.9679 43.0177C88.9159 42.9579 88.8887 42.867 88.9016 42.7878C88.912 42.7176 88.9614 42.6241 89.042 42.5838L89.6824 42.259C89.7175 42.2343 89.7708 42.2161 89.8279 42.2109L89.915 42.2135C90.0046 42.2278 90.0774 42.2694 90.1345 42.3344C90.1878 42.3941 90.2138 42.4851 90.2008 42.5643C90.1904 42.6332 90.1423 42.7267 90.0618 42.7683L89.42 43.0931C89.3849 43.1177 89.3317 43.1359 89.2732 43.1411H89.1979L89.1758 43.1372Z' fill='white'/%3E%3Cpath d='M87.5756 41.8864C87.4989 41.8747 87.4249 41.8318 87.3664 41.7668C87.3132 41.7071 87.2872 41.6161 87.3002 41.5369C87.3119 41.4577 87.3625 41.381 87.4314 41.3381C87.5366 41.2732 87.6406 41.2459 87.7289 41.229L87.8666 41.2056C87.877 41.203 87.8965 41.1978 87.9147 41.19C87.942 41.1744 87.9861 41.1601 88.0329 41.1562L88.1186 41.1588C88.2083 41.1718 88.2823 41.2147 88.3395 41.2797C88.3915 41.3394 88.4174 41.4304 88.4058 41.5096C88.3954 41.5785 88.3473 41.672 88.2667 41.7136C88.22 41.7383 88.1745 41.7604 88.1264 41.7759C88.0784 41.7902 88.0303 41.8006 87.9822 41.8084L87.8562 41.8292C87.8458 41.8318 87.8276 41.8383 87.8081 41.8461C87.751 41.8812 87.673 41.8981 87.5886 41.8877H87.5756V41.8864Z' fill='white'/%3E%3Cpath d='M89.4349 39.2713C89.3569 39.2596 89.2829 39.2167 89.2257 39.1517C89.1738 39.092 89.1465 39.001 89.1595 38.9218C89.1699 38.8529 89.2179 38.7581 89.2998 38.7178L90.0208 38.3528C90.0559 38.3281 90.1091 38.3099 90.1663 38.3047L90.252 38.3073C90.3417 38.3216 90.4157 38.3631 90.4729 38.4281C90.5262 38.4879 90.5522 38.5788 90.5392 38.6581C90.5288 38.7282 90.4794 38.8217 90.3988 38.862L89.6778 39.2271C89.6427 39.2505 89.5908 39.27 89.5323 39.2752L89.4349 39.2713Z' fill='white'/%3E%3Cpath d='M87.5912 40.2038C87.5146 40.1921 87.4405 40.1492 87.3821 40.0843C87.3288 40.0245 87.3028 39.9336 87.3158 39.853C87.3262 39.7842 87.3743 39.6906 87.4548 39.6491C87.4912 39.6309 87.525 39.6114 87.56 39.5906C87.6328 39.549 87.7043 39.5088 87.7835 39.4789C87.8679 39.4464 87.9537 39.4321 88.0368 39.4178L88.0992 39.4074C88.1187 39.4022 88.1421 39.3957 88.1667 39.3866C88.1953 39.3698 88.2395 39.3568 88.2876 39.3516C88.2876 39.3516 88.3655 39.3529 88.3668 39.3542C88.4655 39.3698 88.5383 39.4113 88.5929 39.475C88.6448 39.5347 88.6721 39.6257 88.6591 39.7049C88.6487 39.7751 88.6007 39.8686 88.5188 39.9089C88.4656 39.9362 88.4227 39.957 88.3746 39.9726C88.3291 39.9868 88.2824 39.9959 88.2356 40.0063L88.0966 40.031C88.0654 40.0388 88.029 40.0518 87.9927 40.07L87.9368 40.1012C87.9017 40.1207 87.8666 40.1401 87.8303 40.1583C87.777 40.1856 87.7017 40.2168 87.6003 40.2051H87.5873L87.5912 40.2038Z' fill='white'/%3E%3Cpath d='M85.9428 40.9382C85.8648 40.9265 85.7908 40.8836 85.7336 40.8187C85.6804 40.7589 85.6544 40.668 85.6674 40.5887C85.6778 40.5199 85.7258 40.4263 85.8064 40.3848L86.2871 40.1418C86.3234 40.1171 86.3754 40.0989 86.4326 40.0938C86.4326 40.0938 86.5183 40.095 86.5196 40.0963C86.6079 40.1093 86.6833 40.1522 86.7405 40.2172C86.7937 40.2769 86.8197 40.3679 86.8067 40.4471C86.7963 40.516 86.7483 40.6095 86.6677 40.6511L86.187 40.894C86.1506 40.9187 86.0987 40.9369 86.0415 40.9421L85.9441 40.9382H85.9428Z' fill='white'/%3E%3Cpath d='M85.3192 42.9922C85.2374 42.9792 85.1646 42.9389 85.1088 42.8752C85.0503 42.8103 85.0269 42.7167 85.0451 42.6271C85.0607 42.5453 85.1114 42.4764 85.1815 42.4413L86.3468 41.8515C86.4261 41.8112 86.5092 41.7969 86.5885 41.8086C86.6703 41.8216 86.7431 41.8619 86.7989 41.9256C86.8574 41.9905 86.8808 42.0841 86.8626 42.175C86.847 42.2568 86.7964 42.3244 86.7262 42.3595L85.5622 42.948C85.4816 42.9883 85.3985 43.0039 85.3192 42.9909V42.9922Z' fill='white'/%3E%3Cpath d='M81.53 41.9916C81.4482 41.9786 81.3754 41.9383 81.3195 41.8746C81.2624 41.8097 81.2377 41.7161 81.2559 41.6265C81.2715 41.5447 81.3221 41.4771 81.3923 41.4407L82.5576 40.8509C82.6369 40.8106 82.72 40.7964 82.798 40.8093C82.8798 40.8223 82.9513 40.8626 83.0084 40.925C83.0669 40.9912 83.0903 41.0848 83.0721 41.1744C83.0565 41.2563 83.0058 41.3238 82.9357 41.3602L81.7704 41.95C81.6911 41.9903 81.608 42.0046 81.5287 41.9929L81.53 41.9916Z' fill='white'/%3E%3Cpath d='M84.0222 40.8372C83.9403 40.8242 83.8676 40.7839 83.8117 40.7203C83.7546 40.654 83.7299 40.5618 83.7481 40.4708C83.7637 40.389 83.8143 40.3214 83.8845 40.2851L85.0498 39.6953C85.1291 39.655 85.2122 39.6407 85.2902 39.6524C85.372 39.6654 85.4448 39.7056 85.5006 39.7693C85.5578 39.8343 85.5825 39.9278 85.5643 40.0174C85.5487 40.0993 85.498 40.1668 85.4279 40.2032L84.2638 40.793C84.1846 40.8333 84.1014 40.8476 84.0222 40.8359V40.8372Z' fill='white'/%3E%3Cpath d='M87.3945 44.0486C87.3166 44.0369 87.2425 43.994 87.1867 43.9291C87.1347 43.8693 87.1074 43.7784 87.1204 43.6991C87.1321 43.6212 87.1789 43.5497 87.2477 43.503L87.3309 43.4211C87.3893 43.364 87.4452 43.3211 87.5062 43.2873C87.5803 43.2457 87.6582 43.2081 87.7362 43.1717L87.8193 43.1327C87.8544 43.1093 87.9064 43.0911 87.9622 43.0859L88.048 43.0872C88.1376 43.1002 88.2117 43.1431 88.2688 43.2081C88.3221 43.2678 88.3481 43.3588 88.3351 43.438C88.3247 43.5069 88.2766 43.6004 88.1948 43.642L87.9648 43.7537C87.9207 43.7758 87.8726 43.8005 87.8336 43.8316L87.7986 43.8667C87.7531 43.9135 87.7063 43.959 87.6504 43.9966C87.5855 44.0421 87.4985 44.0603 87.4075 44.0499H87.3945V44.0486Z' fill='white'/%3E%3Cpath d='M87.1467 46.0376C87.07 46.0259 86.996 45.983 86.9375 45.9181C86.8842 45.857 86.8583 45.7674 86.8699 45.6868C86.8803 45.618 86.9284 45.5244 87.0103 45.4829L87.8677 45.049C87.9262 45.0204 87.9989 44.9918 88.0976 45.0022C88.1873 45.0152 88.2613 45.058 88.3172 45.123C88.3705 45.1828 88.3964 45.2737 88.3848 45.3543C88.3744 45.4231 88.3263 45.5179 88.2444 45.5582L87.387 45.9921C87.3285 46.0207 87.2558 46.0493 87.1558 46.0389H87.1441L87.1467 46.0376Z' fill='white'/%3E%3Cpath d='M89.131 45.1945C89.0531 45.1828 88.979 45.1399 88.9219 45.075C88.8686 45.0139 88.8426 44.9243 88.8543 44.8437C88.8647 44.7749 88.9128 44.6813 88.9946 44.6398L89.6546 44.3059C89.6923 44.2812 89.7442 44.263 89.8001 44.2578L89.8858 44.2591C89.9742 44.2721 90.0482 44.315 90.1054 44.3799C90.1587 44.441 90.1847 44.5306 90.173 44.6112C90.1626 44.68 90.1145 44.7736 90.0327 44.8151L89.3727 45.149C89.3376 45.1737 89.2843 45.1919 89.2272 45.1971L89.131 45.1945Z' fill='white'/%3E%3Cpath d='M88.6225 47.7582C88.5445 47.7465 88.4705 47.7037 88.4133 47.6387C88.36 47.5789 88.3341 47.488 88.3471 47.4088C88.3574 47.3386 88.4068 47.2451 88.4874 47.2048L89.2123 46.8371C89.2474 46.8124 89.3006 46.7943 89.3578 46.7891C89.3578 46.7891 89.4357 46.7904 89.437 46.7917C89.5345 46.8059 89.6059 46.8488 89.6631 46.9125C89.7164 46.9722 89.7423 47.0632 89.7306 47.1437C89.7203 47.2139 89.6709 47.3074 89.5903 47.3477L88.8654 47.7154C88.8303 47.7387 88.7784 47.7582 88.7199 47.7634H88.6459L88.6225 47.7595V47.7582Z' fill='white'/%3E%3Cpath d='M90.8478 46.4821C90.8179 46.4769 90.788 46.4691 90.7595 46.4587C90.6841 46.4314 90.6205 46.3717 90.5815 46.2937C90.5451 46.2223 90.5464 46.1274 90.5815 46.0534C90.6192 45.9728 90.6841 45.9326 90.7478 45.9014C90.953 45.8027 91.1713 45.7195 91.3987 45.6558C91.4545 45.6403 91.5104 45.6364 91.5649 45.6455C91.6793 45.6623 91.7728 45.7312 91.8235 45.8312C91.8585 45.9027 91.8585 45.9962 91.8235 46.0716C91.7936 46.1326 91.7247 46.2054 91.6377 46.2301C91.4246 46.2898 91.2181 46.3678 91.0245 46.4613C90.9751 46.486 90.9141 46.4925 90.8478 46.4834V46.4821Z' fill='white'/%3E%3Cpath d='M74.8958 49.1588C74.8179 49.1471 74.7438 49.1042 74.6867 49.0393C74.6347 48.9795 74.6074 48.8886 74.6204 48.8093C74.6308 48.7392 74.6789 48.6456 74.7607 48.6053L75.5532 48.2052C75.6116 48.1766 75.6831 48.148 75.7831 48.1584C75.7831 48.1584 75.7831 48.1584 75.7844 48.1584C75.8741 48.1727 75.9481 48.2143 76.004 48.2793C76.0573 48.339 76.0832 48.43 76.0702 48.5092C76.0599 48.5781 76.0118 48.6716 75.9299 48.7132L75.1375 49.1133C75.079 49.1419 75.0062 49.1705 74.9075 49.1601H74.8958V49.1588Z' fill='white'/%3E%3Cpath d='M76.9748 48.186C76.8968 48.1743 76.8228 48.1315 76.7656 48.0665C76.7124 48.0068 76.6864 47.9158 76.6981 47.8353C76.7085 47.7651 76.7565 47.6716 76.8384 47.6313L77.6958 47.1974C77.7543 47.1688 77.827 47.1402 77.9258 47.1506C78.0154 47.1649 78.0895 47.2065 78.1466 47.2714C78.1999 47.3325 78.2259 47.4221 78.2142 47.5027C78.2038 47.5715 78.1557 47.6651 78.0752 47.7067L77.2164 48.1406C77.158 48.1692 77.0852 48.1977 76.9865 48.1873H76.9748V48.186Z' fill='white'/%3E%3Cpath d='M80.7956 44.3964C80.7138 44.3834 80.641 44.3432 80.5852 44.2795C80.528 44.2145 80.5033 44.1223 80.5215 44.0314C80.5371 43.9495 80.5878 43.8807 80.6592 43.8443C80.7567 43.7949 80.8515 43.7404 80.945 43.6858C81.0412 43.6299 81.1386 43.5754 81.2373 43.5247C81.4569 43.4117 81.6985 43.3064 81.9675 43.2895C81.9947 43.2883 82.0233 43.2895 82.0493 43.2934C82.1961 43.3155 82.3091 43.4195 82.3351 43.5572C82.3494 43.6351 82.326 43.717 82.2702 43.7832C82.213 43.8495 82.1312 43.8911 82.0454 43.8963C82.0233 43.8976 82.0012 43.8988 81.9805 43.9027L81.9272 43.9105C81.9129 43.9105 81.8752 43.9248 81.8531 43.9339C81.7791 43.9612 81.7336 43.9794 81.6894 43.9989L81.6297 44.0262L81.5011 43.8586L81.5647 43.943L81.6219 44.0314L81.5868 44.0495C81.4998 44.095 81.4166 44.1431 81.3322 44.1912C81.2347 44.247 81.1373 44.3029 81.036 44.3549C80.958 44.3951 80.8749 44.4094 80.7943 44.3977L80.7956 44.3964Z' fill='white'/%3E%3Cpath d='M82.8425 43.0748C82.7607 43.0618 82.6879 43.0215 82.632 42.9579C82.5749 42.8916 82.5502 42.7994 82.5684 42.7098C82.584 42.6279 82.6346 42.5603 82.7048 42.524C82.8022 42.4746 82.8971 42.42 82.9919 42.3655C83.088 42.3096 83.1855 42.255 83.2855 42.2044C83.5064 42.0914 83.7467 41.9861 84.0156 41.9692C84.0429 41.9679 84.0715 41.9692 84.0975 41.9731C84.2443 41.9952 84.3573 42.0992 84.3833 42.2369C84.3976 42.3148 84.3742 42.3967 84.3183 42.4629C84.2625 42.5292 84.1793 42.5707 84.0936 42.5759C84.0715 42.5772 84.0494 42.5785 84.0286 42.5824L84.0091 42.585H83.9897V42.5876C83.9598 42.5902 83.9234 42.6045 83.9026 42.6123C83.826 42.6396 83.7818 42.6591 83.7376 42.6786L83.6831 42.7033L83.6662 42.6929L83.6623 42.6903L83.674 42.7085L83.661 42.689L83.5804 42.6396L83.6363 42.7279C83.5492 42.7734 83.4648 42.8215 83.3791 42.8708C83.2829 42.9267 83.1855 42.9813 83.0854 43.0332C83.0062 43.0735 82.9231 43.0878 82.8438 43.0761L82.8425 43.0748Z' fill='white'/%3E%3Cpath d='M79.3165 46.7736C79.2034 46.7567 79.0995 46.6813 79.0514 46.5839C78.9774 46.4345 79.0553 46.2578 79.2255 46.189C79.3126 46.1539 79.6711 46.0149 79.6711 46.0149C79.7439 45.9863 79.8153 45.9564 79.8868 45.9265C79.9219 45.9109 80.0466 45.8538 80.0466 45.8538L80.1063 45.92L80.0635 45.8447C80.1245 45.8148 80.196 45.7888 80.2921 45.7992C80.3818 45.8135 80.4558 45.8551 80.513 45.92C80.5649 45.9798 80.5922 46.0707 80.5792 46.15C80.5688 46.2201 80.5195 46.3137 80.4389 46.3539C80.209 46.4696 79.9686 46.5644 79.7348 46.6566L79.4853 46.7554C79.4321 46.7775 79.3723 46.784 79.3139 46.7749L79.3165 46.7736Z' fill='white'/%3E%3Cpath d='M81.5451 45.632C81.4672 45.6203 81.3931 45.5774 81.3359 45.5125C81.2827 45.4514 81.2567 45.3618 81.2684 45.2812C81.2788 45.2111 81.3281 45.1175 81.4087 45.0773L82.0687 44.7434C82.1037 44.7187 82.157 44.7005 82.2142 44.6953C82.2142 44.6953 82.2921 44.6966 82.2947 44.6979C82.3922 44.7122 82.4649 44.7551 82.5208 44.8187C82.574 44.8798 82.6 44.9694 82.5883 45.05C82.5779 45.1201 82.5299 45.2124 82.448 45.2539L81.788 45.5878C81.7517 45.6125 81.6984 45.6307 81.6412 45.6359L81.5451 45.6333V45.632Z' fill='white'/%3E%3Cpath d='M83.3812 44.7579C83.2694 44.741 83.1616 44.6644 83.1122 44.567C83.0772 44.4955 83.0772 44.402 83.1122 44.3266C83.1525 44.2409 83.2279 44.198 83.2811 44.1746C83.363 44.1369 83.4513 44.1123 83.5384 44.0863C83.5903 44.072 83.641 44.0577 83.6917 44.0395L83.7423 44.02H83.7436C83.7436 44.02 83.8008 43.9914 83.8216 43.9797L84.0554 43.8615C84.1139 43.8316 84.1866 43.8044 84.2867 43.8148C84.3763 43.8277 84.4504 43.8706 84.5062 43.9356C84.5595 43.9966 84.5855 44.0863 84.5738 44.1668C84.5634 44.237 84.514 44.3305 84.4335 44.3708L84.1685 44.5046C84.0996 44.541 84.0307 44.5761 83.958 44.6033C83.8982 44.6254 83.8359 44.6423 83.7748 44.6605C83.6995 44.6826 83.6228 44.7034 83.5514 44.7358C83.4981 44.7605 83.4396 44.7683 83.3786 44.7592L83.3812 44.7579Z' fill='white'/%3E%3Cpath d='M77.5053 49.6191C77.4273 49.6074 77.3533 49.5646 77.2961 49.4996C77.2429 49.4398 77.2169 49.3489 77.2299 49.2697C77.2403 49.2008 77.2883 49.1073 77.3689 49.0657L77.8976 48.7981C77.9327 48.7734 77.986 48.7552 78.0431 48.75C78.0431 48.75 78.1276 48.7526 78.1289 48.7526C78.2185 48.7669 78.2926 48.8085 78.3497 48.8734C78.4017 48.9332 78.429 49.0241 78.416 49.1034C78.4056 49.1735 78.3562 49.2671 78.2757 49.3073L77.7482 49.575C77.7118 49.5996 77.6599 49.6178 77.6027 49.623L77.5053 49.6191Z' fill='white'/%3E%3Cpath d='M79.5529 48.5841C79.475 48.5724 79.4009 48.5296 79.3438 48.4646C79.2905 48.4048 79.2645 48.3139 79.2762 48.2334C79.2801 48.1931 79.297 48.1515 79.3269 48.1151C79.3386 48.0904 79.3697 48.058 79.4087 48.0346L79.8114 47.8293C79.8478 47.8046 79.8998 47.7864 79.957 47.7812C79.957 47.7812 80.0349 47.7826 80.0362 47.7839C80.1336 47.7981 80.2064 47.841 80.2623 47.9047C80.3155 47.9657 80.3415 48.0554 80.3298 48.1359C80.3246 48.1775 80.3077 48.2191 80.2791 48.2541C80.2674 48.2788 80.2376 48.31 80.1973 48.3347L79.7933 48.54C79.7582 48.5633 79.7062 48.5828 79.6478 48.588H79.5737L79.5503 48.5841H79.5529Z' fill='white'/%3E%3Cpath d='M81.4045 47.6451C81.3265 47.6334 81.2525 47.5905 81.1953 47.5256C81.1421 47.4645 81.1161 47.3749 81.1278 47.2943C81.1382 47.2255 81.1862 47.1319 81.2668 47.0904L81.8618 46.7903C81.8969 46.7669 81.9488 46.7474 82.0073 46.7422C82.0073 46.7422 82.093 46.7435 82.0943 46.7448C82.184 46.7591 82.258 46.8006 82.3139 46.8656C82.3659 46.9254 82.3931 47.0163 82.3801 47.0956C82.3697 47.1644 82.3217 47.2592 82.2398 47.2995L81.6461 47.6009C81.6097 47.6256 81.5578 47.6438 81.5006 47.649L81.4045 47.6464V47.6451Z' fill='white'/%3E%3Cpath d='M83.1837 46.7482C83.1057 46.7365 83.0317 46.6936 82.9758 46.6287C82.9225 46.5689 82.8966 46.478 82.9096 46.3987C82.9135 46.3571 82.9303 46.3169 82.9589 46.2805C82.9719 46.2545 83.0031 46.222 83.0421 46.1986L83.4448 45.9934C83.4812 45.9687 83.5331 45.9505 83.5903 45.9453C83.5903 45.9453 83.6683 45.9479 83.6696 45.9479C83.7683 45.9635 83.841 46.0051 83.8956 46.0687C83.9489 46.1285 83.9749 46.2194 83.9619 46.2987C83.9567 46.3403 83.9398 46.3818 83.9112 46.4169C83.8995 46.4416 83.8683 46.4728 83.8293 46.4975L83.4253 46.7027C83.3889 46.7274 83.3357 46.7456 83.2785 46.7508L83.1811 46.7469L83.1837 46.7482Z' fill='white'/%3E%3Cpath d='M85.1623 45.7428C85.0843 45.7311 85.0103 45.6882 84.9531 45.6233C84.8999 45.5622 84.8739 45.4713 84.8856 45.392C84.896 45.3232 84.944 45.2296 85.0246 45.1881C85.1428 45.1283 85.2701 45.0764 85.426 45.0244C85.5299 44.9906 85.6326 44.9555 85.7313 44.9101C85.7638 44.8893 85.8132 44.8724 85.8677 44.8672C85.8677 44.8672 85.9457 44.8685 85.947 44.8698C86.0444 44.8841 86.1172 44.9269 86.173 44.9906C86.225 45.0504 86.2523 45.1413 86.2393 45.2206C86.2289 45.2907 86.1795 45.3842 86.099 45.4245C85.9795 45.4843 85.8495 45.5375 85.7001 45.5869C85.5988 45.6207 85.4832 45.6584 85.3805 45.7077C85.3091 45.7402 85.2454 45.7519 85.1727 45.7441H85.161L85.1623 45.7428Z' fill='white'/%3E%3Cpath d='M80.4741 49.8128C80.391 49.7998 80.313 49.7582 80.2572 49.6946C80.2026 49.6322 80.1779 49.5491 80.1909 49.4646C80.2039 49.3802 80.252 49.3074 80.3234 49.2646C80.3832 49.2282 80.4403 49.1918 80.4988 49.1541C80.6066 49.0853 80.7132 49.0164 80.8262 48.9554C80.9067 48.9125 81.0146 48.8566 81.1341 48.8138C81.1808 48.7969 81.2289 48.7813 81.2757 48.7657L81.3809 48.7306C81.4355 48.7124 81.4926 48.7059 81.5498 48.715C81.6641 48.7332 81.7629 48.8034 81.8122 48.9034C81.8473 48.9735 81.8499 49.0541 81.8174 49.1307C81.7837 49.21 81.7161 49.2711 81.633 49.3009C81.633 49.3009 81.4303 49.3685 81.3874 49.3841C81.3562 49.3958 81.3238 49.4088 81.2926 49.4218L81.2718 49.4555L81.225 49.4529L81.1964 49.4711C81.0938 49.527 80.9964 49.5893 80.8989 49.6517C80.8379 49.6907 80.7768 49.7297 80.7145 49.7673C80.6417 49.8115 80.556 49.8284 80.4728 49.8154L80.4741 49.8128Z' fill='white'/%3E%3Cpath d='M82.5998 48.7829C82.5231 48.7712 82.4478 48.7284 82.3906 48.6634C82.3374 48.6023 82.3114 48.5127 82.3231 48.4322C82.3335 48.3633 82.3815 48.2698 82.4634 48.2282C82.5738 48.1723 82.6764 48.1074 82.7791 48.0411C82.8869 47.9723 82.996 47.9034 83.1117 47.8449C83.148 47.8203 83.2 47.8021 83.2572 47.7969C83.2572 47.7969 83.3429 47.7982 83.3442 47.7995C83.4338 47.8138 83.5079 47.8553 83.5651 47.9203C83.6183 47.9801 83.6443 48.071 83.6313 48.1502C83.6209 48.2191 83.5729 48.3126 83.491 48.3542C83.3819 48.4101 83.2792 48.475 83.1766 48.54C83.0675 48.6088 82.9597 48.6777 82.844 48.7362C82.8077 48.7608 82.7557 48.779 82.6985 48.7842H82.6245L82.6011 48.7803L82.5998 48.7829Z' fill='white'/%3E%3Cpath d='M84.2162 47.8586C84.1383 47.847 84.0642 47.8041 84.0071 47.7391C83.9538 47.6794 83.9278 47.5884 83.9408 47.5092C83.9512 47.4403 83.9993 47.3468 84.0798 47.3052L84.6644 47.009C84.7008 46.9843 84.7528 46.9661 84.8099 46.9609L84.8957 46.9635C84.9853 46.9778 85.0594 47.0194 85.1152 47.0844C85.1685 47.1441 85.1945 47.2351 85.1815 47.3143C85.1711 47.3832 85.123 47.478 85.0412 47.5183L84.4579 47.8145C84.4215 47.8392 84.3695 47.8573 84.3124 47.8625L84.2162 47.8599V47.8586Z' fill='white'/%3E%3Cpath d='M85.8342 47.0411C85.7575 47.0295 85.6822 46.9866 85.625 46.9216C85.5717 46.8606 85.5458 46.7696 85.5574 46.6904C85.5626 46.6488 85.5795 46.6072 85.6081 46.5722C85.6198 46.5475 85.6497 46.5163 85.69 46.4916L86.1031 46.2824C86.1382 46.2578 86.1914 46.2396 86.2486 46.2344C86.2486 46.2344 86.3265 46.2357 86.3278 46.2357C86.4253 46.2513 86.498 46.2928 86.5539 46.3565C86.6072 46.415 86.6331 46.5059 86.6202 46.5864C86.6163 46.6267 86.5994 46.6683 86.5695 46.7047C86.5578 46.7293 86.5266 46.7618 86.4876 46.7852L86.0758 46.9944C86.0381 47.0191 85.9862 47.0372 85.9303 47.0424L85.8342 47.0398V47.0411Z' fill='white'/%3E%3Cpath d='M85.8959 49.0484C85.818 49.0367 85.7439 48.9938 85.6867 48.9289C85.6335 48.8691 85.6075 48.7782 85.6205 48.6989C85.6309 48.6288 85.6803 48.5352 85.7608 48.495L86.6871 48.026C86.7624 47.9883 86.8339 47.9597 86.9339 47.9714C86.9339 47.9714 86.9339 47.9714 86.9352 47.9714C87.0249 47.9857 87.0989 48.0273 87.1548 48.0922C87.2068 48.152 87.234 48.2429 87.221 48.3222C87.2106 48.3923 87.1613 48.4859 87.0807 48.5261L86.1376 49.0029C86.0791 49.0315 86.0076 49.0601 85.9076 49.0497H85.8959V49.0484Z' fill='white'/%3E%3Cpath d='M125.993 49.5285C125.965 49.5246 125.936 49.5168 125.907 49.5064C125.832 49.4778 125.768 49.4193 125.729 49.3401C125.694 49.2686 125.694 49.1751 125.729 49.0997C125.762 49.0322 125.823 48.9789 125.904 48.9451L126.492 48.7087C126.544 48.6879 126.604 48.6827 126.666 48.6918C126.695 48.6957 126.723 48.7035 126.751 48.7139C126.826 48.7425 126.89 48.8009 126.929 48.8789C126.965 48.9503 126.964 49.0452 126.929 49.1205C126.897 49.1881 126.835 49.2426 126.754 49.2751L126.167 49.5116C126.115 49.5323 126.056 49.5375 125.994 49.5285H125.993Z' fill='white'/%3E%3Cpath d='M123.869 48.6974C123.755 48.6805 123.654 48.6064 123.604 48.5077C123.569 48.4362 123.569 48.3427 123.604 48.2673C123.637 48.1998 123.699 48.1439 123.779 48.1127L124.45 47.8425C124.503 47.8217 124.563 47.8152 124.622 47.8243C124.736 47.8412 124.837 47.9153 124.887 48.014C124.922 48.0855 124.922 48.179 124.887 48.2543C124.854 48.3219 124.792 48.3765 124.713 48.4089L124.041 48.6792C123.988 48.7 123.928 48.7077 123.869 48.6987V48.6974Z' fill='white'/%3E%3Cpath d='M119.73 48.8614C119.616 48.8445 119.514 48.7718 119.464 48.6717C119.429 48.6003 119.429 48.5067 119.464 48.4314C119.496 48.3638 119.556 48.3106 119.638 48.2768L120.31 48.0066C120.363 47.9858 120.423 47.9793 120.481 47.9884C120.595 48.0053 120.697 48.0793 120.746 48.1781C120.781 48.2495 120.781 48.3431 120.746 48.4184C120.714 48.486 120.653 48.5392 120.572 48.573L119.9 48.8432C119.847 48.864 119.789 48.8705 119.73 48.8627V48.8614Z' fill='white'/%3E%3Cpath d='M121.945 48.0597C121.916 48.0558 121.888 48.048 121.861 48.0376C121.785 48.009 121.722 47.9506 121.683 47.8713C121.647 47.7999 121.647 47.7063 121.683 47.631C121.715 47.5634 121.775 47.5089 121.857 47.4764L122.445 47.2399C122.497 47.2192 122.557 47.214 122.618 47.223C122.647 47.2269 122.675 47.2347 122.704 47.2451C122.78 47.2737 122.843 47.3322 122.882 47.4114C122.917 47.4829 122.917 47.5764 122.882 47.6518C122.85 47.7193 122.788 47.7739 122.708 47.8064L122.12 48.0428C122.07 48.0636 122.009 48.0701 121.948 48.0597H121.945Z' fill='white'/%3E%3Cpath d='M124.013 46.9504C123.899 46.9335 123.797 46.8607 123.747 46.7607C123.673 46.6113 123.751 46.4346 123.921 46.3657L124.677 46.0617C124.73 46.041 124.789 46.0345 124.847 46.0423C124.961 46.0591 125.063 46.1332 125.112 46.2319C125.187 46.3813 125.108 46.558 124.938 46.6269L124.182 46.9309C124.129 46.9517 124.07 46.9582 124.012 46.9504H124.013Z' fill='white'/%3E%3Cpath d='M112.668 40.245C112.555 40.2281 112.451 40.1528 112.403 40.0554C112.329 39.9073 112.407 39.7293 112.577 39.6604L113.501 39.2889C113.554 39.2681 113.614 39.2603 113.672 39.2694C113.787 39.2863 113.888 39.3603 113.937 39.4591C114.013 39.6085 113.933 39.7851 113.762 39.854L112.84 40.2256C112.786 40.2463 112.728 40.2528 112.668 40.2437V40.245Z' fill='white'/%3E%3Cpath d='M109.771 41.5069C109.657 41.49 109.556 41.4172 109.505 41.3172C109.43 41.1678 109.509 40.9911 109.679 40.9222L110.77 40.4831C110.824 40.4624 110.882 40.4559 110.942 40.4649C111.056 40.4818 111.158 40.5546 111.207 40.6546C111.282 40.804 111.203 40.9807 111.033 41.0496L109.942 41.4887C109.888 41.5095 109.83 41.516 109.771 41.5082V41.5069Z' fill='white'/%3E%3Cpath d='M107.622 42.7056C107.507 42.6875 107.406 42.6147 107.355 42.516C107.319 42.4458 107.319 42.351 107.355 42.2756C107.388 42.2081 107.448 42.1535 107.529 42.121L108.201 41.8508C108.254 41.83 108.313 41.8235 108.371 41.8313C108.486 41.8482 108.587 41.921 108.638 42.021C108.673 42.0924 108.673 42.186 108.638 42.2613C108.605 42.3289 108.545 42.3835 108.464 42.4159L107.792 42.6862C107.739 42.7069 107.679 42.7134 107.62 42.7043L107.622 42.7056Z' fill='white'/%3E%3Cpath d='M105.516 43.4972C105.487 43.4933 105.459 43.4855 105.431 43.4751C105.356 43.4465 105.292 43.3881 105.253 43.3101C105.217 43.2387 105.218 43.1438 105.253 43.0685C105.286 43.0009 105.346 42.9477 105.427 42.9139L106.016 42.6774C106.068 42.6567 106.128 42.6515 106.19 42.6605C106.219 42.6644 106.247 42.6722 106.274 42.6826C106.35 42.7112 106.413 42.7697 106.452 42.8489C106.488 42.9204 106.488 43.0139 106.452 43.0893C106.421 43.1568 106.359 43.2114 106.278 43.2439L105.69 43.4803C105.638 43.5011 105.578 43.5063 105.516 43.4972Z' fill='white'/%3E%3Cpath d='M114.654 41.4182C114.539 41.4013 114.438 41.3285 114.387 41.2285C114.313 41.0791 114.391 40.9024 114.561 40.8336L115.822 40.3269C115.875 40.3061 115.933 40.2996 115.993 40.3087C116.106 40.3256 116.21 40.4009 116.258 40.4984C116.332 40.6465 116.254 40.8245 116.084 40.8933L114.824 41.4C114.771 41.4208 114.712 41.4273 114.654 41.4195V41.4182Z' fill='white'/%3E%3Cpath d='M111.426 42.6213C111.312 42.6044 111.211 42.5304 111.161 42.4316C111.086 42.2822 111.165 42.1055 111.335 42.0367L112.594 41.53C112.648 41.5092 112.707 41.5027 112.766 41.5118C112.88 41.5287 112.981 41.6028 113.031 41.7015C113.106 41.8509 113.027 42.0276 112.857 42.0964L111.598 42.6031C111.545 42.6239 111.485 42.6317 111.426 42.6226V42.6213Z' fill='white'/%3E%3Cpath d='M109.319 43.6561C109.206 43.6392 109.102 43.5638 109.052 43.4651C108.969 43.3001 109.077 43.1325 109.225 43.0714C109.302 43.039 109.377 43.0052 109.451 42.9688L109.62 42.8805L109.738 42.8168C109.844 42.7596 109.947 42.7038 110.054 42.6505C110.112 42.6219 110.184 42.5934 110.284 42.6037C110.374 42.618 110.448 42.6596 110.505 42.7246C110.557 42.7843 110.584 42.8753 110.571 42.9545C110.561 43.0247 110.511 43.1182 110.431 43.1585C110.323 43.213 110.218 43.2702 110.111 43.3274C109.912 43.4352 109.706 43.5456 109.489 43.6366C109.436 43.6587 109.376 43.6651 109.317 43.6561H109.319Z' fill='white'/%3E%3Cpath d='M107.26 44.5802C107.147 44.5633 107.043 44.4879 106.995 44.3905C106.96 44.3203 106.96 44.2255 106.995 44.1501C107.029 44.0813 107.089 44.028 107.169 43.9955L107.841 43.7253C107.894 43.7045 107.954 43.698 108.012 43.7071C108.127 43.724 108.228 43.7981 108.277 43.8968C108.312 43.9683 108.312 44.0618 108.277 44.1372C108.245 44.2047 108.184 44.258 108.103 44.2918L107.432 44.562C107.378 44.5828 107.32 44.5893 107.26 44.5802Z' fill='white'/%3E%3Cpath d='M105.276 45.4628C105.25 45.4589 105.223 45.4524 105.197 45.442C105.122 45.4134 105.058 45.3549 105.019 45.2757C104.984 45.2055 104.983 45.1107 105.019 45.0354C105.054 44.9613 105.126 44.9002 105.203 44.8769C105.237 44.8678 105.267 44.8535 105.297 44.8405C105.357 44.808 105.418 44.7664 105.479 44.7249C105.545 44.6794 105.611 44.6352 105.682 44.5962C105.719 44.5703 105.772 44.5521 105.831 44.5469C105.831 44.5469 105.909 44.5482 105.91 44.5495C106.008 44.5638 106.08 44.6066 106.136 44.6703C106.19 44.7288 106.215 44.8197 106.203 44.9002C106.192 44.9691 106.145 45.0587 106.066 45.1029C105.999 45.1406 105.935 45.1835 105.87 45.2276C105.743 45.3147 105.611 45.4043 105.445 45.4524C105.388 45.4693 105.332 45.4732 105.276 45.4641V45.4628Z' fill='white'/%3E%3Cpath d='M117.177 42.8456C117.063 42.8287 116.961 42.7559 116.911 42.6559C116.837 42.5065 116.915 42.3298 117.085 42.2609L118.009 41.8894C118.062 41.8686 118.122 41.8621 118.18 41.8712C118.294 41.8881 118.396 41.9621 118.445 42.0609C118.52 42.2103 118.441 42.387 118.271 42.4558L117.347 42.8274C117.294 42.8482 117.236 42.8547 117.177 42.8469V42.8456Z' fill='white'/%3E%3Cpath d='M114.106 43.5204C113.992 43.5035 113.89 43.4295 113.841 43.3308C113.766 43.1814 113.845 43.0047 114.015 42.9358L115.023 42.5305C115.077 42.5097 115.135 42.5032 115.193 42.511C115.308 42.5279 115.409 42.6006 115.46 42.7007C115.534 42.8501 115.456 43.0268 115.286 43.0956L114.279 43.501C114.226 43.5217 114.166 43.5282 114.107 43.5191L114.106 43.5204Z' fill='white'/%3E%3Cpath d='M112.06 44.5202C111.946 44.5033 111.844 44.4305 111.794 44.3305C111.72 44.1811 111.798 44.0044 111.968 43.9356L112.724 43.6316C112.777 43.6108 112.837 43.6043 112.895 43.6134C113.01 43.6303 113.111 43.7043 113.16 43.8031C113.236 43.9525 113.156 44.1291 112.986 44.198L112.23 44.502C112.177 44.5228 112.118 44.5293 112.06 44.5215V44.5202Z' fill='white'/%3E%3Cpath d='M109.79 45.434C109.761 45.4301 109.733 45.4223 109.704 45.4119C109.629 45.3846 109.565 45.3249 109.526 45.2469C109.491 45.1754 109.491 45.0819 109.526 45.0066C109.559 44.939 109.619 44.8857 109.7 44.852L110.289 44.6155C110.34 44.5947 110.399 44.5882 110.462 44.5986C110.49 44.6025 110.519 44.6103 110.546 44.6207C110.621 44.6493 110.685 44.7078 110.724 44.787C110.759 44.8572 110.761 44.952 110.724 45.0273C110.692 45.0949 110.632 45.1495 110.55 45.1819L109.962 45.4184C109.91 45.4392 109.85 45.4457 109.789 45.4353L109.79 45.434Z' fill='white'/%3E%3Cpath d='M107.265 46.6382C107.237 46.6343 107.209 46.6265 107.182 46.6161C107.106 46.5875 107.042 46.5291 107.003 46.4498C106.968 46.3784 106.968 46.2848 107.003 46.2095C107.035 46.1406 107.098 46.086 107.178 46.0549L107.213 46.0393C107.29 46.0003 107.356 45.9548 107.424 45.9107C107.533 45.8366 107.628 45.7833 107.724 45.7418C107.775 45.7197 107.836 45.7132 107.899 45.7236C107.928 45.7275 107.956 45.7353 107.985 45.7457C108.062 45.7743 108.124 45.834 108.163 45.912C108.198 45.9834 108.198 46.077 108.163 46.1523C108.132 46.2186 108.076 46.2692 107.993 46.3056C107.923 46.342 107.858 46.3849 107.791 46.429C107.649 46.5252 107.543 46.581 107.438 46.6213C107.386 46.6421 107.326 46.6473 107.265 46.6382Z' fill='white'/%3E%3Cpath d='M119.09 43.4744C118.976 43.4575 118.874 43.3847 118.825 43.2847C118.751 43.1353 118.829 42.9573 118.999 42.8897L119.754 42.5857C119.807 42.565 119.867 42.5572 119.925 42.5663C120.04 42.5831 120.141 42.6572 120.19 42.7559C120.266 42.9053 120.186 43.082 120.016 43.1509L119.26 43.4549C119.207 43.4757 119.148 43.4835 119.089 43.4744H119.09Z' fill='white'/%3E%3Cpath d='M116.059 44.8798C115.945 44.8629 115.844 44.7889 115.794 44.6901C115.719 44.5407 115.798 44.3641 115.968 44.2952L116.976 43.8899C117.03 43.8691 117.088 43.8626 117.147 43.8704C117.261 43.8873 117.362 43.96 117.413 44.0601C117.487 44.2095 117.409 44.3861 117.239 44.455L116.231 44.8603C116.177 44.8811 116.118 44.8876 116.059 44.8785V44.8798Z' fill='white'/%3E%3Cpath d='M113.915 45.8397C113.886 45.8358 113.858 45.828 113.829 45.8176C113.754 45.789 113.69 45.7305 113.651 45.6526C113.616 45.5811 113.616 45.4876 113.651 45.4122C113.684 45.3447 113.745 45.2914 113.825 45.2576L114.414 45.0212C114.466 45.0004 114.526 44.9952 114.588 45.0043C114.617 45.0082 114.645 45.016 114.672 45.0264C114.748 45.055 114.811 45.1134 114.85 45.1927C114.885 45.2641 114.885 45.3577 114.85 45.433C114.818 45.5006 114.756 45.5564 114.676 45.5876L114.089 45.8241C114.037 45.8448 113.977 45.85 113.915 45.841V45.8397Z' fill='white'/%3E%3Cpath d='M111.688 46.8253C111.659 46.8214 111.63 46.8136 111.603 46.8032C111.528 46.7747 111.464 46.7162 111.425 46.6382C111.389 46.5668 111.39 46.472 111.425 46.3966C111.456 46.3291 111.519 46.2745 111.599 46.242L112.187 46.0056C112.238 45.9848 112.298 45.9796 112.359 45.9887C112.388 45.9926 112.416 46.0004 112.445 46.0108C112.52 46.0393 112.584 46.0978 112.623 46.1771C112.658 46.2472 112.658 46.342 112.623 46.4174C112.592 46.485 112.53 46.5395 112.449 46.572L111.862 46.8084C111.811 46.8292 111.75 46.8344 111.689 46.8253H111.688Z' fill='white'/%3E%3Cpath d='M109.414 47.9296C109.385 47.9257 109.357 47.918 109.329 47.9076C109.254 47.879 109.19 47.8192 109.151 47.7413C109.116 47.6698 109.116 47.575 109.151 47.5009C109.184 47.4334 109.245 47.3801 109.325 47.3463L109.745 47.1774C109.797 47.1567 109.857 47.1515 109.919 47.1605C109.948 47.1644 109.976 47.1722 110.004 47.1826C110.079 47.2112 110.143 47.2697 110.182 47.3489C110.218 47.4204 110.217 47.5152 110.182 47.5893C110.149 47.6581 110.088 47.7114 110.007 47.7439L109.588 47.9128C109.536 47.9335 109.476 47.9387 109.414 47.9296Z' fill='white'/%3E%3Cpath d='M107.48 48.7111C107.367 48.6942 107.263 48.6189 107.214 48.5201C107.179 48.4487 107.179 48.3551 107.214 48.2798C107.245 48.2122 107.305 48.159 107.387 48.1265C107.427 48.1096 107.468 48.094 107.51 48.0784C107.561 48.0589 107.613 48.0394 107.663 48.0174C107.718 47.9875 107.775 47.9472 107.831 47.9056C107.923 47.8381 108.009 47.7861 108.1 47.7445C108.153 47.7211 108.213 47.7134 108.273 47.7224C108.386 47.7393 108.491 47.8147 108.54 47.9134C108.575 47.9849 108.575 48.0797 108.54 48.1538C108.503 48.2317 108.438 48.272 108.391 48.2954C108.332 48.3252 108.28 48.3655 108.227 48.4045C108.183 48.437 108.138 48.4708 108.091 48.4993C107.989 48.5617 107.88 48.602 107.775 48.6409C107.733 48.6565 107.692 48.6721 107.65 48.689C107.597 48.7111 107.537 48.7176 107.479 48.7085L107.48 48.7111Z' fill='white'/%3E%3Cpath d='M105.33 47.6046C105.216 47.5878 105.115 47.5137 105.065 47.415C105.03 47.3435 105.03 47.25 105.065 47.1746C105.098 47.1071 105.16 47.0525 105.239 47.02L105.911 46.7498C105.964 46.729 106.023 46.7212 106.083 46.7303C106.197 46.7472 106.298 46.82 106.348 46.92C106.383 46.9914 106.383 47.085 106.348 47.1603C106.316 47.2279 106.254 47.2825 106.174 47.3149L105.503 47.5852C105.45 47.6059 105.39 47.6124 105.332 47.6033L105.33 47.6046Z' fill='white'/%3E%3Cpath d='M105.463 49.5141C105.437 49.5102 105.41 49.5024 105.384 49.4933C105.308 49.4647 105.245 49.4063 105.206 49.327C105.185 49.2842 105.177 49.24 105.181 49.1958C105.176 49.1698 105.185 49.1257 105.207 49.0841C105.24 49.0152 105.311 48.9529 105.388 48.9295C105.436 48.9035 105.476 48.8697 105.515 48.8359C105.593 48.7684 105.673 48.719 105.761 48.6852C105.813 48.6645 105.872 48.6593 105.933 48.6684C105.962 48.6723 105.99 48.6801 106.018 48.6904C106.093 48.719 106.157 48.7775 106.196 48.8567C106.217 48.897 106.224 48.9412 106.22 48.9867C106.224 49.0152 106.215 49.0594 106.194 49.0997C106.166 49.1594 106.111 49.2088 106.037 49.2426C105.996 49.2647 105.954 49.301 105.909 49.34C105.81 49.4245 105.723 49.4738 105.631 49.5011C105.575 49.518 105.518 49.5219 105.462 49.5141H105.463Z' fill='white'/%3E%3Cpath d='M121.551 43.986C121.437 43.9691 121.336 43.895 121.286 43.7963C121.211 43.6469 121.29 43.4702 121.46 43.4013L122.636 42.9284C122.689 42.9077 122.748 42.9012 122.808 42.9103C122.921 42.9272 123.025 43.0025 123.073 43.0999C123.153 43.261 123.048 43.4351 122.899 43.4949L121.724 43.9678C121.671 43.9886 121.611 43.995 121.553 43.986H121.551Z' fill='white'/%3E%3Cpath d='M118.973 45.4938C118.859 45.4769 118.757 45.4028 118.708 45.3041C118.67 45.2287 118.67 45.143 118.708 45.0663C118.743 44.9975 118.805 44.9403 118.882 44.9092L120.056 44.4363C120.11 44.4155 120.169 44.409 120.228 44.4181C120.342 44.435 120.444 44.509 120.493 44.6077C120.567 44.7559 120.489 44.9338 120.319 45.0027L119.143 45.4756C119.09 45.4964 119.03 45.5029 118.972 45.4938H118.973Z' fill='white'/%3E%3Cpath d='M115.95 46.7049C115.835 46.688 115.734 46.614 115.685 46.5153C115.609 46.3659 115.689 46.1892 115.859 46.1203L116.783 45.7488C116.836 45.728 116.894 45.7215 116.954 45.7306C117.067 45.7475 117.171 45.8228 117.219 45.9202C117.293 46.0684 117.215 46.2463 117.045 46.3152L116.121 46.6867C116.068 46.7075 116.008 46.714 115.95 46.7049Z' fill='white'/%3E%3Cpath d='M113.721 47.6974C113.607 47.6805 113.505 47.6064 113.456 47.5077C113.421 47.4362 113.421 47.3427 113.456 47.2673C113.488 47.1985 113.55 47.1452 113.63 47.1127L114.302 46.8425C114.355 46.8217 114.413 46.8152 114.473 46.8243C114.588 46.8412 114.689 46.914 114.738 47.014C114.775 47.0855 114.773 47.179 114.738 47.2543C114.706 47.3232 114.645 47.3765 114.564 47.4089L113.893 47.6792C113.839 47.6999 113.779 47.7064 113.721 47.6974Z' fill='white'/%3E%3Cpath d='M111.076 48.8587C110.961 48.8418 110.86 48.769 110.809 48.669C110.735 48.5196 110.813 48.3429 110.983 48.274L111.823 47.9363C111.876 47.9155 111.936 47.909 111.994 47.9181C112.108 47.935 112.21 48.009 112.259 48.1077C112.334 48.2572 112.255 48.4338 112.085 48.5027L111.246 48.8405C111.192 48.8613 111.134 48.8678 111.076 48.86V48.8587Z' fill='white'/%3E%3Cpath d='M125.824 42.4574C125.751 42.4457 125.691 42.4106 125.662 42.3911C125.597 42.347 125.552 42.2755 125.535 42.1911C125.521 42.1144 125.547 42.0235 125.603 41.9598C125.627 41.9312 125.655 41.9118 125.683 41.8962V41.8871L125.796 41.852C125.844 41.8208 125.872 41.8 125.899 41.7779C125.998 41.7 126.099 41.6285 126.222 41.5831L126.317 41.5506C126.364 41.535 126.411 41.5207 126.456 41.5012L126.49 41.4765C126.513 41.3791 126.619 41.3284 126.663 41.3103C126.715 41.2895 126.775 41.2843 126.837 41.2934C126.865 41.2973 126.894 41.3051 126.921 41.3154C126.998 41.344 127.068 41.4116 127.102 41.4856C127.141 41.574 127.124 41.6467 127.104 41.7091C127.025 41.9624 126.759 42.0547 126.545 42.1274L126.445 42.1638C126.396 42.1976 126.363 42.2236 126.328 42.2508C126.268 42.2976 126.222 42.3314 126.173 42.36C126.092 42.4067 126.016 42.434 125.918 42.4548C125.887 42.4613 125.855 42.4626 125.821 42.4574H125.824Z' fill='white'/%3E%3Cpath d='M124.226 43.0977C124.197 43.0938 124.168 43.086 124.141 43.0756C124.066 43.047 124.002 42.9886 123.963 42.9093C123.942 42.8664 123.935 42.8236 123.938 42.7794C123.935 42.7508 123.944 42.7066 123.966 42.6664C123.997 42.6014 124.057 42.5482 124.137 42.5157L124.472 42.3806C124.524 42.3598 124.584 42.3546 124.647 42.3637C124.675 42.3676 124.704 42.3754 124.731 42.3858C124.806 42.4143 124.87 42.4728 124.909 42.5521C124.93 42.5936 124.938 42.6378 124.934 42.682C124.938 42.7105 124.928 42.7547 124.908 42.795C124.876 42.8599 124.817 42.9132 124.735 42.9457L124.398 43.0808C124.346 43.1016 124.287 43.1068 124.224 43.0977H124.226Z' fill='white'/%3E%3Cpath d='M124.708 44.6847C124.594 44.6678 124.493 44.5951 124.442 44.4951C124.368 44.3457 124.446 44.169 124.616 44.1001L125.372 43.7961C125.426 43.7753 125.484 43.7688 125.542 43.7766C125.657 43.7935 125.758 43.8663 125.809 43.9663C125.883 44.1157 125.805 44.2924 125.635 44.3612L124.879 44.6652C124.825 44.686 124.767 44.6925 124.708 44.6847Z' fill='white'/%3E%3Cpath d='M122.487 45.6739C122.372 45.657 122.271 45.583 122.222 45.4842C122.187 45.4128 122.187 45.3192 122.222 45.2439C122.254 45.1763 122.316 45.1218 122.396 45.0893L123.067 44.8191C123.121 44.7983 123.179 44.7918 123.239 44.8009C123.353 44.8178 123.455 44.8905 123.504 44.9906C123.54 45.062 123.54 45.1569 123.504 45.2309C123.473 45.2985 123.41 45.353 123.33 45.3842L122.658 45.6544C122.605 45.6752 122.545 45.6817 122.487 45.6726V45.6739Z' fill='white'/%3E%3Cpath d='M120.419 46.5956C120.305 46.5787 120.204 46.5059 120.153 46.4059C120.079 46.2565 120.157 46.0798 120.327 46.0109L121.251 45.6394C121.304 45.6186 121.364 45.6121 121.422 45.6212C121.537 45.6381 121.638 45.7121 121.687 45.8109C121.763 45.9603 121.683 46.137 121.513 46.2058L120.59 46.5774C120.536 46.5982 120.478 46.6047 120.419 46.5969V46.5956Z' fill='white'/%3E%3Cpath d='M117.87 47.5333C117.756 47.5164 117.654 47.4424 117.605 47.3436C117.569 47.2722 117.57 47.1786 117.605 47.1033C117.637 47.0344 117.698 46.9812 117.779 46.9487L118.451 46.6784C118.504 46.6577 118.564 46.6512 118.622 46.6603C118.736 46.6772 118.838 46.7512 118.887 46.8499C118.922 46.9214 118.922 47.0149 118.887 47.0903C118.855 47.1578 118.794 47.2111 118.713 47.2449L118.041 47.5151C117.988 47.5359 117.928 47.5424 117.87 47.5333Z' fill='white'/%3E%3Cpath d='M115.726 48.2941C115.698 48.2902 115.669 48.2824 115.642 48.272C115.566 48.2434 115.503 48.1849 115.464 48.1057C115.429 48.0342 115.429 47.9407 115.464 47.8654C115.496 47.7978 115.557 47.7445 115.638 47.7108L116.226 47.4743C116.278 47.4535 116.338 47.4483 116.4 47.4574C116.429 47.4613 116.458 47.4691 116.485 47.4795C116.56 47.5081 116.624 47.5666 116.663 47.6458C116.698 47.7173 116.698 47.8108 116.663 47.8861C116.629 47.955 116.569 48.0083 116.489 48.0407L115.9 48.2772C115.848 48.298 115.789 48.3032 115.726 48.2941Z' fill='white'/%3E%3Cpath d='M113.497 49.4738C113.382 49.4569 113.281 49.3829 113.232 49.2841C113.156 49.1347 113.236 48.958 113.406 48.8892L114.161 48.5852C114.214 48.5644 114.272 48.5579 114.331 48.5657C114.445 48.5826 114.546 48.6553 114.597 48.7554C114.671 48.9048 114.593 49.0815 114.423 49.1503L113.667 49.4543C113.614 49.4751 113.554 49.4816 113.495 49.4725L113.497 49.4738Z' fill='white'/%3E%3Cpath d='M103.444 48.3434C103.419 48.3395 103.393 48.333 103.368 48.3239C103.293 48.2953 103.229 48.2368 103.19 48.1576C103.155 48.0861 103.155 47.9926 103.19 47.9172C103.22 47.8536 103.29 47.7795 103.379 47.7574C103.446 47.7405 103.511 47.7289 103.581 47.725C103.614 47.7224 103.646 47.7198 103.678 47.7146C103.718 47.7029 103.771 47.6821 103.823 47.66L104.018 47.5782C104.071 47.5561 104.13 47.5496 104.189 47.5587C104.302 47.5756 104.406 47.6509 104.456 47.7483C104.491 47.8198 104.491 47.9146 104.456 47.9887C104.423 48.0562 104.362 48.1095 104.282 48.1433L104.163 48.194C104.097 48.2225 104.031 48.2511 103.963 48.2758C103.885 48.3031 103.806 48.3213 103.724 48.3278L103.68 48.3304C103.645 48.333 103.61 48.3356 103.574 48.3421C103.528 48.3498 103.487 48.3498 103.445 48.3434H103.444Z' fill='white'/%3E%3Cpath d='M101.551 47.3352C101.437 47.3183 101.336 47.2442 101.286 47.1455C101.211 46.9961 101.29 46.8194 101.46 46.7506L102.359 46.3894C102.413 46.3686 102.472 46.3621 102.531 46.3712C102.645 46.3881 102.747 46.4621 102.796 46.5609C102.871 46.7103 102.792 46.887 102.622 46.9558L101.723 47.317C101.67 47.3378 101.61 47.3456 101.551 47.3365V47.3352Z' fill='white'/%3E%3Cpath d='M103.487 46.4005C103.373 46.3836 103.271 46.3095 103.222 46.2108C103.186 46.1393 103.187 46.0458 103.222 45.9704C103.255 45.9016 103.316 45.8483 103.396 45.8158L104.087 45.5378C104.141 45.517 104.199 45.5105 104.259 45.5196C104.373 45.5365 104.474 45.6093 104.524 45.7093C104.56 45.7808 104.559 45.8743 104.524 45.9497C104.491 46.0185 104.43 46.0718 104.35 46.1043L103.659 46.3823C103.605 46.4031 103.546 46.4096 103.487 46.4005Z' fill='white'/%3E%3Cpath d='M100.857 45.766C100.742 45.7491 100.641 45.6764 100.59 45.5763C100.516 45.4269 100.594 45.2503 100.765 45.1814L101.526 44.8748C101.579 44.854 101.639 44.8462 101.697 44.8553C101.812 44.8722 101.913 44.9463 101.962 45.045C102.038 45.1944 101.958 45.3711 101.788 45.4399L101.027 45.7465C100.974 45.7673 100.915 45.7738 100.857 45.766Z' fill='white'/%3E%3Cpath d='M103.376 44.394C103.347 44.3901 103.319 44.3823 103.29 44.3706C103.215 44.3433 103.151 44.2835 103.112 44.2056C103.077 44.1354 103.077 44.0406 103.112 43.9652C103.145 43.8977 103.202 43.8457 103.284 43.8119C103.346 43.786 103.407 43.7574 103.468 43.7288C103.585 43.669 103.698 43.6041 103.809 43.5313C103.879 43.4859 103.964 43.4677 104.052 43.4807C104.137 43.4936 104.215 43.5365 104.271 43.6002C104.326 43.6612 104.349 43.7405 104.339 43.8223C104.327 43.9068 104.28 43.9821 104.209 44.0289C104.005 44.1627 103.784 44.2796 103.551 44.3771C103.501 44.3979 103.44 44.4044 103.377 44.3953L103.376 44.394Z' fill='white'/%3E%3Cpath d='M121.345 42.4513C121.253 42.437 121.172 42.3915 121.123 42.3253L121.086 42.2759C120.982 42.1356 121.01 41.9602 121.15 41.8576C121.215 41.8095 121.306 41.79 121.397 41.8043C121.431 41.8095 121.463 41.8186 121.493 41.8329L121.509 41.8303L121.512 41.842C121.512 41.842 121.522 41.8472 121.527 41.8498L121.531 41.8641L121.524 41.8744L121.538 41.9147L121.541 41.8991L121.549 41.9264L121.532 41.8628L121.528 41.8498C121.528 41.8498 121.529 41.8498 121.531 41.8511L121.524 41.8277L121.546 41.8225H121.567L121.616 41.803C121.649 41.7939 121.68 41.7835 121.711 41.7731C121.831 41.7328 121.946 41.6861 122.062 41.6393L122.118 41.6172C122.171 41.5951 122.231 41.5886 122.289 41.5977C122.402 41.6146 122.506 41.69 122.556 41.7874C122.63 41.9355 122.552 42.1122 122.382 42.1823L122.327 42.2044C122.045 42.3188 121.755 42.4357 121.433 42.4565C121.405 42.4578 121.376 42.4565 121.347 42.4526L121.345 42.4513Z' fill='white'/%3E%3Cpath d='M123.426 41.4724C123.312 41.4555 123.211 41.3815 123.161 41.2827C123.086 41.1333 123.165 40.9567 123.335 40.8878L124.166 40.5539C124.219 40.5331 124.277 40.5266 124.336 40.5344C124.45 40.5513 124.551 40.6241 124.602 40.7241C124.676 40.8735 124.598 41.0502 124.428 41.1191L123.598 41.4529C123.545 41.4737 123.485 41.4815 123.426 41.4724Z' fill='white'/%3E%3Cpath d='M125.537 40.5471C125.422 40.5303 125.321 40.4575 125.27 40.3575C125.196 40.2081 125.274 40.0314 125.444 39.9625L126.343 39.6014C126.397 39.5806 126.456 39.5728 126.515 39.5819C126.629 39.5988 126.73 39.6728 126.78 39.7716C126.855 39.921 126.776 40.0976 126.606 40.1665L125.707 40.5277C125.653 40.5484 125.595 40.5549 125.537 40.5471Z' fill='white'/%3E%3Cpath d='M119.856 41.2899C119.742 41.2731 119.64 41.199 119.591 41.1003C119.516 40.9509 119.595 40.7742 119.765 40.7053L120.802 40.2883C120.855 40.2675 120.914 40.261 120.972 40.2688C121.086 40.2857 121.188 40.3585 121.238 40.4585C121.319 40.6209 121.214 40.7937 121.064 40.8534L120.028 41.2705C119.974 41.2912 119.915 41.2977 119.856 41.2886V41.2899Z' fill='white'/%3E%3Cpath d='M122.589 40.1114C122.474 40.0945 122.373 40.0205 122.324 39.9217C122.287 39.8503 122.289 39.7567 122.324 39.6814C122.356 39.6125 122.417 39.5593 122.498 39.5268L123.189 39.2488C123.242 39.228 123.302 39.2215 123.36 39.2306C123.475 39.2475 123.576 39.3215 123.625 39.4202C123.66 39.4917 123.66 39.5852 123.625 39.6606C123.593 39.7281 123.532 39.7814 123.451 39.8152L122.76 40.0932C122.707 40.114 122.647 40.1205 122.589 40.1114Z' fill='white'/%3E%3Cpath d='M124.595 39.3032C124.566 39.2993 124.538 39.2915 124.509 39.2811C124.434 39.2526 124.37 39.1941 124.331 39.1148C124.296 39.0447 124.296 38.9499 124.331 38.8745C124.363 38.8069 124.423 38.7537 124.505 38.7199L125.059 38.4978C125.11 38.477 125.17 38.4718 125.233 38.4809C125.261 38.4848 125.29 38.4926 125.317 38.5029C125.392 38.5315 125.456 38.59 125.495 38.6692C125.53 38.7407 125.53 38.8342 125.495 38.9096C125.463 38.9771 125.403 39.0317 125.321 39.0642L124.768 39.2863C124.716 39.3071 124.656 39.3123 124.595 39.3032Z' fill='white'/%3E%3Cpath d='M117.45 40.5673C117.335 40.5504 117.234 40.4764 117.185 40.3777C117.109 40.2283 117.189 40.0516 117.359 39.9827L118.348 39.5852C118.401 39.5644 118.459 39.5579 118.518 39.5657C118.632 39.5826 118.733 39.6553 118.784 39.7554C118.858 39.9048 118.78 40.0815 118.61 40.1503L117.621 40.5478C117.568 40.5686 117.508 40.5751 117.45 40.566V40.5673Z' fill='white'/%3E%3Cpath d='M119.801 39.6165C119.687 39.5996 119.585 39.5256 119.536 39.4268C119.462 39.2787 119.54 39.1007 119.71 39.0319L120.51 38.7097C120.563 38.6889 120.623 38.6824 120.682 38.6915C120.796 38.7084 120.897 38.7825 120.947 38.8812C121.022 39.0306 120.943 39.2073 120.773 39.2761L119.972 39.5983C119.919 39.6191 119.859 39.6256 119.801 39.6165Z' fill='white'/%3E%3Cpath d='M115.122 39.6212C115.007 39.6043 114.906 39.5303 114.857 39.4315C114.781 39.2821 114.861 39.1054 115.031 39.0366L115.547 38.8287C115.631 38.7936 115.715 38.7586 115.802 38.7313L115.86 38.7144C115.93 38.6936 115.999 38.6728 116.065 38.6455L116.105 38.6261L116.112 38.617L116.131 38.604C116.2 38.5 116.316 38.4481 116.451 38.4637C116.552 38.4792 116.636 38.5338 116.691 38.6105C116.74 38.6806 116.756 38.7573 116.735 38.8274C116.677 39.0249 116.525 39.1184 116.399 39.1782C116.297 39.2263 116.192 39.2587 116.09 39.2886C115.993 39.3185 115.9 39.3562 115.806 39.3939L115.291 39.6017C115.237 39.6225 115.178 39.629 115.119 39.6199L115.122 39.6212Z' fill='white'/%3E%3Cpath d='M99.9085 44.1765C99.7942 44.1596 99.6929 44.0856 99.6435 43.9869C99.6084 43.9154 99.6084 43.8219 99.6435 43.7465C99.676 43.679 99.7383 43.6244 99.8176 43.5919L100.476 43.3269C100.53 43.3061 100.589 43.2996 100.648 43.3087C100.762 43.3256 100.863 43.3996 100.913 43.4984C100.948 43.5698 100.948 43.6634 100.913 43.7387C100.88 43.8076 100.819 43.8608 100.739 43.8933L100.08 44.1583C100.027 44.1791 99.967 44.1856 99.9085 44.1765Z' fill='white'/%3E%3Cpath d='M98.863 45.7312C98.7486 45.7143 98.6473 45.6416 98.5966 45.5415C98.5615 45.4701 98.5615 45.3765 98.5966 45.3012C98.6291 45.2336 98.6889 45.1791 98.7707 45.1466L99.4294 44.8816C99.4826 44.8608 99.5424 44.8543 99.6009 44.8634C99.7152 44.8803 99.8165 44.9543 99.8659 45.0531C99.901 45.1245 99.901 45.2181 99.8659 45.2934C99.8334 45.361 99.7736 45.4142 99.6918 45.448L99.0331 45.713C98.9799 45.7338 98.9214 45.7403 98.863 45.7325V45.7312Z' fill='white'/%3E%3Cpath d='M101.166 48.5213C101.052 48.5044 100.951 48.4317 100.901 48.3316C100.866 48.2602 100.866 48.1667 100.901 48.0913C100.934 48.0224 100.995 47.9692 101.075 47.9367L101.734 47.6717C101.787 47.6509 101.847 47.6431 101.906 47.6522C102.02 47.6691 102.121 47.7431 102.171 47.8419C102.206 47.9133 102.206 48.0069 102.171 48.0822C102.138 48.1498 102.076 48.2043 101.996 48.2368L101.338 48.5018C101.285 48.5226 101.226 48.5291 101.166 48.52V48.5213Z' fill='white'/%3E%3Cpath d='M102.076 42.9998C101.961 42.9829 101.86 42.9102 101.809 42.8101C101.735 42.6607 101.813 42.484 101.983 42.4152L102.784 42.093C102.837 42.0722 102.895 42.0657 102.954 42.0735C103.068 42.0904 103.169 42.1631 103.22 42.2632C103.294 42.4126 103.216 42.5893 103.046 42.6581L102.246 42.9803C102.192 43.0011 102.134 43.0076 102.076 42.9998Z' fill='white'/%3E%3Cpath d='M104.584 42.4122C104.406 42.3772 104.289 42.2317 104.306 42.0667C104.314 41.99 104.36 41.9186 104.431 41.8692C104.502 41.8198 104.591 41.7977 104.674 41.8107C104.73 41.812 104.76 41.8068 104.79 41.8016L104.843 41.7873C104.873 41.7796 104.903 41.7705 104.931 41.7614C105.042 41.725 105.147 41.6808 105.252 41.6366L105.396 41.5769C105.45 41.5561 105.508 41.5496 105.568 41.5587C105.681 41.5756 105.785 41.6509 105.833 41.7484C105.907 41.8965 105.829 42.0745 105.659 42.1433L105.524 42.1992C105.403 42.2498 105.283 42.3005 105.157 42.3395C104.983 42.3941 104.797 42.4447 104.613 42.4174L104.586 42.4122H104.584Z' fill='white'/%3E%3Cpath d='M106.825 41.0854C106.71 41.0685 106.617 40.9997 106.566 40.8996C106.53 40.8256 106.53 40.7372 106.569 40.6567C106.605 40.58 106.673 40.5229 106.753 40.5008C106.939 40.4501 107.157 40.3865 107.37 40.3046C107.518 40.2462 107.666 40.1864 107.815 40.1266L108.033 40.0383C108.086 40.0175 108.144 40.011 108.203 40.0188C108.317 40.0357 108.419 40.1085 108.469 40.2085C108.543 40.3579 108.465 40.5346 108.295 40.6034L108.086 40.6879C107.934 40.7502 107.782 40.8113 107.629 40.8711C107.408 40.9568 107.182 41.0231 106.99 41.075C106.934 41.0906 106.878 41.0932 106.823 41.0854H106.825Z' fill='white'/%3E%3Cpath d='M109.652 39.9549C109.537 39.938 109.436 39.8639 109.387 39.7652C109.35 39.695 109.35 39.6002 109.387 39.5249C109.419 39.4573 109.479 39.4027 109.561 39.3703L110.267 39.0857C110.321 39.065 110.381 39.0572 110.439 39.0663C110.553 39.0831 110.655 39.1572 110.704 39.2559C110.739 39.3274 110.739 39.4209 110.704 39.4963C110.672 39.5651 110.61 39.6184 110.53 39.6509L109.824 39.9341C109.771 39.9549 109.711 39.9614 109.653 39.9523L109.652 39.9549Z' fill='white'/%3E%3Cpath d='M106.23 39.5567C106.116 39.5398 106.014 39.4671 105.964 39.367C105.929 39.2956 105.929 39.2021 105.964 39.1267C105.996 39.0592 106.056 39.0046 106.138 38.9721L106.81 38.7019C106.863 38.6811 106.923 38.6746 106.981 38.6837C107.095 38.7006 107.197 38.7746 107.246 38.8734C107.281 38.9435 107.281 39.0384 107.246 39.1137C107.214 39.1813 107.154 39.2345 107.072 39.2683L106.4 39.5385C106.347 39.5593 106.289 39.5658 106.23 39.558V39.5567Z' fill='white'/%3E%3Cpath d='M103.837 40.4269C103.809 40.423 103.78 40.4152 103.752 40.4048C103.676 40.3762 103.613 40.3178 103.574 40.2398C103.537 40.1684 103.539 40.0735 103.574 39.9982C103.605 39.9306 103.667 39.876 103.748 39.8436L104.335 39.6071C104.387 39.5863 104.447 39.5811 104.508 39.5902C104.536 39.5941 104.565 39.6019 104.594 39.6123C104.669 39.6409 104.733 39.6994 104.771 39.7786C104.807 39.8501 104.807 39.9436 104.771 40.019C104.739 40.0865 104.677 40.1411 104.597 40.1736L104.01 40.41C103.958 40.4308 103.898 40.436 103.837 40.4269Z' fill='white'/%3E%3Cpath d='M102.052 39.2609C101.975 39.2492 101.901 39.2064 101.844 39.1414C101.79 39.0817 101.765 38.9907 101.776 38.9102C101.787 38.8413 101.835 38.7491 101.915 38.7075C101.979 38.6737 102.043 38.6438 102.111 38.6218C102.176 38.601 102.243 38.5867 102.31 38.5737C102.358 38.5633 102.406 38.5555 102.456 38.5464C102.497 38.5399 102.58 38.5243 102.58 38.5243L102.614 38.5152C102.673 38.4996 102.727 38.4957 102.783 38.5048C102.809 38.5087 102.835 38.5152 102.86 38.5243C102.936 38.5529 103 38.6127 103.039 38.6906C103.074 38.7608 103.074 38.8556 103.039 38.931C103.01 38.992 102.94 39.0648 102.853 39.0894C102.76 39.1154 102.665 39.1323 102.57 39.1492L102.441 39.1726C102.389 39.1843 102.335 39.1999 102.283 39.222C102.252 39.2414 102.204 39.2583 102.152 39.2635H102.076L102.054 39.2596L102.052 39.2609Z' fill='white'/%3E%3Cpath d='M93.7553 39.7942C93.6409 39.7774 93.5396 39.7033 93.4889 39.6046C93.4149 39.4552 93.4928 39.2785 93.663 39.2096L94.8842 38.7186C94.9375 38.6978 94.9959 38.69 95.0557 38.6991C95.17 38.716 95.2714 38.7887 95.3207 38.8887C95.3948 39.0381 95.3168 39.2161 95.1466 39.2837L93.9709 39.7566L93.8787 39.6825L93.9254 39.7748C93.8722 39.7955 93.8137 39.802 93.7553 39.7942Z' fill='white'/%3E%3Cpath d='M97.6615 41.3677C97.5472 41.3508 97.4458 41.2781 97.3952 41.178C97.3211 41.0286 97.3991 40.852 97.5693 40.7831L98.4683 40.4206C98.5215 40.3999 98.5813 40.3934 98.6398 40.4024C98.7541 40.4193 98.8554 40.4934 98.9048 40.5921C98.9853 40.7532 98.8801 40.9273 98.7307 40.9871L97.8317 41.3482C97.7784 41.369 97.72 41.3755 97.6615 41.3677Z' fill='white'/%3E%3Cpath d='M96.1764 40.718C96.0621 40.7011 95.9607 40.627 95.9114 40.5283C95.836 40.3789 95.9152 40.2022 96.0854 40.1334L96.9845 39.7722C97.0377 39.7514 97.0975 39.7449 97.1559 39.754C97.2703 39.7709 97.3716 39.845 97.421 39.9437C97.495 40.0918 97.4171 40.2698 97.2469 40.3386L96.3479 40.6998C96.2946 40.7206 96.2348 40.7271 96.1764 40.718Z' fill='white'/%3E%3Cpath d='M100.097 39.8462C99.983 39.8294 99.8817 39.7566 99.831 39.6566C99.7959 39.5851 99.7959 39.4916 99.831 39.4162C99.8635 39.3487 99.9232 39.2941 100.005 39.2616L100.698 38.9836C100.751 38.9628 100.809 38.9563 100.868 38.9641C100.982 38.981 101.083 39.0538 101.134 39.1538C101.169 39.2253 101.169 39.3188 101.134 39.3941C101.103 39.4617 101.041 39.5163 100.96 39.5487L100.269 39.8268C100.216 39.8475 100.157 39.854 100.099 39.8462H100.097Z' fill='white'/%3E%3Cpath d='M99.5912 42.3978C99.4769 42.3809 99.3755 42.3081 99.3249 42.2081C99.2508 42.0587 99.3288 41.882 99.4989 41.8132L100.26 41.5066C100.314 41.4858 100.372 41.4793 100.432 41.4884C100.546 41.5053 100.647 41.578 100.697 41.6781C100.772 41.8275 100.693 42.0041 100.523 42.073L99.7627 42.3783C99.7094 42.3991 99.651 42.4056 99.5925 42.3978H99.5912Z' fill='white'/%3E%3Cpath d='M101.668 41.2635C101.554 41.2466 101.453 41.1739 101.403 41.0738C101.368 41.005 101.366 40.927 101.396 40.853C101.428 40.7737 101.496 40.7101 101.579 40.6776C101.801 40.5931 102.04 40.5256 102.308 40.4736C102.338 40.4671 102.37 40.4671 102.404 40.4736C102.473 40.484 102.53 40.5152 102.565 40.5399C102.631 40.5853 102.675 40.6568 102.692 40.7412C102.706 40.8179 102.68 40.9088 102.625 40.9712C102.564 41.0413 102.482 41.0647 102.418 41.0777L102.345 41.0933C102.174 41.131 102.004 41.183 101.84 41.2466C101.785 41.2674 101.727 41.2726 101.67 41.2648L101.668 41.2635Z' fill='white'/%3E%3C/g%3E%3Cpath d='M178.613 69.65C176.191 68.7939 173.641 69.1291 171.139 69.1718C167.877 69.2277 163.237 69.3822 160.19 67.504C158.714 66.5937 157.699 64.096 156.243 63.4338C154.448 62.6172 152.507 64.7237 150.867 63.5932C149.731 62.8094 149.705 60.177 150.825 59.3505C151.347 58.966 151.97 58.9677 152.565 58.9808C157.573 59.0942 162.891 60.2986 167.796 58.8888C172.462 57.5479 174.535 57.4707 179 60.4449C181.85 62.3428 185.198 61.8104 188.363 61.5277C191.528 61.2451 195.025 61.4111 197.396 64.2883C197.7 64.6597 197.998 65.1247 198 65.6817C198.005 66.9831 196.66 67.2082 195.708 67.1507C192.287 66.9437 190.26 69.8768 187.268 70.7477C184.804 71.4641 181.053 70.5143 178.615 69.6517L178.613 69.65Z' fill='%23EFF9F7'/%3E%3Cpath d='M66.7764 112.633L65.3844 115.204L61.6012 113.689L61.974 110.664L61.8498 110.625C61.8498 110.625 61.4471 112.811 61.3128 113.63C61.2084 114.261 60.8406 115.835 61.2283 116.205C61.6012 116.566 63.5549 117.444 64.2509 117.355C64.7232 117.291 64.8574 117.079 65.6379 115.357C65.9263 114.72 66.9007 112.678 66.9007 112.678L66.7814 112.628L66.7764 112.633Z' fill='%23AB959E'/%3E%3Cpath d='M72.8499 108.304C68.664 111.225 67.8139 111.472 66.8047 112.873L66.2827 112.676L65.2834 112.296L63.8019 111.729L63.1507 111.482L61.7686 110.954C61.7338 106.864 57.6275 103.854 58.5273 96.0875C59.1288 90.9017 63.3147 87.5712 66.6754 87.1123C68.4402 86.8705 70.225 87.2011 71.5225 87.6896C71.5623 87.7044 71.5971 87.7192 71.6368 87.734C71.7214 87.7636 71.8009 87.7981 71.8755 87.8327C71.9799 87.8771 72.0793 87.9215 72.1837 87.9659C72.5267 88.1188 72.8648 88.2718 73.1929 88.4346C74.8285 89.2438 76.2702 90.2504 77.4037 92.002C78.7658 94.1089 79.6557 97.2667 78.393 101.288C77.697 103.494 75.6836 106.326 72.8499 108.309V108.304Z' fill='%23F7ED99'/%3E%3Cpath d='M71.0423 106.618C68.0794 110.235 67.0404 111.197 66.2847 112.667L65.2855 112.287L63.804 111.72L63.1528 111.473C63.1677 107.768 60.498 105.819 61.3829 98.4373C61.9845 93.4192 65.0518 89.3141 67.4331 88.0953C68.8052 87.3947 70.3215 87.2615 71.2014 87.5723C71.3108 87.6118 71.4152 87.6463 71.5196 87.6858C71.5693 87.7055 71.624 87.7203 71.6737 87.7401C71.7831 87.7796 71.8925 87.819 72.0018 87.8634C72.4144 88.0213 72.8122 88.194 73.19 88.4309C73.8015 88.8108 74.3533 89.3486 74.8156 90.2121C75.7005 91.8798 76.2176 94.6429 75.1885 98.7234C74.6217 100.959 73.1055 104.097 71.0423 106.618Z' fill='white'/%3E%3Cpath d='M68.4927 105.834C66.8024 109.382 65.669 111.573 65.2862 112.293L63.8047 111.726C64.3913 102.301 64.5852 99.5284 65.6739 96.0795C66.708 92.7934 67.9707 90.4299 69.4074 88.851C70.2327 87.9431 70.9933 87.5731 71.4209 87.6718C71.4905 87.6866 71.565 87.7063 71.6346 87.726C71.6495 87.726 71.6645 87.7359 71.6794 87.7359C71.7937 87.7704 71.9031 87.805 72.0075 87.8593C72.0671 87.8889 72.1268 87.9185 72.1815 87.9579C72.5295 88.1898 72.8128 88.6092 72.9421 89.4924C73.1459 90.8987 73.31 94.0565 71.8981 98.1666C70.4664 102.341 69.8052 103.061 68.4877 105.824L68.4927 105.834Z' fill='%23F7ED99'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M72.8531 108.301C68.6672 111.222 67.8171 111.468 66.8079 112.87L66.2859 112.672L65.2867 112.292L63.8052 111.725L63.154 111.478L61.7719 110.95C61.7471 108.414 60.1612 106.293 59.1719 103.194C59.7336 103.564 60.3252 103.904 60.9467 104.201C67.7823 107.462 75.4979 104.669 78.1825 97.9588C78.4758 97.2286 78.6945 96.4786 78.8486 95.7188C79.1221 97.3223 79.0525 99.1825 78.3913 101.284C77.6953 103.49 75.6818 106.322 72.8482 108.306L72.8531 108.301Z' fill='%23F7F9FF'/%3E%3C/g%3E%3Cpath d='M26.974 55.5959L24.7507 62.0888L14.6219 60.5728L14.5631 53.1557L14.2458 53.1328C14.2458 53.1328 14.0693 58.417 14.0386 60.3849C14.0156 61.9009 13.6932 65.7453 14.7831 66.4131C15.8321 67.0555 20.9208 67.9494 22.5914 67.3806C23.735 66.9895 24.0497 66.5782 25.3289 62.1751C25.7997 60.5551 27.2836 55.6492 27.2836 55.6492L26.9715 55.5984L26.974 55.5959Z' fill='%23D47E8F'/%3E%3Cpath d='M39.7905 43.9697C30.9511 51.8262 29.0093 52.6768 27.1723 56.054L25.8343 55.8306L23.2656 55.3989L19.4484 54.7565L17.7675 54.4746L14.2139 53.8779C12.3795 45.1403 1.19912 40.265 0.0478295 23.3078C-0.722259 11.9853 7.94827 3.25788 15.8538 0.982713C20.0087 -0.213275 24.4502 -0.185344 27.7812 0.365675C27.7838 0.365675 27.7863 0.365675 27.7889 0.365675C27.8861 0.38091 27.9833 0.398685 28.078 0.41646C28.2904 0.452009 28.4976 0.492637 28.6997 0.535805C28.9683 0.591668 29.2344 0.647532 29.4979 0.705935C30.3934 0.896379 31.2735 1.09952 32.1357 1.32297C36.4313 2.42755 40.3278 4.02982 43.8047 7.341C47.9877 11.3226 51.4851 17.7418 50.1496 26.8323C49.4179 31.8143 45.7772 38.6525 39.7905 43.9723V43.9697Z' fill='%23FFB1CD'/%3E%3Cpath d='M34.7221 41.0653C29.1268 49.9349 27.0238 52.3904 25.8366 55.8311L23.268 55.3994L19.4508 54.757L17.7699 54.4751C16.2195 46.5425 8.94843 43.3887 7.93273 27.2543C7.24196 16.2822 12.8756 6.3258 18.1051 2.81401C21.1112 0.792764 24.7058 -0.0807387 26.9649 0.246825C27.2387 0.287453 27.5124 0.325542 27.7836 0.36617C27.7862 0.36617 27.7887 0.36617 27.7913 0.36617C27.9243 0.386484 28.0574 0.404259 28.1878 0.424573C28.4718 0.46774 28.7533 0.510907 29.0347 0.559153C30.0913 0.736901 31.1275 0.960355 32.1381 1.32093C33.7703 1.90242 35.3335 2.8394 36.8123 4.51531C39.6598 7.74016 42.0904 13.4636 41.3459 22.5872C40.9365 27.5895 38.6211 34.8797 34.7195 41.0653H34.7221Z' fill='%23FFFCFF'/%3E%3Cpath d='M28.2318 40.3552C25.6708 48.5951 23.8723 53.7117 23.2659 55.4003L19.4487 54.7579C16.8417 34.3626 16.1228 28.3624 17.2715 20.5668C18.364 13.1421 20.3954 7.5938 23.1892 3.67319C24.7959 1.4158 26.4614 0.328997 27.5411 0.38486C27.7201 0.395017 27.9018 0.402635 28.0809 0.417871C28.1167 0.42041 28.1525 0.422949 28.1883 0.425488C28.4749 0.45342 28.7563 0.491509 29.0352 0.560069C29.1912 0.598158 29.3473 0.643864 29.5008 0.704806C30.4423 1.06284 31.3071 1.85763 31.9927 3.70113C33.0852 6.62888 34.8275 13.3274 33.1824 22.6617C31.5117 32.1433 30.23 33.9411 28.2344 40.3552H28.2318Z' fill='%23FFB1CD'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M39.7882 43.9717C30.9488 51.8282 29.007 52.6788 27.17 56.056L25.832 55.83L23.2633 55.3984L19.4461 54.7559L17.7652 54.4741L14.2116 53.8774C13.0731 48.4586 8.33998 44.5253 4.63281 38.2736C6.1474 38.8551 7.72084 39.3477 9.348 39.7439C27.2238 44.1063 44.6339 35.1758 48.2311 19.7955C48.6251 18.117 48.8374 16.4284 48.8783 14.75C50.2241 18.0713 50.8458 22.0859 50.1473 26.8292C49.4156 31.8112 45.7724 38.6495 39.7882 43.9692V43.9717Z' fill='%23FFE6F5'/%3E%3C/g%3E%3C/svg%3E%0A");}
.s050302 .onlinemarket_wrap .txt_box .tit {display: block; color: #222;font-family: "Gmarket Sans";animation: fadein 2s;font-size: 34px; font-weight: bold;letter-spacing: -1.7px; line-height: 1.4;}
.s050302 .onlinemarket_wrap .txt_box .list-info {display: inline-flex; flex-wrap: wrap; gap: 30px;margin: 5px 0 0;}
.s050302 .onlinemarket_wrap .txt_box .list-info .item {position: relative; padding: 0 0 0 21px;}
.s050302 .onlinemarket_wrap .txt_box .list-info .item::before {position: absolute; content: ''; background-repeat: no-repeat; left: 0; top: 7px;}
.s050302 .onlinemarket_wrap .txt_box .list-info .item.icon1::before {width: 16px; height: 15px; background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9248 7.10448H15.5038C15.5038 3.05447 12.4462 0 8.39062 0V1.57895C11.5975 1.57895 13.9248 3.90237 13.9248 7.10448Z' fill='%2300893C'/%3E%3Cpath d='M8.39496 4.73857C10.0552 4.73857 10.7634 5.44673 10.7634 7.107H12.3423C12.3423 4.56094 10.941 3.15963 8.39496 3.15963V4.73857ZM11.0965 9.03568C10.9448 8.8978 10.7455 8.82427 10.5406 8.8306C10.3357 8.83693 10.1413 8.92264 9.99839 9.06963L8.10917 11.0125C7.65444 10.9257 6.74023 10.6407 5.79917 9.702C4.85812 8.76015 4.57312 7.84358 4.48865 7.392L6.42996 5.502C6.57713 5.3592 6.66296 5.16475 6.6693 4.95979C6.67564 4.75483 6.60198 4.55545 6.46391 4.40384L3.5468 1.1962C3.40868 1.04412 3.21671 0.951866 3.01166 0.939041C2.80661 0.926216 2.60464 0.993829 2.44864 1.12752L0.735486 2.59673C0.598995 2.73372 0.517528 2.91603 0.506538 3.1091C0.494696 3.30647 0.268907 7.98173 3.89417 11.6086C7.0568 14.7704 11.0184 15.0017 12.1094 15.0017C12.2689 15.0017 12.3668 14.997 12.3929 14.9954C12.5859 14.9846 12.7681 14.9028 12.9044 14.7657L14.3729 13.0517C14.5066 12.8958 14.5744 12.6939 14.5617 12.4889C14.549 12.2838 14.4569 12.0918 14.305 11.9536L11.0965 9.03568Z' fill='%2300893C'/%3E%3C/svg%3E%0A");}
.s050302 .onlinemarket_wrap .txt_box .list-info .item.icon2::before {width: 17px; height: 13px; background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.125 0H2.125C1.69402 0 1.2807 0.171205 0.975951 0.475951C0.671205 0.780698 0.5 1.19402 0.5 1.625V11.375C0.5 11.806 0.671205 12.2193 0.975951 12.524C1.2807 12.8288 1.69402 13 2.125 13H15.125C15.556 13 15.9693 12.8288 16.274 12.524C16.5788 12.2193 16.75 11.806 16.75 11.375V1.625C16.75 1.19402 16.5788 0.780698 16.274 0.475951C15.9693 0.171205 15.556 0 15.125 0ZM15.125 3.81875L8.625 8.15263L2.125 3.81875V1.86631L8.625 6.19938L15.125 1.86631V3.81875Z' fill='%2300893C'/%3E%3C/svg%3E%0A");}
.s050302 .onlinemarket_wrap .onlineimg_box {position: absolute; display: inline-block;width: 524px; top: 215px;left: 50%; transform: translateX(-50%);overflow: hidden; border-radius: 30px;border: 12px solid #009393;box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);z-index: 1;}
.s050302 .onlinemarket_wrap .btm_btn {position: relative; padding: 263px 0 87px; background: #EAF4E5;}
.s050302 .onlinemarket_wrap .btm_btn::before {position: absolute;content: '';z-index: 3; width: 205px; height: 115px; top: 160px; right: 68%;background-size: 100% auto;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg width='205' height='115' viewBox='0 0 205 115' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1137_19606)'%3E%3Cpath opacity='0.07' d='M117.929 48.3584C112.785 46.9705 99.9429 49.5198 97.6401 49.7888C86.6281 51.0815 75.7433 46.5571 64.6792 46.7868C53.8825 47.0132 43.138 49.3919 33.2155 53.6735C26.0949 56.7477 19.3886 60.8062 13.3998 65.7539C10.7512 67.9423 -2.62558 74.2843 3.30118 78.4052C4.7266 79.396 6.48473 79.7503 8.19067 80.0817C14.6459 81.335 20.2562 82.0765 25.9644 85.1147C40.3915 92.792 61.7501 87.2866 76.1609 82.0076C84.8178 78.8382 93.0768 74.5566 100.661 69.294C105.331 66.0524 120.199 56.8199 120.062 50.2711C120.042 49.3131 119.233 48.7094 117.932 48.3584H117.929Z' fill='black'/%3E%3Cpath d='M0.287224 76.2367C0.195893 76.1416 0.117609 76.0366 0.0686811 75.9152C-0.0781016 75.5576 0.0360627 75.1474 0.199155 74.7964C0.773238 73.5529 1.86595 72.6474 2.92605 71.7878C3.24897 71.5253 3.57516 71.2595 3.89808 70.9971C3.72194 71.1381 2.67489 70.7543 2.47592 70.6558C1.84312 70.3474 1.89531 69.6453 2.50854 69.4485C3.32726 69.1827 4.2634 69.1794 5.10822 69.0154C6.60214 68.7266 8.04061 68.2312 9.56389 68.1295C10.3174 68.0803 11.2894 68.1295 11.9352 68.5888C12.6333 69.0843 12.7148 70.2359 12.6463 71.02C12.493 72.7983 11.1883 73.8646 9.7596 74.8915C7.27082 76.6796 3.52949 78.6023 0.675383 76.555C0.541648 76.4598 0.40465 76.3581 0.287224 76.2367Z' fill='%23FFA396'/%3E%3Cpath d='M6.15219 70.0414C6.13588 69.7494 7.25795 70.3597 7.59392 70.5565C9.28029 71.5342 12.3203 72.2528 12.3203 72.2528C12.3203 72.2528 26.4897 51.7371 31.5358 39.6272L22.5364 27.1465C13.6707 52.9904 6.16523 70.3104 6.14893 70.0447L6.15219 70.0414Z' fill='%23FFA396'/%3E%3Cpath d='M42.4204 14.4693C34.5007 13.6457 25.9547 13.9476 21.9067 23.4196C20.116 27.6094 18.9613 32.2158 15.5918 38.5677C15.5918 38.5677 20.204 41.0875 23.8606 41.8913C25.5404 42.2588 33.0981 43.5416 33.0981 43.5416C36.3697 39.2206 36.3306 36.2743 37.9647 34.4337C37.9647 34.4337 43.6599 14.6005 42.4204 14.4725V14.4693Z' fill='white'/%3E%3Cpath d='M44.4559 49.0503C44.4559 49.0503 62.0633 32.2913 77.195 35.5001C85.8976 37.3472 81.9866 56.6522 81.9866 56.6522L47.4666 57.2198L44.4526 49.047L44.4559 49.0503Z' fill='%23226270'/%3E%3Cpath d='M118.447 52.8167C119.064 52.6822 119.586 52.1802 119.69 51.6028C119.837 50.7989 120.068 49.4537 120.359 47.4622C121.164 41.9568 120.88 38.4889 119.674 37.7146C118.989 37.2782 117.974 37.4226 117.319 38.1312C115.189 40.4377 114.722 45.5691 113.796 48.0101C112.788 52.1244 114.233 53.7321 118.444 52.8134L118.447 52.8167Z' fill='%233D281A'/%3E%3Cpath d='M105.208 50.4675L113.904 47.7246C113.904 47.7246 117.364 52.6362 116.878 53.0528C116.086 53.7287 108.815 56.3535 108.815 56.3535L105.208 50.4675Z' fill='%23FFA396'/%3E%3Cpath d='M36.0532 50.0375C36.6338 45.7986 36.7741 43.7381 36.9992 41.8057C36.9013 42.6325 47.3294 44.706 48.4058 44.893C50.2227 45.2113 52.2026 45.208 53.9836 45.6444C55.5231 46.0217 57.0464 46.9174 58.4588 47.6228C60.9802 48.8794 63.4396 50.2672 66.0165 51.4122C68.7499 52.6262 70.9777 52.8755 73.9591 52.7673C79.7945 52.554 85.5125 51.1891 91.1685 49.8407C94.688 49.0008 109.614 45.8511 109.614 45.8511C110.071 46.2284 113.134 48.1805 113.44 52.9083C113.519 54.0928 113.375 55.1984 112.599 56.1138C111.829 57.0226 101.668 61.57 100.523 62.1081C96.3353 64.0865 67.1907 72.2626 59.4928 71.8032C54.2184 71.4883 46.6085 69.126 43.3597 67.5676C39.8859 65.9041 36.7252 62.9611 35.8608 58.9617C35.2639 56.2024 35.5574 53.663 36.0532 50.0375Z' fill='%23226270'/%3E%3Cpath d='M50.7771 85.61C51.2501 86.2858 51.5632 87.5227 50.4118 87.5063C49.4855 87.4932 48.6733 86.8633 47.8806 86.4499C47.6393 86.3252 47.3718 86.2038 47.1108 86.2563C46.9901 86.2825 46.8858 86.3416 46.7781 86.4039C45.4114 87.1914 44.2208 88.2216 42.965 89.1599C41.9767 89.8981 40.9786 90.118 39.7065 90.0261C39.0508 89.9802 38.0462 89.6619 37.57 89.2091C36.5196 88.2117 36.8132 87.1684 37.3906 85.9118C38.5028 83.4872 40.5676 81.5154 42.404 79.6288C42.7693 79.2548 43.1542 78.8742 43.6565 78.7102C44.1719 78.5428 44.7395 78.6281 45.2777 78.7266C45.9757 78.8545 46.6672 79.0054 47.3555 79.1793C47.561 79.2318 47.7763 79.2909 47.9296 79.4352C48.0959 79.5894 48.1644 79.8158 48.2231 80.0324C48.4808 81.0101 48.3601 82.2208 48.7418 83.1197C49.006 83.7464 50.1313 84.6847 50.7706 85.6034L50.7771 85.61Z' fill='%23FFA396'/%3E%3Cpath d='M68.8052 39.0924C67.7842 34.1218 65.6771 28.4031 62.1575 24.0329C60.0602 21.4278 55.611 18.1371 50.3986 16.5097C40.0227 13.2682 44.0576 15.2203 38.7734 15.0103C35.5312 14.8824 32.726 14.6068 30.1589 16.1652C25.6511 18.9015 22.2033 23.7836 25.0346 27.6058C26.3915 29.4399 31.4897 42.6916 34.8853 50.9825C36.2259 54.2536 38.1667 54.5325 44.0674 56.5076C49.0417 58.171 51.4391 58.0201 56.5439 57.6756C61.2866 57.3541 65.602 56.4682 69.8098 52.9051C70.5959 52.2391 71.108 51.2548 71.2418 50.2115C71.3331 49.4798 71.183 48.7219 71.0363 47.9739C70.5079 45.3294 69.3368 41.6876 68.8052 39.0891V39.0924Z' fill='white'/%3E%3Cpath d='M40.512 2.95628C40.6425 2.88082 41.8754 2.30338 42.032 2.26401C43.9304 1.78171 46.5366 3.82245 47.3977 5.76476C48.1545 7.47413 49.3809 13.3995 48.3958 14.8661C46.853 17.1594 44.8633 17.8386 42.3419 18.2848C42.0483 18.3373 41.7743 17.7894 41.4938 17.6549C41.1807 17.5072 39.7846 15.3812 39.6509 13.9343C39.4388 11.654 38.046 4.35068 40.5152 2.953L40.512 2.95628Z' fill='%23FFA396'/%3E%3Cpath d='M45.6983 11.4247C46.2789 9.77111 47.4923 8.33734 48.0534 6.6739C49.4331 3.43891 46.2528 0.961801 43.1671 1.40145C41.0372 -0.547429 37.1229 -0.514619 35.1789 1.8575C30.384 5.55511 30.0545 12.2056 34.37 16.6709C36.6956 19.0791 41.2394 20.1946 43.738 17.3632C44.9383 16.0049 45.1634 13.0619 45.6983 11.428V11.4247Z' fill='%234D322E'/%3E%3Cpath d='M78.0264 35.7394C90.7443 40.5493 105.315 53.6205 105.315 53.6205L95.4968 62.1476L75.8475 52.8495C75.8475 52.8495 71.7213 33.3542 78.0264 35.7394Z' fill='%23226270'/%3E%3Cpath d='M96.1687 60.5204C95.973 60.5204 95.7936 60.4088 95.6762 60.3334C92.5579 58.3714 89.1329 56.4061 85.2024 55.3201C83.4508 54.8378 81.7579 54.1882 79.5562 53.3253C76.539 52.1409 74.6569 50.5234 72.8401 48.9584C72.4356 48.6106 72.0344 48.2661 71.6267 47.9315C71.5647 47.8822 71.5582 47.7904 71.6071 47.728C71.656 47.6657 71.7473 47.6591 71.8093 47.7083C72.2203 48.0463 72.6215 48.3908 73.026 48.7418C74.8265 50.2904 76.689 51.8915 79.6606 53.0596C81.8525 53.9192 83.5422 54.5655 85.2775 55.0478C89.2438 56.1403 92.6916 58.1188 95.8295 60.0939C95.9763 60.1857 96.1328 60.271 96.2503 60.2218C96.3155 60.1825 96.5373 59.8675 96.6123 59.7658C96.645 59.7198 96.671 59.6805 96.6906 59.6608C96.7395 59.5984 96.8276 59.5853 96.8896 59.6345C96.9516 59.6838 96.9646 59.7723 96.9157 59.8347C96.8994 59.8544 96.8765 59.8905 96.8439 59.9331C96.6025 60.2743 96.4688 60.4417 96.3612 60.4876C96.2959 60.5138 96.234 60.527 96.172 60.527L96.1687 60.5204Z' fill='black'/%3E%3Cpath d='M102.21 52.2883C102.177 52.2883 102.145 52.2785 102.119 52.2555C102.06 52.203 102.05 52.1144 102.102 52.0521C102.128 52.0226 102.644 51.4189 102.986 51.0744C102.305 50.7758 101.584 50.4346 100.84 49.9654C100.771 49.9228 100.752 49.8342 100.794 49.7686C100.837 49.6997 100.925 49.68 100.99 49.7226C101.789 50.2312 102.569 50.5822 103.296 50.9005C103.342 50.9202 103.374 50.9628 103.381 51.012C103.387 51.0613 103.371 51.1105 103.332 51.1433C103.038 51.3992 102.324 52.2358 102.318 52.2457C102.288 52.2785 102.249 52.2949 102.21 52.2949V52.2883Z' fill='black'/%3E%3Cpath d='M101.851 52.4297L96.9907 59.3229L100.696 60.7403L105.158 53.7814L101.851 52.4297Z' fill='%23FFA396'/%3E%3Cpath d='M112.416 49.989C113.496 50.6223 104.679 62.5025 104.679 62.5025L100.696 60.7407L105.162 53.7818C105.162 53.7818 111.199 49.2738 112.419 49.989H112.416Z' fill='%233D281A'/%3E%3Cpath d='M52.7993 47.5349C50.7411 47.9417 48.2817 47.525 45.545 46.8262C43.9663 56.9643 42.0744 71.5972 41.5297 80.8626C41.471 81.8862 48.1838 82.4834 48.2686 82.3718C48.6503 81.8501 56.7233 53.5718 58.1911 47.6267C55.5947 47.4889 55.0467 47.0886 52.7993 47.5349Z' fill='%23FFA396'/%3E%3Cpath d='M63.5179 39.395C65.0477 35.1167 66.9852 30.3265 63.6027 26.4354C61.2998 23.7844 54.2673 21.3335 51.149 24.0436C47.2641 27.4164 45.8257 31.7898 45.4147 36.3011C45.1211 39.523 44.6481 43.0795 44.0708 46.8001C46.8075 47.499 50.1737 48.1387 52.2319 47.7319C54.4793 47.2857 58.0021 47.3513 60.5985 47.4891C60.8693 46.7443 61.14 46.0028 61.4107 45.2614C62.1186 43.3092 62.8198 41.357 63.5211 39.4016L63.5179 39.395Z' fill='white'/%3E%3Cpath d='M25.436 24.4666C25.436 26.0218 26.0949 27.5015 26.4831 28.9812C26.6951 29.785 26.9234 30.5823 27.1355 31.3861C27.3246 32.1145 27.7095 32.7641 27.9868 33.4597C28.2608 34.1519 28.6424 34.7687 28.9947 35.4249C29.3861 36.1566 29.7482 36.9046 30.0352 37.6855C30.1624 38.03 30.3321 38.3843 30.4397 38.7354C30.4951 38.9158 30.4984 39.1291 30.5408 39.3161C30.5865 39.5163 30.655 39.7131 30.7137 39.91C30.8311 40.3102 30.9127 40.7105 30.9909 41.1173C31.066 41.5078 31.2617 41.9212 31.2519 42.3149C31.2421 42.6758 31.7999 42.6758 31.8097 42.3149C31.8194 41.9474 31.6694 41.6226 31.5911 41.2683C31.4998 40.8647 31.4443 40.4546 31.34 40.0576C31.2291 39.6344 31.0855 39.2308 31.0203 38.7977C30.9681 38.4532 30.7887 38.1448 30.6778 37.8167C30.4266 37.0818 30.1102 36.3666 29.758 35.6743C29.4057 34.9787 28.949 34.3193 28.6457 33.604C28.3554 32.9183 27.9966 32.2359 27.7617 31.5272C27.6345 31.14 27.5725 30.7332 27.4649 30.3395C27.354 29.9359 27.217 29.5389 27.1061 29.1354C26.8876 28.3447 26.6397 27.5704 26.4146 26.783C26.1993 26.0349 25.9971 25.254 26.0003 24.4699C26.0003 24.109 25.4426 24.109 25.4426 24.4699L25.436 24.4666Z' fill='black'/%3E%3Cpath d='M46.7228 26.6448C46.1324 27.9769 45.529 29.2696 45.4246 30.7427C45.317 32.2815 45.4018 33.8301 45.3855 35.3721C45.3757 36.1661 45.3463 36.9601 45.2354 37.7475C45.1278 38.5218 44.9092 39.2206 44.6352 39.949C44.3808 40.6183 44.2308 41.3303 44.0514 42.0258C43.8654 42.7542 43.6926 43.4891 43.5197 44.2175C43.3794 44.8114 42.9097 45.5824 43.0924 46.209C43.2196 46.6454 43.9405 46.944 44.3547 46.9276C44.7135 46.9144 44.7135 46.3501 44.3547 46.3665C44.1884 46.3731 43.7839 46.2287 43.673 46.0975C43.5164 45.9137 43.7089 45.4708 43.7806 45.2674C43.9992 44.6375 44.159 43.9944 44.3123 43.3448C44.6157 42.0521 44.9288 40.7857 45.3855 39.5389C45.8388 38.2987 45.9139 36.9141 45.9367 35.6051C45.9595 34.2238 45.9041 32.8392 45.9432 31.458C45.9661 30.6738 46.0411 29.9422 46.2825 29.1974C46.5369 28.4165 46.8663 27.6816 47.199 26.9335C47.3458 26.6055 46.8631 26.32 46.7163 26.6514L46.7228 26.6448Z' fill='black'/%3E%3Cpath d='M61.5021 27.9938C61.6718 28.1808 61.6848 28.4991 61.7174 28.7386C61.7664 29.0798 61.8088 29.421 61.8544 29.7622C61.9621 30.5333 61.9197 31.2912 61.9197 32.0655C61.9197 32.7807 61.9523 33.5058 61.9001 34.221C61.8773 34.5557 61.8022 34.8838 61.7925 35.2217C61.7794 35.5925 61.8088 35.9599 61.8185 36.3307C61.8316 37.0853 61.8218 37.8399 61.8185 38.5912C61.8185 39.359 61.887 40.1005 61.9686 40.8649C62.0436 41.5933 62.086 42.3446 62.1154 43.0763C62.1447 43.8112 62.2263 44.5428 62.2165 45.281C62.2165 45.4582 62.1937 45.6452 62.223 45.8191C62.2361 45.8847 62.3535 46.1144 62.3307 46.1702C62.3078 46.2227 61.8577 46.2489 61.7403 46.2653C61.3488 46.3178 60.9444 46.3441 60.566 46.4523C60.1811 46.5606 59.8125 46.7083 59.4178 46.7772C59.0656 46.8395 59.2156 47.3808 59.5646 47.3185C59.9365 47.2529 60.2822 47.1217 60.641 47.0134C61.0227 46.8985 61.4304 46.8657 61.8251 46.8132C62.1773 46.7673 62.7677 46.7575 62.8819 46.3244C62.9471 46.0783 62.7775 45.8322 62.7645 45.5895C62.7416 45.1826 62.7743 44.7692 62.7514 44.3624C62.7058 43.5586 62.634 42.7547 62.5851 41.9542C62.5329 41.1208 62.422 40.2908 62.3828 39.4574C62.3437 38.624 62.3796 37.7808 62.3763 36.9442C62.3763 36.1502 62.3143 35.3628 62.422 34.5754C62.5264 33.8011 62.4774 33.0005 62.4774 32.2197C62.4774 31.3404 62.5166 30.484 62.3926 29.6113C62.3046 28.9847 62.3437 28.0922 61.8936 27.5935C61.6522 27.3245 61.2575 27.7215 61.4989 27.9905L61.5021 27.9938Z' fill='black'/%3E%3Cg style='mix-blend-mode:multiply' opacity='0.8'%3E%3Cpath opacity='0.07' d='M122.707 92.3127C121.422 93.0017 120.15 93.7137 118.898 94.4617C117.612 95.2262 116.745 95.9119 115.76 97.0242C115.655 97.1423 115.544 97.2669 115.505 97.4211C115.421 97.7427 115.659 98.0544 115.89 98.2906C117.293 99.744 119.084 100.814 121.021 101.368C123.252 102.008 125.431 102.828 127.669 103.448C133.149 104.967 138.769 106.047 144.079 108.147C150.41 110.65 156.65 113.665 163.386 114.61C176.704 116.477 197.72 111.759 203.17 98.015C204.544 94.5503 205.46 89.5174 204.762 85.8263C204.544 84.6747 204.002 83.4247 202.9 83.0507C202.345 82.8637 201.742 82.9325 201.161 83.008C200.144 83.136 198.894 83.5067 197.873 83.4017C197.084 83.3197 196.334 82.6373 195.518 82.6373C188.225 80.5211 180.928 78.4016 173.635 76.2854C168.324 74.7433 162.955 73.1947 157.436 72.9257C150.58 72.5943 143.812 74.9304 138.113 78.7198C132.379 82.5356 128.879 89.0679 122.714 92.3127H122.707Z' fill='black'/%3E%3C/g%3E%3Cpath d='M179.666 70.0225L197.162 83.1495L187.944 87.7953L186.542 87.4311L176.936 84.639L179.666 70.0225Z' fill='%23FFA396'/%3E%3Cpath d='M185.958 87.2535C185.958 87.2535 189.35 91.1053 190.818 91.0856C194.302 91.0331 207.303 83.1589 203.667 81.8203C199.224 80.1864 185.958 87.2568 185.958 87.2568V87.2535Z' fill='%239C6351'/%3E%3Cpath d='M185.132 70.1994C185.132 70.1994 170.363 55.3302 148.668 63.1847C124.302 72.0072 140.439 90.1671 147.954 94.7834C156.017 99.7376 164.964 100.4 172.356 99.59C180.611 98.6844 189.621 95.8366 191.154 90.8233C193.685 82.5521 185.132 70.1961 185.132 70.1961V70.1994Z' fill='white'/%3E%3Cpath d='M152.912 43.7295C152.912 43.7295 145.403 46.1082 139.969 56.2659C135.823 64.0155 122.887 90.263 122.887 90.263C122.887 90.263 113.362 97.1037 115.437 97.7468C119.1 98.882 128.491 95.2795 130.21 92.5399C132.773 88.4486 148.036 69.9212 149.043 66.8765C150.524 62.421 152.909 43.7328 152.909 43.7328L152.912 43.7295Z' fill='%23FFA396'/%3E%3Cpath d='M122.972 92.7306C122.972 92.7306 118.173 93.2523 118.356 92.35C118.591 91.2116 123.787 89.9287 123.787 89.9287L122.972 92.7306Z' fill='%23FFA396'/%3E%3Cpath d='M174.45 40.6578L185.227 53.5125C185.227 53.5125 192.853 40.8219 194.849 31.773L183.384 29.7881L174.45 40.6545V40.6578Z' fill='%23FFA396'/%3E%3Cpath d='M154.086 43.0467C154.086 43.0467 164.025 38.9226 175.699 40.0381C186.176 41.0388 180.973 55.3896 180.973 55.3896L151.242 60.2815L151.976 50.3468L154.089 43.05L154.086 43.0467Z' fill='%23FFA396'/%3E%3Cpath d='M192.035 80.3906C192.035 80.3906 189.999 83.4616 185.423 85.7845C181.479 87.7858 174.724 89.8003 168.067 89.5116C155.773 88.9801 146.871 87.0017 146.871 87.0017C146.871 87.0017 147.07 77.4739 147.817 63.8022C148.023 60.039 148.378 46.994 149.392 45.7243C150.091 44.8483 152.775 43.5523 154.243 42.988C154.047 45.4651 153.604 50.8885 154.908 55.6097C154.908 55.6097 161.781 54.9437 164.051 54.573C174.378 52.8866 178.938 51.5873 178.938 51.5873C178.938 51.5873 177.872 44.4775 173.984 39.8809C174.535 39.8055 175.06 39.7464 175.559 39.6939C179.825 39.2641 184.542 49.3858 185.55 53.8446C187.501 62.4636 192.038 80.3906 192.038 80.3906H192.035Z' fill='%23FF6A3D'/%3E%3Cpath d='M175.213 56.7012C174.251 56.9407 173.282 57.2261 172.31 57.5116C172.284 57.5214 172.258 57.5312 172.232 57.5411L175.213 56.7012Z' fill='%2345312F'/%3E%3Cpath d='M176.355 49.9984C176.205 49.6769 176.009 49.3587 175.755 49.0371C175.04 48.1414 174.091 47.3573 173.899 46.1762C173.729 45.1361 174.176 44.1518 174.267 43.1249C174.349 42.2062 174.228 41.2088 173.967 40.3722C173.266 38.1247 171.351 36.8091 171.505 34.3156C171.511 34.2237 171.491 33.6955 171.488 33.6036C170.78 15.378 150.694 22.1827 157.929 38.3774C159.237 41.304 155.026 44.0206 156.771 48.5155C157.015 49.2734 157.391 50.0247 157.508 50.7924C157.57 51.2124 157.537 51.6488 157.361 52.0392C156.702 53.5025 155.72 55.2939 156.503 56.872C157.772 59.4278 161.957 59.0473 164.387 58.9685C165.558 58.9291 166.729 58.8307 167.887 58.6306C168.794 58.4731 169.707 58.2467 170.621 57.9974L169.456 58.3255C170.376 58.1253 171.328 57.8727 172.242 57.5413L171.56 57.7316C171.814 57.6594 172.066 57.584 172.32 57.5085C173.739 56.9835 175.05 56.265 175.973 55.2381C176.224 54.9559 176.463 54.6574 176.616 54.3162C177.112 53.217 176.86 51.0582 176.365 49.9952L176.355 49.9984Z' fill='%2345312F'/%3E%3Cpath d='M163.21 18.8825C159.553 19.1122 156.119 20.6903 155.538 25.8283C155.208 28.7483 147.041 30.5298 148.959 34.2931C150.208 36.0484 152.658 35.9401 154.497 36.0024C158.989 35.9598 162.871 33.2563 167.287 32.4918C172.773 31.4354 178.087 24.1353 174.633 18.7119C172.451 19.0761 170.21 19.9718 168.161 20.8019C168.161 20.8019 165.881 18.7119 163.21 18.8792V18.8825Z' fill='white'/%3E%3Cpath d='M169.756 21.8124C168.634 21.6484 167.721 21.4679 166.586 21.4319C166.11 21.4154 165.624 21.4154 165.147 21.4614C164.834 21.4909 164.456 21.4384 164.166 21.5697C163.97 21.6582 163.8 21.7993 163.64 21.9437C163.008 22.508 160.63 24.4175 161.912 25.241C162.538 25.6446 163.402 25.5658 164.097 25.6577C164.524 25.7135 164.948 25.7627 165.379 25.8053C165.744 25.8414 166.266 25.7922 166.586 25.9464C166.537 26.0416 166.462 26.0842 166.387 26.1597C166.165 26.3861 165.969 26.6387 165.806 26.911C165.656 27.1571 165.532 27.4458 165.594 27.728C165.604 27.7673 165.617 27.8067 165.643 27.833C165.673 27.8592 165.712 27.869 165.751 27.8756C166.149 27.9347 166.53 27.7247 166.879 27.518C167.356 27.2358 167.832 26.9537 168.308 26.6715C169.166 26.163 169.981 25.6971 170.976 25.6183L173.172 22.5408C173.172 22.5408 170.585 21.9338 169.76 21.8124H169.756Z' fill='%23FFA396'/%3E%3Cpath d='M170.05 22.2752L170.441 25.4183L182.21 31.99L194.39 33.4993C194.748 32.4494 195.029 31.1009 195.009 30.2479C194.804 21.5206 170.05 22.2752 170.05 22.2752Z' fill='%23FFA396'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1137_19606'%3E%3Crect width='205' height='115' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.s050302 .onlinemarket_wrap .btm_btn::after {position: absolute;content: '';z-index: 2; animation: fadein 2s; width: 213px; height: 52px; top: 230px; right: 61.5%;background-size: 100% auto;background-repeat: no-repeat;background-image: url("data:image/svg+xml,%3Csvg width='213' height='52' viewBox='0 0 213 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M144.496 26.8827C146.315 30.4143 150.455 29.871 153.862 27.6885C154.889 27.0301 155.971 26.2519 156.524 24.9351C156.864 24.1247 156.966 23.411 156.897 22.7894C156.657 20.6299 155.082 19.7781 153.558 19.3591C152.508 19.069 151.587 18.9585 150.491 19.0138C149.354 19.069 148.106 19.5064 147.056 20.1096C146.108 20.6575 145.104 21.2653 144.515 22.3934C143.815 23.7425 143.847 25.6119 144.501 26.8827H144.496Z' fill='white'/%3E%3Cpath d='M148.074 25.5243C148.71 26.7629 150.16 26.5695 151.357 25.8052C151.716 25.575 152.094 25.3033 152.292 24.8383C152.412 24.5528 152.449 24.3042 152.421 24.0878C152.338 23.3326 151.786 23.0333 151.251 22.886C150.883 22.7847 150.561 22.7479 150.179 22.7663C149.778 22.7847 149.345 22.9366 148.972 23.1484C148.641 23.3418 148.286 23.5536 148.083 23.9496C147.839 24.4239 147.849 25.0777 148.079 25.5197L148.074 25.5243Z' fill='%23FFE500'/%3E%3Cpath d='M161.444 7.01902C163.065 10.1638 166.753 9.68038 169.788 7.73731C170.704 7.15255 171.666 6.45728 172.159 5.28314C172.463 4.56025 172.55 3.92484 172.491 3.3723C172.274 1.44765 170.874 0.687916 169.516 0.319561C168.581 0.0617125 167.762 -0.0349807 166.785 0.0110637C165.772 0.0617125 164.663 0.448485 163.723 0.987204C162.876 1.47527 161.983 2.01399 161.458 3.02237C160.836 4.22412 160.864 5.89093 161.444 7.01902Z' fill='%23FFE600'/%3E%3Cpath d='M164.635 5.81265C165.201 6.91311 166.495 6.74735 167.559 6.06589C167.881 5.85869 168.217 5.61926 168.388 5.20486C168.494 4.95162 168.526 4.73061 168.503 4.53262C168.429 3.86037 167.936 3.59331 167.462 3.46439C167.135 3.3723 166.85 3.34007 166.504 3.35848C166.15 3.3769 165.758 3.51043 165.431 3.69921C165.137 3.86958 164.824 4.05836 164.639 4.4129C164.423 4.8319 164.432 5.41667 164.639 5.81265H164.635Z' fill='%23FEFFB8'/%3E%3Cpath d='M197.176 13.3979C196.974 13.6465 196.697 13.6511 196.444 13.6649C195.712 13.7156 194.984 13.9872 194.312 14.4615C193.967 14.7055 193.626 15.014 193.405 15.4975C192.825 16.7775 193.423 18.6193 194.312 19.2869C195.196 19.9546 196.241 19.8441 197.236 19.927C199.704 20.1342 202.071 21.6214 204.548 21.4648C207.002 21.3083 209.309 19.5632 211.533 17.8504C211.966 17.5188 212.413 17.1597 212.694 16.5473C213.362 15.0647 212.565 12.9282 211.478 12.4033C210.387 11.883 209.199 12.454 208.098 13.0249C207.868 11.2706 206.906 9.83864 205.764 9.55777C204.617 9.2769 203.438 10.1517 202.798 11.662C201.933 10.1748 201.044 8.80264 199.626 9.23086C197.789 9.78339 198.244 12.0764 197.176 13.3933V13.3979Z' fill='%23FFE600'/%3E%3Cpath d='M203.637 14.0378C206.109 13.5635 206.27 16.8511 204.221 17.5648C201.468 18.2601 200.865 14.5719 203.637 14.0378Z' fill='%23FEFFB8'/%3E%3Cpath d='M10.7568 46.587C11.0837 47.379 11.2956 48.24 11.2956 49.0872C11.2956 50.0311 10.7936 50.4962 10.3608 50.7264C7.6993 52.1446 4.77073 52.0617 2.00332 50.5054C0.865971 49.8654 -0.299011 48.857 0.0693628 46.1173C0.437737 43.3685 1.5889 42.687 2.87361 43.1199C3.73468 43.4099 4.59576 43.9533 5.45683 43.9164C6.34093 43.875 7.18819 43.2119 8.07689 43.3777C8.80903 43.5158 10.0477 44.8834 10.7568 46.587Z' fill='%23FFE600'/%3E%3C/svg%3E%0A");}
@media (max-width: 767px) {
  .s050302 .onlinemarket_wrap .txt_box {padding: 70px 0 130px;}
  .s050302 .onlinemarket_wrap .txt_box .tit {font-size: 32px;}
  .s050302 .onlinemarket_wrap .txt_box::before,
  .s050302 .onlinemarket_wrap .btm_btn::before,
  .s050302 .onlinemarket_wrap .btm_btn::after {display: none;}
  .s050302 .onlinemarket_wrap .onlineimg_box {width: 450px; top: 190px;}
  .s050302 .onlinemarket_wrap .btm_btn {padding: 230px 0 60px;}
}
@media (max-width: 580px) {
  .s050302 .onlinemarket_wrap {background: #EAF4E5;padding: 0 20px; border-radius: 20px 20px 0px 0px;}
  .s050302 .onlinemarket_wrap .txt_box {padding: 50px 0 30px;}
  .s050302 .onlinemarket_wrap .txt_box .tit {font-size: 28px;}
  .s050302 .onlinemarket_wrap .txt_box .list-info {flex-direction: column;gap: 5px;align-items: flex-start;}
  .s050302 .onlinemarket_wrap .onlineimg_box {position: relative;width: 100%;top: 0;border: 5px solid #009393;border-radius: 20px;}
  .s050302 .onlinemarket_wrap .btm_btn {padding: 40px 0 40px;}
} 
@keyframes up-down{
  from{
    transform: translatey(0px);
  }
  to{
    transform: translatey(-20px);
  }
}
/* sub050302 온라인장터 End */












