@charset "utf-8";

/* 기본공통스타일 */
.tab-ul:after,.ui:after,.tab-ul.type2 li a span:before{content:"";display:block;clear:both;visibility:hidden;}
.tab-ul li,.tab-ul li a,.table td,.table td *,.table td img,.table th,.table th *,.table-default td img{vertical-align:middle;}

.no-more-tables .table .btn.btn-file{border:none;padding-top:2px;padding-bottom:0;color:#306ead;text-decoration:underline;padding-left:0;padding-right:0;}
.no-more-tables .table .btn.btn-file *{vertical-align:middle}
.no-more-tables .table .btn.btn-file .left{margin-right:4px;margin-top:3px;}

.flip-scroll,.table-pc,.table-responsive{position:relative;}
.flip-scroll .table-icon,.table-responsive .table-icon{display:block;opacity:1;}
.table-pc .table-icon{display:none;}
.table-icon{position:absolute;z-index:2;top:50%;left:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50px;background:#fff;box-shadow:-1px 1px 10px grey;align-items:center;justify-content:center;transition:all .5s ease-in-out;}
.table-icon.icon--hide{display:none!important;opacity:0;}
.table-icon.on{display:block;}
.swipe-icon .swipe-arrow{animation:pulse-arrow 3s ease-out infinite;}
.swipe-icon{position:absolute;top:15px;left:25%;width:25px;height:25px;overflow:visible;animation:hand-move 3s ease-out infinite;}
.scaledown{transform:scale(.7,.7);}

@keyframes hand-move{
	0%,100%{transform:translateX(0)}
	50%{transform:translateX(15px)}
}

table b{vertical-align:baseline !important;}

/* 이미지박스 */
.imgbox{border:1px solid #dedede;padding:20px;text-align:center;}
.imgbox.bg01{background:#f8f9fa;}
.imgbox.noline{border:0;background:#f8f9fa;}
.imgbox.p00{padding:0;border:0;}
.imgbox.p10{padding:10px 20px;}
.imgbox.p15{padding:15px 20px;}
.imgbox.p20{padding:20px 20px;}
.imgbox.p25{padding:25px 20px;}
.imgbox.p30{padding:30px 20px;}
.imgbox.p35{padding:35px 20px;}
.imgbox.p40{padding:40px 20px;}
.imgbox.p45{padding:45px 20px;}
.imgbox.p50{padding:50px 20px;}
.imgbox.p55{padding:55px 20px;}
.imgbox.p60{padding:60px 20px;}
.imgbox.p65{padding:65px 20px;}
.imgbox.p70{padding:70px 20px;}
.imgbox.p75{padding:75px 20px;}

@media(max-width:767px){
	.imgbox.p10,
	.imgbox.p15,
	.imgbox.p20,
	.imgbox.p25,
	.imgbox.p30,
	.imgbox.p35,
	.imgbox.p40,
	.imgbox.p45,
	.imgbox.p50,
	.imgbox.p55,
	.imgbox.p60,
	.imgbox.p65,
	.imgbox.p70,
	.imgbox.p75{padding:8.334% 20px;}
}

.table-responsive.active.mobile, .table-responsive.active.mobile.icon {
    position:relative;
    min-height:.01%;
    height:auto;
    overflow-x:auto;
    width:100%;
    overflow-y:hidden;
    box-sizing:border-box;
    margin:8px 0;
    background:linear-gradient(to right,#fff 30%,rgba(255,255,255,0)),linear-gradient(to right,rgba(255,255,255,0),#fff 70%) 0 100%,radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.2),rgba(0,0,0,0)),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.2),rgba(0,0,0,0)) 0 100%;
    background-repeat:no-repeat;
    background-color:#fff;
    background-size:40px 100%,40px 100%,14px 100%,14px 100%;
    background-position:0 0,100%,0 0,100%;
    background-attachment:local,local,scroll,scroll;
}

@media(max-width:767px){
	.table-responsive{display:block;width:100%;overflow-x:auto;-ms-overflow-style:0;}
	.table-responsive .table{width:995px;}
}

/* 특별 sg리스트 */
.sg_list{display:flex;flex-wrap:wrap;margin-left:-20px;}
.sg_list::after{content:"";display:block;clear:both;visibility:hidden;}
.sg_list .sg_box{display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;margin-left:20px;padding:20px 15px;text-align:center;background:#fff;border:1px solid #ddd;border-radius:7px;}
.sg_list .sg_box + .sg_box{margin-top:15px;}
.sg_list .sg_box::after{content:"";position:absolute;left:7px;top:7px;z-index:-1;width:100%;height:100%;background:rgba(68,154,151,0.05);border-radius:7px;}
.sg_list .sg_box span{color:#222;font-size:16px;letter-spacing:-0.025em;line-height:1.5;}
.sg_list .sg_box span em{position:relative;display:block;margin-bottom:15px;font:inherit;font-weight:bold;}
.sg_list .sg_box span em::after{content:"";position:absolute;left:50%;bottom:-7.5px;margin-left:-27.5px;width:55px;height:1px;border-bottom:1px dashed rgba(0,0,0,0.3);}

.sg_list.col2 .sg_box{width:calc(50% - 20px);}
.sg_list.col3 .sg_box{width:calc(33.33% - 20px);}
.sg_list.col4 .sg_box{width:calc(25% - 20px);}

.sg_list.col2 .sg_box:nth-child(-n+2){margin-top:0;}
.sg_list.col3 .sg_box:nth-child(-n+3){margin-top:0;}
.sg_list.col4 .sg_box:nth-child(-n+4){margin-top:0;}

@media(max-width:799px){
    .sg_list.col4 .sg_box{width:calc(33.33% - 20px);}
    .sg_list.col4 .sg_box:nth-child(4){margin-top:15px;}
}
@media(max-width:550px){
    .sg_list.col3 .sg_box,
    .sg_list.col4 .sg_box{width:calc(50% - 20px);}
    .sg_list.col3 .sg_box:nth-child(3),
    .sg_list.col4 .sg_box:nth-child(3){margin-top:15px;}
}
@media(max-width:400px){
    .sg_list{margin-left:0;}
    .sg_list .sg_box{margin-left:0;}
    .sg_list.col2 .sg_box,
    .sg_list.col3 .sg_box,
    .sg_list.col4 .sg_box{width:100%;}
    .sg_list.col2 .sg_box:nth-child(2),
    .sg_list.col3 .sg_box:nth-child(2),
    .sg_list.col4 .sg_box:nth-child(2){margin-top:15px;}
}
/* 특별 sg리스트 End */

/* 문단스타일 */
.m_0{margin:0 !important;}
.m_5{margin:5px !important;}
.m_10{margin:10px !important;}
.m_15{margin:15px !important;}
.m_20{margin:20px !important;}
.m_25{margin:25px !important;}
.m_30{margin:30px !important;}
.m_35{margin:35px !important;}
.m_40{margin:40px !important;}
.m_45{margin:45px !important;}
.m_50{margin:50px !important;}
.mt_0{margin-top:0 !important;}
.mt_5{margin-top:5px !important;}
.mt_10{margin-top:10px !important;}
.mt_15{margin-top:15px !important;}
.mt_20{margin-top:20px !important;}
.mt_25{margin-top:25px !important;}
.mt_30{margin-top:30px !important;}
.mt_35{margin-top:35px !important;}
.mt_40{margin-top:40px !important;}
.mt_45{margin-top:45px !important;}
.mt_50{margin-top:50px !important;}
.ml_0{margin-left:0 !important;}
.ml_5{margin-left:5px !important;}
.ml_10{margin-left:10px !important;}
.ml_15{margin-left:15px !important;}
.ml_20{margin-left:20px !important;}
.ml_25{margin-left:25px !important;}
.ml_30{margin-left:30px !important;}
.ml_35{margin-left:35px !important;}
.ml_40{margin-left:40px !important;}
.ml_45{margin-left:45px !important;}
.ml_50{margin-left:50px !important;}
.mr_0{margin-right:0 !important;}
.mr_5{margin-right:5px !important;}
.mr_10{margin-right:10px !important;}
.mr_15{margin-right:15px !important;}
.mr_20{margin-right:20px !important;}
.mr_25{margin-right:25px !important;}
.mr_30{margin-right:30px !important;}
.mr_35{margin-right:35px !important;}
.mr_40{margin-right:40px !important;}
.mr_45{margin-right:45px !important;}
.mr_50{margin-right:50px !important;}
.mb_0{margin-bottom:0 !important;}
.mb_5{margin-bottom:5px !important;}
.mb_10{margin-bottom:10px !important;}
.mb_15{margin-bottom:15px !important;}
.mb_20{margin-bottom:20px !important;}
.mb_25{margin-bottom:25px !important;}
.mb_30{margin-bottom:30px !important;}
.mb_35{margin-bottom:35px !important;}
.mb_40{margin-bottom:40px !important;}
.mb_45{margin-bottom:45px !important;}
.mb_50{margin-bottom:50px !important;}

.txt-check,.txt-fouse,.txt-tip{position:relative;text-align:left;}
.txt-tip{padding-left:20px;}
.txt-tip:before{top:12px;transform:translate(0, -50%);width:16px;height:16px;background:url(/pcms/dist/img/ir-bbs.png) -32px -147px no-repeat;}
.txt-fouse{padding-left:20px;color:#1983aa !important;}
.txt-fouse:before{top:4px;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 fill-rule='evenodd' clip-rule='evenodd' d='M8.99996 0.041748C6.52637 0.041748 4.28594 1.04513 2.66546 2.66558L2.66546 2.66558C1.04501 4.28606 0.041626 6.5265 0.041626 9.00008C0.041626 11.4737 1.04501 13.7141 2.66546 15.3346L3.07692 14.9231L2.66546 15.3346C4.28593 16.955 6.52637 17.9584 8.99996 17.9584C11.4735 17.9584 13.714 16.955 15.3344 15.3346C16.9549 13.7141 17.9583 11.4737 17.9583 9.00008C17.9583 6.52649 16.9549 4.28606 15.3344 2.66558L14.9265 3.07353L15.3344 2.66558C13.714 1.04513 11.4735 0.041748 8.99996 0.041748ZM3.54935 3.54946L3.54934 3.54947C2.15372 4.94511 1.29163 6.87134 1.29163 9.00008C1.29163 11.1288 2.15373 13.0551 3.54934 14.4507C4.94498 15.8463 6.87121 16.7084 8.99996 16.7084C11.1287 16.7084 13.0549 15.8463 14.4506 14.4507C15.8462 13.0551 16.7083 11.1288 16.7083 9.00008C16.7083 6.87133 15.8462 4.94511 14.4506 3.54947C13.0549 2.15385 11.1287 1.29175 8.99996 1.29175C6.87121 1.29175 4.94499 2.15385 3.54935 3.54946ZM10.0417 4.62504C10.0417 4.04975 9.57533 3.58337 9.00004 3.58337C8.42475 3.58337 7.95837 4.04975 7.95837 4.62504C7.95837 5.20033 8.42475 5.66671 9.00004 5.66671C9.57533 5.66671 10.0417 5.20033 10.0417 4.62504ZM7.75 7.33337C7.75 6.9882 8.02982 6.70837 8.375 6.70837H8.79167H9.20833H9.83333V7.33337V12.5417H10.6667C11.0118 12.5417 11.2917 12.8216 11.2917 13.1667C11.2917 13.5119 11.0118 13.7917 10.6667 13.7917H7.75C7.40482 13.7917 7.125 13.5119 7.125 13.1667C7.125 12.8216 7.40482 12.5417 7.75 12.5417H8.58333V7.95837H8.375C8.02982 7.95837 7.75 7.67855 7.75 7.33337Z' fill='%23222222'/%3E%3C/svg%3E%0A");}
.txt-check{padding-left:23px;color:#0099B8 !important;}
.txt-check + .txt-check{margin-top:5px;}
.txt-check:before{top:6px;width:16px;height:9px;background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.59614L3.76324 8.46835L9.80599 1.56234L8.61109 0.518188L3.54584 6.30705L0.961636 4.33458L0 5.59614ZM15.36 1.56234L14.1651 0.518188L9.11174 6.29356L8.51429 5.81592L7.5225 7.05525L9.30534 8.48184L15.36 1.56234Z' fill='%230099B8'/%3E%3C/svg%3E%0A");}
.txt-check.txt-small{top:4px;}

.text-left{text-align:left!important;}
.text-right{text-align:right!important;}
.text-center{text-align:center!important;}
.text-justify{text-align:justify!important;}

.h2,.h3,.h4,.h5,.h6{position:relative;letter-spacing:0.03em;font-weight:bold;}
.h2::before,.h3::before,.h4::before,.h5::before,.h6::before,.list-1st dd:before,.list-1st li:before,.txt-check:before,.txt-fouse:before,.txt-tip:before,.txt_bul:before{content:"";position:absolute;left:0;}

.list-1st>dd,.list-1st>li,.list-2st>li,.list-3st>li,.txt_bul,.txt_bul2,.txt_bul3{position:relative;margin:3px 0;}
.h2+.h3,.h2+.h4,.h2+.h5,.h2+.h6,.h3+.h4,.h3+.h5,.h3+.h6,.h4+.h5,.h4+.h6,.h5+.h6{margin-top:0;}
.h2+p,.h3+p,.h4+p,.h5+p,.h6+p{margin-top:0;}
.h4,.h5,.h6,.txt-h4,.txt-h5,.txt-h6{padding-left:15px;}

.h2:first-child,.h3:first-child{margin:0 0 10px;}
.h2{margin:30px 0 10px;color:#222;font-size:23px;line-height:1.5;font-family: 'gmarket';}
.h3{margin:20px 0 6.5px;color:#00876C;font-size:18px;line-height:1.5;padding:0;background: none;border:0;}
.h2::before,.h3::before{display:none;}
.h4{color:#222;font-size:16px;line-height:1.5;margin-bottom:5px;margin-top:30px;}
.h4:before{left:3px;top:5px;width:9px;height:13px;background-image: url("data:image/svg+xml,%3Csvg width='9' height='13' viewBox='0 0 9 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M3.78448 11.7153C3.08779 12.412 1.95823 12.412 1.26154 11.7153V11.7153C0.564852 11.0186 0.564852 9.88909 1.26154 9.1924L5.21557 5.23837C5.91226 4.54169 7.04181 4.54169 7.7385 5.23838V5.23838C8.43519 5.93507 8.43519 7.06462 7.7385 7.76131L3.78448 11.7153Z' fill='%230099B8'/%3E%3Cpath opacity='0.7' d='M1.26147 3.80761C0.564777 3.11092 0.564779 1.98136 1.26147 1.28467V1.28467C1.95816 0.587984 3.08772 0.587984 3.78441 1.28467L7.73843 5.2387C8.43512 5.93539 8.43512 7.06494 7.73843 7.76163V7.76163C7.04174 8.45832 5.91218 8.45832 5.21549 7.76163L1.26147 3.80761Z' fill='%2300876C'/%3E%3C/svg%3E%0A");}
.h5{color:#00876C;font-size:16px;line-height:1.5;margin-bottom:5px;font-weight:400;}
.h5:before{left:3px;top:6px;width:9px;height:10px;background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 5C9 7.48528 6.98528 9.5 4.5 9.5C2.01472 9.5 0 7.48528 0 5C0 2.51472 2.01472 0.5 4.5 0.5C6.98528 0.5 9 2.51472 9 5ZM6.00037 5.00009C6.00037 5.82852 5.32879 6.50009 4.50037 6.50009C3.67194 6.50009 3.00037 5.82852 3.00037 5.00009C3.00037 4.17166 3.67194 3.50009 4.50037 3.50009C5.32879 3.50009 6.00037 4.17166 6.00037 5.00009Z' fill='%2300876C'/%3E%3C/svg%3E%0A");}
.h6{margin:0;color:#222;font-size:16px;line-height:1.5;margin-bottom:5px;font-weight:400;}
.h6:before{left:4px;top:10px;width:7px;height:2px;background:#001f4c;border-radius:50px;}
p{margin:10px 0 0;color:#444;font-size:16px;line-height:1.38;letter-spacing:0.01em;}

.list-1st{margin:10px 0;}
.list-1st>dd,.list-1st>li,.txt_bul{padding-left:14px;color:#444;font-size:16px;line-height:1.38;}
.list-1st>dd:before,.list-1st>li:before,.txt_bul:before{left:6px;top:9px;background:#00876C;border-radius:100%;width:3px;height:3px;}

.list-2st{margin:4.5px 0;}
.list-2st>dd,.list-2st>li,.txt_bul2{padding-left:8px;color:#444;font-size:16px;line-height:1.38;}
.list-2st>dd:before,.list-2st>li:before,.txt_bul2:before{left:0;top:7px;width:3px;height:6px;background-image: url("data:image/svg+xml,%3Csvg width='3' height='6' viewBox='0 0 3 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.09484e-05 4.81051L0.658323 5.5L2.99999 3L0.658325 0.5L0 1.18949L1.68338 3L0.430286 4.3125L4.09484e-05 4.81051Z' fill='%2300876C'/%3E%3C/svg%3E%0A");}

.list-3st{margin:4px 0;}
.list-3st>li, .txt_bul3{padding-left:10px;}
.list-3st>dd:before, .list-3st>li:before, .txt_bul3:before{left:0;top:10px;width:5px;height:1px;background:#999;}

.list-1st .list-2st{margin-left:-8px;}

.num-list{overflow:hidden;}
.num-list.col2{margin-left:-20px;}
.num-list>li{position:relative;padding-left:19px;font-size:16px;color:#444;letter-spacing:0.01em;}
.num-list>li+li{margin-top:3px;}
.num-list>li span{display:block;position:absolute;left:0;top:4px;width:15px;height:15px;background:#00876C;border-radius:50%;color:#fff;font-size:12px;font-weight:400;line-height:15px;text-align:center;}
.num-list.col2>li{float:left;width:calc(50% - 20px);margin-left:20px;}

.list-1st.col2,
.list-2st.col2{overflow:hidden;display:flex;flex-wrap:wrap;margin-left:-15px;}
.list-2st.col2{margin-left:-9px !important;}
.list-1st.col2>li,
.list-2st.col2>li{float:left;margin-left:15px;width:calc(50% - 15px);}
.list-1st.col2>li.long,
.list-2st.col2>li.long{width:100%;}

@media(max-width:767px){
	.list-1st.col2,
	.list-2st.col2{display:block;margin-left:0;}
	.list-2st.col2{margin-left:0 !important;}
	.list-1st.col2>li,
	.list-2st.col2>li{float:none;margin-left:0;width:100%;}

	.num-list.col2{margin-left:0;}
	.num-list.col2>li{float:none;margin-left:0;width:100%;}
}

/* 메뉴 탭 */
.tab-ul{margin-bottom:20px;}
.tab-ul li{display:block;position:relative;z-index:auto;float:left;margin-left:-1px;margin-top:-1px;height:100%;}
.tab-ul li a span{display:block;}

.tab-ul.type2{display:flex;flex-wrap:wrap;}
.tab-ul.type2 li{min-height:67px;height:auto;}
.tab-ul.type2 li a{position:relative;display:table;table-layout:fixed;width:100%;height:100%;border:1px solid #DBDBDB;color:#222 !important;font-size:15px;letter-spacing:0.01em;text-align:left;}

.tab-ul.type2 li.on a,
.tab-ul.type2 li a:focus,
.tab-ul.type2 li a:hover{color:#00876C !important;font-weight:bold;}
.tab-ul.type2 li a::before{content:"";position:absolute;right:27px;top:calc(50% - 1.5px);width:18px;height:3px;border-radius:5px;background:#dbdbdb;transition:0.3s;}
.tab-ul.type2 li a::after{content:"";position:absolute;left:-1px;right:-1px;top:-1px;bottom:-1px;z-index:2;width:auto;height:auto;transition:0.3s;}
.tab-ul.type2 li a span{display:table-cell;vertical-align:middle;width:100%;height:100%;;padding:10px 60px 10px 30px;}

.tab-ul.type2 li.on a::before,
.tab-ul.type2 li a:focus::before,
.tab-ul.type2 li a:hover::before{display:block;position:absolute;top:calc(50% - 5.5px);right:27px;width:18px;height:11px;background:url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.98549 10.2547C9.36949 10.8707 8.37075 10.8707 7.75475 10.2547C7.13874 9.63875 7.13874 8.64001 7.75475 8.02401L14.3941 1.38463C15.0101 0.768628 16.0089 0.76863 16.6249 1.38463C17.2409 2.00063 17.2409 2.99937 16.6249 3.61537L9.98549 10.2547Z' fill='%2300876C'/%3E%3Cpath d='M9.98549 8.02401C10.6015 8.64001 10.6015 9.63875 9.98549 10.2547C9.36949 10.8707 8.37075 10.8707 7.75475 10.2547L1.11537 3.61537C0.499367 2.99937 0.499369 2.00063 1.11537 1.38463C1.73137 0.76863 2.73011 0.768628 3.34611 1.38463L9.98549 8.02401Z' fill='%2300876C'/%3E%3C/svg%3E%0A");}

.tab-ul.type2 li.on a::after,
.tab-ul.type2 li a:hover:after,
.tab-ul.type2 li a:focus:after{border:2px solid #00876C;}

.tab-ul.type2 li a[target="_blank"]::before{top:calc(50% - 7.5px);width:16px;height:15px;border-radius:0;background: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 fill-rule='evenodd' clip-rule='evenodd' d='M0.763855 0H7.76385V2H2.76385V13H13.7639V8H15.7639V15H0.763855V0ZM13.7639 0H9.76385V2H12.4458L7.69856 6.74721L9.04224 8.09088L13.7639 3.36926V6H15.7639V2V0H13.7639Z' fill='%23dbdbdb'/%3E%3C/svg%3E%0A");}
.tab-ul.type2 li a[target="_blank"]:hover::before,
.tab-ul.type2 li a[target="_blank"]:focus::before{background: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 fill-rule='evenodd' clip-rule='evenodd' d='M0.763855 0H7.76385V2H2.76385V13H13.7639V8H15.7639V15H0.763855V0ZM13.7639 0H9.76385V2H12.4458L7.69856 6.74721L9.04224 8.09088L13.7639 3.36926V6H15.7639V2V0H13.7639Z' fill='%230099B8'/%3E%3C/svg%3E%0A");}

.tab-ul.col2 li{width:calc(50% + 1px);}
.tab-ul.col3 li{width:calc(33.33% + 1px);}
.tab-ul.col4 li{width:calc(25% + 1px);}
.tab-ul.col5 li{width:calc(20% + 1px);}
.tab-ul.col6 li{width:calc(16.66% + 1px);}
.tab-ul.col7 li{width:calc(14.28% + 1px);}
.tab-ul.col8 li{width:calc(12.5% + 1px);}

.tab-ul.col2 li:first-child a,
.tab-ul.col2 li:first-child a::after,
.tab-ul.col3 li:first-child a,
.tab-ul.col3 li:first-child a::after,
.tab-ul.col4 li:first-child a,
.tab-ul.col4 li:first-child a::after{border-radius: 15px 0 0 15px;}
.tab-ul.col2 li:last-child a,
.tab-ul.col2 li:last-child a::after,
.tab-ul.col3 li:last-child a,
.tab-ul.col3 li:last-child a::after,
.tab-ul.col4 li:last-child a,
.tab-ul.col4 li:last-child a::after{border-radius: 0 15px 15px 0;}

@media only screen and (max-width:1200px){
    .tab-ul.col6 li,
	.tab-ul.col7 li,
	.tab-ul.col8 li{width:calc(16.66% + 1px);}
}
@media only screen and (max-width:1024px){
    .tab-ul.col4 li,
	.tab-ul.col5 li,
	.tab-ul.col6 li,
	.tab-ul.col7 li,
	.tab-ul.col8 li{width:calc(25% + 1px);}
}
@media only screen and (max-width:767px){
    .tab-ul.col3 li,
	.tab-ul.col4 li,
	.tab-ul.col5 li,
	.tab-ul.col6 li,
	.tab-ul.col7 li,
	.tab-ul.col8 li{width:calc(33.33% + 1px);}

	.tab-ul.col4 li:first-child a,
	.tab-ul.col4 li:first-child a::after{border-radius: 15px 0 0 0;}
	.tab-ul.col4 li:nth-child(3) a,
	.tab-ul.col4 li:nth-child(3) a::after{border-radius: 0 15px 15px 0;}
	.tab-ul.col4 li:nth-child(4) a,
	.tab-ul.col4 li:nth-child(4) a::after{border-radius: 0 0 0 15px;}

}
@media only screen and (max-width:640px){
    .tab-ul.col2 li,
	.tab-ul.col3 li,
	.tab-ul.col4 li,
	.tab-ul.col5 li,
	.tab-ul.col6 li,
	.tab-ul.col7 li,
	.tab-ul.col8 li{width:calc(50% + 1px);}

	.tab-ul.col3 li:first-child a,
	.tab-ul.col3 li:first-child a::after{border-radius: 15px 0 0 0;}
	.tab-ul.col3 li:nth-child(2) a,
	.tab-ul.col3 li:nth-child(2) a::after{border-radius: 0 15px 15px 0;}
	.tab-ul.col3 li:nth-child(3) a,
	.tab-ul.col3 li:nth-child(3) a::after{border-radius: 0 0 0 15px;}

	.tab-ul.col4 li:first-child a,
	.tab-ul.col4 li:first-child a::after{border-radius: 15px 0 0 0;}
	.tab-ul.col4 li:nth-child(2) a,
	.tab-ul.col4 li:nth-child(2) a::after{border-radius: 0 15px 0 0;}
	.tab-ul.col4 li:nth-child(3) a,
	.tab-ul.col4 li:nth-child(3) a::after{border-radius: 0 0 0 15px;}
	.tab-ul.col4 li:nth-child(4) a,
	.tab-ul.col4 li:nth-child(4) a::after{border-radius: 0 0 15px 0;}
}

/* 박스스타일 */
.ui-topbox{overflow:hidden;position:relative;margin-bottom:30px;background:#F8FAF9;border-radius:20px;}
.ui-topbox .ir-icon{display:block;position:absolute;}
.ui-topbox .inner,
.ui-topbox .inner .txtwrap{position:relative;width:100%;}
.ui-topbox .inner{display:flex;align-items:center;padding:40px 30px;width:100%;min-height:210px;}
.ui-topbox .inner .txtwrap .h-box{display:block;margin-bottom:10px;color:#222;font-size:20px;line-height:1.2;letter-spacing:0.01em;font-weight:bold;font-family: 'gmarket';}
.ui-topbox .inner .txtwrap p{margin:0;color:#444;font-size:16px;line-height:1.375;letter-spacing:0.01em;}
.ui-topbox .inner .txtwrap p + p{margin-top:10px;}
.ui-topbox .inner .border{margin:20px 0;width:100%;height:0px;border-top:1px solid #EDEDED;}

.ui-topbox.type1 .inner{padding-left:190px;}
.ui-topbox.type1 .inner .circle{position:absolute;left:50px;top:40px;width:110px;height:130px;border-radius:0;}
.ui-topbox.type1 .inner .circle .ir-icon{left:50%;top:50%;transform:translate(-50%, -50%);width:110px;height:130px;}
.ui-topbox.type1 .inner .txtwrap .link{display: flex;flex-wrap:wrap;gap:10px;margin-top:15px;}

.ir-icon__md{background-image:url("data:image/svg+xml,%3Csvg width='981' height='130' viewBox='0 0 981 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_2_359)'%3E%3Cpath d='M76.5722 97.9268C76.2388 97.3272 73.352 95.6325 70.9385 93.4033C68.5249 91.1676 68.8383 77.1605 68.7183 76.9975C67.9316 75.9155 60.8111 76.7042 57.8242 77.0822C57.3775 77.0236 56.7174 76.9584 55.9374 76.8932V76.8215C55.7774 76.8346 55.6374 76.8476 55.484 76.8541C55.3373 76.8411 55.1907 76.828 55.0373 76.8215V76.8932C54.2506 76.9584 53.5972 77.0236 53.1505 77.0822C50.1636 76.7042 43.0431 75.9155 42.2564 76.9975C42.1364 77.1605 42.4497 91.1676 40.0362 93.4033C37.6227 95.626 34.7358 97.3272 34.4025 97.9268C33.3958 99.7388 35.4092 99.98 35.4092 99.98H75.5654C75.5654 99.98 77.5723 99.7388 76.5722 97.9268Z' fill='url(%23paint0_linear_2_359)'/%3E%3Cpath d='M24.1747 19.0134H86.7925C93.7064 19.0134 99.3135 24.5016 99.3135 31.2542V74.9183C99.3135 81.6775 93.6997 87.1591 86.7925 87.1591H24.1747C17.2675 87.1591 11.6538 81.6775 11.6538 74.9183V31.2542C11.6538 24.5016 17.2609 19.0134 24.1747 19.0134Z' fill='url(%23paint1_linear_2_359)'/%3E%3Cpath d='M86.7996 83.9067H24.1817C19.1147 83.9067 14.9944 79.8785 14.9944 74.9248V31.2608C14.9944 26.3071 19.1147 22.2724 24.1817 22.2724H86.7996C91.8666 22.2724 95.9869 26.3006 95.9869 31.2608V74.9248C95.9869 79.8785 91.8666 83.9067 86.7996 83.9067Z' fill='url(%23paint2_linear_2_359)'/%3E%3Cg filter='url(%23filter1_d_2_359)'%3E%3Cpath d='M75.2389 52.9853C75.2389 63.6487 66.3916 72.2981 55.4908 72.2981C44.5901 72.2981 35.7361 63.6553 35.7361 52.9853C35.7361 42.3153 44.5834 33.679 55.4908 33.679C66.3983 33.679 75.2389 42.3218 75.2389 52.9853Z' fill='%23EAE4FA'/%3E%3Cpath d='M75.2126 52.9855C75.2126 63.636 66.3786 72.2723 55.4912 72.2723C44.6037 72.2723 35.7698 63.636 35.7698 52.9855C35.7698 42.3351 44.6037 33.7053 55.4912 33.7053C66.3786 33.7053 75.2126 42.3416 75.2126 52.9855Z' fill='%23EAE4FA'/%3E%3Cpath d='M75.1854 52.9854C75.1854 63.6228 66.3648 72.2396 55.4907 72.2396C44.6165 72.2396 35.7959 63.6162 35.7959 52.9854C35.7959 42.3545 44.6165 33.7312 55.4907 33.7312C66.3648 33.7312 75.1854 42.3545 75.1854 52.9854Z' fill='%23EAE4FA'/%3E%3Cpath d='M75.1589 52.9855C75.1589 63.6033 66.3516 72.2136 55.4908 72.2136C44.6301 72.2136 35.8228 63.6033 35.8228 52.9855C35.8228 42.3676 44.6301 33.7574 55.4908 33.7574C66.3516 33.7574 75.1589 42.3676 75.1589 52.9855Z' fill='%23EAE5FA'/%3E%3Cpath d='M75.132 52.9854C75.132 63.5902 66.338 72.1875 55.4905 72.1875C44.6431 72.1875 35.8491 63.5902 35.8491 52.9854C35.8491 42.3806 44.6431 33.7834 55.4905 33.7834C66.338 33.7834 75.132 42.3806 75.132 52.9854Z' fill='%23EBE5FA'/%3E%3Cpath d='M75.0989 52.9855C75.0989 63.5773 66.3182 72.1615 55.4841 72.1615C44.65 72.1615 35.8694 63.5773 35.8694 52.9855C35.8694 42.3938 44.65 33.8096 55.4841 33.8096C66.3182 33.8096 75.0989 42.3938 75.0989 52.9855Z' fill='%23EBE5FA'/%3E%3Cpath d='M75.0722 52.9856C75.0722 63.5643 66.2982 72.1355 55.4841 72.1355C44.67 72.1355 35.896 63.5643 35.896 52.9856C35.896 42.4069 44.67 33.8357 55.4841 33.8357C66.2982 33.8357 75.0722 42.4069 75.0722 52.9856Z' fill='%23EBE5FA'/%3E%3Cpath d='M75.0454 52.9853C75.0454 63.551 66.2848 72.1092 55.484 72.1092C44.6832 72.1092 35.9226 63.5445 35.9226 52.9853C35.9226 42.4262 44.6832 33.8615 55.484 33.8615C66.2848 33.8615 75.0454 42.4262 75.0454 52.9853Z' fill='%23EBE5FA'/%3E%3Cpath d='M75.0189 52.9853C75.0189 63.5314 66.2716 72.083 55.4842 72.083C44.6968 72.083 35.9495 63.5314 35.9495 52.9853C35.9495 42.4391 44.6968 33.8875 55.4842 33.8875C66.2716 33.8875 75.0189 42.4391 75.0189 52.9853Z' fill='%23EBE6FA'/%3E%3Cpath d='M74.9925 52.9853C74.9925 63.5184 66.2585 72.057 55.4844 72.057C44.7103 72.057 35.9763 63.5184 35.9763 52.9853C35.9763 42.4522 44.7103 33.9136 55.4844 33.9136C66.2585 33.9136 74.9925 42.4522 74.9925 52.9853Z' fill='%23EBE6FA'/%3E%3Cpath d='M74.9655 52.9852C74.9655 63.5053 66.2449 72.0308 55.4841 72.0308C44.7233 72.0308 36.0027 63.5053 36.0027 52.9852C36.0027 42.4652 44.7233 33.9396 55.4841 33.9396C66.2449 33.9396 74.9655 42.4652 74.9655 52.9852Z' fill='%23EBE6FA'/%3E%3Cpath d='M74.939 52.9853C74.939 63.4858 66.2317 72.0048 55.4843 72.0048C44.7368 72.0048 36.0295 63.4923 36.0295 52.9853C36.0295 42.4783 44.7435 33.9658 55.4843 33.9658C66.225 33.9658 74.939 42.4783 74.939 52.9853Z' fill='%23ECE6FA'/%3E%3Cpath d='M74.912 52.9853C74.912 63.4727 66.2113 71.9787 55.4906 71.9787C44.7698 71.9787 36.0625 63.4727 36.0625 52.9853C36.0625 42.4978 44.7631 33.9918 55.4906 33.9918C66.218 33.9918 74.912 42.4913 74.912 52.9853Z' fill='%23ECE6FA'/%3E%3Cpath d='M74.8855 52.9853C74.8855 63.4597 66.1982 71.9527 55.4908 71.9527C44.7833 71.9527 36.0894 63.4597 36.0894 52.9853C36.0894 42.5109 44.7766 34.0244 55.4908 34.0244C66.2049 34.0244 74.8855 42.5174 74.8855 52.9853Z' fill='%23ECE7FA'/%3E%3Cpath d='M74.8589 52.9853C74.8589 63.4467 66.185 71.9267 55.4909 71.9267C44.7968 71.9267 36.1228 63.4467 36.1228 52.9853C36.1228 42.5239 44.7968 34.0505 55.4909 34.0505C66.185 34.0505 74.8589 42.5305 74.8589 52.9853Z' fill='%23ECE7FA'/%3E%3Cpath d='M74.8322 52.9853C74.8322 63.4271 66.1716 71.9005 55.4908 71.9005C44.81 71.9005 36.1494 63.4337 36.1494 52.9853C36.1494 42.5369 44.81 34.0766 55.4908 34.0766C66.1716 34.0766 74.8322 42.5435 74.8322 52.9853Z' fill='%23ECE7FA'/%3E%3Cpath d='M74.8057 52.9853C74.8057 63.4141 66.1584 71.868 55.491 71.868C44.8236 71.868 36.1763 63.4141 36.1763 52.9853C36.1763 42.5565 44.8236 34.1027 55.491 34.1027C66.1584 34.1027 74.8057 42.5565 74.8057 52.9853Z' fill='%23ECE7FA'/%3E%3Cpath d='M74.7788 52.9853C74.7788 63.401 66.1381 71.8419 55.4907 71.8419C44.8433 71.8419 36.2026 63.401 36.2026 52.9853C36.2026 42.5695 44.8433 34.1287 55.4907 34.1287C66.1381 34.1287 74.7788 42.5695 74.7788 52.9853Z' fill='%23EDE8FA'/%3E%3Cpath d='M74.7454 52.9852C74.7454 63.3879 66.1181 71.8157 55.484 71.8157C44.8499 71.8157 36.2227 63.3814 36.2227 52.9852C36.2227 42.589 44.8499 34.1547 55.484 34.1547C66.1181 34.1547 74.7454 42.5825 74.7454 52.9852Z' fill='%23EEE8FA'/%3E%3Cpath d='M74.719 52.9854C74.719 63.3686 66.105 71.7898 55.4842 71.7898C44.8635 71.7898 36.2495 63.3686 36.2495 52.9854C36.2495 42.6022 44.8635 34.1809 55.4842 34.1809C66.105 34.1809 74.719 42.6022 74.719 52.9854Z' fill='%23EEE8FA'/%3E%3Cpath d='M74.692 52.9853C74.692 63.3555 66.0914 71.7637 55.4839 71.7637C44.8765 71.7637 36.2759 63.3555 36.2759 52.9853C36.2759 42.6152 44.8765 34.207 55.4839 34.207C66.0914 34.207 74.692 42.6152 74.692 52.9853Z' fill='%23EEE8FA'/%3E%3Cpath d='M74.6657 52.9853C74.6657 63.3424 66.0785 71.7376 55.4844 71.7376C44.8903 71.7376 36.303 63.3424 36.303 52.9853C36.303 42.6282 44.8903 34.233 55.4844 34.233C66.0785 34.233 74.6657 42.6282 74.6657 52.9853Z' fill='%23EEE8FB'/%3E%3Cpath d='M74.6388 52.9853C74.6388 63.3294 66.0648 71.7115 55.4841 71.7115C44.9033 71.7115 36.3293 63.3294 36.3293 52.9853C36.3293 42.6412 44.9033 34.2591 55.4841 34.2591C66.0648 34.2591 74.6388 42.6412 74.6388 52.9853Z' fill='%23EEE9FB'/%3E%3Cpath d='M74.6123 52.9852C74.6123 63.3098 66.045 71.6854 55.4842 71.6854C44.9235 71.6854 36.3562 63.3163 36.3562 52.9852C36.3562 42.6542 44.9235 34.2851 55.4842 34.2851C66.045 34.2851 74.6123 42.6542 74.6123 52.9852Z' fill='%23EEE9FB'/%3E%3Cpath d='M74.5856 52.9853C74.5856 63.2968 66.0316 71.6594 55.4842 71.6594C44.9368 71.6594 36.3828 63.2968 36.3828 52.9853C36.3828 42.6738 44.9368 34.3112 55.4842 34.3112C66.0316 34.3112 74.5856 42.6738 74.5856 52.9853Z' fill='%23EEE9FB'/%3E%3Cpath d='M74.5588 52.9854C74.5588 63.2838 66.0182 71.6334 55.4907 71.6334C44.9633 71.6334 36.416 63.2838 36.416 52.9854C36.416 42.6869 44.9566 34.3374 55.4907 34.3374C66.0248 34.3374 74.5588 42.6869 74.5588 52.9854Z' fill='%23EFE9FB'/%3E%3Cpath d='M74.532 52.9853C74.532 63.2707 66.0048 71.6072 55.4907 71.6072C44.9766 71.6072 36.4426 63.2707 36.4426 52.9853C36.4426 42.6999 44.9699 34.3699 55.4907 34.3699C66.0114 34.3699 74.532 42.7064 74.532 52.9853Z' fill='%23EFE9FB'/%3E%3Cpath d='M74.5056 52.9853C74.5056 63.2512 65.9916 71.5812 55.4909 71.5812C44.9901 71.5812 36.4695 63.2577 36.4695 52.9853C36.4695 42.713 44.9834 34.396 55.4909 34.396C65.9983 34.396 74.5056 42.7195 74.5056 52.9853Z' fill='%23EFEAFB'/%3E%3Cpath d='M74.4788 52.9853C74.4788 63.2381 65.9781 71.5551 55.4907 71.5551C45.0033 71.5551 36.5027 63.2446 36.5027 52.9853C36.5027 42.726 45.0033 34.422 55.4907 34.422C65.9781 34.422 74.4788 42.7325 74.4788 52.9853Z' fill='%23EFEAFB'/%3E%3Cpath d='M74.452 52.9853C74.452 63.2251 65.9581 71.5225 55.4907 71.5225C45.0232 71.5225 36.5293 63.2251 36.5293 52.9853C36.5293 42.7456 45.0232 34.4482 55.4907 34.4482C65.9581 34.4482 74.452 42.7456 74.452 52.9853Z' fill='%23EFEAFB'/%3E%3Cpath d='M74.4187 52.9853C74.4187 63.212 65.9381 71.4964 55.484 71.4964C45.0299 71.4964 36.5493 63.2055 36.5493 52.9853C36.5493 42.7651 45.0299 34.4742 55.484 34.4742C65.9381 34.4742 74.4187 42.7651 74.4187 52.9853Z' fill='%23EFEAFB'/%3E%3Cpath d='M74.3922 52.9853C74.3922 63.1925 65.925 71.4704 55.4842 71.4704C45.0434 71.4704 36.5762 63.1925 36.5762 52.9853C36.5762 42.7781 45.0434 34.5003 55.4842 34.5003C65.925 34.5003 74.3922 42.7781 74.3922 52.9853Z' fill='%23EFEAFB'/%3E%3Cpath d='M74.3655 52.9854C74.3655 63.1795 65.9116 71.4444 55.4841 71.4444C45.0567 71.4444 36.6028 63.1795 36.6028 52.9854C36.6028 42.7912 45.0567 34.5264 55.4841 34.5264C65.9116 34.5264 74.3655 42.7912 74.3655 52.9854Z' fill='%23EFEBFB'/%3E%3Cpath d='M74.3388 52.9853C74.3388 63.1665 65.8982 71.4183 55.4841 71.4183C45.07 71.4183 36.6294 63.1665 36.6294 52.9853C36.6294 42.8042 45.07 34.5524 55.4841 34.5524C65.8982 34.5524 74.3388 42.8042 74.3388 52.9853Z' fill='%23F0EBFB'/%3E%3Cpath d='M74.312 52.9853C74.312 63.1534 65.8848 71.3921 55.484 71.3921C45.0833 71.3921 36.656 63.1534 36.656 52.9853C36.656 42.8172 45.0833 34.5784 55.484 34.5784C65.8848 34.5784 74.312 42.8172 74.312 52.9853Z' fill='%23F0EBFB'/%3E%3Cpath d='M74.2853 52.9853C74.2853 63.1339 65.8647 71.3661 55.484 71.3661C45.1032 71.3661 36.6826 63.1404 36.6826 52.9853C36.6826 42.8303 45.1032 34.6046 55.484 34.6046C65.8647 34.6046 74.2853 42.8303 74.2853 52.9853Z' fill='%23F0EBFB'/%3E%3Cpath d='M74.2588 52.9854C74.2588 63.1209 65.8516 71.3401 55.4842 71.3401C45.1167 71.3401 36.7095 63.1209 36.7095 52.9854C36.7095 42.8499 45.1167 34.6307 55.4842 34.6307C65.8516 34.6307 74.2588 42.8499 74.2588 52.9854Z' fill='%23F0EBFB'/%3E%3Cpath d='M74.2324 52.9855C74.2324 63.1079 65.8384 71.3141 55.4843 71.3141C45.1303 71.3141 36.7363 63.1079 36.7363 52.9855C36.7363 42.863 45.1303 34.6568 55.4843 34.6568C65.8384 34.6568 74.2324 42.863 74.2324 52.9855Z' fill='%23F0ECFB'/%3E%3Cpath d='M74.2056 52.9854C74.2056 63.0948 65.825 71.2879 55.4909 71.2879C45.1568 71.2879 36.7695 63.0948 36.7695 52.9854C36.7695 42.876 45.1501 34.6828 55.4909 34.6828C65.8316 34.6828 74.2056 42.876 74.2056 52.9854Z' fill='%23F0ECFB'/%3E%3Cpath d='M74.1788 52.9853C74.1788 63.0752 65.8116 71.2618 55.4908 71.2618C45.1701 71.2618 36.7961 63.0817 36.7961 52.9853C36.7961 42.8889 45.1634 34.7088 55.4908 34.7088C65.8182 34.7088 74.1788 42.8889 74.1788 52.9853Z' fill='%23F0ECFB'/%3E%3Cpath d='M74.1521 52.9853C74.1521 63.0622 65.7982 71.2357 55.4908 71.2357C45.1834 71.2357 36.8228 63.0687 36.8228 52.9853C36.8228 42.902 45.1834 34.7415 55.4908 34.7415C65.7982 34.7415 74.1521 42.9085 74.1521 52.9853Z' fill='%23F1ECFB'/%3E%3Cpath d='M74.1253 52.9853C74.1253 63.0491 65.778 71.2096 55.4906 71.2096C45.2032 71.2096 36.856 63.0491 36.856 52.9853C36.856 42.9215 45.2032 34.7675 55.4906 34.7675C65.778 34.7675 74.1253 42.9215 74.1253 52.9853Z' fill='%23F1ECFB'/%3E%3Cpath d='M74.0986 52.9855C74.0986 63.0362 65.7647 71.1772 55.4906 71.1772C45.2165 71.1772 36.8826 63.0297 36.8826 52.9855C36.8826 42.9412 45.2165 34.7937 55.4906 34.7937C65.7647 34.7937 74.0986 42.9412 74.0986 52.9855Z' fill='%23F1EDFB'/%3E%3Cpath d='M74.0723 52.9854C74.0723 63.0166 65.7517 71.1511 55.491 71.1511C45.2303 71.1511 36.9097 63.0166 36.9097 52.9854C36.9097 42.9542 45.2303 34.8197 55.491 34.8197C65.7517 34.8197 74.0723 42.9542 74.0723 52.9854Z' fill='%23F1EDFB'/%3E%3Cpath d='M74.0388 52.9853C74.0388 63.0035 65.7315 71.1249 55.4841 71.1249C45.2367 71.1249 36.9294 63.0035 36.9294 52.9853C36.9294 42.9672 45.2367 34.8457 55.4841 34.8457C65.7315 34.8457 74.0388 42.9672 74.0388 52.9853Z' fill='%23F1EDFB'/%3E%3Cpath d='M74.0123 52.9854C74.0123 62.9905 65.7184 71.0989 55.4843 71.0989C45.2502 71.0989 36.9563 62.9905 36.9563 52.9854C36.9563 42.9803 45.2502 34.8719 55.4843 34.8719C65.7184 34.8719 74.0123 42.9803 74.0123 52.9854Z' fill='%23F1EDFB'/%3E%3Cpath d='M73.9856 52.9853C73.9856 62.9774 65.705 71.0728 55.4842 71.0728C45.2635 71.0728 36.9829 62.9774 36.9829 52.9853C36.9829 42.9932 45.2635 34.8979 55.4842 34.8979C65.705 34.8979 73.9856 42.9932 73.9856 52.9853Z' fill='%23F1EFFB'/%3E%3Cpath d='M73.9586 52.9853C73.9586 62.9578 65.6847 71.0467 55.4839 71.0467C45.2832 71.0467 37.0093 62.9578 37.0093 52.9853C37.0093 43.0127 45.2832 34.9239 55.4839 34.9239C65.6847 34.9239 73.9586 43.0127 73.9586 52.9853Z' fill='%23F2EFFB'/%3E%3Cpath d='M73.9321 52.9853C73.9321 62.9448 65.6715 71.0206 55.4841 71.0206C45.2967 71.0206 37.0361 62.9448 37.0361 52.9853C37.0361 43.0258 45.2967 34.95 55.4841 34.95C65.6715 34.95 73.9321 43.0258 73.9321 52.9853Z' fill='%23F2EFFB'/%3E%3Cpath d='M73.9054 52.9853C73.9054 62.9318 65.6581 70.9945 55.4841 70.9945C45.31 70.9945 37.0627 62.9318 37.0627 52.9853C37.0627 43.0388 45.31 34.976 55.4841 34.976C65.6581 34.976 73.9054 43.0388 73.9054 52.9853Z' fill='%23F2EFFB'/%3E%3Cpath d='M73.8787 52.9855C73.8787 62.9189 65.6447 70.9686 55.484 70.9686C45.3233 70.9686 37.0894 62.9189 37.0894 52.9855C37.0894 43.052 45.3233 35.0023 55.484 35.0023C65.6447 35.0023 73.8787 43.052 73.8787 52.9855Z' fill='%23F2EFFB'/%3E%3Cpath d='M73.8524 52.9854C73.8524 62.8993 65.6318 70.9425 55.491 70.9425C45.3503 70.9425 37.123 62.9058 37.123 52.9854C37.123 43.065 45.3436 35.0283 55.491 35.0283C65.6384 35.0283 73.8524 43.065 73.8524 52.9854Z' fill='%23F3F0FB'/%3E%3Cpath d='M73.8254 52.9852C73.8254 62.886 65.6115 70.9162 55.4907 70.9162C45.37 70.9162 37.1494 62.8925 37.1494 52.9852C37.1494 43.0778 45.3633 35.0607 55.4907 35.0607C65.6181 35.0607 73.8254 43.0843 73.8254 52.9852Z' fill='%23F3F0FB'/%3E%3Cpath d='M73.7986 52.9853C73.7986 62.8731 65.598 70.8902 55.4906 70.8902C45.3832 70.8902 37.1826 62.8731 37.1826 52.9853C37.1826 43.0974 45.3832 35.0868 55.4906 35.0868C65.598 35.0868 73.7986 43.104 73.7986 52.9853Z' fill='%23F3F0FB'/%3E%3Cpath d='M73.7721 52.9853C73.7721 62.8601 65.5848 70.8577 55.4908 70.8577C45.3967 70.8577 37.2095 62.8536 37.2095 52.9853C37.2095 43.1171 45.3967 35.1129 55.4908 35.1129C65.5848 35.1129 73.7721 43.1171 73.7721 52.9853Z' fill='%23F3F0FB'/%3E%3Cpath d='M73.7454 52.9854C73.7454 62.8406 65.5715 70.8316 55.4907 70.8316C45.41 70.8316 37.2361 62.8406 37.2361 52.9854C37.2361 43.1301 45.41 35.1391 55.4907 35.1391C65.5715 35.1391 73.7454 43.1301 73.7454 52.9854Z' fill='%23F3F0FB'/%3E%3Cpath d='M73.7189 52.9853C73.7189 62.8275 65.5583 70.8055 55.4909 70.8055C45.4235 70.8055 37.2629 62.8275 37.2629 52.9853C37.2629 43.1431 45.4235 35.1651 55.4909 35.1651C65.5583 35.1651 73.7189 43.1431 73.7189 52.9853Z' fill='%23F4F1FB'/%3E%3Cpath d='M73.6853 52.9852C73.6853 62.8144 65.5381 70.7794 55.484 70.7794C45.43 70.7794 37.2827 62.8144 37.2827 52.9852C37.2827 43.1561 45.43 35.1911 55.484 35.1911C65.5381 35.1911 73.6853 43.1561 73.6853 52.9852Z' fill='%23F4F1FB'/%3E%3Cpath d='M73.6589 52.9853C73.6589 62.8014 65.5183 70.7534 55.4842 70.7534C45.4502 70.7534 37.3096 62.7949 37.3096 52.9853C37.3096 43.1757 45.4435 35.2172 55.4842 35.2172C65.5249 35.2172 73.6589 43.1692 73.6589 52.9853Z' fill='%23F4F1FB'/%3E%3Cpath d='M73.6321 52.9852C73.6321 62.7818 65.5049 70.7272 55.4842 70.7272C45.4634 70.7272 37.3362 62.7818 37.3362 52.9852C37.3362 43.1887 45.4634 35.2432 55.4842 35.2432C65.5049 35.2432 73.6321 43.1887 73.6321 52.9852Z' fill='%23F4F1FB'/%3E%3Cpath d='M73.6052 52.9852C73.6052 62.7687 65.4912 70.7011 55.4839 70.7011C45.4765 70.7011 37.3625 62.7687 37.3625 52.9852C37.3625 43.2016 45.4765 35.2692 55.4839 35.2692C65.4912 35.2692 73.6052 43.2016 73.6052 52.9852Z' fill='%23F4F1FB'/%3E%3Cpath d='M73.5789 52.9852C73.5789 62.7557 65.4783 70.6751 55.4843 70.6751C45.4902 70.6751 37.3896 62.7557 37.3896 52.9852C37.3896 43.2147 45.4902 35.2953 55.4843 35.2953C65.4783 35.2953 73.5789 43.2147 73.5789 52.9852Z' fill='%23F5F2FD'/%3E%3Cpath d='M73.5519 52.9853C73.5519 62.7427 65.4647 70.6491 55.484 70.6491C45.5033 70.6491 37.416 62.7427 37.416 52.9853C37.416 43.2278 45.5033 35.3215 55.484 35.3215C65.4647 35.3215 73.5519 43.2278 73.5519 52.9853Z' fill='%23F5F2FD'/%3E%3Cpath d='M73.5255 52.9853C73.5255 62.7232 65.4516 70.6231 55.4842 70.6231C45.5168 70.6231 37.4429 62.7298 37.4429 52.9853C37.4429 43.2409 45.5235 35.3476 55.4842 35.3476C65.4449 35.3476 73.5255 43.2409 73.5255 52.9853Z' fill='%23F5F2FD'/%3E%3Cpath d='M73.4989 52.9853C73.4989 62.7101 65.4317 70.5969 55.4909 70.5969C45.5502 70.5969 37.4763 62.7166 37.4763 52.9853C37.4763 43.2539 45.5436 35.3736 55.4909 35.3736C65.4383 35.3736 73.4989 43.2604 73.4989 52.9853Z' fill='%23F5F2FD'/%3E%3Cpath d='M73.4722 52.9852C73.4722 62.697 65.4183 70.5708 55.4909 70.5708C45.5635 70.5708 37.5029 62.697 37.5029 52.9852C37.5029 43.2734 45.5568 35.4062 55.4909 35.4062C65.4249 35.4062 73.4722 43.2799 73.4722 52.9852Z' fill='%23F5F2FD'/%3E%3Cpath d='M73.4454 52.9853C73.4454 62.684 65.4048 70.5448 55.4908 70.5448C45.5767 70.5448 37.5361 62.684 37.5361 52.9853C37.5361 43.2865 45.5767 35.4323 55.4908 35.4323C65.4048 35.4323 73.4454 43.293 73.4454 52.9853Z' fill='%23F5F3FD'/%3E%3Cpath d='M73.4187 52.9852C73.4187 62.6644 65.3914 70.5121 55.4907 70.5121C45.59 70.5121 37.5627 62.6644 37.5627 52.9852C37.5627 43.306 45.59 35.4583 55.4907 35.4583C65.3914 35.4583 73.4187 43.306 73.4187 52.9852Z' fill='%23F5F3FD'/%3E%3Cpath d='M73.3922 52.9854C73.3922 62.6516 65.3783 70.4862 55.4909 70.4862C45.6035 70.4862 37.5896 62.6516 37.5896 52.9854C37.5896 43.3192 45.6035 35.4845 55.4909 35.4845C65.3783 35.4845 73.3922 43.3192 73.3922 52.9854Z' fill='%23F6F3FD'/%3E%3Cpath d='M73.3652 52.9853C73.3652 62.6385 65.3646 70.4601 55.4906 70.4601C45.6165 70.4601 37.616 62.6385 37.616 52.9853C37.616 43.3321 45.6165 35.5105 55.4906 35.5105C65.3646 35.5105 73.3652 43.3321 73.3652 52.9853Z' fill='%23F6F3FD'/%3E%3Cpath d='M73.3319 52.9853C73.3319 62.6254 65.338 70.4339 55.4839 70.4339C45.6299 70.4339 37.636 62.6189 37.636 52.9853C37.636 43.3516 45.6299 35.5366 55.4839 35.5366C65.338 35.5366 73.3319 43.3516 73.3319 52.9853Z' fill='%23F6F3FD'/%3E%3Cpath d='M73.3052 52.9853C73.3052 62.6059 65.3246 70.4079 55.4839 70.4079C45.6432 70.4079 37.6626 62.6059 37.6626 52.9853C37.6626 43.3647 45.6432 35.5627 55.4839 35.5627C65.3246 35.5627 73.3052 43.3647 73.3052 52.9853Z' fill='%23F6F4FD'/%3E%3Cpath d='M73.2787 52.9852C73.2787 62.5928 65.3114 70.3818 55.4841 70.3818C45.6567 70.3818 37.6895 62.5928 37.6895 52.9852C37.6895 43.3777 45.6567 35.5887 55.4841 35.5887C65.3114 35.5887 73.2787 43.3777 73.2787 52.9852Z' fill='%23F6F4FD'/%3E%3Cpath d='M73.2522 52.9852C73.2522 62.5797 65.2983 70.3556 55.4843 70.3556C45.6702 70.3556 37.7163 62.5797 37.7163 52.9852C37.7163 43.3907 45.6702 35.6147 55.4843 35.6147C65.2983 35.6147 73.2522 43.3907 73.2522 52.9852Z' fill='%23F6F4FD'/%3E%3Cpath d='M73.2255 52.9853C73.2255 62.5668 65.2849 70.3297 55.4842 70.3297C45.6835 70.3297 37.7429 62.5668 37.7429 52.9853C37.7429 43.4039 45.6835 35.6409 55.4842 35.6409C65.2849 35.6409 73.2255 43.4039 73.2255 52.9853Z' fill='%23F6F4FD'/%3E%3Cpath d='M73.1987 52.9853C73.1987 62.5472 65.2715 70.3036 55.4841 70.3036C45.6968 70.3036 37.7695 62.5537 37.7695 52.9853C37.7695 43.4169 45.7034 35.667 55.4841 35.667C65.2648 35.667 73.1987 43.4169 73.1987 52.9853Z' fill='%23F7F4FD'/%3E%3Cpath d='M73.172 52.9853C73.172 62.5342 65.2515 70.2776 55.4841 70.2776C45.7167 70.2776 37.7961 62.5342 37.7961 52.9853C37.7961 43.4365 45.7167 35.6931 55.4841 35.6931C65.2515 35.6931 73.172 43.4365 73.172 52.9853Z' fill='%23F7F5FD'/%3E%3Cpath d='M73.1452 52.9853C73.1452 62.5211 65.238 70.2515 55.4906 70.2515C45.7432 70.2515 37.8293 62.5211 37.8293 52.9853C37.8293 43.4494 45.7366 35.7191 55.4906 35.7191C65.2447 35.7191 73.1452 43.4494 73.1452 52.9853Z' fill='%23F7F5FD'/%3E%3Cpath d='M73.1187 52.9852C73.1187 62.508 65.2248 70.2253 55.4908 70.2253C45.7568 70.2253 37.8562 62.508 37.8562 52.9852C37.8562 43.4624 45.7501 35.7516 55.4908 35.7516C65.2315 35.7516 73.1187 43.4689 73.1187 52.9852Z' fill='%23F7F5FD'/%3E%3Cpath d='M73.092 52.9853C73.092 62.4885 65.2114 70.1993 55.4907 70.1993C45.77 70.1993 37.8828 62.495 37.8828 52.9853C37.8828 43.4755 45.7634 35.7777 55.4907 35.7777C65.2181 35.7777 73.092 43.482 73.092 52.9853Z' fill='%23F7F5FD'/%3E%3Cpath d='M73.0657 52.9853C73.0657 62.4755 65.1985 70.1668 55.4911 70.1668C45.7837 70.1668 37.9165 62.4755 37.9165 52.9853C37.9165 43.4951 45.7837 35.8039 55.4911 35.8039C65.1985 35.8039 73.0657 43.4951 73.0657 52.9853Z' fill='%23F7F6FD'/%3E%3Cpath d='M73.0387 52.9854C73.0387 62.4625 65.1782 70.1407 55.4908 70.1407C45.8034 70.1407 37.9429 62.4625 37.9429 52.9854C37.9429 43.5082 45.8034 35.83 55.4908 35.83C65.1782 35.83 73.0387 43.5147 73.0387 52.9854Z' fill='%23F7F6FD'/%3E%3Cpath d='M73.0054 52.9853C73.0054 62.4494 65.1582 70.1146 55.4842 70.1146C45.8101 70.1146 37.9629 62.4429 37.9629 52.9853C37.9629 43.5277 45.8101 35.856 55.4842 35.856C65.1582 35.856 73.0054 43.5277 73.0054 52.9853Z' fill='%23F8F6FD'/%3E%3Cpath d='M72.9787 52.9853C72.9787 62.4298 65.1448 70.0885 55.4841 70.0885C45.8234 70.0885 37.9895 62.4298 37.9895 52.9853C37.9895 43.5407 45.8234 35.882 55.4841 35.882C65.1448 35.882 72.9787 43.5407 72.9787 52.9853Z' fill='%23F8F6FD'/%3E%3Cpath d='M72.9517 52.9853C72.9517 62.4169 65.1312 70.0625 55.4838 70.0625C45.8364 70.0625 38.0159 62.4169 38.0159 52.9853C38.0159 43.5538 45.8364 35.9081 55.4838 35.9081C65.1312 35.9081 72.9517 43.5538 72.9517 52.9853Z' fill='%23F8F6FD'/%3E%3Cpath d='M72.9255 52.9854C72.9255 62.4039 65.1183 70.0365 55.4842 70.0365C45.8502 70.0365 38.043 62.4039 38.043 52.9854C38.043 43.5668 45.8502 35.9343 55.4842 35.9343C65.1183 35.9343 72.9255 43.5668 72.9255 52.9854Z' fill='%23F8F7FD'/%3E%3Cpath d='M72.8985 52.9853C72.8985 62.3908 65.1046 70.0103 55.4839 70.0103C45.8632 70.0103 38.0693 62.3908 38.0693 52.9853C38.0693 43.5798 45.8632 35.9603 55.4839 35.9603C65.1046 35.9603 72.8985 43.5798 72.8985 52.9853Z' fill='%23F8F7FD'/%3E%3Cpath d='M72.872 52.9853C72.872 62.3713 65.0848 69.9843 55.4841 69.9843C45.8834 69.9843 38.0962 62.3778 38.0962 52.9853C38.0962 43.5929 45.8834 35.9864 55.4841 35.9864C65.0848 35.9864 72.872 43.5994 72.872 52.9853Z' fill='%23F8F7FD'/%3E%3Cpath d='M72.8455 52.9853C72.8455 62.3582 65.0717 69.9582 55.4843 69.9582C45.8969 69.9582 38.123 62.3582 38.123 52.9853C38.123 43.6124 45.8969 36.0124 55.4843 36.0124C65.0717 36.0124 72.8455 43.6124 72.8455 52.9853Z' fill='%23F8F7FD'/%3E%3Cpath d='M72.8188 52.9853C72.8188 62.3452 65.0583 69.9322 55.4842 69.9322C45.9102 69.9322 38.1497 62.3452 38.1497 52.9853C38.1497 43.6255 45.9102 36.0385 55.4842 36.0385C65.0583 36.0385 72.8188 43.6255 72.8188 52.9853Z' fill='%23F9F7FD'/%3E%3Cpath d='M72.792 52.9853C72.792 62.3321 65.0448 69.906 55.4908 69.906C45.9368 69.906 38.1829 62.3321 38.1829 52.9853C38.1829 43.6385 45.9301 36.0645 55.4908 36.0645C65.0515 36.0645 72.792 43.6385 72.792 52.9853Z' fill='%23F9F8FD'/%3E%3Cpath d='M72.7653 52.9852C72.7653 62.3125 65.0314 69.8799 55.4907 69.8799C45.95 69.8799 38.2095 62.319 38.2095 52.9852C38.2095 43.6515 45.9434 36.0906 55.4907 36.0906C65.0381 36.0906 72.7653 43.6515 72.7653 52.9852Z' fill='%23F9F8FD'/%3E%3Cpath d='M72.7386 52.9854C72.7386 62.2996 65.018 69.8475 55.4907 69.8475C45.9633 69.8475 38.2361 62.2996 38.2361 52.9854C38.2361 43.6712 45.9566 36.1233 55.4907 36.1233C65.0247 36.1233 72.7386 43.6712 72.7386 52.9854Z' fill='%23F9F8FD'/%3E%3Cpath d='M72.7118 52.9853C72.7118 62.2865 64.9979 69.8213 55.4905 69.8213C45.9832 69.8213 38.2693 62.28 38.2693 52.9853C38.2693 43.6907 45.9832 36.1493 55.4905 36.1493C64.9979 36.1493 72.7118 43.6907 72.7118 52.9853Z' fill='%23F9F8FD'/%3E%3Cpath d='M72.6855 52.9854C72.6855 62.2735 64.985 69.7953 55.491 69.7953C45.9969 69.7953 38.2964 62.267 38.2964 52.9854C38.2964 43.7037 45.9969 36.1754 55.491 36.1754C64.985 36.1754 72.6855 43.7037 72.6855 52.9854Z' fill='%23F9F8FD'/%3E%3Cpath d='M72.6586 52.9853C72.6586 62.2539 64.9713 69.7692 55.4907 69.7692C46.01 69.7692 38.3228 62.2539 38.3228 52.9853C38.3228 43.7167 46.01 36.2014 55.4907 36.2014C64.9713 36.2014 72.6586 43.7167 72.6586 52.9853Z' fill='%23FAF9FD'/%3E%3Cpath d='M72.6252 52.9853C72.6252 62.2408 64.9514 69.743 55.484 69.743C46.0167 69.743 38.3428 62.2408 38.3428 52.9853C38.3428 43.7297 46.0167 36.2275 55.484 36.2275C64.9514 36.2275 72.6252 43.7297 72.6252 52.9853Z' fill='%23FAF9FD'/%3E%3Cpath d='M72.5985 52.9853C72.5985 62.2278 64.938 69.717 55.4839 69.717C46.0299 69.717 38.3694 62.2278 38.3694 52.9853C38.3694 43.7428 46.0299 36.2536 55.4839 36.2536C64.938 36.2536 72.5985 43.7428 72.5985 52.9853Z' fill='%23FAF9FD'/%3E%3Cpath d='M72.572 52.9852C72.572 62.2147 64.9248 69.6909 55.4841 69.6909C46.0435 69.6909 38.3962 62.2147 38.3962 52.9852C38.3962 43.7558 46.0435 36.2796 55.4841 36.2796C64.9248 36.2796 72.572 43.7558 72.572 52.9852Z' fill='%23FAF9FD'/%3E%3Cpath d='M72.5453 52.9853C72.5453 62.1952 64.9048 69.6649 55.4841 69.6649C46.0634 69.6649 38.4229 62.1952 38.4229 52.9853C38.4229 43.7754 46.0634 36.3057 55.4841 36.3057C64.9048 36.3057 72.5453 43.7754 72.5453 52.9853Z' fill='%23FAF9FD'/%3E%3Cpath d='M72.5183 52.9854C72.5183 62.1823 64.8911 69.6389 55.4838 69.6389C46.0764 69.6389 38.4492 62.1823 38.4492 52.9854C38.4492 43.7885 46.0764 36.3319 55.4838 36.3319C64.8911 36.3319 72.5183 43.7885 72.5183 52.9854Z' fill='%23FBFAFD'/%3E%3Cpath d='M72.4923 52.9853C72.4923 62.1692 64.8785 69.6127 55.4845 69.6127C46.0904 69.6127 38.4766 62.1692 38.4766 52.9853C38.4766 43.8014 46.0904 36.3579 55.4845 36.3579C64.8785 36.3579 72.4923 43.8014 72.4923 52.9853Z' fill='%23FBFAFF'/%3E%3Cpath d='M72.4655 52.9854C72.4655 62.1562 64.865 69.5867 55.491 69.5867C46.117 69.5867 38.5098 62.1562 38.5098 52.9854C38.5098 43.8145 46.1103 36.384 55.491 36.384C64.8717 36.384 72.4655 43.8145 72.4655 52.9854Z' fill='%23FBFAFF'/%3E%3Cpath d='M72.4386 52.9853C72.4386 62.1366 64.8514 69.5606 55.4907 69.5606C46.13 69.5606 38.5361 62.1431 38.5361 52.9853C38.5361 43.8275 46.1233 36.41 55.4907 36.41C64.858 36.41 72.4386 43.8275 72.4386 52.9853Z' fill='%23FBFAFF'/%3E%3Cpath d='M72.4121 52.9853C72.4121 62.1236 64.8382 69.5346 55.4909 69.5346C46.1435 69.5346 38.563 62.1301 38.563 52.9853C38.563 43.8406 46.1435 36.4427 55.4909 36.4427C64.8382 36.4427 72.4121 43.8536 72.4121 52.9853Z' fill='%23FBFAFF'/%3E%3Cpath d='M72.3853 52.9854C72.3853 62.1106 64.8181 69.502 55.4907 69.502C46.1634 69.502 38.5962 62.1041 38.5962 52.9854C38.5962 43.8667 46.1634 36.4688 55.4907 36.4688C64.8181 36.4688 72.3853 43.8667 72.3853 52.9854Z' fill='%23FCFBFF'/%3E%3Cpath d='M72.3586 52.9853C72.3586 62.0975 64.8047 69.4759 55.4907 69.4759C46.1767 69.4759 38.6228 62.091 38.6228 52.9853C38.6228 43.8797 46.1767 36.4948 55.4907 36.4948C64.8047 36.4948 72.3586 43.8797 72.3586 52.9853Z' fill='%23FCFBFF'/%3E%3Cpath d='M72.3318 52.9854C72.3318 62.078 64.7913 69.4499 55.4906 69.4499C46.19 69.4499 38.6494 62.078 38.6494 52.9854C38.6494 43.8928 46.19 36.5209 55.4906 36.5209C64.7913 36.5209 72.3318 43.8928 72.3318 52.9854Z' fill='%23FCFBFF'/%3E%3Cpath d='M72.3054 52.9853C72.3054 62.0649 64.7782 69.4237 55.4908 69.4237C46.2035 69.4237 38.6763 62.0649 38.6763 52.9853C38.6763 43.9057 46.2035 36.5469 55.4908 36.5469C64.7782 36.5469 72.3054 43.9057 72.3054 52.9853Z' fill='%23FCFBFF'/%3E%3Cpath d='M72.272 52.9853C72.272 62.0518 64.7582 69.3976 55.4842 69.3976C46.2102 69.3976 38.6963 62.0518 38.6963 52.9853C38.6963 43.9187 46.2102 36.5729 55.4842 36.5729C64.7582 36.5729 72.272 43.9187 72.272 52.9853Z' fill='%23FCFCFF'/%3E%3Cpath d='M72.2453 52.9853C72.2453 62.0388 64.7448 69.3716 55.4841 69.3716C46.2234 69.3716 38.7229 62.0388 38.7229 52.9853C38.7229 43.9318 46.2234 36.5991 55.4841 36.5991C64.7448 36.5991 72.2453 43.9318 72.2453 52.9853Z' fill='%23FCFCFF'/%3E%3Cpath d='M72.2186 52.9854C72.2186 62.0193 64.7247 69.3456 55.4841 69.3456C46.2434 69.3456 38.7495 62.0193 38.7495 52.9854C38.7495 43.9514 46.2434 36.6252 55.4841 36.6252C64.7247 36.6252 72.2186 43.9514 72.2186 52.9854Z' fill='%23FDFCFF'/%3E%3Cpath d='M72.1919 52.9853C72.1919 62.0062 64.7113 69.3194 55.484 69.3194C46.2567 69.3194 38.7761 62.0062 38.7761 52.9853C38.7761 43.9644 46.2567 36.6512 55.484 36.6512C64.7113 36.6512 72.1919 43.9644 72.1919 52.9853Z' fill='%23FDFCFF'/%3E%3Cpath d='M72.1654 52.9854C72.1654 61.9933 64.6982 69.2934 55.4842 69.2934C46.2702 69.2934 38.803 61.9933 38.803 52.9854C38.803 43.9775 46.2702 36.6773 55.4842 36.6773C64.6982 36.6773 72.1654 43.9775 72.1654 52.9854Z' fill='%23FDFCFF'/%3E%3Cpath d='M72.1384 52.9853C72.1384 61.9802 64.6845 69.2673 55.4839 69.2673C46.2832 69.2673 38.8293 61.9802 38.8293 52.9853C38.8293 43.9905 46.2832 36.7033 55.4839 36.7033C64.6845 36.7033 72.1384 43.9905 72.1384 52.9853Z' fill='%23FDFDFF'/%3E%3Cpath d='M72.1119 52.9854C72.1119 61.9607 64.6714 69.2413 55.4841 69.2413C46.2967 69.2413 38.8562 61.9672 38.8562 52.9854C38.8562 44.0036 46.2967 36.7295 55.4841 36.7295C64.6714 36.7295 72.1119 44.0036 72.1119 52.9854Z' fill='%23FDFDFF'/%3E%3Cpath d='M72.0854 52.9853C72.0854 61.9475 64.6515 69.2151 55.4908 69.2151C46.3302 69.2151 38.8896 61.9475 38.8896 52.9853C38.8896 44.023 46.3235 36.7555 55.4908 36.7555C64.6582 36.7555 72.0854 44.023 72.0854 52.9853Z' fill='%23FDFDFF'/%3E%3Cpath d='M72.0587 52.9854C72.0587 61.9346 64.6381 69.1891 55.4908 69.1891C46.3435 69.1891 38.9163 61.9346 38.9163 52.9854C38.9163 44.0361 46.3368 36.7881 55.4908 36.7881C64.6448 36.7881 72.0587 44.0427 72.0587 52.9854Z' fill='%23FDFDFF'/%3E%3Cpath d='M72.0321 52.9854C72.0321 61.9216 64.6249 69.1566 55.4909 69.1566C46.3569 69.1566 38.9497 61.9151 38.9497 52.9854C38.9497 44.0557 46.3569 36.8142 55.4909 36.8142C64.6249 36.8142 72.0321 44.0557 72.0321 52.9854Z' fill='%23FFFDFF'/%3E%3Cpath d='M72.0054 52.9853C72.0054 61.902 64.6115 69.1304 55.4908 69.1304C46.3702 69.1304 38.9763 61.902 38.9763 52.9853C38.9763 44.0687 46.3702 36.8402 55.4908 36.8402C64.6115 36.8402 72.0054 44.0687 72.0054 52.9853Z' fill='white'/%3E%3Cpath d='M71.9786 52.9854C71.9786 61.889 64.5981 69.1044 55.4908 69.1044C46.3835 69.1044 39.0029 61.889 39.0029 52.9854C39.0029 44.0818 46.3835 36.8664 55.4908 36.8664C64.5981 36.8664 71.9786 44.0818 71.9786 52.9854Z' fill='white'/%3E%3Cpath d='M71.9451 52.9853C71.9451 61.8759 64.5779 69.0783 55.4839 69.0783C46.3899 69.0783 39.0227 61.8759 39.0227 52.9853C39.0227 44.0948 46.3899 36.8924 55.4839 36.8924C64.5779 36.8924 71.9451 44.0948 71.9451 52.9853Z' fill='white'/%3E%3Cpath d='M53.3373 61.8434C52.0905 61.8434 50.8105 61.3675 49.8637 60.4355L45.0434 55.723C43.4833 54.1978 43.4833 51.7144 45.0434 50.1892C46.6035 48.664 49.1437 48.664 50.7038 50.1892L53.3373 52.7638L55.9708 50.1892L60.7912 45.4767C62.3513 43.9449 64.8915 43.9449 66.4516 45.4767C68.0184 47.0019 68.0184 49.4852 66.4516 51.0104L61.6312 55.723L56.8109 60.4355C55.8642 61.361 54.5907 61.8434 53.3573 61.8434H53.3373Z' fill='url(%23paint3_linear_2_359)'/%3E%3Cpath d='M45.0634 50.1827C45.7234 49.5439 46.5568 49.1789 47.4102 49.0811C48.577 48.9443 49.8171 49.3288 50.7105 50.2088L51.1572 50.6455L52.0239 51.4928L52.8906 52.3336L53.3307 52.7638L55.9642 50.1892L60.7779 45.4832C61.0179 45.2486 61.2912 45.04 61.5779 44.877C62.3446 44.4338 63.2314 44.2643 64.0848 44.3621C64.9448 44.4599 65.7782 44.8314 66.4316 45.4767C66.7516 45.7896 67.005 46.135 67.1917 46.5131C67.3783 46.8846 67.4983 47.2822 67.5517 47.6863C67.7317 48.8595 67.3183 50.1371 66.3916 51.0431L61.5913 55.736L57.851 59.3926L56.7842 60.4355C55.8442 61.3545 54.5707 61.8369 53.3373 61.8369H53.3173C52.0706 61.8369 50.7971 61.3611 49.8504 60.429L45.0301 55.7165C43.9833 54.6997 43.6433 53.2527 43.9967 51.9491C44.1767 51.2973 44.5234 50.6846 45.0501 50.1827H45.0634Z' fill='url(%23paint4_linear_2_359)'/%3E%3Cpath d='M45.0837 50.1825C45.7438 49.5502 46.5772 49.1852 47.4306 49.094C48.5907 48.9571 49.8308 49.3612 50.7242 50.2281L51.1709 50.6648L52.0376 51.5121L52.9043 52.3399L53.3443 52.7571L55.9712 50.189L60.7782 45.4895C61.0182 45.2549 61.2916 45.0463 61.5716 44.8833C62.3383 44.4401 63.2184 44.2641 64.0784 44.3619C64.9385 44.4597 65.7652 44.8312 66.4253 45.4765C66.7453 45.7893 66.9987 46.1413 67.1853 46.5193C67.372 46.8974 67.4854 47.295 67.5387 47.6991C67.7187 48.8658 67.2653 50.1694 66.3453 51.0624L61.5583 55.7423L57.8313 59.3859C57.8313 59.3859 56.7713 60.4157 56.7713 60.4222C55.8312 61.3348 54.5711 61.8171 53.3377 61.8171H53.3177C52.0776 61.8171 50.7975 61.3413 49.8574 60.4157L45.0371 55.7032C43.9903 54.6799 43.6503 53.2329 44.0103 51.9358C44.1903 51.2905 44.5437 50.6778 45.0704 50.1759L45.0837 50.1825Z' fill='url(%23paint5_linear_2_359)'/%3E%3Cpath d='M45.1099 50.1827C45.77 49.557 46.6033 49.1985 47.4567 49.1138C48.6035 48.9769 49.8569 49.394 50.737 50.2609L51.1837 50.6976L52.0504 51.545L52.9171 52.3597L53.3572 52.7704L55.984 50.2023L60.791 45.5028C61.0311 45.2681 61.3044 45.0596 61.5844 44.8966C62.3445 44.4534 63.2312 44.2774 64.0846 44.3752C64.938 44.4729 65.7714 44.8445 66.4314 45.4897C66.7515 45.8026 67.0048 46.1611 67.1915 46.5391C67.3782 46.9172 67.4915 47.3213 67.5315 47.7254C67.7049 48.8791 67.2182 50.2153 66.3114 51.1017L61.5444 55.7621L57.8308 59.3926C57.8308 59.3926 56.7774 60.4225 56.7708 60.4225C55.8307 61.335 54.5773 61.8108 53.3505 61.8108H53.3305C52.0904 61.8108 50.817 61.335 49.8769 60.4094L45.0566 55.6969C44.0098 54.6736 43.6698 53.2266 44.0365 51.9295C44.2232 51.2842 44.5765 50.6781 45.1032 50.1762L45.1099 50.1827Z' fill='url(%23paint6_linear_2_359)'/%3E%3Cpath d='M45.1302 50.1827C45.7969 49.557 46.6236 49.205 47.4703 49.1268C48.6104 48.9964 49.8705 49.4266 50.7439 50.2805L51.1906 50.7172L52.0573 51.5645L52.924 52.3662L53.3641 52.7703L55.9843 50.2088L60.7846 45.5158C61.018 45.2877 61.298 45.0726 61.578 44.9096C62.3381 44.4664 63.2181 44.2904 64.0782 44.3882C64.9382 44.4859 65.765 44.8575 66.4184 45.4962C66.745 45.8156 66.9984 46.1741 67.1784 46.5587C67.3584 46.9432 67.4718 47.3474 67.5118 47.7515C67.6851 48.8986 67.1651 50.2609 66.2583 51.1408L61.5113 55.7882L57.8111 59.4057C57.8111 59.4057 56.7643 60.429 56.7577 60.4355C55.8243 61.3415 54.5708 61.8173 53.3507 61.8173H53.3307C52.0907 61.8173 50.8239 61.3415 49.8838 60.4225L45.0635 55.7099C44.0167 54.6866 43.6834 53.2331 44.0567 51.936C44.2434 51.2907 44.6035 50.6846 45.1368 50.1957L45.1302 50.1827Z' fill='url(%23paint7_linear_2_359)'/%3E%3Cpath d='M45.1565 50.1828C45.8233 49.5635 46.65 49.2181 47.4967 49.1464C48.6235 49.016 49.8969 49.4593 50.7636 50.3066L51.2103 50.7433L52.077 51.5906L52.9438 52.3793L53.3838 52.7769L56.004 50.2153L60.7977 45.5289C61.031 45.3008 61.3177 45.0792 61.5911 44.9227C62.3511 44.473 63.2312 44.297 64.0846 44.3948C64.9446 44.4925 65.7714 44.8641 66.4247 45.5028C66.7514 45.8222 67.0048 46.1807 67.1848 46.5718C67.3648 46.9563 67.4715 47.367 67.5048 47.7711C67.6782 48.9052 67.1181 50.3001 66.2247 51.1735L61.4911 55.8013L57.8041 59.4057C57.8041 59.4057 56.7641 60.4225 56.7507 60.4291C55.8173 61.3285 54.5706 61.8043 53.3505 61.8043H53.3305C52.0904 61.8043 50.8236 61.3285 49.8902 60.4095L45.0699 55.697C44.0231 54.6737 43.6898 53.2136 44.0698 51.9231C44.2565 51.2778 44.6232 50.6781 45.1565 50.1893V50.1828Z' fill='url(%23paint8_linear_2_359)'/%3E%3Cpath d='M45.1771 50.1826C45.8438 49.5699 46.6705 49.231 47.5173 49.1593C48.6373 49.0289 49.9108 49.4917 50.7708 50.3325L51.2175 50.7692L52.0843 51.6166L52.951 52.3922L53.391 52.7833L56.0045 50.2282L60.7916 45.5483C61.0249 45.3202 61.3116 45.0986 61.5783 44.9421C62.3383 44.4924 63.2117 44.3164 64.0718 44.4142C64.9252 44.5119 65.7519 44.877 66.412 45.5157C66.7387 45.8351 66.992 46.2001 67.172 46.5912C67.352 46.9823 67.452 47.3929 67.4854 47.797C67.6587 48.9246 67.0587 50.3456 66.1719 51.2124L61.4583 55.8207L57.7847 59.4121C57.7847 59.4121 56.7513 60.4224 56.7379 60.4289C55.8112 61.3284 54.5644 61.7977 53.351 61.7977H53.331C52.0976 61.7977 50.8308 61.3219 49.8908 60.4028L45.0704 55.6903C44.0237 54.667 43.6903 53.207 44.077 51.9099C44.2704 51.2646 44.6371 50.6649 45.1704 50.1826H45.1771Z' fill='url(%23paint9_linear_2_359)'/%3E%3Cpath d='M45.2035 50.1826C45.8703 49.5764 46.697 49.2375 47.537 49.1788C48.6438 49.0485 49.9305 49.5243 50.7839 50.3586L51.2306 50.7953L52.0907 51.6361L52.9574 52.3987L53.3975 52.7833L56.011 50.2282L60.798 45.5483C61.0313 45.3202 61.318 45.0986 61.5847 44.9421C62.3381 44.4924 63.2182 44.3164 64.0716 44.4077C64.925 44.5054 65.7517 44.8704 66.4051 45.5092C66.7318 45.8286 66.9918 46.2001 67.1651 46.5912C67.3451 46.9823 67.4385 47.3994 67.4651 47.8035C67.6318 48.9181 66.9984 50.3716 66.125 51.2255L61.4247 55.8207L57.7644 59.3991C57.7644 59.3991 56.731 60.4028 56.7177 60.4159C55.791 61.3088 54.5509 61.7781 53.3441 61.7781H53.3241C52.0907 61.7781 50.8306 61.3023 49.8905 60.3898L45.0702 55.6773C44.0235 54.654 43.6968 53.1874 44.0901 51.8968C44.2835 51.2516 44.6568 50.6584 45.1902 50.1761L45.2035 50.1826Z' fill='url(%23paint10_linear_2_359)'/%3E%3Cpath d='M45.2235 50.1761C45.8902 49.5764 46.7169 49.244 47.557 49.1854C48.657 49.055 49.9505 49.5504 50.7972 50.3716L51.2439 50.8083L52.1039 51.6492L52.964 52.3987L53.404 52.7768L56.0109 50.2282L60.7912 45.5548C61.0179 45.3332 61.3113 45.1051 61.578 44.9487C62.3314 44.4989 63.2047 44.3229 64.0648 44.4142C64.9182 44.5054 65.7449 44.877 66.3983 45.5157C66.7317 45.8416 66.985 46.2131 67.1584 46.6107C67.3317 47.0083 67.4317 47.419 67.4517 47.8296C67.6184 48.9377 66.9517 50.4107 66.0783 51.2646L61.3979 55.8402L57.751 59.4056C57.751 59.4056 56.7243 60.4028 56.7109 60.4159C55.7842 61.3023 54.5508 61.7716 53.3507 61.7716H53.3307C52.0973 61.7716 50.8372 61.3023 49.9105 60.3833L45.0901 55.6708C44.0434 54.6474 43.7167 53.1809 44.1167 51.8903C44.3167 51.245 44.6901 50.6519 45.2301 50.1761H45.2235Z' fill='url(%23paint11_linear_2_359)'/%3E%3Cpath d='M45.2502 50.1761C45.9169 49.5765 46.7436 49.2571 47.5837 49.2049C48.6704 49.0746 49.9772 49.583 50.8106 50.4043L51.2573 50.841L52.1173 51.6818L52.9774 52.4118L53.4174 52.7833L56.0243 50.2348L60.798 45.5679C61.0247 45.3463 61.318 45.1182 61.5847 44.9617C62.3381 44.512 63.2115 44.3295 64.0649 44.4272C64.9183 44.5185 65.745 44.89 66.3984 45.5223C66.7317 45.8482 66.9851 46.2262 67.1651 46.6238C67.3384 47.0214 67.4318 47.4386 67.4451 47.8492C67.6118 48.9442 66.9051 50.4499 66.0383 51.2972L61.378 55.8533L57.7444 59.4056C57.7444 59.4056 56.7243 60.4029 56.7043 60.4094C55.7843 61.2958 54.5509 61.7586 53.3508 61.7586H53.3308C52.104 61.7586 50.8439 61.2893 49.9105 60.3768L45.0902 55.6643C44.0368 54.6344 43.7167 53.1679 44.1234 51.8773C44.3234 51.2386 44.7035 50.6454 45.2435 50.1696L45.2502 50.1761Z' fill='url(%23paint12_linear_2_359)'/%3E%3Cpath d='M45.27 50.1762C45.9367 49.583 46.7634 49.2702 47.5968 49.218C48.6769 49.0942 49.9903 49.6156 50.8171 50.4238L51.2638 50.8605L52.1238 51.7014L52.9839 52.4183L53.4239 52.7834L56.0308 50.2413L60.7978 45.581C61.0245 45.3594 61.3178 45.1247 61.5778 44.9748C62.3312 44.525 63.2046 44.3425 64.058 44.4338C64.9114 44.525 65.7381 44.8901 66.3848 45.5288C66.7182 45.8547 66.9782 46.2328 67.1516 46.6369C67.3249 47.041 67.4116 47.4581 67.4249 47.8753C67.5916 48.9638 66.8449 50.4955 65.9915 51.3298L61.3445 55.8729L57.7309 59.4122C57.7309 59.4122 56.7175 60.4029 56.6975 60.4159C55.7774 61.2959 54.5507 61.7521 53.3572 61.7521H53.3372C52.1105 61.7521 50.8571 61.2828 49.9237 60.3703L45.1033 55.6578C44.0499 54.6279 43.7366 53.1549 44.1499 51.8708C44.3566 51.2321 44.7366 50.6389 45.2767 50.1762H45.27Z' fill='url(%23paint13_linear_2_359)'/%3E%3Cpath d='M45.2968 50.1763C45.9702 49.5897 46.7903 49.2768 47.6237 49.2377C48.6904 49.1138 50.0105 49.6483 50.8372 50.45L51.2839 50.8867L52.144 51.7276L53.0041 52.4315L53.4441 52.79L56.0443 50.248L60.8113 45.5876C61.0313 45.3725 61.3313 45.1313 61.5913 44.9814C62.3381 44.5317 63.2115 44.3492 64.0648 44.4404C64.9182 44.5317 65.7383 44.8967 66.3917 45.5355C66.7317 45.8679 66.9851 46.2459 67.1584 46.6565C67.3318 47.0607 67.4118 47.4843 67.4184 47.9015C67.5851 48.977 66.7984 50.5413 65.9517 51.3691L61.3247 55.8926L57.7177 59.4188C57.7177 59.4188 56.711 60.403 56.6843 60.4161C55.7709 61.2895 54.5442 61.7457 53.3574 61.7457H53.3374C52.1107 61.7457 50.8572 61.2764 49.9305 60.3639L45.1102 55.6514C44.0567 54.6216 43.7434 53.1485 44.1634 51.8644C44.3701 51.2257 44.7568 50.639 45.2968 50.1763Z' fill='url(%23paint14_linear_2_359)'/%3E%3Cpath d='M45.317 50.1762C45.9904 49.5961 46.8105 49.2898 47.6439 49.2507C48.704 49.1269 50.0307 49.6809 50.8441 50.4761L51.2908 50.9128L52.1509 51.7536L53.0109 52.451L53.451 52.803L56.0512 50.261L60.8115 45.6071C61.0315 45.392 61.3315 45.1509 61.5916 45.001C62.3383 44.5512 63.2117 44.3622 64.0651 44.4534C64.9185 44.5447 65.7385 44.9097 66.3919 45.5419C66.7319 45.8744 66.9853 46.2589 67.1586 46.6696C67.3253 47.0802 67.412 47.5039 67.412 47.921C67.572 48.99 66.7586 50.5804 65.9185 51.4016L61.3115 55.9121L57.7179 59.4253C57.7179 59.4253 56.7112 60.403 56.6912 60.416C55.7778 61.2829 54.5644 61.7392 53.3776 61.7392H53.3576C52.1375 61.7392 50.8841 61.2699 49.9574 60.3639L45.137 55.6514C44.0836 54.6215 43.7703 53.1419 44.197 51.8579C44.4103 51.2191 44.797 50.639 45.3437 50.1762H45.317Z' fill='url(%23paint15_linear_2_359)'/%3E%3Cpath d='M45.3436 50.1762C46.017 49.6026 46.837 49.3028 47.6638 49.2702C48.7172 49.1464 50.0506 49.7134 50.8573 50.5021L51.304 50.9388L52.1641 51.7796L53.0241 52.4575L53.4642 52.803L56.0577 50.2675L60.8114 45.6201C61.0314 45.405 61.3381 45.1639 61.5914 45.0139C62.3381 44.5577 63.2049 44.3752 64.0583 44.4664C64.9117 44.5577 65.7317 44.9227 66.3784 45.5549C66.7185 45.8874 66.9785 46.2784 67.1452 46.6891C67.3118 47.0997 67.3918 47.5299 67.3852 47.947C67.5452 49.003 66.6918 50.6259 65.8584 51.4407L61.2647 55.9316L57.6845 59.4318C57.6845 59.4318 56.6844 60.4029 56.6577 60.4225C55.751 61.2894 54.5376 61.7391 53.3508 61.7391H53.3242C52.1041 61.7391 50.8573 61.2698 49.9306 60.3638L45.1102 55.6513C44.0568 54.6215 43.7501 53.1354 44.1768 51.8578C44.3902 51.2191 44.7835 50.639 45.3303 50.1827L45.3436 50.1762Z' fill='url(%23paint16_linear_2_359)'/%3E%3Cpath d='M45.3636 50.1763C46.037 49.6092 46.857 49.3094 47.6838 49.2833C48.7238 49.1595 50.0706 49.7461 50.8707 50.5218L51.3174 50.9585L52.1708 51.7993L53.0308 52.4641L53.4642 52.8031L56.0577 50.2676L60.8047 45.6267C61.0247 45.4116 61.3314 45.1705 61.5781 45.0206C62.3248 44.5643 63.1915 44.3818 64.0383 44.4731C64.8917 44.5643 65.7117 44.9293 66.3584 45.5616C66.6985 45.9005 66.9585 46.2851 67.1252 46.7022C67.2918 47.1194 67.3652 47.5496 67.3585 47.9667C67.5185 49.0161 66.6251 50.6652 65.8051 51.4669L61.2314 55.9382L57.6711 59.4254C57.6711 59.4254 56.6777 60.39 56.6511 60.4096C55.7443 61.2699 54.5376 61.7197 53.3575 61.7197H53.3308C52.1107 61.7197 50.864 61.2504 49.9439 60.3509L45.1236 55.6384C44.0702 54.6085 43.7635 53.1224 44.2035 51.8384C44.4235 51.1996 44.8169 50.6195 45.3636 50.1698V50.1763Z' fill='url(%23paint17_linear_2_359)'/%3E%3Cpath d='M45.3905 50.1761C46.0638 49.609 46.8839 49.3222 47.704 49.3027C48.7374 49.1788 50.0908 49.7785 50.8775 50.5541L51.3242 50.9908L52.1776 51.8251L53.031 52.4769L53.4644 52.8094L56.0512 50.2804L60.7982 45.6396C61.0116 45.431 61.3249 45.1768 61.5716 45.0334C62.3117 44.5771 63.1784 44.3946 64.0318 44.4794C64.8852 44.5641 65.7052 44.9291 66.352 45.5613C66.6987 45.9003 66.9587 46.2914 67.1187 46.715C67.2854 47.1322 67.352 47.5689 67.3387 47.986C67.4987 49.0224 66.572 50.704 65.7519 51.4992L61.1916 55.9576L57.6447 59.4316C57.6447 59.4316 56.6579 60.3898 56.6246 60.4093C55.7179 61.2632 54.5178 61.7129 53.3444 61.7129H53.3177C52.0976 61.7129 50.8575 61.2437 49.9374 60.3442L45.1171 55.6317C44.0637 54.6018 43.757 53.1092 44.2037 51.8317C44.4237 51.1929 44.8237 50.6193 45.3771 50.1761H45.3905Z' fill='url(%23paint18_linear_2_359)'/%3E%3Cpath d='M45.4168 50.1698C46.0902 49.6092 46.9102 49.329 47.7303 49.3094C48.7504 49.1921 50.1105 49.7983 50.8972 50.5674L51.3439 51.0041L52.1973 51.8384L53.0507 52.4772L53.484 52.8031L56.0709 50.2741L60.8112 45.6398C61.0246 45.4312 61.3379 45.177 61.5846 45.0336C62.3247 44.5773 63.1914 44.3883 64.0381 44.4796C64.8849 44.5643 65.7049 44.9293 66.3516 45.5616C66.6983 45.9005 66.9583 46.2981 67.1183 46.7218C67.2784 47.1454 67.3517 47.5821 67.3317 47.9993C67.485 49.0291 66.525 50.7368 65.7116 51.5255L61.1712 55.9643L57.6377 59.4188C57.6377 59.4188 56.6576 60.377 56.6243 60.3965C55.7242 61.2504 54.5241 61.6936 53.3574 61.6936H53.3307C52.1173 61.6936 50.8772 61.2243 49.9571 60.3248L45.1368 55.6123C44.0834 54.5825 43.7767 53.0898 44.23 51.8123C44.4567 51.1736 44.8501 50.6065 45.4101 50.1633L45.4168 50.1698Z' fill='url(%23paint19_linear_2_359)'/%3E%3Cpath d='M45.4368 50.1695C46.1102 49.6154 46.9303 49.3352 47.7504 49.3286C48.7638 49.2113 50.1305 49.8371 50.9106 50.5931L51.3573 51.0298L52.2107 51.8642L53.0641 52.4899L53.4974 52.8093L56.0776 50.2868L60.8113 45.659C61.0246 45.4504 61.338 45.1962 61.5847 45.0528C62.3247 44.5966 63.1848 44.4076 64.0382 44.4923C64.8849 44.577 65.705 44.942 66.3517 45.5743C66.6984 45.9132 66.9584 46.3173 67.1251 46.741C67.2851 47.1647 67.3518 47.6079 67.3251 48.025C67.4784 49.0419 66.4784 50.7756 65.6783 51.5643L61.158 55.9835L57.6311 59.425C57.6311 59.425 56.651 60.3767 56.6177 60.3962C55.7176 61.2436 54.5242 61.6868 53.3574 61.6868H53.3307C52.1173 61.6868 50.8772 61.2175 49.9638 60.3245L45.1435 55.612C44.0834 54.5822 43.7901 53.083 44.2501 51.8055C44.4768 51.1732 44.8768 50.5997 45.4368 50.163V50.1695Z' fill='url(%23paint20_linear_2_359)'/%3E%3Cpath d='M45.4636 50.1696C46.1437 49.622 46.9571 49.3483 47.7705 49.3418C48.7706 49.2244 50.1507 49.8632 50.9174 50.6193L51.3641 51.056L52.2175 51.8903L53.0709 52.503L53.5042 52.8159L56.0844 50.2934L60.8114 45.6721C61.0181 45.4701 61.3381 45.2094 61.5848 45.066C62.3182 44.6097 63.1849 44.4207 64.0317 44.5054C64.8784 44.5901 65.6984 44.9552 66.3385 45.5809C66.6918 45.9263 66.9519 46.3305 67.1119 46.7541C67.2719 47.1843 67.3319 47.6275 67.3052 48.0447C67.4586 49.055 66.4185 50.8148 65.6251 51.5905L61.1181 55.9967L57.6112 59.4251C57.6112 59.4251 56.6378 60.3702 56.6045 60.3898C55.7111 61.2306 54.5176 61.6738 53.3576 61.6738H53.3309C52.1175 61.6738 50.884 61.2111 49.9706 60.3116L45.1503 55.5991C44.0902 54.5627 43.7969 53.0635 44.2636 51.7925C44.4969 51.1603 44.8969 50.5932 45.457 50.1565L45.4636 50.1696Z' fill='url(%23paint21_linear_2_359)'/%3E%3Cpath d='M45.4835 50.1696C46.1635 49.6286 46.9769 49.3614 47.7903 49.3614C48.7837 49.244 50.1705 49.9024 50.9305 50.6454L51.3772 51.0821L52.2306 51.9164L53.084 52.5161L53.5174 52.8224L56.0909 50.3065L60.8179 45.6852C61.0246 45.4832 61.3446 45.2224 61.5846 45.079C62.318 44.6228 63.1848 44.4272 64.0315 44.512C64.8782 44.5967 65.6983 44.9552 66.3383 45.5874C66.6917 45.9329 66.9517 46.337 67.1117 46.7737C67.2717 47.2039 67.3251 47.6536 67.2917 48.0708C67.4451 49.0681 66.3717 50.8605 65.5849 51.6296L61.0979 56.0162L57.6044 59.4317C57.6044 59.4317 56.6376 60.3703 56.5976 60.3963C55.7042 61.2372 54.5175 61.6739 53.3641 61.6739H53.3374C52.1306 61.6739 50.8972 61.2111 49.9838 60.3181L45.1635 55.6056C44.1034 54.5692 43.81 53.0701 44.2834 51.7991C44.5167 51.1669 44.9234 50.5998 45.4902 50.1696H45.4835Z' fill='url(%23paint22_linear_2_359)'/%3E%3Cpath d='M45.5102 50.1695C46.1902 49.6285 47.0036 49.3677 47.817 49.3743C48.7971 49.2569 50.1905 49.9283 50.9505 50.6648L51.3972 51.1015L52.2506 51.9358L53.104 52.5225L53.5374 52.8223L56.1109 50.3063L60.8313 45.6916C61.0379 45.4895 61.358 45.2288 61.598 45.0919C62.3314 44.6357 63.1914 44.4401 64.0382 44.5249C64.8849 44.6096 65.7049 44.9681 66.345 45.6003C66.6983 45.9458 66.9584 46.3564 67.1184 46.7931C67.2784 47.2298 67.3317 47.6731 67.2851 48.0967C67.4384 49.0875 66.325 50.906 65.5449 51.6686L61.0779 56.0357L57.5977 59.4381C57.5644 59.4706 56.6376 60.3701 56.5976 60.3962C55.7042 61.2305 54.5308 61.6672 53.3774 61.6672H53.3507C52.144 61.6672 50.9105 61.2044 50.0038 60.3115L45.1835 55.599C44.1234 54.5626 43.8367 53.0569 44.3101 51.7859C44.5501 51.1537 44.9568 50.5931 45.5235 50.1629L45.5102 50.1695Z' fill='url(%23paint23_linear_2_359)'/%3E%3Cpath d='M45.5302 50.1695C46.2102 49.635 47.0303 49.3808 47.8304 49.3938C48.8038 49.283 50.2039 49.9674 50.9506 50.6974L51.3906 51.1341L52.2373 51.9619L53.0907 52.5355L53.5241 52.8288L56.091 50.3194L60.8046 45.7111C61.0046 45.5156 61.3313 45.2419 61.5714 45.105C62.3047 44.6422 63.1648 44.4532 64.0115 44.5379C64.8583 44.6226 65.6716 44.9811 66.3184 45.6069C66.6784 45.9588 66.9384 46.3695 67.0917 46.8062C67.2451 47.2429 67.2984 47.6926 67.2518 48.1228C67.3984 49.1005 66.2517 50.9516 65.4783 51.7077L61.0246 56.0617L57.5577 59.4511C57.5244 59.4837 56.6043 60.3767 56.5577 60.4027C55.6709 61.2305 54.4975 61.6672 53.3508 61.6672H53.3241C52.1173 61.6672 50.8906 61.2044 49.9839 60.3115L45.1635 55.599C44.1034 54.5626 43.8167 53.0569 44.3034 51.7859C44.5435 51.1537 44.9568 50.5931 45.5235 50.176L45.5302 50.1695Z' fill='url(%23paint24_linear_2_359)'/%3E%3Cpath d='M45.5564 50.1694C46.2364 49.6415 47.0565 49.3938 47.8565 49.4068C48.8233 49.296 50.23 49.9934 50.9701 50.7169L51.4101 51.1471L52.2568 51.9749L53.1036 52.5354L53.5369 52.8222L56.1038 50.3128L60.8108 45.7111C61.0108 45.5156 61.3442 45.2418 61.5775 45.1114C62.3042 44.6487 63.1643 44.4596 64.011 44.5379C64.8578 44.6226 65.6711 44.9811 66.3112 45.6068C66.6712 45.9588 66.9312 46.3759 67.0846 46.8126C67.2379 47.2493 67.2846 47.7056 67.2313 48.1358C67.3779 49.107 66.1912 50.9842 65.4311 51.7272L60.9975 56.0617L57.5439 59.438C57.5039 59.4771 56.5905 60.357 56.5505 60.3896C55.6638 61.2174 54.497 61.6476 53.3503 61.6476H53.3236C52.1235 61.6476 50.8968 61.1848 49.99 60.2984L45.1697 55.5859C44.1096 54.5495 43.8229 53.0373 44.3163 51.7663C44.5563 51.1341 44.9763 50.58 45.5497 50.1629L45.5564 50.1694Z' fill='url(%23paint25_linear_2_359)'/%3E%3Cpath d='M45.5771 50.163C46.2571 49.6415 47.0772 49.3938 47.8772 49.4199C48.8306 49.3091 50.2507 50.0261 50.9841 50.7431L51.4242 51.1733L52.2709 52.001L53.1176 52.5486L53.551 52.8288L56.1112 50.3259L60.8182 45.7242C61.0182 45.5287 61.3515 45.2549 61.5782 45.1246C62.3049 44.6618 63.165 44.4662 64.0117 44.551C64.8585 44.6357 65.6719 44.9877 66.3119 45.6134C66.6719 45.9654 66.9319 46.3825 67.0853 46.8323C67.2386 47.2755 67.2786 47.7318 67.2253 48.1619C67.372 49.1201 66.1519 51.0299 65.3918 51.7664L60.9715 56.0878L57.5313 59.4511C57.4913 59.4902 56.5845 60.3702 56.5379 60.3962C55.6578 61.2175 54.491 61.6477 53.351 61.6477H53.3243C52.1242 61.6477 50.8975 61.1849 49.9974 60.2985L45.177 55.5859C44.117 54.5496 43.8369 53.0309 44.3303 51.7664C44.577 51.1407 44.997 50.5801 45.5704 50.1695L45.5771 50.163Z' fill='url(%23paint26_linear_2_359)'/%3E%3Cpath d='M45.6036 50.163C46.2903 49.6481 47.1037 49.4069 47.8971 49.433C48.8438 49.3222 50.2706 50.0522 50.9906 50.7626L51.4306 51.1928L52.2774 52.0206L53.1241 52.5551L53.5575 52.8288L56.1176 50.3259L60.818 45.7307C61.0113 45.5417 61.3514 45.2614 61.578 45.1311C62.3048 44.6683 63.1582 44.4728 64.0049 44.551C64.8516 44.6292 65.665 44.9877 66.305 45.6134C66.6651 45.9654 66.9318 46.3891 67.0784 46.8388C67.2318 47.2885 67.2718 47.7448 67.2051 48.175C67.3518 49.1266 66.0917 51.0625 65.345 51.7925L60.9447 56.0944L57.5177 59.4446C57.4777 59.4837 56.5777 60.3571 56.531 60.3832C55.651 61.198 54.4909 61.6281 53.3575 61.6281H53.3308C52.1307 61.6281 50.9106 61.1654 50.0105 60.2789L45.1902 55.5664C44.1301 54.53 43.8501 53.0113 44.3568 51.7468C44.6035 51.1211 45.0302 50.5671 45.6036 50.1565V50.163Z' fill='url(%23paint27_linear_2_359)'/%3E%3Cpath d='M45.6233 50.1631C46.31 49.6481 47.1234 49.42 47.9168 49.4461C48.8502 49.3353 50.2836 50.0848 51.0036 50.7823L51.4437 51.2125L52.2904 52.0402L53.1371 52.5617L53.5705 52.8289L56.1307 50.3325L60.8244 45.7439C61.0177 45.5548 61.3577 45.2746 61.5844 45.1442C62.3111 44.6814 63.1645 44.4859 64.0046 44.5641C64.8513 44.6423 65.6647 45.0008 66.2981 45.6265C66.6648 45.985 66.9248 46.4087 67.0781 46.8584C67.2248 47.3082 67.2648 47.771 67.1981 48.2011C67.3382 49.1397 66.0447 51.1082 65.3047 51.8252L60.9244 56.1075L57.5108 59.4447C57.4708 59.4838 56.5774 60.3507 56.524 60.3833C55.6506 61.1915 54.4906 61.6217 53.3638 61.6217H53.3371C52.1437 61.6217 50.9236 61.1589 50.0236 60.279L45.2032 55.5665C44.1365 54.5236 43.8631 53.0049 44.3765 51.7404C44.6299 51.1147 45.0566 50.5607 45.6299 50.1631H45.6233Z' fill='url(%23paint28_linear_2_359)'/%3E%3Cpath d='M45.6499 50.163C46.3367 49.6546 47.1501 49.4264 47.9434 49.4655C48.8702 49.3547 50.3103 50.1173 51.0237 50.8148L51.4637 51.245L52.3104 52.0727L53.1572 52.5811L53.5905 52.8419L56.144 50.3455L60.831 45.7633C61.0244 45.5743 61.3644 45.2875 61.5911 45.1637C62.3111 44.7009 63.1645 44.4988 64.0113 44.5836C64.8513 44.6618 65.6647 45.0203 66.3048 45.6395C66.6715 45.998 66.9381 46.4282 67.0848 46.8844C67.2315 47.3407 67.2648 47.8035 67.1915 48.2336C67.3315 49.1657 66.0047 51.1537 65.2714 51.8707L60.9044 56.14L57.5041 59.4642C57.4641 59.5098 56.5774 60.3636 56.5241 60.3962C55.6507 61.2045 54.4972 61.6281 53.3705 61.6281H53.3438C52.1504 61.6281 50.9303 61.1654 50.0369 60.2854L45.2166 55.5729C44.1498 54.53 43.8765 53.0113 44.3965 51.7468C44.6499 51.1211 45.0832 50.5736 45.6633 50.176L45.6499 50.163Z' fill='url(%23paint29_linear_2_359)'/%3E%3Cpath d='M45.6703 50.163C46.357 49.6611 47.1704 49.4395 47.9571 49.4786C48.8705 49.3743 50.3239 50.15 51.024 50.8344L51.464 51.2646L52.3041 52.0923L53.1508 52.5877L53.5775 52.8419L56.131 50.3455L60.818 45.7634C61.0114 45.5743 61.3514 45.2876 61.5714 45.1637C62.2915 44.7009 63.1449 44.4989 63.9849 44.5771C64.825 44.6553 65.6384 45.0138 66.2717 45.633C66.6384 45.9915 66.9051 46.4217 67.0518 46.8845C67.1985 47.3407 67.2252 47.81 67.1518 48.2402C67.2918 49.1592 65.9251 51.1798 65.1983 51.8903L60.8514 56.14L57.4644 59.4512C57.4178 59.4968 56.5377 60.3441 56.4844 60.3767C55.611 61.1784 54.4642 61.6021 53.3442 61.6021H53.3175C52.1241 61.6021 50.9106 61.1393 50.0172 60.2659L45.1969 55.5534C44.1302 54.5105 43.8635 52.9853 44.3902 51.7273C44.6502 51.1016 45.0836 50.5541 45.6636 50.163H45.6703Z' fill='url(%23paint30_linear_2_359)'/%3E%3Cpath d='M45.6966 50.163C46.3833 49.6676 47.1967 49.4525 47.9834 49.4982C48.8902 49.3939 50.3503 50.1826 51.0437 50.8604L51.4837 51.2906L52.3237 52.1119L53.1705 52.5942L53.5972 52.8419L56.144 50.352L60.8244 45.7764C61.011 45.5939 61.3577 45.3006 61.5777 45.1767C62.2978 44.714 63.1512 44.5119 63.9913 44.5901C64.8313 44.6683 65.6447 45.0203 66.2781 45.646C66.6514 46.011 66.9115 46.4412 67.0581 46.904C67.2048 47.3668 67.2248 47.8361 67.1448 48.2663C67.2848 49.1788 65.8781 51.2254 65.1647 51.9294L60.8377 56.1596L57.4641 59.4577C57.4174 59.5033 56.5441 60.3441 56.4907 60.3832C55.624 61.1784 54.4839 61.6021 53.3638 61.6021H53.3372C52.1437 61.6021 50.937 61.1458 50.0436 60.2659L45.2232 55.5534C44.1565 54.5105 43.8898 52.9788 44.4232 51.7208C44.6832 51.0951 45.1232 50.5541 45.7033 50.163H45.6966Z' fill='url(%23paint31_linear_2_359)'/%3E%3Cpath d='M45.7168 50.1628C46.4036 49.674 47.2169 49.4589 48.0037 49.511C48.8971 49.4068 50.3638 50.2085 51.0572 50.8863L51.4973 51.3165L52.3373 52.1378L53.1774 52.6071L53.6041 52.8483L56.1509 50.3649L60.8246 45.7958C61.0113 45.6133 61.358 45.32 61.578 45.1961C62.298 44.7268 63.1448 44.5313 63.9848 44.603C64.8249 44.6812 65.6383 45.0332 66.2717 45.6524C66.645 46.0174 66.9117 46.4541 67.0517 46.9169C67.1917 47.3797 67.2184 47.8555 67.1317 48.2857C67.2651 49.1851 65.8249 51.2644 65.1182 51.9553L60.8046 56.1724L57.4444 59.4575C57.3977 59.5031 56.5309 60.344 56.4709 60.3766C55.6042 61.1718 54.4708 61.5889 53.3574 61.5889H53.3307C52.144 61.5889 50.9305 61.1326 50.0438 60.2527L45.2235 55.5402C44.1567 54.4973 43.89 52.9656 44.4301 51.7076C44.6968 51.0819 45.1368 50.5409 45.7168 50.1563V50.1628Z' fill='url(%23paint32_linear_2_359)'/%3E%3Cpath d='M45.7436 50.1629C46.437 49.6806 47.2437 49.472 48.0238 49.5307C48.9105 49.4264 50.384 50.2476 51.064 50.9125L51.504 51.3427L52.3441 52.1639L53.1842 52.6202L53.6109 52.8548L56.151 50.3715L60.818 45.8089C61.0047 45.6264 61.3514 45.3331 61.5714 45.2092C62.2848 44.7399 63.1382 44.5379 63.9783 44.6161C64.8183 44.6943 65.6251 45.0463 66.2584 45.6655C66.6318 46.0305 66.8985 46.4737 67.0385 46.943C67.1785 47.4123 67.1985 47.8881 67.1052 48.3248C67.2385 49.2178 65.7651 51.3231 65.0583 52.0075L60.7647 56.2051L57.4178 59.4771C57.3645 59.5293 56.5111 60.3571 56.4511 60.3897C55.591 61.1783 54.4576 61.589 53.3442 61.589H53.3175C52.1308 61.589 50.924 61.1327 50.0306 60.2593L45.2103 55.5468C44.1435 54.5039 43.8835 52.9657 44.4235 51.7077C44.6902 51.0819 45.1369 50.5475 45.7236 50.1629H45.7436Z' fill='url(%23paint33_linear_2_359)'/%3E%3Cpath d='M45.7633 50.1564C46.4567 49.674 47.2634 49.4785 48.0434 49.5372C48.9168 49.4329 50.4036 50.2672 51.077 50.9255L51.517 51.3557L52.3571 52.1769L53.1972 52.6202L53.6238 52.8483L56.164 50.3649L60.831 45.8023C61.011 45.6264 61.3711 45.32 61.5778 45.2027C62.2911 44.7334 63.1379 44.5313 63.9779 44.603C64.818 44.6812 65.6247 45.0332 66.2581 45.6524C66.6381 46.024 66.8981 46.4672 67.0381 46.9365C67.1782 47.4058 67.1915 47.8881 67.0982 48.3183C67.2315 49.1982 65.7181 51.3361 65.0247 52.014L60.7444 56.1986L57.4108 59.4576C57.3575 59.5097 56.5107 60.331 56.4441 60.3701C55.584 61.1522 54.4572 61.5629 53.3505 61.5629H53.3238C52.1371 61.5629 50.937 61.1066 50.0436 60.2332L45.2232 55.5207C44.1565 54.4778 43.8965 52.9396 44.4499 51.6816C44.7232 51.0624 45.1699 50.5279 45.7566 50.1433L45.7633 50.1564Z' fill='url(%23paint34_linear_2_359)'/%3E%3Cpath d='M45.7899 50.1565C46.4832 49.6807 47.29 49.4852 48.07 49.5569C48.9367 49.4526 50.4302 50.3065 51.0969 50.9583L51.5369 51.3884L52.377 52.2097L53.2171 52.6399L53.6438 52.8615L56.1773 50.3847L60.8376 45.8286C61.0176 45.6526 61.3776 45.3463 61.5843 45.2289C62.2977 44.7596 63.1444 44.5576 63.9845 44.6293C64.8246 44.701 65.6313 45.0595 66.2647 45.6722C66.6447 46.0437 66.9114 46.4869 67.0447 46.9627C67.1847 47.4385 67.1914 47.9209 67.0914 48.3576C67.2247 49.231 65.6713 51.395 64.9846 52.0663L60.7243 56.2313L57.404 59.4773C57.3507 59.5294 56.504 60.3442 56.444 60.3833C55.5906 61.1654 54.4638 61.5696 53.3637 61.5696H53.3371C52.157 61.5696 50.9502 61.1133 50.0635 60.2399L45.2432 55.5274C44.1697 54.478 43.9164 52.9397 44.4764 51.6883C44.7498 51.0691 45.2031 50.5346 45.7899 50.1631V50.1565Z' fill='url(%23paint35_linear_2_359)'/%3E%3Cpath d='M45.8102 50.1564C46.5036 49.6871 47.3104 49.498 48.0837 49.5697C48.9371 49.472 50.4439 50.3324 51.0973 50.9776L51.5373 51.4078L52.3774 52.2291L53.2174 52.6462L53.6441 52.8613L56.1777 50.3845L60.8313 45.8349C61.0113 45.6589 61.3714 45.3526 61.578 45.2353C62.2914 44.766 63.1315 44.5574 63.9715 44.6356C64.8116 44.7073 65.6183 45.0593 66.2517 45.6785C66.6317 46.05 66.8984 46.4998 67.0384 46.9821C67.1784 47.4579 67.1851 47.9402 67.0784 48.3835C67.2118 49.2438 65.6183 51.4404 64.945 52.0987L60.7046 56.2442L57.3977 59.4771C57.3444 59.5293 56.5043 60.3375 56.4377 60.3766C55.5843 61.1522 54.4642 61.5564 53.3708 61.5564H53.3441C52.164 61.5564 50.9639 61.1001 50.0772 60.2332L45.2569 55.5207C44.1835 54.4713 43.9368 52.9265 44.4968 51.6751C44.7768 51.0559 45.2302 50.5279 45.8236 50.1564H45.8102Z' fill='url(%23paint36_linear_2_359)'/%3E%3Cpath d='M45.837 50.1564C46.5304 49.6936 47.3371 49.5111 48.1105 49.5894C48.9572 49.4916 50.464 50.3715 51.1174 51.0038L51.5574 51.434L52.3908 52.2552L53.2309 52.6593L53.6576 52.8679L56.1844 50.3976L60.8314 45.8545C61.0048 45.6851 61.3715 45.3722 61.5781 45.2549C62.2849 44.7856 63.1316 44.577 63.965 44.6487C64.805 44.7204 65.6118 45.0724 66.2385 45.6916C66.6185 46.0631 66.8852 46.5194 67.0252 47.0017C67.1585 47.484 67.1652 47.9664 67.0519 48.4096C67.1786 49.2635 65.5584 51.4861 64.8851 52.1379L60.6581 56.2703L57.3645 59.4902C57.3112 59.5424 56.4778 60.3441 56.4111 60.3897C55.5577 61.1588 54.4443 61.5629 53.3509 61.5629H53.3242C52.1441 61.5629 50.9507 61.1067 50.064 60.2398L45.2436 55.5273C44.1702 54.4779 43.9235 52.9331 44.4969 51.6816C44.7769 51.0624 45.237 50.5345 45.8303 50.1695L45.837 50.1564Z' fill='url(%23paint37_linear_2_359)'/%3E%3Cpath d='M45.8572 50.1564C46.5505 49.7002 47.3573 49.5176 48.1307 49.6024C48.9641 49.5046 50.4842 50.3976 51.1309 51.0298L51.5709 51.46L52.4043 52.2748L53.2444 52.6658L53.6711 52.8679L56.1979 50.3976L60.8382 45.861C61.0116 45.6916 61.3783 45.3787 61.5783 45.2614C62.285 44.7921 63.1251 44.5835 63.9651 44.6552C64.8052 44.7269 65.6052 45.0789 66.2386 45.6916C66.6253 46.0696 66.892 46.5259 67.0253 47.0082C67.1587 47.4905 67.1587 47.9794 67.0453 48.4226C67.172 49.2634 65.5119 51.5122 64.8519 52.164L60.6449 56.2768L57.3647 59.4837C57.3047 59.5423 56.4846 60.331 56.4113 60.3766C55.5645 61.1392 54.4511 61.5434 53.3644 61.5434H53.3377C52.1643 61.5434 50.9642 61.0871 50.0841 60.2267L45.2638 55.5142C44.1904 54.4648 43.9437 52.9135 44.5237 51.6621C44.8104 51.0429 45.2705 50.5214 45.8638 50.1564H45.8572Z' fill='url(%23paint38_linear_2_359)'/%3E%3Cpath d='M45.8833 50.1564C46.5767 49.7001 47.3834 49.5307 48.1501 49.6219C48.9769 49.5241 50.5036 50.4367 51.137 51.0559L51.577 51.4861L52.4104 52.3008L53.2438 52.6789L53.6705 52.8744L56.1907 50.4106L60.831 45.8741C61.0044 45.7046 61.3711 45.3852 61.5711 45.2744C62.2778 44.8051 63.1179 44.5965 63.9513 44.6617C64.7913 44.7334 65.5914 45.0854 66.2181 45.6981C66.6048 46.0761 66.8715 46.5324 67.0048 47.0212C67.1382 47.5101 67.1315 47.9989 67.0115 48.4422C67.1382 49.2765 65.438 51.5512 64.7847 52.19L60.5977 56.2833L57.3308 59.4771C57.2708 59.5358 56.4507 60.3245 56.3841 60.3636C55.5373 61.1262 54.4373 61.5238 53.3505 61.5238H53.3238C52.1504 61.5238 50.957 61.0675 50.0769 60.2072L45.2566 55.4946C44.1832 54.4452 43.9365 52.8874 44.5232 51.6425C44.8099 51.0233 45.2766 50.5018 45.8766 50.1499L45.8833 50.1564Z' fill='url(%23paint39_linear_2_359)'/%3E%3Cpath d='M45.9033 50.1564C46.5967 49.7066 47.4034 49.5437 48.1701 49.6349C48.9902 49.5372 50.5236 50.4627 51.1503 51.0754L51.5904 51.5056L52.4237 52.3203L53.2571 52.6853L53.6838 52.8744L56.204 50.4106L60.8377 45.8806C61.0044 45.7176 61.3777 45.3917 61.5777 45.2809C62.2778 44.8051 63.1179 44.5965 63.9579 44.6682C64.7913 44.7399 65.598 45.0854 66.2247 45.698C66.6114 46.0761 66.8848 46.5389 67.0115 47.0342C67.1448 47.5231 67.1381 48.0185 67.0115 48.4617C67.1381 49.2829 65.4047 51.5903 64.7513 52.2226L60.5777 56.3028L57.3241 59.4836C57.2641 59.5423 56.4507 60.3244 56.3774 60.3701C55.5373 61.1262 54.4372 61.5238 53.3572 61.5238H53.3305C52.1571 61.5238 50.9703 61.0675 50.0902 60.2136L45.2699 55.5011C44.1965 54.4517 43.9565 52.8939 44.5432 51.649C44.8365 51.0298 45.2966 50.5149 45.9033 50.1629V50.1564Z' fill='url(%23paint40_linear_2_359)'/%3E%3Cpath d='M45.9301 50.1565C46.6302 49.7133 47.4303 49.5504 48.197 49.6547C49.0037 49.5634 50.5505 50.502 51.1705 51.1082L51.6106 51.5384L52.444 52.3531L53.2773 52.7051L53.704 52.8876L56.2176 50.4303L60.8446 45.9068C61.0112 45.7439 61.3846 45.418 61.5846 45.3072C62.2847 44.8313 63.1247 44.6228 63.9581 44.6945C64.7915 44.7662 65.5982 45.1116 66.2249 45.7243C66.6183 46.1089 66.885 46.5716 67.0117 47.067C67.1383 47.5624 67.1317 48.0578 66.9983 48.501C67.1183 49.3157 65.3515 51.6492 64.7115 52.2749L60.5579 56.3356L57.3176 59.5034C57.2576 59.562 56.4509 60.3377 56.3776 60.3833C55.5375 61.1329 54.4441 61.5305 53.364 61.5305H53.3373C52.1706 61.5305 50.9772 61.0742 50.1038 60.2203L45.2834 55.5078C44.21 54.4584 43.97 52.8941 44.57 51.6492C44.8634 51.0365 45.3301 50.515 45.9368 50.1696L45.9301 50.1565Z' fill='url(%23paint41_linear_2_359)'/%3E%3Cpath d='M45.9502 50.1499C46.6503 49.7132 47.4504 49.5568 48.2104 49.6611C49.0105 49.5698 50.5572 50.5214 51.1706 51.1211L51.6107 51.5513L52.444 52.366L53.2774 52.705L53.7041 52.881L56.2177 50.4237L60.838 45.9067C61.0047 45.7437 61.3847 45.4178 61.578 45.307C62.2781 44.8312 63.1181 44.6226 63.9515 44.6878C64.7849 44.753 65.585 45.105 66.2117 45.7177C66.6051 46.1022 66.8718 46.5715 66.9984 47.0669C67.1251 47.5623 67.1118 48.0642 66.9718 48.5074C67.0918 49.3091 65.285 51.6751 64.6516 52.2943L60.5113 56.3355L57.2844 59.4902C57.2177 59.5554 56.4243 60.318 56.3443 60.3636C55.5109 61.1132 54.4175 61.5043 53.3441 61.5043H53.3174C52.1507 61.5043 50.9639 61.0545 50.0905 60.1942L45.2702 55.4816C44.1968 54.4322 43.9568 52.8679 44.5635 51.623C44.8568 51.0103 45.3302 50.4954 45.9369 50.1499H45.9502Z' fill='url(%23paint42_linear_2_359)'/%3E%3Cpath d='M45.9769 50.15C46.6769 49.7198 47.477 49.5699 48.237 49.6807C49.0238 49.5894 50.5839 50.5606 51.1906 51.1472L51.6306 51.5774L52.464 52.3922L53.2974 52.7181L53.7174 52.881L56.2243 50.4302L60.8446 45.9133C61.0113 45.7503 61.3913 45.4244 61.578 45.3136C62.278 44.8378 63.1114 44.6227 63.9448 44.6944C64.7782 44.7596 65.5783 45.1116 66.205 45.7177C66.5984 46.1023 66.8717 46.5716 66.9917 47.0735C67.1184 47.5754 67.0984 48.0772 66.9584 48.5205C67.0784 49.3157 65.2316 51.7078 64.6116 52.3139L60.4913 56.3421L57.2777 59.4838C57.211 59.5489 56.4243 60.305 56.3443 60.3572C55.5109 61.1002 54.4241 61.4913 53.3574 61.4913H53.3307C52.164 61.4913 50.9839 61.0416 50.1105 60.1877L45.2902 55.4752C44.2167 54.4193 43.9834 52.8549 44.5901 51.6165C44.8901 51.0038 45.3635 50.4954 45.9769 50.15Z' fill='url(%23paint43_linear_2_359)'/%3E%3Cpath d='M45.997 50.15C46.697 49.7263 47.4971 49.5764 48.2572 49.6937C49.0372 49.6025 50.604 50.5867 51.1974 51.1733L51.6307 51.597L52.4641 52.4117L53.2975 52.7246L53.7176 52.8876L56.2244 50.4368L60.8381 45.9263C60.9981 45.7699 61.3848 45.4375 61.5714 45.3267C62.2648 44.8509 63.1049 44.6358 63.9383 44.7009C64.7717 44.7661 65.5717 45.1181 66.1984 45.7243C66.5918 46.1088 66.8652 46.5846 66.9918 47.0931C67.1185 47.5949 67.0985 48.1033 66.9452 48.5531C67.0652 49.3352 65.185 51.7599 64.565 52.3596L60.4647 56.3682L57.2645 59.4968C57.1978 59.562 56.4111 60.3116 56.3311 60.3637C55.4977 61.1002 54.4176 61.4913 53.3575 61.4913H53.3309C52.1641 61.4913 50.984 61.0416 50.1173 60.1877L45.2969 55.4752C44.2169 54.4193 43.9902 52.8484 44.6102 51.61C44.9103 50.9973 45.3903 50.4889 46.0037 50.15H45.997Z' fill='url(%23paint44_linear_2_359)'/%3E%3Cpath d='M46.0236 50.1499C46.7236 49.7263 47.5237 49.5894 48.2771 49.7132C49.0438 49.622 50.6239 50.6258 51.2106 51.1993L51.644 51.623L52.4707 52.4378L53.3041 52.7376L53.7241 52.894L56.2243 50.4498L60.8313 45.9458C60.9913 45.7894 61.378 45.4505 61.5647 45.3462C62.2581 44.8704 63.0915 44.6553 63.9249 44.7204C64.7583 44.7856 65.5583 45.1311 66.1784 45.7438C66.5784 46.1349 66.8451 46.6107 66.9718 47.1191C67.0918 47.6275 67.0718 48.1359 66.9184 48.5856C67.0384 49.3613 65.1183 51.812 64.5049 52.4052L60.418 56.4007L57.2311 59.5163C57.1577 59.588 56.3843 60.3245 56.3043 60.3767C55.4776 61.1067 54.3975 61.4978 53.3374 61.4978H53.3108C52.1507 61.4978 50.9706 61.048 50.1039 60.1942L45.2835 55.4817C44.2035 54.4257 43.9768 52.8549 44.6035 51.6165C44.9102 51.0038 45.3902 50.5019 46.0036 50.1695L46.0236 50.1499Z' fill='url(%23paint45_linear_2_359)'/%3E%3Cpath d='M46.0434 50.15C46.7434 49.7328 47.5435 49.6025 48.2969 49.7263C49.0569 49.6351 50.637 50.6519 51.2237 51.2189L51.6571 51.6426L52.4838 52.4508L53.3106 52.7376L53.7306 52.881L56.2308 50.4368L60.8378 45.9328C60.9978 45.7764 61.3845 45.4375 61.5712 45.3332C62.2645 44.8574 63.0979 44.6423 63.9313 44.7074C64.7647 44.7726 65.5648 45.1181 66.1848 45.7243C66.5849 46.1153 66.8582 46.5977 66.9782 47.1061C67.0982 47.6145 67.0716 48.1294 66.9115 48.5791C67.0249 49.3417 65.0714 51.8186 64.4714 52.4117L60.4044 56.3877L57.2308 59.4903C57.1575 59.562 56.3908 60.2985 56.3041 60.3506C55.4774 61.0807 54.404 61.4652 53.3506 61.4652H53.3239C52.1638 61.4652 50.9904 61.0155 50.1237 60.1681L45.3033 55.4556C44.2232 54.3997 44.0032 52.8224 44.6299 51.5839C44.9366 50.9712 45.4233 50.4694 46.0434 50.1435V50.15Z' fill='url(%23paint46_linear_2_359)'/%3E%3Cpath d='M46.0702 50.1498C46.7769 49.7392 47.5703 49.6088 48.3237 49.7457C49.0704 49.661 50.6638 50.6843 51.2439 51.2513L51.6772 51.675L52.504 52.4833L53.3307 52.757L53.7507 52.8939L56.2442 50.4562L60.8446 45.9587C60.9979 45.8088 61.3913 45.4634 61.5713 45.3591C62.2647 44.8833 63.0914 44.6616 63.9248 44.7268C64.7582 44.792 65.5582 45.1375 66.1783 45.7436C66.5783 46.1347 66.8517 46.6236 66.9717 47.1385C67.0917 47.6534 67.0583 48.1683 66.8983 48.6181C67.0117 49.3742 65.0182 51.8771 64.4248 52.4572L60.3779 56.4136L57.2176 59.5031C57.1443 59.5748 56.3843 60.3049 56.2976 60.357C55.4775 61.0805 54.4041 61.4651 53.3574 61.4651H53.3307C52.1706 61.4651 50.9972 61.0153 50.1371 60.168L45.3168 55.4555C44.2367 54.3995 44.0167 52.8222 44.6501 51.5838C44.9634 50.9711 45.4501 50.4757 46.0702 50.1498Z' fill='url(%23paint47_linear_2_359)'/%3E%3Cpath d='M46.0901 50.1498C46.7968 49.7457 47.5902 49.6218 48.337 49.7587C49.077 49.674 50.6771 50.7169 51.2438 51.2709L51.6772 51.6946L52.5039 52.5028L53.3306 52.7635L53.7507 52.8939L56.2442 50.4561L60.8379 45.9652C60.9912 45.8153 61.3846 45.4699 61.5646 45.3656C62.2513 44.8832 63.0847 44.6681 63.9181 44.7333C64.7515 44.7985 65.5449 45.144 66.1649 45.7501C66.5716 46.1477 66.8383 46.6301 66.9583 47.1515C67.0783 47.6664 67.0383 48.1814 66.8716 48.6376C66.985 49.3807 64.9582 51.9162 64.3714 52.4897L60.3378 56.4331L57.1909 59.5096C57.1176 59.5813 56.3642 60.3048 56.2709 60.357C55.4508 61.074 54.3841 61.4585 53.344 61.4585H53.3173C52.1639 61.4585 50.9905 61.0088 50.1304 60.168L45.3101 55.4554C44.23 54.3995 44.01 52.8156 44.6567 51.5837C44.97 50.9776 45.4634 50.4757 46.0835 50.1563L46.0901 50.1498Z' fill='url(%23paint48_linear_2_359)'/%3E%3Cpath d='M46.1169 50.1434C46.8236 49.7458 47.617 49.6285 48.3637 49.7719C49.0904 49.6872 50.7039 50.7431 51.2639 51.2906L51.6973 51.7143L52.524 52.5225L53.3507 52.7702L53.7708 52.894L56.2576 50.4628L60.8446 45.9784C60.998 45.8285 61.3913 45.4765 61.5713 45.3788C62.258 44.8964 63.0848 44.6813 63.9182 44.74C64.7516 44.7987 65.545 45.1441 66.165 45.7503C66.5717 46.1479 66.845 46.6367 66.9584 47.1582C67.0784 47.6796 67.0384 48.1945 66.865 48.6508C66.9784 49.3873 64.9116 51.9489 64.3315 52.516L60.3179 56.4398L57.1843 59.5033C57.1043 59.5815 56.3576 60.292 56.271 60.3506C55.4509 61.0676 54.3975 61.4456 53.3574 61.4456H53.3307C52.1773 61.4456 51.0106 60.9959 50.1505 60.1551L45.3302 55.4426C44.2501 54.3866 44.0301 52.7962 44.6835 51.5643C45.0035 50.9582 45.4968 50.4628 46.1169 50.1434Z' fill='url(%23paint49_linear_2_359)'/%3E%3Cpath d='M46.137 50.1435C46.8437 49.7524 47.6371 49.635 48.3838 49.785C49.1039 49.7002 50.724 50.7757 51.2707 51.3167L51.7041 51.7404L52.5308 52.5486L53.3575 52.7832L53.7775 52.9006L56.2644 50.4694L60.8514 45.9915C60.9981 45.8481 61.3981 45.4896 61.5781 45.3918C62.2648 44.9095 63.0915 44.6879 63.9183 44.7531C64.7517 44.8117 65.545 45.1572 66.1651 45.7634C66.5718 46.1609 66.8451 46.6563 66.9585 47.1778C67.0718 47.6992 67.0318 48.2206 66.8518 48.6769C66.9651 49.4004 64.8583 51.9946 64.2916 52.5551L60.2913 56.4659L57.1711 59.5163C57.0911 59.5946 56.351 60.2985 56.2577 60.3572C55.4443 61.0676 54.3909 61.4457 53.3508 61.4457H53.3242C52.1708 61.4457 51.004 60.9959 50.1506 60.1551L45.3303 55.4426C44.2502 54.3867 44.0368 52.7963 44.6902 51.5644C45.0102 50.9582 45.5103 50.4628 46.137 50.15V50.1435Z' fill='url(%23paint50_linear_2_359)'/%3E%3Cpath d='M46.1636 50.1434C46.8704 49.7523 47.6637 49.6481 48.4038 49.8045C49.1105 49.7198 50.7373 50.8083 51.284 51.3427L51.7174 51.7664L52.5441 52.5746L53.3708 52.7963L53.7909 52.9071L56.2777 50.4758L60.858 45.998C61.0047 45.8546 61.4114 45.4961 61.5781 45.3983C62.2648 44.916 63.0915 44.6944 63.9182 44.753C64.745 44.8117 65.545 45.1572 66.1584 45.7633C66.5718 46.1674 66.8451 46.6628 66.9585 47.1908C67.0718 47.7187 67.0251 48.2402 66.8451 48.6964C66.9518 49.4134 64.8116 52.0336 64.2516 52.5812L60.2713 56.4724L57.1644 59.5098C57.0844 59.588 56.351 60.2854 56.2577 60.3441C55.4443 61.048 54.3976 61.4261 53.3642 61.4261H53.3375C52.1841 61.4261 51.024 60.9763 50.1706 60.142L45.3502 55.4295C44.2702 54.3671 44.0568 52.7767 44.7235 51.5448C45.0502 50.9386 45.5503 50.4498 46.177 50.1434H46.1636Z' fill='url(%23paint51_linear_2_359)'/%3E%3Cpath d='M46.1834 50.1434C46.8902 49.7588 47.6902 49.6611 48.4236 49.8175C49.1237 49.7328 50.7571 50.8408 51.2972 51.3623L51.7305 51.7859L52.5506 52.5942L53.3773 52.8027L53.7973 52.907L56.2775 50.4823L60.8512 46.011C60.9978 45.8676 61.4045 45.5091 61.5712 45.4113C62.2513 44.929 63.078 44.7074 63.9047 44.766C64.7314 44.8247 65.5248 45.1702 66.1449 45.7698C66.5582 46.1739 66.8316 46.6693 66.9449 47.2038C67.0583 47.7317 67.0049 48.2597 66.8183 48.7159C66.9249 49.4199 64.7515 52.0727 64.1914 52.6137L60.2311 56.4854L57.1376 59.5098C57.0576 59.588 56.3308 60.2854 56.2308 60.3441C55.4241 61.048 54.3774 61.4195 53.3506 61.4195H53.324C52.1772 61.4195 51.0171 60.9763 50.1637 60.1355L45.3434 55.423C44.2566 54.3605 44.05 52.7701 44.7233 51.5382C45.05 50.9321 45.5567 50.4432 46.1834 50.1434Z' fill='url(%23paint52_linear_2_359)'/%3E%3Cpath d='M46.2101 50.1435C46.9235 49.7654 47.7169 49.6677 48.4436 49.8371C49.137 49.7589 50.7771 50.8735 51.3038 51.3949L51.7372 51.8186L52.5573 52.6203L53.3773 52.8159L53.7973 52.9136L56.2775 50.4954L60.8445 46.0306C60.9912 45.8872 61.3979 45.5287 61.5646 45.431C62.2446 44.9486 63.0713 44.727 63.8981 44.7857C64.7248 44.8443 65.5182 45.1898 66.1382 45.7894C66.5516 46.1936 66.8249 46.6954 66.9383 47.2299C67.0516 47.7644 66.9983 48.2924 66.8049 48.7486C66.9116 49.446 64.6981 52.1249 64.1514 52.6594L60.2045 56.5181L57.1242 59.5294C57.0376 59.6141 56.3242 60.2985 56.2242 60.3572C55.4175 61.0546 54.3774 61.4261 53.3573 61.4261H53.3306C52.1839 61.4261 51.0238 60.9829 50.1771 60.1486L45.3567 55.4361C44.27 54.3737 44.07 52.7767 44.7434 51.5514C45.0767 50.9452 45.5834 50.4629 46.2101 50.163V50.1435Z' fill='url(%23paint53_linear_2_359)'/%3E%3Cpath d='M46.2301 50.1435C46.9435 49.772 47.7369 49.6807 48.4636 49.8502C49.1437 49.772 50.7971 50.9061 51.3172 51.4145L51.7505 51.8382L52.5706 52.6399L53.3906 52.8224L53.8107 52.9137L56.2842 50.4955L60.8445 46.0372C60.9845 45.9003 61.3979 45.5353 61.5646 45.4375C62.2446 44.9552 63.0647 44.727 63.8914 44.7857C64.7181 44.8444 65.5115 45.1833 66.1249 45.7895C66.5382 46.1936 66.8183 46.702 66.9249 47.2365C67.0316 47.771 66.9783 48.3054 66.7783 48.7617C66.8849 49.4461 64.6314 52.1576 64.0914 52.6855L60.1645 56.5246L57.0976 59.5229C57.0109 59.6076 56.2975 60.2855 56.1975 60.3442C55.3908 61.0351 54.3574 61.4001 53.3373 61.4001H53.3106C52.1639 61.4001 51.0105 60.9569 50.1637 60.1226L45.3434 55.4101C44.2566 54.3476 44.0566 52.7442 44.7433 51.5188C45.0767 50.9126 45.5901 50.4368 46.2235 50.137L46.2301 50.1435Z' fill='url(%23paint54_linear_2_359)'/%3E%3Cpath d='M46.2568 50.1436C46.9701 49.7785 47.7635 49.6938 48.4903 49.8698C49.1636 49.7916 50.8171 50.9387 51.3371 51.4406L51.7705 51.8643L52.5905 52.666L53.4106 52.8355L53.8306 52.9202L56.3041 50.502L60.8645 46.0437C61.0045 45.9069 61.4179 45.5353 61.5779 45.4441C62.2512 44.9552 63.078 44.7336 63.9047 44.7923C64.7314 44.8509 65.5248 45.1899 66.1382 45.7895C66.5582 46.2002 66.8316 46.7086 66.9382 47.2496C67.0449 47.7906 66.9849 48.325 66.7849 48.7878C66.8849 49.4657 64.6047 52.2032 64.0714 52.7182L60.1644 56.5377L57.1109 59.523C57.0242 59.6077 56.3175 60.279 56.2175 60.3442C55.4174 61.0351 54.384 61.4001 53.3706 61.4001H53.3439C52.2039 61.4001 51.0504 60.9569 50.2037 60.1226L45.3834 55.4101C44.2966 54.3477 44.0966 52.7442 44.79 51.5189C45.13 50.9192 45.6434 50.4369 46.2768 50.1436H46.2568Z' fill='url(%23paint55_linear_2_359)'/%3E%3Cpath d='M46.277 50.1434C46.9903 49.7784 47.7837 49.7002 48.5038 49.8827C49.1638 49.8045 50.8306 50.9712 51.3373 51.4666L51.7707 51.8902L52.5907 52.692L53.4108 52.8484L53.8308 52.9266L56.2977 50.5149L60.8513 46.0631C60.9914 45.9263 61.4047 45.5547 61.5647 45.4635C62.2381 44.9746 63.0582 44.753 63.8849 44.8052C64.7116 44.8638 65.505 45.2028 66.1184 45.8024C66.5384 46.2131 66.8118 46.7215 66.9184 47.269C67.0251 47.81 66.9585 48.351 66.7518 48.8137C66.8518 49.4786 64.5316 52.2422 64.0049 52.7571L60.1113 56.5636L57.0711 59.5359C56.9844 59.6206 56.2843 60.2854 56.1777 60.3506C55.3776 61.035 54.3509 61.3935 53.3441 61.3935H53.3175C52.1774 61.3935 51.024 60.9503 50.1839 60.1225L45.3636 55.41C44.2768 54.3475 44.0835 52.7376 44.7769 51.5187C45.1169 50.9191 45.6369 50.4432 46.2703 50.1564L46.277 50.1434Z' fill='url(%23paint56_linear_2_359)'/%3E%3Cpath d='M46.3036 50.1369C47.017 49.7784 47.8104 49.7067 48.5304 49.8958C49.1838 49.8175 50.8573 50.9973 51.3573 51.4862L51.7907 51.9098L52.6107 52.7115L53.4308 52.8549L53.8442 52.9266L56.311 50.515L60.858 46.0697C60.9913 45.9393 61.4114 45.5613 61.5714 45.47C62.2448 44.9812 63.0648 44.7531 63.8915 44.8117C64.7183 44.8639 65.505 45.2093 66.1184 45.8025C66.5384 46.2131 66.8184 46.728 66.9184 47.2755C67.0251 47.823 66.9584 48.364 66.7451 48.8268C66.8451 49.4851 64.4849 52.2748 63.9715 52.7832L60.0979 56.5702L57.071 59.5294C56.9844 59.6206 56.291 60.2724 56.1843 60.3376C55.3909 61.0155 54.3709 61.374 53.3641 61.374H53.3374C52.1974 61.374 51.0506 60.9307 50.2039 60.1029L45.3835 55.3904C44.2968 54.328 44.1034 52.7181 44.8035 51.4927C45.1502 50.893 45.6702 50.4172 46.3103 50.1369H46.3036Z' fill='url(%23paint57_linear_2_359)'/%3E%3Cpath d='M46.3235 50.1369C47.0369 49.7849 47.8302 49.7197 48.5503 49.9087C49.1903 49.8305 50.8771 51.0298 51.3705 51.5122L51.8039 51.9358L52.6173 52.7376L53.4373 52.8679L53.8507 52.9331L56.3109 50.528L60.8578 46.0892C60.9912 45.9588 61.4112 45.5808 61.5712 45.4895C62.2446 45.0007 63.058 44.7726 63.8847 44.8312C64.7115 44.8834 65.4982 45.2223 66.1116 45.822C66.5383 46.2391 66.8116 46.754 66.9116 47.3015C67.0116 47.8491 66.945 48.3966 66.7249 48.8593C66.8249 49.5046 64.4248 52.3269 63.9181 52.8223L60.0578 56.5962L57.0442 59.5423C56.9509 59.6336 56.2709 60.2789 56.1575 60.3506C55.3641 61.0285 54.3507 61.3804 53.344 61.3804H53.3173C52.1839 61.3804 51.0371 60.9372 50.1904 60.1094L45.3701 55.3969C44.2833 54.3345 44.09 52.718 44.8034 51.4991C45.15 50.8995 45.6768 50.4302 46.3168 50.1499L46.3235 50.1369Z' fill='url(%23paint58_linear_2_359)'/%3E%3Cpath d='M46.3501 50.1368C47.0635 49.7914 47.8569 49.7262 48.5702 49.9217C49.2036 49.85 50.8971 51.0559 51.3771 51.5317L51.8105 51.9553L52.6239 52.7505L53.4439 52.8679L53.8573 52.9265L56.3175 50.5214L60.8578 46.0826C60.9911 45.9523 61.4112 45.5742 61.5645 45.483C62.2312 44.9941 63.0513 44.766 63.878 44.8181C64.7047 44.8703 65.4915 45.2092 66.1048 45.8089C66.5315 46.226 66.8049 46.7475 66.9116 47.3015C67.0116 47.8555 66.9382 48.403 66.7115 48.8658C66.8049 49.5046 64.378 52.3529 63.878 52.8418L60.0377 56.5962L57.0375 59.5293C56.9442 59.6205 56.2641 60.2593 56.1575 60.331C55.3707 61.0023 54.3573 61.3543 53.3573 61.3543H53.3306C52.1972 61.3543 51.0504 60.9111 50.2104 60.0898L45.39 55.3773C44.2966 54.3083 44.1099 52.6919 44.83 51.473C45.1833 50.8734 45.71 50.4041 46.3501 50.1303V50.1368Z' fill='url(%23paint59_linear_2_359)'/%3E%3Cpath d='M46.3704 50.137C47.0904 49.7981 47.8772 49.7394 48.5905 49.9415C49.2106 49.8698 50.9107 51.0886 51.3907 51.5579L51.8241 51.9816L52.6375 52.7768L53.4509 52.8811L53.8643 52.9332L56.3178 50.5346L60.8514 46.1024C60.9781 45.9785 61.4115 45.5874 61.5581 45.5027C62.2249 45.0139 63.0449 44.7857 63.865 44.8379C64.6917 44.89 65.4784 45.229 66.0851 45.8221C66.5118 46.2392 66.7919 46.7672 66.8919 47.3212C66.9919 47.8753 66.9119 48.4293 66.6852 48.8921C66.7785 49.5178 64.3117 52.3988 63.8183 52.8811L59.998 56.6159L57.0178 59.5294C56.9245 59.6207 56.2511 60.2595 56.1378 60.3246C55.351 60.9895 54.3443 61.3415 53.3509 61.3415H53.3242C52.1908 61.3415 51.0507 60.8982 50.2107 60.077L45.3903 55.3644C44.2969 54.2955 44.1169 52.679 44.8369 51.4602C45.1903 50.8605 45.7237 50.3977 46.3637 50.124L46.3704 50.137Z' fill='url(%23paint60_linear_2_359)'/%3E%3Cpath d='M46.3971 50.1368C47.1172 49.8044 47.9039 49.7523 48.6173 49.9543C49.2307 49.8826 50.9375 51.1211 51.4108 51.5838L51.8442 52.0075L52.6576 52.8027L53.471 52.894L53.8843 52.9396L56.3378 50.541L60.8648 46.1152C60.9915 45.9914 61.4249 45.6003 61.5716 45.5156C62.2383 45.0267 63.0517 44.7921 63.8784 44.8442C64.7051 44.8964 65.4852 45.2353 66.0985 45.8284C66.5319 46.2521 66.8053 46.7735 66.9053 47.3341C67.0053 47.8946 66.9253 48.4422 66.6853 48.9115C66.7786 49.5307 64.2717 52.4377 63.785 52.9135L59.9848 56.6353L57.0112 59.5358C56.9179 59.6336 56.2512 60.2593 56.1378 60.331C55.3511 60.9893 54.351 61.3413 53.3643 61.3413H53.3376C52.2042 61.3413 51.0708 60.8981 50.2307 60.0833L45.4104 55.3708C44.317 54.3018 44.137 52.6789 44.8703 51.4665C45.2304 50.8668 45.7637 50.4041 46.4105 50.1368H46.3971Z' fill='url(%23paint61_linear_2_359)'/%3E%3Cpath d='M46.4168 50.1369C47.1369 49.8045 47.9236 49.7589 48.6303 49.974C49.237 49.9023 50.9505 51.1537 51.4105 51.61L51.8439 52.0337L52.6573 52.8289L53.4707 52.9071L53.884 52.9462L56.3309 50.5541L60.8512 46.1284C60.9779 46.0045 61.4112 45.6134 61.5579 45.5287C62.2246 45.0398 63.038 44.8052 63.8581 44.8573C64.6781 44.9095 65.4649 45.2419 66.0782 45.8416C66.5116 46.2652 66.7916 46.7932 66.885 47.3603C66.9783 47.9208 66.8983 48.4748 66.6583 48.9441C66.7516 49.5503 64.2114 52.4899 63.7314 52.9527L59.9445 56.6549L56.9843 59.5424C56.8842 59.6402 56.2309 60.2594 56.1109 60.3311C55.3308 60.9894 54.3307 61.3349 53.344 61.3349H53.3173C52.1906 61.3349 51.0505 60.8981 50.2171 60.0769L45.3968 55.3644C44.3033 54.2954 44.1233 52.6724 44.8634 51.4536C45.2234 50.8604 45.7568 50.3976 46.4102 50.1369H46.4168Z' fill='url(%23paint62_linear_2_359)'/%3E%3Cpath d='M46.4436 50.1368C47.1637 49.8109 47.9504 49.7718 48.6571 49.9869C49.2505 49.9152 50.9773 51.1862 51.4306 51.6294L51.8573 52.0466L52.6707 52.8418L53.4841 52.907L53.8975 52.9395L56.3443 50.5474L60.8647 46.1282C60.9913 46.0109 61.4247 45.6133 61.5647 45.5286C62.2248 45.0397 63.0382 44.8051 63.8649 44.8507C64.6849 44.9029 65.4717 45.2353 66.0784 45.8284C66.5117 46.2521 66.7918 46.7866 66.8851 47.3536C66.9784 47.9207 66.8851 48.4747 66.6451 48.944C66.7384 49.5437 64.1582 52.5094 63.6849 52.9656L59.9179 56.6483L56.9777 59.5227C56.8777 59.6205 56.231 60.2332 56.111 60.3049C55.3309 60.9567 54.3375 61.3021 53.3575 61.3021H53.3308C52.204 61.3021 51.0706 60.8654 50.2372 60.0442L45.4169 55.3317C44.3235 54.2627 44.1501 52.6332 44.8902 51.4209C45.2502 50.8277 45.7902 50.3649 46.4436 50.1107V50.1368Z' fill='url(%23paint63_linear_2_359)'/%3E%3Cpath d='M46.4634 50.1303C47.1835 49.8109 47.9702 49.7783 48.6769 49.9999C49.2636 49.9282 50.9904 51.2122 51.4438 51.6555L51.8705 52.0726L52.6772 52.8678L53.4906 52.92L53.904 52.946L56.3442 50.5604L60.8578 46.1478C60.9778 46.0304 61.4179 45.6328 61.5579 45.5481C62.2179 45.0527 63.0313 44.8181 63.8514 44.8702C64.6714 44.9224 65.4581 45.2548 66.0649 45.8479C66.4982 46.2781 66.7782 46.8126 66.8716 47.3797C66.9649 47.9467 66.8716 48.5073 66.6249 48.9831C66.7116 49.5697 64.098 52.568 63.638 53.0177L59.8844 56.6874L56.9575 59.5488C56.8575 59.6465 56.2108 60.2527 56.0908 60.3309C55.3174 60.9762 54.324 61.3217 53.3506 61.3217H53.3239C52.1972 61.3217 51.0704 60.885 50.237 60.0702L45.4167 55.3577C44.3233 54.2887 44.1499 52.6527 44.8967 51.4469C45.2634 50.8538 45.8034 50.3975 46.4568 50.1433L46.4634 50.1303Z' fill='url(%23paint64_linear_2_359)'/%3E%3Cpath d='M46.4902 50.1304C47.2102 49.8175 47.997 49.7849 48.697 50.013C49.2704 49.9479 51.0105 51.2449 51.4505 51.6751L51.8772 52.0923L52.684 52.8875L53.4974 52.9266L53.9107 52.9461L56.3509 50.5605L60.8579 46.1544C60.9779 46.0371 61.4179 45.6329 61.5579 45.5547C62.218 45.0594 63.0247 44.8247 63.8448 44.8769C64.6648 44.929 65.4516 45.2614 66.0583 45.8546C66.4983 46.2847 66.7783 46.8192 66.865 47.3928C66.9583 47.9664 66.865 48.5269 66.605 49.0027C66.6916 49.5828 64.0381 52.6007 63.5848 53.0504L59.8511 56.7005L56.9376 59.5489C56.8309 59.6532 56.1976 60.2463 56.0775 60.3245C55.3042 60.9698 54.3241 61.3087 53.3507 61.3087H53.324C52.2039 61.3087 51.0705 60.872 50.2438 60.0573L45.4234 55.3448C44.33 54.2758 44.1567 52.6398 44.9167 51.4274C45.2834 50.8343 45.8301 50.378 46.4902 50.1304Z' fill='url(%23paint65_linear_2_359)'/%3E%3Cpath d='M46.5104 50.1305C47.2305 49.8241 48.0172 49.798 48.7173 50.0327C49.284 49.9675 51.0308 51.2776 51.4641 51.7013L51.8908 52.1184L52.6975 52.9071L53.5109 52.9332L53.9243 52.9462L56.3578 50.5672L60.8581 46.1675C60.9781 46.0502 61.4182 45.6461 61.5582 45.5679C62.2182 45.0725 63.025 44.8378 63.845 44.8835C64.6651 44.9291 65.4518 45.268 66.0518 45.8546C66.4919 46.2848 66.7719 46.8258 66.8586 47.4059C66.9452 47.9795 66.8519 48.5466 66.5919 49.0224C66.6785 49.5895 63.9917 52.6399 63.5383 53.0766L59.8181 56.7136L56.9178 59.549C56.8112 59.6533 56.1845 60.2464 56.0578 60.3181C55.2911 60.9569 54.311 61.2958 53.3376 61.2958H53.3109C52.1908 61.2958 51.0641 60.8591 50.2374 60.0509L45.417 55.3383C44.3236 54.2694 44.1569 52.6269 44.917 51.421C45.2903 50.8279 45.837 50.3781 46.4971 50.1305H46.5104Z' fill='url(%23paint66_linear_2_359)'/%3E%3Cpath d='M46.5367 50.1304C47.2634 49.8241 48.0435 49.8111 48.7435 50.0457C49.2969 49.9805 51.057 51.3102 51.4837 51.7274L51.9104 52.1445L52.7171 52.9332L53.5239 52.9462H53.9372L56.3707 50.5737L60.8711 46.174C60.9844 46.0632 61.4311 45.6526 61.5644 45.5744C62.2178 45.079 63.0245 44.8443 63.8446 44.89C64.6647 44.9356 65.4447 45.268 66.0514 45.8611C66.4915 46.2913 66.7715 46.8388 66.8648 47.419C66.9515 47.9991 66.8515 48.5661 66.5848 49.0419C66.6715 49.6025 63.9446 52.679 63.5046 53.1092L59.8043 56.7267L56.9174 59.549C56.8108 59.6532 56.1907 60.2399 56.064 60.3181C55.2973 60.9503 54.3239 61.2893 53.3572 61.2893H53.3305C52.2104 61.2893 51.0904 60.8526 50.2636 60.0443L45.4433 55.3318C44.3432 54.2563 44.1832 52.6138 44.9499 51.408C45.3233 50.8148 45.8766 50.3651 46.5367 50.1304Z' fill='url(%23paint67_linear_2_359)'/%3E%3Cpath d='M46.5569 50.1304C47.2837 49.8306 48.0637 49.8176 48.7571 50.0652C49.3038 50.0001 51.0706 51.3428 51.484 51.7534L51.9107 52.1706L52.7174 52.9592H53.9375L56.3643 50.5802L60.858 46.187C60.9713 46.0762 61.4247 45.6656 61.5513 45.5874C62.2047 45.092 63.0115 44.8508 63.8315 44.8965C64.6516 44.9421 65.4316 45.2745 66.0383 45.8676C66.485 46.3044 66.7651 46.8519 66.8517 47.432C66.9384 48.0121 66.8317 48.5857 66.565 49.0615C66.645 49.609 63.8848 52.7181 63.4515 53.1417L59.7712 56.7397L56.8977 59.5489C56.791 59.6532 56.1776 60.2333 56.0443 60.3115C55.2776 60.9438 54.3108 61.2762 53.3508 61.2762H53.3241C52.2107 61.2762 51.0839 60.8395 50.2639 60.0313L45.4435 55.3188C44.3434 54.2433 44.1834 52.6007 44.9635 51.3949C45.3435 50.8018 45.8969 50.3586 46.5636 50.1239L46.5569 50.1304Z' fill='url(%23paint68_linear_2_359)'/%3E%3Cpath d='M46.5834 50.1304C47.3101 49.8371 48.0902 49.8306 48.7836 50.0782C49.3169 50.0131 51.0904 51.3753 51.5038 51.7729L51.9305 52.1901L52.7372 52.9788L53.5439 52.9657H53.9573L56.3841 50.5866L60.8711 46.2C60.9845 46.0892 61.4378 45.6786 61.5645 45.6004C62.2179 45.105 63.0179 44.8638 63.838 44.9095C64.6581 44.9551 65.4381 45.2875 66.0382 45.8741C66.4849 46.3108 66.7649 46.8583 66.8515 47.4515C66.9382 48.0381 66.8249 48.6117 66.5515 49.0875C66.6315 49.6285 63.8313 52.7637 63.4113 53.1808L59.7444 56.7657L56.8842 59.5619C56.7775 59.6662 56.1641 60.2398 56.0374 60.318C55.2774 60.9438 54.3106 61.2762 53.3572 61.2762H53.3239C52.2105 61.2762 51.0904 60.8395 50.2704 60.0377L45.45 55.3252C44.3499 54.2498 44.1899 52.6007 44.9766 51.4014C45.3567 50.8083 45.9167 50.3716 46.5834 50.1369V50.1304Z' fill='url(%23paint69_linear_2_359)'/%3E%3Cpath d='M46.6101 50.1305C47.3368 49.8437 48.1169 49.8437 48.8103 50.0979C49.337 50.0392 51.1171 51.408 51.5238 51.8056L51.9505 52.2227L52.7572 53.0114L53.5639 52.9853L53.9773 52.9723L56.3975 50.5998L60.8778 46.2197C60.9845 46.1154 61.4445 45.6917 61.5712 45.62C62.2246 45.1246 63.0246 44.8835 63.8447 44.9291C64.6647 44.9747 65.4448 45.3071 66.0448 45.8938C66.4915 46.3305 66.7715 46.8845 66.8582 47.4776C66.9449 48.0642 66.8316 48.6444 66.5515 49.1202C66.6315 49.6481 63.798 52.8159 63.378 53.22L59.731 56.7853L56.8842 59.5685C56.7708 59.6793 56.1708 60.2399 56.0374 60.3246C55.2774 60.9438 54.3173 61.2762 53.3706 61.2762H53.3372C52.2238 61.2762 51.1104 60.8395 50.2904 60.0378L45.47 55.3253C44.3699 54.2498 44.2166 52.6008 45.0033 51.3949C45.39 50.8083 45.9501 50.3651 46.6168 50.137L46.6101 50.1305Z' fill='url(%23paint70_linear_2_359)'/%3E%3Cpath d='M46.6304 50.1305C47.3571 49.8502 48.1371 49.8502 48.8238 50.1109C49.3372 50.0522 51.1307 51.4406 51.524 51.8251L51.9507 52.2423L52.7575 53.031L53.5642 52.9919L53.9709 52.9723L56.3911 50.6063L60.8714 46.2262C60.9781 46.1219 61.4381 45.6982 61.5648 45.6265C62.2115 45.1312 63.0182 44.8835 63.8316 44.9291C64.6516 44.9747 65.425 45.3071 66.0251 45.8938C66.4718 46.337 66.7585 46.891 66.8385 47.4842C66.9185 48.0773 66.8051 48.6574 66.5184 49.1332C66.5985 49.6546 63.7249 52.8485 63.3182 53.2461L59.6913 56.7919L56.8578 59.562C56.7444 59.6728 56.151 60.2268 56.0177 60.3116C55.2643 60.9243 54.3042 61.2567 53.3575 61.2567H53.3242C52.2174 61.2567 51.0973 60.82 50.2839 60.0248L45.4636 55.3123C44.3635 54.2368 44.2168 52.5812 45.0102 51.3819C45.3969 50.7953 45.9636 50.3521 46.6304 50.1305Z' fill='url(%23paint71_linear_2_359)'/%3E%3Cpath d='M46.6568 50.1303C47.3836 49.85 48.1636 49.8631 48.8503 50.1303C49.357 50.0716 51.1572 51.473 51.5439 51.8511L51.9706 52.2682L52.7706 53.0569L53.5773 53.0047L53.984 52.9787L56.3975 50.6126L60.8712 46.2391C60.9779 46.1348 61.4379 45.7111 61.5579 45.6394C62.2046 45.1375 63.0047 44.8964 63.8247 44.942C64.6381 44.9876 65.4182 45.3135 66.0182 45.9001C66.4716 46.3433 66.7516 46.9039 66.8316 47.497C66.9116 48.0902 66.7916 48.6703 66.5049 49.1526C66.5849 49.661 63.6714 52.8874 63.2714 53.2785L59.6578 56.8113L56.8376 59.5684C56.7242 59.6792 56.1375 60.2267 55.9975 60.3114C55.2441 60.9241 54.2907 61.25 53.3507 61.25H53.3173C52.2106 61.25 51.0972 60.8133 50.2838 60.0181L45.4634 55.3056C44.3633 54.2301 44.21 52.568 45.0167 51.3687C45.4101 50.7821 45.9768 50.3454 46.6502 50.1303H46.6568Z' fill='url(%23paint72_linear_2_359)'/%3E%3Cpath d='M46.677 50.1237C47.4104 49.85 48.1838 49.8695 48.8705 50.1367C49.3638 50.0781 51.1706 51.499 51.5573 51.8705L51.984 52.2877L52.7841 53.0764L53.5908 53.0112L53.9975 52.9786L56.411 50.6191L60.878 46.252C60.978 46.1543 61.4447 45.7241 61.5647 45.6524C62.2114 45.1505 63.0115 44.9093 63.8249 44.9484C64.6383 44.9875 65.4183 45.3199 66.0184 45.9066C66.4717 46.3498 66.7518 46.9169 66.8318 47.5165C66.9118 48.1162 66.7851 48.6963 66.4917 49.1786C66.5651 49.6805 63.6182 52.9265 63.2248 53.311L59.6312 56.8242L56.8244 59.5683C56.7044 59.6856 56.131 60.2266 55.991 60.3114C55.2443 60.9175 54.2909 61.2434 53.3575 61.2434H53.3241C52.2174 61.2434 51.1106 60.8132 50.2972 60.0115L45.4769 55.299C44.3768 54.2235 44.2301 52.5614 45.0369 51.3621C45.4302 50.7755 46.0036 50.3453 46.677 50.1302V50.1237Z' fill='url(%23paint73_linear_2_359)'/%3E%3Cpath d='M46.7036 50.1239C47.437 49.8567 48.2104 49.8828 48.8905 50.1565C49.3772 50.0979 51.1906 51.5318 51.564 51.8968L51.9907 52.314L52.7907 53.0961L53.5908 53.0179L53.9975 52.9788L56.411 50.6193L60.8713 46.2588C60.9713 46.161 61.438 45.7308 61.558 45.6591C62.1981 45.1572 62.9981 44.9161 63.8115 44.9552C64.6249 44.9943 65.405 45.3267 66.005 45.9068C66.4584 46.35 66.7451 46.9171 66.8251 47.5233C66.9051 48.1229 66.7717 48.7095 66.4717 49.1919C66.5451 49.6807 63.5649 52.9658 63.1782 53.3373L59.6046 56.831L56.811 59.562C56.691 59.6793 56.1177 60.2138 55.9776 60.2985C55.2309 60.8982 54.2909 61.2241 53.3575 61.2241H53.3241C52.2174 61.2241 51.1106 60.7939 50.3039 59.9987L45.4836 55.2862C44.3768 54.2042 44.2368 52.5421 45.0502 51.3493C45.4502 50.7627 46.0236 50.3325 46.697 50.1239H46.7036Z' fill='url(%23paint74_linear_2_359)'/%3E%3Cpath d='M46.7235 50.1237C47.4569 49.863 48.2303 49.8891 48.9103 50.1694C49.3837 50.1107 51.2105 51.5577 51.5772 51.9162L52.0039 52.3334L52.8039 53.1155L53.604 53.0177L54.0107 52.9721L56.4175 50.6191L60.8778 46.2586C60.9778 46.1608 61.4445 45.7241 61.5646 45.6589C62.2046 45.157 63.0047 44.9093 63.8181 44.9485C64.6314 44.9876 65.4115 45.32 66.0049 45.9001C66.4649 46.3498 66.7449 46.9169 66.8249 47.5231C66.8983 48.1292 66.7716 48.7159 66.4649 49.2047C66.5383 49.687 63.518 52.9917 63.138 53.3632L59.5778 56.8438L56.7976 59.5618C56.6775 59.6791 56.1108 60.2071 55.9708 60.2918C55.2241 60.8915 54.2907 61.2109 53.3573 61.2109H53.324C52.2239 61.2109 51.1171 60.7807 50.3104 59.9855L45.4901 55.273C44.3833 54.191 44.2433 52.5289 45.07 51.3296C45.4701 50.743 46.0501 50.3193 46.7302 50.1107L46.7235 50.1237Z' fill='url(%23paint75_linear_2_359)'/%3E%3Cpath d='M46.7501 50.1239C47.4835 49.8697 48.2569 49.9023 48.9369 50.1891C49.4036 50.137 51.2371 51.597 51.5971 51.949L52.0238 52.3661L52.8239 53.1483L53.6239 53.0375L54.0306 52.9853L56.4375 50.6323L60.8911 46.2783C60.9911 46.1805 61.4578 45.7438 61.5712 45.6787C62.2112 45.1768 63.0046 44.9291 63.818 44.9682C64.6314 45.0073 65.4048 45.3332 66.0048 45.9198C66.4649 46.3696 66.7516 46.9432 66.8249 47.5493C66.8982 48.1555 66.7649 48.7486 66.4515 49.2375C66.5249 49.7068 63.4647 53.044 63.098 53.409L59.5577 56.8701L56.7908 59.575C56.6708 59.6924 56.1108 60.2138 55.9641 60.3051C55.2241 60.8982 54.2907 61.2176 53.3639 61.2176H53.3306C52.2305 61.2176 51.1304 60.7874 50.3237 59.9922L45.5034 55.2797C44.3966 54.1977 44.2633 52.5291 45.09 51.3363C45.4967 50.7497 46.0767 50.326 46.7568 50.1239H46.7501Z' fill='url(%23paint76_linear_2_359)'/%3E%3Cpath d='M46.7701 50.1239C47.5035 49.8762 48.2769 49.9088 48.9503 50.2021C49.4103 50.15 51.2504 51.623 51.5971 51.9685L52.0238 52.3856L52.8239 53.1678L53.6239 53.044L54.0306 52.9853L56.4308 50.6388L60.8778 46.2913C60.9711 46.2001 61.4512 45.7568 61.5578 45.6917C62.1979 45.1898 62.9913 44.9421 63.8047 44.9812C64.6181 45.0203 65.3914 45.3462 65.9915 45.9263C66.4515 46.3761 66.7382 46.9562 66.8115 47.5688C66.8849 48.1815 66.7449 48.7747 66.4315 49.2635C66.4982 49.7263 63.4046 53.0896 63.0446 53.4416L59.5177 56.8896L56.7642 59.5815C56.6375 59.7054 56.0908 60.2138 55.9441 60.305C55.204 60.8916 54.2773 61.2045 53.3572 61.2045H53.3239C52.2238 61.2045 51.1238 60.7743 50.3237 59.9856L45.5033 55.2731C44.3966 54.1911 44.2633 52.516 45.0966 51.3297C45.5033 50.7496 46.0901 50.326 46.7701 50.1239Z' fill='url(%23paint77_linear_2_359)'/%3E%3Cpath d='M46.7972 50.1239C47.5306 49.8762 48.304 49.9219 48.9773 50.2217C49.424 50.1695 51.2708 51.6622 51.6175 51.9946L52.0442 52.4117L52.8443 53.1939L53.6443 53.057L54.051 52.9918L56.4512 50.6454L60.8915 46.3044C60.9849 46.2131 61.4649 45.7699 61.5716 45.7047C62.205 45.2028 62.9983 44.9486 63.8117 44.9877C64.6251 45.0268 65.3985 45.3527 65.9919 45.9328C66.4586 46.3891 66.7386 46.9627 66.8119 47.5819C66.8853 48.1946 66.7386 48.7942 66.4186 49.2831C66.4853 49.7328 63.3584 53.1287 63.005 53.4742L59.4981 56.9026L56.7579 59.5815C56.6312 59.7054 56.0912 60.2073 55.9378 60.2985C55.2044 60.8851 54.2777 61.1915 53.3643 61.1915H53.331C52.2376 61.1915 51.1375 60.7613 50.3308 59.9726L45.5104 55.2601C44.4037 54.1781 44.2703 52.503 45.1171 51.3102C45.5304 50.7301 46.1171 50.3064 46.8038 50.1174L46.7972 50.1239Z' fill='url(%23paint78_linear_2_359)'/%3E%3Cpath d='M46.8168 50.1239C47.5502 49.8827 48.3236 49.9349 48.9969 50.2347C49.437 50.1825 51.2904 51.6882 51.6305 52.0206L52.0572 52.4378L52.8506 53.2199L53.6506 53.07L54.0573 52.9983L56.4508 50.6584L60.8911 46.3174C60.9845 46.2261 61.4645 45.7829 61.5712 45.7177C62.2046 45.2158 62.998 44.9616 63.8113 45.0007C64.6247 45.0398 65.3981 45.3657 65.9915 45.9458C66.4582 46.4021 66.7449 46.9822 66.8116 47.6014C66.8849 48.2206 66.7382 48.8203 66.4115 49.3091C66.4782 49.7458 63.3113 53.1743 62.9646 53.5132L59.4777 56.9222L56.7508 59.588C56.6242 59.7119 56.0841 60.2072 55.9374 60.305C55.2041 60.8851 54.284 61.1915 53.3706 61.1915H53.3373C52.2438 61.1915 51.1504 60.7613 50.3437 59.9791L45.5234 55.2666C44.4166 54.1846 44.2833 52.503 45.1367 51.3167C45.55 50.7366 46.1434 50.3194 46.8301 50.1304L46.8168 50.1239Z' fill='url(%23paint79_linear_2_359)'/%3E%3Cpath d='M46.8436 50.1175C47.5837 49.8828 48.357 49.935 49.0171 50.2478C49.4438 50.1957 51.3106 51.7209 51.6373 52.0403L52.064 52.4509L52.8574 53.2331L53.6574 53.0701L54.0641 52.9919L56.4576 50.652L60.8913 46.3175C60.978 46.2328 61.4647 45.783 61.5647 45.7178C62.198 45.2094 62.9914 44.9617 63.7982 44.9943C64.6116 45.0334 65.3783 45.3593 65.9716 45.9329C66.4383 46.3892 66.725 46.9758 66.7917 47.595C66.8584 48.2142 66.7117 48.8204 66.3783 49.3093C66.445 49.7394 63.2381 53.194 62.8981 53.5199L59.4245 56.9158L56.711 59.5686C56.5843 59.6924 56.0509 60.1878 55.8976 60.279C55.1642 60.8526 54.2508 61.159 53.3441 61.159H53.3107C52.2173 61.159 51.1239 60.7288 50.3239 59.9466L45.5035 55.2341C44.3968 54.1521 44.2701 52.464 45.1235 51.2777C45.5368 50.6976 46.1369 50.2804 46.8236 50.0979L46.8436 50.1175Z' fill='url(%23paint80_linear_2_359)'/%3E%3Cpath d='M46.8636 50.1174C47.6037 49.8892 48.3771 49.9479 49.0371 50.2608C49.4572 50.2086 51.3306 51.7469 51.6507 52.0597L52.0774 52.4704L52.8707 53.246L53.6641 53.07L54.0708 52.9853L56.4577 50.6518L60.8847 46.3239C60.9713 46.2392 61.458 45.7829 61.558 45.7242C62.1914 45.2158 62.9781 44.9616 63.7915 45.0007C64.6049 45.0398 65.3716 45.3592 65.965 45.9393C66.4384 46.4021 66.7184 46.9887 66.7851 47.6145C66.8518 48.2402 66.6984 48.8464 66.3651 49.3352C66.4317 49.7589 63.1915 53.2395 62.8581 53.5589L59.4045 56.9352L56.7044 59.575C56.5777 59.7053 56.051 60.1877 55.8976 60.2789C55.1709 60.8525 54.2575 61.1523 53.3574 61.1523H53.3241C52.2374 61.1523 51.144 60.7222 50.3439 59.94L45.5236 55.2275C44.4168 54.139 44.2901 52.4573 45.1502 51.2711C45.5702 50.6909 46.1703 50.2803 46.857 50.0978L46.8636 50.1174Z' fill='url(%23paint81_linear_2_359)'/%3E%3Cpath d='M46.8902 50.1173C47.6303 49.8957 48.4036 49.9609 49.0637 50.2803C49.4704 50.2347 51.3505 51.7859 51.6705 52.0923L52.0972 52.5029L52.8906 53.2786L53.684 53.0895L54.0907 52.9983L56.4776 50.6648L60.8979 46.3434C60.9845 46.2587 61.4713 45.8024 61.5713 45.7437C62.198 45.2353 62.9914 44.9811 63.7981 45.0202C64.6048 45.0528 65.3782 45.3787 65.9716 45.9588C66.4449 46.4216 66.7316 47.0082 66.7916 47.6405C66.8583 48.2662 66.705 48.8789 66.3583 49.3678C66.4183 49.7784 63.1447 53.2916 62.818 53.6045L59.3844 56.9612L56.6976 59.588C56.5642 59.7183 56.0509 60.1942 55.8909 60.2919C55.1641 60.859 54.2574 61.1588 53.364 61.1588H53.3307C52.2439 61.1588 51.1572 60.7286 50.3571 59.953L45.5368 55.2405C44.4234 54.152 44.3033 52.4638 45.1767 51.284C45.5968 50.7039 46.2035 50.2998 46.8969 50.1173H46.8902Z' fill='url(%23paint82_linear_2_359)'/%3E%3Cpath d='M46.9104 50.1174C47.6505 49.9023 48.4239 49.9674 49.0772 50.2933C49.4773 50.2477 51.3641 51.812 51.6708 52.1119L52.0908 52.5225L52.8842 53.2981L53.6776 53.0961L54.0843 52.9983L56.4644 50.6714L60.8848 46.35C60.9648 46.2717 61.4581 45.809 61.5581 45.7503C62.1849 45.2419 62.9716 44.9877 63.785 45.0203C64.5917 45.0529 65.3651 45.3788 65.9518 45.9524C66.4252 46.4151 66.7119 47.0083 66.7785 47.6405C66.8452 48.2728 66.6852 48.8855 66.3385 49.3743C66.3985 49.7784 63.0849 53.3112 62.7716 53.624L59.3513 56.9678L56.6778 59.5815C56.5445 59.7119 56.0377 60.1812 55.8777 60.2789C55.1577 60.8395 54.2576 61.1393 53.3576 61.1393H53.3242C52.2375 61.1393 51.1507 60.7156 50.3573 59.9335L45.537 55.221C44.4236 54.1325 44.3102 52.4443 45.1836 51.258C45.6103 50.6779 46.2104 50.2738 46.9104 50.1043V50.1174Z' fill='url(%23paint83_linear_2_359)'/%3E%3Cpath d='M46.9369 50.1173C47.677 49.9023 48.4504 49.9805 49.1037 50.3064C49.4904 50.2607 51.3906 51.8446 51.6906 52.1314L52.1106 52.542L52.904 53.3177L53.6974 53.1026L54.0974 52.9983L56.4776 50.6714L60.8913 46.3565C60.9713 46.2782 61.4646 45.8155 61.558 45.7568C62.1847 45.2484 62.9714 44.9942 63.7781 45.0268C64.5849 45.0594 65.3582 45.3853 65.9449 45.9589C66.4183 46.4216 66.705 47.0213 66.7717 47.6601C66.8317 48.2923 66.6717 48.9115 66.3183 49.4004C66.3783 49.7914 63.0247 53.3568 62.718 53.6631L59.3178 56.9873L56.6576 59.588C56.5243 59.7184 56.0176 60.1811 55.8576 60.2789C55.1375 60.8329 54.2441 61.1328 53.3507 61.1328H53.3174C52.2373 61.1328 51.1505 60.7091 50.3572 59.9335L45.5368 55.2209C44.4234 54.1324 44.3101 52.4378 45.1901 51.258C45.6168 50.6844 46.2235 50.2803 46.9236 50.1108L46.9369 50.1173Z' fill='url(%23paint84_linear_2_359)'/%3E%3Cpath d='M46.9568 50.1172C47.6969 49.9087 48.4703 49.9934 49.1236 50.3258C49.5037 50.2802 51.4105 51.8771 51.7038 52.1639L52.1239 52.5745L52.9173 53.3502L53.7106 53.122L54.1107 53.0112L56.4842 50.6908L60.8912 46.3824C60.9712 46.3042 61.4645 45.8414 61.5579 45.7828C62.1846 45.2744 62.9646 45.0137 63.778 45.0462C64.5848 45.0788 65.3582 45.3982 65.9449 45.9783C66.4249 46.4476 66.7116 47.0473 66.7716 47.686C66.8316 48.3248 66.6649 48.9375 66.3116 49.4394C66.3716 49.8174 62.9846 53.4154 62.6846 53.7087L59.2977 57.0198L56.6509 59.6075C56.5108 59.7443 56.0175 60.1941 55.8575 60.2984C55.1374 60.8524 54.2507 61.1457 53.364 61.1457H53.3306C52.2505 61.1457 51.1705 60.722 50.3771 59.9464L45.5567 55.2339C44.4433 54.1454 44.33 52.4442 45.2234 51.2709C45.6567 50.6973 46.2634 50.2932 46.9635 50.1303L46.9568 50.1172Z' fill='url(%23paint85_linear_2_359)'/%3E%3Cpath d='M46.9837 50.1174C47.7304 49.9153 48.4971 50.0065 49.1438 50.3455C49.5105 50.2999 51.4307 51.9163 51.7107 52.1901L52.1307 52.6007L52.9174 53.3764L53.7108 53.1352L54.1109 53.0113L56.4844 50.6909L60.8847 46.3891C60.9647 46.3108 61.4647 45.8415 61.5514 45.7894C62.1714 45.281 62.9582 45.0203 63.7649 45.0529C64.5716 45.0855 65.3383 45.4048 65.925 45.9784C66.4051 46.4477 66.6918 47.0539 66.7518 47.6927C66.8118 48.3314 66.6384 48.9506 66.2784 49.4525C66.3317 49.824 62.9115 53.4481 62.6181 53.7348L59.2512 57.0264L56.6177 59.601C56.4777 59.7379 55.991 60.1877 55.8243 60.2854C55.1109 60.8329 54.2242 61.1263 53.3441 61.1263H53.3108C52.2307 61.1263 51.1506 60.7026 50.3639 59.9269L45.5436 55.2144C44.4302 54.1259 44.3235 52.4247 45.2169 51.245C45.6502 50.6714 46.2636 50.2738 46.9703 50.1108L46.9837 50.1174Z' fill='url(%23paint86_linear_2_359)'/%3E%3Cpath d='M47.0036 50.1174C47.7503 49.9218 48.5171 50.0131 49.1638 50.3585C49.5238 50.3129 51.4439 51.9424 51.724 52.2097L52.144 52.6203L52.9307 53.3959L53.7241 53.1417L54.1241 53.0114L56.491 50.6975L60.8913 46.3956C60.9646 46.3239 61.4713 45.8481 61.558 45.8025C62.178 45.2875 62.9581 45.0333 63.7648 45.0659C64.5715 45.0985 65.3383 45.4179 65.925 45.9915C66.405 46.4608 66.6984 47.067 66.7517 47.7122C66.8117 48.3575 66.6384 48.9767 66.2717 49.4786C66.325 49.8371 62.8648 53.4937 62.5781 53.774L59.2312 57.046L56.611 59.6076C56.471 59.7445 55.9909 60.1877 55.8243 60.2855C55.1109 60.8265 54.2308 61.1198 53.3507 61.1198H53.3174C52.2373 61.1198 51.1639 60.6961 50.3772 59.927L45.5568 55.2145C44.4434 54.1259 44.3368 52.4182 45.2368 51.245C45.6769 50.6714 46.2902 50.2738 46.9969 50.1174H47.0036Z' fill='url(%23paint87_linear_2_359)'/%3E%3Cpath d='M47.0301 50.1107C47.7768 49.9217 48.5435 50.0195 49.1902 50.3714C49.5369 50.3323 51.4704 51.9683 51.7438 52.2356L52.1638 52.6462L52.9505 53.4153L53.7372 53.1481L54.1373 53.0112L56.5041 50.6973L60.8978 46.402C60.9711 46.3303 61.4778 45.8545 61.5645 45.8088C62.1845 45.2939 62.9646 45.0397 63.7713 45.0658C64.578 45.0984 65.3447 45.4178 65.9314 45.9913C66.4181 46.4672 66.7048 47.0733 66.7582 47.7251C66.8115 48.3769 66.6382 48.9961 66.2648 49.498C66.3181 49.85 62.8179 53.5327 62.5445 53.7999L59.211 57.0589L56.6041 59.6074C56.4641 59.7443 55.9907 60.181 55.8174 60.2853C55.1107 60.8263 54.2306 61.1131 53.3572 61.1131H53.3239C52.2505 61.1131 51.1771 60.6894 50.3903 59.9203L45.57 55.2078C44.4566 54.1193 44.3499 52.4116 45.2633 51.2318C45.7033 50.6582 46.3234 50.2672 47.0301 50.1107Z' fill='url(%23paint88_linear_2_359)'/%3E%3Cpath d='M47.0506 50.1108C47.7973 49.9217 48.564 50.0325 49.204 50.3845C49.5441 50.3454 51.4842 52.001 51.7442 52.2552L52.1643 52.6658L52.951 53.4349L53.7377 53.1547L54.1377 53.0178L56.4979 50.7039L60.8849 46.4151C60.9582 46.3434 61.4649 45.8675 61.5449 45.8219C62.165 45.307 62.9384 45.0463 63.7451 45.0789C64.5518 45.1049 65.3185 45.4308 65.8986 45.9979C66.3853 46.4737 66.672 47.0864 66.7253 47.7382C66.7786 48.39 66.5986 49.0157 66.2253 49.5176C66.2786 49.8631 62.745 53.5718 62.4717 53.8325L59.1581 57.072L56.5646 59.6075C56.4246 59.7509 55.9512 60.1746 55.7845 60.2788C55.0778 60.8133 54.2044 61.1001 53.3377 61.1001H53.3043C52.2309 61.1001 51.1575 60.6764 50.3775 59.9073L45.5571 55.1948C44.4437 54.1063 44.3437 52.3921 45.2571 51.2188C45.7038 50.6452 46.3238 50.2542 47.0372 50.1108H47.0506Z' fill='url(%23paint89_linear_2_359)'/%3E%3Cpath d='M47.077 50.1109C47.8237 49.9284 48.5904 50.0392 49.2305 50.3977C49.5639 50.3586 51.5107 52.0272 51.764 52.2749L52.184 52.6855L52.9708 53.4546L53.7575 53.1613L54.1575 53.0114L56.5177 50.704L60.898 46.4217C60.9647 46.3565 61.478 45.8742 61.5581 45.8286C62.1714 45.3136 62.9515 45.0529 63.7582 45.079C64.5649 45.1051 65.325 45.4244 65.9117 45.998C66.3984 46.4738 66.6918 47.0931 66.7451 47.7449C66.7984 48.3967 66.6117 49.0289 66.2317 49.5308C66.2851 49.8632 62.7115 53.6045 62.4514 53.8587L59.1579 57.0786L56.5777 59.6011C56.431 59.7445 55.971 60.1616 55.7976 60.2659C55.0976 60.7939 54.2242 61.0807 53.3641 61.0807H53.3308C52.2574 61.0807 51.1906 60.657 50.4106 59.8944L45.5902 55.1819C44.4702 54.0869 44.3768 52.3726 45.2969 51.2059C45.7436 50.6323 46.3703 50.2478 47.0837 50.1044L47.077 50.1109Z' fill='url(%23paint90_linear_2_359)'/%3E%3Cpath d='M47.0971 50.1109C47.8438 49.9349 48.6105 50.0522 49.2439 50.4172C49.5639 50.3781 51.5174 52.0663 51.7707 52.3074L52.1908 52.7181L52.9775 53.4872L53.7642 53.1808L54.1642 53.0244L56.5244 50.717L60.9047 46.4347C60.9714 46.3695 61.4848 45.8807 61.5648 45.8416C62.1781 45.3266 62.9582 45.0659 63.7583 45.092C64.565 45.1181 65.325 45.4374 65.9118 46.011C66.3985 46.4934 66.6918 47.1061 66.7451 47.7644C66.7985 48.4227 66.6118 49.0549 66.2251 49.5568C66.2718 49.8827 62.6649 53.6501 62.4115 53.8978L59.1313 57.1047L56.5644 59.6141C56.4177 59.7575 55.9644 60.1681 55.791 60.2789C55.091 60.8069 54.2309 61.0872 53.3642 61.0872H53.3308C52.2641 61.0872 51.1974 60.6635 50.4173 59.9009L45.597 55.1884C44.4769 54.0934 44.3835 52.3791 45.3103 51.2059C45.7636 50.6388 46.3903 50.2477 47.1037 50.1109H47.0971Z' fill='url(%23paint91_linear_2_359)'/%3E%3Cpath d='M47.1238 50.1108C47.8705 49.9413 48.6372 50.0587 49.2706 50.4302C49.5839 50.3911 51.5441 52.0923 51.7841 52.3269L52.2041 52.7376L52.9842 53.5067L53.7709 53.1873L54.1709 53.0243L56.5244 50.7235L60.8981 46.4477C60.9648 46.3825 61.4781 45.8936 61.5581 45.8545C62.1715 45.3396 62.9449 45.0724 63.7516 45.0985C64.5584 45.1245 65.3184 45.4439 65.8984 46.011C66.3918 46.4933 66.6785 47.1125 66.7318 47.7774C66.7785 48.4357 66.5918 49.0744 66.1985 49.5763C66.2451 49.8892 62.6049 53.6827 62.3582 53.9238L59.098 57.1111L56.5444 59.6075C56.3978 59.7509 55.9511 60.155 55.7711 60.2658C55.071 60.7873 54.2176 61.0676 53.3575 61.0676H53.3242C52.2575 61.0676 51.1907 60.6439 50.4173 59.8878L45.597 55.1753C44.4769 54.0803 44.3836 52.3595 45.3236 51.1928C45.777 50.6257 46.4104 50.2412 47.1238 50.1043V50.1108Z' fill='url(%23paint92_linear_2_359)'/%3E%3Cpath d='M47.1436 50.1108C47.897 49.9478 48.657 50.0717 49.2904 50.4497C49.5904 50.4171 51.5639 52.1313 51.7973 52.3595L52.2173 52.7701L52.9973 53.5392L53.7841 53.2068L54.1841 53.0373L56.5376 50.7365L60.9046 46.4672C60.9646 46.4085 61.4846 45.9132 61.558 45.8741C62.1713 45.3591 62.9447 45.0919 63.7448 45.118C64.5515 45.144 65.3116 45.4634 65.8916 46.0305C66.385 46.5128 66.6783 47.1385 66.725 47.8034C66.7717 48.4682 66.5783 49.107 66.185 49.6089C66.2316 49.9087 62.5514 53.7348 62.3113 53.9694L59.0644 57.1437L56.5243 59.627C56.3709 59.777 55.9375 60.1746 55.7575 60.2788C55.0642 60.7938 54.2108 61.074 53.3574 61.074H53.324C52.2573 61.074 51.1972 60.6569 50.4238 59.8943L45.6035 55.1818C44.4834 54.0867 44.3967 52.366 45.3368 51.1927C45.7968 50.6257 46.4302 50.2411 47.1503 50.1108H47.1436Z' fill='url(%23paint93_linear_2_359)'/%3E%3Cpath d='M47.1703 50.1109C47.9237 49.9479 48.6838 50.0848 49.3105 50.4628C49.6038 50.4302 51.584 52.1575 51.8107 52.3791L52.2307 52.7898L53.0108 53.5524L53.7975 53.2069L54.1975 53.0309L56.5443 50.7366L60.9047 46.4738C60.9647 46.4152 61.4847 45.9198 61.558 45.8807C62.1647 45.3658 62.9381 45.0985 63.7449 45.1246C64.5516 45.1507 65.3116 45.4635 65.8917 46.0306C66.3851 46.5129 66.6784 47.1452 66.7251 47.81C66.7717 48.4748 66.5717 49.1201 66.1717 49.622C66.2184 49.9153 62.4981 53.7675 62.2648 53.9956L59.0379 57.1503L56.511 59.6206C56.3577 59.7705 55.9243 60.1616 55.7443 60.2724C55.0509 60.7873 54.2042 61.0611 53.3574 61.0611H53.3241C52.2574 61.0611 51.204 60.644 50.4306 59.8813L45.6102 55.1688C44.4901 54.0738 44.4035 52.3465 45.3502 51.1798C45.8102 50.6127 46.4503 50.2347 47.1703 50.1109Z' fill='url(%23paint94_linear_2_359)'/%3E%3Cpath d='M47.1904 50.1043C47.9438 49.9479 48.7039 50.0913 49.3306 50.4758C49.6106 50.4433 51.6041 52.1901 51.8174 52.3987L52.2375 52.8093L53.0175 53.5719L53.7976 53.2134L54.1976 53.0309L56.5444 50.7366L60.9047 46.4738C60.9647 46.4151 61.4915 45.9198 61.5581 45.8807C62.1648 45.3657 62.9382 45.0985 63.7383 45.1181C64.5383 45.1441 65.2984 45.457 65.8784 46.0241C66.3785 46.5129 66.6652 47.1386 66.7118 47.8165C66.7585 48.4879 66.5518 49.1331 66.1451 49.635C66.1851 49.9218 62.4315 53.8 62.2115 54.0216L59.0046 57.1568L56.4911 59.6141C56.3378 59.764 55.911 60.1486 55.731 60.2594C55.0443 60.7678 54.1976 61.0415 53.3509 61.0415H53.3175C52.2575 61.0415 51.1974 60.6244 50.4307 59.8683L45.6103 55.1558C44.4902 54.0607 44.4036 52.327 45.3636 51.1668C45.8303 50.5997 46.4704 50.2282 47.1904 50.1043Z' fill='url(%23paint95_linear_2_359)'/%3E%3Cpath d='M47.2169 50.1043C47.9703 49.9544 48.7303 50.1043 49.357 50.4889C49.6304 50.4563 51.6239 52.2161 51.8372 52.4247L52.2572 52.8354L53.0373 53.598L53.8174 53.2264L54.2174 53.0374L56.5576 50.7496L60.9112 46.4933C60.9712 46.4412 61.4979 45.9328 61.5646 45.9002C62.1713 45.3788 62.938 45.1115 63.7447 45.1376C64.5448 45.1637 65.3048 45.4765 65.8849 46.0436C66.3849 46.5324 66.6783 47.1647 66.7183 47.8426C66.7649 48.5204 66.5583 49.1657 66.1449 49.6741C66.1849 49.9479 62.398 53.8587 62.178 54.0673L58.9844 57.1894L56.4842 59.6336C56.3309 59.7835 55.9108 60.1616 55.7242 60.2724C55.0374 60.7743 54.1974 61.048 53.3573 61.048H53.324C52.2639 61.048 51.2105 60.6309 50.4438 59.8748L45.6234 55.1623C44.5034 54.0673 44.4233 52.3335 45.3834 51.1667C45.8501 50.5997 46.4968 50.2282 47.2235 50.1108L47.2169 50.1043Z' fill='url(%23paint96_linear_2_359)'/%3E%3Cpath d='M47.2371 50.1043C47.9904 49.9609 48.7505 50.1043 49.3706 50.5084C49.6306 50.4758 51.6374 52.2552 51.8441 52.4508L52.2641 52.8614L53.0441 53.624L53.8242 53.2394L54.2176 53.0439L56.5577 50.7561L60.9047 46.5063C60.958 46.4542 61.4914 45.9458 61.5514 45.9132C62.1581 45.3918 62.9249 45.1245 63.7249 45.1441C64.525 45.1636 65.285 45.483 65.8651 46.0436C66.3651 46.5324 66.6585 47.1712 66.6985 47.849C66.7385 48.5269 66.5318 49.1787 66.1118 49.6871C66.1518 49.9544 62.3248 53.8912 62.1181 54.0933L58.9446 57.1959L56.4577 59.6271C56.2977 59.7835 55.891 60.1485 55.7043 60.2658C55.0243 60.7612 54.1842 61.0284 53.3508 61.0284H53.3175C52.2574 61.0284 51.2107 60.6113 50.444 59.8617L45.6236 55.1492C44.5035 54.0542 44.4235 52.3139 45.3903 51.1537C45.857 50.5866 46.5103 50.2216 47.2371 50.1043Z' fill='url(%23paint97_linear_2_359)'/%3E%3Cpath d='M47.2637 50.1044C48.0171 49.9675 48.7772 50.1239 49.3972 50.5215C49.6505 50.4889 51.664 52.2814 51.8574 52.4704L52.2774 52.881L53.0575 53.6436L53.8375 53.246L54.2309 53.044L56.5644 50.7627L60.9047 46.5195C60.958 46.4673 61.4914 45.9589 61.5514 45.9263C62.1514 45.4049 62.9182 45.1376 63.7182 45.1572C64.5183 45.1767 65.2783 45.4896 65.8517 46.0567C66.3517 46.552 66.6518 47.1908 66.6918 47.8687C66.7318 48.5466 66.5184 49.1984 66.0984 49.7133C66.1384 49.9675 62.2715 53.9369 62.0714 54.1325L58.9179 57.2155L56.4444 59.6337C56.2844 59.7901 55.8843 60.1486 55.691 60.2659C55.0109 60.7613 54.1775 61.0285 53.3508 61.0285H53.3175C52.2641 61.0285 51.2107 60.6114 50.4506 59.8618L45.6303 55.1493C44.5035 54.0477 44.4302 52.314 45.4036 51.1538C45.8769 50.5867 46.5303 50.2217 47.257 50.1109L47.2637 50.1044Z' fill='url(%23paint98_linear_2_359)'/%3E%3Cpath d='M47.2837 50.1044C48.0438 49.9741 48.7972 50.1305 49.4172 50.5412C49.6639 50.5151 51.6841 52.3206 51.8707 52.5031L52.2908 52.9072L53.0642 53.6698L53.8442 53.2592L54.2376 53.0506L56.5711 50.7693L60.9114 46.5261C60.9647 46.4739 61.4981 45.9655 61.5581 45.9329C62.1582 45.4115 62.9249 45.1377 63.7249 45.1638C64.525 45.1834 65.2784 45.4962 65.8584 46.0633C66.3651 46.5586 66.6585 47.2039 66.6985 47.8883C66.7385 48.5727 66.5185 49.2245 66.0918 49.7394C66.1318 49.9806 62.2315 53.9827 62.0381 54.1652L58.8979 57.2351L56.4377 59.6403C56.2777 59.7967 55.8777 60.1487 55.691 60.266C55.011 60.7549 54.1842 61.0156 53.3575 61.0156H53.3242C52.2708 61.0156 51.224 60.5984 50.464 59.8489L45.6436 55.1363C44.5169 54.0348 44.4502 52.2945 45.4303 51.1343C45.9036 50.5737 46.5637 50.2087 47.2904 50.0979L47.2837 50.1044Z' fill='url(%23paint99_linear_2_359)'/%3E%3Cpath d='M47.3104 50.1044C48.0704 49.9741 48.8238 50.1435 49.4372 50.5542C49.6706 50.5281 51.704 52.3466 51.8774 52.5226L52.2974 52.9267L53.0708 53.6893L53.8509 53.2657L54.2442 53.0506L56.571 50.7758L60.9047 46.5391C60.9514 46.4934 61.4914 45.9785 61.5514 45.9459C62.1515 45.4245 62.9182 45.1507 63.7182 45.1703C64.5183 45.1898 65.2717 45.5027 65.8517 46.0633C66.3584 46.5586 66.6518 47.2039 66.6918 47.8948C66.7318 48.5792 66.5118 49.2375 66.0784 49.7524C66.1117 49.9871 62.1781 54.0152 61.9914 54.1912L58.8712 57.2416L56.4244 59.6337C56.2644 59.7902 55.871 60.1421 55.6777 60.2595C55.0043 60.7418 54.1775 61.0025 53.3575 61.0025H53.3242C52.2707 61.0025 51.2307 60.5854 50.4639 59.8423L45.6436 55.1298C44.5168 54.0283 44.4502 52.2814 45.4369 51.1277C45.917 50.5672 46.577 50.2022 47.3104 50.1044Z' fill='url(%23paint100_linear_2_359)'/%3E%3Cpath d='M47.3299 50.1043C48.09 49.9804 48.8434 50.1564 49.4568 50.5736C49.6834 50.5475 51.7169 52.3856 51.8903 52.5485L52.3036 52.9526L53.077 53.7152L53.8571 53.2785L54.2504 53.0569L56.5773 50.7821L60.9043 46.5519C60.9509 46.5063 61.491 45.9849 61.5443 45.9588C62.1377 45.4374 62.9044 45.1636 63.7045 45.1832C64.5045 45.2027 65.2579 45.5156 65.8313 46.0761C66.338 46.5715 66.638 47.2233 66.6713 47.9142C66.7047 48.6051 66.4847 49.2634 66.0446 49.7784C66.078 50.0065 62.1043 54.0542 61.9243 54.2302L58.8241 57.2675L56.3906 59.6466C56.2239 59.8096 55.8439 60.1485 55.6505 60.2658C54.9772 60.7482 54.1638 61.0024 53.3437 61.0024H53.3104C52.2636 61.0024 51.2169 60.5852 50.4568 59.8422L45.6365 55.1296C44.5097 54.0281 44.4431 52.2813 45.4365 51.1276C45.9165 50.567 46.5832 50.2085 47.3166 50.1108L47.3299 50.1043Z' fill='url(%23paint101_linear_2_359)'/%3E%3Cpath d='M47.357 50.1043C48.117 49.987 48.8704 50.163 49.4838 50.5866C49.6972 50.5606 51.744 52.4117 51.9107 52.5746L52.324 52.9787L53.0974 53.7348L53.8708 53.2851L54.2642 53.057L56.5843 50.7887L60.9046 46.565C60.9513 46.5194 61.4913 45.998 61.5447 45.9719C62.1381 45.4505 62.9048 45.1767 63.6982 45.1897C64.4982 45.2093 65.2516 45.5222 65.825 46.0827C66.3384 46.5846 66.6317 47.2364 66.665 47.9273C66.6984 48.6182 66.4717 49.283 66.0317 49.798C66.065 50.0131 62.0514 54.0933 61.8847 54.2628L58.7978 57.2806L56.3776 59.6401C56.211 59.8031 55.8376 60.1355 55.6376 60.2528C54.9709 60.7286 54.1575 60.9829 53.3441 60.9829H53.3108C52.264 60.9829 51.2239 60.5657 50.4639 59.8292L45.6435 55.1167C44.5168 54.0151 44.4501 52.2618 45.4569 51.1081C45.9436 50.5475 46.6103 50.189 47.3437 50.0978L47.357 50.1043Z' fill='url(%23paint102_linear_2_359)'/%3E%3Cpath d='M47.3771 50.0978C48.1372 49.987 48.8906 50.1695 49.4973 50.5997C49.704 50.5736 51.7574 52.4378 51.9108 52.5942L52.3241 52.9983L53.0975 53.7544L53.8709 53.2916L54.2643 53.057L56.5845 50.7887L60.9048 46.5651C60.9448 46.526 61.4981 45.998 61.5448 45.9719C62.1382 45.4505 62.8982 45.1702 63.6983 45.1898C64.4984 45.2093 65.2517 45.5157 65.8251 46.0762C66.3385 46.5781 66.6318 47.2364 66.6652 47.9339C66.6985 48.6313 66.4652 49.2961 66.0185 49.811C66.0518 50.0196 62.0048 54.126 61.8382 54.2824L58.7713 57.2807L56.3644 59.6337C56.1978 59.7966 55.8311 60.1225 55.6311 60.2464C54.9643 60.7156 54.1576 60.9699 53.3509 60.9699H53.3176C52.2708 60.9699 51.2374 60.5592 50.4773 59.8162L45.657 55.1037C44.5303 54.0021 44.4702 52.2488 45.477 51.0951C45.9637 50.5345 46.6371 50.1826 47.3705 50.0913L47.3771 50.0978Z' fill='url(%23paint103_linear_2_359)'/%3E%3Cpath d='M47.4035 50.0978C48.1636 49.9935 48.9237 50.1825 49.5237 50.6127C49.717 50.5866 51.7839 52.4703 51.9305 52.6137L52.3439 53.0178L53.1173 53.7739L53.8907 53.2981L54.284 53.0569L56.5975 50.7952L60.9112 46.578C60.9512 46.5389 61.5046 46.011 61.5512 45.9849C62.1446 45.4569 62.9047 45.1832 63.6981 45.1962C64.4981 45.2158 65.2515 45.5221 65.8182 46.0827C66.3316 46.5846 66.6316 47.2429 66.6583 47.9468C66.6916 48.6508 66.4583 49.3156 66.0049 49.8305C66.0316 50.0261 61.9513 54.165 61.7979 54.3149L58.7444 57.3002L56.3509 59.6336C56.1842 59.7966 55.8175 60.1159 55.6175 60.2398C54.9574 60.7026 54.1507 60.9568 53.344 60.9568H53.3106C52.2639 60.9568 51.2305 60.5461 50.4771 59.8031L45.6568 55.0906C44.53 53.989 44.47 52.2292 45.4834 51.0755C45.9768 50.5149 46.6435 50.1629 47.3902 50.0782L47.4035 50.0978Z' fill='url(%23paint104_linear_2_359)'/%3E%3Cpath d='M47.4237 50.0978C48.1838 49.9936 48.9438 50.1891 49.5439 50.6323C49.7306 50.6128 51.7974 52.503 51.9441 52.6464L52.3574 53.0505L53.1308 53.8066L53.9042 53.3177L54.2976 53.07L56.6111 50.8083L60.918 46.5977C60.958 46.5586 61.5114 46.0306 61.5581 46.0045C62.1448 45.4766 62.9049 45.2028 63.7049 45.2159C64.4983 45.2289 65.2517 45.5418 65.8251 46.1023C66.3451 46.6107 66.6384 47.269 66.6651 47.973C66.6918 48.6769 66.4584 49.3483 65.9984 49.8697C66.0251 50.0587 61.9048 54.2237 61.7581 54.3671L58.7245 57.3328L56.3444 59.6532C56.1777 59.8227 55.8177 60.129 55.6177 60.2529C54.9576 60.7157 54.1575 60.9634 53.3575 60.9634H53.3242C52.2841 60.9634 51.2507 60.5527 50.4973 59.8162L45.6769 55.1037C44.5435 53.9956 44.4902 52.2357 45.5103 51.0886C46.0036 50.528 46.677 50.1826 47.4237 50.1044V50.0978Z' fill='url(%23paint105_linear_2_359)'/%3E%3Cpath d='M47.4502 50.0979C48.2169 50.0001 48.9703 50.2021 49.5637 50.6454C49.737 50.6258 51.8172 52.5356 51.9505 52.6659L52.3639 53.0701L53.1306 53.8262L53.904 53.3243L54.2973 53.0701L56.6042 50.8148L60.9045 46.6107C60.9378 46.5781 61.4979 46.0437 61.5379 46.0176C62.1246 45.4896 62.8846 45.2094 63.678 45.2289C64.4714 45.2419 65.2248 45.5548 65.7982 46.1088C66.3182 46.6172 66.6116 47.2821 66.6449 47.986C66.6716 48.69 66.4315 49.3678 65.9715 49.8893C65.9982 50.0653 61.8379 54.2629 61.7045 54.3997L58.691 57.3459L56.3308 59.6532C56.1575 59.8227 55.8108 60.1225 55.6041 60.2529C54.9441 60.7092 54.1507 60.9568 53.3573 60.9568H53.3239C52.2839 60.9568 51.2571 60.5462 50.5037 59.8097L45.6834 55.0972C44.55 53.9891 44.5033 52.2292 45.53 51.0821C46.0301 50.528 46.7035 50.1761 47.4502 50.1044V50.0979Z' fill='url(%23paint106_linear_2_359)'/%3E%3Cpath d='M47.4705 50.0977C48.2373 50.0064 48.9907 50.215 49.584 50.6648C49.7507 50.6452 51.8375 52.568 51.9642 52.6919L52.3776 53.096L53.1443 53.8521L53.9177 53.3371L54.311 53.0764L56.6179 50.8212L60.9182 46.6171C60.9515 46.5845 61.5116 46.0435 61.5516 46.0239C62.1383 45.496 62.8917 45.2157 63.6917 45.2287C64.4851 45.2418 65.2385 45.5481 65.8052 46.1087C66.3252 46.6171 66.6253 47.2884 66.6519 47.9989C66.6786 48.7094 66.4319 49.3872 65.9652 49.9087C65.9919 50.0716 61.7982 54.3018 61.6649 54.4256L58.6647 57.3587L56.3178 59.6531C56.1445 59.8225 55.8045 60.1224 55.5978 60.2462C54.9444 60.696 54.151 60.9436 53.3643 60.9436H53.331C52.2909 60.9436 51.2641 60.533 50.5174 59.803L45.6971 55.0905C44.5637 53.9824 44.517 52.216 45.5504 51.0689C46.0504 50.5148 46.7305 50.1694 47.4839 50.0977H47.4705Z' fill='url(%23paint107_linear_2_359)'/%3E%3Cpath d='M47.4969 50.0979C48.2636 50.0132 49.017 50.2217 49.6104 50.678C49.7638 50.6584 51.8639 52.6008 51.9839 52.7181L52.3973 53.1222L53.164 53.8783L53.9374 53.3504L54.3307 53.0831L56.6376 50.8279L60.9312 46.6303C60.9312 46.6303 61.5246 46.0567 61.5646 46.0372C62.1513 45.5092 62.9047 45.2289 63.6981 45.242C64.4915 45.255 65.2449 45.5614 65.8116 46.1154C66.3383 46.6303 66.6316 47.2952 66.6583 48.0121C66.685 48.7291 66.4383 49.407 65.9649 49.9284C65.9916 50.0849 61.7579 54.3411 61.6313 54.4584L58.6511 57.372L56.3109 59.6533C56.1375 59.8228 55.8042 60.1161 55.5908 60.2399C54.9375 60.6896 54.1574 60.9308 53.364 60.9308H53.3307C52.2973 60.9308 51.2705 60.5202 50.5238 59.7902L45.7035 55.0776C44.57 53.9696 44.5234 52.2032 45.5635 51.056C46.0702 50.502 46.7502 50.1631 47.5036 50.0914L47.4969 50.0979Z' fill='url(%23paint108_linear_2_359)'/%3E%3Cpath d='M47.517 50.0979C48.2837 50.0197 49.0371 50.2347 49.6238 50.6975C49.7705 50.678 51.8706 52.6334 51.984 52.7442L52.3973 53.1483L53.1641 53.8979L53.9308 53.3569L54.3175 53.0831L56.6177 50.8344L60.9046 46.6433C60.9046 46.6433 61.498 46.0697 61.5313 46.0502C62.1114 45.5222 62.8714 45.2354 63.6648 45.2485C64.4582 45.2615 65.2049 45.5679 65.7783 46.1219C66.305 46.6368 66.5984 47.3082 66.625 48.0251C66.6517 48.7421 66.3984 49.4265 65.9183 49.948C65.9383 50.0979 61.6714 54.3802 61.558 54.491L58.5978 57.3915L56.271 59.6598C56.0976 59.8358 55.7643 60.116 55.5576 60.2464C54.9109 60.6896 54.1308 60.9308 53.3441 60.9308H53.3107C52.2773 60.9308 51.2573 60.5202 50.5105 59.7901L45.6902 55.0776C44.5568 53.9696 44.5168 52.1967 45.5635 51.0495C46.0702 50.4955 46.7569 50.1565 47.5103 50.0913L47.517 50.0979Z' fill='url(%23paint109_linear_2_359)'/%3E%3Cpath d='M47.5436 50.0978C48.3104 50.0262 49.0637 50.2478 49.6505 50.7105C49.7838 50.6975 51.8973 52.6659 52.004 52.7637L52.4173 53.1678L53.184 53.9174L53.9508 53.3634L54.3375 53.0831L56.6376 50.8344L60.9179 46.6498C60.9179 46.6498 61.5113 46.0762 61.5446 46.0567C62.1247 45.5287 62.8781 45.2419 63.6715 45.255C64.4649 45.268 65.2116 45.5744 65.7783 46.1284C66.305 46.6433 66.605 47.3212 66.625 48.0447C66.645 48.7617 66.3917 49.446 65.905 49.974C65.925 50.1109 61.618 54.4193 61.5113 54.5301L58.5644 57.411L56.2576 59.6663C56.0776 59.8423 55.7576 60.116 55.5442 60.2464C54.8975 60.6831 54.1241 60.9242 53.3441 60.9242H53.3107C52.2773 60.9242 51.2572 60.5136 50.5172 59.7901L45.6968 55.0776C44.5634 53.9695 44.5234 52.1901 45.5768 51.0495C46.0902 50.4954 46.7769 50.163 47.5303 50.1044L47.5436 50.0978Z' fill='url(%23paint110_linear_2_359)'/%3E%3Cpath d='M47.5636 50.0913C48.3303 50.0196 49.0837 50.2477 49.6704 50.7235C49.7971 50.7105 51.9173 52.692 52.0173 52.7897L52.4306 53.1939L53.1974 53.9434L53.9641 53.3764L54.3508 53.0896L56.6443 50.8474L60.9246 46.6628C60.9246 46.6628 61.518 46.0892 61.5513 46.0697C62.1313 45.5417 62.8847 45.2549 63.6715 45.268C64.4648 45.281 65.2116 45.5874 65.7783 46.1349C66.305 46.6498 66.605 47.3342 66.625 48.0577C66.645 48.7812 66.385 49.4656 65.8983 49.9935C65.9183 50.1239 61.578 54.4584 61.478 54.5561L58.5511 57.4175L56.2576 59.6597C56.0776 59.8357 55.7642 60.1029 55.5509 60.2333C54.9042 60.67 54.1374 60.9047 53.364 60.9047H53.3307C52.304 60.9047 51.2839 60.494 50.5438 59.7705L45.7235 55.058C44.5901 53.95 44.5501 52.1705 45.6102 51.0299C46.1235 50.4759 46.8169 50.1434 47.577 50.0913H47.5636Z' fill='url(%23paint111_linear_2_359)'/%3E%3Cpath d='M47.5904 50.0913C48.3571 50.0262 49.1105 50.2608 49.6906 50.7366C49.8039 50.7236 51.9374 52.7246 52.0241 52.8094L52.4374 53.2135L53.2042 53.963L53.9709 53.3829L54.3576 53.0896L56.6511 50.8474L60.9247 46.6694C60.9247 46.6694 61.5248 46.0893 61.5514 46.0763C62.1315 45.5418 62.8782 45.2615 63.6716 45.268C64.465 45.2745 65.2117 45.5809 65.7784 46.1349C66.3118 46.6564 66.6118 47.3408 66.6251 48.0642C66.6451 48.7943 66.3784 49.4787 65.8851 50.0066C65.9051 50.1239 61.5248 54.491 61.4314 54.5823L58.5179 57.4306L56.2377 59.6598C56.0577 59.8358 55.751 60.0965 55.531 60.2334C54.891 60.6635 54.1242 60.8982 53.3508 60.8982H53.3175C52.2908 60.8982 51.2774 60.4876 50.5373 59.7641L45.717 55.0515C44.5835 53.9435 44.5435 52.1576 45.6103 51.0169C46.1303 50.4629 46.8237 50.137 47.5838 50.0848L47.5904 50.0913Z' fill='url(%23paint112_linear_2_359)'/%3E%3Cpath d='M47.6105 50.0913C48.3839 50.0326 49.1306 50.2738 49.7107 50.7561C49.8173 50.7431 51.9575 52.7571 52.0375 52.8353L52.4508 53.2395L53.2109 53.989L53.9776 53.3959L54.3643 53.0961L56.6512 50.8604L60.9181 46.6889C60.9181 46.6889 61.5182 46.1088 61.5448 46.0957C62.1182 45.5612 62.8716 45.2745 63.6583 45.2875C64.4517 45.294 65.1984 45.6004 65.7585 46.1544C66.2918 46.6758 66.5919 47.3602 66.6119 48.0902C66.6319 48.8202 66.3652 49.5112 65.8651 50.0391C65.8785 50.1434 61.4648 54.5431 61.3848 54.6278L58.4913 57.4566L56.2245 59.6727C56.0378 59.8552 55.7378 60.1029 55.5244 60.2398C54.8844 60.6635 54.1243 60.8981 53.3576 60.8981H53.3242C52.2975 60.8981 51.2841 60.494 50.5507 59.7705L45.7304 55.058C44.5903 53.9434 44.5636 52.1575 45.637 51.0233C46.1571 50.4758 46.8571 50.1434 47.6172 50.0978L47.6105 50.0913Z' fill='url(%23paint113_linear_2_359)'/%3E%3Cpath d='M47.6368 50.0913C48.4102 50.0391 49.157 50.2803 49.737 50.7691C49.837 50.7561 51.9772 52.7897 52.0572 52.8614L52.4705 53.2655L53.2306 54.0151L53.9973 53.4089L54.384 53.1026L56.6708 50.8669L60.9311 46.7019C60.9311 46.7019 61.5312 46.1218 61.5512 46.1088C62.1246 45.5743 62.8713 45.2875 63.6647 45.294C64.4581 45.3005 65.1981 45.6069 65.7648 46.1544C66.2982 46.6758 66.5982 47.3667 66.6182 48.1033C66.6315 48.8333 66.3649 49.5307 65.8582 50.0587C65.8715 50.1565 61.4245 54.5822 61.3445 54.6604L58.471 57.4697L56.2175 59.6727C56.0308 59.8552 55.7374 60.1029 55.5174 60.2333C54.884 60.657 54.124 60.8851 53.3639 60.8851H53.3306C52.3039 60.8851 51.2971 60.481 50.5637 59.7575L45.7434 55.045C44.6033 53.9304 44.5766 52.1444 45.6567 51.0103C46.1767 50.4628 46.8835 50.1369 47.6502 50.0913H47.6368Z' fill='url(%23paint114_linear_2_359)'/%3E%3Cpath d='M47.6638 50.0913C48.4372 50.0456 49.1839 50.2933 49.7572 50.7887C49.8439 50.7756 51.9974 52.8223 52.0641 52.8875L52.4774 53.2916L53.2375 54.0412L54.0042 53.422L54.3909 53.1091L56.6711 50.8799L60.9314 46.7149C60.9314 46.7149 61.5314 46.1348 61.5514 46.1218C62.1248 45.5873 62.8715 45.3005 63.6583 45.307C64.4516 45.3136 65.1917 45.6199 65.7584 46.1674C66.2984 46.6954 66.5985 47.3863 66.6118 48.1228C66.6251 48.8594 66.3518 49.5568 65.8451 50.0847C65.8584 50.176 61.3714 54.6278 61.2981 54.693L58.4379 57.4892L56.1977 59.6792C56.011 59.8617 55.7243 60.1029 55.5043 60.2398C54.871 60.6569 54.1176 60.8851 53.3642 60.8851H53.3308C52.3108 60.8851 51.304 60.4809 50.5706 59.764L45.7503 55.0515C44.6102 53.9369 44.5835 52.1444 45.6703 51.0103C46.197 50.4628 46.9037 50.1369 47.6704 50.0978L47.6638 50.0913Z' fill='url(%23paint115_linear_2_359)'/%3E%3Cpath d='M47.6836 50.0913C48.457 50.0456 49.2037 50.3063 49.7771 50.8017C49.8571 50.7952 52.0172 52.8484 52.0772 52.907L52.4906 53.3111L53.2507 54.0542L54.0107 53.422L54.3974 53.1026L56.6776 50.8734L60.9312 46.7149C60.9312 46.7149 61.5313 46.1348 61.5513 46.1218C62.1246 45.5873 62.8647 45.3005 63.6581 45.307C64.4448 45.3136 65.1915 45.6199 65.7516 46.1674C66.2916 46.6954 66.5916 47.3928 66.6049 48.1293C66.6183 48.8724 66.3383 49.5698 65.8249 50.1043C65.8382 50.1825 61.3112 54.6669 61.2512 54.7256L58.411 57.5022L56.1842 59.6792C55.9975 59.8617 55.7175 60.0964 55.4908 60.2333C54.8641 60.6439 54.1107 60.872 53.3573 60.872H53.324C52.3039 60.872 51.2972 60.4679 50.5705 59.7509L45.7501 55.0384C44.61 53.9238 44.59 52.1314 45.6834 50.9973C46.2101 50.4497 46.9235 50.1304 47.6903 50.0978L47.6836 50.0913Z' fill='url(%23paint116_linear_2_359)'/%3E%3Cpath d='M47.7036 50.0913C48.477 50.0522 49.2237 50.3129 49.7971 50.8213C49.8638 50.8148 52.0373 52.8875 52.0906 52.9397L52.504 53.3438L53.264 54.0869L54.0241 53.4416L54.4108 53.1157L56.6843 50.893L60.9312 46.7411C60.9312 46.7411 61.5313 46.1544 61.5513 46.1479C62.118 45.6135 62.8647 45.3201 63.6514 45.3267C64.4382 45.3267 65.1849 45.633 65.7449 46.1805C66.285 46.7085 66.585 47.4059 66.5983 48.1555C66.6116 48.8985 66.3316 49.6025 65.8116 50.1369C65.8249 50.2086 61.2579 54.7191 61.2046 54.7712L58.3844 57.5284L56.1709 59.6923C55.9775 59.8814 55.7109 60.103 55.4842 60.2399C54.8575 60.644 54.1174 60.8721 53.364 60.8721H53.324C52.3039 60.8721 51.3039 60.468 50.5772 59.751L45.7568 55.0385C44.6167 53.9239 44.5967 52.1249 45.6968 50.9908C46.2302 50.4433 46.9436 50.1239 47.7103 50.0978L47.7036 50.0913Z' fill='url(%23paint117_linear_2_359)'/%3E%3Cpath d='M47.7301 50.0848C48.5035 50.0522 49.2502 50.3194 49.817 50.8279C49.877 50.8279 52.0571 52.9071 52.0971 52.9527L52.5105 53.3568L53.2705 54.0999L54.0306 53.4416L54.4173 53.1092L56.6908 50.8865L60.9311 46.7411C60.9311 46.7411 61.5311 46.1544 61.5445 46.1479C62.1112 45.6135 62.8579 45.3201 63.6446 45.3267C64.4313 45.3267 65.1781 45.633 65.7381 46.1805C66.2781 46.7085 66.5848 47.4124 66.5915 48.162C66.5982 48.9116 66.3181 49.6155 65.7914 50.15C65.7981 50.2086 61.2044 54.7452 61.1578 54.7908L58.3509 57.5349L56.1507 59.6858C55.9574 59.8748 55.6907 60.0899 55.464 60.2333C54.8373 60.6374 54.1039 60.8591 53.3572 60.8591H53.3172C52.3038 60.8591 51.3037 60.4549 50.577 59.7445L45.7567 55.032C44.6166 53.9174 44.5966 52.1119 45.7033 50.9843C46.2367 50.4368 46.9567 50.1239 47.7301 50.0978V50.0848Z' fill='url(%23paint118_linear_2_359)'/%3E%3Cpath d='M47.7504 50.0848C48.5304 50.0587 49.2705 50.3325 49.8372 50.8409C49.8838 50.8409 52.0707 52.9397 52.1107 52.9723L52.524 53.3699L53.2841 54.1129L54.0441 53.4416L54.4308 53.1027L56.6977 50.8865L60.938 46.7411C60.938 46.7411 61.538 46.1545 61.5513 46.1479C62.1181 45.607 62.8581 45.3202 63.6448 45.3202C64.4316 45.3202 65.1716 45.6265 65.7316 46.174C66.2783 46.7085 66.5784 47.4124 66.585 48.162C66.5917 48.9116 66.305 49.622 65.7783 50.1565C65.785 50.2087 61.1513 54.7713 61.1113 54.8104L58.3244 57.5349L56.1376 59.6728C55.9443 59.8618 55.6843 60.0704 55.4576 60.2138C54.8375 60.6114 54.1041 60.833 53.3641 60.833H53.3241C52.3107 60.833 51.3106 60.4289 50.5906 59.7184L45.7702 55.0059C44.6301 53.8913 44.6168 52.0858 45.7302 50.9582C46.2702 50.4107 46.9903 50.0979 47.7637 50.0783L47.7504 50.0848Z' fill='url(%23paint119_linear_2_359)'/%3E%3Cpath d='M47.7771 50.0848C48.5571 50.0652 49.2972 50.339 49.8572 50.8604C49.8972 50.8604 52.0907 52.9722 52.124 53.0048L52.5374 53.4024L53.2908 54.1455L54.0508 53.4611L54.4375 53.1156L56.7044 50.8995L60.938 46.7606C60.938 46.7606 61.5447 46.174 61.5514 46.1674C62.1114 45.6265 62.8581 45.3331 63.6449 45.3397C64.4316 45.3397 65.1716 45.646 65.7317 46.187C66.2784 46.7215 66.5851 47.4319 66.5851 48.1815C66.5851 48.9376 66.2984 49.6481 65.765 50.1825C65.765 50.2216 61.098 54.8168 61.0713 54.8494L58.2978 57.5609L56.1243 59.6858C55.931 59.8748 55.6776 60.0834 55.4443 60.2203C54.8242 60.6113 54.0975 60.8264 53.3641 60.8264H53.3241C52.3107 60.8264 51.3173 60.4223 50.5973 59.7184L45.7769 55.0059C44.6368 53.8913 44.6235 52.0793 45.7436 50.9517C46.2836 50.4107 47.0103 50.0978 47.7837 50.0782L47.7771 50.0848Z' fill='url(%23paint120_linear_2_359)'/%3E%3Cpath d='M47.8036 50.0848C48.5836 50.0717 49.3237 50.352 49.8837 50.8734C49.9104 50.8734 52.1172 53.0048 52.1372 53.0244L52.5439 53.422L53.2973 54.165L54.0574 53.4676L54.444 53.1156L56.7042 50.906L60.9312 46.7736C60.9312 46.7736 61.5379 46.187 61.5446 46.1805C62.1046 45.6395 62.8447 45.3462 63.6314 45.3462C64.4181 45.3462 65.1582 45.646 65.7182 46.1935C66.2649 46.728 66.5716 47.4385 66.5783 48.2011C66.5783 48.9571 66.2916 49.6741 65.7515 50.2086C65.7515 50.2412 61.0445 54.8625 61.0245 54.8885L58.271 57.5805L56.1108 59.6923C55.9175 59.8878 55.6708 60.0834 55.4375 60.2268C54.8241 60.6179 54.0974 60.8264 53.364 60.8264H53.324C52.3172 60.8264 51.3238 60.4223 50.6038 59.7184L45.7834 55.0059C44.6367 53.8848 44.63 52.0728 45.7568 50.9517C46.3035 50.4107 47.0302 50.1043 47.8102 50.0913L47.8036 50.0848Z' fill='url(%23paint121_linear_2_359)'/%3E%3Cpath d='M47.8238 50.0847C48.6038 50.0717 49.3439 50.365 49.9039 50.893C49.9239 50.893 52.1374 53.0374 52.1507 53.0504L52.5574 53.448L53.3108 54.1911L54.0709 53.4806L54.4576 53.1221L56.7177 50.9125L60.938 46.7866L61.5448 46.1935C62.1048 45.6525 62.8449 45.3592 63.6249 45.3592C64.4116 45.3592 65.1517 45.659 65.7051 46.2C66.2584 46.741 66.5584 47.4515 66.5651 48.2141C66.5651 48.9702 66.2718 49.6871 65.7251 50.2281C65.7251 50.2477 60.9847 54.9015 60.9647 54.9146L58.2312 57.587L56.0844 59.6857C55.8844 59.8813 55.651 60.0703 55.411 60.2137C54.7976 60.5983 54.0776 60.8068 53.3508 60.8068H53.3108C52.3041 60.8068 51.3107 60.4027 50.5973 59.6988L45.777 54.9863C44.6302 53.8652 44.6235 52.0532 45.757 50.9321C46.3037 50.3911 47.037 50.0847 47.8171 50.0782L47.8238 50.0847Z' fill='url(%23paint122_linear_2_359)'/%3E%3Cpath d='M47.8507 50.0847C48.6307 50.0847 49.3708 50.3715 49.9308 50.906C49.9375 50.906 52.1576 53.07 52.171 53.0765L52.5777 53.4741L53.331 54.2106L54.0844 53.4871L54.4711 53.1221L56.7246 50.919L60.9449 46.7931L61.5516 46.2C62.1117 45.659 62.8451 45.3592 63.6318 45.3657C64.4185 45.3657 65.1586 45.6655 65.7119 46.2065C66.2653 46.7475 66.572 47.4645 66.572 48.2271C66.572 48.9897 66.272 49.7067 65.7253 50.2477C65.7253 50.2607 60.9449 54.9406 60.9383 54.9471L58.2181 57.6065L56.0846 59.6922C55.8846 59.8878 55.6512 60.0703 55.4179 60.2137C54.8045 60.5917 54.0911 60.8003 53.3711 60.8003H53.331C52.3243 60.8003 51.3376 60.3962 50.6175 59.6988L45.7972 54.9862C44.6504 53.8651 44.6504 52.0466 45.7905 50.9255C46.3439 50.3845 47.0773 50.0847 47.8573 50.0782L47.8507 50.0847Z' fill='url(%23paint123_linear_2_359)'/%3E%3Cpath d='M53.3577 60.8003H53.3177C52.3176 60.8003 51.3309 60.4027 50.6108 59.6988L45.7905 54.9862C44.6437 53.8651 44.6437 52.0466 45.7905 50.9255C46.3439 50.3845 47.0839 50.0847 47.864 50.0847C48.644 50.0847 49.3841 50.3845 49.9374 50.9255L52.5776 53.5001L53.331 54.2367L54.0844 53.5001L56.7179 50.9255L61.5383 46.213C62.0917 45.672 62.8317 45.3722 63.6118 45.3722C64.3918 45.3722 65.1319 45.672 65.6919 46.213C66.2453 46.754 66.552 47.4775 66.552 48.2401C66.552 49.0027 66.2453 49.7262 65.6919 50.2672L60.8716 54.9797L56.0512 59.6922C55.3378 60.3962 54.3511 60.7938 53.351 60.7938L53.3577 60.8003Z' fill='url(%23paint124_linear_2_359)'/%3E%3Cpath d='M65.6914 46.2195C66.1048 46.6236 66.3781 47.1255 66.4915 47.673C66.5315 47.8621 66.5515 48.0511 66.5515 48.2466C66.5515 48.6181 66.4781 48.9831 66.3381 49.3221C66.1915 49.6741 65.9714 50 65.6914 50.2737L60.8777 54.9797L56.0574 59.6922C55.9107 59.8356 55.744 59.9725 55.5774 60.0898C54.9306 60.5396 54.1506 60.7938 53.3572 60.7938H53.3172C52.3171 60.7938 51.3304 60.3962 50.617 59.6987L45.7967 54.9862C44.9899 54.1975 44.7499 53.0634 45.0833 52.0662C45.2233 51.649 45.4633 51.2579 45.8033 50.932C46.1967 50.554 46.6834 50.2933 47.2101 50.1759C47.4234 50.1238 47.6501 50.1042 47.8768 50.1042C48.6502 50.1042 49.3969 50.4106 49.9436 50.9516L50.777 51.7663L51.6304 52.6006L52.5771 53.5197L53.3305 54.2432L54.0839 53.5066L56.7174 50.932L57.0175 50.6387L61.5311 46.226C61.8445 45.9197 62.2178 45.6916 62.6179 45.5482C62.9312 45.4374 63.2579 45.3852 63.6046 45.3787C63.8246 45.3787 64.0446 45.4048 64.258 45.4504C64.7914 45.5677 65.2847 45.8284 65.6847 46.2195H65.6914Z' fill='url(%23paint125_linear_2_359)'/%3E%3Cpath d='M65.6848 46.2262C66.0981 46.6304 66.3715 47.1322 66.4848 47.6798C66.5248 47.8688 66.5382 48.0578 66.5382 48.2533C66.5382 48.6249 66.4648 48.9899 66.3181 49.3223C66.1781 49.6677 65.9514 50.0002 65.6714 50.2739L60.8644 54.9734L56.0507 59.6794C55.9041 59.8228 55.7374 59.9597 55.5707 60.077C54.924 60.5267 54.1439 60.7809 53.3572 60.7809H53.3172C52.3171 60.7809 51.3371 60.3833 50.6237 59.6859L45.8033 54.9734C44.9966 54.1847 44.7633 53.0506 45.0966 52.0599C45.2366 51.6427 45.4833 51.2516 45.8233 50.9257C46.2167 50.5477 46.7034 50.2935 47.2301 50.1827C47.4434 50.137 47.6701 50.1175 47.8968 50.1175C48.6635 50.1175 49.4169 50.4369 49.9636 50.9648L50.797 51.7796L51.6504 52.6139L52.5905 53.5329L53.3439 54.2434L54.0973 53.5069L56.7308 50.9322L57.0308 50.6389L61.5445 46.2328C61.8511 45.9329 62.2312 45.6918 62.6312 45.5549C62.9446 45.4441 63.2713 45.3854 63.6113 45.3854C63.8313 45.3854 64.0513 45.4115 64.258 45.4506C64.7914 45.5679 65.2847 45.8286 65.6848 46.2132V46.2262Z' fill='url(%23paint126_linear_2_359)'/%3E%3Cpath d='M65.6782 46.2326C66.0916 46.6367 66.3649 47.1386 66.4716 47.6861C66.5116 47.8751 66.5249 48.0642 66.5249 48.2597C66.5249 48.6312 66.4449 48.9962 66.3049 49.3287C66.1649 49.6741 65.9315 50.0065 65.6582 50.2738L60.8578 54.9667L56.0442 59.6727C55.8975 59.8161 55.7308 59.953 55.5641 60.0703C54.9241 60.5201 54.144 60.7743 53.3506 60.7743H53.3106C52.3172 60.7743 51.3372 60.3767 50.6238 59.6792L45.8034 54.9667C44.9967 54.178 44.7634 53.0439 45.1034 52.0532C45.2501 51.636 45.4901 51.2515 45.8368 50.9256C46.2301 50.554 46.7168 50.2998 47.2435 50.189C47.4569 50.1434 47.6836 50.1304 47.9036 50.1304C48.6636 50.1304 49.4237 50.4563 49.9637 50.9842L50.7971 51.799L51.6505 52.6333L52.5906 53.5523L53.344 54.2563L54.0974 53.5197L56.7242 50.9516L57.0242 50.6583L61.5312 46.2522C61.8379 45.9523 62.2179 45.7112 62.6113 45.5743C62.9247 45.4635 63.2513 45.4048 63.5914 45.4048C63.8114 45.4048 64.0314 45.4244 64.2381 45.47C64.7715 45.5808 65.2648 45.848 65.6582 46.2326H65.6782Z' fill='url(%23paint127_linear_2_359)'/%3E%3Cpath d='M65.6715 46.2392C66.0849 46.6433 66.3516 47.1452 66.4649 47.6862C66.5049 47.8752 66.5182 48.0642 66.5182 48.2598C66.5182 48.6313 66.4382 48.9898 66.2982 49.3287C66.1582 49.6677 65.9249 50.0066 65.6515 50.2739L60.8578 54.9603L56.0508 59.6598C55.9041 59.8032 55.7375 59.9466 55.5708 60.0574C54.9307 60.5136 54.1507 60.7613 53.3573 60.7613H53.3173C52.3239 60.7613 51.3438 60.3637 50.6371 59.6728L45.8167 54.9603C45.01 54.1716 44.7833 53.0375 45.1234 52.0533C45.27 51.6361 45.5167 51.2516 45.8567 50.9322C46.2568 50.5606 46.7368 50.313 47.2635 50.2087C47.4702 50.163 47.7035 50.15 47.9236 50.15C48.6769 50.15 49.4437 50.4889 49.977 51.0104L50.8104 51.8251L51.6638 52.6594L52.6039 53.5785L53.3573 54.2694L54.1107 53.5329L56.7375 50.9648L57.0375 50.6714L61.5379 46.2718C61.8446 45.9785 62.2313 45.7308 62.6179 45.5939C62.9246 45.4831 63.258 45.4245 63.598 45.4179C63.818 45.4179 64.0381 45.4375 64.2447 45.4831C64.7781 45.5939 65.2715 45.8546 65.6648 46.2457L65.6715 46.2392Z' fill='url(%23paint128_linear_2_359)'/%3E%3Cpath d='M65.6648 46.2457C66.0782 46.6498 66.3449 47.1517 66.4582 47.6927C66.4916 47.8817 66.5116 48.0707 66.5116 48.2663C66.5116 48.6378 66.4316 48.9963 66.2916 49.3287C66.1515 49.6677 65.9115 50.0066 65.6448 50.2738L60.8578 54.9538L56.0508 59.6532C55.9108 59.7966 55.7375 59.94 55.5708 60.0508C54.9307 60.5071 54.1507 60.7548 53.364 60.7548H53.324C52.3306 60.7548 51.3571 60.3572 50.6504 59.6663L45.8301 54.9538C45.0234 54.1651 44.7967 53.0309 45.1434 52.0467C45.29 51.6296 45.5367 51.245 45.8834 50.9322C46.2834 50.5671 46.7635 50.3195 47.2902 50.2217C47.4969 50.1761 47.7302 50.1695 47.9502 50.1695C48.697 50.1695 49.4703 50.515 49.997 51.0364L50.8304 51.8512L51.6838 52.6855L52.6239 53.598L53.3773 54.2759L54.1307 53.5394L56.7575 50.9713L57.0576 50.6779L61.5579 46.2783C61.8579 45.985 62.2513 45.7308 62.638 45.6004C62.9446 45.4896 63.278 45.4244 63.6114 45.4244C63.8314 45.4244 64.0514 45.444 64.2581 45.4896C64.7914 45.6004 65.2848 45.8611 65.6782 46.2457H65.6648Z' fill='url(%23paint129_linear_2_359)'/%3E%3Cpath d='M65.6583 46.2457C66.0717 46.6498 66.3384 47.1452 66.4451 47.6927C66.4784 47.8817 66.4984 48.0707 66.4984 48.2598C66.4984 48.6313 66.4184 48.9898 66.2717 49.3222C66.1317 49.6546 65.8917 50.0001 65.625 50.2608L60.838 54.9407L56.0377 59.6337C55.8976 59.7706 55.7243 59.9205 55.5643 60.0313C54.9242 60.4875 54.1442 60.7352 53.3575 60.7352H53.3175C52.3307 60.7352 51.3573 60.3376 50.6506 59.6532L45.8302 54.9407C45.0235 54.152 44.8035 53.0179 45.1502 52.0402C45.2969 51.6231 45.5502 51.245 45.8969 50.9256C46.2969 50.5606 46.7837 50.3195 47.3037 50.2217C47.5104 50.1761 47.7437 50.1695 47.9571 50.1695C48.6971 50.1695 49.4772 50.528 50.0039 51.0364L50.8373 51.8512L51.6907 52.6855L52.6241 53.598L53.3775 54.2628L54.1308 53.5263L56.751 50.9647L57.0511 50.6714L61.5447 46.2783C61.8447 45.985 62.2381 45.7308 62.6248 45.6004C62.9315 45.4896 63.2582 45.4244 63.5982 45.4244C63.8182 45.4244 64.0382 45.444 64.2449 45.4896C64.7783 45.6004 65.2716 45.8611 65.665 46.2457H65.6583Z' fill='url(%23paint130_linear_2_359)'/%3E%3Cpath d='M65.6516 46.2522C66.0649 46.6563 66.3316 47.1517 66.4383 47.6992C66.4716 47.8882 66.4916 48.0772 66.4916 48.2663C66.4916 48.6378 66.4116 48.9963 66.2649 49.3287C66.1249 49.6611 65.8849 50.0066 65.6116 50.2673L60.8312 54.9407L56.0309 59.6337C55.8909 59.7705 55.7175 59.9205 55.5575 60.0313C54.9175 60.4875 54.1441 60.7352 53.3507 60.7352H53.3107C52.3239 60.7352 51.3505 60.3441 50.6505 59.6532L45.8301 54.9407C45.0301 54.1585 44.8034 53.0179 45.1568 52.0402C45.3101 51.6296 45.5635 51.245 45.9101 50.9321C46.3102 50.5736 46.7969 50.3325 47.3169 50.2412C47.5169 50.1956 47.7569 50.1956 47.9703 50.1956C48.7103 50.1956 49.4904 50.5606 50.0104 51.069L50.8438 51.8838L51.6972 52.7181L52.6306 53.6306L53.384 54.2824L54.1374 53.5459L56.7576 50.9843L57.0576 50.691L61.5513 46.3043C61.8446 46.0176 62.2447 45.7568 62.6247 45.62C62.9314 45.5092 63.2581 45.444 63.5981 45.4375C63.8181 45.4375 64.0314 45.457 64.2448 45.4961C64.7782 45.6069 65.2715 45.8676 65.6649 46.2522H65.6516Z' fill='url(%23paint131_linear_2_359)'/%3E%3Cpath d='M65.6449 46.2587C66.0516 46.6563 66.3249 47.1582 66.4316 47.7057C66.4649 47.8947 66.4849 48.0837 66.4849 48.2728C66.4849 48.6443 66.3983 49.0028 66.2583 49.3287C66.1249 49.6611 65.8716 50.0066 65.6049 50.2673L60.8312 54.9342L56.0375 59.6206C55.8975 59.7575 55.7242 59.9074 55.5642 60.0182C54.9241 60.4745 54.1507 60.7287 53.364 60.7287H53.324C52.3373 60.7287 51.3705 60.3376 50.6705 59.6467L45.8501 54.9342C45.0501 54.152 44.8234 53.0114 45.1834 52.0337C45.3368 51.623 45.5901 51.245 45.9368 50.9321C46.3368 50.5736 46.8235 50.339 47.3369 50.2542C47.5369 50.2086 47.7769 50.2151 47.9903 50.2151C48.7237 50.2151 49.5104 50.5867 50.0238 51.0951L50.8572 51.9098L51.7039 52.7376L52.6373 53.6501L53.3907 54.2889L54.1441 53.5523L56.7576 50.9908L57.0576 50.6975L61.5446 46.3108C61.8379 46.0241 62.238 45.7568 62.618 45.6265C62.9247 45.5091 63.2514 45.4505 63.5914 45.444C63.8114 45.444 64.0248 45.4635 64.2381 45.5026C64.7715 45.6134 65.2649 45.8676 65.6582 46.2587H65.6449Z' fill='url(%23paint132_linear_2_359)'/%3E%3Cpath d='M65.6452 46.2652C66.0519 46.6628 66.3253 47.1647 66.4253 47.7057C66.4586 47.8947 66.4786 48.0837 66.4719 48.2728C66.4719 48.6443 66.3853 48.9962 66.2386 49.3287C66.1052 49.6546 65.8519 50.0065 65.5852 50.2607L60.8182 54.9211L56.0245 59.6076C55.8845 59.7444 55.7045 59.8944 55.5511 60.0052C54.9111 60.4614 54.1377 60.7156 53.351 60.7156H53.311C52.3309 60.7156 51.3642 60.3245 50.6641 59.6401L45.8438 54.9276C45.0437 54.1455 44.817 53.0048 45.1771 52.0336C45.3304 51.623 45.5904 51.245 45.9371 50.9386C46.3372 50.5866 46.8239 50.352 47.3372 50.2673C47.5372 50.2216 47.7773 50.2282 47.9839 50.2282C48.7107 50.2282 49.504 50.6127 50.0108 51.1146L50.8375 51.9228L51.6842 52.7506L52.6176 53.6631L53.371 54.2889L54.1244 53.5523L56.7379 50.9973L57.0379 50.704L61.5182 46.3239C61.8116 46.0436 62.2116 45.7698 62.5917 45.6395C62.8983 45.5222 63.225 45.457 63.5584 45.4505C63.7784 45.4505 63.9918 45.4635 64.2051 45.5091C64.7385 45.6199 65.2318 45.8741 65.6252 46.2587L65.6452 46.2652Z' fill='url(%23paint133_linear_2_359)'/%3E%3Cpath d='M65.6384 46.2718C66.0451 46.6694 66.3118 47.1713 66.4184 47.7123C66.4518 47.8948 66.4718 48.0903 66.4651 48.2794C66.4584 48.6509 66.3784 49.0029 66.2317 49.3353C66.0984 49.6612 65.8384 50.0131 65.5784 50.2673L60.818 54.9212L56.031 59.6011C55.8977 59.738 55.711 59.8944 55.5576 59.9987C54.9243 60.455 54.1442 60.7092 53.3575 60.7092H53.3175C52.3374 60.7092 51.3707 60.3181 50.6773 59.6337L45.8569 54.9212C45.0569 54.139 44.8369 52.9984 45.1969 52.0272C45.3502 51.6166 45.6103 51.2385 45.9636 50.9387C46.3703 50.5867 46.8503 50.3586 47.3637 50.2804C47.5637 50.2348 47.8038 50.2478 48.0104 50.2478C48.7305 50.2478 49.5239 50.6389 50.0372 51.1342L50.864 51.9425L51.7107 52.7703L52.6374 53.6763L53.3908 54.2955L54.1442 53.5589L56.7577 51.0039L57.0577 50.7106L61.5314 46.337C61.8181 46.0567 62.2248 45.783 62.5981 45.6526C62.9048 45.5353 63.2315 45.4701 63.5649 45.4636C63.7849 45.4636 63.9982 45.4766 64.2116 45.5222C64.745 45.6265 65.2383 45.8872 65.6317 46.2718H65.6384Z' fill='url(%23paint134_linear_2_359)'/%3E%3Cpath d='M65.6316 46.2783C66.0383 46.6759 66.305 47.1778 66.4117 47.7188C66.445 47.9013 66.465 48.0968 66.4584 48.2859C66.4517 48.6509 66.3717 49.0094 66.2184 49.3353C66.085 49.6546 65.825 50.0131 65.565 50.2673L60.8113 54.9147L56.0243 59.5881C55.8909 59.7184 55.7043 59.8814 55.5509 59.9857C54.9175 60.4419 54.1442 60.6961 53.3574 60.6961H53.3174C52.3374 60.6961 51.3773 60.3051 50.6839 59.6207L45.8636 54.9081C45.0635 54.126 44.8435 52.9853 45.2102 52.0207C45.3635 51.61 45.6302 51.2385 45.9836 50.9322C46.3903 50.5867 46.8703 50.3651 47.3837 50.2869C47.577 50.2413 47.8237 50.2608 48.0304 50.2608C48.7438 50.2608 49.5438 50.6649 50.0505 51.1538L50.8772 51.962L51.724 52.7898L52.6507 53.6958L53.4041 54.302L54.1575 53.5654L56.7643 51.0104L57.0644 50.7171L61.538 46.3435C61.8247 46.0632 62.2381 45.7829 62.6048 45.6591C62.9115 45.5418 63.2315 45.4766 63.5715 45.4701C63.7915 45.4701 64.0049 45.4831 64.2115 45.5287C64.7449 45.633 65.2316 45.8937 65.625 46.2783H65.6316Z' fill='url(%23paint135_linear_2_359)'/%3E%3Cpath d='M65.625 46.2847C66.0316 46.6823 66.2983 47.1842 66.3983 47.7252C66.4317 47.9077 66.4517 48.1032 66.445 48.2922C66.4383 48.6572 66.3517 49.0157 66.205 49.3416C66.0717 49.661 65.805 50.0195 65.5516 50.2672L60.8046 54.908L56.0243 59.5814C55.8909 59.7118 55.7042 59.8747 55.5509 59.979C54.9175 60.4353 54.1441 60.6895 53.3574 60.6895H53.3174C52.344 60.6895 51.3839 60.2984 50.6905 59.6205L45.8702 54.908C45.0701 54.1258 44.8501 52.9852 45.2235 52.0205C45.3835 51.6099 45.6435 51.2384 45.9969 50.9385C46.4036 50.5931 46.8836 50.3715 47.397 50.2998C47.5903 50.2541 47.837 50.2737 48.037 50.2737C48.7437 50.2737 49.5505 50.6843 50.0505 51.1732L50.8772 51.9814L51.724 52.8092L52.6507 53.7152L53.4041 54.3083L54.1575 53.5718L56.7643 51.0233L57.0643 50.73L61.5313 46.3629C61.8113 46.0891 62.2314 45.8024 62.5914 45.6785C62.8914 45.5612 63.2181 45.496 63.5515 45.483C63.7715 45.483 63.9848 45.496 64.1915 45.5351C64.7249 45.6394 65.2116 45.8936 65.6049 46.2782L65.625 46.2847Z' fill='url(%23paint136_linear_2_359)'/%3E%3Cpath d='M65.6183 46.2913C66.025 46.6889 66.2916 47.1842 66.3916 47.7317C66.425 47.9142 66.4383 48.1033 66.4383 48.2988C66.4317 48.6638 66.345 49.0223 66.1983 49.3417C66.0716 49.6545 65.7983 50.0196 65.5449 50.2672L60.8046 54.9015L56.0242 59.5749C55.8909 59.7053 55.7042 59.8683 55.5509 59.9725C54.9175 60.4288 54.1441 60.683 53.3574 60.683H53.3174C52.344 60.683 51.3906 60.2919 50.6972 59.6141L45.8768 54.9015C45.0768 54.1194 44.8634 52.9787 45.2368 52.0206C45.3968 51.6099 45.6635 51.2384 46.0168 50.9451C46.4235 50.6062 46.9036 50.3911 47.4169 50.3194C47.6103 50.2738 47.857 50.2998 48.057 50.2998C48.757 50.2998 49.5704 50.7235 50.0638 51.2058L50.8905 52.0141L51.7373 52.8418L52.664 53.7479L53.4174 54.328L54.1708 53.5914L56.7776 51.0429L57.0776 50.7496L61.5446 46.389C61.8246 46.1153 62.2447 45.8285 62.6047 45.7046C62.9047 45.5873 63.2314 45.5156 63.5648 45.5091C63.7848 45.5091 63.9981 45.5221 64.2048 45.5612C64.7382 45.6655 65.2249 45.9197 65.6183 46.3043V46.2913Z' fill='url(%23paint137_linear_2_359)'/%3E%3Cpath d='M65.6118 46.2978C66.0185 46.6954 66.2852 47.1908 66.3852 47.7317C66.4185 47.9143 66.4318 48.1033 66.4252 48.2988C66.4185 48.6638 66.3318 49.0158 66.1851 49.3417C66.0585 49.6546 65.7851 50.0196 65.5318 50.2673L60.7981 54.9016L56.0244 59.5684C55.8911 59.6988 55.7044 59.8618 55.5511 59.966C54.9177 60.4223 54.1443 60.6765 53.3642 60.6765H53.3242C52.3508 60.6765 51.3974 60.2919 50.7107 59.6141L45.8904 54.9016C45.0903 54.1194 44.877 52.9787 45.257 52.0206C45.417 51.61 45.6903 51.245 46.0437 50.9516C46.4504 50.6127 46.9304 50.4041 47.4438 50.339C47.6372 50.2933 47.8838 50.3194 48.0839 50.3194C48.7772 50.3194 49.5973 50.7496 50.084 51.2254L50.9107 52.0336L51.7574 52.8614L52.6775 53.7609L53.4309 54.328L54.1843 53.5914L56.7845 51.0429L57.0845 50.7496L61.5448 46.389C61.8248 46.1218 62.2449 45.822 62.6049 45.6981C62.9049 45.5808 63.2316 45.5091 63.565 45.5026C63.785 45.5026 63.9983 45.5156 64.205 45.5547C64.7384 45.659 65.2251 45.9132 65.6184 46.2978H65.6118Z' fill='url(%23paint138_linear_2_359)'/%3E%3Cpath d='M65.6051 46.3043C66.0118 46.7019 66.2785 47.1973 66.3785 47.7383C66.4119 47.9208 66.4252 48.1098 66.4185 48.3054C66.4052 48.6704 66.3252 49.0223 66.1718 49.3482C66.0452 49.6546 65.7651 50.0261 65.5185 50.2673L60.7848 54.8951L56.0111 59.562C55.8778 59.6923 55.6911 59.8553 55.5377 59.9595C54.9044 60.4158 54.1376 60.67 53.3509 60.67H53.3109C52.3442 60.67 51.3908 60.2854 50.6974 59.6076L45.8771 54.8951C45.077 54.1129 44.8636 52.9723 45.2503 52.0141C45.417 51.6035 45.6837 51.2385 46.0437 50.9452C46.4504 50.6127 46.9371 50.4042 47.4438 50.339C47.6305 50.2934 47.8839 50.3259 48.0839 50.3259C48.7706 50.3259 49.5973 50.7626 50.084 51.2385L50.9107 52.0467L51.7575 52.8745L52.6775 53.774L53.4309 54.328L54.1843 53.5915L56.7845 51.0494L57.0845 50.7561L61.5382 46.4021C61.8115 46.1349 62.2382 45.835 62.5916 45.7112C62.8916 45.5939 63.2116 45.5222 63.5517 45.5091C63.7717 45.5026 63.985 45.5222 64.1917 45.5613C64.7251 45.6656 65.2118 45.9198 65.6051 46.2978V46.3043Z' fill='url(%23paint139_linear_2_359)'/%3E%3Cpath d='M65.5985 46.3108C66.0052 46.7084 66.2652 47.2038 66.3652 47.7448C66.3986 47.9273 66.4119 48.1163 66.4052 48.3118C66.3919 48.6768 66.3119 49.0288 66.1586 49.3482C66.0319 49.6545 65.7519 50.0261 65.5052 50.2672L60.7782 54.8885L56.0112 59.5489C55.8845 59.6792 55.6911 59.8422 55.5378 59.9465C54.9111 60.4027 54.1377 60.6569 53.351 60.6569H53.311C52.3442 60.6569 51.3975 60.2724 50.7041 59.5945L45.8838 54.882C45.0837 54.0998 44.877 52.9592 45.2637 52.0075C45.4304 51.5969 45.7037 51.2384 46.0638 50.9451C46.4705 50.6127 46.9572 50.4106 47.4639 50.352C47.6505 50.3063 47.9039 50.3454 48.0972 50.3454C48.7773 50.3454 49.6107 50.7952 50.0907 51.2645L50.9175 52.0727L51.7575 52.894L52.6776 53.7935L53.431 54.3345L54.1844 53.5979L56.7845 51.0559L57.0846 50.7626L61.5382 46.4151C61.8116 46.1479 62.2383 45.848 62.5916 45.7242C62.8916 45.6003 63.2117 45.5352 63.545 45.5221C63.765 45.5156 63.9784 45.5286 64.1851 45.5743C64.7184 45.6786 65.2051 45.9328 65.5985 46.3108Z' fill='url(%23paint140_linear_2_359)'/%3E%3Cpath d='M65.5915 46.3173C65.9982 46.7149 66.2582 47.2103 66.3583 47.7513C66.3916 47.9338 66.4049 48.1228 66.3983 48.3118C66.3849 48.6768 66.2983 49.0288 66.1516 49.3482C66.0249 49.6545 65.7382 50.0261 65.4982 50.2672L60.7779 54.882L56.0108 59.5423C55.8842 59.6662 55.6908 59.8422 55.5441 59.9399C54.9174 60.3962 54.144 60.6569 53.364 60.6569H53.324C52.3573 60.6569 51.4105 60.2724 50.7238 59.601L45.9035 54.8885C45.1034 54.1128 44.8967 52.9657 45.2901 52.014C45.4568 51.6034 45.7301 51.2449 46.0901 50.9581C46.5035 50.6322 46.9835 50.4302 47.4836 50.3715C47.6702 50.3324 47.9236 50.3715 48.1169 50.3715C48.7903 50.3715 49.6304 50.8278 50.1038 51.2971L50.9305 52.1053L51.7705 52.9266L52.6906 53.8261L53.444 54.354L54.1974 53.6175L56.7909 51.0755L57.0843 50.7821L61.5312 46.4346C61.7979 46.1739 62.238 45.8611 62.5847 45.7437C62.8847 45.6199 63.2047 45.5547 63.5381 45.5417C63.7514 45.5352 63.9714 45.5482 64.1781 45.5873C64.7115 45.6851 65.1982 45.9393 65.5915 46.3238V46.3173Z' fill='url(%23paint141_linear_2_359)'/%3E%3Cpath d='M65.5849 46.324C65.9916 46.7216 66.2516 47.2169 66.3449 47.7514C66.3782 47.9339 66.3916 48.1229 66.3849 48.312C66.3716 48.677 66.2849 49.0289 66.1316 49.3483C66.0049 49.6482 65.7182 50.0262 65.4782 50.2608L60.7645 54.8691L56.0042 59.5229C55.8775 59.6468 55.6775 59.8228 55.5375 59.9205C54.9108 60.3768 54.1374 60.6375 53.3573 60.6375H53.3173C52.3572 60.6375 51.4105 60.2529 50.7238 59.5816L45.9034 54.8691C45.11 54.0934 44.9034 52.9528 45.2901 52.0012C45.4567 51.597 45.7368 51.232 46.0968 50.9518C46.5102 50.6259 46.9902 50.4303 47.4902 50.3782C47.6769 50.3391 47.9303 50.3782 48.1236 50.3782C48.7903 50.3782 49.637 50.8475 50.1037 51.3037L50.9238 52.1054L51.7639 52.9267L52.6839 53.8197L53.4373 54.3346L54.1907 53.5981L56.7842 51.0626L57.0776 50.7693L61.5179 46.4283C61.7846 46.1675 62.2246 45.8547 62.5646 45.7374C62.8647 45.6135 63.1847 45.5418 63.518 45.5288C63.7314 45.5223 63.9514 45.5353 64.1581 45.5744C64.6915 45.6722 65.1782 45.9264 65.5715 46.3109L65.5849 46.324Z' fill='url(%23paint142_linear_2_359)'/%3E%3Cpath d='M65.5786 46.3303C65.9853 46.7279 66.2453 47.2233 66.3387 47.7578C66.372 47.9403 66.3853 48.1293 66.3787 48.3183C66.3653 48.6833 66.2787 49.0288 66.1253 49.3482C66.0053 49.648 65.7053 50.0261 65.4653 50.2607L60.7583 54.8624L55.9979 59.5163C55.8712 59.6401 55.6712 59.8161 55.5312 59.9139C54.9045 60.3766 54.1378 60.6308 53.3511 60.6308H53.3111C52.351 60.6308 51.4109 60.2463 50.7242 59.5814L45.9039 54.8689C45.1105 54.0933 44.9038 52.9526 45.2971 52.001C45.4638 51.5969 45.7438 51.2384 46.1105 50.9516C46.5239 50.6322 47.0039 50.4367 47.504 50.3911C47.684 50.352 47.944 50.3911 48.1307 50.3911C48.7907 50.3911 49.6441 50.8669 50.1108 51.3231L50.9309 52.1249L51.7709 52.9461L52.6843 53.8391L53.4377 54.3475L54.1911 53.611L56.7846 51.0755L57.078 50.7821L61.5183 46.4412C61.785 46.1804 62.225 45.8676 62.5651 45.7502C62.8651 45.6264 63.1851 45.5547 63.5118 45.5417C63.7251 45.5352 63.9385 45.5482 64.1518 45.5873C64.6785 45.6851 65.1719 45.9393 65.5586 46.3173L65.5786 46.3303Z' fill='url(%23paint143_linear_2_359)'/%3E%3Cpath d='M65.5717 46.337C65.9784 46.7346 66.2384 47.23 66.3317 47.7645C66.3651 47.947 66.3784 48.136 66.3717 48.325C66.3584 48.69 66.2717 49.0355 66.1184 49.3549C65.9984 49.6482 65.6983 50.0327 65.4583 50.2674L60.758 54.8626L56.0043 59.5099C55.8776 59.6337 55.6776 59.8097 55.5376 59.9075C54.9109 60.3703 54.1442 60.6245 53.3641 60.6245H53.3241C52.364 60.6245 51.424 60.2399 50.7439 59.5751L45.9236 54.8626C45.1302 54.0869 44.9235 52.9463 45.3235 51.9946C45.4969 51.5905 45.7769 51.232 46.1369 50.9518C46.5503 50.6324 47.0303 50.4434 47.5304 50.3977C47.7104 50.3586 47.9704 50.4043 48.1571 50.4043C48.8105 50.4043 49.6705 50.8931 50.1306 51.3428L50.9506 52.1446L51.7907 52.9658L52.7041 53.8588L53.4575 54.3542L54.2108 53.6176L56.7977 51.0886L57.0911 50.7953L61.5247 46.4609C61.7847 46.2067 62.2314 45.8808 62.5714 45.7634C62.8648 45.6396 63.1848 45.5679 63.5182 45.5549C63.7315 45.5483 63.9449 45.5549 64.1582 45.6005C64.6849 45.6983 65.1783 45.9525 65.565 46.3305L65.5717 46.337Z' fill='url(%23paint144_linear_2_359)'/%3E%3Cpath d='M65.565 46.3369C65.965 46.7345 66.2317 47.2298 66.3251 47.7643C66.3584 47.9468 66.3717 48.1358 66.3584 48.3249C66.3451 48.6834 66.2584 49.0353 66.0984 49.3547C65.9784 49.648 65.6784 50.0326 65.4383 50.2607L60.7447 54.8494L55.991 59.4902C55.871 59.6141 55.6643 59.79 55.5243 59.8878C54.8976 60.3506 54.1308 60.6048 53.3508 60.6048H53.3108C52.3574 60.6048 51.4173 60.2202 50.7373 59.5554L45.9169 54.8429C45.1235 54.0672 44.9235 52.9266 45.3236 51.9815C45.4969 51.5774 45.7769 51.2189 46.1436 50.9451C46.557 50.6322 47.037 50.4432 47.537 50.4041C47.7171 50.365 47.9771 50.4171 48.1638 50.4171C48.8105 50.4171 49.6772 50.9125 50.1306 51.3623L50.9506 52.164L51.7907 52.9852L52.7041 53.8782L53.4575 54.3605L54.2109 53.624L56.7977 51.095L57.0911 50.8017L61.5247 46.4738C61.7847 46.2196 62.2314 45.8937 62.5648 45.7763C62.8581 45.6525 63.1782 45.5808 63.5115 45.5612C63.7249 45.5547 63.9382 45.5612 64.1516 45.6069C64.6783 45.7046 65.1716 45.9523 65.5583 46.3369H65.565Z' fill='url(%23paint145_linear_2_359)'/%3E%3Cpath d='M65.558 46.3435C65.958 46.7346 66.2181 47.2299 66.3114 47.7709C66.3447 47.9534 66.3514 48.1425 66.3447 48.3315C66.3314 48.69 66.2381 49.042 66.0847 49.3548C65.9647 49.6416 65.658 50.0327 65.4247 50.2608L60.731 54.8495L55.984 59.4903C55.864 59.6076 55.6573 59.7901 55.5173 59.8879C54.8972 60.3507 54.1239 60.6049 53.3505 60.6049H53.3105C52.3571 60.6049 51.4237 60.2268 50.7436 59.562L45.9233 54.8495C45.1299 54.0738 44.9299 52.9332 45.3366 51.9881C45.5099 51.584 45.7966 51.232 46.1633 50.9582C46.5767 50.6454 47.0567 50.4629 47.5567 50.4303C47.7367 50.3912 47.9968 50.4433 48.1768 50.4433C48.8168 50.4433 49.6902 50.9452 50.1369 51.3884L50.957 52.1901L51.797 53.0114L52.7104 53.9044L53.4638 54.3737L54.2172 53.6371L56.8041 51.1082L57.0974 50.8214L61.5244 46.4934C61.7777 46.2457 62.2311 45.9133 62.5645 45.796C62.8578 45.6721 63.1778 45.5939 63.5045 45.5809C63.7179 45.5679 63.9312 45.5809 64.1379 45.62C64.6646 45.7178 65.158 45.9655 65.5447 46.3435H65.558Z' fill='url(%23paint146_linear_2_359)'/%3E%3Cpath d='M65.5515 46.35C65.9516 46.7411 66.2116 47.2364 66.3049 47.7709C66.3383 47.9534 66.3449 48.1424 66.3383 48.3315C66.3249 48.69 66.2316 49.0354 66.0782 49.3548C65.9582 49.6416 65.6515 50.0327 65.4182 50.2608L60.7312 54.843L55.9842 59.4838C55.8642 59.6011 55.6575 59.7836 55.5175 59.8814C54.8974 60.3441 54.1307 60.5983 53.3507 60.5983H53.3107C52.3639 60.5983 51.4239 60.2203 50.7505 59.5555L45.9301 54.843C45.1367 54.0673 44.9367 52.9267 45.3501 51.9881C45.5301 51.584 45.8168 51.232 46.1835 50.9647C46.5968 50.6584 47.0769 50.4759 47.5769 50.4433C47.7503 50.4042 48.0169 50.4629 48.197 50.4629C48.8303 50.4629 49.7037 50.9778 50.1571 51.4145L50.9772 52.2162L51.8105 53.0309L52.7173 53.9174L53.4707 54.3737L54.2241 53.6371L56.8042 51.1147L57.0976 50.8279L61.5179 46.5064C61.7713 46.2587 62.2313 45.9198 62.558 45.809C62.8513 45.6786 63.1714 45.6069 63.4981 45.5939C63.7114 45.5809 63.9248 45.5939 64.1314 45.633C64.6581 45.7308 65.1515 45.9785 65.5382 46.3565L65.5515 46.35Z' fill='url(%23paint147_linear_2_359)'/%3E%3Cpath d='M65.5448 46.3565C65.9448 46.7476 66.2048 47.243 66.2982 47.7774C66.3315 47.9599 66.3382 48.149 66.3315 48.338C66.3115 48.6965 66.2248 49.0419 66.0648 49.3613C65.9515 49.6416 65.6315 50.0392 65.4048 50.2608L60.7244 54.8364L55.9841 59.4707C55.8641 59.5881 55.6574 59.7771 55.5174 59.8683C54.8974 60.3311 54.1306 60.5853 53.3506 60.5853H53.3106C52.3638 60.5853 51.4304 60.2073 50.7571 59.5424L45.9367 54.8299C45.1433 54.0543 44.95 52.9136 45.3633 51.975C45.5434 51.5709 45.83 51.2255 46.1967 50.9517C46.6168 50.6454 47.0901 50.4694 47.5902 50.4433C47.7635 50.4042 48.0302 50.4694 48.2102 50.4694C48.8369 50.4694 49.717 50.9908 50.1637 51.4275L50.9837 52.2292L51.8171 53.044L52.7239 53.9304L53.4773 54.3737L54.2306 53.6371L56.8108 51.1147L57.1042 50.8279L61.5178 46.5129C61.7712 46.2653 62.2312 45.9263 62.5512 45.8155C62.8446 45.6852 63.158 45.6135 63.4913 45.5939C63.7047 45.5809 63.918 45.5939 64.1247 45.633C64.6514 45.7243 65.1381 45.9785 65.5315 46.3565H65.5448Z' fill='url(%23paint148_linear_2_359)'/%3E%3Cpath d='M65.5448 46.363C65.9448 46.7541 66.2048 47.2494 66.2915 47.7839C66.3248 47.9664 66.3315 48.1554 66.3248 48.3445C66.3048 48.703 66.2182 49.0484 66.0581 49.3613C65.9448 49.6416 65.6248 50.0391 65.3981 50.2608L60.7244 54.8299L55.9841 59.4577C55.8641 59.575 55.6574 59.764 55.5174 59.8553C54.8973 60.318 54.1306 60.5788 53.3506 60.5788H53.3106C52.3638 60.5788 51.4371 60.2007 50.7637 59.5424L45.9434 54.8299C45.15 54.0542 44.9566 52.9136 45.3767 51.9815C45.5567 51.5774 45.85 51.2319 46.2167 50.9647C46.6367 50.6649 47.1168 50.4889 47.6102 50.4693C47.7835 50.4302 48.0435 50.4954 48.2302 50.4954C48.8502 50.4954 49.737 51.0299 50.177 51.4536L50.9971 52.2553L51.8305 53.07L52.7372 53.9565L53.4906 54.3867L54.244 53.6501L56.8242 51.1277L57.1175 50.8409L61.5312 46.5259C61.7778 46.2848 62.2445 45.9393 62.5646 45.8285C62.8579 45.6982 63.1713 45.6199 63.5046 45.6069C63.718 45.5939 63.9313 45.6069 64.138 45.646C64.6647 45.7373 65.1514 45.985 65.5448 46.3695V46.363Z' fill='url(%23paint149_linear_2_359)'/%3E%3Cpath d='M65.5384 46.3694C65.9385 46.7605 66.1985 47.2558 66.2851 47.7903C66.3118 47.9728 66.3251 48.1618 66.3185 48.3443C66.2985 48.7028 66.2118 49.0483 66.0518 49.3611C65.9384 49.6414 65.6118 50.039 65.3917 50.2606L60.7247 54.8232L55.9911 59.451C55.8711 59.5683 55.6577 59.7573 55.5244 59.8486C54.9043 60.3114 54.1376 60.5721 53.3642 60.5721H53.3242C52.3775 60.5721 51.4574 60.1941 50.784 59.5357L45.9637 54.8232C45.1703 54.0476 44.9836 52.9069 45.4036 51.9749C45.5837 51.5707 45.877 51.2253 46.2504 50.9646C46.6704 50.6647 47.1504 50.4953 47.6371 50.4757C47.8038 50.4366 48.0705 50.5083 48.2505 50.5083C48.8639 50.5083 49.7573 51.0493 50.1906 51.473L51.0107 52.2747L51.8441 53.0894L52.7508 53.9759L53.5042 54.3996L54.2576 53.663L56.8311 51.1471L57.1245 50.8603L61.5315 46.5519C61.7782 46.3107 62.2448 45.9587 62.5649 45.8479C62.8582 45.7176 63.1716 45.6394 63.4983 45.6198C63.7116 45.6068 63.925 45.6198 64.1317 45.6589C64.6584 45.7502 65.1451 45.9978 65.5384 46.3759V46.3694Z' fill='url(%23paint150_linear_2_359)'/%3E%3Cpath d='M65.5314 46.3761C65.9315 46.7672 66.1915 47.2625 66.2782 47.797C66.3048 47.9795 66.3182 48.1685 66.3048 48.351C66.2848 48.7095 66.1915 49.055 66.0315 49.3678C65.9181 49.6416 65.5914 50.0457 65.3714 50.2608L60.7111 54.8169L55.9774 59.4447C55.8641 59.5555 55.6441 59.751 55.5107 59.8423C54.8907 60.3051 54.1306 60.5658 53.3506 60.5658H53.3106C52.3705 60.5658 51.4438 60.1877 50.777 59.5359L45.9567 54.8234C45.1633 54.0543 44.9766 52.9071 45.4033 51.9751C45.5833 51.5709 45.8834 51.232 46.2567 50.9713C46.6767 50.678 47.1568 50.5085 47.6435 50.4955C47.8102 50.4564 48.0768 50.5281 48.2569 50.5281C48.8636 50.5281 49.7636 51.0821 50.197 51.4992L51.0104 52.301L51.8438 53.1157L52.7439 53.9956L53.4972 54.4063L54.2506 53.6697L56.8242 51.1538L57.1175 50.867L61.5245 46.5651C61.7712 46.3305 62.2379 45.972 62.5512 45.8612C62.8446 45.7308 63.1579 45.6526 63.4846 45.633C63.698 45.62 63.9113 45.633 64.118 45.6721C64.6447 45.7634 65.1314 46.0111 65.5181 46.3891L65.5314 46.3761Z' fill='url(%23paint151_linear_2_359)'/%3E%3Cpath d='M65.5249 46.3825C65.9249 46.7736 66.1783 47.2689 66.265 47.7969C66.2916 47.9794 66.305 48.1684 66.2916 48.3509C66.2716 48.7094 66.1783 49.0484 66.0183 49.3612C65.9049 49.635 65.5783 50.0391 65.3582 50.2542L60.7046 54.8038L55.9776 59.425C55.8642 59.5358 55.6442 59.7314 55.5175 59.8226C54.9042 60.2854 54.1374 60.5461 53.364 60.5461H53.324C52.384 60.5461 51.4639 60.1746 50.7972 59.5163L45.9769 54.8038C45.1901 54.0346 44.9968 52.8875 45.4235 51.9619C45.6102 51.5578 45.9035 51.2189 46.2835 50.9581C46.7036 50.6648 47.1836 50.5019 47.6703 50.4954C47.837 50.4563 48.1037 50.5345 48.2837 50.5345C48.8837 50.5345 49.7905 51.095 50.2172 51.5122L51.0305 52.3074L51.8639 53.1221L52.764 54.002L53.5174 54.3996L54.2708 53.6631L56.8376 51.1472L57.131 50.8604L61.5313 46.5585C61.7713 46.3238 62.2447 45.9653 62.558 45.8545C62.8447 45.7242 63.1648 45.646 63.4914 45.6264C63.7048 45.6134 63.9181 45.6264 64.1248 45.659C64.6515 45.7503 65.1382 45.9979 65.5249 46.376V46.3825Z' fill='url(%23paint152_linear_2_359)'/%3E%3Cpath d='M65.5183 46.3892C65.9183 46.7803 66.1716 47.2691 66.2583 47.8036C66.285 47.9861 66.2983 48.1686 66.285 48.3576C66.265 48.7161 66.1716 49.0551 66.0116 49.3679C65.8983 49.6352 65.5649 50.0458 65.3516 50.2609L60.7046 54.8039L55.9776 59.4252C55.8642 59.536 55.6442 59.7316 55.5175 59.8228C54.9042 60.2856 54.1374 60.5463 53.364 60.5463H53.324C52.3906 60.5463 51.4706 60.1748 50.8039 59.5165L45.9835 54.8039C45.1968 54.0348 45.0101 52.8877 45.4368 51.9621C45.6235 51.558 45.9235 51.219 46.2969 50.9648C46.7169 50.6781 47.1969 50.5216 47.6836 50.5086C47.8503 50.4695 48.117 50.5542 48.2903 50.5542C48.8837 50.5542 49.7971 51.1213 50.2172 51.5319L51.0305 52.3271L51.8639 53.1419L52.764 54.0218L53.5174 54.4064L54.2708 53.6698L56.8376 51.1604L57.131 50.8736L61.5246 46.5782C61.7647 46.3436 62.2447 45.9786 62.5514 45.8743C62.8381 45.7439 63.1514 45.6592 63.4781 45.6396C63.6915 45.6266 63.9048 45.6396 64.1115 45.6722C64.6382 45.7635 65.1249 46.0046 65.5116 46.3827L65.5183 46.3892Z' fill='url(%23paint153_linear_2_359)'/%3E%3Cpath d='M65.5116 46.3956C65.9117 46.7866 66.165 47.2755 66.2517 47.81C66.2784 47.9925 66.2917 48.175 66.2784 48.364C66.2584 48.7225 66.165 49.0614 65.9983 49.3743C65.8917 49.6415 65.5516 50.0522 65.3383 50.2607L60.698 54.8038L55.9776 59.4185C55.8643 59.5293 55.6443 59.7249 55.5176 59.8161C54.9042 60.2789 54.1375 60.5396 53.3641 60.5396H53.3241C52.3907 60.5396 51.4706 60.1681 50.8106 59.5163L45.9902 54.8038C45.2035 54.0347 45.0168 52.8875 45.4502 51.9685C45.6369 51.5643 45.9436 51.2319 46.3169 50.9777C46.737 50.6909 47.217 50.541 47.7037 50.5345C47.8637 50.4954 48.1371 50.5801 48.3104 50.5801C48.8971 50.5801 49.8172 51.1602 50.2305 51.5643L51.0439 52.3595L51.8773 53.1743L52.7774 54.0542L53.5308 54.4257L54.2842 53.6892L56.851 51.1798L57.1444 50.893L61.538 46.5976C61.7714 46.3695 62.2581 45.998 62.5581 45.8937C62.8448 45.7633 63.1581 45.6786 63.4848 45.659C63.6982 45.646 63.9115 45.659 64.1182 45.6916C64.6449 45.7764 65.1316 46.024 65.5183 46.4021L65.5116 46.3956Z' fill='url(%23paint154_linear_2_359)'/%3E%3Cpath d='M65.5049 46.402C65.905 46.7931 66.1583 47.282 66.2383 47.8165C66.265 47.999 66.2783 48.1815 66.265 48.3705C66.245 48.7225 66.145 49.0679 65.985 49.3743C65.8783 49.635 65.5316 50.0521 65.3249 50.2607L60.6846 54.7972L55.9643 59.412C55.8509 59.5228 55.6309 59.7248 55.5042 59.8096C54.8909 60.2724 54.1308 60.5331 53.3574 60.5331H53.3174C52.384 60.5331 51.4706 60.1616 50.8039 59.5098L45.9835 54.7972C45.1968 54.0281 45.0101 52.8809 45.4502 51.9619C45.6435 51.5643 45.9435 51.2254 46.3236 50.9777C46.7436 50.6974 47.2236 50.5475 47.7103 50.5475C47.8703 50.5084 48.1437 50.5996 48.317 50.5996C48.8971 50.5996 49.8238 51.1863 50.2305 51.5904L51.0439 52.3856L51.8773 53.2003L52.7707 54.0737L53.5241 54.4322L54.2775 53.6957L56.8377 51.1863L57.131 50.8995L61.518 46.6106C61.7513 46.3825 62.238 46.011 62.5381 45.9067C62.8248 45.7698 63.1381 45.6916 63.4648 45.672C63.6782 45.659 63.8848 45.672 64.0982 45.7046C64.6249 45.7894 65.1116 46.037 65.4983 46.4151L65.5049 46.402Z' fill='url(%23paint155_linear_2_359)'/%3E%3Cpath d='M65.4981 46.4085C65.8981 46.7996 66.1515 47.2885 66.2315 47.8229C66.2582 48.0054 66.2648 48.1879 66.2582 48.377C66.2382 48.7289 66.1381 49.0744 65.9781 49.3807C65.8715 49.6415 65.5248 50.0586 65.3114 50.2672L60.6778 54.7972L55.9641 59.4054C55.8574 59.5097 55.6307 59.7183 55.504 59.803C54.8907 60.2658 54.1306 60.5265 53.3572 60.5265H53.3172C52.3905 60.5265 51.4771 60.155 50.8104 59.5097L45.99 54.7972C45.2033 54.0281 45.0233 52.8809 45.4633 51.9684C45.6567 51.5708 45.9634 51.2384 46.3367 50.9907C46.7634 50.7104 47.2368 50.567 47.7235 50.567C47.8835 50.5344 48.1569 50.6257 48.3302 50.6257C48.9036 50.6257 49.837 51.2253 50.2437 51.6229L51.0571 52.4181L51.8838 53.2264L52.7772 54.0998L53.5306 54.4452L54.284 53.7087L56.8441 51.2058L57.1375 50.919L61.5178 46.6367C61.7512 46.4085 62.2379 46.0305 62.5379 45.9327C62.8246 45.7958 63.1379 45.7176 63.4646 45.6915C63.678 45.6785 63.8846 45.6915 64.0913 45.7176C64.618 45.8024 65.1047 46.05 65.4914 46.4216L65.4981 46.4085Z' fill='url(%23paint156_linear_2_359)'/%3E%3Cpath d='M65.4919 46.4151C65.8852 46.8062 66.1386 47.295 66.2252 47.823C66.2519 48.0055 66.2586 48.188 66.2519 48.377C66.2252 48.729 66.1319 49.0744 65.9652 49.3808C65.8586 49.635 65.5052 50.0652 65.2985 50.2607L60.6715 54.7842L55.9578 59.3924C55.8512 59.4967 55.6245 59.7053 55.4978 59.79C54.8844 60.2528 54.1244 60.52 53.351 60.52H53.311C52.3842 60.52 51.4708 60.1485 50.8108 59.5032L45.9905 54.7907C45.2037 54.0216 45.0237 52.8744 45.4704 51.9619C45.6638 51.5643 45.9705 51.2319 46.3505 50.9842C46.7772 50.7104 47.2572 50.567 47.7372 50.5736C47.8973 50.541 48.1706 50.6322 48.3373 50.6322C48.904 50.6322 49.8441 51.2384 50.2441 51.6295L51.0575 52.4247L51.8842 53.2329L52.7776 54.1063L53.531 54.4387L54.2844 53.7022L56.8446 51.1993L57.1379 50.9125L61.5182 46.6302C61.7449 46.4086 62.2383 46.024 62.5316 45.9197C62.8183 45.7828 63.1317 45.7046 63.4517 45.6785C63.6651 45.6655 63.8717 45.6785 64.0784 45.7046C64.6051 45.7894 65.0918 46.0305 65.4785 46.4086L65.4919 46.4151Z' fill='url(%23paint157_linear_2_359)'/%3E%3Cpath d='M65.4851 46.4215C65.8784 46.8126 66.1318 47.3015 66.2118 47.8294C66.2384 48.0119 66.2451 48.1944 66.2318 48.3835C66.2051 48.7354 66.1118 49.0744 65.9451 49.3807C65.8384 49.6349 65.4851 50.0651 65.2784 50.2606L60.658 54.7776L55.951 59.3793C55.8444 59.4836 55.6177 59.6922 55.491 59.7769C54.8843 60.2397 54.1176 60.5069 53.3508 60.5069H53.3108C52.3841 60.5069 51.4774 60.1354 50.8173 59.4901L45.997 54.7776C45.2103 54.0085 45.0369 52.8613 45.4836 51.9488C45.677 51.5512 45.9903 51.2188 46.3703 50.9776C46.797 50.7039 47.2771 50.567 47.7571 50.58C47.9105 50.5474 48.1905 50.6452 48.3572 50.6452C48.9172 50.6452 49.8639 51.2644 50.2573 51.649L51.0707 52.4442L51.8974 53.2524L52.7908 54.1258L53.5442 54.4517L54.2976 53.7152L56.8511 51.2123L57.1445 50.9255L61.5181 46.6497C61.7448 46.4281 62.2382 46.0435 62.5315 45.9392C62.8182 45.8023 63.1249 45.7176 63.4516 45.698C63.6649 45.685 63.8716 45.698 64.0783 45.7241C64.605 45.8089 65.0917 46.05 65.4717 46.4281L65.4851 46.4215Z' fill='url(%23paint158_linear_2_359)'/%3E%3Cpath d='M65.478 46.4282C65.8714 46.8128 66.1248 47.3082 66.2048 47.8361C66.2314 48.0186 66.2381 48.2011 66.2248 48.3836C66.1981 48.7356 66.0981 49.0745 65.9381 49.3809C65.8381 49.6351 65.478 50.0653 65.2714 50.2608L60.6577 54.7713L55.9507 59.3665C55.844 59.4707 55.6107 59.6793 55.4907 59.7641C54.884 60.2334 54.1239 60.4941 53.3505 60.4941H53.3105C52.3904 60.4941 51.4837 60.1225 50.8237 59.4838L46.0033 54.7713C45.2166 54.0021 45.0432 52.855 45.4966 51.949C45.6966 51.5514 46.0033 51.2255 46.39 50.9843C46.8167 50.7171 47.2967 50.5802 47.7768 50.5932C47.9301 50.5606 48.2101 50.6584 48.3768 50.6584C48.9302 50.6584 49.8836 51.2841 50.277 51.6687L51.0903 52.4639L51.9171 53.2721L52.8038 54.139L53.5572 54.4519L54.3106 53.7154L56.8641 51.219L57.1575 50.9322L61.5311 46.6629C61.7511 46.4478 62.2511 46.0502 62.5445 45.9524C62.8312 45.8155 63.1379 45.7308 63.4646 45.7047C63.6779 45.6852 63.8846 45.6982 64.0913 45.7308C64.618 45.8155 65.1047 46.0567 65.4847 46.4347L65.478 46.4282Z' fill='url(%23paint159_linear_2_359)'/%3E%3Cpath d='M65.4718 46.4347C65.8651 46.8193 66.1185 47.3147 66.1985 47.8426C66.2252 48.0251 66.2318 48.2076 66.2185 48.3901C66.1918 48.7421 66.0918 49.081 65.9252 49.3874C65.8251 49.6351 65.4585 50.0718 65.2584 50.2608L60.6514 54.7647L55.9511 59.3599C55.8444 59.4642 55.6111 59.6728 55.4911 59.7575C54.8844 60.2268 54.1243 60.4875 53.3509 60.4875H53.3109C52.3908 60.4875 51.4841 60.1225 50.8307 59.4772L46.0104 54.7647C45.2237 53.9956 45.0503 52.855 45.5104 51.9424C45.7104 51.5448 46.0237 51.2189 46.4037 50.9843C46.8304 50.7171 47.3105 50.5867 47.7838 50.6062C47.9372 50.5737 48.2172 50.6779 48.3772 50.6779C48.9239 50.6779 49.8773 51.3102 50.2707 51.6948L51.0841 52.4834L51.9108 53.2917L52.7975 54.1586L53.5509 54.4584L54.3043 53.7219L56.8578 51.2255L57.1512 50.9387L61.5182 46.6694C61.7382 46.4543 62.2449 46.0567 62.5249 45.9589C62.8049 45.822 63.1183 45.7373 63.4383 45.7112C63.6517 45.6917 63.8583 45.7047 64.065 45.7373C64.5917 45.822 65.0784 46.0632 65.4585 46.4347H65.4718Z' fill='url(%23paint160_linear_2_359)'/%3E%3Cpath d='M65.4648 46.4347C65.8582 46.8193 66.1115 47.3082 66.1848 47.8426C66.2115 48.0251 66.2182 48.2076 66.2048 48.3901C66.1782 48.7421 66.0782 49.0811 65.9115 49.3809C65.8115 49.6286 65.4448 50.0653 65.2448 50.2543L60.6444 54.7517L55.9441 59.3404C55.8374 59.4447 55.6041 59.6533 55.4841 59.738C54.8774 60.2073 54.1173 60.468 53.3506 60.468H53.3106C52.3905 60.468 51.4904 60.103 50.8371 59.4642L46.0167 54.7517C45.23 53.9891 45.0633 52.8419 45.5167 51.9359C45.7167 51.5383 46.0301 51.2124 46.4168 50.9778C46.8435 50.7171 47.3235 50.5867 47.7969 50.6063C47.9502 50.5737 48.2302 50.6845 48.3902 50.6845C48.9303 50.6845 49.8903 51.3298 50.277 51.7013L51.0838 52.49L51.9105 53.2982L52.7972 54.1651L53.5506 54.4519L54.304 53.7154L56.8508 51.219L57.1442 50.9322L61.5045 46.6694C61.7245 46.4543 62.2312 46.0567 62.5112 45.9589C62.7913 45.8221 63.1046 45.7373 63.4246 45.7047C63.6313 45.6852 63.8447 45.6982 64.0514 45.7308C64.5781 45.809 65.0648 46.0502 65.4448 46.4282L65.4648 46.4347Z' fill='url(%23paint161_linear_2_359)'/%3E%3Cpath d='M65.4585 46.4412C65.8518 46.8258 66.1052 47.3146 66.1785 47.8426C66.2052 48.0251 66.2119 48.2076 66.1985 48.3901C66.1719 48.7421 66.0719 49.0745 65.9052 49.3809C65.8052 49.622 65.4318 50.0652 65.2385 50.2543L60.6448 54.7517L55.9511 59.3404C55.8511 59.4446 55.6111 59.6597 55.4911 59.738C54.8844 60.2073 54.1243 60.468 53.3576 60.468H53.3176C52.4042 60.468 51.5041 60.103 50.8508 59.4642L46.0304 54.7517C45.2504 53.9891 45.077 52.8419 45.537 51.9359C45.7371 51.5383 46.0571 51.2189 46.4438 50.9843C46.8705 50.7236 47.3505 50.5997 47.8239 50.6258C47.9706 50.5932 48.2572 50.704 48.4173 50.704C48.9506 50.704 49.9174 51.3558 50.2974 51.7273L51.1041 52.516L51.9308 53.3242L52.8176 54.1911L53.571 54.4649L54.3243 53.7284L56.8712 51.2385L57.1645 50.9517L61.5249 46.6954C61.7382 46.4869 62.2516 46.0762 62.5316 45.985C62.8116 45.8481 63.125 45.7568 63.445 45.7308C63.6517 45.7112 63.865 45.7177 64.0717 45.7503C64.5984 45.8285 65.0785 46.0697 65.4651 46.4478L65.4585 46.4412Z' fill='url(%23paint162_linear_2_359)'/%3E%3Cpath d='M65.4516 46.4478C65.8449 46.8323 66.0916 47.3212 66.1716 47.8491C66.1983 48.0316 66.205 48.2141 66.1916 48.3966C66.165 48.7486 66.065 49.081 65.8916 49.3809C65.7916 49.622 65.4183 50.0652 65.2249 50.2477L60.6312 54.7386L55.9376 59.3273C55.8376 59.4251 55.5975 59.6467 55.4842 59.7249C54.8775 60.1942 54.1241 60.4549 53.3507 60.4549H53.3107C52.3973 60.4549 51.4972 60.0899 50.8505 59.4512L46.0302 54.7386C45.2501 53.976 45.0768 52.8289 45.5435 51.9229C45.7502 51.5253 46.0702 51.2059 46.4569 50.9778C46.8902 50.7236 47.3636 50.5997 47.837 50.6323C47.9837 50.5997 48.2703 50.717 48.4237 50.717C48.9504 50.717 49.9238 51.3819 50.2972 51.7469L51.1039 52.5356L51.9306 53.3438L52.8173 54.2107L53.5707 54.4714L54.3241 53.7349L56.871 51.245L57.1643 50.9582L61.518 46.702C61.7313 46.4934 62.2447 46.0827 62.518 45.985C62.7981 45.8416 63.1047 45.7568 63.4314 45.7308C63.6381 45.7112 63.8515 45.7177 64.0582 45.7503C64.5849 45.8285 65.0649 46.0697 65.4516 46.4412V46.4478Z' fill='url(%23paint163_linear_2_359)'/%3E%3Cpath d='M65.445 46.4543C65.8383 46.8388 66.085 47.3277 66.165 47.8556C66.1917 48.0381 66.1984 48.2206 66.185 48.4031C66.1583 48.7551 66.0517 49.0875 65.885 49.3874C65.785 49.622 65.405 50.0717 65.2183 50.2542L60.6313 54.7386L55.9443 59.3208C55.8443 59.4186 55.6043 59.6402 55.4909 59.7184C54.8909 60.1877 54.1308 60.4484 53.3641 60.4484H53.3241C52.4107 60.4484 51.5173 60.0834 50.8706 59.4511L46.0502 54.7386C45.2702 53.976 45.1035 52.8289 45.5702 51.9294C45.7769 51.5318 46.0969 51.2189 46.4836 50.9908C46.917 50.7366 47.3903 50.6193 47.8637 50.6518C48.0104 50.6193 48.2971 50.7366 48.4504 50.7366C48.9771 50.7366 49.9505 51.4079 50.3239 51.7729L51.1306 52.5616L51.9507 53.3633L52.8307 54.2237L53.5841 54.4714L54.3375 53.7349L56.8777 51.2515L57.171 50.9647L61.518 46.715C61.7314 46.5129 62.2447 46.0958 62.5181 45.998C62.7981 45.8546 63.1048 45.7699 63.4248 45.7373C63.6315 45.7177 63.8449 45.7242 64.0515 45.7568C64.5782 45.835 65.0583 46.0762 65.445 46.4477V46.4543Z' fill='url(%23paint164_linear_2_359)'/%3E%3Cpath d='M65.4448 46.4607C65.8381 46.8453 66.0848 47.3342 66.1582 47.8621C66.1848 48.0446 66.1915 48.2271 66.1715 48.4096C66.1448 48.7616 66.0382 49.094 65.8715 49.3939C65.7781 49.6285 65.3914 50.0782 65.2048 50.2607L60.6244 54.7386L55.9374 59.3208C55.8374 59.4185 55.5974 59.6402 55.4841 59.7184C54.884 60.1877 54.124 60.4484 53.3572 60.4484H53.3172C52.4105 60.4484 51.5171 60.0834 50.8704 59.4511L46.05 54.7386C45.27 53.976 45.1033 52.8288 45.5767 51.9294C45.7834 51.5318 46.11 51.2189 46.4967 50.9908C46.9301 50.7431 47.4035 50.6258 47.8768 50.6649C48.0169 50.6323 48.3102 50.7561 48.4636 50.7561C48.9836 50.7561 49.9637 51.4405 50.3304 51.7925L51.1371 52.5812L51.9571 53.3829L52.8372 54.2432L53.5906 54.4779L54.344 53.7414L56.8842 51.258L57.1775 50.9712L61.5245 46.728C61.7312 46.5259 62.2512 46.1023 62.5246 46.011C62.8046 45.8676 63.1113 45.7829 63.4313 45.7503C63.638 45.7307 63.8513 45.7373 64.0513 45.7698C64.578 45.8481 65.0581 46.0827 65.4448 46.4607Z' fill='url(%23paint165_linear_2_359)'/%3E%3Cpath d='M65.4383 46.4673C65.8317 46.8518 66.0784 47.3407 66.1517 47.8621C66.1784 48.0446 66.1784 48.2271 66.1651 48.4096C66.1384 48.7551 66.0317 49.094 65.8584 49.3873C65.765 49.6154 65.3783 50.0717 65.1917 50.2477L60.618 54.719L55.9377 59.2947C55.8377 59.3924 55.5976 59.6141 55.4843 59.6923C54.8843 60.1616 54.1242 60.4288 53.3575 60.4288H53.3175C52.4107 60.4288 51.5173 60.0638 50.8773 59.4316L46.057 54.719C45.2769 53.9564 45.1169 52.8093 45.5903 51.9163C45.7969 51.5252 46.1236 51.2058 46.517 50.9842C46.9503 50.7365 47.4304 50.6257 47.8971 50.6714C48.0371 50.6388 48.3305 50.7691 48.4838 50.7691C48.9972 50.7691 49.9839 51.46 50.3439 51.812L51.1507 52.6007L51.9707 53.4024L52.8508 54.2628L53.6042 54.4844L54.3575 53.7479L56.8977 51.2645L57.1911 50.9777L61.5314 46.7345C61.7381 46.5324 62.2648 46.1088 62.5248 46.0175C62.8048 45.8741 63.1115 45.7829 63.4315 45.7568C63.6382 45.7372 63.8449 45.7438 64.0516 45.7763C64.5716 45.8546 65.0583 46.0892 65.4383 46.4607V46.4673Z' fill='url(%23paint166_linear_2_359)'/%3E%3Cpath d='M65.4314 46.4739C65.8247 46.8584 66.0714 47.3473 66.1448 47.8687C66.1714 48.0512 66.1714 48.2337 66.1581 48.4097C66.1248 48.7552 66.0247 49.0876 65.8514 49.3874C65.7581 49.6155 65.3647 50.0718 65.1847 50.2478L60.6177 54.7126L55.9374 59.2882C55.844 59.386 55.5973 59.6076 55.484 59.6858C54.884 60.1551 54.1306 60.4224 53.3638 60.4224H53.3238C52.4171 60.4224 51.5304 60.0639 50.8903 59.4316L46.07 54.7191C45.2899 53.9565 45.1299 52.8094 45.61 51.9164C45.8233 51.5253 46.15 51.2124 46.5433 50.9908C46.9767 50.7497 47.4567 50.6389 47.9234 50.6845C48.0635 50.6519 48.3568 50.7823 48.5035 50.7823C49.0102 50.7823 50.0036 51.4797 50.357 51.8317L51.1637 52.6203L51.9837 53.422L52.8638 54.2824L53.6172 54.4975L54.3706 53.761L56.9041 51.2841L57.1975 50.9974L61.5311 46.7606C61.7311 46.5651 62.2645 46.1349 62.5245 46.0437C62.8045 45.9003 63.1112 45.809 63.4246 45.7764C63.6312 45.7569 63.8379 45.7634 64.0446 45.7895C64.5646 45.8677 65.0513 46.1023 65.4314 46.4739Z' fill='url(%23paint167_linear_2_359)'/%3E%3Cpath d='M65.425 46.4803C65.8183 46.8649 66.0584 47.3472 66.1317 47.8752C66.1584 48.0577 66.1584 48.2402 66.145 48.4162C66.1117 48.7616 66.005 49.0941 65.8383 49.3939C65.745 49.6155 65.3516 50.0783 65.1716 50.2543L60.6113 54.7126L55.9376 59.2817C55.8443 59.3729 55.5909 59.6076 55.4843 59.6793C54.8842 60.1486 54.1308 60.4158 53.3641 60.4158H53.3241C52.4241 60.4158 51.5373 60.0573 50.8973 59.4251L46.0769 54.7126C45.2969 53.95 45.1369 52.8028 45.6236 51.9164C45.8369 51.5253 46.1636 51.2124 46.557 50.9973C46.9903 50.7561 47.4704 50.6519 47.9304 50.704C48.0704 50.6714 48.3638 50.8083 48.5104 50.8083C49.0105 50.8083 50.0105 51.5188 50.3639 51.8642L51.1706 52.6529L51.9907 53.4546L52.8641 54.3085L53.6175 54.5105L54.3709 53.774L56.9044 51.2971L57.1977 51.0103L61.5314 46.7736C61.7314 46.5781 62.2648 46.1414 62.5248 46.0567C62.7981 45.9133 63.1048 45.822 63.4248 45.7894C63.6315 45.7699 63.8382 45.7764 64.0449 45.8025C64.5649 45.8742 65.0516 46.1153 65.4317 46.4869L65.425 46.4803Z' fill='url(%23paint168_linear_2_359)'/%3E%3Cpath d='M65.4183 46.4869C65.8116 46.8714 66.0517 47.3538 66.125 47.8817C66.1517 48.0642 66.1517 48.2467 66.1383 48.4227C66.105 48.7682 65.9983 49.1006 65.825 49.3939C65.7316 49.6155 65.3316 50.0783 65.1583 50.2478L60.6046 54.6996L55.9309 59.2622C55.8376 59.3534 55.5842 59.5881 55.4776 59.6598C54.8775 60.1291 54.1241 60.3963 53.3574 60.3963H53.3174C52.4173 60.3963 51.5373 60.0378 50.8906 59.4121L46.0702 54.6996C45.2902 53.937 45.1368 52.7898 45.6235 51.9033C45.8369 51.5123 46.1702 51.1994 46.5636 50.9843C46.997 50.7496 47.477 50.6519 47.937 50.704C48.0704 50.6714 48.3704 50.8148 48.5171 50.8148C49.0104 50.8148 50.0172 51.5318 50.3639 51.8707L51.1706 52.6594L51.9907 53.4611L52.864 54.315L53.6174 54.504L54.3708 53.7675L56.9043 51.2906L57.1977 51.0038L61.5247 46.7737C61.7247 46.5846 62.2581 46.1414 62.5114 46.0567C62.7848 45.9133 63.0914 45.8155 63.4115 45.7829C63.6182 45.7634 63.8248 45.7699 64.0315 45.796C64.5516 45.8677 65.0383 46.1023 65.4183 46.4738V46.4869Z' fill='url(%23paint169_linear_2_359)'/%3E%3Cpath d='M65.4117 46.4933C65.8051 46.8779 66.0451 47.3602 66.1184 47.8882C66.1451 48.0707 66.1451 48.2467 66.1318 48.4292C66.0984 48.7746 65.9918 49.107 65.8184 49.4003C65.7251 49.622 65.325 50.0847 65.145 50.2542L60.598 54.706L55.931 59.2686C55.8377 59.3598 55.5843 59.5945 55.4777 59.6662C54.8776 60.1355 54.1242 60.4027 53.3642 60.4027H53.3242C52.4241 60.4027 51.544 60.0442 50.904 59.4185L46.0837 54.706C45.3036 53.9434 45.1502 52.7962 45.637 51.9098C45.8503 51.5187 46.1837 51.2124 46.5837 50.9973C47.0237 50.7626 47.4971 50.6714 47.9571 50.7235C48.0905 50.6909 48.3905 50.8343 48.5305 50.8343C49.0172 50.8343 50.0306 51.5643 50.3706 51.8967L51.1707 52.6854L51.9907 53.4871L52.8641 54.341L53.6175 54.517L54.3709 53.7804L56.8978 51.3101L57.1911 51.0233L61.5114 46.7997C61.7048 46.6106 62.2448 46.1674 62.4982 46.0762C62.7715 45.9328 63.0782 45.835 63.3982 45.8024C63.6049 45.7829 63.8116 45.7829 64.0183 45.8154C64.5383 45.8871 65.025 46.1218 65.405 46.4933H65.4117Z' fill='url(%23paint170_linear_2_359)'/%3E%3Cpath d='M65.4049 46.4999C65.7916 46.878 66.0382 47.3668 66.1049 47.8883C66.1316 48.0708 66.1316 48.2467 66.1116 48.4292C66.0782 48.7747 65.9716 49.1071 65.7982 49.4004C65.7116 49.6155 65.2982 50.0848 65.1248 50.2543L60.5778 54.6996L55.9108 59.2622C55.8175 59.3534 55.5642 59.5881 55.4575 59.6598C54.8641 60.1291 54.1107 60.3963 53.344 60.3963H53.304C52.4106 60.3963 51.5305 60.0378 50.8905 59.4121L46.0701 54.6996C45.2901 53.9435 45.1434 52.7898 45.6301 51.9099C45.8501 51.5188 46.1835 51.2124 46.5835 51.0039C47.0235 50.7757 47.4969 50.6845 47.9569 50.7431C48.0903 50.7105 48.3903 50.8605 48.5303 50.8605C49.0103 50.8605 50.0304 51.597 50.3638 51.9294L51.1638 52.7116L51.9772 53.5133L52.8506 54.3671L53.604 54.5301L54.3574 53.7936L56.8842 51.3232L57.1776 51.0364L61.4979 46.8128C61.6913 46.6238 62.238 46.174 62.4847 46.0893C62.758 45.9394 63.0647 45.8481 63.378 45.8155C63.5847 45.796 63.7914 45.796 63.9981 45.8286C64.5181 45.9003 65.0048 46.1349 65.3849 46.5064L65.4049 46.4999Z' fill='url(%23paint171_linear_2_359)'/%3E%3Cpath d='M65.3983 46.5063C65.785 46.8843 66.0317 47.3732 66.0984 47.8946C66.1184 48.0771 66.125 48.2531 66.105 48.4356C66.0717 48.7811 65.965 49.107 65.785 49.4003C65.6983 49.6154 65.285 50.0847 65.1116 50.2476L60.5713 54.6864L55.911 59.2425C55.8243 59.3337 55.5643 59.5684 55.4643 59.6401C54.8709 60.1094 54.1175 60.3766 53.3508 60.3766H53.3108C52.4174 60.3766 51.544 60.0181 50.904 59.3989L46.0836 54.6864C45.3102 53.9303 45.1569 52.7766 45.6502 51.8967C45.8703 51.5056 46.2036 51.1993 46.6036 50.9972C47.0437 50.7691 47.517 50.6843 47.9771 50.7495C48.1104 50.7234 48.4104 50.8734 48.5504 50.8734C49.0238 50.8734 50.0506 51.6229 50.3839 51.9488L51.184 52.731L51.9974 53.5262L52.8641 54.38L53.6175 54.53L54.3709 53.7934L56.8977 51.3231L57.1911 51.0363L61.5047 46.8192C61.6914 46.6367 62.2448 46.1804 62.4848 46.0957C62.7581 45.9457 63.0582 45.8545 63.3782 45.8219C63.5849 45.8024 63.7915 45.8024 63.9982 45.8284C64.5183 45.9001 65.005 46.1348 65.385 46.5063H65.3983Z' fill='url(%23paint172_linear_2_359)'/%3E%3Cpath d='M65.3914 46.5129C65.7781 46.891 66.0248 47.3798 66.0915 47.9013C66.1115 48.0838 66.1181 48.2597 66.0981 48.4422C66.0648 48.7877 65.9515 49.1136 65.7781 49.4069C65.6915 49.6155 65.2781 50.0913 65.1047 50.2543L60.5711 54.6865L55.9107 59.2426C55.8241 59.3273 55.5641 59.5685 55.4641 59.6402C54.8707 60.116 54.1173 60.3767 53.3572 60.3767H53.3172C52.4238 60.3767 51.5504 60.0182 50.9171 59.399L46.0967 54.6865C45.3233 53.9304 45.17 52.7767 45.67 51.9033C45.89 51.5122 46.2301 51.2124 46.6301 51.0103C47.0701 50.7887 47.5435 50.704 48.0035 50.7692C48.1302 50.7431 48.4369 50.893 48.5702 50.893C49.0369 50.893 50.0703 51.6491 50.397 51.9685L51.1971 52.7506L52.0105 53.5458L52.8772 54.3932L53.6306 54.5301L54.384 53.7935L56.9042 51.3297L57.1975 51.0429L61.5112 46.8323C61.6978 46.6498 62.2512 46.1935 62.4912 46.1088C62.7646 45.9589 63.0646 45.8676 63.3846 45.8285C63.5913 45.809 63.798 45.809 64.0047 45.835C64.5247 45.9067 65.0114 46.1349 65.3914 46.5064V46.5129Z' fill='url(%23paint173_linear_2_359)'/%3E%3Cpath d='M65.385 46.5195C65.7717 46.8975 66.0117 47.3863 66.0783 47.9078C66.0983 48.0838 66.105 48.2663 66.0783 48.4488C66.045 48.7942 65.9317 49.1201 65.7583 49.4134C65.6716 49.622 65.2516 50.0978 65.0849 50.2608L60.5579 54.6865L55.9043 59.2361C55.8176 59.3208 55.5576 59.562 55.4576 59.6337C54.8642 60.1095 54.1108 60.3702 53.3508 60.3702H53.3108C52.424 60.3702 51.5506 60.0182 50.9173 59.399L46.0969 54.6865C45.3235 53.9304 45.1768 52.7767 45.6769 51.9033C45.8969 51.5122 46.2436 51.2124 46.6436 51.0104C47.0836 50.7887 47.557 50.7105 48.017 50.7822C48.1437 50.7562 48.4504 50.9126 48.5838 50.9126C49.0438 50.9126 50.0772 51.6752 50.4039 51.9946L51.2039 52.7767L52.0173 53.5719L52.8841 54.4193L53.6374 54.5496L54.3908 53.8131L56.911 51.3493L57.2044 51.0625L61.5114 46.8519C61.698 46.6694 62.2514 46.2066 62.4914 46.1284C62.7648 45.9785 63.0648 45.8807 63.3781 45.8481C63.5848 45.822 63.7915 45.8285 63.9982 45.8481C64.5182 45.9198 65.0049 46.1479 65.3783 46.5195H65.385Z' fill='url(%23paint174_linear_2_359)'/%3E%3Cpath d='M65.3782 46.526C65.7649 46.904 66.005 47.3928 66.0716 47.9143C66.0916 48.0968 66.0983 48.2728 66.0716 48.4553C66.0383 48.8007 65.925 49.1266 65.7449 49.4134C65.6583 49.6155 65.2382 50.0978 65.0716 50.2542L60.5512 54.6735L55.8976 59.223C55.8109 59.3077 55.5509 59.5489 55.4509 59.6206C54.8575 60.0964 54.1108 60.3637 53.344 60.3637H53.304C52.4173 60.3637 51.5506 60.0117 50.9172 59.3925L46.0969 54.68C45.3235 53.9239 45.1768 52.7702 45.6835 51.9033C45.9102 51.5122 46.2502 51.2189 46.6569 51.0169C47.0969 50.8018 47.5703 50.7235 48.0303 50.8018C48.157 50.7757 48.4637 50.9321 48.597 50.9321C49.0504 50.9321 50.0905 51.7078 50.4105 52.0206L51.2106 52.8028L52.024 53.598L52.8907 54.4453L53.6441 54.5626L54.3975 53.8261L56.911 51.3623L57.2043 51.0755L61.5046 46.8714C61.6847 46.6954 62.2447 46.2261 62.478 46.1479C62.7514 45.998 63.0514 45.9002 63.3648 45.8611C63.5715 45.835 63.7781 45.8416 63.9781 45.8611C64.4982 45.9263 64.9782 46.1609 65.3582 46.5325L65.3782 46.526Z' fill='url(%23paint175_linear_2_359)'/%3E%3Cpath d='M65.3718 46.5324C65.7585 46.9105 65.9986 47.3928 66.0652 47.9143C66.0852 48.0902 66.0919 48.2728 66.0652 48.4553C66.0319 48.8007 65.9185 49.1266 65.7385 49.4134C65.6585 49.6155 65.2252 50.0978 65.0651 50.2542L60.5515 54.6669L55.9045 59.21C55.8178 59.2947 55.5511 59.5424 55.4578 59.6076C54.8644 60.0834 54.1177 60.3506 53.3576 60.3506H53.3176C52.4309 60.3506 51.5642 59.9986 50.9375 59.3794L46.1171 54.6669C45.3437 53.9108 45.2037 52.7637 45.7104 51.8902C45.9371 51.5057 46.2838 51.2059 46.6838 51.0103C47.1239 50.7952 47.6039 50.7235 48.0573 50.8017C48.1773 50.7757 48.4906 50.9386 48.6173 50.9386C49.064 50.9386 50.1107 51.7208 50.4308 52.0336L51.2308 52.8158L52.0442 53.611L52.9043 54.4583L53.6577 54.5626L54.4111 53.8261L56.9246 51.3688L57.2179 51.082L61.5182 46.8844C61.6982 46.7084 62.2583 46.2391 62.4916 46.1544C62.765 46.0045 63.065 45.9067 63.3784 45.8676C63.585 45.8415 63.7917 45.8415 63.9917 45.8676C64.5118 45.9328 64.9918 46.1674 65.3718 46.5324Z' fill='url(%23paint176_linear_2_359)'/%3E%3Cpath d='M65.3651 46.5324C65.7518 46.9105 65.9918 47.3928 66.0585 47.9143C66.0785 48.0902 66.0785 48.2727 66.0585 48.4487C66.0185 48.7942 65.9118 49.1136 65.7318 49.4069C65.6518 49.6024 65.2184 50.0913 65.0584 50.2477L60.5514 54.6539L55.9044 59.1969C55.8177 59.2817 55.551 59.5293 55.4577 59.5945C54.871 60.0703 54.1176 60.3376 53.3575 60.3376H53.3175C52.4375 60.3376 51.5708 59.9856 50.944 59.3729L46.1237 54.6604C45.3503 53.9043 45.2103 52.7571 45.7237 51.8837C45.9504 51.4992 46.297 51.1993 46.7037 51.0103C47.1438 50.8017 47.6238 50.73 48.0705 50.8148C48.1905 50.7887 48.5039 50.9582 48.6305 50.9582C49.0706 50.9582 50.124 51.7534 50.4373 52.0532L51.2374 52.8354L52.0508 53.6305L52.9109 54.4714L53.6642 54.5626L54.4176 53.8261L56.9311 51.3688L57.2245 51.082L61.5181 46.8844C61.6915 46.7149 62.2582 46.2326 62.4915 46.1544C62.7649 46.0045 63.0582 45.9067 63.3783 45.8676C63.585 45.8415 63.7916 45.8415 63.9916 45.8676C64.5117 45.9328 64.9917 46.1609 65.3717 46.5324H65.3651Z' fill='url(%23paint177_linear_2_359)'/%3E%3Cpath d='M65.3582 46.539C65.7449 46.917 65.9849 47.3994 66.0449 47.9208C66.0649 48.0968 66.0649 48.2793 66.0449 48.4553C66.0049 48.7942 65.8915 49.1201 65.7115 49.4069C65.6315 49.6024 65.1915 50.0913 65.0381 50.2412L60.5378 54.6474L55.8975 59.1839C55.8175 59.2621 55.5441 59.5163 55.4508 59.5815C54.8641 60.0573 54.1107 60.3246 53.3506 60.3246H53.3106C52.4306 60.3246 51.5705 59.9726 50.9438 59.3599L46.1235 54.6474C45.3501 53.8913 45.21 52.7441 45.7301 51.8772C45.9634 51.4927 46.3101 51.1994 46.7168 51.0038C47.1635 50.7952 47.6369 50.7301 48.0836 50.8148C48.2036 50.7887 48.517 50.9582 48.6436 50.9582C49.077 50.9582 50.1371 51.7599 50.4438 52.0597L51.2438 52.8419L52.0572 53.6371L52.9173 54.4779L53.6707 54.5561L54.424 53.8196L56.9309 51.3623L57.2243 51.0755L61.5112 46.8844C61.6846 46.715 62.2579 46.2326 62.478 46.1544C62.7446 45.998 63.0447 45.9002 63.358 45.8611C63.5647 45.835 63.7714 45.835 63.9714 45.8611C64.4914 45.9263 64.9715 46.1544 65.3515 46.5259L65.3582 46.539Z' fill='url(%23paint178_linear_2_359)'/%3E%3Cpath d='M65.3517 46.5454C65.7384 46.9235 65.9784 47.4058 66.0384 47.9273C66.0584 48.1032 66.0584 48.2857 66.0384 48.4617C65.9984 48.8007 65.8851 49.1266 65.7051 49.4134C65.6251 49.6089 65.185 50.0978 65.0317 50.2477L60.5314 54.6473L55.891 59.1773C55.811 59.2555 55.5377 59.5097 55.4443 59.5749C54.8576 60.0507 54.1109 60.318 53.3508 60.318H53.3108C52.4308 60.318 51.5707 59.966 50.9507 59.3533L46.1303 54.6408C45.3569 53.8847 45.2236 52.7375 45.737 51.8707C45.9703 51.4861 46.317 51.1928 46.7304 51.0038C47.1771 50.8017 47.6504 50.7365 48.0971 50.8278C48.2171 50.8017 48.5305 50.9777 48.6572 50.9777C49.0839 50.9777 50.1506 51.7924 50.4506 52.0857L51.2507 52.8679L52.0574 53.6566L52.9175 54.4974L53.6709 54.5626L54.4243 53.8261L56.9311 51.3753L57.2245 51.0885L61.5114 46.9039C61.6848 46.7345 62.2582 46.2521 62.4782 46.1739C62.7449 46.0175 63.0449 45.9197 63.3582 45.8806C63.5649 45.8545 63.7649 45.8545 63.9716 45.8806C64.4916 45.9458 64.9717 46.1739 65.3517 46.5389V46.5454Z' fill='url(%23paint179_linear_2_359)'/%3E%3Cpath d='M65.3513 46.552C65.738 46.9301 65.9714 47.4124 66.0314 47.9338C66.0514 48.1098 66.0514 48.2923 66.0314 48.4683C65.9914 48.8073 65.878 49.1332 65.698 49.42C65.618 49.609 65.178 50.1043 65.0246 50.2543L60.531 54.6474L55.8973 59.1774C55.8173 59.2556 55.544 59.5098 55.4506 59.575C54.8639 60.0508 54.1172 60.3181 53.3571 60.3181H53.3171C52.4437 60.3181 51.5837 59.9661 50.9636 59.3599L46.1433 54.6474C45.3699 53.8913 45.2366 52.7441 45.7566 51.8838C45.9899 51.4992 46.3433 51.2059 46.75 51.0234C47.1967 50.8213 47.6701 50.7627 48.1168 50.8604C48.2301 50.8344 48.5501 51.0103 48.6701 51.0103C49.0902 51.0103 50.1636 51.8316 50.4569 52.1249L51.2503 52.9006L52.057 53.6892L52.9171 54.5301L53.6705 54.5822L54.4239 53.8457L56.9307 51.3949L57.2241 51.1081L61.5044 46.9236C61.6711 46.7606 62.2511 46.2652 62.4711 46.1935C62.7378 46.0371 63.0378 45.9393 63.3512 45.9002C63.5512 45.8742 63.7579 45.8742 63.9646 45.9002C64.4846 45.9654 64.9646 46.1935 65.3447 46.5585L65.3513 46.552Z' fill='url(%23paint180_linear_2_359)'/%3E%3Cpath d='M65.345 46.5586C65.7317 46.9366 65.965 47.419 66.025 47.9339C66.045 48.1099 66.045 48.2924 66.025 48.4684C65.985 48.8073 65.8717 49.1267 65.685 49.4135C65.605 49.6025 65.1583 50.0979 65.0116 50.2413L60.5246 54.6279L55.891 59.1579C55.811 59.2361 55.5376 59.4903 55.4443 59.5555C54.8576 60.0313 54.1108 60.2985 53.3508 60.2985H53.3108C52.4374 60.2985 51.584 59.9531 50.964 59.3404L46.1436 54.6279C45.3702 53.8718 45.2435 52.7246 45.7636 51.8642C45.9969 51.4797 46.3503 51.1929 46.7637 51.0104C47.2104 50.8148 47.6837 50.7562 48.1304 50.8539C48.2438 50.8279 48.5638 51.0104 48.6838 51.0104C49.0972 51.0104 50.1772 51.8382 50.4706 52.125L51.264 52.9006L52.0707 53.6893L52.9241 54.5301L53.6775 54.5692L54.4309 53.8327L56.9311 51.3819L57.2244 51.0951L61.498 46.9171C61.6647 46.7541 62.2448 46.2588 62.4581 46.1871C62.7248 46.0306 63.0248 45.9329 63.3315 45.8872C63.5315 45.8612 63.7382 45.8612 63.9449 45.8872C64.4649 45.9524 64.945 46.1805 65.325 46.5455L65.345 46.5586Z' fill='url(%23paint181_linear_2_359)'/%3E%3Cpath d='M65.3384 46.565C65.7251 46.9431 65.9584 47.4254 66.0184 47.9403C66.0384 48.1163 66.0384 48.2988 66.0184 48.4748C65.9784 48.8138 65.8584 49.1331 65.6784 49.4199C65.6051 49.6024 65.1517 50.1043 65.005 50.2477L60.5247 54.6278L55.8977 59.1513C55.8177 59.2295 55.5443 59.4902 55.451 59.5489C54.8643 60.0247 54.1176 60.2985 53.3642 60.2985H53.3242C52.4575 60.2985 51.6041 59.953 50.984 59.3468L46.1637 54.6343C45.3903 53.8848 45.2636 52.7311 45.7903 51.8772C46.0303 51.4927 46.3837 51.2059 46.7971 51.0299C47.2438 50.8343 47.7171 50.7822 48.1638 50.8865C48.2772 50.8604 48.5972 51.0494 48.7172 51.0494C49.1239 51.0494 50.2106 51.8903 50.4973 52.1705L51.2907 52.9462L52.0974 53.7348L52.9508 54.5692L53.7042 54.5952L54.4576 53.8587L56.9578 51.4144L57.2511 51.1276L61.5248 46.9496C61.6915 46.7867 62.2715 46.2913 62.4849 46.2131C62.7515 46.0566 63.0449 45.9524 63.3582 45.9132C63.5583 45.8872 63.7649 45.8872 63.9716 45.9132C64.4917 45.9719 64.9717 46.2 65.3451 46.5716L65.3384 46.565Z' fill='url(%23paint182_linear_2_359)'/%3E%3Cpath d='M65.3314 46.5715C65.7181 46.9496 65.9514 47.4254 66.0114 47.9468C66.0314 48.1228 66.0314 48.3053 66.0114 48.4813C65.9714 48.8202 65.8514 49.1396 65.6714 49.4264C65.5981 49.6089 65.138 50.1108 64.998 50.2542L60.5244 54.6278L55.8974 59.1513C55.824 59.2295 55.544 59.4902 55.4573 59.5489C54.8773 60.0247 54.1306 60.2984 53.3705 60.2984H53.3305C52.4638 60.2984 51.6104 59.953 50.997 59.3468L46.1767 54.6343C45.41 53.8847 45.2766 52.731 45.81 51.8772C46.05 51.4926 46.4034 51.2058 46.8234 51.0298C47.2701 50.8408 47.7435 50.7887 48.1902 50.8995C48.3035 50.8734 48.6235 51.0624 48.7369 51.0624C49.1369 51.0624 50.2303 51.9098 50.5103 52.19L51.3037 52.9657L52.1104 53.7543L52.9638 54.5887L53.7172 54.6082L54.4706 53.8717L56.9708 51.4274L57.2575 51.1406L61.5244 46.9691C61.6845 46.8127 62.2712 46.3043 62.4845 46.2326C62.7512 46.0761 63.0446 45.9719 63.3579 45.9327C63.5579 45.9067 63.7646 45.9067 63.9713 45.9327C64.4913 45.9914 64.9714 46.2195 65.3447 46.5845L65.3314 46.5715Z' fill='url(%23paint183_linear_2_359)'/%3E%3Cpath d='M65.3248 46.5781C65.7114 46.9561 65.9448 47.4319 65.9981 47.9534C66.0181 48.1294 66.0181 48.3119 65.9981 48.4878C65.9581 48.8268 65.8381 49.1462 65.6514 49.4264C65.5781 49.6024 65.1181 50.1108 64.9714 50.2477L60.5044 54.6148L55.8841 59.1317C55.8107 59.2034 55.524 59.4707 55.444 59.5293C54.864 60.0052 54.1173 60.2789 53.3572 60.2789H53.3172C52.4505 60.2789 51.6038 59.9335 50.9837 59.3273L46.1634 54.6148C45.3967 53.8652 45.27 52.7115 45.8033 51.8577C46.0434 51.4731 46.4034 51.1928 46.8168 51.0168C47.2635 50.8278 47.7368 50.7822 48.1835 50.893C48.2902 50.8669 48.6169 51.0625 48.7302 51.0625C49.1236 51.0625 50.2237 51.9228 50.5037 52.1966L51.2971 52.9722L52.1038 53.7609L52.9572 54.5952H53.7106L54.464 53.8652L56.9575 51.4209L57.2442 51.1342L61.5045 46.9691C61.6645 46.8127 62.2579 46.3043 62.4579 46.2326C62.7246 46.0762 63.0179 45.9719 63.3246 45.9263C63.5246 45.9002 63.7313 45.8937 63.9313 45.9198C64.4514 45.9784 64.9314 46.2065 65.3047 46.5716L65.3248 46.5781Z' fill='url(%23paint184_linear_2_359)'/%3E%3Cpath d='M65.3185 46.5845C65.6985 46.956 65.9319 47.4384 65.9919 47.9598C66.0119 48.1358 66.0119 48.3118 65.9919 48.4943C65.9519 48.8332 65.8319 49.1526 65.6452 49.4329C65.5718 49.6089 65.1052 50.1173 64.9651 50.2541L60.5048 54.6147L55.8845 59.1252C55.8111 59.1969 55.5245 59.4641 55.4445 59.5228C54.8644 59.9986 54.1177 60.2723 53.3643 60.2723H53.3243C52.4642 60.2723 51.6175 59.9269 50.9975 59.3272L46.1771 54.6147C45.4104 53.8651 45.2837 52.7114 45.8238 51.8641C46.0638 51.4795 46.4305 51.1993 46.8438 51.0298C47.2905 50.8473 47.7706 50.8017 48.2106 50.919C48.3173 50.8929 48.644 51.095 48.7573 51.095C49.144 51.095 50.2507 51.9619 50.5241 52.2291L51.3175 53.0047L52.1242 53.7934L52.9709 54.6277H53.7243L54.4777 53.8847L56.9712 51.4469L57.2579 51.1602L61.5182 46.9951C61.6716 46.8452 62.2716 46.3303 62.4716 46.2586C62.7383 46.1022 63.0317 45.9979 63.3384 45.9523C63.5384 45.9262 63.7451 45.9197 63.9517 45.9458C64.4718 46.0044 64.9518 46.2325 65.3252 46.5976L65.3185 46.5845Z' fill='url(%23paint185_linear_2_359)'/%3E%3Cpath d='M65.3115 46.591C65.6916 46.9626 65.9249 47.4449 65.9849 47.9598C66.0049 48.1358 66.0049 48.3118 65.9849 48.4943C65.9382 48.8332 65.8249 49.1461 65.6382 49.4329C65.5649 49.6023 65.0982 50.1173 64.9582 50.2541L60.5045 54.6082L55.8908 59.1186C55.8175 59.1903 55.5308 59.4576 55.4508 59.5162C54.8708 59.992 54.1241 60.2658 53.3707 60.2658H53.3307C52.4706 60.2658 51.6239 59.9203 51.0105 59.3207L46.1902 54.6082C45.4234 53.8586 45.2968 52.7049 45.8435 51.8576C46.0901 51.473 46.4502 51.1927 46.8702 51.0298C47.3236 50.8473 47.7969 50.8147 48.2303 50.932C48.337 50.9059 48.6637 51.108 48.777 51.108C49.157 51.108 50.2704 51.9879 50.5371 52.2487L51.3305 53.0243L52.1372 53.813L52.984 54.6408L53.7374 54.6212L54.4907 53.8847L56.9843 51.4469L57.2709 51.1602L61.5246 47.0017C61.6779 46.8518 62.278 46.3303 62.4713 46.2651C62.7313 46.1022 63.0247 45.9979 63.338 45.9523C63.5381 45.9262 63.7447 45.9197 63.9448 45.9458C64.4648 46.0044 64.9448 46.226 65.3182 46.591H65.3115Z' fill='url(%23paint186_linear_2_359)'/%3E%3Cpath d='M65.3048 46.5977C65.6848 46.9693 65.9182 47.4516 65.9715 47.9665C65.9915 48.1425 65.9848 48.3185 65.9648 48.4945C65.9182 48.8269 65.7982 49.1463 65.6115 49.4265C65.5448 49.596 65.0714 50.1109 64.9314 50.2413L60.4778 54.5953L55.8641 59.1058C55.7908 59.1775 55.5041 59.4447 55.4241 59.5034C54.844 59.9792 54.104 60.2529 53.3439 60.2529H53.3039C52.4439 60.2529 51.6038 59.9075 50.9904 59.3144L46.1701 54.6018C45.4034 53.8523 45.2833 52.6986 45.83 51.8578C46.0767 51.4797 46.4434 51.1994 46.8635 51.03C47.3168 50.854 47.7902 50.8214 48.2236 50.9387C48.3302 50.9127 48.6569 51.1212 48.7636 51.1212C49.137 51.1212 50.2504 52.0077 50.5171 52.2684L51.3104 53.044L52.1105 53.8327L52.9572 54.6605L53.7106 54.6279L54.464 53.8914L56.9508 51.4602L57.2375 51.1734L61.4912 47.0214C61.6445 46.878 62.2446 46.3501 62.4379 46.2849C62.6979 46.1219 62.9913 46.0176 63.3046 45.972C63.5047 45.9459 63.7113 45.9394 63.9114 45.959C64.4314 46.0176 64.9114 46.2392 65.2848 46.6043L65.3048 46.5977Z' fill='url(%23paint187_linear_2_359)'/%3E%3Cpath d='M65.2984 46.604C65.6784 46.9755 65.9118 47.4578 65.9651 47.9728C65.9851 48.1488 65.9784 48.3247 65.9584 48.5007C65.9118 48.8331 65.7917 49.1525 65.6051 49.4328C65.5384 49.6023 65.0584 50.1172 64.925 50.2476L60.478 54.5951L55.871 59.099C55.7977 59.1707 55.511 59.4379 55.431 59.4966C54.851 59.9789 54.1109 60.2462 53.3575 60.2462H53.3175C52.4641 60.2462 51.6241 59.9007 51.0107 59.3076L46.1903 54.5951C45.4236 53.8455 45.3036 52.6918 45.8503 51.851C46.097 51.4729 46.4637 51.1927 46.8837 51.0297C47.3371 50.8537 47.8105 50.8277 48.2438 50.9515C48.3438 50.9254 48.6772 51.134 48.7839 51.134C49.1505 51.134 50.2706 52.0335 50.5307 52.2877L51.324 53.0568L52.1241 53.8455L52.9708 54.6733L53.7242 54.6277L54.4776 53.8911L56.9644 51.4599L57.2511 51.1796L61.4981 47.0277C61.6448 46.8843 62.2515 46.3563 62.4448 46.2911C62.7049 46.1282 62.9982 46.0239 63.3049 45.9783C63.5049 45.9522 63.7116 45.9457 63.9116 45.9652C64.425 46.0174 64.9117 46.2455 65.285 46.6105L65.2984 46.604Z' fill='url(%23paint188_linear_2_359)'/%3E%3Cpath d='M65.2916 46.6107C65.6716 46.9822 65.905 47.4646 65.9583 47.9795C65.9783 48.1555 65.9716 48.3315 65.9516 48.5075C65.905 48.8399 65.785 49.1593 65.5983 49.433C65.5316 49.596 65.0516 50.1174 64.9182 50.2478L60.4779 54.5887L55.8709 59.0927C55.8042 59.1579 55.5109 59.4381 55.4309 59.4903C54.8575 59.9726 54.1108 60.2399 53.3574 60.2399H53.3174C52.464 60.2399 51.6239 59.9009 51.0172 59.3013L46.1969 54.5887C45.4302 53.8392 45.3168 52.6855 45.8635 51.8512C46.1102 51.4731 46.4836 51.1929 46.9036 51.0364C47.357 50.867 47.8303 50.8409 48.2637 50.9713C48.3637 50.9517 48.6971 51.1603 48.8037 51.1603C49.1638 51.1603 50.2905 52.0663 50.5505 52.314L51.3373 53.0831L52.1373 53.8653L52.9774 54.693L53.7308 54.6344L54.4842 53.8978L56.971 51.4666L57.2577 51.1864L61.498 47.0409C61.6447 46.8975 62.2514 46.363 62.4381 46.2978C62.6981 46.1349 62.9914 46.0241 63.2981 45.9785C63.4981 45.9459 63.7048 45.9459 63.9048 45.9654C64.4182 46.0176 64.8982 46.2457 65.2716 46.6107H65.2916Z' fill='url(%23paint189_linear_2_359)'/%3E%3Cpath d='M65.2849 46.6172C65.6649 46.9888 65.8983 47.4711 65.9449 47.9795C65.965 48.1555 65.9583 48.3315 65.9316 48.5075C65.8849 48.8399 65.7649 49.1593 65.5716 49.433C65.5049 49.596 65.0182 50.1174 64.8915 50.2412L60.4579 54.5757L55.8576 59.0731C55.7909 59.1383 55.4975 59.4186 55.4175 59.4707C54.8441 59.9531 54.0974 60.2203 53.344 60.2203H53.304C52.4506 60.2203 51.6172 59.8814 51.0105 59.2882L46.1902 54.5757C45.4235 53.8261 45.3101 52.6725 45.8635 51.8382C46.1169 51.4601 46.4835 51.1864 46.9102 51.0299C47.3636 50.8605 47.837 50.8409 48.2703 50.9713C48.3703 50.9517 48.7037 51.1668 48.8037 51.1668C49.1571 51.1668 50.2905 52.0793 50.5438 52.327L51.3306 53.0961L52.1306 53.8783L52.9707 54.6996L53.7241 54.6279L54.4775 53.8913L56.9576 51.4666L57.2443 51.1864L61.4846 47.0409C61.6246 46.904 62.238 46.363 62.4247 46.2978C62.6847 46.1349 62.9781 46.0241 63.2848 45.9785C63.4848 45.9459 63.6915 45.9459 63.8915 45.9654C64.4048 46.0176 64.8849 46.2392 65.2582 46.6042L65.2849 46.6172Z' fill='url(%23paint190_linear_2_359)'/%3E%3Cpath d='M65.2783 46.6237C65.6584 46.9952 65.885 47.471 65.9384 47.986C65.9584 48.162 65.9517 48.3379 65.925 48.5139C65.8784 48.8463 65.7584 49.1657 65.565 49.4395C65.4983 49.5959 65.0116 50.1239 64.885 50.2477L60.458 54.5757L55.8576 59.0731C55.791 59.1383 55.4976 59.4185 55.4176 59.4707C54.8442 59.953 54.1042 60.2268 53.3508 60.2268H53.3108C52.4641 60.2268 51.6307 59.8878 51.024 59.2947L46.2036 54.5822C45.4369 53.8326 45.3302 52.6789 45.8836 51.8446C46.1369 51.4666 46.5103 51.1928 46.937 51.0429C47.3904 50.88 47.8637 50.8604 48.2971 50.9973C48.3904 50.9777 48.7305 51.1928 48.8305 51.1928C49.1772 51.1928 50.3172 52.1184 50.5639 52.3595L51.3507 53.1287L52.1507 53.9108L52.9908 54.7321L53.7442 54.6539L54.4975 53.9173L56.9777 51.4927L57.2644 51.2124L61.4981 47.0734C61.6381 46.9366 62.2581 46.3956 62.4381 46.3304C62.6981 46.1674 62.9848 46.0566 63.2915 46.011C63.4915 45.9784 63.6915 45.9719 63.8982 45.998C64.4116 46.0501 64.8916 46.2717 65.265 46.6367L65.2783 46.6237Z' fill='url(%23paint191_linear_2_359)'/%3E%3Cpath d='M65.2714 46.6237C65.6515 46.9952 65.8781 47.4711 65.9315 47.986C65.9515 48.162 65.9448 48.3379 65.9181 48.5139C65.8715 48.8464 65.7448 49.1592 65.5581 49.433C65.4914 49.5894 65.0047 50.1174 64.8781 50.2412L60.4578 54.5626L55.8641 59.0535C55.7974 59.1187 55.5041 59.399 55.4241 59.4511C54.8507 59.9335 54.1106 60.2072 53.3572 60.2072H53.3172C52.4705 60.2072 51.6371 59.8683 51.0371 59.2817L46.2167 54.5692C45.45 53.8261 45.3433 52.6724 45.9034 51.8381C46.1567 51.4601 46.5301 51.1863 46.9568 51.0364C47.4101 50.8735 47.8835 50.8604 48.3169 51.0038C48.4102 50.9843 48.7502 51.2059 48.8502 51.2059C49.1903 51.2059 50.337 52.1379 50.577 52.3726L51.3638 53.1417L52.1638 53.9239L53.0039 54.7451L53.7573 54.6539L54.5107 53.9174L56.9842 51.4927L57.2709 51.2124L61.4978 47.08C61.6378 46.9431 62.2579 46.3956 62.4379 46.3369C62.6979 46.174 62.9846 46.0632 63.2913 46.011C63.4913 45.9784 63.6913 45.9719 63.898 45.9915C64.4114 46.0436 64.8914 46.2652 65.2648 46.6302L65.2714 46.6237Z' fill='url(%23paint192_linear_2_359)'/%3E%3Cpath d='M65.2649 46.6303C65.645 47.0018 65.8717 47.4777 65.9183 47.9926C65.9317 48.1686 65.9317 48.3446 65.905 48.5205C65.8583 48.853 65.7316 49.1658 65.5383 49.4396C65.4783 49.5895 64.9783 50.124 64.8582 50.2413L60.4446 54.5562L55.8509 59.0471C55.7843 59.1123 55.4842 59.3926 55.4109 59.4447C54.8375 59.927 54.0975 60.2008 53.3507 60.2008H53.3107C52.464 60.2008 51.6373 59.8619 51.0373 59.2752L46.2169 54.5627C45.4502 53.8197 45.3435 52.666 45.9102 51.8317C46.1636 51.4536 46.5436 51.1864 46.9703 51.0365C47.4237 50.8801 47.897 50.867 48.3304 51.0104C48.4237 50.9909 48.7638 51.219 48.8571 51.219C49.1904 51.219 50.3439 52.1641 50.5839 52.3922L51.3706 53.1614L52.1707 53.9435L53.0041 54.7648L53.7574 54.6605L54.5108 53.924L56.9843 51.5058L57.271 51.2255L61.498 47.0931C61.6313 46.9627 62.2581 46.4087 62.4314 46.35C62.6914 46.1871 62.9781 46.0763 63.2848 46.0241C63.4848 45.9916 63.6848 45.985 63.8915 46.0046C64.4049 46.0567 64.8849 46.2783 65.2583 46.6368L65.2649 46.6303Z' fill='url(%23paint193_linear_2_359)'/%3E%3Cpath d='M65.2585 46.6367C65.6385 47.0082 65.8652 47.484 65.9119 47.9989C65.9252 48.1749 65.9252 48.3509 65.8985 48.5269C65.8518 48.8593 65.7252 49.1722 65.5318 49.4459C65.4718 49.5958 64.9718 50.1303 64.8518 50.2476L60.4448 54.5626L55.8578 59.047C55.7978 59.1056 55.4911 59.3924 55.4244 59.4446C54.8511 59.9269 54.111 60.2006 53.3643 60.2006H53.3243C52.4842 60.2006 51.6575 59.8617 51.0575 59.2751L46.2371 54.5626C45.477 53.8195 45.3704 52.6658 45.9371 51.838C46.1971 51.46 46.5705 51.1928 47.0038 51.0494C47.4639 50.8929 47.9372 50.8864 48.3639 51.0363C48.4573 51.0168 48.7973 51.2449 48.8906 51.2449C49.2173 51.2449 50.3774 52.1965 50.6108 52.4247L51.3975 53.1938L52.1975 53.9759L53.0309 54.7907L53.7843 54.6734L54.5377 53.9368L57.0112 51.5187L57.2979 51.2384L61.5182 47.1125C61.6515 46.9821 62.2783 46.4281 62.4516 46.3694C62.705 46.2065 62.9983 46.0892 63.305 46.0435C63.505 46.0109 63.705 46.0044 63.9117 46.024C64.4251 46.0761 64.9051 46.2912 65.2785 46.6562L65.2585 46.6367Z' fill='url(%23paint194_linear_2_359)'/%3E%3Cpath d='M65.2518 46.6432C65.6318 47.0147 65.8585 47.4905 65.9051 47.9989C65.9185 48.1749 65.9185 48.3509 65.8918 48.5269C65.8451 48.8593 65.7185 49.1722 65.5251 49.4394C65.4651 49.5828 64.9584 50.1238 64.8451 50.2411L60.4381 54.5495L55.8511 59.0274C55.7911 59.0861 55.4844 59.3729 55.4177 59.425C54.851 59.9073 54.111 60.1811 53.3576 60.1811H53.3176C52.4775 60.1811 51.6508 59.8422 51.0574 59.262L46.2371 54.5495C45.477 53.8065 45.3703 52.6528 45.9437 51.825C46.2037 51.447 46.5837 51.1862 47.0171 51.0428C47.4771 50.8929 47.9505 50.8864 48.3772 51.0428C48.4639 51.0233 48.8106 51.2579 48.9039 51.2579C49.2239 51.2579 50.3907 52.2161 50.6174 52.4442L51.4041 53.2133L52.1975 53.9955L53.0309 54.8103L53.7843 54.6799L54.5377 53.9434L57.0045 51.5252L57.2912 51.2449L61.5048 47.1255C61.6315 47.0017 62.2649 46.4346 62.4316 46.376C62.6849 46.2065 62.9716 46.0957 63.2783 46.0435C63.4783 46.0109 63.6783 46.0044 63.8783 46.024C64.3917 46.0696 64.8717 46.2912 65.2451 46.6562L65.2518 46.6432Z' fill='url(%23paint195_linear_2_359)'/%3E%3Cpath d='M65.2514 46.6497C65.6315 47.0213 65.8582 47.4971 65.8982 48.0055C65.9115 48.1815 65.9048 48.3574 65.8848 48.5269C65.8315 48.8593 65.7048 49.1657 65.5115 49.4394C65.4515 49.5828 64.9448 50.1238 64.8314 50.2346L60.4311 54.5365L55.8508 59.0144C55.7908 59.073 55.4841 59.3664 55.4174 59.412C54.8507 59.8943 54.1106 60.1681 53.3639 60.1681H53.3239C52.4839 60.1681 51.6638 59.8356 51.0704 59.249L46.2501 54.5365C45.49 53.7935 45.39 52.6398 45.9634 51.812C46.2234 51.4339 46.6034 51.1732 47.0368 51.0298C47.4968 50.8799 47.9702 50.8799 48.3902 51.0363C48.4769 51.0168 48.8236 51.2514 48.9169 51.2514C49.237 51.2514 50.4037 52.2226 50.6237 52.4442L51.4104 53.2134L52.2038 53.989L53.0372 54.8038L53.7906 54.6604L54.544 53.9238L57.0109 51.5122L57.2975 51.2319L61.5112 47.1125C61.6379 46.9887 62.2779 46.4216 62.4379 46.3629C62.6913 46.1935 62.9779 46.0827 63.2846 46.0305C63.4846 45.9979 63.6847 45.9914 63.8847 46.011C64.398 46.0566 64.8781 46.2782 65.2514 46.6367V46.6497Z' fill='url(%23paint196_linear_2_359)'/%3E%3Cpath d='M65.2448 46.6564C65.6182 47.0279 65.8449 47.5037 65.8915 48.0121C65.9049 48.1881 65.8982 48.3641 65.8715 48.5335C65.8182 48.866 65.6915 49.1723 65.4982 49.4461C65.4382 49.5829 64.9248 50.1305 64.8115 50.2413L60.4178 54.5366L55.8375 59.0145C55.7775 59.0732 55.4708 59.3665 55.4041 59.4121C54.8374 59.8944 54.0974 60.1682 53.3506 60.1682H53.3106C52.4772 60.1682 51.6572 59.8358 51.0638 59.2491L46.2435 54.5366C45.4834 53.7936 45.3834 52.6399 45.9634 51.8186C46.2301 51.4406 46.6102 51.1799 47.0435 51.043C47.5036 50.8996 47.9769 50.8996 48.3969 51.0625C48.4836 51.043 48.8303 51.2841 48.917 51.2841C49.2303 51.2841 50.4038 52.2618 50.6238 52.4769L51.4038 53.2395L52.1972 54.0152L53.0306 54.8299L53.784 54.6735L54.5374 53.937L57.0042 51.5253L57.2909 51.245L61.4979 47.1322C61.6246 47.0083 62.2646 46.4413 62.4246 46.3826C62.678 46.2131 62.9647 46.1023 63.2714 46.0502C63.4714 46.0176 63.6714 46.0111 63.8714 46.0241C64.3848 46.0697 64.8648 46.2914 65.2315 46.6498L65.2448 46.6564Z' fill='url(%23paint197_linear_2_359)'/%3E%3Cpath d='M65.2383 46.6628C65.6116 47.0343 65.8383 47.5101 65.885 48.0185C65.8983 48.1945 65.8916 48.3705 65.865 48.54C65.8116 48.8659 65.685 49.1787 65.4916 49.446C65.4383 49.5829 64.9182 50.1304 64.8049 50.2412L60.4179 54.53L55.8442 59.0014C55.7842 59.06 55.4776 59.3533 55.4109 59.399C54.8442 59.8813 54.1041 60.1551 53.3574 60.1551H53.3174C52.484 60.1551 51.6706 59.8226 51.0772 59.2425L46.2569 54.53C45.4968 53.787 45.3968 52.6333 45.9769 51.812C46.2436 51.434 46.6302 51.1798 47.0636 51.0429C47.5236 50.8995 47.997 50.906 48.417 51.069C48.4971 51.0494 48.8504 51.2971 48.9371 51.2971C49.2438 51.2971 50.4239 52.2878 50.6372 52.4964L51.4173 53.259L52.2107 54.0347L53.0374 54.8494L53.7908 54.6865L54.5442 53.9499L57.0043 51.5383L57.291 51.258L61.498 47.1516C61.618 47.0343 62.2647 46.4542 62.4181 46.4021C62.6714 46.2326 62.9581 46.1153 63.2581 46.0631C63.4581 46.0305 63.6581 46.0175 63.8582 46.0371C64.3715 46.0827 64.8516 46.2978 65.2183 46.6628H65.2383Z' fill='url(%23paint198_linear_2_359)'/%3E%3Cpath d='M65.2317 46.6694C65.6051 47.0344 65.8318 47.5102 65.8718 48.0252C65.8851 48.2011 65.8784 48.3771 65.8518 48.5466C65.7984 48.8725 65.6717 49.1854 65.4717 49.4526C65.4184 49.5895 64.8984 50.137 64.785 50.2413L60.4047 54.5236L55.831 58.9884C55.7777 59.0471 55.4643 59.3404 55.3977 59.386C54.831 59.8684 54.0976 60.1421 53.3509 60.1421H53.3109C52.4775 60.1421 51.6641 59.8097 51.0774 59.2296L46.257 54.5171C45.497 53.774 45.4036 52.6204 45.9837 51.8056C46.2503 51.4341 46.637 51.1734 47.0771 51.043C47.5371 50.9061 48.0105 50.9126 48.4305 51.0821C48.5105 51.0625 48.8639 51.3102 48.9505 51.3102C49.2506 51.3102 50.4373 52.3075 50.644 52.5161L51.4241 53.2787L52.2174 54.0543L53.0442 54.8625L53.7976 54.6866L54.5509 53.95L57.0111 51.5449L57.2978 51.2646L61.4981 47.1583C61.6181 47.0409 62.2648 46.4608 62.4182 46.4087C62.6715 46.2392 62.9582 46.1219 63.2582 46.0698C63.4583 46.0372 63.6583 46.0241 63.8583 46.0437C64.3717 46.0893 64.8517 46.3044 65.2184 46.6694H65.2317Z' fill='url(%23paint199_linear_2_359)'/%3E%3Cpath d='M65.2249 46.6759C65.5983 47.0409 65.8249 47.5167 65.8649 48.0251C65.8783 48.2011 65.8716 48.3771 65.8449 48.5465C65.7916 48.8724 65.6649 49.1853 65.4649 49.4525C65.4116 49.5829 64.8849 50.1369 64.7782 50.2412L60.4046 54.517L55.8376 58.9819C55.7842 59.034 55.4709 59.3338 55.4042 59.3795C54.8375 59.8618 54.1041 60.1421 53.3574 60.1421H53.3174C52.4906 60.1421 51.6773 59.8096 51.0905 59.2361L46.2702 54.5235C45.5101 53.7805 45.4168 52.6268 46.0035 51.812C46.2702 51.4405 46.6636 51.1798 47.0969 51.056C47.557 50.9191 48.0303 50.9321 48.4504 51.1081C48.5304 51.0886 48.8837 51.3428 48.9637 51.3428C49.2571 51.3428 50.4438 52.353 50.6505 52.5486L51.4306 53.3112L52.224 54.0868L53.0507 54.8951L53.8041 54.706L54.5575 53.9695L57.0176 51.5644L57.3043 51.2841L61.498 47.1843C61.6113 47.0735 62.2647 46.4868 62.418 46.4347C62.6714 46.2652 62.9514 46.1479 63.2581 46.0958C63.4514 46.0632 63.6581 46.0501 63.8581 46.0697C64.3715 46.1153 64.8515 46.3304 65.2182 46.6889L65.2249 46.6759Z' fill='url(%23paint200_linear_2_359)'/%3E%3Cpath d='M65.2182 46.6824C65.5916 47.0474 65.8183 47.5232 65.8583 48.0316C65.8716 48.2076 65.8583 48.3836 65.8383 48.553C65.7849 48.8789 65.6516 49.1853 65.4583 49.4525C65.4049 49.5829 64.8782 50.1369 64.7715 50.2412L60.4046 54.5105L55.8376 58.9753C55.7842 59.0275 55.4709 59.3273 55.4042 59.3729C54.8375 59.8553 54.1041 60.1355 53.3574 60.1355H53.3174C52.4907 60.1355 51.6839 59.8031 51.0906 59.2295L46.2702 54.517C45.5102 53.774 45.4168 52.6203 46.0102 51.812C46.2835 51.4405 46.6702 51.1863 47.1103 51.056C47.5703 50.9256 48.0437 50.9386 48.4637 51.1146C48.5437 51.0951 48.8971 51.3558 48.9771 51.3558C49.2638 51.3558 50.4572 52.3726 50.6639 52.5681L51.4439 53.3307L52.2373 54.1064L53.064 54.9146L53.8174 54.7126L54.5708 53.976L57.0243 51.5709L57.311 51.2906L61.5046 47.1973C61.618 47.0865 62.2714 46.4934 62.418 46.4412C62.6714 46.2717 62.9514 46.1544 63.2581 46.0958C63.4514 46.0632 63.6581 46.0501 63.8581 46.0697C64.3715 46.1153 64.8515 46.3304 65.2182 46.6889V46.6824Z' fill='url(%23paint201_linear_2_359)'/%3E%3Cpath d='M65.2114 46.6888C65.5848 47.0538 65.8048 47.5296 65.8448 48.038C65.8582 48.214 65.8448 48.39 65.8248 48.5594C65.7715 48.8853 65.6381 49.1917 65.4381 49.4589C65.3848 49.5828 64.8514 50.1433 64.7514 50.2411L60.3911 54.5039L55.8308 58.9622C55.7774 59.0143 55.4574 59.3141 55.3974 59.3598C54.8374 59.8486 54.0973 60.1224 53.3572 60.1224H53.3172C52.4905 60.1224 51.6838 59.79 51.0971 59.2164L46.2767 54.5039C45.5167 53.7673 45.43 52.6071 46.0234 51.7989C46.2967 51.4274 46.6901 51.1732 47.1301 51.0493C47.5968 50.919 48.0635 50.9385 48.4836 51.121C48.5636 51.1015 48.9169 51.3622 48.9969 51.3622C49.277 51.3622 50.477 52.392 50.6771 52.581L51.4571 53.3437L52.2438 54.1193L53.0639 54.9275L53.8173 54.7124L54.5707 53.9759L57.0242 51.5773L57.3109 51.297L61.4978 47.2037C61.6112 47.0929 62.2712 46.4997 62.4112 46.4476C62.6579 46.2716 62.9446 46.1543 63.2446 46.1022C63.438 46.063 63.638 46.0565 63.8447 46.0696C64.358 46.1087 64.8381 46.3238 65.2048 46.6888H65.2114Z' fill='url(%23paint202_linear_2_359)'/%3E%3Cpath d='M65.2049 46.6955C65.5782 47.0605 65.7983 47.5363 65.8383 48.0447C65.8516 48.2207 65.8383 48.3967 65.8116 48.5661C65.7583 48.892 65.6249 49.1984 65.4249 49.4656C65.3716 49.5895 64.8382 50.15 64.7382 50.2478L60.3779 54.5105L55.8175 58.9689C55.7642 59.021 55.4442 59.3208 55.3842 59.3665C54.8241 59.8553 54.0908 60.1291 53.344 60.1291H53.304C52.484 60.1291 51.6772 59.8032 51.0905 59.2296L46.2702 54.5171C45.5101 53.7805 45.4235 52.6203 46.0235 51.8121C46.2969 51.4406 46.6902 51.1864 47.1369 51.069C47.6036 50.9452 48.077 50.9648 48.4903 51.1538C48.5637 51.1342 48.9237 51.4015 48.997 51.4015C49.2704 51.4015 50.4772 52.4378 50.6705 52.6268L51.4506 53.3895L52.2373 54.1651L53.0573 54.9668L53.8107 54.7387L54.5641 54.0021L57.0176 51.6035L57.3043 51.3232L61.4846 47.2365C61.5913 47.1322 62.258 46.5325 62.398 46.4804C62.6447 46.3044 62.9314 46.1871 63.2314 46.1284C63.4248 46.0893 63.6248 46.0828 63.8314 46.0958C64.3448 46.1349 64.8182 46.35 65.1915 46.7085L65.2049 46.6955Z' fill='url(%23paint203_linear_2_359)'/%3E%3Cpath d='M65.1983 46.7018C65.5717 47.0668 65.7917 47.5426 65.8317 48.051C65.845 48.227 65.8317 48.3965 65.805 48.5724C65.7517 48.8983 65.6183 49.2047 65.4183 49.4654C65.3717 49.5827 64.8249 50.1498 64.7316 50.2476L60.378 54.5038L55.8243 58.9556C55.771 59.0078 55.4509 59.3141 55.3909 59.3532C54.8309 59.8421 54.0975 60.1158 53.3508 60.1158H53.3108C52.4907 60.1158 51.6907 59.7899 51.104 59.2163L46.2836 54.5038C45.5302 53.7673 45.4436 52.6071 46.0436 51.8054C46.317 51.4338 46.717 51.1862 47.157 51.0688C47.6237 50.945 48.0971 50.9776 48.5104 51.1601C48.5838 51.1405 48.9438 51.4078 49.0171 51.4078C49.2838 51.4078 50.4973 52.4507 50.6839 52.6332L51.464 53.3958L52.2507 54.1649L53.0708 54.9666L53.8242 54.7254L54.5775 53.9889L57.0244 51.5903L57.3111 51.31L61.4914 47.2232C61.5981 47.1189 62.2648 46.5128 62.3981 46.4671C62.6448 46.2911 62.9248 46.1738 63.2315 46.1152C63.4248 46.076 63.6249 46.0695 63.8315 46.0826C64.3449 46.1217 64.8183 46.3368 65.1916 46.6953L65.1983 46.7018Z' fill='url(%23paint204_linear_2_359)'/%3E%3Cpath d='M65.1915 46.7084C65.5649 47.0734 65.7849 47.5492 65.8249 48.0511C65.8383 48.2271 65.8249 48.3966 65.7983 48.5661C65.7449 48.892 65.6049 49.1983 65.4049 49.459C65.3582 49.5763 64.8115 50.1434 64.7182 50.2347L60.3712 54.4844L55.8175 58.9362C55.7709 58.9818 55.4442 59.2947 55.3908 59.3338C54.8308 59.8226 54.0974 60.0964 53.3574 60.0964H53.3174C52.504 60.0964 51.6972 59.7705 51.1172 59.2034L46.2969 54.4909C45.5435 53.7544 45.4568 52.5942 46.0635 51.7925C46.3435 51.4209 46.7369 51.1733 47.1836 51.0559C47.6503 50.9321 48.1237 50.9712 48.5303 51.1602C48.6037 51.1472 48.9637 51.4144 49.0371 51.4144C49.2971 51.4144 50.5172 52.4703 50.6972 52.6463L51.4772 53.4089L52.2639 54.1781L53.084 54.9798L53.8374 54.7256L54.5908 53.989L57.0376 51.5969L57.3243 51.3166L61.4979 47.2364C61.6046 47.1321 62.2713 46.5259 62.4047 46.4803C62.6514 46.3043 62.9314 46.187 63.2314 46.1283C63.4247 46.0892 63.6248 46.0762 63.8248 46.0957C64.3382 46.1348 64.8115 46.3499 65.1782 46.7084H65.1915Z' fill='url(%23paint205_linear_2_359)'/%3E%3Cpath d='M65.185 46.715C65.5584 47.08 65.7784 47.5558 65.8118 48.0577C65.8251 48.2337 65.8118 48.4032 65.7851 48.5727C65.7251 48.8986 65.5917 49.1984 65.3917 49.4656C65.3451 49.5764 64.7917 50.15 64.705 50.2413L60.3647 54.4845L55.8177 58.9298C55.771 58.9754 55.4443 59.2882 55.391 59.3274C54.831 59.8162 54.0976 60.09 53.3575 60.09H53.3175C52.5041 60.09 51.7041 59.7641 51.124 59.197L46.3037 54.4845C45.5503 53.7479 45.4703 52.5877 46.077 51.7925C46.357 51.421 46.7571 51.1733 47.2038 51.0625C47.6705 50.9452 48.1438 50.9843 48.5505 51.1799C48.6172 51.1668 48.9839 51.4406 49.0572 51.4406C49.3106 51.4406 50.5373 52.503 50.7173 52.679L51.4974 53.4416L52.2841 54.2107L53.0975 55.0124L53.8509 54.7452L54.6043 54.0087L57.0511 51.6166L57.3378 51.3363L61.5048 47.2625C61.6048 47.1648 62.2782 46.5521 62.4115 46.5064C62.6582 46.3305 62.9382 46.2066 63.2382 46.148C63.4316 46.1088 63.6316 46.0958 63.8316 46.1154C64.345 46.1545 64.8183 46.3631 65.185 46.7215V46.715Z' fill='url(%23paint206_linear_2_359)'/%3E%3Cpath d='M65.1781 46.7214C65.5514 47.0864 65.7714 47.5557 65.8048 48.0641C65.8181 48.2401 65.8048 48.4095 65.7781 48.579C65.7181 48.9049 65.5848 49.2047 65.3847 49.4655C65.3381 49.5763 64.7847 50.1498 64.698 50.2411L60.3644 54.4778L55.8174 58.9231C55.7707 58.9687 55.444 59.2816 55.3907 59.3207C54.8306 59.8095 54.1039 60.0833 53.3572 60.0833H53.3172C52.5038 60.0833 51.7104 59.7574 51.1304 59.1903L46.31 54.4778C45.5566 53.7413 45.4766 52.5876 46.0834 51.7859C46.3634 51.4143 46.7634 51.1732 47.2168 51.0624C47.6835 50.945 48.1568 50.9907 48.5635 51.1862C48.6302 51.1732 48.9902 51.4469 49.0636 51.4469C49.3102 51.4469 50.5437 52.5224 50.717 52.6919L51.4904 53.448L52.2771 54.2171L53.0905 55.0123L53.8439 54.7385L54.5973 54.002L57.0375 51.6099L57.3242 51.3296L61.4911 47.2558C61.5911 47.1581 62.2645 46.5389 62.3912 46.4998C62.6379 46.3238 62.9179 46.1999 63.2179 46.1413C63.4113 46.1022 63.6113 46.0891 63.8113 46.1022C64.3247 46.1413 64.798 46.3498 65.1647 46.7083L65.1781 46.7214Z' fill='url(%23paint207_linear_2_359)'/%3E%3Cpath d='M65.1718 46.7214C65.5452 47.0865 65.7585 47.5557 65.7985 48.0642C65.8119 48.2401 65.7985 48.4096 65.7718 48.5791C65.7118 48.905 65.5785 49.2048 65.3718 49.4655C65.3252 49.5763 64.7718 50.1499 64.6851 50.2346L60.3581 54.4648L55.8178 58.9036C55.7711 58.9492 55.4444 59.2621 55.3911 59.3012C54.8377 59.79 54.1043 60.0703 53.3643 60.0703H53.3243C52.5176 60.0703 51.7175 59.7444 51.1441 59.1839L46.3238 54.4713C45.5704 53.7348 45.4904 52.5746 46.1038 51.7859C46.3905 51.4144 46.7905 51.1732 47.2372 51.0689C47.7039 50.9581 48.1773 51.0038 48.5839 51.2058C48.6506 51.1928 49.0106 51.4731 49.084 51.4731C49.324 51.4731 50.5641 52.5551 50.7308 52.718L51.5042 53.4741L52.2909 54.2432L53.1043 55.0384L53.8577 54.7516L54.611 54.0151L57.0512 51.6295L57.3379 51.3492L61.4982 47.282C61.5915 47.1907 62.2716 46.565 62.3983 46.5194C62.645 46.3434 62.925 46.2196 63.225 46.1609C63.4183 46.1218 63.6184 46.1087 63.8184 46.1218C64.3317 46.1544 64.8051 46.3695 65.1718 46.728V46.7214Z' fill='url(%23paint208_linear_2_359)'/%3E%3Cpath d='M65.165 46.728C65.5384 47.093 65.7517 47.5623 65.7851 48.0707C65.7984 48.2467 65.7851 48.4161 65.7584 48.5856C65.6984 48.905 65.565 49.2113 65.3584 49.472C65.3117 49.5763 64.7516 50.1564 64.665 50.2412L60.3447 54.4648L55.8043 58.8971C55.7577 58.9427 55.431 59.2556 55.3776 59.2947C54.8243 59.7835 54.0909 60.0638 53.3508 60.0638H53.3108C52.5041 60.0638 51.7107 59.7379 51.1373 59.1773L46.317 54.4648C45.5636 53.7283 45.4903 52.5746 46.1036 51.7794C46.3903 51.4144 46.797 51.1667 47.2437 51.0624C47.7104 50.9516 48.1838 51.0038 48.5905 51.2123C48.6572 51.1993 49.0172 51.4796 49.0905 51.4796C49.3239 51.4796 50.5706 52.5681 50.7306 52.731L51.504 53.4871L52.2907 54.2563L53.1041 55.0515L53.8575 54.7516L54.6109 54.0151L57.0511 51.6295L57.3378 51.3492L61.4914 47.2885C61.5848 47.1973 62.2715 46.5715 62.3915 46.5259C62.6382 46.3499 62.9182 46.2261 63.2115 46.1609C63.4049 46.1218 63.6049 46.1087 63.8049 46.1218C64.3116 46.1544 64.7916 46.3695 65.1583 46.728H65.165Z' fill='url(%23paint209_linear_2_359)'/%3E%3Cpath d='M65.1581 46.7346C65.5248 47.0996 65.7448 47.5689 65.7782 48.0708C65.7915 48.2468 65.7782 48.4162 65.7448 48.5857C65.6848 48.9051 65.5448 49.2114 65.3448 49.4656C65.3048 49.5699 64.7381 50.15 64.6514 50.2347L60.3378 54.4519L55.8041 58.8841C55.7641 58.9232 55.4241 59.2491 55.3774 59.2817C54.824 59.7706 54.0907 60.0509 53.3506 60.0509H53.3106C52.5039 60.0509 51.7172 59.7315 51.1438 59.1709L46.3234 54.4584C45.57 53.7219 45.4967 52.5682 46.1168 51.773C46.4034 51.408 46.8101 51.1668 47.2635 51.0625C47.7302 50.9582 48.2036 51.0104 48.6103 51.219C48.6703 51.2059 49.037 51.4927 49.1036 51.4927C49.3303 51.4927 50.5837 52.5943 50.7438 52.7507L51.5171 53.5068L52.2972 54.2759L53.1039 55.0711L53.8573 54.7582L54.6107 54.0217L57.0442 51.6361L57.3309 51.3558L61.4845 47.2951C61.5779 47.2039 62.2646 46.5716 62.3779 46.5325C62.6179 46.35 62.898 46.2262 63.198 46.1675C63.3913 46.1284 63.5913 46.1154 63.7914 46.1284C64.2981 46.161 64.7781 46.3696 65.1448 46.7281L65.1581 46.7346Z' fill='url(%23paint210_linear_2_359)'/%3E%3Cpath d='M65.1585 46.741C65.5252 47.0995 65.7453 47.5753 65.7786 48.0772C65.7919 48.2532 65.7786 48.4227 65.7452 48.5922C65.6852 48.9115 65.5452 49.2114 65.3386 49.4721C65.2985 49.5699 64.7252 50.1565 64.6452 50.2347L60.3382 54.4518L55.8045 58.8776C55.7645 58.9167 55.4245 59.2426 55.3778 59.2752C54.8245 59.764 54.0977 60.0443 53.3577 60.0443H53.3177C52.5176 60.0443 51.7309 59.7249 51.1575 59.1644L46.3372 54.4518C45.5838 53.7153 45.5171 52.5616 46.1372 51.7729C46.4239 51.4079 46.8372 51.1668 47.2906 51.069C47.764 50.9647 48.2307 51.0234 48.6373 51.2385C48.6974 51.2254 49.064 51.5187 49.1307 51.5187C49.3507 51.5187 50.6108 52.6268 50.7642 52.7832L51.5376 53.5393L52.3176 54.3084L53.1243 55.0971L53.8777 54.7712L54.6311 54.0347L57.0646 51.6556L57.3513 51.3753L61.4983 47.3211C61.5849 47.2364 62.2783 46.5976 62.3917 46.5585C62.6317 46.376 62.9117 46.2522 63.2117 46.1935C63.4051 46.1544 63.6051 46.1414 63.8051 46.1544C64.3118 46.187 64.7918 46.3956 65.1585 46.7541V46.741Z' fill='url(%23paint211_linear_2_359)'/%3E%3Cpath d='M65.1515 46.7477C65.5182 47.1062 65.7382 47.582 65.7649 48.0839C65.7782 48.2598 65.7649 48.4293 65.7315 48.5988C65.6715 48.9182 65.5315 49.218 65.3249 49.4787C65.2849 49.5765 64.7115 50.1631 64.6315 50.2413L60.3245 54.4519L55.7975 58.8777C55.7575 58.9168 55.4175 59.2427 55.3708 59.2753C54.8174 59.7641 54.0907 60.0444 53.3507 60.0444H53.3107C52.5106 60.0444 51.7239 59.725 51.1572 59.1645L46.3368 54.4519C45.5834 53.7219 45.5168 52.5617 46.1435 51.773C46.4368 51.408 46.8435 51.1669 47.2969 51.0756C47.7703 50.9778 48.237 51.0365 48.6437 51.2581C48.7037 51.2451 49.0703 51.5384 49.137 51.5384C49.3504 51.5384 50.6105 52.6595 50.7638 52.8029L51.5372 53.559L52.3173 54.3216L53.124 55.1103L53.8774 54.7713L54.6308 54.0348L57.0576 51.6557L57.3443 51.3754L61.4912 47.3278C61.5779 47.243 62.2713 46.6043 62.3846 46.5652C62.6247 46.3827 62.9047 46.2588 63.198 46.1936C63.3914 46.1545 63.5914 46.135 63.7914 46.148C64.2981 46.1806 64.7781 46.3892 65.1448 46.7477H65.1515Z' fill='url(%23paint212_linear_2_359)'/%3E%3Cpath d='M65.1451 46.754C65.5118 47.1125 65.7252 47.5883 65.7585 48.0902C65.7718 48.2662 65.7585 48.4357 65.7252 48.6051C65.6652 48.9245 65.5251 49.2243 65.3185 49.4785C65.2785 49.5698 64.7051 50.1695 64.6251 50.2412L60.3248 54.4453L55.7978 58.8645C55.7578 58.9036 55.4178 59.2295 55.3711 59.2621C54.8177 59.7509 54.091 60.0312 53.3509 60.0312H53.3109C52.5109 60.0312 51.7308 59.7118 51.1641 59.1578L46.3438 54.4453C45.5904 53.7152 45.5304 52.555 46.1571 51.7729C46.4504 51.4079 46.8638 51.1732 47.3172 51.0755C47.7905 50.9777 48.2639 51.0429 48.6573 51.2645C48.7173 51.2514 49.084 51.5513 49.144 51.5513C49.3507 51.5513 50.6174 52.6789 50.7641 52.8223L51.5375 53.5784L52.3175 54.341L53.1243 55.1297L53.8776 54.7777L54.631 54.0411L57.0579 51.6686L57.3446 51.3883L61.4849 47.3406C61.5649 47.2624 62.2649 46.6106 62.3716 46.578C62.6116 46.3955 62.8916 46.2717 63.185 46.2065C63.3783 46.1674 63.5783 46.1478 63.7784 46.1609C64.2851 46.1935 64.7651 46.402 65.1318 46.754H65.1451Z' fill='url(%23paint213_linear_2_359)'/%3E%3Cpath d='M65.1381 46.7605C65.5048 47.119 65.7182 47.5883 65.7515 48.0902C65.7582 48.2662 65.7515 48.4357 65.7182 48.5986C65.6582 48.918 65.5115 49.2178 65.3048 49.472C65.2648 49.5633 64.6848 50.1629 64.6114 50.2346L60.3178 54.4322L55.7975 58.8514C55.7575 58.8905 55.4174 59.2164 55.3708 59.249C54.8174 59.7379 54.0907 60.0182 53.3573 60.0182H53.3173C52.5239 60.0182 51.7438 59.6988 51.1771 59.1447L46.3568 54.4322C45.6101 53.7022 45.5434 52.542 46.1768 51.7598C46.4701 51.3948 46.8835 51.1602 47.3435 51.0689C47.8169 50.9777 48.2903 51.0429 48.6836 51.271C48.737 51.258 49.1103 51.5643 49.1703 51.5643C49.3703 51.5643 50.6438 52.705 50.7904 52.8418L51.5638 53.5979L52.3439 54.3605L53.1506 55.1492L53.904 54.7842L54.6574 54.0477L57.0842 51.6751L57.3709 51.3948L61.5045 47.3537C61.5846 47.2755 62.2846 46.6237 62.3913 46.5846C62.6313 46.402 62.9047 46.2717 63.2047 46.2065C63.398 46.1674 63.5914 46.1478 63.7914 46.1609C64.2981 46.1935 64.7781 46.3955 65.1381 46.754V46.7605Z' fill='url(%23paint214_linear_2_359)'/%3E%3Cpath d='M65.1314 46.7671C65.4981 47.1256 65.7114 47.5949 65.7381 48.0968C65.7448 48.2728 65.7381 48.4422 65.7048 48.6052C65.6381 48.9246 65.4981 49.2179 65.2914 49.4721C65.2581 49.5568 64.6714 50.163 64.598 50.2282L60.3111 54.4192L55.7907 58.8384C55.7507 58.8776 55.4107 59.2035 55.3707 59.236C54.824 59.7249 54.0973 60.0052 53.3572 60.0052H53.3239C52.5305 60.0052 51.7504 59.6858 51.1837 59.1318L46.3634 54.4192C45.6167 53.6892 45.55 52.529 46.1834 51.7469C46.4767 51.3819 46.8968 51.1472 47.3568 51.0625C47.8302 50.9712 48.3035 51.0429 48.6969 51.2776C48.7502 51.2645 49.1236 51.5709 49.1836 51.5709C49.3769 51.5709 50.657 52.718 50.797 52.8549L51.5704 53.611L52.3505 54.3736L53.1505 55.1558L53.9039 54.7842L54.6573 54.0477L57.0775 51.6752L57.3642 51.3949L61.4978 47.3602C61.5778 47.282 62.2845 46.6302 62.3845 46.5911C62.6246 46.4086 62.8979 46.2783 63.1913 46.2131C63.3846 46.1675 63.578 46.1544 63.778 46.1674C64.2847 46.1935 64.7647 46.4021 65.1247 46.7606L65.1314 46.7671Z' fill='url(%23paint215_linear_2_359)'/%3E%3Cpath d='M65.1248 46.7736C65.4915 47.132 65.7048 47.6013 65.7315 48.1032C65.7382 48.2727 65.7315 48.4487 65.6915 48.6116C65.6248 48.931 65.4848 49.2243 65.2781 49.4785C65.2448 49.5633 64.6514 50.1694 64.5848 50.2346L60.3044 54.4192L55.7908 58.8319C55.7575 58.8644 55.4108 59.1969 55.3708 59.2295C54.8241 59.7183 54.0973 60.0051 53.3573 60.0051H53.3239C52.5306 60.0051 51.7572 59.6857 51.1905 59.1382L46.3701 54.4257C45.6234 53.6957 45.5634 52.5355 46.1968 51.7598C46.4968 51.3948 46.9102 51.1667 47.3702 51.082C47.8436 50.9972 48.3169 51.0689 48.7103 51.3036C48.7636 51.2905 49.137 51.6034 49.1903 51.6034C49.377 51.6034 50.6638 52.7571 50.7971 52.8874L51.5705 53.6435L52.3505 54.4061L53.1506 55.1883L53.904 54.8037L54.6574 54.0672L57.0775 51.7012L57.3642 51.4209L61.4912 47.3862C61.5645 47.3145 62.2779 46.6497 62.3713 46.6171C62.6113 46.4346 62.8846 46.3043 63.178 46.2391C63.3713 46.1935 63.5647 46.1804 63.7647 46.1935C64.2714 46.2195 64.7448 46.4281 65.1115 46.7801L65.1248 46.7736Z' fill='url(%23paint216_linear_2_359)'/%3E%3Cpath d='M65.1182 46.7802C65.4849 47.1387 65.6983 47.608 65.7249 48.1099C65.7316 48.2793 65.7249 48.4553 65.6849 48.6183C65.6183 48.9376 65.4782 49.2309 65.2649 49.4852C65.2316 49.5634 64.6382 50.1761 64.5715 50.2347L60.2979 54.4128L55.7842 58.8254C55.7509 58.858 55.4042 59.197 55.3642 59.223C54.8175 59.7119 54.0908 59.9987 53.3574 59.9987H53.324C52.5373 59.9987 51.7639 59.6793 51.1972 59.1318L46.3769 54.4193C45.6301 53.6893 45.5701 52.5291 46.2102 51.7534C46.5102 51.3884 46.9302 51.1603 47.3903 51.0821C47.8636 50.9973 48.337 51.0821 48.7304 51.3167C48.7837 51.3037 49.1571 51.6165 49.2104 51.6165C49.3904 51.6165 50.6838 52.7833 50.8105 52.9071L51.5772 53.6567L52.3573 54.4193L53.1574 55.2014L53.9107 54.8038L54.6641 54.0673L57.0843 51.7013L57.371 51.421L61.4913 47.3929C61.5646 47.3212 62.278 46.6563 62.3714 46.6237C62.6114 46.4412 62.8847 46.3109 63.1781 46.2392C63.3714 46.1936 63.5648 46.1805 63.7648 46.187C64.2715 46.2131 64.7449 46.4217 65.1116 46.7737L65.1182 46.7802Z' fill='url(%23paint217_linear_2_359)'/%3E%3Cpath d='M65.1117 46.7867C65.4783 47.1452 65.6917 47.6145 65.7117 48.1163C65.7184 48.2858 65.7117 48.4618 65.6717 48.6247C65.605 48.9441 65.465 49.2374 65.2517 49.4851C65.2183 49.5633 64.6183 50.176 64.5583 50.2347L60.2913 54.4127L55.7843 58.8189C55.751 58.8515 55.4043 59.1904 55.3643 59.2165C54.8176 59.7119 54.0909 59.9921 53.3575 59.9921H53.3241C52.5374 59.9921 51.764 59.6793 51.204 59.1318L46.3836 54.4192C45.6369 53.6892 45.5836 52.529 46.2236 51.7599C46.5236 51.3949 46.9437 51.1668 47.4104 51.0885C47.8837 51.0103 48.3571 51.0885 48.7505 51.3297C48.7971 51.3167 49.1772 51.6361 49.2305 51.6361C49.4039 51.6361 50.7039 52.8093 50.8306 52.9331L51.5973 53.6827L52.3707 54.4453L53.1708 55.2275L53.9242 54.8168L54.6776 54.0803L57.0911 51.7143L57.3778 51.434L61.4981 47.4059C61.5714 47.3342 62.2848 46.6693 62.3781 46.6367C62.6115 46.4477 62.8915 46.3174 63.1848 46.2522C63.3782 46.2066 63.5715 46.1935 63.7716 46.2C64.2783 46.2261 64.7516 46.4347 65.1183 46.7867H65.1117Z' fill='url(%23paint218_linear_2_359)'/%3E%3Cpath d='M65.1049 46.7932C65.4716 47.1517 65.685 47.6209 65.705 48.1163C65.7116 48.2858 65.705 48.4618 65.665 48.6247C65.5983 48.9441 65.4516 49.2374 65.2449 49.4851C65.2116 49.5633 64.6116 50.176 64.5516 50.2347L60.2846 54.4062L55.7776 58.8058C55.7776 58.8058 55.3909 59.1774 55.3576 59.2034C54.8109 59.6988 54.0908 59.9791 53.3507 59.9791H53.3174C52.5307 59.9791 51.764 59.6662 51.2039 59.1187L46.3836 54.4062C45.6369 53.6762 45.5835 52.516 46.2302 51.7468C46.5369 51.3884 46.957 51.1602 47.4237 51.082C47.897 51.0038 48.3704 51.095 48.7637 51.3362C48.8104 51.3232 49.1904 51.6491 49.2438 51.6491C49.4105 51.6491 50.7172 52.8354 50.8372 52.9527L51.604 53.7022L52.3773 54.4583L53.1707 55.2405L53.9241 54.8168L54.6775 54.0803L57.091 51.7208L57.3777 51.4405L61.4913 47.4189C61.558 47.3537 62.2781 46.6758 62.3647 46.6498C62.5981 46.4607 62.8714 46.3304 63.1648 46.2652C63.3581 46.2196 63.5515 46.2065 63.7515 46.2131C64.2582 46.2391 64.7316 46.4412 65.0983 46.7997L65.1049 46.7932Z' fill='url(%23paint219_linear_2_359)'/%3E%3Cpath d='M65.0981 46.7997C65.4647 47.1582 65.6714 47.6275 65.6981 48.1229C65.7048 48.2923 65.6981 48.4618 65.6581 48.6313C65.5914 48.9441 65.4447 49.2374 65.2314 49.4916C65.2047 49.5633 64.5914 50.1825 64.538 50.2347L60.2777 54.3997L55.7774 58.7993C55.7774 58.7993 55.3907 59.1709 55.3574 59.1969C54.8106 59.6923 54.0906 59.9726 53.3572 59.9726H53.3239C52.5438 59.9726 51.7771 59.6597 51.2171 59.1122L46.3967 54.3997C45.65 53.6697 45.5967 52.516 46.25 51.7469C46.5567 51.3884 46.9768 51.1602 47.4435 51.0886C47.9235 51.0169 48.3902 51.1081 48.7835 51.3558C48.8302 51.3428 49.2102 51.6687 49.2569 51.6687C49.4169 51.6687 50.7304 52.8614 50.8437 52.9723L51.6104 53.7218L52.3838 54.4779L53.1772 55.2536L53.9306 54.8168L54.684 54.0803L57.0975 51.7208L57.3842 51.4405L61.4911 47.4254C61.5578 47.3603 62.2779 46.6824 62.3645 46.6563C62.5979 46.4673 62.8712 46.3369 63.1646 46.2652C63.3513 46.2196 63.5513 46.2001 63.7513 46.2131C64.258 46.2392 64.7314 46.4412 65.0914 46.7932L65.0981 46.7997Z' fill='url(%23paint220_linear_2_359)'/%3E%3Cpath d='M65.0918 46.8062C65.4585 47.1647 65.6652 47.6275 65.6918 48.1294C65.6985 48.2988 65.6852 48.4683 65.6518 48.6378C65.5852 48.9506 65.4385 49.2439 65.2251 49.4916C65.1985 49.5633 64.5851 50.1825 64.5317 50.2347L60.2781 54.3932L55.7778 58.7928C55.7778 58.7928 55.3911 59.1643 55.3578 59.1904C54.8177 59.6858 54.091 59.9661 53.3576 59.9661H53.3243C52.5442 59.9661 51.7775 59.6532 51.2241 59.1122L46.4038 54.3997C45.6571 53.6697 45.6104 52.516 46.2638 51.7469C46.5705 51.3884 46.9972 51.1602 47.4639 51.0951C47.9439 51.0234 48.4172 51.1211 48.8039 51.3688C48.8439 51.3623 49.2306 51.6882 49.2773 51.6882C49.4307 51.6882 50.7508 52.894 50.8574 52.9983L51.6241 53.7479L52.3975 54.504L53.1909 55.2796L53.9443 54.8299L54.6977 54.0933L57.1045 51.7338L57.3912 51.4535L61.4982 47.4385C61.5582 47.3798 62.2916 46.6954 62.3716 46.6628C62.6049 46.4738 62.8783 46.3434 63.1716 46.2717C63.365 46.2261 63.5583 46.2066 63.7584 46.2196C64.2651 46.2457 64.7384 46.4477 65.0985 46.7997L65.0918 46.8062Z' fill='url(%23paint221_linear_2_359)'/%3E%3Cpath d='M65.0848 46.8127C65.4515 47.1711 65.6582 47.6339 65.6782 48.1358C65.6849 48.3053 65.6716 48.4747 65.6315 48.6442C65.5649 48.9571 65.4182 49.2504 65.2049 49.4981C65.1782 49.5632 64.5648 50.189 64.5115 50.2411L60.2645 54.3931L55.7708 58.7862C55.7708 58.7862 55.3841 59.1577 55.3508 59.1838C54.8108 59.6792 54.084 59.9595 53.3507 59.9595H53.3173C52.5373 59.9595 51.7772 59.6466 51.2238 59.1056L46.4035 54.3931C45.6568 53.6631 45.6101 52.5094 46.2702 51.7468C46.5768 51.3883 47.0102 51.1667 47.4769 51.095C47.9569 51.0233 48.4303 51.1276 48.8103 51.3818C48.8503 51.3753 49.237 51.7077 49.2837 51.7077C49.4304 51.7077 50.7571 52.92 50.8638 53.0243L51.6305 53.7739L52.4039 54.53L53.1973 55.3056L53.9507 54.8428L54.7041 54.1063L57.1109 51.7533L57.3976 51.473L61.4979 47.4645C61.5579 47.4058 62.2913 46.7149 62.3646 46.6888C62.598 46.4998 62.8714 46.3629 63.158 46.2977C63.3447 46.2521 63.5447 46.2326 63.7447 46.2456C64.2514 46.2651 64.7248 46.4672 65.0848 46.8257V46.8127Z' fill='url(%23paint222_linear_2_359)'/%3E%3Cpath d='M65.0781 46.8127C65.4381 47.1712 65.6515 47.6339 65.6715 48.1358C65.6782 48.3053 65.6648 48.4748 65.6248 48.6377C65.5582 48.9506 65.4115 49.2439 65.1915 49.4916C65.1648 49.5567 64.5447 50.1825 64.4981 50.2281L60.2578 54.3735L55.7641 58.7602C55.7641 58.7602 55.3774 59.1382 55.3441 59.1578C54.804 59.6531 54.084 59.9334 53.3506 59.9334H53.3173C52.5439 59.9334 51.7838 59.6205 51.2305 59.0861L46.4101 54.3735C45.6634 53.65 45.6234 52.4898 46.2834 51.7272C46.5968 51.3687 47.0235 51.1471 47.4969 51.082C47.9769 51.0168 48.4503 51.1211 48.8303 51.3818C48.8703 51.3753 49.257 51.7077 49.297 51.7077C49.437 51.7077 50.7704 52.9265 50.8704 53.0308L51.6372 53.7804L52.4105 54.5365L53.1973 55.3121L53.9507 54.8428L54.704 54.1063L57.1109 51.7533L57.3976 51.473L61.4912 47.471C61.5512 47.4188 62.2846 46.7214 62.3579 46.6953C62.5913 46.5063 62.858 46.3694 63.1513 46.2977C63.338 46.2521 63.538 46.2326 63.738 46.2391C64.2447 46.2586 64.7181 46.4607 65.0781 46.8127Z' fill='url(%23paint223_linear_2_359)'/%3E%3Cpath d='M65.0716 46.8192C65.4316 47.1712 65.645 47.6404 65.665 48.1358C65.665 48.3053 65.6583 48.4748 65.6183 48.6377C65.545 48.9506 65.3983 49.2439 65.185 49.485C65.1583 49.5437 64.5382 50.1759 64.4849 50.2216L60.2513 54.3605L55.7643 58.7471C55.7643 58.7471 55.3776 59.1252 55.3443 59.1447C54.8042 59.6401 54.0842 59.9269 53.3508 59.9269H53.3174C52.5441 59.9269 51.784 59.6205 51.2373 59.0795L46.4169 54.367C45.6702 53.6435 45.6302 52.4833 46.2903 51.7207C46.6036 51.3622 47.037 51.1406 47.5037 51.082C47.9837 51.0168 48.4571 51.1276 48.8371 51.3883C48.8771 51.3818 49.2638 51.7207 49.3038 51.7207C49.4372 51.7207 50.7773 52.9526 50.8706 53.0439L51.6373 53.7934L52.4107 54.5495L53.1974 55.3252L53.9508 54.8428L54.7042 54.1063L57.1044 51.7533L57.3911 51.473L61.4847 47.471C61.538 47.4188 62.2781 46.7214 62.3514 46.6953C62.5848 46.5063 62.8515 46.3694 63.1448 46.2977C63.3315 46.2521 63.5315 46.2326 63.7249 46.2391C64.2316 46.2586 64.7049 46.4607 65.0649 46.8127L65.0716 46.8192Z' fill='url(%23paint224_linear_2_359)'/%3E%3Cpath d='M65.0648 46.8257C65.4248 47.1776 65.6315 47.6469 65.6515 48.1423C65.6515 48.3118 65.6448 48.4812 65.6048 48.6442C65.5315 48.957 65.3848 49.2438 65.1714 49.4915C65.1448 49.5502 64.5181 50.1824 64.4714 50.2281L60.2444 54.3605L55.7574 58.7406C55.7574 58.7406 55.3707 59.1186 55.3441 59.1382C54.804 59.6335 54.084 59.9203 53.3506 59.9203H53.3173C52.5439 59.9203 51.7905 59.614 51.2438 59.073L46.4234 54.3605C45.6834 53.637 45.6434 52.4768 46.3034 51.7207C46.6168 51.3622 47.0501 51.1471 47.5235 51.0884C48.0035 51.0298 48.4769 51.1406 48.8569 51.4078C48.8903 51.4013 49.2836 51.7402 49.3236 51.7402C49.4503 51.7402 50.7971 52.9787 50.8837 53.0699L51.6505 53.8195L52.4239 54.5756L53.2106 55.3447L53.964 54.8493L54.7174 54.1128L57.1175 51.7663L57.3975 51.486L61.4845 47.4905C61.5379 47.4384 62.2779 46.7344 62.3446 46.7149C62.5779 46.5258 62.8446 46.389 63.138 46.3107C63.3246 46.2651 63.5247 46.2456 63.718 46.2521C64.2247 46.2716 64.6981 46.4737 65.0581 46.8257H65.0648Z' fill='url(%23paint225_linear_2_359)'/%3E%3Cpath d='M65.0582 46.8324C65.4182 47.1843 65.6249 47.6536 65.6449 48.149C65.6449 48.3185 65.6316 48.4879 65.5982 48.6509C65.5249 48.9637 65.3782 49.2505 65.1582 49.4982C65.1382 49.5504 64.5048 50.1891 64.4581 50.2282L60.2378 54.3541L55.7575 58.7342C55.7575 58.7342 55.3708 59.1123 55.3442 59.1318C54.8041 59.6272 54.0841 59.914 53.3573 59.914H53.324C52.5573 59.914 51.8039 59.6076 51.2572 59.0732L46.4368 54.3606C45.6968 53.6371 45.6568 52.4769 46.3235 51.7209C46.6369 51.3624 47.0769 51.1473 47.5503 51.0951C48.0303 51.0365 48.5037 51.1538 48.8837 51.4275C48.917 51.421 49.3104 51.7665 49.3504 51.7665C49.4704 51.7665 50.8238 53.0179 50.9038 53.1027L51.6639 53.8457L52.4373 54.6018L53.224 55.3709L53.9774 54.8625L54.7308 54.126L57.131 51.7795L57.411 51.5058L61.4979 47.5167C61.5446 47.4711 62.2913 46.7607 62.358 46.7411C62.5847 46.5456 62.858 46.4087 63.1447 46.337C63.3314 46.2914 63.5314 46.2718 63.7248 46.2783C64.2315 46.2979 64.7048 46.4934 65.0649 46.8454L65.0582 46.8324Z' fill='url(%23paint226_linear_2_359)'/%3E%3Cpath d='M65.0585 46.8389C65.4186 47.1909 65.6252 47.6602 65.6452 48.1555C65.6452 48.325 65.6319 48.4945 65.5986 48.6574C65.5252 48.9703 65.3786 49.2571 65.1585 49.4982C65.1385 49.5504 64.5052 50.1891 64.4585 50.2282L60.2449 54.3541L55.7645 58.7342C55.7645 58.7342 55.3778 59.1123 55.3512 59.1318C54.8178 59.6272 54.0977 59.914 53.3644 59.914H53.331C52.5643 59.914 51.8109 59.6076 51.2709 59.0732L46.4505 54.3607C45.7105 53.6372 45.6705 52.477 46.3439 51.7274C46.6639 51.3689 47.0972 51.1538 47.5773 51.1017C48.064 51.0495 48.5307 51.1668 48.9107 51.4406C48.944 51.4341 49.3374 51.786 49.3707 51.786C49.4841 51.786 50.8375 53.044 50.9242 53.1222L51.6842 53.8653L52.451 54.6214L53.231 55.3905L53.9844 54.8691L54.7378 54.1325L57.1313 51.786L57.4113 51.5123L61.4916 47.5233C61.5383 47.4776 62.2917 46.7672 62.3517 46.7411C62.5784 46.5456 62.8517 46.4087 63.1384 46.337C63.3251 46.2914 63.5184 46.2653 63.7184 46.2718C64.2251 46.2914 64.6985 46.4869 65.0585 46.8389Z' fill='url(%23paint227_linear_2_359)'/%3E%3Cpath d='M65.0515 46.8454C65.4115 47.1974 65.6182 47.6667 65.6315 48.162C65.6315 48.3315 65.6182 48.501 65.5848 48.6639C65.5115 48.9768 65.3648 49.2636 65.1448 49.5047C65.1248 49.5569 64.4848 50.1956 64.4447 50.2347L60.2311 54.3541L55.7575 58.7277C55.7575 58.7277 55.3641 59.1057 55.3441 59.1253C54.8107 59.6207 54.0907 59.9075 53.3573 59.9075H53.3239C52.5572 59.9075 51.8105 59.6011 51.2705 59.0732L46.4501 54.3606C45.7101 53.6371 45.6767 52.4769 46.3501 51.7274C46.6701 51.3689 47.1102 51.1603 47.5835 51.1082C48.0702 51.056 48.5369 51.1799 48.917 51.4601C48.9503 51.4536 49.3437 51.8056 49.377 51.8056C49.4837 51.8056 50.8438 53.0766 50.9238 53.1483L51.6838 53.8913L52.4506 54.6409L53.2306 55.41L53.984 54.8756L54.7374 54.139L57.1309 51.7991L57.4109 51.5188L61.4845 47.5363C61.5312 47.4907 62.2846 46.7737 62.3379 46.7541C62.5646 46.5586 62.838 46.4217 63.1247 46.3435C63.3113 46.2979 63.5047 46.2718 63.7047 46.2783C64.2114 46.2979 64.6848 46.4934 65.0448 46.8454H65.0515Z' fill='url(%23paint228_linear_2_359)'/%3E%3Cpath d='M65.0448 46.8519C65.4048 47.2039 65.6115 47.6666 65.6249 48.162C65.6249 48.3315 65.6115 48.5009 65.5715 48.6639C65.4982 48.9768 65.3448 49.2635 65.1248 49.5047C65.1048 49.5503 64.4648 50.1956 64.4248 50.2347L60.2178 54.3476L55.7441 58.7212C55.7441 58.7212 55.3508 59.0992 55.3308 59.1188C54.7974 59.6141 54.0774 59.9009 53.3506 59.9009H53.3173C52.5572 59.9009 51.8105 59.5946 51.2705 59.0666L46.4501 54.3541C45.7101 53.6306 45.6768 52.4704 46.3568 51.7208C46.6768 51.3689 47.1169 51.1538 47.5969 51.1081C48.0836 51.0625 48.5503 51.1864 48.9303 51.4731C48.957 51.4731 49.357 51.8251 49.3904 51.8251C49.497 51.8251 50.8571 53.1026 50.9305 53.1743L51.6905 53.9174L52.4572 54.667L53.2373 55.4296L53.9907 54.8821L54.7441 54.1455L57.1376 51.8056L57.4176 51.5318L61.4912 47.5493C61.5312 47.5102 62.2913 46.7867 62.3446 46.7671C62.5713 46.5716 62.838 46.4347 63.1247 46.3565C63.3114 46.3109 63.5047 46.2848 63.7047 46.2913C64.2114 46.3044 64.6848 46.5064 65.0381 46.8584L65.0448 46.8519Z' fill='url(%23paint229_linear_2_359)'/%3E%3Cpath d='M65.0382 46.8584C65.3982 47.2103 65.6049 47.6731 65.6182 48.1685C65.6182 48.3379 65.6049 48.5074 65.5649 48.6704C65.4916 48.9767 65.3382 49.2635 65.1182 49.5047C65.0982 49.5503 64.4515 50.1956 64.4181 50.2282L60.2178 54.3345L55.7509 58.7016C55.7509 58.7016 55.3575 59.0796 55.3375 59.0992C54.8041 59.5945 54.0907 59.8813 53.3573 59.8813H53.324C52.564 59.8813 51.8239 59.575 51.2772 59.047L46.4568 54.3345C45.7168 53.611 45.6901 52.4573 46.3702 51.7078C46.6969 51.3558 47.1369 51.1407 47.6169 51.1016C48.1036 51.056 48.5703 51.1863 48.9504 51.4731C48.977 51.4731 49.3771 51.8251 49.4037 51.8251C49.5037 51.8251 50.8705 53.1156 50.9372 53.1808L51.6972 53.9239L52.4639 54.6734L53.244 55.436L53.9974 54.8755L54.7508 54.139L57.1376 51.8055L57.4176 51.5318L61.4846 47.5558C61.5246 47.5167 62.2847 46.7932 62.338 46.7736C62.5647 46.5781 62.8314 46.4347 63.118 46.363C63.3047 46.3108 63.4981 46.2913 63.6981 46.2978C64.2048 46.3108 64.6715 46.5129 65.0315 46.8584H65.0382Z' fill='url(%23paint230_linear_2_359)'/%3E%3Cpath d='M65.0316 46.8648C65.3916 47.2168 65.5916 47.6796 65.6049 48.1749C65.6049 48.3444 65.5916 48.5139 65.5516 48.6768C65.4783 48.9832 65.3249 49.27 65.1049 49.5111C65.0849 49.5502 64.4382 50.202 64.4049 50.2346L60.2112 54.3344L55.7442 58.7015C55.7442 58.7015 55.3509 59.0861 55.3309 59.0991C54.7975 59.5945 54.0841 59.8813 53.3507 59.8813H53.3174C52.5573 59.8813 51.8173 59.5814 51.2772 59.0535L46.4569 54.341C45.7168 53.6175 45.6902 52.4638 46.3769 51.7142C46.7036 51.3622 47.1436 51.1537 47.6303 51.108C48.117 51.0689 48.5904 51.1993 48.9637 51.4926C48.9904 51.4926 49.3904 51.8511 49.4171 51.8511C49.5104 51.8511 50.8839 53.1482 50.9505 53.2134L51.7106 53.9564L52.4773 54.706L53.2507 55.4686L54.0041 54.9015L54.7575 54.165L57.1443 51.8315L57.4243 51.5578L61.4846 47.5883C61.518 47.5557 62.2847 46.8192 62.3314 46.8062C62.5581 46.6106 62.8247 46.4672 63.1114 46.389C63.2981 46.3369 63.4915 46.3173 63.6915 46.3238C64.1915 46.3369 64.6649 46.5324 65.0249 46.8844L65.0316 46.8648Z' fill='url(%23paint231_linear_2_359)'/%3E%3Cpath d='M65.025 46.8713C65.3851 47.2233 65.5851 47.6861 65.5984 48.1815C65.5984 48.3509 65.5851 48.5204 65.5451 48.6768C65.4717 48.9832 65.3184 49.27 65.0917 49.5111C65.0784 49.5502 64.4183 50.202 64.3917 50.2281L60.2047 54.3214L55.7444 58.682C55.7444 58.682 55.351 59.0665 55.331 59.0796C54.7976 59.5814 54.0843 59.8617 53.3575 59.8617H53.3242C52.5708 59.8617 51.8308 59.5619 51.2907 59.0339L46.4704 54.3214C45.7303 53.5979 45.7036 52.4442 46.397 51.7012C46.7237 51.3492 47.1704 51.1406 47.6505 51.1015C48.1372 51.0624 48.6105 51.1993 48.9772 51.4991C49.0039 51.4991 49.4039 51.8641 49.4306 51.8641C49.5173 51.8641 50.8974 53.1677 50.9574 53.2264L51.7174 53.9694L52.4841 54.719L53.2575 55.4816L54.0109 54.9015L54.7643 54.165L57.1511 51.8315L57.4312 51.5578L61.4915 47.5883C61.5248 47.5557 62.2915 46.8192 62.3382 46.8062C62.5649 46.6106 62.8315 46.4672 63.1182 46.389C63.3049 46.3369 63.4983 46.3173 63.6983 46.3238C64.1983 46.3369 64.6717 46.5324 65.0317 46.8844L65.025 46.8713Z' fill='url(%23paint232_linear_2_359)'/%3E%3Cpath d='M65.0182 46.878C65.3782 47.2299 65.5783 47.6927 65.5916 48.1881C65.5916 48.3575 65.5783 48.527 65.5383 48.6834C65.4649 48.9898 65.3049 49.2766 65.0849 49.5112C65.0716 49.5438 64.4115 50.2021 64.3848 50.2282L60.2045 54.315L55.7442 58.669C55.7442 58.669 55.3509 59.0536 55.3309 59.0666C54.8041 59.5685 54.0841 59.8553 53.3574 59.8553H53.324C52.5707 59.8553 51.8373 59.5555 51.2972 59.0275L46.4769 54.315C45.7368 53.598 45.7168 52.4378 46.4102 51.6948C46.7369 51.3428 47.1903 51.1342 47.6703 51.1016C48.157 51.069 48.6304 51.2059 48.9971 51.5057C49.0171 51.5057 49.4238 51.8707 49.4438 51.8707C49.5238 51.8707 50.9105 53.1874 50.9639 53.2395L51.7239 53.9826L52.4907 54.7322L53.264 55.4948L54.0241 54.9016L54.7775 54.1651L57.1577 51.8316L57.4377 51.5579L61.4913 47.5949C61.4913 47.5949 62.298 46.8258 62.338 46.8063C62.5647 46.6107 62.8247 46.4673 63.1114 46.3891C63.2981 46.337 63.4914 46.3174 63.6915 46.3174C64.1915 46.3304 64.6649 46.526 65.0249 46.8714L65.0182 46.878Z' fill='url(%23paint233_linear_2_359)'/%3E%3Cpath d='M65.0115 46.8845C65.3715 47.2364 65.5715 47.6992 65.5782 48.1881C65.5782 48.3575 65.5648 48.527 65.5248 48.6834C65.4448 48.9898 65.2915 49.2766 65.0715 49.5112C65.0581 49.5438 64.3981 50.2021 64.3714 50.2282L60.1978 54.3085L55.7441 58.6625C55.7441 58.6625 55.3508 59.0471 55.3308 59.0601C54.8041 59.562 54.084 59.8488 53.3573 59.8488H53.324C52.5772 59.8488 51.8372 59.5489 51.3038 59.0275L46.4835 54.315C45.7434 53.598 45.7234 52.4378 46.4168 51.7013C46.7502 51.3493 47.1969 51.1472 47.6836 51.1146C48.1703 51.0821 48.6436 51.2255 49.0103 51.5318C49.0303 51.5318 49.437 51.9033 49.457 51.9033C49.5304 51.9033 50.9238 53.2265 50.9705 53.2786L51.7305 54.0217L52.4906 54.7712L53.264 55.5273L54.0173 54.9212L54.7707 54.1846L57.1509 51.8577L57.4309 51.5839L61.4846 47.6275C61.4846 47.6275 62.2913 46.8519 62.3246 46.8388C62.5446 46.6368 62.8113 46.4934 63.098 46.4152C63.2847 46.363 63.478 46.3369 63.678 46.3435C64.1781 46.3565 64.6515 46.552 65.0115 46.8975V46.8845Z' fill='url(%23paint234_linear_2_359)'/%3E%3Cpath d='M65.0049 46.891C65.3649 47.243 65.565 47.7057 65.5716 48.1946C65.5716 48.364 65.5583 48.5335 65.5183 48.6899C65.4383 48.9963 65.2849 49.2766 65.0583 49.5177C65.0449 49.5438 64.3782 50.2086 64.3582 50.2282L60.1912 54.3085L55.7376 58.656C55.7376 58.656 55.3442 59.0405 55.3242 59.0536C54.7975 59.5555 54.0841 59.8423 53.3574 59.8423H53.3241C52.5774 59.8423 51.844 59.5424 51.3106 59.021L46.4903 54.3085C45.7502 53.5915 45.7369 52.4313 46.4303 51.6947C46.7636 51.3428 47.217 51.1407 47.7037 51.1081C48.197 51.0755 48.6637 51.232 49.0304 51.5383C49.0504 51.5383 49.4571 51.9164 49.4771 51.9164C49.5438 51.9164 50.9439 53.2526 50.9906 53.2982L51.744 54.0347L52.504 54.7843L53.2774 55.5404L54.0308 54.9212L54.7842 54.1846L57.1577 51.8577L57.4377 51.5839L61.4847 47.6275C61.4847 47.6275 62.2914 46.8519 62.3247 46.8388C62.5447 46.6368 62.8114 46.4934 63.0981 46.4152C63.2848 46.363 63.4781 46.3369 63.6715 46.3435C64.1715 46.3565 64.6449 46.5455 65.0049 46.8975V46.891Z' fill='url(%23paint235_linear_2_359)'/%3E%3Cpath d='M64.9981 46.8975C65.3581 47.2495 65.5515 47.7122 65.5648 48.2011C65.5648 48.3705 65.5515 48.5335 65.5048 48.6964C65.4248 49.0028 65.2714 49.2831 65.0448 49.5177C65.0314 49.5438 64.3647 50.2086 64.3447 50.2282L60.1777 54.3019L55.7308 58.6494C55.7308 58.6494 55.3307 59.034 55.3174 59.047C54.7907 59.5489 54.0773 59.8357 53.3506 59.8357H53.3173C52.5705 59.8357 51.8438 59.5359 51.3104 59.021L46.4901 54.3085C45.7567 53.5915 45.7367 52.4313 46.4368 51.6947C46.7701 51.3428 47.2235 51.1407 47.7102 51.1146C48.2035 51.0886 48.6703 51.245 49.0369 51.5513C49.0503 51.5513 49.4636 51.9294 49.4836 51.9294C49.5436 51.9294 50.9504 53.2721 50.9904 53.3112L51.7438 54.0477L52.5039 54.7908L53.2706 55.5469L54.024 54.9146L54.7774 54.1781L57.1509 51.8577L57.4309 51.5839L61.4712 47.634C61.4712 47.634 62.2779 46.8584 62.3046 46.8453C62.5246 46.6433 62.7913 46.4999 63.0713 46.4217C63.258 46.3695 63.4513 46.3435 63.6447 46.35C64.1447 46.3565 64.6181 46.552 64.9781 46.8975H64.9981Z' fill='url(%23paint236_linear_2_359)'/%3E%3Cpath d='M64.9916 46.904C65.345 47.256 65.545 47.7123 65.5517 48.2076C65.5517 48.3771 65.5317 48.5401 65.4917 48.703C65.4117 49.0094 65.2583 49.2896 65.0316 49.5243C65.025 49.5504 64.3449 50.2152 64.3249 50.2347L60.1646 54.302L55.7176 58.643C55.7176 58.643 55.3176 59.0275 55.3109 59.0406C54.7842 59.5425 54.0709 59.8292 53.3441 59.8292H53.3108C52.5707 59.8292 51.8374 59.5294 51.3107 59.0145L46.4903 54.302C45.7569 53.585 45.7436 52.4248 46.4436 51.6948C46.7837 51.3428 47.237 51.1473 47.7237 51.1212C48.2171 51.0951 48.6838 51.2581 49.0505 51.5709C49.0638 51.5709 49.4772 51.9555 49.4905 51.9555C49.5439 51.9555 50.9573 53.3112 50.9906 53.3438L51.744 54.0804L52.5041 54.8234L53.2708 55.5795L54.0242 54.9342L54.7776 54.1977L57.1511 51.8773L57.4311 51.6035L61.4647 47.6601C61.4647 47.6601 62.2714 46.878 62.2981 46.8715C62.5181 46.6694 62.7848 46.526 63.0648 46.4413C63.2515 46.3891 63.4449 46.3631 63.6382 46.3631C64.1382 46.3696 64.6116 46.5651 64.965 46.9106L64.9916 46.904Z' fill='url(%23paint237_linear_2_359)'/%3E%3Cpath d='M64.9849 46.9106C65.3383 47.256 65.5383 47.7188 65.545 48.2142C65.545 48.3836 65.525 48.5466 65.4849 48.7095C65.4049 49.0159 65.2449 49.2962 65.0182 49.5243C65.0116 49.5438 64.3315 50.2152 64.3115 50.2282L60.1579 54.2889L55.7176 58.6299C55.7176 58.6299 55.3175 59.021 55.3109 59.0275C54.7842 59.5294 54.0708 59.8162 53.3507 59.8162H53.3174C52.5774 59.8162 51.8506 59.5164 51.3239 59.0015L46.5036 54.2889C45.7702 53.572 45.7569 52.4118 46.4636 51.6817C46.8036 51.3298 47.257 51.1342 47.7503 51.1147C48.2437 51.0951 48.7104 51.2581 49.0771 51.5775C49.0904 51.5775 49.5038 51.9685 49.5171 51.9685C49.5638 51.9685 50.9839 53.3308 51.0106 53.3634L51.764 54.0999L52.524 54.843L53.2907 55.5925L54.0508 54.9342L54.8042 54.1977L57.171 51.8773L57.451 51.6035L61.4847 47.6601C61.4847 47.6601 62.2914 46.878 62.3181 46.8715C62.5381 46.6694 62.7981 46.5195 63.0848 46.4413C63.2715 46.3891 63.4648 46.3631 63.6582 46.3631C64.1582 46.3696 64.6316 46.5651 64.9849 46.9106Z' fill='url(%23paint238_linear_2_359)'/%3E%3Cpath d='M64.9785 46.9104C65.3319 47.2559 65.5319 47.7186 65.5386 48.2075C65.5386 48.377 65.5186 48.5399 65.4785 48.7029C65.3985 49.0092 65.2385 49.2895 65.0119 49.5176C65.0052 49.5372 64.3185 50.2085 64.3051 50.2216L60.1582 54.2757L55.7178 58.6167C55.7178 58.6167 55.3178 59.0078 55.3112 59.0143C54.7844 59.5162 54.0777 59.803 53.351 59.803H53.3177C52.5776 59.803 51.8576 59.5097 51.3309 58.9948L46.5105 54.2823C45.7771 53.5653 45.7638 52.4051 46.4772 51.6816C46.8172 51.3361 47.2772 51.1341 47.7706 51.121C48.264 51.1015 48.7307 51.271 49.0974 51.5903C49.1107 51.5903 49.5241 51.9814 49.5374 51.9814C49.5774 51.9814 51.0042 53.3502 51.0308 53.3763L51.7842 54.1128L52.5443 54.8559L53.311 55.6054L54.0644 54.9406L54.8178 54.2041L57.1846 51.8902L57.4646 51.6164L61.4916 47.6795C61.4916 47.6795 62.2983 46.8974 62.325 46.8909C62.545 46.6888 62.805 46.5389 63.085 46.4541C63.2717 46.402 63.4584 46.3759 63.6584 46.3759C64.1585 46.3759 64.6318 46.5715 64.9852 46.9169L64.9785 46.9104Z' fill='url(%23paint239_linear_2_359)'/%3E%3Cpath d='M64.9717 46.9169C65.3251 47.2624 65.5251 47.7252 65.5251 48.214C65.5251 48.3835 65.5051 48.5464 65.4651 48.7094C65.3851 49.0157 65.2251 49.2895 64.9984 49.5241C64.9984 49.5372 64.305 50.215 64.2917 50.2281L60.1514 54.2757L55.7177 58.6102C55.7177 58.6102 55.3177 59.0013 55.311 59.0078C54.791 59.5097 54.0776 59.7965 53.3575 59.7965H53.3242C52.5908 59.7965 51.8641 59.5032 51.3441 58.9883L46.5237 54.2757C45.7903 53.5588 45.7837 52.3986 46.497 51.6751C46.8371 51.3296 47.2971 51.1341 47.7905 51.1145C48.2838 51.1015 48.7572 51.2709 49.1172 51.5968C49.1239 51.5968 49.5439 51.9944 49.5506 51.9944C49.5839 51.9944 51.0107 53.3763 51.0374 53.3958L51.7908 54.1324L52.5508 54.8754L53.3109 55.625L54.0709 54.9471L54.8243 54.2106L57.1912 51.8967L57.4712 51.6229L61.4981 47.686C61.4981 47.686 62.3115 46.8974 62.3249 46.8909C62.5449 46.6888 62.8049 46.5389 63.0849 46.4541C63.2716 46.402 63.4583 46.3759 63.6583 46.3759C64.1583 46.3759 64.6317 46.5715 64.985 46.9169H64.9717Z' fill='url(%23paint240_linear_2_359)'/%3E%3Cpath d='M64.9649 46.9235C65.3183 47.269 65.5183 47.7318 65.5183 48.2206C65.5183 48.3901 65.4983 48.553 65.4583 48.716C65.3783 49.0158 65.2183 49.2961 64.9849 49.5307C64.9849 49.5438 64.2915 50.2216 64.2782 50.2282L60.1446 54.2693L55.7109 58.6038C55.7109 58.6038 55.3109 58.9949 55.3042 59.0014C54.7842 59.5033 54.0708 59.7901 53.3507 59.7901H53.3174C52.584 59.7901 51.864 59.4968 51.3439 58.9883L46.5236 54.2758C45.7902 53.5589 45.7835 52.4052 46.5036 51.6817C46.8503 51.3362 47.3103 51.1407 47.8037 51.1276C48.2971 51.1146 48.7704 51.2906 49.1238 51.6165C49.1304 51.6165 49.5505 52.0141 49.5571 52.0141C49.5838 52.0141 51.0173 53.4024 51.0373 53.422L51.7906 54.1585L52.5507 54.9016L53.3107 55.6511L54.0708 54.9602L54.8242 54.2237L57.1844 51.9098L57.4644 51.636L61.4847 47.7057C61.4847 47.7057 62.2981 46.917 62.3114 46.9105C62.5314 46.7019 62.7914 46.5585 63.0714 46.4738C63.2515 46.4216 63.4448 46.3956 63.6448 46.3956C64.1449 46.3956 64.6182 46.5911 64.9716 46.9366L64.9649 46.9235Z' fill='url(%23paint241_linear_2_359)'/%3E%3Cpath d='M64.9651 46.93C65.3184 47.2755 65.5118 47.7383 65.5184 48.2271C65.5184 48.3966 65.4984 48.5595 65.4518 48.716C65.3718 49.0158 65.2051 49.2961 64.9784 49.5242C64.9784 49.5307 64.2783 50.2151 64.2717 50.2216L60.1447 54.2563L55.7177 58.5842C55.7177 58.5842 55.3177 58.9753 55.311 58.9818C54.791 59.4837 54.0843 59.777 53.3576 59.777H53.3242C52.5908 59.777 51.8775 59.4837 51.3574 58.9753L46.5371 54.2628C45.8037 53.5458 45.8037 52.3921 46.5237 51.6686C46.8704 51.3232 47.3305 51.1276 47.8305 51.1211C48.3239 51.1146 48.7972 51.2906 49.1506 51.623C49.1506 51.623 49.5773 52.0271 49.584 52.0271C49.604 52.0271 51.0441 53.4285 51.0574 53.4415L51.8108 54.178L52.5642 54.9211L53.3242 55.6642L54.0843 54.9602L54.8377 54.2237L57.1978 51.9163L57.4779 51.6425L61.4915 47.7187C61.4915 47.7187 62.3049 46.93 62.3182 46.9235C62.5382 46.7149 62.7916 46.565 63.0783 46.4803C63.2583 46.4281 63.4516 46.3956 63.6516 46.4021C64.1517 46.4021 64.625 46.5976 64.9784 46.9431L64.9651 46.93Z' fill='url(%23paint242_linear_2_359)'/%3E%3Cpath d='M64.9585 46.9365C65.3118 47.282 65.5052 47.7448 65.5119 48.2271C65.5119 48.3966 65.4919 48.5595 65.4452 48.716C65.3652 49.0158 65.1985 49.2961 64.9718 49.5242C64.9718 49.5242 64.2718 50.2151 64.2651 50.2216L60.1448 54.2563L55.7178 58.5777L55.3111 58.9753C54.7911 59.4772 54.0844 59.7705 53.3643 59.7705H53.331C52.6043 59.7705 51.8909 59.4772 51.3708 58.9688L46.5505 54.2563C45.8171 53.5458 45.8171 52.3856 46.5372 51.6621C46.8839 51.3166 47.3506 51.1211 47.8439 51.1211C48.344 51.1211 48.8107 51.2971 49.164 51.636L49.5907 52.0467C49.604 52.0467 51.0508 53.4545 51.0575 53.4611L51.8109 54.1976L52.5643 54.9407L53.3243 55.6837L54.0844 54.9667L54.8378 54.2302L57.1979 51.9228L57.4779 51.6491L61.4916 47.7252C61.4916 47.7252 62.305 46.93 62.3116 46.93C62.525 46.7215 62.785 46.5715 63.065 46.4868C63.245 46.4347 63.4384 46.4021 63.6384 46.4021C64.1384 46.4021 64.6118 46.5911 64.9652 46.9365H64.9585Z' fill='url(%23paint243_linear_2_359)'/%3E%3Cpath d='M64.9516 46.943C65.305 47.2885 65.4983 47.7513 65.4983 48.2336C65.4983 48.4031 65.4783 48.566 65.4316 48.7225C65.345 49.0223 65.185 49.296 64.9583 49.5242C64.9583 49.5242 64.2516 50.2151 64.2516 50.2216L60.1313 54.2497L55.7109 58.5712L55.3042 58.9688C54.7842 59.4706 54.0775 59.764 53.3574 59.764H53.3241C52.5974 59.764 51.884 59.4706 51.3706 58.9688L46.5503 54.2562C45.8169 53.5458 45.8169 52.3856 46.5503 51.6686C46.897 51.3231 47.3703 51.1341 47.8637 51.1276C48.3637 51.1276 48.8304 51.3101 49.1838 51.649L49.6105 52.0597C49.6105 52.0597 51.0706 53.4741 51.0773 53.4806L51.824 54.2171L52.5774 54.9537L53.3308 55.6967L54.0908 54.9667L54.8442 54.2302L57.1977 51.9228L57.4777 51.649L61.4847 47.7317C61.4847 47.7317 62.2981 46.9365 62.3048 46.9365C62.5181 46.7279 62.7781 46.578 63.0581 46.4933C63.2382 46.4412 63.4315 46.4086 63.6248 46.4086C64.1249 46.4086 64.5982 46.5976 64.9516 46.943Z' fill='url(%23paint244_linear_2_359)'/%3E%3Cpath d='M53.3573 59.7509H53.324C52.5973 59.7509 51.8905 59.4576 51.3772 58.9557L46.5568 54.2432C45.8234 53.5327 45.8301 52.3725 46.5568 51.6556C46.9102 51.3101 47.3769 51.1211 47.8769 51.1211C48.3769 51.1211 48.8437 51.3101 49.197 51.6556L51.8305 54.2302L52.5839 54.9667L53.3373 55.7098L54.0974 54.9667L54.8507 54.2302L57.4843 51.6556L62.3046 46.943C62.658 46.5976 63.1247 46.4086 63.6247 46.4086C64.1248 46.4086 64.5915 46.5976 64.9448 46.943C65.2982 47.2885 65.4915 47.7448 65.4915 48.2336C65.4915 48.7225 65.2982 49.1787 64.9448 49.5242L60.1245 54.2367L55.3041 58.9492C54.7841 59.4511 54.0774 59.7444 53.3573 59.7444V59.7509Z' fill='url(%23paint245_linear_2_359)'/%3E%3C/g%3E%3Cpath d='M25.8083 44.3488H8.87376C5.63352 44.3488 3 41.7742 3 38.6065V17.7424C3 14.5746 5.63352 12 8.87376 12H25.8083C29.0485 12 31.6821 14.5746 31.6821 17.7424V38.6065C31.6821 41.7742 29.0485 44.3488 25.8083 44.3488Z' fill='%23C8C8EC'/%3E%3Cpath d='M25.8083 44.3296H8.87377C5.64688 44.3296 3.02002 41.7615 3.02002 38.6068V17.7427C3.02002 14.588 5.64688 12.0199 8.87377 12.0199H25.8083C29.0352 12.0199 31.6621 14.588 31.6621 17.7427V38.6068C31.6621 41.7615 29.0352 44.3296 25.8083 44.3296Z' fill='url(%23paint246_linear_2_359)'/%3E%3Cpath d='M25.8083 44.3097H8.87379C5.66023 44.3097 3.04004 41.7481 3.04004 38.6065V17.7423C3.04004 14.6007 5.66023 12.0391 8.87379 12.0391H25.8083C29.0286 12.0391 31.6421 14.5941 31.6421 17.7423V38.6065C31.6421 41.7481 29.0286 44.3097 25.8083 44.3097Z' fill='url(%23paint247_linear_2_359)'/%3E%3Cpath d='M25.8086 44.2902H8.87405C5.66716 44.2902 3.0603 41.7417 3.0603 38.6065V17.7424C3.0603 14.6072 5.66716 12.0587 8.87405 12.0587H25.8086C29.0155 12.0587 31.6224 14.6072 31.6224 17.7424V38.6065C31.6224 41.7417 29.0155 44.2902 25.8086 44.2902Z' fill='url(%23paint248_linear_2_359)'/%3E%3Cpath d='M25.8083 44.2707H8.87375C5.68019 44.2707 3.08667 41.7287 3.08667 38.6065V17.7424C3.08667 14.6203 5.68019 12.0848 8.87375 12.0848H25.8083C29.0019 12.0848 31.6021 14.6268 31.6021 17.7489V38.6065C31.6021 41.7287 29.0019 44.2707 25.8083 44.2707Z' fill='url(%23paint249_linear_2_359)'/%3E%3Cpath d='M25.8086 44.2446H8.87402C5.69379 44.2446 3.10693 41.7157 3.10693 38.6066V17.7424C3.10693 14.6334 5.69379 12.1044 8.87402 12.1044H25.8086C28.9888 12.1044 31.5823 14.6334 31.5823 17.7424V38.6066C31.5823 41.7157 28.9955 44.2512 25.8086 44.2512V44.2446Z' fill='url(%23paint250_linear_2_359)'/%3E%3Cpath d='M25.8086 44.2251H8.87403C5.70714 44.2251 3.12695 41.7027 3.12695 38.6066V17.7425C3.12695 14.6464 5.70714 12.124 8.87403 12.124H25.8086C28.9821 12.124 31.5557 14.6464 31.5557 17.7425V38.6066C31.5557 41.7092 28.9755 44.2251 25.8086 44.2251Z' fill='url(%23paint251_linear_2_359)'/%3E%3Cpath d='M25.8086 44.2055H8.87405C5.71382 44.2055 3.14697 41.6961 3.14697 38.6065V17.7424C3.14697 14.6529 5.71382 12.1435 8.87405 12.1435H25.8086C28.9688 12.1435 31.5357 14.6529 31.5357 17.7424V38.6065C31.5357 41.6961 28.9688 44.2055 25.8086 44.2055Z' fill='url(%23paint252_linear_2_359)'/%3E%3Cpath d='M25.8086 44.1861H8.87407C5.72718 44.1861 3.16699 41.6831 3.16699 38.6067V17.7425C3.16699 14.666 5.72718 12.1631 8.87407 12.1631H25.8086C28.9555 12.1631 31.5157 14.666 31.5157 17.7425V38.6067C31.5157 41.6831 28.9555 44.1861 25.8086 44.1861Z' fill='url(%23paint253_linear_2_359)'/%3E%3Cpath d='M25.8086 44.1665H8.87409C5.74053 44.1665 3.18701 41.6701 3.18701 38.6066V17.7425C3.18701 14.679 5.74053 12.1826 8.87409 12.1826H25.8086C28.9422 12.1826 31.4957 14.679 31.4957 17.7425V38.6066C31.4957 41.6701 28.9422 44.1665 25.8086 44.1665Z' fill='url(%23paint254_linear_2_359)'/%3E%3Cpath d='M25.8084 44.147H8.87386C5.74697 44.147 3.20679 41.6637 3.20679 38.6067V17.7426C3.20679 14.6922 5.75364 12.2023 8.87386 12.2023H25.8084C28.9353 12.2023 31.4755 14.6857 31.4755 17.7426V38.6067C31.4755 41.6637 28.9353 44.147 25.8084 44.147Z' fill='url(%23paint255_linear_2_359)'/%3E%3Cpath d='M25.8087 44.1274H8.87412C5.76057 44.1274 3.22705 41.6506 3.22705 38.6067V17.7426C3.23372 14.6987 5.76057 12.2283 8.87412 12.2283H25.8087C28.9222 12.2283 31.4557 14.7052 31.4557 17.7491V38.6067C31.4557 41.6506 28.9222 44.1274 25.8087 44.1274Z' fill='url(%23paint256_linear_2_359)'/%3E%3Cpath d='M25.8084 44.1012H8.8739C5.77367 44.1012 3.24683 41.6374 3.24683 38.6V17.7424C3.25349 14.7115 5.77367 12.2477 8.8739 12.2477H25.8084C28.9087 12.2477 31.4355 14.7115 31.4355 17.7424V38.6065C31.4355 41.6374 28.9153 44.1077 25.8084 44.1077V44.1012Z' fill='url(%23paint257_linear_2_359)'/%3E%3Cpath d='M25.8081 44.0816H8.8736C5.78671 44.0816 3.27319 41.6243 3.27319 38.6065V17.7424C3.27319 14.7245 5.78671 12.2672 8.8736 12.2672H25.8081C28.9017 12.2672 31.4086 14.7245 31.4086 17.7424V38.6065C31.4086 41.6243 28.895 44.0816 25.8081 44.0816Z' fill='url(%23paint258_linear_2_359)'/%3E%3Cpath d='M25.8082 44.062H8.87361C5.79339 44.062 3.29321 41.6113 3.29321 38.6065V17.7423C3.29321 14.731 5.80006 12.2868 8.87361 12.2868H25.8082C28.8884 12.2868 31.3886 14.7375 31.3886 17.7423V38.6065C31.3886 41.6178 28.8817 44.062 25.8082 44.062Z' fill='url(%23paint259_linear_2_359)'/%3E%3Cpath d='M25.8084 44.0425H8.87388C5.80699 44.0425 3.31348 41.6048 3.31348 38.6065V17.7423C3.31348 14.7441 5.80699 12.3063 8.87388 12.3063H25.8084C28.8753 12.3063 31.3688 14.7441 31.3688 17.7423V38.6065C31.3688 41.6048 28.8753 44.0425 25.8084 44.0425Z' fill='url(%23paint260_linear_2_359)'/%3E%3Cpath d='M25.8082 44.0229H8.87365C5.8201 44.0229 3.33325 41.5917 3.33325 38.6065V17.7424C3.33325 14.7571 5.8201 12.3259 8.87365 12.3259H25.8082C28.8618 12.3259 31.3486 14.7571 31.3486 17.7424V38.6065C31.3486 41.5917 28.8618 44.0229 25.8082 44.0229Z' fill='url(%23paint261_linear_2_359)'/%3E%3Cpath d='M25.8085 44.0035H8.87391C5.82703 44.0035 3.35352 41.5853 3.35352 38.6066V17.7424C3.35352 14.7702 5.83369 12.3455 8.87391 12.3455H25.8085C28.8554 12.3455 31.3289 14.7637 31.3289 17.7424V38.6066C31.3289 41.5853 28.8554 44.0035 25.8085 44.0035Z' fill='url(%23paint262_linear_2_359)'/%3E%3Cpath d='M25.8085 43.9838H8.87393C5.84038 43.9838 3.37354 41.5721 3.37354 38.6064V17.7423C3.37354 14.7766 5.84038 12.365 8.87393 12.365H25.8085C28.842 12.365 31.3089 14.7766 31.3089 17.7423V38.6064C31.3089 41.5721 28.842 43.9838 25.8085 43.9838Z' fill='url(%23paint263_linear_2_359)'/%3E%3Cpath d='M25.8085 43.9643H8.87395C5.85373 43.9643 3.39355 41.5591 3.39355 38.6065V17.7423C3.40022 14.7897 5.85373 12.3911 8.87395 12.3911H25.8085C28.8287 12.3911 31.2889 14.7897 31.2889 17.7423V38.6065C31.2889 41.5591 28.8287 43.9643 25.8085 43.9643Z' fill='url(%23paint264_linear_2_359)'/%3E%3Cpath d='M25.8083 43.9383H8.87372C5.86684 43.9383 3.41333 41.5461 3.41333 38.6V17.7424C3.42 14.8028 5.86684 12.4107 8.87372 12.4107H25.8083C28.8152 12.4107 31.2687 14.8028 31.2687 17.7424V38.6065C31.2687 41.5461 28.8218 43.9448 25.8083 43.9448V43.9383Z' fill='url(%23paint265_linear_2_359)'/%3E%3Cpath d='M25.8082 43.9186H8.87367C5.87345 43.9186 3.43994 41.533 3.43994 38.6064V17.7423C3.43994 14.8157 5.88012 12.4301 8.87367 12.4301H25.8082C28.8084 12.4301 31.2419 14.8157 31.2419 17.7423V38.6064C31.2419 41.5395 28.8018 43.9186 25.8082 43.9186Z' fill='url(%23paint266_linear_2_359)'/%3E%3Cpath d='M25.808 43.8991H8.87344C5.88656 43.8991 3.45972 41.5265 3.45972 38.6065V17.7424C3.45972 14.8223 5.88656 12.4497 8.87344 12.4497H25.808C28.7949 12.4497 31.2217 14.8223 31.2217 17.7424V38.6065C31.2217 41.5265 28.7949 43.8991 25.808 43.8991Z' fill='url(%23paint267_linear_2_359)'/%3E%3Cpath d='M25.8083 43.8795H8.8737C5.90015 43.8795 3.47998 41.5135 3.47998 38.6064V17.7423C3.47998 14.8353 5.90015 12.4692 8.8737 12.4692H25.8083C28.7818 12.4692 31.202 14.8353 31.202 17.7423V38.6064C31.202 41.5135 28.7818 43.8795 25.8083 43.8795Z' fill='url(%23paint268_linear_2_359)'/%3E%3Cpath d='M25.8085 43.86H8.87396C5.91375 43.86 3.50024 41.5005 3.50024 38.6065V17.7424C3.50024 14.8484 5.91375 12.4889 8.87396 12.4889H25.8085C28.7687 12.4889 31.1822 14.8419 31.1822 17.7424V38.6065C31.1822 41.5005 28.7754 43.86 25.8085 43.86Z' fill='url(%23paint269_linear_2_359)'/%3E%3Cpath d='M25.8085 43.8404H8.87398C5.92044 43.8404 3.52026 41.4939 3.52026 38.6065V17.7423C3.52026 14.8549 5.9271 12.5084 8.87398 12.5084H25.8085C28.7621 12.5084 31.1623 14.8549 31.1623 17.7423V38.6065C31.1623 41.4939 28.7621 43.8404 25.8085 43.8404Z' fill='url(%23paint270_linear_2_359)'/%3E%3Cpath d='M25.8085 43.8209H8.874C5.93379 43.8209 3.54028 41.4809 3.54028 38.6065V17.7423C3.54695 14.8679 5.93379 12.5345 8.874 12.5345H25.8085C28.7488 12.5345 31.1423 14.8744 31.1423 17.7489V38.6065C31.1423 41.4809 28.7488 43.8209 25.8085 43.8209Z' fill='url(%23paint271_linear_2_359)'/%3E%3Cpath d='M25.8083 43.8013H8.87377C5.9469 43.8013 3.56006 41.4744 3.56006 38.6065V17.7423C3.56673 14.8809 5.9469 12.554 8.87377 12.554H25.8083C28.7352 12.554 31.122 14.8809 31.122 17.7423V38.6065C31.122 41.4679 28.7419 43.8013 25.8083 43.8013Z' fill='url(%23paint272_linear_2_359)'/%3E%3Cpath d='M25.8083 43.7752H8.87372C5.95351 43.7752 3.58667 41.4548 3.58667 38.6064V17.7423C3.58667 14.8939 5.96017 12.5735 8.87372 12.5735H25.8083C28.7285 12.5735 31.0953 14.8939 31.0953 17.7423V38.6064C31.0953 41.4548 28.7218 43.7752 25.8083 43.7752Z' fill='url(%23paint273_linear_2_359)'/%3E%3Cpath d='M25.8083 43.7557H8.87374C5.96686 43.7557 3.60669 41.4418 3.60669 38.6065V17.7424C3.60669 14.9005 5.96686 12.5931 8.87374 12.5931H25.8083C28.7152 12.5931 31.0753 14.9005 31.0753 17.7424V38.6065C31.0753 41.4483 28.7152 43.7557 25.8083 43.7557Z' fill='url(%23paint274_linear_2_359)'/%3E%3Cpath d='M25.8083 43.7361H8.87375C5.98021 43.7361 3.62671 41.4352 3.62671 38.6064V17.7423C3.62671 14.9135 5.98021 12.6126 8.87375 12.6126H25.8083C28.7018 12.6126 31.0553 14.9135 31.0553 17.7423V38.6064C31.0553 41.4352 28.7018 43.7361 25.8083 43.7361Z' fill='url(%23paint275_linear_2_359)'/%3E%3Cpath d='M25.8083 43.7166H8.87377C5.99356 43.7166 3.64673 41.4222 3.64673 38.6065V17.7423C3.64673 14.9266 5.99356 12.6322 8.87377 12.6322H25.8083C28.6885 12.6322 31.0354 14.9266 31.0354 17.7423V38.6065C31.0354 41.4222 28.6885 43.7166 25.8083 43.7166Z' fill='url(%23paint276_linear_2_359)'/%3E%3Cpath d='M25.8083 43.697H8.87379C6.00025 43.697 3.66675 41.4157 3.66675 38.6065V17.7424C3.66675 14.9396 6.00692 12.6518 8.87379 12.6518H25.8083C28.6819 12.6518 31.0154 14.9331 31.0154 17.7424V38.6065C31.0154 41.4157 28.6819 43.697 25.8083 43.697Z' fill='url(%23paint277_linear_2_359)'/%3E%3Cpath d='M25.8084 43.6774H8.87381C6.0136 43.6774 3.68677 41.4026 3.68677 38.6064V17.7423C3.69343 14.9461 6.0136 12.6778 8.87381 12.6778H25.8084C28.6686 12.6778 30.9954 14.9526 30.9954 17.7488V38.6064C30.9954 41.4026 28.6686 43.6774 25.8084 43.6774Z' fill='url(%23paint278_linear_2_359)'/%3E%3Cpath d='M25.8086 43.6579H8.87407C6.0272 43.6579 3.70703 41.3897 3.70703 38.6065V17.7424C3.7137 14.9592 6.0272 12.6974 8.87407 12.6974H25.8086C28.6555 12.6974 30.9757 14.9592 30.9757 17.7424V38.6065C30.9757 41.3897 28.6622 43.6579 25.8086 43.6579Z' fill='url(%23paint279_linear_2_359)'/%3E%3Cpath d='M25.8086 43.6318H8.87401C6.04048 43.6318 3.73364 41.3766 3.73364 38.6064V17.7423C3.73364 14.9721 6.04048 12.7169 8.87401 12.7169H25.8086C28.6421 12.7169 30.9489 14.9721 30.9489 17.7423V38.6064C30.9489 41.3766 28.6421 43.6318 25.8086 43.6318Z' fill='url(%23paint280_linear_2_359)'/%3E%3Cpath d='M25.8083 43.6123H8.87379C6.04692 43.6123 3.75342 41.3636 3.75342 38.6065V17.7424C3.75342 14.9788 6.05358 12.7366 8.87379 12.7366H25.8083C28.6352 12.7366 30.9287 14.9853 30.9287 17.7424V38.6065C30.9287 41.3702 28.6285 43.6123 25.8083 43.6123Z' fill='url(%23paint281_linear_2_359)'/%3E%3Cpath d='M25.8084 43.5927H8.87381C6.06027 43.5927 3.77344 41.3571 3.77344 38.6065V17.7423C3.77344 14.9917 6.06027 12.7561 8.87381 12.7561H25.8084C28.6219 12.7561 30.9087 14.9917 30.9087 17.7423V38.6065C30.9087 41.3571 28.6219 43.5927 25.8084 43.5927Z' fill='url(%23paint282_linear_2_359)'/%3E%3Cpath d='M25.8084 43.5732H8.87382C6.07362 43.5732 3.79346 41.344 3.79346 38.6065V17.7424C3.79346 15.0048 6.07362 12.7756 8.87382 12.7756H25.8084C28.6086 12.7756 30.8887 15.0048 30.8887 17.7424V38.6065C30.8887 41.344 28.6086 43.5732 25.8084 43.5732Z' fill='url(%23paint283_linear_2_359)'/%3E%3Cpath d='M25.8081 43.5536H8.8736C6.08006 43.5536 3.81323 41.3375 3.81323 38.6064V17.7423C3.81323 15.0178 6.08673 12.7951 8.8736 12.7951H25.8081C28.6017 12.7951 30.8685 15.0113 30.8685 17.7423V38.6064C30.8685 41.3309 28.6017 43.5536 25.8081 43.5536Z' fill='url(%23paint284_linear_2_359)'/%3E%3Cpath d='M25.8082 43.534H8.87362C6.09342 43.534 3.83325 41.3244 3.83325 38.6064V17.7423C3.83325 15.0243 6.09342 12.8147 8.87362 12.8147H25.8082C28.5884 12.8147 30.8485 15.0243 30.8485 17.7423V38.6064C30.8485 41.3244 28.5884 43.534 25.8082 43.534Z' fill='url(%23paint285_linear_2_359)'/%3E%3Cpath d='M25.8082 43.5145H8.87363C6.10677 43.5145 3.85327 41.3114 3.85327 38.6065V17.7423C3.85994 15.0374 6.10677 12.8408 8.87363 12.8408H25.8082C28.5751 12.8408 30.8285 15.0439 30.8285 17.7423V38.6065C30.8285 41.3114 28.5751 43.5145 25.8082 43.5145Z' fill='url(%23paint286_linear_2_359)'/%3E%3Cpath d='M25.8082 43.495H8.87365C6.12012 43.495 3.87329 41.3049 3.87329 38.6065V17.7423C3.87996 15.0504 6.12012 12.8604 8.87365 12.8604H25.8082C28.5617 12.8604 30.8086 15.0504 30.8086 17.7423V38.6065C30.8086 41.2984 28.5684 43.495 25.8082 43.495Z' fill='url(%23paint287_linear_2_359)'/%3E%3Cpath d='M25.8084 43.4689H8.87384C6.12697 43.4689 3.90015 41.2854 3.90015 38.6065V17.7423C3.90015 15.0634 6.13364 12.8799 8.87384 12.8799H25.8084C28.5553 12.8799 30.7821 15.0634 30.7821 17.7423V38.6065C30.7821 41.2919 28.5486 43.4689 25.8084 43.4689Z' fill='url(%23paint288_linear_2_359)'/%3E%3Cpath d='M25.8084 43.4494H8.87386C6.14033 43.4494 3.92017 41.2789 3.92017 38.6065V17.7424C3.92017 15.07 6.14033 12.8995 8.87386 12.8995H25.8084C28.5419 12.8995 30.7621 15.07 30.7621 17.7424V38.6065C30.7621 41.2789 28.5419 43.4494 25.8084 43.4494Z' fill='url(%23paint289_linear_2_359)'/%3E%3Cpath d='M25.8082 43.4297H8.87363C6.15343 43.4297 3.93994 41.2658 3.93994 38.6064V17.7423C3.93994 15.083 6.15343 12.919 8.87363 12.919H25.8082C28.5284 12.919 30.7419 15.083 30.7419 17.7423V38.6064C30.7419 41.2658 28.5284 43.4297 25.8082 43.4297Z' fill='url(%23paint290_linear_2_359)'/%3E%3Cpath d='M25.8082 43.4102H8.87365C6.16679 43.4102 3.95996 41.2527 3.95996 38.6064V17.7423C3.95996 15.096 6.16679 12.9385 8.87365 12.9385H25.8082C28.5151 12.9385 30.7219 15.0895 30.7219 17.7423V38.6064C30.7219 41.2527 28.5151 43.4102 25.8082 43.4102Z' fill='url(%23paint291_linear_2_359)'/%3E%3Cpath d='M25.8082 43.3907H8.87367C6.17347 43.3907 3.97998 41.2463 3.97998 38.6065V17.7423C3.97998 15.1026 6.18014 12.9581 8.87367 12.9581H25.8082C28.5084 12.9581 30.7019 15.1026 30.7019 17.7423V38.6065C30.7019 41.2463 28.5084 43.3907 25.8082 43.3907Z' fill='url(%23paint292_linear_2_359)'/%3E%3Cpath d='M25.8082 43.3711H8.87368C6.18682 43.3711 4 41.2332 4 38.6065V17.7423C4.00667 15.1156 6.18682 12.9842 8.87368 12.9842H25.8082C28.4951 12.9842 30.6819 15.1221 30.6819 17.7423V38.6065C30.6819 41.2332 28.4951 43.3711 25.8082 43.3711Z' fill='url(%23paint293_linear_2_359)'/%3E%3Cpath d='M25.8083 43.3516H8.8737C6.20018 43.3516 4.02002 41.2268 4.02002 38.6065V17.7424C4.02669 15.1287 6.20018 13.0038 8.8737 13.0038H25.8083C28.4818 13.0038 30.6619 15.1287 30.6619 17.7424V38.6065C30.6619 41.2202 28.4884 43.3516 25.8083 43.3516Z' fill='url(%23paint294_linear_2_359)'/%3E%3Cpath d='M25.8084 43.3255H8.87389C6.2137 43.3255 4.04688 41.2072 4.04688 38.6065V17.7423C4.04688 15.1417 6.2137 13.0233 8.87389 13.0233H25.8084C28.4686 13.0233 30.6355 15.1417 30.6355 17.7423V38.6065C30.6355 41.2072 28.4686 43.3255 25.8084 43.3255Z' fill='url(%23paint295_linear_2_359)'/%3E%3Cpath d='M25.8082 43.306H8.87366C6.22014 43.306 4.06665 41.1941 4.06665 38.6065V17.7424C4.06665 15.1482 6.22014 13.0429 8.87366 13.0429H25.8082C28.4617 13.0429 30.6152 15.1482 30.6152 17.7424V38.6065C30.6152 41.2006 28.4551 43.306 25.8082 43.306Z' fill='url(%23paint296_linear_2_359)'/%3E%3Cpath d='M25.8082 43.2864H8.87368C6.23349 43.2864 4.08667 41.1876 4.08667 38.6064V17.7423C4.08667 15.1612 6.23349 13.0624 8.87368 13.0624H25.8082C28.4484 13.0624 30.5952 15.1612 30.5952 17.7423V38.6064C30.5952 41.1876 28.4484 43.2864 25.8082 43.2864Z' fill='url(%23paint297_linear_2_359)'/%3E%3Cpath d='M25.8085 43.2668H8.87394C6.24709 43.2668 4.10693 41.1746 4.10693 38.6065V17.7423C4.10693 15.1742 6.24709 13.082 8.87394 13.082H25.8085C28.4353 13.082 30.5755 15.1742 30.5755 17.7423V38.6065C30.5755 41.1746 28.4353 43.2668 25.8085 43.2668Z' fill='url(%23paint298_linear_2_359)'/%3E%3Cpath d='M25.8083 43.2473H8.87372C6.25353 43.2473 4.12671 41.168 4.12671 38.6065V17.7423C4.12671 15.1873 6.2602 13.1015 8.87372 13.1015H25.8083C28.4285 13.1015 30.5553 15.1808 30.5553 17.7423V38.6065C30.5553 41.1615 28.4285 43.2473 25.8083 43.2473Z' fill='url(%23paint299_linear_2_359)'/%3E%3Cpath d='M25.8083 43.2277H8.87374C6.26688 43.2277 4.14673 41.1549 4.14673 38.6064V17.7423C4.1534 15.1937 6.26688 13.1275 8.87374 13.1275H25.8083C28.4151 13.1275 30.5353 15.2003 30.5353 17.7488V38.6064C30.5353 41.1549 28.4151 43.2277 25.8083 43.2277Z' fill='url(%23paint300_linear_2_359)'/%3E%3Cpath d='M25.8083 43.2082H8.87375C6.28023 43.2082 4.16675 41.142 4.16675 38.6065V17.7424C4.17342 15.2069 6.28023 13.1472 8.87375 13.1472H25.8083C28.4018 13.1472 30.5153 15.2069 30.5153 17.7424V38.6065C30.5153 41.142 28.4018 43.2082 25.8083 43.2082Z' fill='url(%23paint301_linear_2_359)'/%3E%3Cpath d='M25.8085 43.1821H8.87394C6.29376 43.1821 4.1936 41.1289 4.1936 38.6065V17.7424C4.1936 15.2199 6.29376 13.1667 8.87394 13.1667H25.8085C28.3887 13.1667 30.4888 15.2199 30.4888 17.7424V38.6065C30.4888 41.1289 28.3887 43.1821 25.8085 43.1821Z' fill='url(%23paint302_linear_2_359)'/%3E%3Cpath d='M25.8083 43.1626H8.87371C6.3002 43.1626 4.21338 41.1159 4.21338 38.6065V17.7424C4.21338 15.2329 6.30686 13.1863 8.87371 13.1863H25.8083C28.3818 13.1863 30.4686 15.2329 30.4686 17.7424V38.6065C30.4686 41.1224 28.3751 43.1626 25.8083 43.1626Z' fill='url(%23paint303_linear_2_359)'/%3E%3Cpath d='M25.8083 43.143H8.87373C6.31355 43.143 4.2334 41.1094 4.2334 38.6065V17.7423C4.2334 15.2394 6.31355 13.2058 8.87373 13.2058H25.8083C28.3685 13.2058 30.4486 15.2394 30.4486 17.7423V38.6065C30.4486 41.1094 28.3685 43.143 25.8083 43.143Z' fill='url(%23paint304_linear_2_359)'/%3E%3Cpath d='M25.8081 43.1234H8.87351C6.32666 43.1234 4.25317 41.0963 4.25317 38.6065V17.7423C4.25317 15.2525 6.32666 13.2254 8.87351 13.2254H25.8081C28.3549 13.2254 30.4284 15.2525 30.4284 17.7423V38.6065C30.4284 41.0963 28.3549 43.1234 25.8081 43.1234Z' fill='url(%23paint305_linear_2_359)'/%3E%3Cpath d='M25.8083 43.1039H8.87377C6.34025 43.1039 4.27344 41.0833 4.27344 38.6065V17.7424C4.27344 15.2655 6.34025 13.2449 8.87377 13.2449H25.8083C28.3418 13.2449 30.4087 15.259 30.4087 17.7424V38.6065C30.4087 41.0833 28.3485 43.1039 25.8083 43.1039Z' fill='url(%23paint306_linear_2_359)'/%3E%3Cpath d='M25.8083 43.0844H8.87379C6.34694 43.0844 4.29346 41.0768 4.29346 38.6065V17.7424C4.29346 15.272 6.35361 13.2645 8.87379 13.2645H25.8083C28.3352 13.2645 30.3887 15.272 30.3887 17.7424V38.6065C30.3887 41.0768 28.3352 43.0844 25.8083 43.0844Z' fill='url(%23paint307_linear_2_359)'/%3E%3Cpath d='M25.8086 43.0648H8.87405C6.36053 43.0648 4.31372 41.0638 4.31372 38.6065V17.7424C4.32039 15.2851 6.36053 13.2906 8.87405 13.2906H25.8086C28.3221 13.2906 30.3689 15.2916 30.3689 17.7424V38.6065C30.3689 41.0638 28.3221 43.0648 25.8086 43.0648Z' fill='url(%23paint308_linear_2_359)'/%3E%3Cpath d='M25.8084 43.0453H8.87382C6.37364 43.0453 4.3335 41.0573 4.3335 38.613V17.7424C4.3335 15.2981 6.36698 13.3102 8.87382 13.3102H25.8084C28.3086 13.3102 30.3487 15.2981 30.3487 17.7424V38.6065C30.3487 41.0508 28.3152 43.0388 25.8084 43.0388V43.0453Z' fill='url(%23paint309_linear_2_359)'/%3E%3Cpath d='M25.8083 43.0191H8.87377C6.38025 43.0191 4.36011 41.0377 4.36011 38.6065V17.7423C4.36011 15.3111 6.38692 13.3297 8.87377 13.3297H25.8083C28.3018 13.3297 30.322 15.3111 30.322 17.7423V38.6065C30.322 41.0377 28.2952 43.0191 25.8083 43.0191Z' fill='url(%23paint310_linear_2_359)'/%3E%3Cpath d='M25.8083 42.9996H8.87378C6.39361 42.9996 4.38013 41.0247 4.38013 38.6065V17.7423C4.38013 15.3176 6.39361 13.3492 8.87378 13.3492H25.8083C28.2885 13.3492 30.302 15.3176 30.302 17.7423V38.6065C30.302 41.0312 28.2885 42.9996 25.8083 42.9996Z' fill='url(%23paint311_linear_2_359)'/%3E%3Cpath d='M25.8084 42.98H8.8738C6.40696 42.98 4.40015 41.0181 4.40015 38.6064V17.7423C4.40015 15.3306 6.40696 13.3687 8.8738 13.3687H25.8084C28.2752 13.3687 30.282 15.3306 30.282 17.7423V38.6064C30.282 41.0181 28.2752 42.98 25.8084 42.98Z' fill='url(%23paint312_linear_2_359)'/%3E%3Cpath d='M25.8081 42.9605H8.87358C6.42007 42.9605 4.41992 41.0051 4.41992 38.6065V17.7424C4.41992 15.3437 6.42007 13.3883 8.87358 13.3883H25.8081C28.2616 13.3883 30.2618 15.3437 30.2618 17.7424V38.6065C30.2618 41.0051 28.2616 42.9605 25.8081 42.9605Z' fill='url(%23paint313_linear_2_359)'/%3E%3Cpath d='M25.8084 42.9409H8.87384C6.427 42.9409 4.44019 40.9986 4.44019 38.6065V17.7423C4.44019 15.3502 6.427 13.4079 8.87384 13.4079H25.8084C28.2552 13.4079 30.242 15.3502 30.242 17.7423V38.6065C30.242 40.9986 28.2552 42.9409 25.8084 42.9409Z' fill='url(%23paint314_linear_2_359)'/%3E%3Cpath d='M25.8082 42.9214H8.87361C6.4401 42.9214 4.45996 40.9856 4.45996 38.6065V17.7424C4.45996 15.3633 6.4401 13.434 8.87361 13.434H25.8082C28.2417 13.434 30.2218 15.3698 30.2218 17.7424V38.6065C30.2218 40.9856 28.2417 42.9214 25.8082 42.9214Z' fill='url(%23paint315_linear_2_359)'/%3E%3Cpath d='M25.8084 42.9018H8.87387C6.4537 42.9018 4.48022 40.979 4.48022 38.6065V17.7423C4.48022 15.3763 6.44703 13.4535 8.87387 13.4535H25.8084C28.2286 13.4535 30.2021 15.3763 30.2021 17.7423V38.6065C30.2021 40.9725 28.2353 42.9018 25.8084 42.9018Z' fill='url(%23paint316_linear_2_359)'/%3E%3Cpath d='M25.8081 42.8758H8.87357C6.46673 42.8758 4.50659 40.9595 4.50659 38.6065V17.7423C4.50659 15.3893 6.46673 13.4731 8.87357 13.4731H25.8081C28.215 13.4731 30.1751 15.3893 30.1751 17.7423V38.6065C30.1751 40.9595 28.215 42.8758 25.8081 42.8758Z' fill='url(%23paint317_linear_2_359)'/%3E%3Cpath d='M25.8084 42.8562H8.87384C6.47366 42.8562 4.52686 40.9464 4.52686 38.6064V17.7423C4.52686 15.3958 6.48033 13.4926 8.87384 13.4926H25.8084C28.2086 13.4926 30.1554 15.3958 30.1554 17.7423V38.6064C30.1554 40.9529 28.2019 42.8562 25.8084 42.8562Z' fill='url(%23paint318_linear_2_359)'/%3E%3Cpath d='M25.8084 42.8366H8.87385C6.48702 42.8366 4.54688 40.9399 4.54688 38.6064V17.7423C4.54688 15.4089 6.48702 13.5121 8.87385 13.5121H25.8084C28.1952 13.5121 30.1354 15.4089 30.1354 17.7423V38.6064C30.1354 40.9399 28.1952 42.8366 25.8084 42.8366Z' fill='url(%23paint319_linear_2_359)'/%3E%3Cpath d='M25.8084 42.8171H8.87387C6.50037 42.8171 4.56689 40.9269 4.56689 38.6065V17.7423C4.56689 15.4219 6.50037 13.5317 8.87387 13.5317H25.8084C28.1819 13.5317 30.1154 15.4219 30.1154 17.7423V38.6065C30.1154 40.9269 28.1819 42.8171 25.8084 42.8171Z' fill='url(%23paint320_linear_2_359)'/%3E%3Cpath d='M25.8084 42.7976H8.87389C6.51372 42.7976 4.58691 40.9204 4.58691 38.6065V17.7424C4.58691 15.435 6.50705 13.5513 8.87389 13.5513H25.8084C28.1753 13.5513 30.0954 15.4285 30.0954 17.7424V38.6065C30.0954 40.9139 28.1753 42.7976 25.8084 42.7976Z' fill='url(%23paint321_linear_2_359)'/%3E%3Cpath d='M25.8082 42.7779H8.87366C6.52016 42.7779 4.60669 40.9073 4.60669 38.6064V17.7423C4.60669 15.4414 6.52016 13.5708 8.87366 13.5708H25.8082C28.1617 13.5708 30.0752 15.4414 30.0752 17.7423V38.6064C30.0752 40.9073 28.1617 42.7779 25.8082 42.7779Z' fill='url(%23paint322_linear_2_359)'/%3E%3Cpath d='M25.8082 42.7584H8.87368C6.53351 42.7584 4.62671 40.8943 4.62671 38.6065V17.7423C4.62671 15.4545 6.53351 13.5969 8.87368 13.5969H25.8082C28.1484 13.5969 30.0552 15.4545 30.0552 17.7423V38.6065C30.0552 40.8943 28.1484 42.7584 25.8082 42.7584Z' fill='url(%23paint323_linear_2_359)'/%3E%3Cpath d='M25.8082 42.7324H8.87362C6.54679 42.7324 4.65332 40.8813 4.65332 38.6065V17.7424C4.65332 15.4676 6.54679 13.6165 8.87362 13.6165H25.8082C28.135 13.6165 30.0285 15.4676 30.0285 17.7424V38.6065C30.0285 40.8813 28.135 42.7324 25.8082 42.7324Z' fill='url(%23paint324_linear_2_359)'/%3E%3Cpath d='M25.8087 42.7128H8.87413C6.55396 42.7128 4.67383 40.8682 4.67383 38.6065V17.7423C4.67383 15.4741 6.56063 13.636 8.87413 13.636H25.8087C28.1288 13.636 30.009 15.4806 30.009 17.7423V38.6065C30.009 40.8682 28.1222 42.7128 25.8087 42.7128Z' fill='url(%23paint325_linear_2_359)'/%3E%3Cpath d='M25.8085 42.6933H8.8739C6.56707 42.6933 4.6936 40.8617 4.6936 38.6065V17.7424C4.6936 15.4872 6.56707 13.6556 8.8739 13.6556H25.8085C28.1153 13.6556 29.9888 15.4872 29.9888 17.7424V38.6065C29.9888 40.8617 28.1153 42.6933 25.8085 42.6933Z' fill='url(%23paint326_linear_2_359)'/%3E%3Cpath d='M25.8085 42.6737H8.87392C6.58042 42.6737 4.71362 40.8487 4.71362 38.6065V17.7423C4.71362 15.5002 6.58042 13.6751 8.87392 13.6751H25.8085C28.102 13.6751 29.9688 15.5002 29.9688 17.7423V38.6065C29.9688 40.8487 28.102 42.6737 25.8085 42.6737Z' fill='url(%23paint327_linear_2_359)'/%3E%3Cpath d='M25.8085 42.6542H8.87394C6.59378 42.6542 4.73364 40.8356 4.73364 38.6065V17.7424C4.73364 15.5132 6.59378 13.6947 8.87394 13.6947H25.8085C28.0887 13.6947 29.9488 15.5067 29.9488 17.7424V38.6065C29.9488 40.8356 28.0953 42.6542 25.8085 42.6542Z' fill='url(%23paint328_linear_2_359)'/%3E%3Cpath d='M25.8083 42.6345H8.87371C6.60022 42.6345 4.75342 40.8291 4.75342 38.6064V17.7423C4.75342 15.5197 6.60022 13.7142 8.87371 13.7142H25.8083C28.0818 13.7142 29.9286 15.5197 29.9286 17.7423V38.6064C29.9286 40.8291 28.0818 42.6345 25.8083 42.6345Z' fill='url(%23paint329_linear_2_359)'/%3E%3Cpath d='M25.8083 42.615H8.87373C6.61357 42.615 4.77344 40.816 4.77344 38.6064V17.7423C4.77344 15.5327 6.61357 13.7402 8.87373 13.7402H25.8083C28.0684 13.7402 29.9086 15.5392 29.9086 17.7423V38.6064C29.9086 40.816 28.0684 42.615 25.8083 42.615Z' fill='url(%23paint330_linear_2_359)'/%3E%3Cpath d='M25.8083 42.589H8.87375C6.62692 42.589 4.79346 40.8031 4.79346 38.6065V17.7424C4.79346 15.5458 6.62026 13.7599 8.87375 13.7599H25.8083C28.0551 13.7599 29.8886 15.5458 29.8886 17.7424V38.6065C29.8886 40.8031 28.0618 42.589 25.8083 42.589Z' fill='url(%23paint331_linear_2_359)'/%3E%3Cpath d='M25.8082 42.5693H8.87369C6.6402 42.5693 4.82007 40.7899 4.82007 38.6064V17.7423C4.82007 15.5587 6.6402 13.7793 8.87369 13.7793H25.8082C28.0484 13.7793 29.8619 15.5587 29.8619 17.7423V38.6064C29.8619 40.7899 28.0417 42.5693 25.8082 42.5693Z' fill='url(%23paint332_linear_2_359)'/%3E%3Cpath d='M25.8083 42.5499H8.87371C6.64688 42.5499 4.84009 40.777 4.84009 38.6065V17.7424C4.84009 15.5654 6.65355 13.799 8.87371 13.799H25.8083C28.0351 13.799 29.8419 15.5654 29.8419 17.7424V38.6065C29.8419 40.7835 28.0351 42.5499 25.8083 42.5499Z' fill='url(%23paint333_linear_2_359)'/%3E%3Cpath d='M25.8085 42.5303H8.87397C6.66048 42.5303 4.86035 40.7704 4.86035 38.6064V17.7423C4.86035 15.5783 6.66048 13.8185 8.87397 13.8185H25.8085C28.022 13.8185 29.8221 15.5783 29.8221 17.7423V38.6064C29.8221 40.7704 28.022 42.5303 25.8085 42.5303Z' fill='url(%23paint334_linear_2_359)'/%3E%3Cpath d='M25.8085 42.5108H8.87399C6.67383 42.5108 4.88037 40.7574 4.88037 38.6065V17.7424C4.88037 15.5914 6.67383 13.8381 8.87399 13.8381H25.8085C28.0087 13.8381 29.8022 15.5914 29.8022 17.7424V38.6065C29.8022 40.7574 28.0087 42.5108 25.8085 42.5108Z' fill='url(%23paint335_linear_2_359)'/%3E%3Cpath d='M25.8083 42.4911H8.87377C6.68027 42.4911 4.90015 40.7508 4.90015 38.6064V17.7423C4.90015 15.6044 6.68027 13.8575 8.87377 13.8575H25.8083C28.0018 13.8575 29.7819 15.5979 29.7819 17.7423V38.6064C29.7819 40.7443 28.0018 42.4911 25.8083 42.4911Z' fill='url(%23paint336_linear_2_359)'/%3E%3Cpath d='M25.8083 42.4716H8.87378C6.69363 42.4716 4.92017 40.7378 4.92017 38.6064V17.7423C4.92017 15.6109 6.69363 13.8837 8.87378 13.8837H25.8083C27.9885 13.8837 29.762 15.6175 29.762 17.7423V38.6064C29.762 40.7378 27.9885 42.4716 25.8083 42.4716Z' fill='url(%23paint337_linear_2_359)'/%3E%3Cpath d='M25.8081 42.4521H8.87356C6.70674 42.4521 4.93994 40.7248 4.93994 38.613V17.7423C4.93994 15.624 6.70674 13.9032 8.87356 13.9032H25.8081C27.9749 13.9032 29.7417 15.624 29.7417 17.7423V38.6065C29.7417 40.7248 27.9816 42.4456 25.8081 42.4456V42.4521Z' fill='url(%23paint338_linear_2_359)'/%3E%3Cpath d='M25.8083 42.426H8.87374C6.72026 42.426 4.9668 40.7118 4.9668 38.6065V17.7423C4.9668 15.637 6.72026 13.9228 8.87374 13.9228H25.8083C27.9618 13.9228 29.7152 15.637 29.7152 17.7423V38.6065C29.7152 40.7118 27.9618 42.426 25.8083 42.426Z' fill='url(%23paint339_linear_2_359)'/%3E%3Cpath d='M25.8083 42.4065H8.87376C6.72694 42.4065 4.98682 40.6988 4.98682 38.6065V17.7423C4.98682 15.6436 6.73361 13.9424 8.87376 13.9424H25.8083C27.9551 13.9424 29.6953 15.6501 29.6953 17.7423V38.6065C29.6953 40.6988 27.9485 42.4065 25.8083 42.4065Z' fill='url(%23paint340_linear_2_359)'/%3E%3Cpath d='M25.8083 42.3869H8.87378C6.74029 42.3869 5.00684 40.6922 5.00684 38.6064V17.7423C5.00684 15.6565 6.74029 13.9619 8.87378 13.9619H25.8083C27.9418 13.9619 29.6753 15.6565 29.6753 17.7423V38.6064C29.6753 40.6922 27.9418 42.3869 25.8083 42.3869Z' fill='url(%23paint341_linear_2_359)'/%3E%3Cpath d='M25.8081 42.3673H8.87355C6.7534 42.3673 5.02661 40.6792 5.02661 38.6065V17.7423C5.02661 15.6696 6.7534 13.9814 8.87355 13.9814H25.8081C27.9283 13.9814 29.655 15.6696 29.655 17.7423V38.6065C29.655 40.6792 27.9283 42.3673 25.8081 42.3673Z' fill='url(%23paint342_linear_2_359)'/%3E%3Cpath d='M25.8081 42.3479H8.87357C6.76676 42.3479 5.04663 40.6727 5.04663 38.6065V17.7424C5.04663 15.6827 6.76009 14.0011 8.87357 14.0011H25.8081C27.9149 14.0011 29.6351 15.6762 29.6351 17.7424V38.6065C29.6351 40.6662 27.9216 42.3479 25.8081 42.3479Z' fill='url(%23paint343_linear_2_359)'/%3E%3Cpath d='M25.8086 42.3282H8.87408C6.77393 42.3282 5.06714 40.6596 5.06714 38.6065V17.7423C5.06714 15.6892 6.77393 14.0206 8.87408 14.0206H25.8086C27.9088 14.0206 29.6156 15.6892 29.6156 17.7423V38.6065C29.6156 40.6596 27.9088 42.3282 25.8086 42.3282Z' fill='url(%23paint344_linear_2_359)'/%3E%3Cpath d='M25.8082 42.3087H8.87361C6.78679 42.3087 5.08667 40.6466 5.08667 38.6065V17.7423C5.08667 15.7022 6.78679 14.0466 8.87361 14.0466H25.8082C27.895 14.0466 29.5951 15.7022 29.5951 17.7423V38.6065C29.5951 40.6466 27.895 42.3087 25.8082 42.3087Z' fill='url(%23paint345_linear_2_359)'/%3E%3Cpath d='M25.8083 42.2826H8.8738C6.80031 42.2826 5.11353 40.6336 5.11353 38.6065V17.7423C5.11353 15.7152 6.80031 14.0662 8.8738 14.0662H25.8083C27.8818 14.0662 29.5686 15.7152 29.5686 17.7423V38.6065C29.5686 40.6336 27.8818 42.2826 25.8083 42.2826Z' fill='url(%23paint346_linear_2_359)'/%3E%3Cpath d='M25.8084 42.2631H8.87381C6.81367 42.2631 5.13354 40.6205 5.13354 38.6065V17.7424C5.13354 15.7283 6.81367 14.0858 8.87381 14.0858H25.8084C27.8752 14.0858 29.5486 15.7283 29.5486 17.7424V38.6065C29.5486 40.6205 27.8685 42.2631 25.8084 42.2631Z' fill='white'/%3E%3Cpath d='M24.4885 22.0246C24.4885 22.7156 23.9151 23.2761 23.2084 23.2761H11.4742C10.7675 23.2761 10.1941 22.7156 10.1941 22.0246C10.1941 21.3337 10.7675 20.7732 11.4742 20.7732H23.2084C23.9151 20.7732 24.4885 21.3337 24.4885 22.0246Z' fill='url(%23paint347_linear_2_359)'/%3E%3Cpath d='M24.4885 28.1777C24.4885 28.8686 23.9151 29.4292 23.2084 29.4292H11.4742C10.7675 29.4292 10.1941 28.8686 10.1941 28.1777C10.1941 27.4868 10.7675 26.9263 11.4742 26.9263H23.2084C23.9151 26.9263 24.4885 27.4868 24.4885 28.1777Z' fill='url(%23paint348_linear_2_359)'/%3E%3Cpath d='M24.4885 34.3241C24.4885 35.0151 23.9151 35.5756 23.2084 35.5756H11.4742C10.7675 35.5756 10.1941 35.0151 10.1941 34.3241C10.1941 33.6332 10.7675 33.0727 11.4742 33.0727H23.2084C23.9151 33.0727 24.4885 33.6332 24.4885 34.3241Z' fill='url(%23paint349_linear_2_359)'/%3E%3C/g%3E%3Cpath d='M122.21 34.1544V91.5715C122.21 95.9078 125.73 99.4348 130.073 99.4348H201.644C205.988 99.4348 209.508 95.9154 209.508 91.5715V34.1544H122.21Z' fill='%23C7CDFC'/%3E%3Cpath d='M122.233 34.1768H209.485V91.571C209.485 94.9224 207.37 97.7929 204.408 98.9075C203.545 99.2358 202.591 99.4113 201.614 99.4113H130.104C129.127 99.4113 128.172 99.2358 127.31 98.9075C124.34 97.7853 122.233 94.9224 122.233 91.571V34.1768Z' fill='%23C8CDFC'/%3E%3Cpath d='M122.256 34.2005H209.462V91.5718C209.462 94.9233 207.347 97.7861 204.377 98.8854C203.522 99.2061 202.553 99.3893 201.583 99.3893H130.127C129.165 99.3893 128.188 99.2137 127.333 98.8854C124.371 97.7785 122.256 94.9233 122.256 91.5718V34.2005Z' fill='%23C8CEFC'/%3E%3Cpath d='M122.279 34.2228H209.439V91.5712C209.439 94.9226 207.317 97.7778 204.354 98.8695C203.515 99.1901 202.522 99.3657 201.568 99.3657H130.157C129.203 99.3657 128.211 99.1901 127.371 98.8695C124.401 97.7778 122.286 94.915 122.286 91.5712V34.2228H122.279Z' fill='%23C9CEFC'/%3E%3Cpath d='M122.302 34.246H209.424V91.5715C209.424 94.9153 207.301 97.7705 204.332 98.8546C203.5 99.1752 202.492 99.3432 201.545 99.3432H130.18C129.234 99.3432 128.226 99.1676 127.394 98.8546C124.424 97.7705 122.302 94.9153 122.302 91.5715V34.246Z' fill='%23C9CFFC'/%3E%3Cpath d='M122.325 34.2688H209.401V91.5714C209.401 94.9152 207.271 97.7627 204.301 98.8391C203.477 99.1522 202.454 99.3277 201.515 99.3277H130.203C129.264 99.3277 128.241 99.1522 127.417 98.8391C124.447 97.7704 122.317 94.9152 122.317 91.5714V34.2688H122.325Z' fill='%23CACFFC'/%3E%3Cpath d='M122.347 34.2915H209.377V91.5712C209.377 94.915 207.248 97.755 204.278 98.8161C203.461 99.1291 202.423 99.2971 201.491 99.2971H130.233C129.31 99.2971 128.264 99.1291 127.447 98.8161C124.477 97.755 122.347 94.9074 122.347 91.5712V34.2915Z' fill='%23CAD0FC'/%3E%3Cpath d='M122.37 34.3143H209.355V91.571C209.355 94.9072 207.217 97.7548 204.248 98.8007C203.438 99.106 202.377 99.274 201.469 99.274H130.257C129.34 99.274 128.279 99.106 127.478 98.8007C124.5 97.7548 122.37 94.9072 122.37 91.571V34.3143Z' fill='%23CBD0FC'/%3E%3Cpath d='M122.393 34.3375H209.332V91.5714C209.332 94.9076 207.194 97.7475 204.217 98.7858C203.415 99.0911 202.339 99.2591 201.438 99.2591H130.287C129.379 99.2591 128.31 99.0911 127.508 98.7858C124.531 97.7475 122.393 94.9076 122.393 91.5714V34.3375Z' fill='%23CBD1FC'/%3E%3Cpath d='M122.409 34.3603H209.309V91.5713C209.309 94.9074 207.164 97.7397 204.194 98.7704C203.4 99.0681 202.309 99.236 201.415 99.236H130.31C129.417 99.236 128.325 99.0681 127.531 98.7704C124.554 97.7397 122.416 94.9074 122.416 91.5713V34.3603H122.409Z' fill='%23CCD1FC'/%3E%3Cpath d='M122.432 34.3835H209.286V91.5716C209.286 94.9001 207.141 97.7324 204.164 98.7478C203.377 99.0455 202.27 99.2059 201.385 99.2059H130.333C129.448 99.2059 128.341 99.0455 127.554 98.7478C124.577 97.7324 122.432 94.9001 122.432 91.5716V34.3835Z' fill='%23CDD2FC'/%3E%3Cpath d='M122.454 34.4063H209.263V91.5714C209.263 94.9 207.11 97.7246 204.133 98.7324C203.362 99.0301 202.232 99.1904 201.354 99.1904H130.363C129.485 99.1904 128.363 99.0301 127.585 98.7324C124.607 97.7246 122.454 94.9 122.454 91.5714V34.4063Z' fill='%23CDD2FC'/%3E%3Cpath d='M122.477 34.4285H209.24V91.5708C209.24 94.8917 207.088 97.724 204.11 98.7164C203.347 99.0065 202.202 99.1669 201.339 99.1669H130.386C129.516 99.1669 128.379 99.0065 127.615 98.7164C124.638 97.724 122.477 94.8993 122.477 91.5708V34.4285Z' fill='%23CED3FC'/%3E%3Cpath d='M122.5 34.4437H209.217V91.5707C209.217 94.8916 207.057 97.7163 204.079 98.6934C203.324 98.9835 202.163 99.1362 201.308 99.1362H130.417C129.562 99.1362 128.401 98.9759 127.645 98.6934C124.66 97.7086 122.508 94.8916 122.508 91.5707V34.4437H122.5Z' fill='%23CED3FC'/%3E%3Cpath d='M122.523 34.4674H209.194V91.5715C209.194 94.8924 207.034 97.7095 204.049 98.679C203.301 98.9615 202.125 99.1218 201.278 99.1218H130.44C129.592 99.1218 128.417 98.9691 127.668 98.679C124.683 97.7095 122.523 94.8924 122.523 91.5715V34.4674Z' fill='%23CFD4FC'/%3E%3Cpath d='M122.546 34.4902H209.172V91.5714C209.172 94.8847 207.004 97.7017 204.019 98.6636C203.278 98.9461 202.087 99.0988 201.247 99.0988H130.463C129.623 99.0988 128.432 98.9461 127.691 98.6636C124.706 97.7017 122.538 94.8923 122.538 91.5714V34.4902H122.546Z' fill='%23CFD4FC'/%3E%3Cpath d='M122.569 34.5129H209.149V91.5712C209.149 94.8845 206.981 97.6939 203.996 98.6482C203.263 98.923 202.057 99.0757 201.232 99.0757H130.493C129.661 99.0757 128.455 98.923 127.73 98.6482C124.745 97.7015 122.576 94.8845 122.576 91.5712V34.5129H122.569Z' fill='%23D0D5FC'/%3E%3Cpath d='M122.592 34.5357H209.126V91.5711C209.126 94.8844 206.95 97.6938 203.965 98.6251C203.24 98.9 202.018 99.0527 201.202 99.0527H130.516C129.699 99.0527 128.47 98.9 127.753 98.6251C124.768 97.6861 122.592 94.8767 122.592 91.5711V34.5357Z' fill='%23D0D5FC'/%3E%3Cpath d='M122.615 34.5589H209.103V91.5714C209.103 94.877 206.928 97.6864 203.935 98.6102C203.225 98.885 201.981 99.0301 201.171 99.0301H130.547C129.738 99.0301 128.501 98.885 127.783 98.6102C124.798 97.6864 122.615 94.877 122.615 91.5714V34.5589Z' fill='%23D1D6FC'/%3E%3Cpath d='M122.638 34.5817H209.08V91.5713C209.08 94.8769 206.897 97.6787 203.912 98.5948C203.209 98.862 201.95 99.007 201.148 99.007H130.57C129.768 99.007 128.516 98.862 127.806 98.5948C124.821 97.6787 122.638 94.8769 122.638 91.5713V34.5817Z' fill='%23D2D6FC'/%3E%3Cpath d='M122.661 34.6044H209.057V91.5711C209.057 94.8767 206.866 97.6709 203.881 98.5793C203.187 98.8465 201.912 98.9916 201.118 98.9916H130.593C129.806 98.9916 128.531 98.8465 127.829 98.5793C124.836 97.6785 122.653 94.8767 122.653 91.5711V34.6044H122.661Z' fill='%23D2D7FD'/%3E%3Cpath d='M122.684 34.6277H209.042V91.5715C209.042 94.8695 206.851 97.6636 203.858 98.5568C203.171 98.8164 201.881 98.9614 201.095 98.9614H130.623C129.845 98.9614 128.554 98.8164 127.867 98.5568C124.875 97.6636 122.684 94.8695 122.684 91.5715V34.6277Z' fill='%23D3D7FD'/%3E%3Cpath d='M122.706 34.6509H209.019V91.5718C209.019 94.8698 206.82 97.6563 203.835 98.5419C203.156 98.8014 201.843 98.9389 201.079 98.9389H130.646C129.875 98.9389 128.569 98.7938 127.89 98.5419C124.897 97.6639 122.706 94.8698 122.706 91.5718V34.6509Z' fill='%23D3D7FD'/%3E%3Cpath d='M122.729 34.6732H208.996V91.5712C208.996 94.8691 206.797 97.6556 203.805 98.5259C203.133 98.7779 201.805 98.9229 201.049 98.9229H130.676C129.913 98.9229 128.592 98.7855 127.921 98.5259C124.928 97.6556 122.729 94.8691 122.729 91.5712V34.6732Z' fill='%23D4D8FD'/%3E%3Cpath d='M122.752 34.6964H208.973V91.5715C208.973 94.8619 206.767 97.6484 203.774 98.5034C203.11 98.7553 201.767 98.8927 201.018 98.8927H130.7C129.951 98.8927 128.608 98.7553 127.944 98.5034C124.951 97.6407 122.745 94.8619 122.745 91.5715V34.6964H122.752Z' fill='%23D4D8FD'/%3E%3Cpath d='M122.768 34.7197H208.95V91.5719C208.95 94.8622 206.744 97.6411 203.752 98.4885C203.095 98.7404 201.736 98.8702 200.996 98.8702H130.722C129.982 98.8702 128.623 98.7328 127.974 98.4885C124.982 97.6411 122.768 94.8622 122.768 91.5719V34.7197Z' fill='%23D5D9FD'/%3E%3Cpath d='M122.79 34.7419H208.927V91.5712C208.927 94.8616 206.713 97.6328 203.721 98.4726C203.079 98.7169 201.698 98.8543 200.972 98.8543H130.753C130.02 98.8543 128.646 98.7169 128.004 98.4726C125.004 97.6328 122.798 94.8616 122.798 91.5712V34.7419H122.79Z' fill='%23D5D9FD'/%3E%3Cpath d='M122.813 34.7647H208.905V91.571C208.905 94.8538 206.691 97.625 203.69 98.4571C203.057 98.7014 201.66 98.8312 200.942 98.8312H130.776C130.058 98.8312 128.661 98.7014 128.027 98.4571C125.027 97.6326 122.813 94.8614 122.813 91.571V34.7647Z' fill='%23D6DAFD'/%3E%3Cpath d='M122.836 34.7885H208.881V91.5719C208.881 94.8546 206.66 97.6259 203.66 98.4351C203.034 98.6717 201.621 98.8015 200.911 98.8015H130.806C130.096 98.8015 128.684 98.6717 128.058 98.4351C125.058 97.6182 122.836 94.8546 122.836 91.5719V34.7885Z' fill='%23D6DAFD'/%3E%3Cpath d='M122.859 34.8026H208.859V91.5708C208.859 94.8535 206.637 97.6171 203.637 98.4187C203.019 98.6554 201.591 98.7852 200.889 98.7852H130.829C130.127 98.7852 128.707 98.6554 128.089 98.4187C125.088 97.6171 122.867 94.8459 122.867 91.5708V34.8026H122.859Z' fill='%23D7DBFD'/%3E%3Cpath d='M122.882 34.8259H208.836V91.5712C208.836 94.8462 206.607 97.6098 203.606 98.4038C202.996 98.6328 201.553 98.7626 200.858 98.7626H130.852C130.157 98.7626 128.722 98.6328 128.111 98.4038C125.111 97.6098 122.882 94.8462 122.882 91.5712V34.8259Z' fill='%23D7DBFD'/%3E%3Cpath d='M122.905 34.8491H208.813V91.5715C208.813 94.8466 206.583 97.6026 203.583 98.3889C202.98 98.6179 201.522 98.7401 200.842 98.7401H130.882C130.203 98.7401 128.745 98.6179 128.142 98.3889C125.141 97.6102 122.905 94.8466 122.905 91.5715V34.8491Z' fill='%23D8DCFD'/%3E%3Cpath d='M122.927 34.8713H208.79V91.5708C208.79 94.8383 206.553 97.5942 203.553 98.3653C202.957 98.5943 201.484 98.7165 200.812 98.7165H130.905C130.233 98.7165 128.76 98.5943 128.165 98.3653C125.157 97.5942 122.927 94.8383 122.927 91.5708V34.8713Z' fill='%23D8DCFD'/%3E%3Cpath d='M122.95 34.8946H208.767V91.5712C208.767 94.8386 206.53 97.5946 203.522 98.3504C202.934 98.5718 201.446 98.6939 200.781 98.6939H130.928C130.264 98.6939 128.775 98.5718 128.195 98.3504C125.187 97.5946 122.95 94.8386 122.95 91.5712V34.8946Z' fill='%23D9DDFD'/%3E%3Cpath d='M122.974 34.9178H208.744V91.5715C208.744 94.839 206.5 97.5873 203.492 98.3355C202.919 98.5569 201.408 98.6714 200.751 98.6714H130.959C130.31 98.6714 128.799 98.5492 128.226 98.3355C125.218 97.5873 122.974 94.839 122.974 91.5715V34.9178Z' fill='%23D9DDFD'/%3E%3Cpath d='M122.997 34.9411H208.721V91.5719C208.721 94.8317 206.477 97.58 203.469 98.3129C202.904 98.5267 201.37 98.6488 200.728 98.6488H130.982C130.341 98.6488 128.814 98.5343 128.249 98.3129C125.241 97.5724 122.997 94.8317 122.997 91.5719V34.9411Z' fill='%23DADEFD'/%3E%3Cpath d='M123.019 34.9633H208.698V91.5712C208.698 94.831 206.446 97.5717 203.438 98.297C202.881 98.5107 201.339 98.6253 200.705 98.6253H131.012C130.379 98.6253 128.837 98.5107 128.279 98.297C125.271 97.5717 123.019 94.831 123.019 91.5712V34.9633Z' fill='%23DADEFD'/%3E%3Cpath d='M123.042 34.9861H208.683V91.5711C208.683 94.8309 206.431 97.564 203.416 98.2816C202.866 98.4877 201.301 98.6022 200.683 98.6022H131.035C130.409 98.6022 128.852 98.4877 128.302 98.2816C125.294 97.564 123.035 94.8309 123.035 91.5711V34.9861H123.042Z' fill='%23DBDFFD'/%3E%3Cpath d='M123.065 35.0099H208.66V91.5719C208.66 94.8241 206.401 97.5648 203.393 98.2671C202.851 98.4733 201.27 98.5878 200.66 98.5878H131.058C130.448 98.5878 128.875 98.4733 128.333 98.2671C125.317 97.5648 123.058 94.8317 123.058 91.5719V35.0099H123.065Z' fill='%23DBDFFD'/%3E%3Cpath d='M123.088 35.0316H208.637V91.5707C208.637 94.8229 206.37 97.556 203.362 98.2431C202.828 98.4492 201.232 98.5561 200.629 98.5561H131.089C130.486 98.5561 128.898 98.4416 128.363 98.2431C125.348 97.5484 123.088 94.8229 123.088 91.5707V35.0316Z' fill='%23DDE0FD'/%3E%3Cpath d='M123.111 35.0554H208.615V91.5716C208.615 94.8238 206.347 97.5492 203.332 98.2287C202.805 98.4272 201.194 98.534 200.599 98.534H131.112C130.516 98.534 128.913 98.4272 128.386 98.2287C125.371 97.5492 123.104 94.8238 123.104 91.5716V35.0554H123.111Z' fill='%23DDE0FD'/%3E%3Cpath d='M123.134 35.0781H208.591V91.5715C208.591 94.816 206.316 97.5414 203.309 98.2132C202.789 98.4117 201.163 98.5186 200.583 98.5186H131.142C130.554 98.5186 128.936 98.4117 128.417 98.2132C125.401 97.5414 123.134 94.8236 123.134 91.5715V35.0781Z' fill='%23DDE0FD'/%3E%3Cpath d='M123.149 35.1009H208.568V91.5713C208.568 94.8159 206.293 97.5337 203.278 98.1902C202.766 98.3811 201.125 98.4879 200.552 98.4879H131.165C130.592 98.4879 128.951 98.3811 128.447 98.1902C125.432 97.5337 123.157 94.8082 123.157 91.5713V35.1009H123.149Z' fill='%23DEE1FD'/%3E%3Cpath d='M123.172 35.1236H208.546V91.5711C208.546 94.8157 206.263 97.5259 203.248 98.1748C202.751 98.3656 201.087 98.4649 200.522 98.4649H131.188C130.623 98.4649 128.967 98.358 128.47 98.1748C125.455 97.5259 123.172 94.8081 123.172 91.5711V35.1236Z' fill='%23DEE1FD'/%3E%3Cpath d='M123.195 35.1469H208.523V91.5715C208.523 94.8084 206.24 97.5262 203.225 98.1598C202.736 98.3431 201.057 98.4499 200.499 98.4499H131.219C130.661 98.4499 128.989 98.3507 128.501 98.1598C125.478 97.5262 123.195 94.8084 123.195 91.5715V35.1469Z' fill='%23DFE2FD'/%3E%3Cpath d='M123.218 35.162H208.5V91.5714C208.5 94.8083 206.21 97.5185 203.195 98.1445C202.714 98.3277 201.019 98.4269 200.469 98.4269H131.242C130.7 98.4269 129.005 98.3277 128.524 98.1445C125.501 97.5185 123.218 94.8083 123.218 91.5714V35.162Z' fill='%23DFE2FD'/%3E%3Cpath d='M123.241 35.1848H208.477V91.5713C208.477 94.8082 206.187 97.5107 203.164 98.1214C202.69 98.3047 200.98 98.3963 200.446 98.3963H131.272C130.738 98.3963 129.027 98.297 128.554 98.1214C125.531 97.5107 123.241 94.8005 123.241 91.5713V35.1848Z' fill='%23E0E3FD'/%3E%3Cpath d='M123.263 35.208H208.454V91.5716C208.454 94.8009 206.156 97.5034 203.14 98.1065C202.675 98.2821 200.949 98.3814 200.423 98.3814H131.295C130.768 98.3814 129.043 98.2821 128.584 98.1065C125.561 97.5034 123.263 94.8009 123.263 91.5716V35.208Z' fill='%23E0E3FD'/%3E%3Cpath d='M123.287 35.2308H208.431V91.5715C208.431 94.8007 206.133 97.4956 203.11 98.0911C202.652 98.2667 200.912 98.3583 200.392 98.3583H131.318C130.799 98.3583 129.066 98.2667 128.608 98.0911C125.585 97.5033 123.287 94.8007 123.287 91.5715V35.2308Z' fill='%23E1E4FD'/%3E%3Cpath d='M123.309 35.2535H208.408V91.5713C208.408 94.7929 206.103 97.4954 203.079 98.0756C202.629 98.2436 200.873 98.3352 200.362 98.3352H131.348C130.844 98.3352 129.088 98.2436 128.638 98.0756C125.615 97.4954 123.309 94.8006 123.309 91.5713V35.2535Z' fill='%23E1E4FD'/%3E%3Cpath d='M123.332 35.2768H208.385V91.5716C208.385 94.7933 206.08 97.4882 203.049 98.0531C202.614 98.221 200.835 98.3127 200.339 98.3127H131.371C130.875 98.3127 129.104 98.221 128.661 98.0531C125.638 97.4805 123.325 94.7933 123.325 91.5716V35.2768H123.332Z' fill='%23E2E5FD'/%3E%3Cpath d='M123.355 35.3H208.362V91.572C208.362 94.7936 206.049 97.4809 203.026 98.0382C202.599 98.1985 200.797 98.2901 200.316 98.2901H131.402C130.913 98.2901 129.127 98.1985 128.699 98.0382C125.668 97.4809 123.363 94.7936 123.363 91.572V35.3H123.355Z' fill='%23E2E5FD'/%3E%3Cpath d='M123.378 35.3218H208.339V91.5708C208.339 94.7849 206.026 97.4721 202.995 98.0218C202.576 98.1821 200.759 98.2661 200.285 98.2661H131.424C130.951 98.2661 129.142 98.1745 128.722 98.0218C125.691 97.4721 123.378 94.7925 123.378 91.5708V35.3218Z' fill='%23E3E6FD'/%3E%3Cpath d='M123.401 35.345H208.317V91.5712C208.317 94.7852 205.996 97.4648 202.973 97.9992C202.56 98.1595 200.728 98.2435 200.262 98.2435H131.447C130.982 98.2435 129.157 98.1595 128.745 97.9992C125.714 97.4648 123.393 94.7852 123.393 91.5712V35.345H123.401Z' fill='%23E3E6FD'/%3E%3Cpath d='M123.424 35.3683H208.301V91.5715C208.301 94.7856 205.98 97.4575 202.95 97.9843C202.545 98.137 200.698 98.221 200.24 98.221H131.478C131.02 98.221 129.18 98.137 128.775 97.9843C125.745 97.4575 123.424 94.7856 123.424 91.5715V35.3683Z' fill='%23E4E7FD'/%3E%3Cpath d='M123.447 35.3905H208.279V91.5709C208.279 94.7772 205.95 97.4569 202.919 97.9683C202.522 98.121 200.66 98.1974 200.217 98.1974H131.501C131.051 98.1974 129.196 98.1134 128.806 97.9683C125.775 97.4569 123.447 94.7772 123.447 91.5709V35.3905Z' fill='%23E4E7FD'/%3E%3Cpath d='M123.47 35.4138H208.256V91.5712C208.256 94.7776 205.927 97.4496 202.889 97.9534C202.499 98.0985 200.621 98.1825 200.186 98.1825H131.531C131.096 98.1825 129.218 98.0985 128.837 97.9534C125.806 97.4496 123.47 94.7776 123.47 91.5712V35.4138Z' fill='%23E5E8FD'/%3E%3Cpath d='M123.485 35.437H208.233V91.5716C208.233 94.7779 205.896 97.4423 202.866 97.9309C202.484 98.0759 200.591 98.1523 200.163 98.1523H131.554C131.127 98.1523 129.233 98.0759 128.859 97.9309C125.821 97.4423 123.485 94.7703 123.485 91.5716V35.437Z' fill='%23E6E8FD'/%3E%3Cpath d='M123.508 35.4593H208.21V91.5709C208.21 94.7696 205.874 97.434 202.835 97.915C202.469 98.0524 200.553 98.1363 200.133 98.1363H131.577C131.157 98.1363 129.256 98.06 128.882 97.915C125.844 97.434 123.508 94.7696 123.508 91.5709V35.4593Z' fill='%23E6E9FD'/%3E%3Cpath d='M123.531 35.4825H208.187V91.5713C208.187 94.77 205.843 97.4267 202.805 97.9C202.446 98.0375 200.514 98.1138 200.102 98.1138H131.608C131.196 98.1138 129.279 98.0375 128.913 97.9C125.874 97.4344 123.531 94.77 123.531 91.5713V35.4825Z' fill='%23E7E9FD'/%3E%3Cpath d='M123.554 35.5058H208.164V91.5716C208.164 94.7704 205.813 97.4271 202.782 97.8851C202.431 98.0225 200.484 98.0913 200.087 98.0913H131.631C131.234 98.0913 129.295 98.0149 128.943 97.8851C125.905 97.4271 123.554 94.7704 123.554 91.5716V35.5058Z' fill='%23E7EAFD'/%3E%3Cpath d='M123.577 35.5209H208.141V91.5715C208.141 94.7626 205.79 97.4193 202.752 97.8621C202.408 97.9919 200.446 98.0682 200.057 98.0682H131.662C131.272 98.0682 129.318 97.9995 128.974 97.8621C125.936 97.4193 123.585 94.7626 123.585 91.5715V35.5209H123.577Z' fill='%23E8EAFD'/%3E%3Cpath d='M123.6 35.5432H208.118V91.5709C208.118 94.762 205.759 97.411 202.721 97.8462C202.385 97.976 200.408 98.0447 200.026 98.0447H131.684C131.303 98.0447 129.333 97.976 128.997 97.8462C125.959 97.411 123.6 94.762 123.6 91.5709V35.5432Z' fill='%23E8EAFD'/%3E%3Cpath d='M123.623 35.567H208.095V91.5717C208.095 94.7628 205.736 97.4043 202.698 97.8318C202.37 97.9539 200.377 98.0227 200.003 98.0227H131.707C131.333 98.0227 129.348 97.9539 129.02 97.8318C125.974 97.4043 123.615 94.7628 123.615 91.5717V35.567H123.623Z' fill='%23E9EBFD'/%3E%3Cpath d='M123.645 35.5892H208.072V91.571C208.072 94.7545 205.706 97.396 202.667 97.8082C202.347 97.9304 200.339 97.9991 199.972 97.9991H131.738C131.379 97.9991 129.371 97.9304 129.058 97.8082C126.012 97.396 123.653 94.7545 123.653 91.571V35.5892H123.645Z' fill='%23E9EBFD'/%3E%3Cpath d='M123.668 35.6124H208.049V91.5714C208.049 94.7549 205.683 97.3963 202.637 97.7933C202.324 97.9078 200.301 97.9765 199.95 97.9765H131.761C131.409 97.9765 129.386 97.9154 129.081 97.7933C126.035 97.3887 123.668 94.7549 123.668 91.5714V35.6124Z' fill='%23EAECFD'/%3E%3Cpath d='M123.691 35.6352H208.027V91.5713C208.027 94.7547 205.653 97.3885 202.614 97.7779C202.316 97.8924 200.27 97.9535 199.927 97.9535H131.791C131.448 97.9535 129.409 97.8924 129.112 97.7779C126.066 97.3885 123.691 94.7547 123.691 91.5713V35.6352Z' fill='%23EBECFD'/%3E%3Cpath d='M123.714 35.6584H208.004V91.5716C208.004 94.7474 205.629 97.3813 202.583 97.763C202.293 97.8775 200.232 97.9386 199.896 97.9386H131.814C131.486 97.9386 129.432 97.8775 129.134 97.763C126.088 97.3813 123.714 94.7551 123.714 91.5716V35.6584Z' fill='%23EBEDFD'/%3E%3Cpath d='M123.737 35.6807H207.981V91.5709C207.981 94.7468 205.599 97.373 202.553 97.7394C202.271 97.8463 200.186 97.9074 199.866 97.9074H131.837C131.516 97.9074 129.448 97.8463 129.157 97.7394C126.111 97.373 123.729 94.7392 123.729 91.5709V35.6807H123.737Z' fill='%23ECEDFD'/%3E%3Cpath d='M123.76 35.7039H207.966V91.5713C207.966 94.7395 205.584 97.3657 202.53 97.7245C202.255 97.8314 200.156 97.8848 199.85 97.8848H131.868C131.555 97.8848 129.47 97.8237 129.196 97.7245C126.142 97.3657 123.76 94.7395 123.76 91.5713V35.7039Z' fill='%23ECEFFD'/%3E%3Cpath d='M123.783 35.7272H207.943V91.5717C207.943 94.7399 205.553 97.3584 202.507 97.7096C202.24 97.8088 200.125 97.8699 199.827 97.8699H131.89C131.585 97.8699 129.485 97.8165 129.218 97.7096C126.165 97.366 123.783 94.7399 123.783 91.5717V35.7272Z' fill='%23EDEFFD'/%3E%3Cpath d='M123.806 35.7499H207.92V91.5715C207.92 94.7397 205.53 97.3582 202.477 97.6941C202.217 97.7934 200.087 97.8468 199.797 97.8468H131.921C131.631 97.8468 129.509 97.7934 129.249 97.6941C126.195 97.3582 123.806 94.7397 123.806 91.5715V35.7499Z' fill='%23EDF0FD'/%3E%3Cpath d='M123.828 35.7727H207.897V91.5713C207.897 94.7319 205.5 97.3504 202.446 97.6711C202.194 97.7627 200.049 97.8161 199.766 97.8161H131.944C131.661 97.8161 129.524 97.7627 129.272 97.6711C126.218 97.3504 123.821 94.7319 123.821 91.5713V35.7727H123.828Z' fill='%23EEF0FD'/%3E%3Cpath d='M123.851 35.7959H207.874V91.5717C207.874 94.7322 205.477 97.3432 202.423 97.6562C202.179 97.7478 200.018 97.8012 199.743 97.8012H131.967C131.692 97.8012 129.539 97.7478 129.302 97.6562C126.248 97.3432 123.851 94.7322 123.851 91.5717V35.7959Z' fill='%23EEF1FD'/%3E%3Cpath d='M123.866 35.8187H207.851V91.5715C207.851 94.7321 205.446 97.3354 202.392 97.6407C202.163 97.7324 199.98 97.7782 199.72 97.7782H131.997C131.737 97.7782 129.562 97.7324 129.333 97.6407C126.279 97.343 123.874 94.7321 123.874 91.5715V35.8187H123.866Z' fill='%23EFF1FD'/%3E%3Cpath d='M123.889 35.8414H207.828V91.5714C207.828 94.7243 205.423 97.3276 202.362 97.6177C202.14 97.7017 199.942 97.7475 199.69 97.7475H132.02C131.768 97.7475 129.577 97.7017 129.356 97.6177C126.302 97.3276 123.889 94.7243 123.889 91.5714V35.8414Z' fill='%23F0F2FF'/%3E%3Cpath d='M123.913 35.8571H207.805V91.5718C207.805 94.7247 205.393 97.328 202.339 97.6028C202.125 97.6868 199.911 97.7326 199.667 97.7326H132.051C131.806 97.7326 129.6 97.6868 129.386 97.6028C126.325 97.3204 123.913 94.7247 123.913 91.5718V35.8571Z' fill='%23F0F2FF'/%3E%3Cpath d='M123.935 35.8793H207.782V91.5711C207.782 94.724 205.37 97.3197 202.308 97.5869C202.102 97.6632 199.873 97.709 199.636 97.709H132.073C131.837 97.709 129.623 97.6632 129.417 97.5869C126.355 97.3197 123.943 94.724 123.943 91.5711V35.8793H123.935Z' fill='%23F1F3FF'/%3E%3Cpath d='M123.958 35.9021H207.759V91.571C207.759 94.7163 205.339 97.3119 202.278 97.5715C202.079 97.6478 199.835 97.686 199.606 97.686H132.096C131.875 97.686 129.638 97.6478 129.44 97.5715C126.378 97.3119 123.958 94.7239 123.958 91.571V35.9021Z' fill='%23F1F3FF'/%3E%3Cpath d='M123.981 35.9254H207.736V91.5713C207.736 94.7166 205.316 97.3046 202.255 97.5489C202.064 97.6176 199.804 97.6634 199.591 97.6634H132.127C131.913 97.6634 129.661 97.6253 129.47 97.5489C126.409 97.3046 123.981 94.7166 123.981 91.5713V35.9254Z' fill='%23F2F4FF'/%3E%3Cpath d='M124.004 35.9481H207.714V91.5711C207.714 94.7164 205.286 97.2968 202.225 97.5335C202.042 97.6022 199.767 97.6404 199.56 97.6404H132.15C131.944 97.6404 129.677 97.6022 129.493 97.5335C126.432 97.2968 124.004 94.7164 124.004 91.5711V35.9481Z' fill='%23F2F4FF'/%3E%3Cpath d='M124.027 35.9713H207.69V91.5715C207.69 94.7092 205.255 97.2972 202.194 97.5186C202.018 97.5873 199.72 97.6178 199.529 97.6178H132.18C131.982 97.6178 129.699 97.5796 129.524 97.5186C126.462 97.2972 124.027 94.7092 124.027 91.5715V35.9713Z' fill='%23F3F4FF'/%3E%3Cpath d='M124.05 35.9941H207.668V91.5714C207.668 94.709 205.232 97.2894 202.171 97.5032C202.011 97.5642 199.69 97.6024 199.507 97.6024H132.203C132.02 97.6024 129.714 97.5719 129.554 97.5032C126.485 97.2894 124.05 94.709 124.05 91.5714V35.9941Z' fill='%23F3F5FF'/%3E%3Cpath d='M124.073 36.0168H207.645V91.5712C207.645 94.7089 205.202 97.2816 202.14 97.4801C201.988 97.5412 199.652 97.5717 199.476 97.5717H132.226C132.051 97.5717 129.73 97.5412 129.577 97.4801C126.508 97.2816 124.073 94.7012 124.073 91.5712V36.0168Z' fill='%23F4F5FF'/%3E%3Cpath d='M124.096 36.0401H207.622V91.5715C207.622 94.7016 205.179 97.2743 202.11 97.4652C201.965 97.5186 199.614 97.5492 199.453 97.5492H132.257C132.089 97.5492 129.753 97.5186 129.608 97.4652C126.539 97.2743 124.096 94.7016 124.096 91.5715V36.0401Z' fill='%23F5F6FF'/%3E%3Cpath d='M124.118 36.0628H207.599V91.5714C207.599 94.7014 205.148 97.2665 202.087 97.4497C201.95 97.5032 199.583 97.5337 199.43 97.5337H132.279C132.127 97.5337 129.768 97.5032 129.63 97.4497C126.561 97.2741 124.111 94.7014 124.111 91.5714V36.0628H124.118Z' fill='%23F5F6FF'/%3E%3Cpath d='M124.142 36.0856H207.584V91.5712C207.584 94.7013 205.133 97.2587 202.064 97.4267C201.934 97.4725 199.553 97.503 199.408 97.503H132.303C132.158 97.503 129.791 97.4725 129.661 97.4267C126.592 97.2587 124.142 94.6936 124.142 91.5712V36.0856Z' fill='%23F6F7FF'/%3E%3Cpath d='M124.165 36.1089H207.561V91.5716C207.561 94.694 205.103 97.2591 202.034 97.4118C201.912 97.4576 199.514 97.4805 199.377 97.4805H132.333C132.196 97.4805 129.814 97.4576 129.692 97.4118C126.623 97.2591 124.165 94.694 124.165 91.5716V36.1089Z' fill='%23F6F7FF'/%3E%3Cpath d='M124.187 36.1311H207.538V91.5709C207.538 94.6933 205.08 97.2508 202.003 97.3959C201.889 97.4417 199.476 97.4646 199.346 97.4646H132.356C132.226 97.4646 129.829 97.4417 129.715 97.3959C126.638 97.2508 124.18 94.6933 124.18 91.5709V36.1311H124.187Z' fill='%23F7F8FF'/%3E%3Cpath d='M124.21 36.1548H207.515V91.5718C207.515 94.6865 205.049 97.244 201.98 97.3814C201.881 97.4196 199.446 97.4425 199.331 97.4425H132.387C132.272 97.4425 129.852 97.4196 129.745 97.3814C126.669 97.244 124.21 94.6942 124.21 91.5718V36.1548Z' fill='%23F7F8FF'/%3E%3Cpath d='M124.225 36.1771H207.492V91.5711C207.492 94.6859 205.026 97.2357 201.95 97.3579C201.858 97.396 199.407 97.4113 199.3 97.4113H132.409C132.302 97.4113 129.867 97.3884 129.775 97.3579C126.699 97.2357 124.233 94.6859 124.233 91.5711V36.1771H124.225Z' fill='%23F8F9FF'/%3E%3Cpath d='M124.249 36.2003H207.469V91.5715C207.469 94.6862 204.996 97.2284 201.919 97.343C201.835 97.3735 199.369 97.3964 199.27 97.3964H132.432C132.333 97.3964 129.883 97.3811 129.799 97.343C126.722 97.2284 124.249 94.6862 124.249 91.5715V36.2003Z' fill='%23F8F9FF'/%3E%3Cpath d='M124.271 36.2231H207.447V91.5713C207.447 94.6784 204.973 97.2283 201.896 97.3275C201.82 97.3581 199.339 97.3733 199.247 97.3733H132.463C132.371 97.3733 129.906 97.3581 129.829 97.3275C126.753 97.2283 124.271 94.6861 124.271 91.5713V36.2231Z' fill='%23F9FAFF'/%3E%3Cpath d='M124.294 36.2383H207.423V91.5712C207.423 94.6783 204.942 97.2205 201.866 97.3121C201.797 97.3351 199.301 97.3503 199.224 97.3503H132.486C132.409 97.3503 129.921 97.3351 129.852 97.3121C126.775 97.2205 124.294 94.686 124.294 91.5712V36.2383Z' fill='%23FAFAFF'/%3E%3Cpath d='M124.317 36.2615H207.401V91.5716C207.401 94.6787 204.92 97.2133 201.835 97.2896C201.774 97.3125 199.263 97.3278 199.194 97.3278H132.517C132.448 97.3278 129.944 97.3125 129.883 97.2896C126.799 97.2133 124.317 94.6711 124.317 91.5716V36.2615Z' fill='%23FAFBFF'/%3E%3Cpath d='M124.34 36.2843H207.377V91.5714C207.377 94.6709 204.889 97.2055 201.812 97.2742C201.759 97.2971 199.232 97.3047 199.171 97.3047H132.539C132.478 97.3047 129.959 97.2971 129.913 97.2742C126.829 97.2055 124.34 94.6709 124.34 91.5714V36.2843Z' fill='%23FBFBFF'/%3E%3Cpath d='M124.363 36.307H207.355V91.5713C207.355 94.6707 204.866 97.1977 201.782 97.2588C201.736 97.274 199.194 97.2817 199.14 97.2817H132.562C132.516 97.2817 129.982 97.274 129.936 97.2588C126.852 97.2053 124.363 94.6707 124.363 91.5713V36.307Z' fill='%23FBFCFF'/%3E%3Cpath d='M124.386 36.3303H207.332V91.5716C207.332 94.6711 204.836 97.198 201.751 97.2362C201.751 97.2362 199.148 97.2591 199.11 97.2591H132.593C132.555 97.2591 130.005 97.2591 129.967 97.2362C126.882 97.1904 124.386 94.6635 124.386 91.5716V36.3303Z' fill='%23FCFCFF'/%3E%3Cpath d='M124.409 36.353H207.309V91.5715C207.309 94.6633 204.813 97.1903 201.728 97.2208C201.728 97.2208 199.117 97.2361 199.094 97.2361H132.616C132.616 97.2361 130.02 97.2361 129.989 97.2208C126.905 97.1903 124.401 94.6633 124.401 91.5715V36.353H124.409Z' fill='%23FCFDFF'/%3E%3Cpath d='M124.431 36.3758H207.286V91.5713C207.286 94.6632 204.782 97.1825 201.698 97.2054C201.698 97.2054 199.079 97.213 199.064 97.213H132.646C132.646 97.213 130.043 97.213 130.027 97.2054C126.943 97.1825 124.439 94.6632 124.439 91.5713V36.3758H124.431Z' fill='%23FDFDFF'/%3E%3Cpath d='M124.454 36.399H207.263V91.5717C207.263 94.6635 204.751 97.1752 201.667 97.1905C201.667 97.1905 199.041 97.1905 199.033 97.1905H132.669C132.669 97.1905 130.058 97.1905 130.05 97.1905C126.966 97.1828 124.454 94.6635 124.454 91.5717V36.399Z' fill='%23FDFFFF'/%3E%3Cpath d='M201.644 97.1674H130.073C126.981 97.1674 124.469 94.6557 124.469 91.5715V36.4218H207.24V91.5715C207.24 94.6557 204.728 97.1674 201.644 97.1674Z' fill='white'/%3E%3Cpath d='M201.644 97.1438H130.073C126.997 97.1438 124.493 94.6398 124.493 91.5708V36.444H207.225V91.5708C207.225 94.6474 204.721 97.1438 201.652 97.1438H201.644Z' fill='white'/%3E%3Cpath d='M201.644 97.1213H130.073C127.012 97.1213 124.516 94.6325 124.516 91.5712V36.4673H207.202V91.5712C207.202 94.6325 204.713 97.1213 201.644 97.1213Z' fill='white'/%3E%3Cpath d='M201.644 97.0982H130.073C127.02 97.0982 124.539 94.6171 124.539 91.571V36.49H207.179V91.571C207.179 94.6171 204.698 97.0982 201.644 97.0982Z' fill='white'/%3E%3Cpath d='M201.644 97.0757H130.073C127.035 97.0757 124.562 94.6022 124.562 91.5638V36.5133H207.156V91.5714C207.156 94.6098 204.683 97.0833 201.644 97.0833V97.0757Z' fill='white'/%3E%3Cpath d='M201.644 97.0526H130.073C127.043 97.0526 124.584 94.5944 124.584 91.5636V36.536H207.133V91.5712C207.133 94.5944 204.675 97.0602 201.644 97.0602V97.0526Z' fill='white'/%3E%3Cpath d='M201.644 97.0301H130.073C127.058 97.0301 124.607 94.5795 124.607 91.5639V36.5593H207.11V91.5716C207.11 94.5871 204.66 97.0377 201.644 97.0377V97.0301Z' fill='white'/%3E%3Cpath d='M201.644 97.0065H130.073C127.073 97.0065 124.63 94.5636 124.63 91.5633V36.5739H207.088V91.571C207.088 94.5712 204.645 97.0142 201.644 97.0142V97.0065Z' fill='white'/%3E%3Cpath d='M201.644 96.984H130.073C127.081 96.984 124.653 94.5563 124.653 91.5637V36.5972H207.064V91.5713C207.064 94.5563 204.637 96.9916 201.644 96.9916V96.984Z' fill='white'/%3E%3Cpath d='M201.644 96.9614H130.073C127.096 96.9614 124.676 94.5414 124.676 91.564V36.6204H207.042V91.5717C207.042 94.549 204.622 96.9691 201.644 96.9691V96.9614Z' fill='white'/%3E%3Cpath d='M201.644 96.9455H130.073C127.111 96.9455 124.699 94.5331 124.699 91.571V36.6427H207.019V91.571C207.019 94.5331 204.607 96.9455 201.644 96.9455Z' fill='white'/%3E%3Cpath d='M201.645 96.923H130.074C127.119 96.923 124.722 94.5182 124.722 91.5714V36.6659H206.996V91.5714C206.996 94.5182 204.599 96.923 201.645 96.923Z' fill='white'/%3E%3Cpath d='M201.645 96.8999H130.074C127.134 96.8999 124.745 94.5104 124.745 91.5712V36.6887H206.973V91.5712C206.973 94.5104 204.584 96.8999 201.645 96.8999Z' fill='white'/%3E%3Cpath d='M201.645 96.8774H130.074C127.142 96.8774 124.76 94.4955 124.76 91.5716V36.7119H206.95V91.5716C206.95 94.4955 204.569 96.8774 201.645 96.8774Z' fill='white'/%3E%3Cpath d='M201.644 96.8538H130.073C127.157 96.8538 124.783 94.4795 124.783 91.5709V36.7342H206.927V91.5709C206.927 94.4872 204.553 96.8538 201.644 96.8538Z' fill='white'/%3E%3Cpath d='M201.644 96.8317H130.073C127.172 96.8317 124.806 94.4728 124.806 91.5718V36.7579H206.904V91.5718C206.904 94.4728 204.545 96.8317 201.644 96.8317Z' fill='white'/%3E%3Cpath d='M201.645 96.8082H130.074C127.18 96.8082 124.829 94.4569 124.829 91.5711V36.7802H206.889V91.5711C206.889 94.4569 204.538 96.8082 201.652 96.8082H201.645Z' fill='white'/%3E%3Cpath d='M201.644 96.7851H130.073C127.195 96.7851 124.852 94.4414 124.852 91.5709V36.8029H206.859V91.5709C206.859 94.449 204.515 96.7851 201.644 96.7851Z' fill='white'/%3E%3Cpath d='M201.644 96.7626H130.073C127.21 96.7626 124.874 94.4341 124.874 91.5713V36.8262H206.843V91.5713C206.843 94.4341 204.515 96.7626 201.652 96.7626H201.644Z' fill='white'/%3E%3Cpath d='M201.644 96.74H130.073C127.218 96.74 124.897 94.4192 124.897 91.5716V36.8494H206.82V91.5716C206.82 94.4192 204.499 96.74 201.644 96.74Z' fill='white'/%3E%3Cpath d='M201.644 96.717H130.073C127.233 96.717 124.92 94.4038 124.92 91.5639V36.8722H206.797V91.5715C206.797 94.4114 204.484 96.7246 201.644 96.7246V96.717Z' fill='white'/%3E%3Cpath d='M201.645 96.6939H130.074C127.241 96.6939 124.943 94.396 124.943 91.5637V36.8949H206.775V91.5713C206.775 94.396 204.477 96.7016 201.645 96.7016V96.6939Z' fill='white'/%3E%3Cpath d='M201.644 96.6714H130.073C127.256 96.6714 124.966 94.3811 124.966 91.5641V36.9182H206.752V91.5717C206.752 94.3887 204.461 96.679 201.644 96.679V96.6714Z' fill='white'/%3E%3Cpath d='M201.644 96.6478H130.073C127.271 96.6478 124.989 94.3652 124.989 91.5634V36.9328H206.729V91.5711C206.729 94.3728 204.446 96.6555 201.644 96.6555V96.6478Z' fill='white'/%3E%3Cpath d='M201.644 96.6253H130.073C127.279 96.6253 125.012 94.3579 125.012 91.5638V36.9561H206.706V91.5714C206.706 94.3579 204.438 96.6329 201.644 96.6329V96.6253Z' fill='white'/%3E%3Cpath d='M201.644 96.6027H130.073C127.294 96.6027 125.035 94.343 125.035 91.5641V36.9793H206.683V91.5718C206.683 94.3506 204.423 96.6104 201.644 96.6104V96.6027Z' fill='white'/%3E%3Cpath d='M201.644 96.5792H130.073C127.302 96.5792 125.058 94.3271 125.058 91.5635V37.0016H206.66V91.5711C206.66 94.3347 204.408 96.5868 201.644 96.5868V96.5792Z' fill='white'/%3E%3Cpath d='M201.644 96.5638H130.073C127.317 96.5638 125.081 94.3269 125.081 91.571V37.0244H206.637V91.571C206.637 94.3269 204.4 96.5638 201.644 96.5638Z' fill='white'/%3E%3Cpath d='M201.644 96.5412H130.073C127.333 96.5412 125.104 94.312 125.104 91.5713V37.0476H206.614V91.5713C206.614 94.312 204.385 96.5412 201.644 96.5412Z' fill='white'/%3E%3Cpath d='M201.645 96.5186H130.074C127.34 96.5186 125.119 94.2971 125.119 91.5717V37.0708H206.591V91.5717C206.591 94.2971 204.37 96.5186 201.645 96.5186Z' fill='white'/%3E%3Cpath d='M201.644 96.4951H130.073C127.356 96.4951 125.142 94.2888 125.142 91.571V37.0931H206.568V91.571C206.568 94.2888 204.362 96.4951 201.644 96.4951Z' fill='white'/%3E%3Cpath d='M201.645 96.4725H130.074C127.371 96.4725 125.165 94.2739 125.165 91.5714V37.1163H206.546V91.5714C206.546 94.2739 204.347 96.4725 201.645 96.4725Z' fill='white'/%3E%3Cpath d='M201.644 96.45H130.073C127.379 96.45 125.188 94.259 125.188 91.5717V37.1396H206.523V91.5717C206.523 94.259 204.332 96.45 201.644 96.45Z' fill='white'/%3E%3Cpath d='M201.644 96.4264H130.073C127.394 96.4264 125.21 94.243 125.21 91.5711V37.1618H206.507V91.5711C206.507 94.2507 204.331 96.4264 201.652 96.4264H201.644Z' fill='white'/%3E%3Cpath d='M201.644 96.4039H130.074C127.402 96.4039 125.233 94.2357 125.233 91.5714V37.1851H206.485V91.5714C206.485 94.2357 204.316 96.4039 201.652 96.4039H201.644Z' fill='white'/%3E%3Cpath d='M201.644 96.3813H130.073C127.417 96.3813 125.256 94.2208 125.256 91.5717V37.2083H206.461V91.5717C206.461 94.2285 204.301 96.3813 201.644 96.3813Z' fill='white'/%3E%3Cpath d='M201.645 96.3572H130.074C127.432 96.3572 125.279 94.2044 125.279 91.5629V37.2301H206.439V91.5706C206.439 94.212 204.286 96.3649 201.645 96.3649V96.3572Z' fill='white'/%3E%3Cpath d='M201.645 96.3352H130.074C127.44 96.3352 125.302 94.1976 125.302 91.5638V37.2538H206.416V91.5714C206.416 94.1976 204.278 96.3428 201.645 96.3428V96.3352Z' fill='white'/%3E%3Cpath d='M201.644 96.3121H130.073C127.455 96.3121 125.325 94.1822 125.325 91.5636V37.2766H206.393V91.5713C206.393 94.1898 204.263 96.3198 201.644 96.3198V96.3121Z' fill='white'/%3E%3Cpath d='M201.644 96.2896H130.073C127.463 96.2896 125.348 94.1673 125.348 91.564V37.2998H206.37V91.5716C206.37 94.1749 204.248 96.2972 201.644 96.2972V96.2896Z' fill='white'/%3E%3Cpath d='M201.644 96.2666H130.073C127.478 96.2666 125.371 94.1595 125.371 91.5639V37.315H206.347V91.5715C206.347 94.1595 204.24 96.2742 201.644 96.2742V96.2666Z' fill='white'/%3E%3Cpath d='M201.645 96.2435H130.074C127.493 96.2435 125.394 94.1441 125.394 91.5638V37.3378H206.324V91.5714C206.324 94.1518 204.225 96.2512 201.645 96.2512V96.2435Z' fill='white'/%3E%3Cpath d='M201.644 96.2205H130.073C127.501 96.2205 125.417 94.1287 125.417 91.5636V37.3605H206.301V91.5712C206.301 94.1363 204.209 96.2281 201.644 96.2281V96.2205Z' fill='white'/%3E%3Cpath d='M201.644 96.205H130.073C127.516 96.205 125.439 94.1285 125.439 91.5711V37.3832H206.278V91.5711C206.278 94.1285 204.202 96.205 201.644 96.205Z' fill='white'/%3E%3Cpath d='M201.644 96.1825H130.073C127.531 96.1825 125.462 94.1136 125.462 91.5714V37.4065H206.255V91.5714C206.255 94.1136 204.186 96.1825 201.644 96.1825Z' fill='white'/%3E%3Cpath d='M201.644 96.1599H130.073C127.539 96.1599 125.485 94.0987 125.485 91.5718V37.4297H206.232V91.5718C206.232 94.0987 204.171 96.1599 201.644 96.1599Z' fill='white'/%3E%3Cpath d='M201.644 96.1364H130.073C127.554 96.1364 125.5 94.0904 125.5 91.5711V37.452H206.209V91.5711C206.209 94.0904 204.163 96.1364 201.644 96.1364Z' fill='white'/%3E%3Cpath d='M201.644 96.1138H130.073C127.562 96.1138 125.523 94.0755 125.523 91.5715V37.4753H206.187V91.5715C206.187 94.0755 204.148 96.1138 201.644 96.1138Z' fill='white'/%3E%3Cpath d='M201.644 96.0913H130.073C127.577 96.0913 125.546 94.0606 125.546 91.5718V37.4985H206.164V91.5718C206.164 94.0682 204.133 96.0913 201.644 96.0913Z' fill='white'/%3E%3Cpath d='M201.644 96.0677H130.073C127.592 96.0677 125.569 94.0523 125.569 91.5712V37.5208H206.148V91.5712C206.148 94.0523 204.133 96.0677 201.652 96.0677H201.644Z' fill='white'/%3E%3Cpath d='M201.644 96.0447H130.073C127.6 96.0447 125.592 94.0369 125.592 91.571V37.5435H206.126V91.571C206.126 94.0369 204.118 96.0447 201.644 96.0447Z' fill='white'/%3E%3Cpath d='M201.644 96.0226H130.073C127.615 96.0226 125.615 94.0224 125.615 91.5719V37.5673H206.103V91.5719C206.103 94.0301 204.102 96.0226 201.652 96.0226H201.644Z' fill='white'/%3E%3Cpath d='M201.644 95.9985H130.073C127.63 95.9985 125.638 94.0136 125.638 91.563V37.589H206.08V91.5707C206.08 94.0136 204.095 96.0062 201.644 96.0062V95.9985Z' fill='white'/%3E%3Cpath d='M201.644 95.976H130.073C127.638 95.976 125.661 93.9987 125.661 91.5634V37.6122H206.057V91.571C206.057 93.9987 204.08 95.9836 201.644 95.9836V95.976Z' fill='white'/%3E%3Cpath d='M201.644 95.9534H130.073C127.653 95.9534 125.684 93.9838 125.684 91.5638V37.6355H206.034V91.5714C206.034 93.9914 204.064 95.9611 201.644 95.9611V95.9534Z' fill='white'/%3E%3Cpath d='M201.645 95.9309H130.074C127.669 95.9309 125.707 93.9689 125.707 91.5641V37.6588H206.011V91.5717C206.011 93.9765 204.057 95.9385 201.645 95.9385V95.9309Z' fill='white'/%3E%3Cpath d='M201.644 95.9073H130.073C127.676 95.9073 125.729 93.9606 125.729 91.5635V37.681H205.988V91.5711C205.988 93.9682 204.042 95.915 201.644 95.915V95.9073Z' fill='white'/%3E%3Cpath d='M201.644 95.8848H130.073C127.691 95.8848 125.752 93.9457 125.752 91.5639V37.6967H205.965V91.5715C205.965 93.9534 204.026 95.8925 201.644 95.8925V95.8848Z' fill='white'/%3E%3Cpath d='M201.644 95.8618H130.073C127.699 95.8618 125.775 93.9303 125.775 91.5637V37.7194H205.943V91.5713C205.943 93.9379 204.019 95.8694 201.644 95.8694V95.8618Z' fill='white'/%3E%3Cpath d='M201.644 95.8463H130.073C127.714 95.8463 125.798 93.9301 125.798 91.5712V37.7422H205.919V91.5712C205.919 93.9301 204.003 95.8463 201.644 95.8463Z' fill='white'/%3E%3Cpath d='M201.645 95.8238H130.074C127.73 95.8238 125.821 93.9152 125.821 91.5715V37.7654H205.897V91.5715C205.897 93.9152 203.988 95.8238 201.645 95.8238Z' fill='white'/%3E%3Cpath d='M201.644 95.8008H130.073C127.737 95.8008 125.844 93.8998 125.844 91.5714V37.7882H205.874V91.5714C205.874 93.8998 203.973 95.8008 201.644 95.8008Z' fill='white'/%3E%3Cpath d='M201.644 95.7777H130.073C127.752 95.7777 125.867 93.892 125.867 91.5712V37.8109H205.851V91.5712C205.851 93.892 203.965 95.7777 201.644 95.7777Z' fill='white'/%3E%3Cpath d='M201.644 95.7546H130.073C127.76 95.7546 125.882 93.8766 125.882 91.5711V37.8337H205.828V91.5711C205.828 93.8766 203.95 95.7546 201.644 95.7546Z' fill='white'/%3E%3Cpath d='M201.644 95.7326H130.073C127.775 95.7326 125.905 93.8622 125.905 91.5719V37.8574H205.805V91.5719C205.805 93.8698 203.935 95.7326 201.644 95.7326Z' fill='white'/%3E%3Cpath d='M201.644 95.709H130.073C127.791 95.709 125.928 93.8539 125.928 91.5713V37.8797H205.782V91.5713C205.782 93.8539 203.927 95.709 201.644 95.709Z' fill='white'/%3E%3Cpath d='M201.644 95.686H130.073C127.798 95.686 125.951 93.8385 125.951 91.5711V37.9024H205.767V91.5711C205.767 93.8385 203.919 95.686 201.652 95.686H201.644Z' fill='white'/%3E%3Cpath d='M201.644 95.6634H130.073C127.813 95.6634 125.973 93.8235 125.973 91.5714V37.9257H205.744V91.5714C205.744 93.8312 203.904 95.6634 201.644 95.6634Z' fill='white'/%3E%3Cpath d='M201.644 95.6404H130.073C127.829 95.6404 125.997 93.8158 125.997 91.5713V37.9484H205.721V91.5713C205.721 93.8158 203.896 95.6404 201.644 95.6404Z' fill='white'/%3E%3Cpath d='M201.644 95.6173H130.073C127.836 95.6173 126.02 93.8003 126.02 91.5635V37.9712H205.698V91.5711C205.698 93.808 203.881 95.6249 201.644 95.6249V95.6173Z' fill='white'/%3E%3Cpath d='M201.644 95.5947H130.073C127.852 95.5947 126.042 93.7854 126.042 91.5639V37.9944H205.675V91.5715C205.675 93.7931 203.866 95.6024 201.644 95.6024V95.5947Z' fill='white'/%3E%3Cpath d='M201.644 95.5722H130.073C127.859 95.5722 126.065 93.7781 126.065 91.5642V38.0177H205.652V91.5718C205.652 93.7781 203.858 95.5798 201.644 95.5798V95.5722Z' fill='white'/%3E%3Cpath d='M201.644 95.5486H130.073C127.875 95.5486 126.088 93.7622 126.088 91.5636V38.0399H205.63V91.5712C205.63 93.7699 203.843 95.5563 201.644 95.5563V95.5486Z' fill='white'/%3E%3Cpath d='M201.644 95.5256H130.073C127.89 95.5256 126.111 93.7468 126.111 91.5634V38.0551H205.607V91.5711C205.607 93.7545 203.828 95.5333 201.644 95.5333V95.5256Z' fill='white'/%3E%3Cpath d='M201.644 95.5031H130.073C127.898 95.5031 126.134 93.7396 126.134 91.5638V38.0783H205.584V91.5714C205.584 93.7396 203.82 95.5107 201.644 95.5107V95.5031Z' fill='white'/%3E%3Cpath d='M201.644 95.4795H130.073C127.913 95.4795 126.157 93.7236 126.157 91.5631V38.1006H205.56V91.5708C205.56 93.7313 203.805 95.4871 201.644 95.4871V95.4795Z' fill='white'/%3E%3Cpath d='M201.644 95.4651H130.073C127.928 95.4651 126.18 93.7169 126.18 91.5716V38.1243H205.538V91.5716C205.538 93.7169 203.79 95.4651 201.644 95.4651Z' fill='white'/%3E%3Cpath d='M201.644 95.442H130.073C127.936 95.442 126.203 93.7014 126.203 91.5715V38.1471H205.515V91.5715C205.515 93.7091 203.782 95.442 201.644 95.442Z' fill='white'/%3E%3Cpath d='M201.644 95.419H130.073C127.951 95.419 126.226 93.6936 126.226 91.5713V38.1698H205.492V91.5713C205.492 93.6936 203.767 95.419 201.644 95.419Z' fill='white'/%3E%3Cpath d='M201.644 95.3959H130.073C127.959 95.3959 126.241 93.6782 126.241 91.5712V38.1926H205.469V91.5712C205.469 93.6782 203.751 95.3959 201.644 95.3959Z' fill='white'/%3E%3Cpath d='M201.645 95.3734H130.074C127.974 95.3734 126.264 93.6633 126.264 91.5715V38.2158H205.446V91.5715C205.446 93.6709 203.744 95.3734 201.645 95.3734Z' fill='white'/%3E%3Cpath d='M201.644 95.3503H130.073C127.989 95.3503 126.287 93.6555 126.287 91.5714V38.2386H205.423V91.5714C205.423 93.6555 203.729 95.3503 201.644 95.3503Z' fill='white'/%3E%3Cpath d='M201.644 95.3273H130.073C127.997 95.3273 126.31 93.6401 126.31 91.5712V38.2613H205.408V91.5712C205.408 93.6401 203.721 95.3273 201.652 95.3273H201.644Z' fill='white'/%3E%3Cpath d='M201.645 95.3047H130.074C128.012 95.3047 126.333 93.6252 126.333 91.5716V38.2846H205.385V91.5716C205.385 93.6328 203.706 95.3047 201.645 95.3047Z' fill='white'/%3E%3Cpath d='M201.644 95.2817H130.073C128.027 95.2817 126.355 93.6174 126.355 91.5638V38.3073H205.362V91.5714C205.362 93.6174 203.698 95.2893 201.644 95.2893V95.2817Z' fill='white'/%3E%3Cpath d='M201.644 95.2586H130.073C128.035 95.2586 126.378 93.602 126.378 91.5636V38.3301H205.339V91.5712C205.339 93.6096 203.683 95.2662 201.644 95.2662V95.2586Z' fill='white'/%3E%3Cpath d='M201.644 95.236H130.073C128.05 95.236 126.401 93.587 126.401 91.564V38.3533H205.316V91.5716C205.316 93.5947 203.675 95.2437 201.644 95.2437V95.236Z' fill='white'/%3E%3Cpath d='M201.644 95.213H130.073C128.058 95.213 126.424 93.5793 126.424 91.5638V38.3761H205.293V91.5715C205.293 93.5793 203.66 95.2206 201.644 95.2206V95.213Z' fill='white'/%3E%3Cpath d='M201.645 95.1899H130.074C128.073 95.1899 126.447 93.5638 126.447 91.5637V38.3988H205.271V91.5713C205.271 93.5715 203.645 95.1976 201.645 95.1976V95.1899Z' fill='white'/%3E%3Cpath d='M201.644 95.1674H130.073C128.088 95.1674 126.47 93.549 126.47 91.5641V38.4145H205.248V91.5717C205.248 93.5566 203.629 95.1751 201.644 95.1751V95.1674Z' fill='white'/%3E%3Cpath d='M201.644 95.1439H130.073C128.096 95.1439 126.493 93.5407 126.493 91.5634V38.4368H205.225V91.571C205.225 93.5483 203.622 95.1515 201.644 95.1515V95.1439Z' fill='white'/%3E%3Cpath d='M201.644 95.1213H130.073C128.111 95.1213 126.516 93.5258 126.516 91.5638V38.46H205.202V91.5714C205.202 93.5334 203.606 95.129 201.644 95.129V95.1213Z' fill='white'/%3E%3Cpath d='M201.644 95.1059H130.073C128.126 95.1059 126.539 93.518 126.539 91.5712V38.4827H205.179V91.5712C205.179 93.518 203.591 95.1059 201.644 95.1059Z' fill='white'/%3E%3Cpath d='M201.644 95.0828H130.073C128.134 95.0828 126.562 93.5102 126.562 91.5711V38.5055H205.156V91.5711C205.156 93.5102 203.583 95.0828 201.644 95.0828Z' fill='white'/%3E%3Cpath d='M201.644 95.0603H130.073C128.15 95.0603 126.577 93.4953 126.577 91.5714V38.5287H205.133V91.5714C205.133 93.4953 203.568 95.0603 201.644 95.0603Z' fill='white'/%3E%3Cpath d='M201.644 95.0372H130.073C128.157 95.0372 126.607 93.4798 126.607 91.5713V38.5515H205.11V91.5713C205.11 93.4798 203.553 95.0372 201.644 95.0372Z' fill='white'/%3E%3Cpath d='M201.644 95.0147H130.073C128.173 95.0147 126.623 93.4726 126.623 91.5716V38.5748H205.087V91.5716C205.087 93.4726 203.545 95.0147 201.644 95.0147Z' fill='white'/%3E%3Cpath d='M201.644 94.9911H130.073C128.188 94.9911 126.646 93.4566 126.646 91.571V38.597H205.064V91.571C205.064 93.4566 203.53 94.9911 201.644 94.9911Z' fill='white'/%3E%3Cpath d='M201.645 94.9686H130.074C128.196 94.9686 126.669 93.4417 126.669 91.5713V38.6203H205.042V91.5713C205.042 93.4493 203.515 94.9686 201.645 94.9686Z' fill='white'/%3E%3Cpath d='M201.645 94.9455H130.074C128.211 94.9455 126.692 93.4339 126.692 91.5712V38.643H205.027V91.5712C205.027 93.4339 203.515 94.9455 201.652 94.9455H201.645Z' fill='white'/%3E%3Cpath d='M201.644 94.9229H130.073C128.218 94.9229 126.714 93.419 126.714 91.5715V38.6662H205.003V91.5715C205.003 93.419 203.499 94.9229 201.644 94.9229Z' fill='white'/%3E%3Cpath d='M201.644 94.8994H130.073C128.234 94.8994 126.737 93.4031 126.737 91.5632V38.6885H204.981V91.5709C204.981 93.4107 203.484 94.907 201.644 94.907V94.8994Z' fill='white'/%3E%3Cpath d='M209.508 27.8633C209.508 23.5194 205.981 20 201.644 20H130.073C125.73 20 122.21 23.5194 122.21 27.8633V34.1539H209.508V27.8633Z' fill='url(%23paint350_linear_2_359)'/%3E%3Cg filter='url(%23filter2_d_2_359)'%3E%3Cpath d='M219.325 90.4111C219.325 100.122 211.447 108 201.728 108C192.01 108 184.131 100.122 184.131 90.4111C184.131 80.7003 192.01 72.8141 201.728 72.8141C211.447 72.8141 219.325 80.6927 219.325 90.4111Z' fill='url(%23paint351_linear_2_359)'/%3E%3Cpath d='M219.287 90.411C219.287 100.106 211.424 107.962 201.728 107.962C192.033 107.962 184.17 100.099 184.17 90.411C184.17 80.7231 192.033 72.8522 201.728 72.8522C211.424 72.8522 219.287 80.7155 219.287 90.411Z' fill='url(%23paint352_linear_2_359)'/%3E%3Cpath d='M219.249 90.4112C219.249 100.084 211.401 107.924 201.728 107.924C192.056 107.924 184.208 100.084 184.208 90.4112C184.208 80.7387 192.056 72.8907 201.728 72.8907C211.401 72.8907 219.249 80.7387 219.249 90.4112Z' fill='url(%23paint353_linear_2_359)'/%3E%3Cpath d='M219.218 90.411C219.218 100.061 211.393 107.893 201.736 107.893C192.079 107.893 184.253 100.068 184.253 90.411C184.253 80.7537 192.079 72.9286 201.736 72.9286C211.393 72.9286 219.218 80.7537 219.218 90.411Z' fill='url(%23paint354_linear_2_359)'/%3E%3Cpath d='M219.18 90.4117C219.18 100.046 211.37 107.856 201.736 107.856C192.102 107.856 184.284 100.046 184.284 90.4117C184.284 80.7773 192.094 72.9675 201.736 72.9675C211.378 72.9675 219.18 80.7773 219.18 90.4117Z' fill='url(%23paint355_linear_2_359)'/%3E%3Cpath d='M219.142 90.411C219.142 100.022 211.347 107.817 201.736 107.817C192.124 107.817 184.322 100.022 184.322 90.411C184.322 80.7995 192.117 73.0049 201.736 73.0049C211.355 73.0049 219.142 80.7995 219.142 90.411Z' fill='url(%23paint356_linear_2_359)'/%3E%3Cpath d='M219.104 90.4112C219.104 99.9998 211.324 107.779 201.736 107.779C192.147 107.779 184.36 99.9998 184.36 90.4112C184.36 80.8226 192.14 73.0433 201.736 73.0433C211.332 73.0433 219.104 80.8226 219.104 90.4112Z' fill='url(%23paint357_linear_2_359)'/%3E%3Cpath d='M219.066 90.411C219.066 99.9843 211.302 107.741 201.736 107.741C192.171 107.741 184.399 99.9767 184.399 90.411C184.399 80.8453 192.163 73.0737 201.736 73.0737C211.31 73.0737 219.066 80.8377 219.066 90.411Z' fill='url(%23paint358_linear_2_359)'/%3E%3Cpath d='M219.027 90.4113C219.027 99.9617 211.279 107.703 201.728 107.703C192.178 107.703 184.429 99.9617 184.429 90.4113C184.429 80.8608 192.17 73.1121 201.728 73.1121C211.286 73.1121 219.027 80.8532 219.027 90.4113Z' fill='url(%23paint359_linear_2_359)'/%3E%3Cpath d='M218.989 90.411C218.989 99.9385 211.263 107.664 201.728 107.664C192.193 107.664 184.467 99.9385 184.467 90.411C184.467 80.8835 192.193 73.15 201.728 73.15C211.263 73.15 218.989 80.8758 218.989 90.411Z' fill='url(%23paint360_linear_2_359)'/%3E%3Cpath d='M218.951 90.4113C218.951 99.9159 211.241 107.634 201.728 107.634C192.216 107.634 184.506 99.9235 184.506 90.4113C184.506 80.899 192.216 73.1884 201.728 73.1884C211.241 73.1884 218.951 80.899 218.951 90.4113Z' fill='url(%23paint361_linear_2_359)'/%3E%3Cpath d='M218.921 90.411C218.921 99.9004 211.226 107.596 201.736 107.596C192.247 107.596 184.552 99.9004 184.552 90.411C184.552 80.9216 192.247 73.2263 201.736 73.2263C211.226 73.2263 218.921 80.9216 218.921 90.411Z' fill='url(%23paint362_linear_2_359)'/%3E%3Cpath d='M218.883 90.4112C218.883 99.8777 211.203 107.558 201.736 107.558C192.27 107.558 184.582 99.8777 184.582 90.4112C184.582 80.9448 192.262 73.2647 201.736 73.2647C211.21 73.2647 218.883 80.9448 218.883 90.4112Z' fill='url(%23paint363_linear_2_359)'/%3E%3Cpath d='M218.844 90.4115C218.844 99.855 211.18 107.52 201.736 107.52C192.293 107.52 184.62 99.855 184.62 90.4115C184.62 80.9679 192.285 73.3032 201.736 73.3032C211.187 73.3032 218.844 80.9679 218.844 90.4115Z' fill='url(%23paint364_linear_2_359)'/%3E%3Cpath d='M218.806 90.4112C218.806 99.8395 211.164 107.481 201.736 107.481C192.308 107.481 184.658 99.8395 184.658 90.4112C184.658 80.983 192.3 73.3411 201.736 73.3411C211.172 73.3411 218.806 80.983 218.806 90.4112Z' fill='url(%23paint365_linear_2_359)'/%3E%3Cpath d='M218.768 90.411C218.768 99.8164 211.141 107.443 201.728 107.443C192.315 107.443 184.688 99.8164 184.688 90.411C184.688 81.0057 192.315 73.3714 201.728 73.3714C211.141 73.3714 218.768 80.998 218.768 90.411Z' fill='url(%23paint366_linear_2_359)'/%3E%3Cpath d='M218.73 90.4113C218.73 99.7938 211.119 107.405 201.729 107.405C192.338 107.405 184.727 99.7938 184.727 90.4113C184.727 81.0288 192.338 73.4098 201.729 73.4098C211.119 73.4098 218.73 81.0212 218.73 90.4113Z' fill='url(%23paint367_linear_2_359)'/%3E%3Cpath d='M218.692 90.411C218.692 99.7782 211.096 107.367 201.728 107.367C192.361 107.367 184.765 99.7706 184.765 90.411C184.765 81.0514 192.361 73.4477 201.728 73.4477C211.096 73.4477 218.692 81.0438 218.692 90.411Z' fill='url(%23paint368_linear_2_359)'/%3E%3Cpath d='M218.653 90.4113C218.653 99.7556 211.072 107.336 201.728 107.336C192.384 107.336 184.803 99.7556 184.803 90.4113C184.803 81.067 192.384 73.4862 201.728 73.4862C211.072 73.4862 218.653 81.067 218.653 90.4113Z' fill='url(%23paint369_linear_2_359)'/%3E%3Cpath d='M218.623 90.4115C218.623 99.7329 211.065 107.298 201.736 107.298C192.407 107.298 184.849 99.7406 184.849 90.4115C184.849 81.0825 192.407 73.5246 201.736 73.5246C211.065 73.5246 218.623 81.0825 218.623 90.4115Z' fill='url(%23paint370_linear_2_359)'/%3E%3Cpath d='M218.585 90.4113C218.585 99.7174 211.042 107.26 201.736 107.26C192.43 107.26 184.88 99.7174 184.88 90.4113C184.88 81.1051 192.422 73.5625 201.736 73.5625C211.05 73.5625 218.585 81.1051 218.585 90.4113Z' fill='url(%23paint371_linear_2_359)'/%3E%3Cpath d='M218.547 90.411C218.547 99.6942 211.019 107.222 201.736 107.222C192.453 107.222 184.918 99.6942 184.918 90.411C184.918 81.1278 192.445 73.6004 201.736 73.6004C211.027 73.6004 218.547 81.1278 218.547 90.411Z' fill='url(%23paint372_linear_2_359)'/%3E%3Cpath d='M218.509 90.4112C218.509 99.6716 210.997 107.184 201.736 107.184C192.476 107.184 184.956 99.6716 184.956 90.4112C184.956 81.1509 192.468 73.6388 201.736 73.6388C211.004 73.6388 218.509 81.1509 218.509 90.4112Z' fill='url(%23paint373_linear_2_359)'/%3E%3Cpath d='M218.47 90.411C218.47 99.6485 210.974 107.145 201.728 107.145C192.483 107.145 184.987 99.6485 184.987 90.411C184.987 81.1736 192.483 73.6692 201.728 73.6692C210.974 73.6692 218.47 81.166 218.47 90.411Z' fill='url(%23paint374_linear_2_359)'/%3E%3Cpath d='M218.432 90.4113C218.432 99.6335 210.951 107.107 201.728 107.107C192.506 107.107 185.025 99.6335 185.025 90.4113C185.025 81.1891 192.499 73.7076 201.728 73.7076C210.958 73.7076 218.432 81.1815 218.432 90.4113Z' fill='url(%23paint375_linear_2_359)'/%3E%3Cpath d='M218.394 90.411C218.394 99.6103 210.935 107.069 201.728 107.069C192.521 107.069 185.063 99.6103 185.063 90.411C185.063 81.2118 192.521 73.7455 201.728 73.7455C210.935 73.7455 218.394 81.2041 218.394 90.411Z' fill='url(%23paint376_linear_2_359)'/%3E%3Cpath d='M218.356 90.4113C218.356 99.5876 210.912 107.031 201.728 107.031C192.544 107.031 185.101 99.5876 185.101 90.4113C185.101 81.2349 192.544 73.7839 201.728 73.7839C210.912 73.7839 218.356 81.2273 218.356 90.4113Z' fill='url(%23paint377_linear_2_359)'/%3E%3Cpath d='M218.325 90.411C218.325 99.5721 210.897 107 201.736 107C192.575 107 185.147 99.5721 185.147 90.411C185.147 81.2499 192.575 73.8218 201.736 73.8218C210.897 73.8218 218.325 81.2499 218.325 90.411Z' fill='url(%23paint378_linear_2_359)'/%3E%3Cpath d='M218.287 90.4118C218.287 99.55 210.874 106.963 201.736 106.963C192.598 106.963 185.177 99.55 185.177 90.4118C185.177 81.2736 192.59 73.8607 201.736 73.8607C210.882 73.8607 218.287 81.2736 218.287 90.4118Z' fill='url(%23paint379_linear_2_359)'/%3E%3Cpath d='M218.249 90.411C218.249 99.5263 210.851 106.924 201.736 106.924C192.621 106.924 185.216 99.5263 185.216 90.411C185.216 81.2957 192.613 73.8982 201.736 73.8982C210.859 73.8982 218.249 81.2957 218.249 90.411Z' fill='url(%23paint380_linear_2_359)'/%3E%3Cpath d='M218.211 90.4108C218.211 99.5108 210.836 106.885 201.736 106.885C192.636 106.885 185.254 99.5108 185.254 90.4108C185.254 81.3107 192.636 73.9361 201.736 73.9361C210.836 73.9361 218.211 81.3107 218.211 90.4108Z' fill='url(%23paint381_linear_2_359)'/%3E%3Cpath d='M218.172 90.4111C218.172 99.4882 210.813 106.848 201.728 106.848C192.644 106.848 185.284 99.4882 185.284 90.4111C185.284 81.3339 192.644 73.9669 201.728 73.9669C210.813 73.9669 218.172 81.3263 218.172 90.4111Z' fill='url(%23paint382_linear_2_359)'/%3E%3Cpath d='M218.134 90.4113C218.134 99.4655 210.79 106.81 201.728 106.81C192.667 106.81 185.323 99.4655 185.323 90.4113C185.323 81.3571 192.667 74.0053 201.728 74.0053C210.79 74.0053 218.134 81.3495 218.134 90.4113Z' fill='url(%23paint383_linear_2_359)'/%3E%3Cpath d='M218.096 90.4111C218.096 99.4424 210.767 106.771 201.728 106.771C192.689 106.771 185.361 99.4424 185.361 90.4111C185.361 81.3797 192.689 74.0432 201.728 74.0432C210.767 74.0432 218.096 81.3721 218.096 90.4111Z' fill='url(%23paint384_linear_2_359)'/%3E%3Cpath d='M218.058 90.4118C218.058 99.4278 210.744 106.734 201.728 106.734C192.712 106.734 185.399 99.4202 185.399 90.4118C185.399 81.4034 192.712 74.0822 201.728 74.0822C210.744 74.0822 218.058 81.3958 218.058 90.4118Z' fill='url(%23paint385_linear_2_359)'/%3E%3Cpath d='M218.02 90.411C218.02 99.4042 210.729 106.702 201.728 106.702C192.728 106.702 185.437 99.4042 185.437 90.411C185.437 81.4179 192.735 74.1196 201.728 74.1196C210.722 74.1196 218.02 81.4103 218.02 90.411Z' fill='url(%23paint386_linear_2_359)'/%3E%3Cpath d='M217.989 90.4108C217.989 99.381 210.714 106.664 201.736 106.664C192.758 106.664 185.475 99.3886 185.475 90.4108C185.475 81.4329 192.751 74.1575 201.736 74.1575C210.722 74.1575 217.989 81.4329 217.989 90.4108Z' fill='url(%23paint387_linear_2_359)'/%3E%3Cpath d='M217.951 90.411C217.951 99.366 210.691 106.626 201.736 106.626C192.781 106.626 185.513 99.366 185.513 90.411C185.513 81.4561 192.774 74.1959 201.736 74.1959C210.699 74.1959 217.951 81.4561 217.951 90.411Z' fill='url(%23paint388_linear_2_359)'/%3E%3Cpath d='M217.913 90.4108C217.913 99.3428 210.668 106.588 201.736 106.588C192.804 106.588 185.552 99.3428 185.552 90.4108C185.552 81.4787 192.797 74.2338 201.736 74.2338C210.676 74.2338 217.913 81.4787 217.913 90.4108Z' fill='url(%23paint389_linear_2_359)'/%3E%3Cpath d='M217.875 90.4111C217.875 99.3202 210.645 106.55 201.728 106.55C192.812 106.55 185.582 99.3202 185.582 90.4111C185.582 81.5019 192.812 74.2646 201.728 74.2646C210.645 74.2646 217.875 81.4943 217.875 90.4111Z' fill='url(%23paint390_linear_2_359)'/%3E%3Cpath d='M217.837 90.4108C217.837 99.3047 210.622 106.511 201.728 106.511C192.834 106.511 185.62 99.2971 185.62 90.4108C185.62 81.5246 192.834 74.3026 201.728 74.3026C210.622 74.3026 217.837 81.5169 217.837 90.4108Z' fill='url(%23paint391_linear_2_359)'/%3E%3Cpath d='M217.799 90.4111C217.799 99.282 210.607 106.473 201.729 106.473C192.85 106.473 185.659 99.282 185.659 90.4111C185.659 81.5401 192.85 74.341 201.729 74.341C210.607 74.341 217.799 81.5324 217.799 90.4111Z' fill='url(%23paint392_linear_2_359)'/%3E%3Cpath d='M217.76 90.4108C217.76 99.2589 210.584 106.443 201.728 106.443C192.873 106.443 185.697 99.2665 185.697 90.4108C185.697 81.5551 192.873 74.3789 201.728 74.3789C210.584 74.3789 217.76 81.5551 217.76 90.4108Z' fill='url(%23paint393_linear_2_359)'/%3E%3Cpath d='M217.73 90.4116C217.73 99.2444 210.569 106.405 201.736 106.405C192.903 106.405 185.742 99.2444 185.742 90.4116C185.742 81.5788 192.903 74.4178 201.736 74.4178C210.569 74.4178 217.73 81.5788 217.73 90.4116Z' fill='url(%23paint394_linear_2_359)'/%3E%3Cpath d='M217.692 90.4108C217.692 99.2207 210.546 106.366 201.736 106.366C192.926 106.366 185.773 99.2207 185.773 90.4108C185.773 81.6009 192.919 74.4552 201.736 74.4552C210.554 74.4552 217.692 81.6009 217.692 90.4108Z' fill='url(%23paint395_linear_2_359)'/%3E%3Cpath d='M217.653 90.411C217.653 99.1981 210.523 106.328 201.736 106.328C192.949 106.328 185.811 99.1981 185.811 90.411C185.811 81.624 192.941 74.4937 201.736 74.4937C210.531 74.4937 217.653 81.624 217.653 90.411Z' fill='url(%23paint396_linear_2_359)'/%3E%3Cpath d='M217.615 90.4108C217.615 99.1825 210.5 106.29 201.736 106.29C192.972 106.29 185.849 99.1825 185.849 90.4108C185.849 81.639 192.964 74.5316 201.736 74.5316C210.508 74.5316 217.615 81.639 217.615 90.4108Z' fill='url(%23paint397_linear_2_359)'/%3E%3Cpath d='M217.577 90.4111C217.577 99.1599 210.485 106.252 201.736 106.252C192.987 106.252 185.887 99.1599 185.887 90.4111C185.887 81.6623 192.98 74.5624 201.736 74.5624C210.493 74.5624 217.577 81.6546 217.577 90.4111Z' fill='url(%23paint398_linear_2_359)'/%3E%3Cpath d='M217.539 90.4108C217.539 99.1368 210.462 106.214 201.728 106.214C192.995 106.214 185.918 99.1368 185.918 90.4108C185.918 81.6849 192.995 74.6003 201.728 74.6003C210.462 74.6003 217.539 81.6773 217.539 90.4108Z' fill='url(%23paint399_linear_2_359)'/%3E%3Cpath d='M217.501 90.4116C217.501 99.1146 210.439 106.176 201.728 106.176C193.018 106.176 185.956 99.1146 185.956 90.4116C185.956 81.7085 193.018 74.6392 201.728 74.6392C210.439 74.6392 217.501 81.7009 217.501 90.4116Z' fill='url(%23paint400_linear_2_359)'/%3E%3Cpath d='M217.463 90.4108C217.463 99.0986 210.416 106.137 201.729 106.137C193.041 106.137 185.994 99.0909 185.994 90.4108C185.994 81.7307 193.041 74.6767 201.729 74.6767C210.416 74.6767 217.463 81.7231 217.463 90.4108Z' fill='url(%23paint401_linear_2_359)'/%3E%3Cpath d='M217.432 90.4116C217.432 99.0764 210.401 106.108 201.736 106.108C193.071 106.108 186.04 99.0764 186.04 90.4116C186.04 81.7467 193.071 74.7156 201.736 74.7156C210.401 74.7156 217.432 81.7467 217.432 90.4116Z' fill='url(%23paint402_linear_2_359)'/%3E%3Cpath d='M217.394 90.4108C217.394 99.0528 210.386 106.069 201.736 106.069C193.086 106.069 186.078 99.0604 186.078 90.4108C186.078 81.7612 193.086 74.753 201.736 74.753C210.386 74.753 217.394 81.7612 217.394 90.4108Z' fill='url(%23paint403_linear_2_359)'/%3E%3Cpath d='M217.356 90.4111C217.356 99.0377 210.363 106.031 201.736 106.031C193.109 106.031 186.109 99.0377 186.109 90.4111C186.109 81.7844 193.102 74.7914 201.736 74.7914C210.37 74.7914 217.356 81.7844 217.356 90.4111Z' fill='url(%23paint404_linear_2_359)'/%3E%3Cpath d='M217.317 90.4108C217.317 99.0146 210.34 105.992 201.736 105.992C193.132 105.992 186.147 99.0146 186.147 90.4108C186.147 81.807 193.124 74.8293 201.736 74.8293C210.347 74.8293 217.317 81.807 217.317 90.4108Z' fill='url(%23paint405_linear_2_359)'/%3E%3Cpath d='M217.279 90.4111C217.279 98.992 210.317 105.954 201.728 105.954C193.14 105.954 186.177 98.992 186.177 90.4111C186.177 81.8302 193.14 74.8602 201.728 74.8602C210.317 74.8602 217.279 81.8226 217.279 90.4111Z' fill='url(%23paint406_linear_2_359)'/%3E%3Cpath d='M217.242 90.4113C217.242 98.977 210.294 105.916 201.729 105.916C193.163 105.916 186.216 98.9693 186.216 90.4113C186.216 81.8534 193.163 74.8986 201.729 74.8986C210.294 74.8986 217.242 81.8457 217.242 90.4113Z' fill='url(%23paint407_linear_2_359)'/%3E%3Cpath d='M217.203 90.4111C217.203 98.9538 210.271 105.878 201.728 105.878C193.186 105.878 186.254 98.9538 186.254 90.4111C186.254 81.8684 193.186 74.9365 201.728 74.9365C210.271 74.9365 217.203 81.8607 217.203 90.4111Z' fill='url(%23paint408_linear_2_359)'/%3E%3Cpath d='M217.165 90.4113C217.165 98.9311 210.256 105.84 201.728 105.84C193.201 105.84 186.292 98.9311 186.292 90.4113C186.292 81.8915 193.201 74.9749 201.728 74.9749C210.256 74.9749 217.165 81.8839 217.165 90.4113Z' fill='url(%23paint409_linear_2_359)'/%3E%3Cpath d='M217.134 90.4111C217.134 98.9156 210.24 105.809 201.736 105.809C193.231 105.809 186.337 98.9156 186.337 90.4111C186.337 81.9065 193.231 75.0128 201.736 75.0128C210.24 75.0128 217.134 81.9065 217.134 90.4111Z' fill='url(%23paint410_linear_2_359)'/%3E%3Cpath d='M217.096 90.4108C217.096 98.8925 210.217 105.771 201.736 105.771C193.254 105.771 186.376 98.8925 186.376 90.4108C186.376 81.9292 193.254 75.0507 201.736 75.0507C210.217 75.0507 217.096 81.9292 217.096 90.4108Z' fill='url(%23paint411_linear_2_359)'/%3E%3Cpath d='M217.058 90.4111C217.058 98.8698 210.195 105.733 201.736 105.733C193.277 105.733 186.406 98.8698 186.406 90.4111C186.406 81.9523 193.269 75.0891 201.736 75.0891C210.202 75.0891 217.058 81.9523 217.058 90.4111Z' fill='url(%23paint412_linear_2_359)'/%3E%3Cpath d='M217.02 90.4113C217.02 98.8471 210.172 105.695 201.736 105.695C193.3 105.695 186.445 98.8471 186.445 90.4113C186.445 81.9755 193.292 75.1276 201.736 75.1276C210.179 75.1276 217.02 81.9678 217.02 90.4113Z' fill='url(%23paint413_linear_2_359)'/%3E%3Cpath d='M216.982 90.4111C216.982 98.8317 210.157 105.657 201.736 105.657C193.316 105.657 186.483 98.8317 186.483 90.4111C186.483 81.9905 193.308 75.1579 201.736 75.1579C210.164 75.1579 216.982 81.9829 216.982 90.4111Z' fill='url(%23paint414_linear_2_359)'/%3E%3Cpath d='M216.943 90.4114C216.943 98.809 210.134 105.619 201.728 105.619C193.323 105.619 186.513 98.809 186.513 90.4114C186.513 82.0137 193.323 75.1963 201.728 75.1963C210.134 75.1963 216.943 82.0061 216.943 90.4114Z' fill='url(%23paint415_linear_2_359)'/%3E%3Cpath d='M216.905 90.4111C216.905 98.7859 210.111 105.58 201.728 105.58C193.346 105.58 186.551 98.7859 186.551 90.4111C186.551 82.0363 193.346 75.2342 201.728 75.2342C210.111 75.2342 216.905 82.0287 216.905 90.4111Z' fill='url(%23paint416_linear_2_359)'/%3E%3Cpath d='M216.867 90.4113C216.867 98.7708 210.088 105.542 201.728 105.542C193.369 105.542 186.59 98.7632 186.59 90.4113C186.59 82.0595 193.369 75.2726 201.728 75.2726C210.088 75.2726 216.867 82.0518 216.867 90.4113Z' fill='url(%23paint417_linear_2_359)'/%3E%3Cpath d='M216.837 90.4111C216.837 98.7477 210.073 105.512 201.736 105.512C193.399 105.512 186.635 98.7477 186.635 90.4111C186.635 82.0745 193.399 75.3106 201.736 75.3106C210.073 75.3106 216.837 82.0745 216.837 90.4111Z' fill='url(%23paint418_linear_2_359)'/%3E%3Cpath d='M216.799 90.4108C216.799 98.7245 210.05 105.473 201.736 105.473C193.422 105.473 186.674 98.7322 186.674 90.4108C186.674 82.0895 193.415 75.3485 201.736 75.3485C210.057 75.3485 216.799 82.0895 216.799 90.4108Z' fill='url(%23paint419_linear_2_359)'/%3E%3Cpath d='M216.76 90.4111C216.76 98.7095 210.034 105.435 201.736 105.435C193.437 105.435 186.704 98.7095 186.704 90.4111C186.704 82.1127 193.43 75.3869 201.736 75.3869C210.042 75.3869 216.76 82.1127 216.76 90.4111Z' fill='url(%23paint420_linear_2_359)'/%3E%3Cpath d='M216.722 90.4113C216.722 98.6868 210.012 105.397 201.736 105.397C193.461 105.397 186.742 98.6868 186.742 90.4113C186.742 82.1358 193.453 75.4253 201.736 75.4253C210.019 75.4253 216.722 82.1358 216.722 90.4113Z' fill='url(%23paint421_linear_2_359)'/%3E%3Cpath d='M216.684 90.4116C216.684 98.6642 209.988 105.359 201.736 105.359C193.483 105.359 186.78 98.6642 186.78 90.4116C186.78 82.159 193.475 75.4561 201.736 75.4561C209.996 75.4561 216.684 82.1514 216.684 90.4116Z' fill='url(%23paint422_linear_2_359)'/%3E%3Cpath d='M216.646 90.4109C216.646 98.6482 209.966 105.321 201.728 105.321C193.491 105.321 186.811 98.6406 186.811 90.4109C186.811 82.1812 193.491 75.4936 201.728 75.4936C209.966 75.4936 216.646 82.1735 216.646 90.4109Z' fill='url(%23paint423_linear_2_359)'/%3E%3Cpath d='M216.607 90.4111C216.607 98.6256 209.943 105.283 201.728 105.283C193.514 105.283 186.849 98.6179 186.849 90.4111C186.849 82.2043 193.514 75.532 201.728 75.532C209.943 75.532 216.607 82.189 216.607 90.4111Z' fill='url(%23paint424_linear_2_359)'/%3E%3Cpath d='M216.569 90.4108C216.569 98.6024 209.928 105.252 201.728 105.252C193.529 105.252 186.887 98.61 186.887 90.4108C186.887 82.2117 193.529 75.5699 201.728 75.5699C209.928 75.5699 216.569 82.2117 216.569 90.4108Z' fill='url(%23paint425_linear_2_359)'/%3E%3Cpath d='M216.531 90.4111C216.531 98.5797 209.905 105.214 201.728 105.214C193.552 105.214 186.926 98.5874 186.926 90.4111C186.926 82.2348 193.552 75.6083 201.728 75.6083C209.905 75.6083 216.531 82.2348 216.531 90.4111Z' fill='url(%23paint426_linear_2_359)'/%3E%3Cpath d='M216.501 90.4108C216.501 98.5642 209.889 105.175 201.736 105.175C193.583 105.175 186.971 98.5642 186.971 90.4108C186.971 82.2575 193.583 75.6462 201.736 75.6462C209.889 75.6462 216.501 82.2575 216.501 90.4108Z' fill='url(%23paint427_linear_2_359)'/%3E%3Cpath d='M216.462 90.4116C216.462 98.5421 209.866 105.138 201.736 105.138C193.606 105.138 187.002 98.5421 187.002 90.4116C187.002 82.2811 193.598 75.6852 201.736 75.6852C209.874 75.6852 216.462 82.2811 216.462 90.4116Z' fill='url(%23paint428_linear_2_359)'/%3E%3Cpath d='M216.424 90.4113C216.424 98.5189 209.844 105.1 201.736 105.1C193.629 105.1 187.04 98.5189 187.04 90.4113C187.04 82.3038 193.621 75.7231 201.736 75.7231C209.851 75.7231 216.424 82.3038 216.424 90.4113Z' fill='url(%23paint429_linear_2_359)'/%3E%3Cpath d='M216.386 90.4116C216.386 98.5039 209.828 105.062 201.736 105.062C193.644 105.062 187.078 98.5039 187.078 90.4116C187.078 82.3194 193.644 75.7539 201.736 75.7539C209.828 75.7539 216.386 82.3117 216.386 90.4116Z' fill='url(%23paint430_linear_2_359)'/%3E%3Cpath d='M216.348 90.4109C216.348 98.4803 209.805 105.023 201.728 105.023C193.651 105.023 187.109 98.4803 187.109 90.4109C187.109 82.3415 193.651 75.7913 201.728 75.7913C209.805 75.7913 216.348 82.3338 216.348 90.4109Z' fill='url(%23paint431_linear_2_359)'/%3E%3Cpath d='M216.31 90.4116C216.31 98.4581 209.783 104.985 201.729 104.985C193.674 104.985 187.147 98.4581 187.147 90.4116C187.147 82.3651 193.674 75.8302 201.729 75.8302C209.783 75.8302 216.31 82.3575 216.31 90.4116Z' fill='url(%23paint432_linear_2_359)'/%3E%3Cpath d='M216.272 90.4109C216.272 98.4421 209.76 104.946 201.729 104.946C193.697 104.946 187.185 98.4345 187.185 90.4109C187.185 82.3873 193.697 75.8676 201.729 75.8676C209.76 75.8676 216.272 82.3797 216.272 90.4109Z' fill='url(%23paint433_linear_2_359)'/%3E%3Cpath d='M216.241 90.4111C216.241 98.4194 209.744 104.916 201.736 104.916C193.728 104.916 187.231 98.4194 187.231 90.4111C187.231 82.4028 193.728 75.9061 201.736 75.9061C209.744 75.9061 216.241 82.4028 216.241 90.4111Z' fill='url(%23paint434_linear_2_359)'/%3E%3Cpath d='M216.203 90.4109C216.203 98.3963 209.722 104.878 201.736 104.878C193.751 104.878 187.269 98.3963 187.269 90.4109C187.269 82.4254 193.751 75.944 201.736 75.944C209.722 75.944 216.203 82.4178 216.203 90.4109Z' fill='url(%23paint435_linear_2_359)'/%3E%3Cpath d='M216.165 90.4116C216.165 98.3817 209.706 104.84 201.736 104.84C193.766 104.84 187.3 98.3817 187.3 90.4116C187.3 82.4415 193.758 75.9829 201.736 75.9829C209.714 75.9829 216.165 82.4415 216.165 90.4116Z' fill='url(%23paint436_linear_2_359)'/%3E%3Cpath d='M216.126 90.4114C216.126 98.3586 209.683 104.802 201.736 104.802C193.789 104.802 187.338 98.3586 187.338 90.4114C187.338 82.4641 193.781 76.0208 201.736 76.0208C209.691 76.0208 216.126 82.4641 216.126 90.4114Z' fill='url(%23paint437_linear_2_359)'/%3E%3Cpath d='M216.089 90.4117C216.089 98.336 209.661 104.764 201.736 104.764C193.812 104.764 187.376 98.336 187.376 90.4117C187.376 82.4873 193.804 76.0517 201.736 76.0517C209.668 76.0517 216.089 82.4797 216.089 90.4117Z' fill='url(%23paint438_linear_2_359)'/%3E%3Cpath d='M216.05 90.4109C216.05 98.3123 209.637 104.725 201.728 104.725C193.819 104.725 187.406 98.3123 187.406 90.4109C187.406 82.5094 193.819 76.0891 201.728 76.0891C209.637 76.0891 216.05 82.5018 216.05 90.4109Z' fill='url(%23paint439_linear_2_359)'/%3E%3Cpath d='M216.012 90.4111C216.012 98.2973 209.615 104.687 201.728 104.687C193.842 104.687 187.445 98.2897 187.445 90.4111C187.445 82.5326 193.842 76.1275 201.728 76.1275C209.615 76.1275 216.012 82.5173 216.012 90.4111Z' fill='url(%23paint440_linear_2_359)'/%3E%3Cpath d='M215.974 90.4109C215.974 98.2741 209.591 104.649 201.728 104.649C193.865 104.649 187.483 98.2741 187.483 90.4109C187.483 82.5476 193.857 76.1654 201.728 76.1654C209.599 76.1654 215.974 82.54 215.974 90.4109Z' fill='url(%23paint441_linear_2_359)'/%3E%3Cpath d='M215.936 90.4111C215.936 98.2515 209.576 104.618 201.728 104.618C193.88 104.618 187.521 98.2591 187.521 90.4111C187.521 82.5631 193.88 76.2038 201.728 76.2038C209.576 76.2038 215.936 82.5631 215.936 90.4111Z' fill='url(%23paint442_linear_2_359)'/%3E%3Cpath d='M215.905 90.4114C215.905 98.2365 209.561 104.581 201.736 104.581C193.911 104.581 187.567 98.2365 187.567 90.4114C187.567 82.5863 193.911 76.2422 201.736 76.2422C209.561 76.2422 215.905 82.5863 215.905 90.4114Z' fill='url(%23paint443_linear_2_359)'/%3E%3Cpath d='M215.867 90.4116C215.867 98.2138 209.538 104.543 201.736 104.543C193.934 104.543 187.597 98.2138 187.597 90.4116C187.597 82.6094 193.926 76.2806 201.736 76.2806C209.546 76.2806 215.867 82.6094 215.867 90.4116Z' fill='url(%23paint444_linear_2_359)'/%3E%3Cpath d='M215.829 90.4109C215.829 98.1901 209.515 104.504 201.736 104.504C193.957 104.504 187.636 98.1901 187.636 90.4109C187.636 82.6316 193.949 76.3181 201.736 76.3181C209.523 76.3181 215.829 82.6316 215.829 90.4109Z' fill='url(%23paint445_linear_2_359)'/%3E%3Cpath d='M215.791 90.4116C215.791 98.1756 209.492 104.466 201.728 104.466C193.964 104.466 187.666 98.168 187.666 90.4116C187.666 82.6552 193.964 76.357 201.728 76.357C209.492 76.357 215.791 82.6476 215.791 90.4116Z' fill='url(%23paint446_linear_2_359)'/%3E%3Cpath d='M215.753 90.4114C215.753 98.1525 209.477 104.428 201.728 104.428C193.98 104.428 187.704 98.1525 187.704 90.4114C187.704 82.6703 193.98 76.3873 201.728 76.3873C209.477 76.3873 215.753 82.6627 215.753 90.4114Z' fill='url(%23paint447_linear_2_359)'/%3E%3Cpath d='M215.715 90.4111C215.715 98.1294 209.454 104.389 201.729 104.389C194.003 104.389 187.743 98.1294 187.743 90.4111C187.743 82.6929 194.003 76.4252 201.729 76.4252C209.454 76.4252 215.715 82.6853 215.715 90.4111Z' fill='url(%23paint448_linear_2_359)'/%3E%3Cpath d='M215.676 90.4109C215.676 98.1062 209.431 104.359 201.728 104.359C194.025 104.359 187.781 98.1138 187.781 90.4109C187.781 82.7079 194.025 76.4631 201.728 76.4631C209.431 76.4631 215.676 82.7079 215.676 90.4109Z' fill='url(%23paint449_linear_2_359)'/%3E%3Cpath d='M215.638 90.4116C215.638 98.0917 209.408 104.321 201.728 104.321C194.048 104.321 187.819 98.0917 187.819 90.4116C187.819 82.7316 194.048 76.5021 201.728 76.5021C209.408 76.5021 215.638 82.7316 215.638 90.4116Z' fill='url(%23paint450_linear_2_359)'/%3E%3Cpath d='M215.607 90.4114C215.607 98.0685 209.393 104.283 201.736 104.283C194.079 104.283 187.865 98.0685 187.865 90.4114C187.865 82.7543 194.079 76.54 201.736 76.54C209.393 76.54 215.607 82.7466 215.607 90.4114Z' fill='url(%23paint451_linear_2_359)'/%3E%3Cpath d='M215.569 90.4116C215.569 98.0459 209.37 104.245 201.736 104.245C194.102 104.245 187.903 98.0535 187.903 90.4116C187.903 82.7698 194.102 76.5784 201.736 76.5784C209.37 76.5784 215.569 82.7698 215.569 90.4116Z' fill='url(%23paint452_linear_2_359)'/%3E%3C/g%3E%3Cg filter='url(%23filter3_d_2_359)'%3E%3Cpath d='M204.233 84.8456C202.5 83.1127 199.705 83.1127 197.972 84.8456C196.247 86.5786 196.247 89.3727 197.972 91.1057C199.415 92.5486 201.606 92.7852 203.301 91.8157L205.775 94.2892C206.233 94.7396 206.966 94.7396 207.424 94.2892C207.882 93.8311 207.882 93.0982 207.424 92.6402L204.95 90.1743C205.92 88.4795 205.683 86.2885 204.24 84.8456H204.233ZM202.584 89.4567C201.767 90.2736 200.438 90.2736 199.621 89.4567C198.805 88.6322 198.805 87.3115 199.621 86.4946C200.438 85.6778 201.767 85.6778 202.584 86.4946C203.4 87.3115 203.4 88.6398 202.584 89.4567Z' fill='url(%23paint453_linear_2_359)'/%3E%3C/g%3E%3Cg filter='url(%23filter4_d_2_359)'%3E%3Cpath d='M149.999 45.9718H137.921V62.5839H149.999V45.9718Z' fill='url(%23paint454_linear_2_359)'/%3E%3Cpath d='M171.894 45.972H159.816V62.5841H171.894V45.972Z' fill='url(%23paint455_linear_2_359)'/%3E%3Cpath d='M193.789 45.972H181.711V62.5841H193.789V45.972Z' fill='url(%23paint456_linear_2_359)'/%3E%3C/g%3E%3Cpath d='M162.771 83.3038C161.748 83.3038 160.923 82.632 160.923 81.8075V77.9064C160.923 77.0819 161.748 76.4101 162.771 76.4101C163.786 76.4101 164.618 77.0819 164.618 77.9064V81.8075C164.618 82.632 163.794 83.3038 162.771 83.3038Z' fill='url(%23paint457_linear_2_359)'/%3E%3Cpath d='M151.327 83.3038C150.312 83.3038 149.48 82.632 149.48 81.8075V77.9064C149.48 77.0819 150.304 76.4101 151.327 76.4101C152.343 76.4101 153.175 77.0819 153.175 77.9064V81.8075C153.175 82.632 152.35 83.3038 151.327 83.3038Z' fill='url(%23paint458_linear_2_359)'/%3E%3Cpath d='M139.891 83.3036C138.868 83.3036 138.044 82.6318 138.044 81.8073V77.9062C138.044 77.0817 138.868 76.4099 139.891 76.4099C140.907 76.4099 141.739 77.0817 141.739 77.9062V81.8073C141.739 82.6318 140.914 83.3036 139.891 83.3036Z' fill='url(%23paint459_linear_2_359)'/%3E%3Cg clip-path='url(%23clip0_2_359)'%3E%3Cg filter='url(%23filter5_d_2_359)'%3E%3Cpath d='M302.752 35.5468H286.59L284.108 27.7773L283.212 24.9356C282.339 22.2198 279.273 20 276.367 20H261.606C258.7 20 256.33 22.3301 256.33 25.1875V48H302.752V35.5468Z' fill='url(%23paint460_linear_2_359)'/%3E%3C/g%3E%3Cg filter='url(%23filter6_d_2_359)'%3E%3Cpath d='M312.584 32.6989H260.568L258.076 24.8534L257.164 21.9839C256.293 19.2416 253.189 17 250.269 17H235.398C232.479 17 230.092 19.3528 230.092 22.2303V93.7617C230.092 96.6392 232.479 99 235.398 99H312.584C315.503 99 317.89 96.6392 317.89 93.7617V37.9372C317.89 35.0597 315.495 32.6989 312.584 32.6989Z' fill='url(%23paint461_linear_2_359)'/%3E%3C/g%3E%3Cg filter='url(%23filter7_d_2_359)'%3E%3Cpath d='M312.957 96.992H235.025C233.413 96.992 232.11 95.6996 232.11 94.1102V21.8737C232.11 20.2843 233.421 19 235.025 19H250.04C251.913 19 254.119 20.5974 254.673 22.3473L255.585 25.2371L258.109 33.1599L258.646 34.8456H312.957C314.569 34.8456 315.872 36.138 315.872 37.7274V94.1182C315.872 95.7076 314.561 97 312.957 97V96.992Z' fill='url(%23paint462_linear_2_359)'/%3E%3C/g%3E%3Cg filter='url(%23filter8_d_2_359)'%3E%3Cpath d='M302.643 113.39H271.102C268.258 113.39 265.956 111.114 265.956 108.304V66.3333H302.634V113.39H302.643Z' fill='%23B7ECFD'/%3E%3Cpath d='M309.251 107.018C309.251 110.539 306.367 113.39 302.804 113.39H270.286C273.849 113.39 276.733 110.539 276.733 107.018V103.977H309.251V107.018Z' fill='url(%23paint463_linear_2_359)'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M412.012 106.013H360.776C352.299 106.013 345.467 102.612 342.05 96.6897C338.626 90.7671 339.097 83.1603 343.335 75.8169L356.147 53.6271L368.958 31.4452C373.196 24.1018 379.55 19.8874 386.39 19.8874C393.231 19.8874 399.584 24.1018 403.823 31.4452L416.634 53.6271L429.445 75.8089C433.683 83.1523 434.154 90.7591 430.738 96.6817C427.322 102.604 420.497 106.005 412.012 106.005V106.013Z' fill='url(%23paint464_linear_2_359)'/%3E%3Cpath d='M386.278 20.0393C393.087 19.9515 399.425 24.1261 403.663 31.4056C403.695 31.4056 411.781 45.39 411.805 45.4299L416.466 53.4997L429.245 75.6256C431.121 78.8743 432.358 82.4023 432.757 85.5871C433.252 89.626 432.494 93.4334 430.546 96.698C427.082 102.517 420.289 105.925 411.892 105.925H360.896C352.499 105.925 345.706 102.517 342.234 96.698C340.286 93.4334 339.52 89.626 340.023 85.5871C340.414 82.4023 341.651 78.8823 343.527 75.6256L356.25 53.5795L368.981 31.5333C373.18 24.2777 379.51 20.1271 386.278 20.0393Z' fill='url(%23paint465_linear_2_359)'/%3E%3Cpath d='M386.175 20.1908C392.943 20.0072 399.273 24.1498 403.519 31.3655C403.583 31.3815 411.621 45.2381 411.669 45.3259L416.322 53.3797L429.07 75.4498C430.929 78.6665 432.262 82.3861 432.669 85.531C433.196 89.6338 432.374 93.4571 430.371 96.7217C426.867 102.437 420.098 105.861 411.781 105.861H361.007C352.698 105.861 345.93 102.437 342.418 96.7217C340.414 93.4571 339.592 89.6417 340.119 85.531C340.526 82.3861 341.859 78.6665 343.719 75.4498L356.362 53.5473L369.005 31.6449C373.164 24.4531 379.47 20.3664 386.175 20.1908Z' fill='url(%23paint466_linear_2_359)'/%3E%3Cpath d='M386.071 20.3425C392.808 20.0711 399.121 24.1739 403.368 31.3337C403.463 31.3576 411.453 45.1025 411.525 45.2303L416.163 53.2601L428.87 75.2663C430.714 78.4511 432.151 82.3543 432.566 85.4673C433.124 89.6418 432.238 93.4732 430.179 96.7298C426.635 102.341 419.89 105.773 411.661 105.773H361.127C352.898 105.773 346.153 102.341 342.609 96.7298C340.55 93.4652 339.664 89.6339 340.222 85.4593C340.637 82.3463 342.074 78.4432 343.918 75.2584L356.482 53.4996L369.045 31.7408C373.148 24.6288 379.438 20.6139 386.071 20.3425Z' fill='url(%23paint467_linear_2_359)'/%3E%3Cpath d='M385.959 20.4941C392.664 20.1349 398.962 24.1977 403.216 31.2937C403.344 31.3256 411.286 44.9588 411.382 45.1264L416.003 53.1323L428.679 75.0827C430.498 78.2356 432.039 82.3303 432.47 85.4113C433.061 89.6497 432.119 93.4971 429.996 96.7537C426.412 102.261 419.691 105.709 411.541 105.709H361.247C353.105 105.709 346.377 102.269 342.793 96.7617C340.67 93.497 339.728 89.6577 340.318 85.4193C340.749 82.3383 342.282 78.2435 344.102 75.0907L356.578 53.4755L369.053 31.8604C373.132 24.8044 379.398 20.8453 385.959 20.4941Z' fill='url(%23paint468_linear_2_359)'/%3E%3Cpath d='M385.855 20.6458C392.52 20.1988 398.81 24.2217 403.064 31.2538C403.224 31.2937 411.11 44.8071 411.238 45.0227L415.851 53.0126L428.495 74.9071C430.299 78.028 431.935 82.3064 432.374 85.3555C432.997 89.6657 431.991 93.513 429.812 96.7776C426.196 102.181 419.491 105.638 411.429 105.638H361.359C353.297 105.638 346.584 102.181 342.976 96.7776C340.797 93.513 339.791 89.6657 340.414 85.3555C340.853 82.3064 342.489 78.028 344.293 74.9071L356.689 53.4356L369.085 31.9642C373.124 24.98 379.366 21.0848 385.855 20.6458Z' fill='url(%23paint469_linear_2_359)'/%3E%3Cpath d='M385.744 20.7975C392.369 20.2547 398.65 24.2537 402.905 31.2219C403.096 31.2698 410.935 44.6715 411.078 44.9189L415.676 52.8849L428.287 74.7156C430.067 77.8046 431.808 82.2745 432.262 85.2837C432.917 89.6578 431.855 93.5131 429.62 96.7777C425.981 102.086 419.284 105.55 411.31 105.55H361.479C353.505 105.55 346.808 102.086 343.16 96.7857C340.917 93.521 339.855 89.6658 340.51 85.2916C340.957 82.2825 342.697 77.8126 344.485 74.7235L356.801 53.3958L369.117 32.068C373.108 25.1556 379.334 21.3243 385.744 20.7975Z' fill='url(%23paint470_linear_2_359)'/%3E%3Cpath d='M385.64 20.9492C392.233 20.3186 398.499 24.2777 402.761 31.1821C402.985 31.23 410.775 44.5199 410.943 44.8153L415.532 52.7573L428.104 74.5321C429.868 77.5891 431.712 82.2506 432.175 85.2279C432.861 89.6738 431.744 93.5371 429.445 96.8017C425.781 102.006 419.092 105.478 411.198 105.478H361.598C353.704 105.478 347.015 102.006 343.351 96.8017C341.053 93.5371 339.935 89.6738 340.622 85.2279C341.085 82.2506 342.92 77.5891 344.684 74.5321L356.913 53.348L369.149 32.1639C373.092 25.3393 379.302 21.5558 385.64 20.9492Z' fill='url(%23paint471_linear_2_359)'/%3E%3Cpath d='M385.528 21.1009C392.081 20.3825 398.339 24.3016 402.601 31.1422C402.857 31.198 410.599 44.3763 410.791 44.7115L415.364 52.6296L427.904 74.3485C429.652 77.3736 431.592 82.2187 432.063 85.164C432.781 89.6738 431.608 93.5451 429.245 96.8177C425.557 101.926 418.877 105.406 411.07 105.406H361.71C353.903 105.406 347.223 101.926 343.535 96.8257C341.172 93.5531 339.999 89.6898 340.717 85.172C341.188 82.2267 343.128 77.3816 344.876 74.3565L357.024 53.316L369.173 32.2756C373.076 25.5149 379.27 21.7953 385.528 21.1009Z' fill='url(%23paint472_linear_2_359)'/%3E%3Cpath d='M385.424 21.2525C391.938 20.4384 398.187 24.3256 402.45 31.1103C402.737 31.1741 410.424 44.2326 410.647 44.6157L415.213 52.5179L427.721 74.1729C429.445 77.1661 431.496 82.2027 431.975 85.1082C432.725 89.6898 431.496 93.5531 429.07 96.8336C425.358 101.838 418.685 105.326 410.959 105.326H361.83C354.103 105.326 347.43 101.846 343.719 96.8336C341.292 93.5531 340.063 89.6818 340.813 85.1082C341.292 82.1947 343.335 77.1581 345.068 74.1729L357.136 53.2682L369.205 32.3634C373.06 25.6905 379.238 22.0268 385.424 21.2525Z' fill='url(%23paint473_linear_2_359)'/%3E%3Cpath d='M385.313 21.404C391.786 20.502 398.02 24.3493 402.298 31.0701C402.617 31.1419 410.256 44.0887 410.504 44.5117L415.053 52.3899L427.529 73.9891C429.237 76.9504 431.392 82.1706 431.871 85.0521C432.654 89.6975 431.376 93.5688 428.878 96.8574C425.15 101.766 418.478 105.254 410.839 105.254H361.949C354.311 105.254 347.63 101.766 343.91 96.8574C341.412 93.5688 340.135 89.6975 340.917 85.0521C341.396 82.1785 343.551 76.9504 345.259 73.9891L357.24 53.228L369.229 32.4669C373.044 25.8659 379.206 22.258 385.313 21.404Z' fill='url(%23paint474_linear_2_359)'/%3E%3Cpath d='M385.209 21.5559C391.642 20.5661 397.868 24.3735 402.146 31.0305C402.498 31.1103 410.088 43.9373 410.36 44.4082L414.894 52.2625L427.337 73.8057C429.03 76.7351 431.289 82.1469 431.775 84.9885C432.59 89.7058 431.257 93.569 428.694 96.8736C424.959 101.687 418.278 105.183 410.719 105.183H362.061C354.502 105.183 347.829 101.695 344.086 96.8816C341.524 93.585 340.199 89.7138 341.005 84.9964C341.492 82.1549 343.75 76.7431 345.443 73.8137L357.344 53.1963L369.245 32.579C373.02 26.0338 379.174 22.4818 385.201 21.5559H385.209Z' fill='url(%23paint475_linear_2_359)'/%3E%3Cpath d='M385.097 21.7152C391.491 20.6377 397.708 24.4051 401.995 31.0062C402.378 31.094 409.921 43.8093 410.208 44.3201L414.734 52.1584L427.138 73.6378C428.806 76.5353 431.177 82.1306 431.672 84.9403C432.518 89.7295 431.137 93.5927 428.511 96.8972C424.759 101.615 418.078 105.111 410.607 105.111H362.181C354.71 105.111 348.029 101.615 344.277 96.8972C341.651 93.5927 340.27 89.7295 341.108 84.9403C341.603 82.1306 343.966 76.5273 345.642 73.6378L357.463 53.1641L369.285 32.6904C373.02 26.225 379.158 22.721 385.105 21.7152H385.097Z' fill='url(%23paint476_linear_2_359)'/%3E%3Cpath d='M384.993 21.8669C391.347 20.7015 397.557 24.4371 401.843 30.9663C402.258 31.0621 409.745 43.6656 410.064 44.2084L414.574 52.0227L426.946 73.4463C428.599 76.3038 431.073 82.0987 431.568 84.8764C432.446 89.7295 431.009 93.5927 428.319 96.9132C424.56 101.543 417.871 105.039 410.488 105.039H362.3C354.909 105.039 348.22 101.543 344.461 96.9212C341.763 93.6007 340.334 89.7454 341.212 84.8844C341.715 82.1067 344.181 76.3198 345.834 73.4543L357.567 53.1242L369.301 32.7942C372.996 26.4007 379.126 22.9445 384.985 21.8669H384.993Z' fill='url(%23paint477_linear_2_359)'/%3E%3Cpath d='M384.882 22.0188C391.187 20.7577 397.397 24.4613 401.684 30.9267C402.131 31.0305 409.57 43.5142 409.913 44.1049L414.415 51.8953L426.755 73.263C428.391 76.0886 430.969 82.0671 431.472 84.8129C432.382 89.7377 430.898 93.593 428.136 96.9215C424.376 101.455 417.671 104.951 410.368 104.951H362.412C355.109 104.951 348.404 101.455 344.645 96.9215C341.883 93.593 340.398 89.7377 341.308 84.8049C341.811 82.0591 344.389 76.0806 346.025 73.255L357.679 53.0686L369.333 32.8823C372.98 26.5606 379.103 23.1603 384.882 22.0029V22.0188Z' fill='url(%23paint478_linear_2_359)'/%3E%3Cpath d='M384.778 22.1704C391.043 20.8215 397.245 24.4852 401.54 30.8947C402.019 31.0064 409.41 43.3785 409.777 44.009L414.263 51.7835L426.571 73.0873C428.183 75.881 430.873 82.051 431.384 84.7569C432.326 89.7536 431.344 94.1596 427.96 96.9453C425.047 101.99 417.48 104.887 410.264 104.887H362.532C355.308 104.887 347.741 101.998 344.836 96.9533C341.452 94.1676 340.47 89.7616 341.412 84.7649C341.923 82.059 344.604 75.889 346.225 73.0953L357.799 53.0526L369.372 33.0099C372.98 26.76 379.094 23.4076 384.786 22.1784L384.778 22.1704Z' fill='url(%23paint479_linear_2_359)'/%3E%3Cpath d='M384.666 22.3219C390.884 20.8851 397.086 24.5089 401.38 30.8546C401.891 30.9743 409.234 43.2266 409.626 43.9051L414.103 51.6555L426.372 72.9035C427.968 75.6652 430.762 82.0189 431.273 84.7008C432.246 89.7694 431.249 94.2153 427.761 96.9691C424.887 101.958 417.264 104.815 410.128 104.815H362.652C355.516 104.815 347.901 101.958 345.02 96.9691C341.532 94.2153 340.534 89.7694 341.508 84.7008C342.018 82.0269 344.812 75.6732 346.408 72.9035L357.895 53.0045L369.381 33.1055C372.948 26.9274 379.055 23.6229 384.666 22.3219Z' fill='url(%23paint480_linear_2_359)'/%3E%3Cpath d='M384.562 22.4736C390.74 20.949 396.934 24.5329 401.229 30.8147C401.771 30.9424 409.067 43.083 409.482 43.8014L413.944 51.5279L426.18 72.72C427.761 75.4498 430.658 81.995 431.177 84.637C432.183 89.7774 431.161 94.2553 427.577 96.9771C424.735 101.902 417.065 104.728 410.017 104.728H362.764C355.708 104.728 348.045 101.902 345.203 96.9771C341.619 94.2553 340.598 89.7694 341.603 84.637C342.122 81.995 345.02 75.4498 346.6 72.72L358.006 52.9646L369.413 33.2093C372.941 27.1031 379.039 23.8385 384.562 22.4736Z' fill='url(%23paint481_linear_2_359)'/%3E%3Cpath d='M384.458 22.6254C390.588 21.0131 396.782 24.5571 401.085 30.783C401.659 30.9187 408.899 42.9395 409.338 43.7058L413.792 51.4084L425.996 72.5366C427.553 75.2345 430.57 81.9633 431.089 84.5734C432.127 89.7776 431.089 94.3034 427.409 96.9933C424.6 101.862 416.889 104.656 409.913 104.656H362.883C355.915 104.656 348.196 101.862 345.387 96.9933C341.699 94.3034 340.669 89.7776 341.699 84.5734C342.218 81.9633 345.227 75.2345 346.792 72.5366L358.118 52.9169L369.444 33.3053C372.924 27.2709 379.023 24.0542 384.458 22.6175V22.6254Z' fill='url(%23paint482_linear_2_359)'/%3E%3Cpath d='M384.347 22.7771C390.429 21.077 396.623 24.5811 400.925 30.7431C401.532 30.8868 408.724 42.7959 409.187 43.6021L413.624 51.2887L425.797 72.361C427.337 75.027 430.458 81.9474 430.977 84.5175C432.047 89.7936 430.993 94.3593 427.21 97.0173C424.432 101.83 416.674 104.584 409.785 104.584H362.995C356.115 104.584 348.348 101.822 345.57 97.0173C341.787 94.3593 340.733 89.8016 341.803 84.5175C342.322 81.9394 345.443 75.027 346.983 72.353L358.222 52.8771L369.468 33.4091C372.909 27.4466 378.999 24.2698 384.347 22.7692V22.7771Z' fill='url(%23paint483_linear_2_359)'/%3E%3Cpath d='M384.243 22.9286C390.277 21.1406 396.471 24.6048 400.782 30.703C401.42 30.8467 408.564 42.644 409.051 43.4901L413.473 51.1528L425.606 72.1693C427.13 74.8033 430.363 81.9072 430.882 84.4535C431.983 89.8014 430.906 94.399 427.026 97.0251C424.281 101.774 416.474 104.504 409.674 104.504H363.115C356.314 104.504 348.5 101.782 345.754 97.033C341.875 94.407 340.797 89.8094 341.899 84.4615C342.426 81.9152 345.65 74.8113 347.175 72.1772L358.334 52.845L369.492 33.5127C372.893 27.622 378.975 24.4851 384.235 22.9206L384.243 22.9286Z' fill='url(%23paint484_linear_2_359)'/%3E%3Cpath d='M384.131 23.0802C390.118 21.2044 396.312 24.6367 400.622 30.671C401.292 30.8227 408.388 42.5083 408.899 43.3943L413.313 51.033L425.414 71.9856C426.914 74.5877 430.259 81.8832 430.786 84.3896C431.919 89.8093 430.826 94.4468 426.843 97.041C424.137 101.734 416.274 104.424 409.554 104.424H363.234C356.514 104.424 348.659 101.734 345.945 97.041C341.962 94.4468 340.869 89.8093 342.002 84.3896C342.529 81.8753 345.866 74.5877 347.366 71.9856L358.445 52.797L369.524 33.6084C372.885 27.7896 378.967 24.6926 384.131 23.0722V23.0802Z' fill='url(%23paint485_linear_2_359)'/%3E%3Cpath d='M384.028 23.2318C389.966 21.2682 396.16 24.6605 400.47 30.631C401.173 30.7907 408.213 42.3645 408.756 43.2904L413.154 50.9132L425.222 71.8099C426.707 74.3801 430.155 81.8592 430.682 84.3336C431.847 89.8252 430.738 94.5026 426.651 97.0648C423.977 101.702 416.067 104.36 409.434 104.36H363.346C356.713 104.36 348.803 101.702 346.129 97.0728C342.05 94.5106 340.933 89.8332 342.098 84.3416C342.625 81.8672 346.073 74.3801 347.558 71.8179L358.557 52.773L369.548 33.728C372.861 27.989 378.943 24.916 384.02 23.2397L384.028 23.2318Z' fill='url(%23paint486_linear_2_359)'/%3E%3Cpath d='M383.916 23.3838C389.806 21.3324 396 24.6848 400.319 30.5915C401.053 30.7591 408.045 42.2132 408.612 43.187L413.002 50.7858L425.039 71.6267C426.499 74.165 430.067 81.8276 430.594 84.2781C431.791 89.8415 430.658 94.5509 426.475 97.0812C423.833 101.655 415.875 104.281 409.322 104.281H363.466C356.921 104.281 348.955 101.655 346.313 97.0812C342.13 94.5509 340.997 89.8415 342.194 84.2781C342.721 81.8356 346.281 74.165 347.749 71.6267L358.661 52.7254L369.572 33.8242C372.845 28.157 378.927 25.1239 383.916 23.3838Z' fill='url(%23paint487_linear_2_359)'/%3E%3Cpath d='M383.812 23.5354C389.647 21.3962 395.849 24.7087 400.167 30.5595C400.933 30.7351 407.877 42.0775 408.46 43.0912L412.834 50.6661L424.831 71.4431C426.276 73.9494 429.955 81.8036 430.482 84.2142C431.712 89.8495 430.562 94.5987 426.284 97.0971C423.674 101.615 415.668 104.201 409.202 104.201H363.586C357.12 104.201 349.114 101.615 346.504 97.0971C342.226 94.5987 341.068 89.8495 342.298 84.2142C342.825 81.8036 346.496 73.9494 347.941 71.4431L358.772 52.6855L369.604 33.9279C372.837 28.3326 378.911 25.3313 383.812 23.5354Z' fill='url(%23paint488_linear_2_359)'/%3E%3Cpath d='M383.7 23.6871C389.487 21.4601 395.689 24.7327 400.015 30.5196C400.813 30.7032 407.71 41.9258 408.316 42.9874L412.683 50.5463L424.648 71.2675C426.076 73.7419 429.868 81.7797 430.387 84.1583C431.648 89.8654 430.474 94.6546 426.1 97.121C423.53 101.583 415.468 104.137 409.091 104.137H363.697C357.32 104.137 349.258 101.583 346.68 97.121C342.298 94.6546 341.124 89.8654 342.386 84.1583C342.912 81.7797 346.696 73.7339 348.125 71.2675L358.868 52.6536L369.612 34.0396C372.805 28.5161 378.879 25.5389 383.684 23.695L383.7 23.6871Z' fill='url(%23paint489_linear_2_359)'/%3E%3Cpath d='M383.596 23.8387C389.327 21.5239 395.537 24.7566 399.864 30.4797C400.694 30.6712 407.542 41.7821 408.173 42.8836L412.523 50.4186L424.456 71.0839C425.861 73.5263 429.764 81.7557 430.291 84.1024C431.584 89.8814 430.395 94.7104 425.917 97.1369C423.379 101.535 415.269 104.057 408.971 104.057H363.817C357.519 104.057 349.41 101.535 346.871 97.1369C342.394 94.7025 341.204 89.8814 342.497 84.1024C343.024 81.7557 346.919 73.5263 348.332 71.0839L358.996 52.6136L369.66 34.1434C372.805 28.6917 378.887 25.7464 383.596 23.8467V23.8387Z' fill='url(%23paint490_linear_2_359)'/%3E%3Cpath d='M383.485 23.9902C389.168 21.5876 395.378 24.7804 399.704 30.4476C400.566 30.6471 407.359 41.6383 408.021 42.7797L412.355 50.2907L424.256 70.8921C425.645 73.2947 429.66 81.7157 430.187 84.0304C431.512 89.8812 430.307 94.7422 425.725 97.1448C423.219 101.487 415.061 103.977 408.851 103.977H363.937C357.727 103.977 349.569 101.487 347.063 97.1448C342.481 94.7502 341.276 89.8812 342.601 84.0304C343.128 81.7157 347.135 73.2947 348.524 70.8921L359.108 52.5656L369.692 34.239C372.797 28.8592 378.879 25.9378 383.493 23.9902H383.485Z' fill='url(%23paint491_linear_2_359)'/%3E%3Cpath d='M383.381 24.1419C389.008 21.6595 395.226 24.8044 399.56 30.4077C400.454 30.6153 407.199 41.4947 407.885 42.676L412.212 50.1631L424.073 70.7086C425.446 73.0792 429.572 81.6918 430.091 83.9666C431.448 89.8892 430.219 94.7902 425.541 97.1528C423.067 101.439 414.862 103.89 408.731 103.89H364.048C357.918 103.89 349.713 101.431 347.238 97.1528C342.561 94.7902 341.332 89.8812 342.689 83.9586C343.216 81.6758 347.334 73.0713 348.707 70.7006L359.211 52.5098L369.708 34.3269C372.773 29.0189 378.855 26.1214 383.373 24.1259L383.381 24.1419Z' fill='url(%23paint492_linear_2_359)'/%3E%3Cpath d='M383.269 24.2934C388.84 21.7232 395.066 24.8361 399.401 30.3676C400.326 30.5831 407.023 41.3428 407.726 42.572L412.036 50.0431L423.865 70.5328C425.214 72.8715 429.461 81.6676 429.979 83.9186C431.368 89.913 430.123 94.8538 425.342 97.1846C422.907 101.407 414.646 103.834 408.604 103.834H364.168C358.126 103.834 349.865 101.415 347.43 97.1925C342.649 94.8618 341.404 89.921 342.793 83.9265C343.311 81.6756 347.55 72.8875 348.907 70.5408L359.323 52.4936L369.74 34.4544C372.765 29.2182 378.847 26.3447 383.277 24.3013L383.269 24.2934Z' fill='url(%23paint493_linear_2_359)'/%3E%3Cpath d='M383.165 24.4453C388.681 21.7873 394.907 24.8603 399.257 30.3359C400.215 30.5594 406.864 41.2074 407.59 42.4765L411.892 49.9237L423.69 70.3495C425.023 72.6563 429.373 81.636 429.9 83.8549C431.32 89.9212 430.059 94.894 425.182 97.2008C422.78 101.367 414.47 103.754 408.508 103.754H364.288C358.325 103.754 350.016 101.367 347.614 97.2008C342.737 94.902 341.467 89.9212 342.888 83.8549C343.407 81.636 347.757 72.6563 349.09 70.3495L359.427 52.446L369.764 34.5424C372.741 29.3781 378.831 26.5206 383.165 24.4373V24.4453Z' fill='url(%23paint494_linear_2_359)'/%3E%3Cpath d='M383.054 24.5968C388.513 21.859 394.755 24.8842 399.097 30.2959C400.087 30.5274 406.68 41.0556 407.438 42.3726L411.725 49.7959L423.49 70.1658C424.807 72.4407 429.269 81.6119 429.788 83.791C431.241 89.9291 429.956 94.9418 424.983 97.2087C422.612 101.311 414.255 103.674 408.38 103.674H364.4C358.525 103.674 350.168 101.319 347.797 97.2166C342.817 94.9498 341.532 89.9371 342.984 83.799C343.503 81.6119 347.965 72.4486 349.282 70.1738L359.539 52.4139L369.788 34.6541C372.725 29.5696 378.815 26.728 383.054 24.5968Z' fill='url(%23paint495_linear_2_359)'/%3E%3Cpath d='M382.95 24.7486C388.354 21.9229 394.595 24.9082 398.946 30.2561C399.967 30.4876 406.513 40.912 407.295 42.2689L411.573 49.6762L423.307 69.9903C424.6 72.2332 429.181 81.588 429.7 83.7432C431.185 89.9531 429.884 95.0057 424.807 97.2406C422.468 101.287 414.063 103.61 408.277 103.61H364.519C358.725 103.61 350.32 101.287 347.989 97.2406C342.912 95.0057 341.603 89.9531 343.096 83.7432C343.607 81.588 348.188 72.2332 349.489 69.9903L359.658 52.3741L369.827 34.7579C372.725 29.7453 378.815 26.9117 382.958 24.7486H382.95Z' fill='url(%23paint496_linear_2_359)'/%3E%3Cpath d='M382.846 24.9003C388.186 21.9949 394.444 24.9323 398.802 30.2243C399.856 30.4638 406.353 40.7764 407.159 42.1733L411.422 49.5566L423.115 69.8068C424.392 72.0178 429.086 81.5642 429.604 83.6794C431.129 89.9612 429.796 95.0537 424.624 97.2567C422.325 101.248 413.864 103.531 408.157 103.531H364.639C358.932 103.531 350.479 101.24 348.173 97.2567C342.992 95.0537 341.667 89.9612 343.192 83.6794C343.703 81.5642 348.396 72.0178 349.673 69.8068L359.762 52.3343L369.852 34.8618C372.709 29.921 378.799 27.1034 382.846 24.9003Z' fill='url(%23paint497_linear_2_359)'/%3E%3Cpath d='M382.734 25.0517C388.018 22.0584 394.284 24.9559 398.642 30.1841C399.728 30.4315 406.177 40.6244 407.007 42.0612L411.262 49.4206L422.923 69.6149C424.185 71.794 428.99 81.524 429.501 83.6073C431.057 89.9609 429.708 95.0853 424.432 97.2564C422.165 101.184 413.656 103.442 408.037 103.442H364.751C359.124 103.442 350.623 101.192 348.356 97.2564C343.08 95.0853 341.739 89.9609 343.287 83.6073C343.798 81.524 348.603 71.794 349.865 69.6149L359.874 52.2861L369.875 34.9573C372.685 30.0883 378.791 27.2786 382.734 25.0437V25.0517Z' fill='url(%23paint498_linear_2_359)'/%3E%3Cpath d='M382.631 25.2035C388.314 23.0963 394.133 24.9801 398.499 30.1444C399.616 30.3998 406.018 40.481 406.872 41.9577L411.11 49.2931L422.74 69.4315C423.977 71.5787 428.902 81.4923 429.413 83.5516C431.001 89.9771 429.636 95.1414 424.257 97.2806C422.022 101.152 413.473 103.371 407.926 103.371H364.871C359.331 103.371 350.775 101.152 348.54 97.2806C343.16 95.1414 341.803 89.9771 343.383 83.5516C343.886 81.5003 348.811 71.5787 350.056 69.4315L359.978 52.2464L369.899 35.0613C372.669 30.2641 378.153 25.1956 382.631 25.1956V25.2035Z' fill='url(%23paint499_linear_2_359)'/%3E%3Cpath d='M382.519 25.3553C388.17 23.1921 393.973 25.012 398.339 30.1125C399.489 30.3759 405.834 40.3374 406.712 41.8619L410.935 49.1814L422.532 69.256C423.754 71.3712 428.79 81.4764 429.301 83.4958C430.922 90.0011 429.533 95.1973 424.057 97.3046C421.854 101.12 413.257 103.307 407.798 103.307H364.983C359.523 103.307 350.926 101.12 348.723 97.3046C343.248 95.1973 341.867 90.0011 343.479 83.4958C343.982 81.4764 349.019 71.3712 350.24 69.256L360.082 52.2145L369.923 35.1731C372.653 30.4477 378.113 25.3553 382.519 25.3553Z' fill='url(%23paint500_linear_2_359)'/%3E%3Cpath d='M382.415 25.5146C388.034 23.2877 393.821 25.0437 398.188 30.0803C399.369 30.3517 405.667 40.2014 406.569 41.7659L410.783 49.0614L422.341 69.0801C423.546 71.1634 428.703 81.4521 429.197 83.4397C430.85 90.0168 429.445 95.245 423.873 97.3203C421.71 101.072 413.058 103.227 407.678 103.227H365.102C359.73 103.227 351.078 101.072 348.907 97.3203C343.328 95.245 341.931 90.0088 343.575 83.4397C344.07 81.4521 349.226 71.1554 350.431 69.0801L360.193 52.1823L369.947 35.2845C372.637 30.631 378.073 25.5146 382.407 25.5146H382.415Z' fill='url(%23paint501_linear_2_359)'/%3E%3Cpath d='M382.303 25.6666C387.891 23.3838 393.662 25.068 398.036 30.0408C399.249 30.3201 405.499 40.0501 406.425 41.6625L410.623 48.934L422.149 68.8969C423.331 70.9483 428.607 81.4206 429.102 83.3842C430.786 90.0331 429.365 95.3012 423.69 97.3446C421.559 101.04 412.858 103.163 407.566 103.163H365.222C359.93 103.163 351.23 101.048 349.099 97.3526C343.423 95.3092 342.003 90.0411 343.687 83.3921C344.182 81.4366 349.45 70.9562 350.639 68.9049L360.313 52.1428L369.987 35.3887C372.629 30.807 378.041 25.6666 382.311 25.6666H382.303Z' fill='url(%23paint502_linear_2_359)'/%3E%3Cpath d='M382.2 25.8181C387.747 23.4714 393.51 25.0917 397.884 30.0086C399.129 30.296 405.331 39.9142 406.281 41.5665L410.472 48.8221L421.966 68.7211C423.131 70.7405 428.519 81.4044 429.014 83.3281C430.73 90.0489 429.285 95.3569 423.514 97.3603C421.415 101 412.667 103.083 407.463 103.083H365.334C360.13 103.083 351.381 101 349.282 97.3603C343.503 95.3489 342.066 90.0489 343.783 83.3201C344.277 81.3964 349.657 70.7325 350.823 68.7131L360.417 52.0947L370.011 35.4842C372.613 30.9744 378.001 25.8101 382.2 25.8101V25.8181Z' fill='url(%23paint503_linear_2_359)'/%3E%3Cpath d='M382.088 25.9698C387.603 23.5672 393.35 25.1157 397.725 29.9688C399.002 30.2641 405.148 39.7626 406.13 41.4548L410.304 48.6864L421.766 68.5296C422.916 70.5091 428.415 81.3645 428.902 83.2563C430.65 90.0489 429.189 95.3888 423.315 97.3684C421.247 100.944 412.451 102.996 407.327 102.996H365.454C360.329 102.996 351.533 100.944 349.466 97.3684C343.591 95.3888 342.13 90.0489 343.878 83.2563C344.365 81.3645 349.865 70.5091 351.014 68.5296L360.521 52.0548L370.027 35.588C372.589 31.1501 377.953 25.9618 382.08 25.9618L382.088 25.9698Z' fill='url(%23paint504_linear_2_359)'/%3E%3Cpath d='M381.984 26.1216C387.468 23.6551 393.199 25.1398 397.581 29.929C398.89 30.2323 404.988 39.6191 405.994 41.3511L410.16 48.5588L421.582 68.3461C422.708 70.2937 428.327 81.3327 428.814 83.1925C430.594 90.057 429.117 95.4368 423.139 97.3844C421.112 100.904 412.26 102.924 407.223 102.924H365.573C360.537 102.924 351.685 100.904 349.657 97.3844C343.687 95.4368 342.202 90.065 343.982 83.1925C344.461 81.3327 350.08 70.2937 351.206 68.3461L360.632 52.015L370.059 35.6839C372.573 31.3258 377.913 26.1136 381.976 26.1136L381.984 26.1216Z' fill='url(%23paint505_linear_2_359)'/%3E%3Cpath d='M381.872 26.2731C387.324 23.7508 393.039 25.1636 397.421 29.8969C398.762 30.2082 404.813 39.4833 405.834 41.2553L409.985 48.447L421.375 68.1704C422.485 70.0861 428.224 81.3167 428.695 83.1445C430.506 90.0809 429.006 95.5006 422.932 97.4083C420.936 100.872 412.036 102.852 407.079 102.852H365.685C360.728 102.852 351.836 100.864 349.833 97.4083C343.759 95.4926 342.258 90.0809 344.07 83.1445C344.549 81.3167 350.288 70.094 351.389 68.1704L360.736 51.983L370.083 35.7956C372.558 31.5093 377.874 26.2731 381.872 26.2731Z' fill='url(%23paint506_linear_2_359)'/%3E%3Cpath d='M381.769 26.4246C387.188 23.8385 392.887 25.1874 397.277 29.8569C398.65 30.1762 404.653 39.3315 405.698 41.1513L409.841 48.3191L421.199 67.9867C422.293 69.8704 428.144 81.2846 428.615 83.0805C430.458 90.0967 428.942 95.5483 422.772 97.4241C420.808 100.824 411.861 102.78 406.992 102.78H365.805C360.936 102.78 351.988 100.832 350.024 97.4241C343.854 95.5404 342.33 90.0967 344.174 83.0805C344.644 81.2846 350.495 69.8704 351.589 67.9867L360.856 51.9429L370.115 35.8992C372.549 31.6847 377.841 26.4246 381.769 26.4246Z' fill='url(%23paint507_linear_2_359)'/%3E%3Cpath d='M381.657 26.5763C387.045 23.9342 392.728 25.2193 397.118 29.8169C398.523 30.1442 404.469 39.1878 405.547 41.0476L409.673 48.1914L421 67.8031C422.069 69.6549 428.04 81.2527 428.511 83.0167C430.387 90.1046 428.846 95.5882 422.58 97.4401C420.649 100.785 411.653 102.7 406.864 102.7H365.924C361.135 102.7 352.14 100.785 350.208 97.4401C343.934 95.5962 342.394 90.1046 344.277 83.0167C344.748 81.2527 350.719 69.6549 351.788 67.8031L360.968 51.903L370.147 36.003C372.541 31.8603 377.802 26.5763 381.665 26.5763H381.657Z' fill='url(%23paint508_linear_2_359)'/%3E%3Cpath d='M381.553 26.728C386.909 24.0221 392.576 25.2433 396.966 29.7851C398.403 30.1123 404.302 39.0441 405.403 40.9518L409.514 48.0717L420.8 67.6195C421.854 69.4394 427.936 81.2208 428.399 82.9608C430.307 90.1206 428.75 95.6441 422.381 97.456C420.481 100.745 411.437 102.628 406.736 102.628H366.036C361.335 102.628 352.291 100.745 350.392 97.464C344.022 95.6521 342.457 90.1286 344.373 82.9688C344.836 81.2367 350.926 69.4474 351.972 67.6275L361.071 51.8711L370.171 36.1147C372.517 32.0439 377.762 26.7359 381.553 26.7359V26.728Z' fill='url(%23paint509_linear_2_359)'/%3E%3Cpath d='M381.441 26.8796C386.757 24.1179 392.417 25.2673 396.815 29.7452C398.283 30.0804 404.134 38.9005 405.26 40.8481L409.362 47.952L420.617 67.4439C421.647 69.2319 427.856 81.2048 428.311 82.905C430.259 90.1366 428.679 95.7 422.205 97.48C420.345 100.705 411.246 102.557 406.632 102.557H366.156C361.534 102.557 352.443 100.705 350.583 97.48C344.11 95.7 342.529 90.1366 344.477 82.905C344.932 81.2048 351.134 69.2319 352.172 67.4439L361.191 51.8312L370.203 36.2185C372.51 32.2196 377.73 26.8876 381.449 26.8876L381.441 26.8796Z' fill='url(%23paint510_linear_2_359)'/%3E%3Cpath d='M381.337 27.0314C386.622 24.2058 392.265 25.2914 396.663 29.7054C398.163 30.0486 403.966 38.7489 405.116 40.7364L409.202 47.8164L420.425 67.2525C421.439 69.0085 427.76 81.165 428.215 82.8333C430.195 90.1447 428.591 95.7321 422.021 97.4881C420.194 100.657 411.046 102.477 406.513 102.477H366.276C361.742 102.477 352.594 100.657 350.767 97.4961C344.197 95.7481 342.601 90.1527 344.573 82.8412C345.028 81.173 351.341 69.0165 352.355 67.2605L361.287 51.7835L370.219 36.3144C372.485 32.3873 377.674 27.0314 381.329 27.0314H381.337Z' fill='url(%23paint511_linear_2_359)'/%3E%3Cpath d='M381.226 27.1829C386.478 24.2934 392.105 25.3151 396.511 29.6732C398.044 30.0245 403.791 38.613 404.964 40.6405L409.043 47.6965L420.234 67.0687C421.231 68.7928 427.665 81.1329 428.112 82.7772C430.123 90.1605 428.503 95.7878 421.83 97.5039C420.034 100.609 410.839 102.397 406.393 102.397H366.387C361.941 102.397 352.746 100.617 350.95 97.5039C344.277 95.7878 342.665 90.1605 344.668 82.7772C345.115 81.1409 351.549 68.7928 352.547 67.0687L361.399 51.7354L370.251 36.41C372.478 32.5547 377.642 27.1749 381.226 27.1749V27.1829Z' fill='url(%23paint512_linear_2_359)'/%3E%3Cpath d='M381.122 27.3349C386.342 24.3895 391.954 25.3394 396.36 29.6337C397.924 29.9929 403.623 38.4617 404.82 40.537L408.883 47.5771L420.042 66.8934C421.016 68.5856 427.577 81.1173 428.016 82.7216C430.059 90.1768 428.423 95.844 421.654 97.5282C419.89 100.577 410.647 102.325 406.281 102.325H366.507C362.141 102.325 352.898 100.577 351.134 97.5282C344.365 95.844 342.729 90.1768 344.764 82.7216C345.203 81.1173 351.756 68.5856 352.738 66.8934L361.51 51.7038L370.275 36.5221C372.454 32.7387 377.594 27.3349 381.122 27.3349Z' fill='url(%23paint513_linear_2_359)'/%3E%3Cpath d='M381.018 27.4862C386.206 24.477 391.802 25.363 396.208 29.5934C397.804 29.9606 403.455 38.3177 404.677 40.4329L408.731 47.449L419.85 66.7095C420.808 68.3697 427.481 81.085 427.92 82.6574C429.995 90.1844 428.335 95.8835 421.471 97.5438C419.747 100.537 410.448 102.253 406.169 102.253H366.627C362.348 102.253 353.049 100.537 351.325 97.5438C344.453 95.8915 342.801 90.1924 344.876 82.6574C345.307 81.077 351.98 68.3617 352.938 66.7095L361.622 51.6635L370.306 36.6255C372.446 32.9219 377.562 27.4862 381.018 27.4862Z' fill='url(%23paint514_linear_2_359)'/%3E%3Cpath d='M380.907 27.6379C386.063 24.5728 391.642 25.387 396.056 29.5616C397.685 29.9367 403.288 38.1821 404.533 40.3372L408.572 47.3294L419.659 66.526C420.601 68.1543 427.394 81.0531 427.817 82.6016C429.924 90.2005 428.248 95.9395 421.279 97.5598C419.587 100.489 410.24 102.173 406.05 102.173H366.739C362.54 102.173 353.201 100.489 351.501 97.5598C344.533 95.9395 342.857 90.2005 344.964 82.6016C345.395 81.0531 352.188 68.1543 353.121 66.526L361.726 51.6237L370.331 36.7293C372.43 33.0976 377.522 27.6379 380.907 27.6379Z' fill='url(%23paint515_linear_2_359)'/%3E%3Cpath d='M380.803 27.7897C385.927 24.6608 391.483 25.4191 395.905 29.5218C397.565 29.905 403.12 38.0306 404.389 40.2336L408.42 47.2019L419.475 66.3426C420.393 67.939 427.306 81.0214 427.729 82.538C429.868 90.2166 428.176 95.9876 421.104 97.576C419.443 100.449 410.057 102.102 405.938 102.102H366.858C362.748 102.102 353.353 100.457 351.693 97.576C344.621 95.9876 342.928 90.2166 345.068 82.538C345.491 81.0214 352.403 67.939 353.321 66.3426L361.846 51.5839L370.362 36.8253C372.422 33.2654 377.482 27.7818 380.803 27.7818V27.7897Z' fill='url(%23paint516_linear_2_359)'/%3E%3Cpath d='M380.691 27.9414C385.784 24.7566 391.323 25.4431 395.745 29.482C397.437 29.8731 402.937 37.8869 404.23 40.1299L408.245 47.0822L419.268 66.167C420.17 67.7315 427.202 81.0055 427.617 82.4821C429.788 90.2326 428.072 96.0434 420.904 97.5919C419.276 100.41 409.841 102.022 405.81 102.022H366.978C362.947 102.022 353.505 100.41 351.884 97.5919C344.716 96.0355 343 90.2246 345.171 82.4741C345.586 80.9895 352.619 67.7155 353.513 66.159L361.949 51.5441L370.386 36.9291C372.398 33.441 377.442 27.9335 380.691 27.9335V27.9414Z' fill='url(%23paint517_linear_2_359)'/%3E%3Cpath d='M380.587 28.0929C385.64 24.8442 391.171 25.4668 395.601 29.4498C397.325 29.8489 402.777 37.743 404.094 40.0259L408.093 46.9542L419.076 65.9752C419.962 67.4998 427.106 80.9653 427.513 82.418C429.716 90.2403 427.984 96.0831 420.712 97.6077C419.124 100.361 409.633 101.95 405.682 101.95H367.09C363.147 101.95 353.656 100.369 352.06 97.6157C344.788 96.0911 343.056 90.2483 345.259 82.426C345.666 80.9733 352.818 67.5157 353.696 65.9832L362.053 51.5119L370.41 37.0406C372.382 33.6244 377.402 28.0929 380.587 28.0929Z' fill='url(%23paint518_linear_2_359)'/%3E%3Cpath d='M380.475 28.2445C385.496 24.94 391.012 25.4907 395.442 29.4098C397.198 29.8169 402.601 37.5993 403.942 39.9221L407.933 46.8265L418.885 65.7916C419.747 67.2842 427.018 80.9334 427.417 82.3541C429.652 90.2563 427.896 96.131 420.537 97.6236C418.98 100.322 409.442 101.87 405.579 101.87H367.209C363.346 101.87 353.808 100.322 352.251 97.6236C344.884 96.131 343.128 90.2563 345.363 82.3541C345.762 80.9334 353.034 67.2842 353.896 65.7916L362.173 51.464L370.442 37.1364C372.374 33.7919 377.363 28.2365 380.483 28.2365L380.475 28.2445Z' fill='url(%23paint519_linear_2_359)'/%3E%3Cpath d='M380.372 28.3964C385.361 25.028 390.86 25.5149 395.298 29.3702C397.086 29.7853 402.442 37.4479 403.807 39.8186L407.782 46.707L418.701 65.6162C419.547 67.0769 426.931 80.9097 427.33 82.2985C429.604 90.2725 427.825 96.1871 420.361 97.6398C418.837 100.282 409.251 101.79 405.467 101.79H367.329C363.554 101.79 353.96 100.274 352.435 97.6398C344.964 96.1791 343.192 90.2645 345.467 82.2985C345.866 80.9097 353.249 67.0769 354.087 65.6162L362.277 51.4323L370.466 37.2484C372.358 33.9758 377.323 28.3964 380.372 28.3964Z' fill='url(%23paint520_linear_2_359)'/%3E%3Cpath d='M380.26 28.548C385.217 25.1237 390.7 25.5388 395.138 29.3382C396.958 29.7612 402.258 37.3122 403.655 39.7227L407.622 46.5872L418.509 65.4326C419.34 66.8614 426.843 80.8856 427.226 82.2426C429.532 90.2884 427.737 96.2349 420.17 97.6637C418.677 100.242 409.043 101.727 405.347 101.727H367.441C363.745 101.727 354.111 100.25 352.618 97.6637C345.051 96.2349 343.256 90.2884 345.562 82.2426C345.953 80.8856 353.448 66.8693 354.279 65.4326L362.388 51.3843L370.498 37.3441C372.342 34.1433 377.291 28.54 380.268 28.54L380.26 28.548Z' fill='url(%23paint521_linear_2_359)'/%3E%3Cpath d='M380.156 28.6998C385.081 25.2117 390.549 25.5629 394.987 29.2984C396.838 29.7215 402.091 37.1606 403.511 39.6191L407.462 46.4596L418.31 65.2491C419.116 66.646 426.739 80.8539 427.122 82.1789C429.461 90.2965 427.641 96.283 419.978 97.6798C418.525 100.202 408.835 101.647 405.228 101.647H367.561C363.953 101.647 354.263 100.202 352.802 97.6798C345.131 96.283 343.319 90.3045 345.658 82.1789C346.041 80.8539 353.664 66.646 354.47 65.2491L362.5 51.3446L370.522 37.448C372.326 34.3191 377.243 28.6918 380.156 28.6918V28.6998Z' fill='url(%23paint522_linear_2_359)'/%3E%3Cpath d='M380.045 28.8512C384.937 25.3072 390.389 25.5946 394.835 29.2583C396.719 29.6893 401.923 37.0167 403.36 39.5151L407.303 46.3397L418.118 65.0733C418.909 66.4382 426.651 80.8297 427.026 82.1228C429.397 90.3202 427.561 96.3386 419.795 97.6955C418.374 100.162 408.636 101.575 405.108 101.575H367.681C364.152 101.575 354.415 100.162 352.994 97.6955C345.227 96.3306 343.399 90.3122 345.762 82.1228C346.137 80.8297 353.88 66.4382 354.662 65.0733L362.604 51.3124L370.546 37.5595C372.31 34.5104 377.203 28.8592 380.045 28.8592V28.8512Z' fill='url(%23paint523_linear_2_359)'/%3E%3Cpath d='M379.941 29.0109C384.802 25.403 390.237 25.6265 394.683 29.2344C396.599 29.6734 401.755 36.8891 403.216 39.4273L407.143 46.228L417.927 64.8977C418.693 66.2307 426.555 80.8058 426.922 82.0749C429.325 90.3442 427.473 96.3945 419.603 97.7275C418.214 100.13 408.428 101.511 404.988 101.511H367.792C364.352 101.511 354.566 100.13 353.177 97.7275C345.315 96.4025 343.455 90.3442 345.858 82.0749C346.225 80.8138 354.087 66.2307 354.853 64.8977L362.716 51.2805L370.578 37.6713C372.302 34.694 377.171 29.0189 379.941 29.0189V29.0109Z' fill='url(%23paint524_linear_2_359)'/%3E%3Cpath d='M379.829 29.1626C384.65 25.4909 390.078 25.6506 394.532 29.1946C396.479 29.6415 401.58 36.7375 403.072 39.3157L406.984 46.0923L417.735 64.7063C418.486 66.0073 426.468 80.7739 426.827 82.0031C429.261 90.3443 427.385 96.4345 419.427 97.7356C418.071 100.082 408.237 101.431 404.876 101.431H367.912C364.552 101.431 354.718 100.082 353.361 97.7436C345.395 96.4505 343.519 90.3603 345.954 82.0111C346.313 80.7819 354.295 66.0153 355.045 64.7142L362.827 51.2407L370.602 37.7752C372.278 34.8697 377.123 29.1706 379.837 29.1706L379.829 29.1626Z' fill='url(%23paint525_linear_2_359)'/%3E%3Cpath d='M379.725 29.3143C384.514 25.5867 389.926 25.6745 394.38 29.1546C396.359 29.6096 401.412 36.5938 402.929 39.2119L406.832 45.9646L417.544 64.5227C418.278 65.7918 426.372 80.742 426.731 81.9393C429.197 90.3602 427.305 96.4824 419.244 97.7435C417.927 100.034 408.037 101.343 404.764 101.343H368.024C364.751 101.343 354.861 100.034 353.544 97.7435C345.482 96.4824 343.583 90.3523 346.057 81.9393C346.408 80.742 354.51 65.7918 355.236 64.5227L362.931 51.1928L370.626 37.8629C372.262 35.0293 377.083 29.3063 379.725 29.3063V29.3143Z' fill='url(%23paint526_linear_2_359)'/%3E%3Cpath d='M379.621 29.466C384.379 25.6746 389.774 25.6986 394.228 29.1228C396.24 29.5858 401.245 36.4502 402.785 39.1162L406.672 45.853L417.352 64.3472C418.062 65.5844 426.284 80.7182 426.627 81.8835C429.125 90.3763 427.218 96.5384 419.052 97.7676C417.767 99.9946 407.83 101.272 404.645 101.272H368.143C364.951 101.272 355.021 99.9946 353.728 97.7676C345.562 96.5384 343.647 90.3763 346.153 81.8835C346.496 80.7182 354.718 65.5764 355.428 64.3392L363.043 51.153L370.658 37.9668C372.254 35.2051 377.043 29.4581 379.621 29.4581V29.466Z' fill='url(%23paint527_linear_2_359)'/%3E%3Cpath d='M379.51 29.6176C384.235 25.7703 389.615 25.7225 394.077 29.0829C396.12 29.5538 401.077 36.3065 402.641 39.0124L406.52 45.7252L417.168 64.1635C417.863 65.3688 426.204 80.6862 426.539 81.8276C429.077 90.3922 427.138 96.5862 418.877 97.7915C417.623 99.9626 407.638 101.208 404.533 101.208H368.263C365.158 101.208 355.173 99.9626 353.919 97.7915C345.658 96.5942 343.718 90.4002 346.257 81.8276C346.592 80.6862 354.933 65.3688 355.628 64.1635L363.163 51.121L370.689 38.0785C372.246 35.3886 377.011 29.6176 379.518 29.6176H379.51Z' fill='url(%23paint528_linear_2_359)'/%3E%3Cpath d='M379.406 29.7692C384.099 25.8581 389.463 25.7463 393.925 29.0429C396 29.5218 400.909 36.1548 402.498 38.9085L406.361 45.5974L416.977 63.9799C417.655 65.1532 426.108 80.6621 426.444 81.7637C429.014 90.4081 427.058 96.634 418.693 97.7994C417.472 99.9146 407.438 101.12 404.421 101.12H368.375C365.35 101.12 355.316 99.9066 354.103 97.7994C345.738 96.634 343.79 90.4001 346.353 81.7637C346.68 80.6542 355.141 65.1532 355.811 63.9799L363.258 51.081L370.706 38.1822C372.214 35.5641 376.963 29.7692 379.398 29.7692H379.406Z' fill='url(%23paint529_linear_2_359)'/%3E%3Cpath d='M379.294 29.9208C383.956 25.9538 389.304 25.7702 393.765 29.0109C395.873 29.4978 400.726 36.0191 402.338 38.8127L406.193 45.4856L416.777 63.8042C417.432 64.9457 426.013 80.6382 426.332 81.7077C428.934 90.424 426.962 96.6899 418.494 97.8233C417.312 99.8747 407.223 101.056 404.286 101.056H368.495C365.557 101.056 355.476 99.8827 354.287 97.8233C345.826 96.6899 343.854 90.424 346.448 81.7077C346.768 80.6302 355.348 64.9377 356.003 63.8042L363.37 51.0491L370.738 38.2939C372.206 35.7477 376.924 29.9288 379.294 29.9288V29.9208Z' fill='url(%23paint530_linear_2_359)'/%3E%3Cpath d='M379.19 30.0726C383.82 26.0417 389.152 25.8022 393.622 28.9711C395.761 29.4659 400.566 35.8675 402.202 38.709L406.042 45.358L416.586 63.6207C417.224 64.7302 425.925 80.6063 426.236 81.6519C428.87 90.4401 426.875 96.7378 418.318 97.8393C417.168 99.8348 407.031 100.976 404.182 100.976H368.614C365.757 100.976 355.628 99.8348 354.478 97.8393C345.914 96.7378 343.926 90.4401 346.552 81.6519C346.863 80.6063 355.564 64.7302 356.194 63.6207L363.482 51.0012L370.761 38.3898C372.19 35.9154 376.884 30.0726 379.19 30.0726Z' fill='url(%23paint531_linear_2_359)'/%3E%3Cpath d='M379.079 30.2242C383.668 26.1375 388.992 25.8262 393.462 28.9311C395.633 29.434 400.39 35.7238 402.051 38.5973L405.874 45.2223L416.386 63.4291C417.009 64.4987 426.004 80.5265 426.124 81.5801C430.299 89.8414 426.779 96.7777 418.118 97.8473C417.001 99.7869 406.816 100.896 404.046 100.896H368.726C365.956 100.896 355.771 99.7869 354.654 97.8473C345.993 96.7777 342.473 89.8414 346.64 81.5801C346.76 80.5265 355.763 64.4987 356.378 63.4291L363.578 50.9534L370.777 38.4855C372.166 36.083 376.836 30.2162 379.071 30.2162L379.079 30.2242Z' fill='url(%23paint532_linear_2_359)'/%3E%3Cpath d='M378.975 30.3757C383.533 26.2251 388.841 25.85 393.318 28.8991C395.521 29.4099 400.231 35.5879 401.915 38.5014L405.73 45.1104L416.211 63.2534C416.809 64.2911 425.925 80.5104 426.044 81.5241C430.275 89.8493 426.707 96.8335 417.951 97.8711C416.865 99.7469 406.64 100.824 403.95 100.824H368.846C366.156 100.824 355.931 99.7469 354.845 97.8711C346.081 96.8335 342.521 89.8493 346.752 81.5241C346.871 80.5024 355.987 64.2911 356.585 63.2534L363.705 50.9213L370.825 38.5971C372.166 36.2744 376.812 30.3757 378.983 30.3757H378.975Z' fill='url(%23paint533_linear_2_359)'/%3E%3Cpath d='M378.863 30.5275C383.389 26.321 388.681 25.874 393.159 28.8592C395.394 29.3781 400.047 35.4364 401.763 38.3977L405.563 44.9828L416.011 63.0699C416.594 64.0756 425.821 80.4785 425.941 81.4683C430.227 89.8573 426.619 96.8814 417.759 97.8872C416.714 99.707 406.433 100.745 403.831 100.745H368.966C366.363 100.745 356.083 99.6991 355.029 97.8872C346.169 96.8814 342.561 89.8573 346.848 81.4683C346.967 80.4785 356.194 64.0836 356.777 63.0699L363.817 50.8814L370.849 38.701C372.15 36.4501 376.772 30.5275 378.871 30.5275H378.863Z' fill='url(%23paint534_linear_2_359)'/%3E%3Cpath d='M378.759 30.6792C383.253 26.4088 388.529 25.898 393.007 28.8194C395.274 29.3382 399.879 35.2927 401.612 38.2939L405.403 44.8551L415.811 62.8863C416.378 63.8601 425.725 80.4466 425.837 81.4045C430.171 89.8573 426.531 96.9294 417.567 97.9032C416.554 99.6592 406.225 100.673 403.703 100.673H369.077C366.555 100.673 356.226 99.6672 355.212 97.9032C346.249 96.9294 342.609 89.8573 346.943 81.4045C347.055 80.4466 356.402 63.8601 356.961 62.8863L363.913 50.8416L370.865 38.8048C372.126 36.6257 376.724 30.6792 378.751 30.6792H378.759Z' fill='url(%23paint535_linear_2_359)'/%3E%3Cpath d='M378.648 30.8309C383.109 26.5047 388.37 25.922 392.855 28.7875C395.154 29.3143 399.712 35.1491 401.468 38.1982L405.243 44.7354L415.62 62.7028C416.163 63.6447 425.629 80.4227 425.733 81.3407C430.123 89.8574 426.436 96.9773 417.376 97.9192C416.394 99.6193 406.018 100.593 403.583 100.593H369.197C366.762 100.593 356.386 99.6193 355.404 97.9192C346.345 96.9773 342.657 89.8574 347.047 81.3407C347.159 80.4148 356.617 63.6447 357.16 62.7028L364.033 50.8017L370.905 38.9086C372.126 36.8014 376.692 30.8309 378.656 30.8309H378.648Z' fill='url(%23paint536_linear_2_359)'/%3E%3Cpath d='M378.544 30.9825C382.974 26.5924 388.218 25.9459 392.704 28.7475C395.034 29.2823 399.544 35.0054 401.324 38.0944L405.092 44.6157L415.436 62.5272C415.963 63.4371 425.542 80.3988 425.645 81.2927C430.091 89.8733 426.364 97.0411 417.208 97.9431C416.258 99.5874 405.834 100.529 403.479 100.529H369.317C366.962 100.529 356.538 99.5874 355.588 97.9431C346.424 97.0331 342.697 89.8653 347.143 81.2927C347.247 80.3988 356.825 63.4371 357.352 62.5272L364.144 50.7697L370.929 39.0123C372.102 36.9769 376.652 30.9825 378.544 30.9825Z' fill='url(%23paint537_linear_2_359)'/%3E%3Cpath d='M378.432 31.134C382.83 26.688 388.05 25.9697 392.552 28.7075C394.915 29.2502 399.377 34.8536 401.181 37.9905L404.932 44.4878L415.245 62.3434C415.748 63.2214 425.446 80.3667 425.542 81.2287C430.044 89.8732 426.276 97.0809 417.017 97.9589C416.099 99.5393 405.627 100.449 403.36 100.449H369.429C367.162 100.449 356.681 99.5393 355.771 97.9589C346.512 97.0809 342.745 89.8732 347.239 81.2287C347.343 80.3667 357.033 63.2214 357.535 62.3434L364.24 50.7297L370.945 39.1159C372.079 37.1524 376.604 31.134 378.432 31.134Z' fill='url(%23paint538_linear_2_359)'/%3E%3Cpath d='M378.328 31.2857C382.695 26.7759 387.899 26.0016 392.401 28.6756C394.795 29.2263 399.201 34.7179 401.037 37.8867L404.781 44.3601L415.053 62.1519C415.54 62.998 425.35 80.3348 425.446 81.1569C430.004 89.8652 426.188 97.1208 416.833 97.9669C415.955 99.4914 405.427 100.369 403.24 100.369H369.548C367.361 100.369 356.841 99.4914 355.955 97.9669C346.592 97.1208 342.785 89.8652 347.342 81.1569C347.438 80.3268 357.248 62.998 357.735 62.1519L364.36 50.6818L370.977 39.2117C372.071 37.32 376.564 31.2777 378.328 31.2777V31.2857Z' fill='url(%23paint539_linear_2_359)'/%3E%3Cpath d='M378.217 31.4376C382.543 26.8719 387.739 26.0258 392.241 28.6359C394.668 29.1947 399.026 34.5665 400.885 37.7832L404.613 44.2406L414.854 61.9765C415.325 62.7907 425.246 80.3111 425.342 81.1093C429.956 89.8735 426.1 97.1849 416.642 97.9911C415.796 99.4598 405.22 100.298 403.12 100.298H369.668C367.569 100.298 356.993 99.4598 356.147 97.9911C346.688 97.1769 342.841 89.8735 347.446 81.1093C347.542 80.3111 357.464 62.7907 357.927 61.9765L364.472 50.6501L371.009 39.3238C372.055 37.5039 376.533 31.4376 378.225 31.4376H378.217Z' fill='url(%23paint540_linear_2_359)'/%3E%3Cpath d='M378.113 31.5891C382.407 26.9595 387.587 26.0496 392.097 28.5958C394.556 29.1626 398.866 34.4227 400.742 37.6793L404.453 44.1128L414.662 61.7928C415.109 62.575 425.15 80.279 425.238 81.0453C429.9 89.8733 426.005 97.2247 416.45 98.0069C415.636 99.4117 405.012 100.226 403.001 100.226H369.78C367.768 100.226 357.136 99.4197 356.322 98.0149C346.76 97.2406 342.872 89.8893 347.534 81.0532C347.622 80.287 357.663 62.583 358.11 61.8008L364.567 50.6101L371.025 39.4274C372.031 37.6793 376.477 31.5891 378.105 31.5891H378.113Z' fill='url(%23paint541_linear_2_359)'/%3E%3Cpath d='M378.001 31.7406C382.263 27.0552 387.428 26.0734 391.937 28.5637C394.428 29.1384 398.69 34.2868 400.59 37.5834L404.293 43.9929L414.47 61.609C414.901 62.3593 425.055 80.2469 425.142 80.9812C429.86 89.8731 425.925 97.2724 416.266 98.0147C415.484 99.3637 404.812 100.138 402.881 100.138H369.899C367.968 100.138 357.296 99.3637 356.514 98.0147C346.855 97.2724 342.92 89.8731 347.638 80.9732C347.725 80.2389 357.878 62.3434 358.309 61.601L364.687 50.554L371.065 39.515C372.03 37.8468 376.452 31.7246 378.009 31.7246L378.001 31.7406Z' fill='url(%23paint542_linear_2_359)'/%3E%3Cpath d='M377.897 31.8924C382.128 27.1431 387.276 26.0975 391.794 28.524C394.316 29.1067 398.523 34.1353 400.454 37.4797L404.142 43.8653L414.279 61.4256C414.694 62.144 424.959 80.2231 425.047 80.9255C429.82 89.8813 425.845 97.3284 416.091 98.0388C415.349 99.3319 404.621 100.066 402.777 100.066H370.011C368.167 100.066 357.44 99.3239 356.697 98.0388C346.943 97.3284 342.968 89.8813 347.734 80.9255C347.813 80.2231 358.086 62.144 358.493 61.4256L364.791 50.5223L371.081 39.6269C372.007 38.0305 376.405 31.8924 377.889 31.8924H377.897Z' fill='url(%23paint543_linear_2_359)'/%3E%3Cpath d='M377.794 32.044C381.992 27.2308 387.124 26.1213 391.642 28.484C394.196 29.0747 398.355 33.9916 400.311 37.3759L403.99 43.7455L414.095 61.2499C414.487 61.9364 424.879 80.1991 424.951 80.8696C429.78 89.8892 425.757 97.3842 415.907 98.0627C415.197 99.2919 404.421 100.002 402.657 100.002H370.131C368.367 100.002 357.591 99.2999 356.881 98.0627C347.023 97.3842 343.008 89.8892 347.829 80.8696C347.909 80.1991 358.294 61.9364 358.685 61.2499L364.895 50.4902L371.105 39.7386C371.983 38.214 376.357 32.0519 377.786 32.0519L377.794 32.044Z' fill='url(%23paint544_linear_2_359)'/%3E%3Cpath d='M377.682 32.1958C381.848 27.3268 386.965 26.1455 391.482 28.4523C394.069 29.0509 398.179 33.8481 400.159 37.2803L403.823 43.626L413.896 61.0665C414.271 61.7131 424.775 80.1674 424.847 80.8059C429.732 89.8894 425.669 97.4243 415.716 98.0709C415.037 99.2442 404.214 99.9147 402.537 99.9147H370.25C368.574 99.9147 357.751 99.2442 357.072 98.0709C347.119 97.4243 343.056 89.8894 347.941 80.8059C348.013 80.1674 358.517 61.7131 358.892 61.0665L365.022 50.4506L371.152 39.8425C371.991 38.3898 376.341 32.2038 377.698 32.2038L377.682 32.1958Z' fill='url(%23paint545_linear_2_359)'/%3E%3Cpath d='M377.578 32.3473C381.713 27.4144 386.813 26.1772 391.339 28.4122C393.957 29.0188 398.02 33.7042 400.023 37.1684L403.679 43.4901L413.72 60.8748C414.08 61.4894 424.696 80.1352 424.767 80.7419C429.708 89.8892 425.605 97.472 415.548 98.0866C414.902 99.2041 404.03 99.8427 402.434 99.8427H370.362C368.766 99.8427 357.895 99.2041 357.248 98.0866C347.191 97.472 343.088 89.8892 348.029 80.7419C348.101 80.1352 358.717 61.4974 359.068 60.8748L365.118 50.4025L371.161 39.9381C371.959 38.5572 376.285 32.3473 377.57 32.3473H377.578Z' fill='url(%23paint546_linear_2_359)'/%3E%3Cpath d='M377.466 32.499C381.569 27.5102 386.654 26.2012 391.179 28.3723C393.829 28.9869 397.844 33.5526 399.864 37.0646L403.503 43.3704L413.505 60.6992C413.84 61.2819 424.576 80.1113 424.64 80.686C429.628 89.8972 425.486 97.5279 415.333 98.1106C414.726 99.1642 403.799 99.7709 402.29 99.7709H370.482C368.974 99.7709 358.046 99.1642 357.44 98.1106C347.287 97.5279 343.144 89.8972 348.133 80.686C348.197 80.1113 358.932 61.2899 359.267 60.6992L365.23 50.3705L371.193 40.0499C371.951 38.7408 376.245 32.5069 377.466 32.5069V32.499Z' fill='url(%23paint547_linear_2_359)'/%3E%3Cpath d='M377.363 32.6586C381.425 27.606 386.502 26.2332 391.028 28.3484C393.71 28.963 397.669 33.4249 399.72 36.9769L403.344 43.2587L413.313 60.5236C413.633 61.0744 424.48 80.0874 424.544 80.6302C429.589 89.9052 425.406 97.5758 415.149 98.1266C414.574 99.1243 403.599 99.699 402.179 99.699H370.602C369.173 99.699 358.206 99.1243 357.631 98.1266C347.374 97.5758 343.192 89.8972 348.236 80.6302C348.3 80.0874 359.148 61.0744 359.467 60.5236L365.35 50.3387L371.225 40.1537C371.935 38.9165 376.213 32.6586 377.363 32.6586Z' fill='url(%23paint548_linear_2_359)'/%3E%3Cpath d='M377.251 32.8103C381.282 27.7019 386.342 26.2572 390.876 28.3085C393.59 28.9311 397.501 33.2733 399.576 36.8732L403.192 43.131L413.13 60.3401C413.433 60.8589 424.392 80.0635 424.456 80.5664C429.556 89.9053 425.334 97.6238 414.981 98.1426C414.439 99.0845 403.416 99.6193 402.075 99.6193H370.714C369.373 99.6193 358.349 99.0845 357.807 98.1426C347.454 97.6238 343.232 89.9053 348.324 80.5664C348.38 80.0555 359.347 60.8589 359.643 60.3401L365.445 50.2988L371.24 40.2575C371.911 39.0921 376.165 32.8103 377.243 32.8103H377.251Z' fill='url(%23paint549_linear_2_359)'/%3E%3Cpath d='M377.147 32.9618C381.146 27.7895 386.191 26.2809 390.724 28.2684C393.47 28.899 397.333 33.1294 399.433 36.7692L403.033 43.011L412.938 60.1643C413.217 60.6512 424.296 80.0393 424.352 80.5182C429.509 89.921 425.238 97.6874 414.79 98.1743C414.279 99.0523 403.216 99.5552 401.955 99.5552H370.833C369.572 99.5552 358.501 99.0523 357.998 98.1743C347.542 97.6874 343.28 89.921 348.428 80.5182C348.484 80.0393 359.563 60.6512 359.842 60.1643L365.557 50.2587L371.272 40.361C371.903 39.2675 376.125 32.9618 377.147 32.9618Z' fill='url(%23paint550_linear_2_359)'/%3E%3Cpath d='M377.035 33.1137C381.002 27.8855 386.031 26.3051 390.573 28.2367C393.35 28.8752 397.166 32.9939 399.289 36.6736L402.881 42.8916L412.754 59.9809C413.018 60.4359 424.208 80.0076 424.264 80.4546C429.477 89.9132 425.166 97.7276 414.614 98.1825C414.143 99.0047 403.024 99.4756 401.843 99.4756H370.953C369.78 99.4756 358.661 99.0047 358.182 98.1825C347.63 97.7276 343.319 89.9132 348.532 80.4546C348.579 80.0076 359.778 60.4359 360.042 59.9809L365.677 50.219L371.304 40.465C371.895 39.4513 376.093 33.1137 377.043 33.1137H377.035Z' fill='url(%23paint551_linear_2_359)'/%3E%3Cpath d='M376.932 33.2654C380.867 27.9734 385.879 26.3291 390.421 28.1969C393.231 28.8434 396.99 32.8424 399.145 36.5699L402.721 42.7639L412.555 59.7974C412.802 60.2205 424.113 79.9838 424.161 80.3909C429.421 89.9133 425.071 97.7755 414.423 98.1986C413.984 98.9649 402.817 99.3959 401.724 99.3959H371.065C369.971 99.3959 358.805 98.9569 358.366 98.1986C347.71 97.7755 343.359 89.9133 348.628 80.3909C348.675 79.9758 359.986 60.2205 360.225 59.7974L365.781 50.1792L371.328 40.5689C371.871 39.627 376.046 33.2654 376.932 33.2654Z' fill='url(%23paint552_linear_2_359)'/%3E%3Cpath d='M376.82 33.4169C380.723 28.069 385.72 26.3529 390.261 28.1568C393.103 28.8113 396.815 32.6985 398.986 36.458L402.554 42.6281L412.355 59.6057C412.579 59.9968 424.009 79.9437 424.049 80.3268C429.365 89.9132 424.975 97.8233 414.223 98.2144C413.816 98.9168 402.601 99.3239 401.588 99.3239H371.185C370.179 99.3239 358.956 98.9168 358.549 98.2144C347.797 97.8233 343.407 89.9211 348.723 80.3268C348.771 79.9437 360.193 59.9968 360.417 59.6057L365.884 50.1311L371.352 40.6645C371.855 39.7945 376.006 33.4089 376.82 33.4089V33.4169Z' fill='url(%23paint553_linear_2_359)'/%3E%3Cpath d='M376.716 33.5685C380.587 28.1567 385.568 26.3847 390.118 28.1248C392.991 28.7873 396.655 32.5548 398.85 36.3621L402.402 42.5162L412.172 59.43C412.379 59.7892 423.921 79.9197 423.961 80.2709C429.333 89.921 424.903 97.8791 414.048 98.2303C413.673 98.8768 402.41 99.244 401.484 99.244H371.304C370.378 99.244 359.116 98.8768 358.741 98.2303C347.885 97.8711 343.455 89.921 348.827 80.2709C348.867 79.9197 360.409 59.7892 360.616 59.43L366.004 50.0991L371.392 40.7762C371.855 39.978 375.982 33.5685 376.724 33.5685H376.716Z' fill='url(%23paint554_linear_2_359)'/%3E%3Cpath d='M376.604 33.7204C380.436 28.2528 385.408 26.409 389.958 28.0852C392.864 28.7557 396.479 32.4114 398.698 36.2587L402.242 42.3888L411.98 59.2467C412.172 59.574 423.826 79.888 423.865 80.2073C429.293 89.9214 424.815 97.9193 413.872 98.2465C413.537 98.8292 402.218 99.1724 401.38 99.1724H371.416C370.578 99.1724 359.26 98.8372 358.924 98.2465C347.973 97.9193 343.495 89.9214 348.923 80.2073C348.963 79.888 360.616 59.566 360.8 59.2467L366.108 50.0595L371.408 40.8802C371.831 40.1539 375.926 33.7204 376.604 33.7204Z' fill='url(%23paint555_linear_2_359)'/%3E%3Cpath d='M376.5 33.8721C380.3 28.3406 385.257 26.4329 389.814 28.0452C392.752 28.7237 396.312 32.2597 398.563 36.1549L402.091 42.2611L411.789 59.0631C411.956 59.3584 423.73 79.8641 423.762 80.1514C429.245 89.9293 424.727 97.9751 413.68 98.2625C413.377 98.7893 402.011 99.0926 401.253 99.0926H371.536C370.777 99.0926 359.411 98.7893 359.108 98.2625C348.053 97.9671 343.543 89.9213 349.019 80.1514C349.051 79.8641 360.824 59.3584 360.992 59.0631L366.212 50.0196L371.432 40.984C371.807 40.3295 375.886 33.8721 376.493 33.8721H376.5Z' fill='url(%23paint556_linear_2_359)'/%3E%3Cpath d='M376.389 34.0236C380.156 28.4283 385.097 26.4567 389.655 28.0132C392.624 28.6996 396.136 32.1239 398.411 36.059L401.923 42.1492L411.589 58.8874C411.741 59.1508 423.626 79.84 423.658 80.0954C429.197 89.9372 424.64 98.0309 413.489 98.2863C413.217 98.7572 401.803 99.0286 401.133 99.0286H371.655C370.985 99.0286 359.571 98.7572 359.299 98.2943C348.148 98.0309 343.591 89.9452 349.13 80.1034C349.162 79.848 361.047 59.1588 361.199 58.8954L366.339 49.9955L371.472 41.1036C371.807 40.5209 375.862 34.0396 376.405 34.0396L376.389 34.0236Z' fill='url(%23paint557_linear_2_359)'/%3E%3Cpath d='M376.285 34.175C380.02 28.5238 384.945 26.4804 389.503 27.973C392.504 28.6675 395.968 31.972 398.267 35.955L401.771 42.0213L411.405 58.7036C411.533 58.935 423.538 79.8078 423.57 80.0313C429.165 89.9369 424.56 98.0705 413.313 98.302C413.074 98.7091 401.612 98.9486 401.021 98.9486H371.767C371.176 98.9486 359.714 98.7171 359.475 98.302C348.22 98.0785 343.623 89.9369 349.218 80.0313C349.242 79.8078 361.247 58.927 361.375 58.7036L366.435 49.9474L371.488 41.1991C371.783 40.6883 375.806 34.183 376.285 34.183V34.175Z' fill='url(%23paint558_linear_2_359)'/%3E%3Cpath d='M376.173 34.3267C379.877 28.6116 384.786 26.5044 389.351 27.9332C392.384 28.6356 395.801 31.8284 398.115 35.8433L401.604 41.8856L411.206 58.512C411.318 58.7036 423.442 79.7759 423.458 79.9675C429.101 89.937 424.464 98.1185 413.114 98.31C412.914 98.6612 401.396 98.8608 400.893 98.8608H371.887C371.384 98.8608 359.866 98.6612 359.666 98.31C348.316 98.1185 343.679 89.929 349.322 79.9675C349.346 79.7759 361.462 58.7116 361.574 58.512L366.547 49.8995L371.52 41.287C371.775 40.848 375.774 34.3187 376.181 34.3187L376.173 34.3267Z' fill='url(%23paint559_linear_2_359)'/%3E%3Cpath d='M376.069 34.4787C379.741 28.7078 384.626 26.5287 389.2 27.9016C392.265 28.604 395.633 31.693 397.972 35.7479L401.452 41.7663L411.014 58.3288C411.11 58.4884 423.346 79.7444 423.362 79.904C429.062 89.9373 424.384 98.1667 412.93 98.3264C412.762 98.6217 401.197 98.7893 400.781 98.7893H372.007C371.584 98.7893 360.026 98.6217 359.858 98.3264C348.404 98.1667 343.726 89.9373 349.426 79.904C349.442 79.7444 361.678 58.4884 361.766 58.3288L366.659 49.852L371.544 41.3831C371.751 41.016 375.734 34.4628 376.069 34.4628V34.4787Z' fill='url(%23paint560_linear_2_359)'/%3E%3Cpath d='M375.966 34.6303C379.605 28.7955 384.474 26.5525 389.048 27.8616C392.145 28.572 395.457 31.5413 397.828 35.644L401.292 41.6464L410.823 58.1531C410.895 58.2808 423.251 79.7203 423.267 79.848C429.022 89.9372 424.296 98.2145 412.746 98.3502C412.611 98.5817 400.997 98.7174 400.662 98.7174H372.118C371.783 98.7174 360.169 98.5817 360.034 98.3502C348.484 98.2225 343.758 89.9452 349.513 79.848C349.529 79.7203 361.877 58.2808 361.949 58.1531L366.762 49.8199L371.567 41.4948C371.735 41.2074 375.686 34.6223 375.958 34.6223L375.966 34.6303Z' fill='url(%23paint561_linear_2_359)'/%3E%3Cpath d='M375.854 34.782C379.454 28.8913 384.315 26.5846 388.896 27.8218C392.025 28.5401 395.29 31.3977 397.684 35.5403L401.141 41.5188L410.639 57.9696C410.695 58.0654 423.163 79.6965 423.171 79.7923C428.982 89.9453 424.216 98.2705 412.571 98.3663C412.467 98.5419 400.805 98.6456 400.558 98.6456H372.238C371.983 98.6456 360.321 98.5419 360.225 98.3663C348.579 98.2705 343.814 89.9453 349.617 79.7923C349.625 79.6965 362.093 58.0734 362.149 57.9696L366.874 49.7801L371.599 41.5986C371.727 41.3831 375.654 34.782 375.854 34.782Z' fill='url(%23paint562_linear_2_359)'/%3E%3Cpath d='M375.75 34.9337C379.318 28.9792 384.163 26.6085 388.745 27.7899C391.906 28.5162 395.122 31.254 397.541 35.4445L400.981 41.3991L410.448 57.786C410.488 57.8499 423.067 79.6646 423.075 79.7284C428.942 89.9453 424.129 98.3184 412.387 98.3822C412.324 98.502 400.606 98.5658 400.438 98.5658H372.35C372.182 98.5658 360.473 98.502 360.401 98.3822C348.652 98.3184 343.846 89.9453 349.713 79.7284C349.713 79.6646 362.301 57.8499 362.341 57.786L366.986 49.7402L371.624 41.7024C371.711 41.5587 375.615 34.9337 375.75 34.9337Z' fill='url(%23paint563_linear_2_359)'/%3E%3Cpath d='M375.638 35.0852C379.174 29.0748 384.003 26.6323 388.593 27.7498C391.786 28.4841 394.955 31.1102 397.397 35.3406L400.821 41.2792L410.248 57.6103C410.248 57.6103 422.963 79.6405 422.971 79.6724C428.886 89.9532 424.041 98.3741 412.196 98.4061C412.164 98.4619 400.398 98.5018 400.319 98.5018H372.47C372.382 98.5018 360.624 98.4699 360.592 98.4061C348.747 98.3741 343.894 89.9612 349.817 79.6724C349.817 79.6405 362.516 57.6422 362.532 57.6103L367.098 49.7082L371.655 41.814C371.695 41.7422 375.575 35.0932 375.646 35.0932L375.638 35.0852Z' fill='url(%23paint564_linear_2_359)'/%3E%3Cpath d='M360.776 98.4218C348.827 98.4218 343.942 89.9609 349.913 79.6163L362.724 57.4265L375.535 35.2366C381.505 24.892 391.275 24.892 397.246 35.2366L410.057 57.4265L422.868 79.6163C428.838 89.9609 423.953 98.4218 412.004 98.4218H360.776Z' fill='url(%23paint565_linear_2_359)'/%3E%3Cpath d='M391.514 65.9195C391.514 68.7531 389.216 71.044 386.39 71.044C383.556 71.044 381.266 68.7531 381.266 65.9195V48.8382C381.266 46.0126 383.556 43.7138 386.39 43.7138C389.224 43.7138 391.514 46.0046 391.514 48.8382V65.9195Z' fill='url(%23paint566_linear_2_359)'/%3E%3Cpath d='M392.089 80.5345C392.089 83.6794 389.535 86.2256 386.398 86.2256C383.261 86.2256 380.707 83.6794 380.707 80.5345C380.707 77.3896 383.253 74.8434 386.398 74.8434C389.543 74.8434 392.089 77.3896 392.089 80.5345Z' fill='url(%23paint567_linear_2_359)'/%3E%3Cg clip-path='url(%23clip1_2_359)'%3E%3Cg filter='url(%23filter9_d_2_359)'%3E%3Cpath d='M519.834 102.447H462.571C453.976 102.447 446.985 95.5202 446.985 87.0034V42.8636C446.985 34.3468 453.976 27.4197 462.571 27.4197H519.834C528.429 27.4197 535.419 34.3468 535.419 42.8636V87.0034C535.419 95.5202 528.429 102.447 519.834 102.447Z' fill='%23D0D5F4'/%3E%3Cpath d='M519.834 102.42H462.571C453.989 102.42 447.012 95.5067 447.012 87.0035V42.8636C447.012 34.3603 453.989 27.4468 462.571 27.4468H519.834C528.415 27.4468 535.392 34.3603 535.392 42.8636V87.0035C535.392 95.5067 528.415 102.42 519.834 102.42Z' fill='%23D0D5F4'/%3E%3Cpath d='M519.834 102.393H462.571C454.01 102.393 447.04 95.4932 447.04 87.0035V42.8636C447.04 34.3806 454.01 27.4738 462.571 27.4738H519.834C528.395 27.4738 535.365 34.3806 535.365 42.8636V87.0035C535.365 95.4864 528.395 102.393 519.834 102.393Z' fill='%23D1D6F5'/%3E%3Cpath d='M519.834 102.366H462.571C454.023 102.366 447.067 95.4729 447.067 87.0035V42.8636C447.067 34.3942 454.023 27.5009 462.571 27.5009H519.834C528.381 27.5009 535.337 34.3942 535.337 42.8636V87.0035C535.337 95.4729 528.381 102.366 519.834 102.366Z' fill='%23D1D6F5'/%3E%3Cpath d='M519.834 102.339H462.571C454.037 102.339 447.094 95.4594 447.094 87.0035V42.8636C447.094 34.4077 454.037 27.528 462.571 27.528H519.834C528.367 27.528 535.31 34.4077 535.31 42.8636V87.0035C535.31 95.4594 528.367 102.339 519.834 102.339Z' fill='%23D2D6F5'/%3E%3Cpath d='M519.834 102.312H462.571C454.051 102.312 447.128 95.4459 447.128 87.0035V42.8636C447.128 34.4213 454.051 27.5551 462.571 27.5551H519.834C528.347 27.5551 535.276 34.4213 535.276 42.8636V87.0035C535.276 95.4459 528.347 102.312 519.834 102.312Z' fill='%23D2D7F5'/%3E%3Cpath d='M519.834 102.285H462.57C454.071 102.285 447.156 95.4324 447.156 87.0035V42.8637C447.156 34.4416 454.071 27.5889 462.57 27.5889H519.834C528.333 27.5889 535.248 34.4416 535.248 42.8637V87.0035C535.248 95.4256 528.333 102.278 519.834 102.278V102.285Z' fill='%23D2D7F5'/%3E%3Cpath d='M519.834 102.258H462.571C454.085 102.258 447.183 95.412 447.183 87.0035V42.8636C447.183 34.4551 454.085 27.6159 462.571 27.6159H519.834C528.32 27.6159 535.221 34.4551 535.221 42.8636V87.0035C535.221 95.412 528.32 102.251 519.834 102.251V102.258Z' fill='%23D3D7F5'/%3E%3Cpath d='M519.834 102.224H462.571C454.099 102.224 447.21 95.3985 447.21 87.0035V42.8636C447.21 34.4686 454.099 27.643 462.571 27.643H519.834C528.306 27.643 535.194 34.4686 535.194 42.8636V87.0035C535.194 95.3985 528.306 102.224 519.834 102.224Z' fill='%23D3D8F6'/%3E%3Cpath d='M519.834 102.197H462.571C454.119 102.197 447.238 95.385 447.238 87.0035V42.8636C447.238 34.4889 454.119 27.67 462.571 27.67H519.834C528.285 27.67 535.167 34.4889 535.167 42.8636V87.0035C535.167 95.3782 528.285 102.197 519.834 102.197Z' fill='%23D3D8F6'/%3E%3Cpath d='M519.834 102.17H462.571C454.133 102.17 447.265 95.3646 447.265 87.0034V42.8636C447.265 34.5024 454.133 27.6971 462.571 27.6971H519.834C528.272 27.6971 535.139 34.5024 535.139 42.8636V87.0034C535.139 95.3646 528.272 102.17 519.834 102.17Z' fill='%23D4D8F6'/%3E%3Cpath d='M519.834 102.143H462.571C454.146 102.143 447.292 95.3512 447.292 87.0035V42.8636C447.292 34.5159 454.146 27.7242 462.571 27.7242H519.834C528.258 27.7242 535.112 34.5159 535.112 42.8636V87.0035C535.112 95.3512 528.258 102.143 519.834 102.143Z' fill='%23D4D9F6'/%3E%3Cpath d='M519.834 102.116H462.571C454.16 102.116 447.326 95.3376 447.326 87.0035V42.8636C447.326 34.5295 454.16 27.7512 462.571 27.7512H519.834C528.244 27.7512 535.085 34.5295 535.085 42.8636V87.0035C535.085 95.3376 528.244 102.116 519.834 102.116Z' fill='%23D5D9F6'/%3E%3Cpath d='M519.834 102.089H462.571C454.181 102.089 447.354 95.3241 447.354 87.0103V42.8637C447.354 34.5498 454.181 27.7783 462.571 27.7783H519.834C528.224 27.7783 535.051 34.543 535.051 42.8569V87.0035C535.051 95.3174 528.224 102.082 519.834 102.082V102.089Z' fill='%23D5D9F6'/%3E%3Cpath d='M519.834 102.062H462.57C454.194 102.062 447.381 95.3106 447.381 87.0103V42.8636C447.381 34.5633 454.194 27.8121 462.57 27.8121H519.834C528.21 27.8121 535.023 34.5633 535.023 42.8636V87.0035C535.023 95.3038 528.21 102.055 519.834 102.055V102.062Z' fill='%23D5DAF6'/%3E%3Cpath d='M519.834 102.035H462.571C454.208 102.035 447.408 95.2971 447.408 87.0103V42.8637C447.408 34.5769 454.208 27.8392 462.571 27.8392H519.834C528.196 27.8392 534.996 34.5769 534.996 42.8637V87.0035C534.996 95.2903 528.196 102.028 519.834 102.028V102.035Z' fill='%23D6DAF6'/%3E%3Cpath d='M519.834 102.001H462.571C454.228 102.001 447.436 95.27 447.436 87.0035V42.8636C447.436 34.5904 454.228 27.8662 462.571 27.8662H519.834C528.176 27.8662 534.969 34.5971 534.969 42.8636V87.0035C534.969 95.2767 528.176 102.001 519.834 102.001Z' fill='%23D6DAF6'/%3E%3Cpath d='M519.834 101.974H462.571C454.242 101.974 447.463 95.2565 447.463 87.0035V42.8637C447.463 34.6107 454.242 27.8933 462.571 27.8933H519.834C528.162 27.8933 534.941 34.6107 534.941 42.8637V87.0035C534.941 95.2565 528.162 101.974 519.834 101.974Z' fill='%23D7DBF6'/%3E%3Cpath d='M519.834 101.947H462.571C454.256 101.947 447.49 95.2429 447.49 87.0035V42.8636C447.49 34.6242 454.256 27.9203 462.571 27.9203H519.834C528.149 27.9203 534.914 34.6242 534.914 42.8636V87.0035C534.914 95.2429 528.149 101.947 519.834 101.947Z' fill='%23D7DBF6'/%3E%3Cpath d='M519.834 101.92H462.571C454.269 101.92 447.518 95.2294 447.518 87.0035V42.8636C447.518 34.6377 454.269 27.9474 462.571 27.9474H519.834C528.135 27.9474 534.887 34.6377 534.887 42.8636V87.0035C534.887 95.2294 528.135 101.92 519.834 101.92Z' fill='%23D7DBF6'/%3E%3Cpath d='M519.834 101.893H462.571C454.29 101.893 447.552 95.2159 447.552 87.0035V42.8636C447.552 34.658 454.29 27.9745 462.571 27.9745H519.834C528.115 27.9745 534.86 34.6512 534.86 42.8636V87.0035C534.86 95.2091 528.122 101.893 519.834 101.893Z' fill='%23D8DCF6'/%3E%3Cpath d='M519.834 101.866H462.571C454.303 101.866 447.579 95.2024 447.579 87.0103V42.8636C447.579 34.6715 454.303 28.0015 462.571 28.0015H519.834C528.101 28.0015 534.825 34.6648 534.825 42.8569V87.0035C534.825 95.1956 528.101 101.859 519.834 101.859V101.866Z' fill='%23D8DCF6'/%3E%3Cpath d='M519.834 101.839H462.571C454.317 101.839 447.606 95.1888 447.606 87.0102V42.8636C447.606 34.685 454.317 28.0353 462.571 28.0353H519.834C528.087 28.0353 534.798 34.685 534.798 42.8636V87.0035C534.798 95.182 528.087 101.832 519.834 101.832V101.839Z' fill='%23D8DCF6'/%3E%3Cpath d='M519.834 101.805H462.571C454.331 101.805 447.634 95.1618 447.634 87.0035V42.8636C447.634 34.6986 454.331 28.0624 462.571 28.0624H519.834C528.074 28.0624 534.771 34.7054 534.771 42.8636V87.0035C534.771 95.1685 528.067 101.805 519.834 101.805Z' fill='%23D9DDF7'/%3E%3Cpath d='M519.834 101.778H462.571C454.351 101.778 447.661 95.1482 447.661 87.0034V42.8636C447.661 34.7189 454.351 28.0894 462.571 28.0894H519.834C528.053 28.0894 534.743 34.7189 534.743 42.8636V87.0034C534.743 95.1482 528.053 101.778 519.834 101.778Z' fill='%23D9DDF7'/%3E%3Cpath d='M519.834 101.751H462.571C454.365 101.751 447.688 95.1347 447.688 87.0035V42.8636C447.688 34.7324 454.365 28.1165 462.571 28.1165H519.834C528.04 28.1165 534.716 34.7324 534.716 42.8636V87.0035C534.716 95.1347 528.04 101.751 519.834 101.751Z' fill='%23D9DDF7'/%3E%3Cpath d='M519.834 101.724H462.571C454.379 101.724 447.716 95.1212 447.716 87.0035V42.8636C447.716 34.746 454.379 28.1436 462.571 28.1436H519.834C528.026 28.1436 534.689 34.746 534.689 42.8636V87.0035C534.689 95.1212 528.026 101.724 519.834 101.724Z' fill='%23DADEF7'/%3E%3Cpath d='M519.834 101.696H462.571C454.399 101.696 447.75 95.1076 447.75 87.0035V42.8636C447.75 34.7662 454.399 28.1706 462.571 28.1706H519.834C528.006 28.1706 534.662 34.7595 534.662 42.8636V87.0035C534.662 95.1009 528.012 101.696 519.834 101.696Z' fill='%23DADEF7'/%3E%3Cpath d='M519.834 101.669H462.571C454.412 101.669 447.777 95.0941 447.777 87.0035V42.8637C447.777 34.7798 454.412 28.1977 462.571 28.1977H519.834C527.992 28.1977 534.627 34.773 534.627 42.8637V87.0035C534.627 95.0874 527.992 101.669 519.834 101.669Z' fill='%23DADEF7'/%3E%3Cpath d='M519.834 101.642H462.571C454.426 101.642 447.804 95.0739 447.804 87.0103V42.8637C447.804 34.7934 454.426 28.2316 462.571 28.2316H519.834C527.978 28.2316 534.6 34.8001 534.6 42.8637V87.0035C534.6 95.0739 527.971 101.636 519.834 101.636V101.642Z' fill='%23DBDFF7'/%3E%3Cpath d='M519.834 101.615H462.571C454.44 101.615 447.832 95.0603 447.832 87.0103V42.8636C447.832 34.8068 454.44 28.2586 462.571 28.2586H519.834C527.964 28.2586 534.573 34.8136 534.573 42.8636V87.0035C534.573 95.0603 527.958 101.609 519.834 101.609V101.615Z' fill='%23DBDFF7'/%3E%3Cpath d='M519.834 101.582H462.571C454.46 101.582 447.859 95.04 447.859 87.0035V42.8637C447.859 34.8272 454.46 28.2857 462.571 28.2857H519.834C527.944 28.2857 534.545 34.8272 534.545 42.8637V87.0035C534.545 95.04 527.944 101.582 519.834 101.582Z' fill='%23DBDFF7'/%3E%3Cpath d='M519.834 101.554H462.571C454.474 101.554 447.886 95.0264 447.886 87.0035V42.8636C447.886 34.8406 454.474 28.3127 462.571 28.3127H519.834C527.93 28.3127 534.518 34.8406 534.518 42.8636V87.0035C534.518 95.0264 527.93 101.554 519.834 101.554Z' fill='%23DCE0F7'/%3E%3Cpath d='M519.834 101.527H462.571C454.488 101.527 447.914 95.0129 447.914 87.0035V42.8636C447.914 34.8542 454.488 28.3397 462.571 28.3397H519.834C527.917 28.3397 534.491 34.8542 534.491 42.8636V87.0035C534.491 95.0129 527.917 101.527 519.834 101.527Z' fill='%23DDE0F7'/%3E%3Cpath d='M519.834 101.5H462.57C454.508 101.5 447.941 94.9994 447.941 87.0035V42.8636C447.941 34.8677 454.508 28.3668 462.57 28.3668H519.834C527.896 28.3668 534.463 34.8677 534.463 42.8636V87.0035C534.463 94.9926 527.903 101.5 519.834 101.5Z' fill='%23DDE0F7'/%3E%3Cpath d='M519.834 101.473H462.571C454.522 101.473 447.975 94.9859 447.975 87.0035V42.8636C447.975 34.888 454.522 28.3939 462.571 28.3939H519.834C527.882 28.3939 534.436 34.8813 534.436 42.8636V87.0035C534.436 94.9791 527.889 101.473 519.834 101.473Z' fill='%23DEE1F7'/%3E%3Cpath d='M519.834 101.446H462.571C454.535 101.446 448.002 94.9656 448.002 87.0103V42.8636C448.002 34.9015 454.535 28.4209 462.571 28.4209H519.834C527.869 28.4209 534.402 34.9015 534.402 42.8569V87.0035C534.402 94.9656 527.862 101.439 519.834 101.439V101.446Z' fill='%23DEE1F7'/%3E%3Cpath d='M519.834 101.419H462.571C454.549 101.419 448.03 94.9521 448.03 87.0103V42.8636C448.03 34.9151 454.549 28.4548 462.571 28.4548H519.834C527.855 28.4548 534.375 34.9219 534.375 42.8636V87.0035C534.375 94.9521 527.848 101.412 519.834 101.412V101.419Z' fill='%23DEE1F7'/%3E%3Cpath d='M519.834 101.385H462.571C454.57 101.385 448.057 94.9317 448.057 87.0035V42.8636C448.057 34.9353 454.57 28.4818 462.571 28.4818H519.834C527.835 28.4818 534.348 34.9353 534.348 42.8636V87.0035C534.348 94.9317 527.835 101.385 519.834 101.385Z' fill='%23DFE2F8'/%3E%3Cpath d='M519.834 101.358H462.571C454.583 101.358 448.084 94.9182 448.084 87.0035V42.8636C448.084 34.9489 454.583 28.5089 462.571 28.5089H519.834C527.821 28.5089 534.32 34.9489 534.32 42.8636V87.0035C534.32 94.9182 527.821 101.358 519.834 101.358Z' fill='%23DFE2F8'/%3E%3Cpath d='M519.834 101.331H462.57C454.597 101.331 448.111 94.9047 448.111 87.0035V42.8636C448.111 34.9624 454.597 28.5359 462.57 28.5359H519.834C527.807 28.5359 534.293 34.9624 534.293 42.8636V87.0035C534.293 94.9047 527.807 101.331 519.834 101.331Z' fill='%23DFE2F8'/%3E%3Cpath d='M519.834 101.304H462.571C454.611 101.304 448.139 94.8912 448.139 87.0035V42.8636C448.139 34.976 454.611 28.563 462.571 28.563H519.834C527.794 28.563 534.266 34.976 534.266 42.8636V87.0035C534.266 94.8912 527.794 101.304 519.834 101.304Z' fill='%23E0E3F8'/%3E%3Cpath d='M519.834 101.277H462.571C454.631 101.277 448.166 94.8776 448.166 87.0035V42.8636C448.166 34.9962 454.631 28.59 462.571 28.59H519.834C527.773 28.59 534.238 34.9895 534.238 42.8636V87.0035C534.238 94.8708 527.78 101.277 519.834 101.277Z' fill='%23E0E3F8'/%3E%3Cpath d='M519.834 101.25H462.571C454.645 101.25 448.2 94.8573 448.2 87.0035V42.8636C448.2 35.0098 454.645 28.6171 462.571 28.6171H519.834C527.76 28.6171 534.211 35.0098 534.211 42.8636V87.0035C534.211 94.8573 527.76 101.25 519.834 101.25Z' fill='%23E0E3F8'/%3E%3Cpath d='M519.834 101.223H462.571C454.658 101.223 448.228 94.8438 448.228 87.0103V42.8636C448.228 35.0233 454.658 28.6509 462.571 28.6509H519.834C527.746 28.6509 534.177 35.0301 534.177 42.8636V87.0035C534.177 94.8438 527.739 101.216 519.834 101.216V101.223Z' fill='%23E1E4F8'/%3E%3Cpath d='M519.834 101.196H462.571C454.679 101.196 448.255 94.8303 448.255 87.0102V42.8636C448.255 35.0436 454.679 28.678 462.571 28.678H519.834C527.726 28.678 534.15 35.0436 534.15 42.8636V87.0035C534.15 94.8235 527.726 101.189 519.834 101.189V101.196Z' fill='%23E1E4F8'/%3E%3Cpath d='M519.834 101.162H462.57C454.692 101.162 448.282 94.81 448.282 87.0035V42.8636C448.282 35.0571 454.692 28.705 462.57 28.705H519.834C527.712 28.705 534.122 35.0571 534.122 42.8636V87.0035C534.122 94.81 527.712 101.162 519.834 101.162Z' fill='%23E1E4F8'/%3E%3Cpath d='M519.834 101.135H462.57C454.706 101.135 448.309 94.7964 448.309 87.0035V42.8636C448.309 35.0706 454.706 28.7321 462.57 28.7321H519.834C527.698 28.7321 534.095 35.0706 534.095 42.8636V87.0035C534.095 94.7964 527.698 101.135 519.834 101.135Z' fill='%23E2E5F8'/%3E%3Cpath d='M519.834 101.108H462.571C454.72 101.108 448.337 94.7829 448.337 87.0035V42.8636C448.337 35.0842 454.72 28.7592 462.571 28.7592H519.834C527.684 28.7592 534.068 35.0842 534.068 42.8636V87.0035C534.068 94.7829 527.684 101.108 519.834 101.108Z' fill='%23E2E5F8'/%3E%3Cpath d='M519.834 101.081H462.571C454.74 101.081 448.364 94.7694 448.364 87.0035V42.8637C448.364 35.1045 454.734 28.7863 462.571 28.7863H519.834C527.664 28.7863 534.04 35.0977 534.04 42.8637V87.0035C534.04 94.7627 527.671 101.081 519.834 101.081Z' fill='%23E2E5F8'/%3E%3Cpath d='M519.834 101.054H462.571C454.754 101.054 448.391 94.7491 448.391 87.0035V42.8636C448.391 35.118 454.747 28.8133 462.571 28.8133H519.834C527.65 28.8133 534.013 35.118 534.013 42.8636V87.0035C534.013 94.7491 527.65 101.054 519.834 101.054Z' fill='%23E3E6F8'/%3E%3Cpath d='M519.834 101.027H462.571C454.768 101.027 448.426 94.7356 448.426 87.0103V42.8637C448.426 35.1316 454.774 28.8471 462.571 28.8471H519.834C527.637 28.8471 533.979 35.1383 533.979 42.8637V87.0035C533.979 94.7356 527.63 101.02 519.834 101.02V101.027Z' fill='%23E3E6F8'/%3E%3Cpath d='M519.834 101H462.571C454.788 101 448.453 94.7221 448.453 87.0103V42.8637C448.453 35.1519 454.788 28.8742 462.571 28.8742H519.834C527.616 28.8742 533.952 35.1519 533.952 42.8637V87.0035C533.952 94.7153 527.616 100.993 519.834 100.993V101Z' fill='%23E3E6F8'/%3E%3Cpath d='M519.834 100.966H462.57C454.802 100.966 448.48 94.7018 448.48 87.0035V42.8636C448.48 35.1654 454.802 28.9012 462.57 28.9012H519.834C527.602 28.9012 533.924 35.1654 533.924 42.8636V87.0035C533.924 94.7018 527.602 100.966 519.834 100.966Z' fill='%23E4E7F9'/%3E%3Cpath d='M519.834 100.939H462.571C454.815 100.939 448.507 94.6882 448.507 87.0035V42.8636C448.507 35.1789 454.815 28.9283 462.571 28.9283H519.834C527.589 28.9283 533.897 35.1789 533.897 42.8636V87.0035C533.897 94.6882 527.589 100.939 519.834 100.939Z' fill='%23E4E7F9'/%3E%3Cpath d='M519.834 100.912H462.571C454.829 100.912 448.535 94.6747 448.535 87.0035V42.8636C448.535 35.1924 454.829 28.9554 462.571 28.9554H519.834C527.575 28.9554 533.87 35.1924 533.87 42.8636V87.0035C533.87 94.6747 527.575 100.912 519.834 100.912Z' fill='%23E4E7F9'/%3E%3Cpath d='M519.834 100.885H462.571C454.849 100.885 448.562 94.6611 448.562 87.0035V42.8636C448.562 35.2127 454.843 28.9824 462.571 28.9824H519.834C527.555 28.9824 533.842 35.2059 533.842 42.8636V87.0035C533.842 94.6544 527.562 100.885 519.834 100.885Z' fill='%23E5E8F9'/%3E%3Cpath d='M519.834 100.858H462.571C454.863 100.858 448.589 94.6409 448.589 87.0035V42.8636C448.589 35.2262 454.863 29.0095 462.571 29.0095H519.834C527.541 29.0095 533.815 35.2262 533.815 42.8636V87.0035C533.815 94.6409 527.541 100.858 519.834 100.858Z' fill='%23E5E8F9'/%3E%3Cpath d='M519.834 100.831H462.57C454.877 100.831 448.623 94.6274 448.623 87.0035V42.8637C448.623 35.2398 454.883 29.0366 462.57 29.0366H519.834C527.527 29.0366 533.788 35.2398 533.788 42.8637V87.0035C533.788 94.6274 527.527 100.831 519.834 100.831Z' fill='%23E6E8F9'/%3E%3Cpath d='M519.834 100.804H462.57C454.89 100.804 448.651 94.6138 448.651 87.0102V42.8636C448.651 35.2533 454.897 29.0703 462.57 29.0703H519.834C527.514 29.0703 533.753 35.2601 533.753 42.8636V87.0035C533.753 94.6138 527.507 100.797 519.834 100.797V100.804Z' fill='%23E6E9F9'/%3E%3Cpath d='M519.834 100.776H462.571C454.911 100.776 448.678 94.6002 448.678 87.0102V42.8636C448.678 35.2735 454.911 29.0974 462.571 29.0974H519.834C527.494 29.0974 533.726 35.2735 533.726 42.8636V87.0034C533.726 94.5935 527.494 100.77 519.834 100.77V100.776Z' fill='%23E6E9F9'/%3E%3Cpath d='M519.834 100.743H462.571C454.925 100.743 448.705 94.58 448.705 87.0035V42.8636C448.705 35.2871 454.925 29.1245 462.571 29.1245H519.834C527.48 29.1245 533.699 35.2871 533.699 42.8636V87.0035C533.699 94.58 527.48 100.743 519.834 100.743Z' fill='%23E7E9F9'/%3E%3Cpath d='M519.834 100.716H462.571C454.938 100.716 448.733 94.5665 448.733 87.0035V42.8637C448.733 35.3007 454.938 29.1516 462.571 29.1516H519.834C527.466 29.1516 533.672 35.3007 533.672 42.8637V87.0035C533.672 94.5665 527.466 100.716 519.834 100.716Z' fill='%23E7E9F9'/%3E%3Cpath d='M519.834 100.689H462.571C454.959 100.689 448.76 94.5529 448.76 87.0035V42.8636C448.76 35.3209 454.952 29.1786 462.571 29.1786H519.834C527.446 29.1786 533.645 35.3209 533.645 42.8636V87.0035C533.645 94.5461 527.453 100.689 519.834 100.689Z' fill='%23E7EAF9'/%3E%3Cpath d='M519.834 100.661H462.57C454.972 100.661 448.787 94.5326 448.787 87.0035V42.8636C448.787 35.3345 454.972 29.2057 462.57 29.2057H519.834C527.432 29.2057 533.617 35.3345 533.617 42.8636V87.0035C533.617 94.5326 527.432 100.661 519.834 100.661Z' fill='%23E8EAF9'/%3E%3Cpath d='M519.834 100.634H462.57C454.986 100.634 448.814 94.5191 448.814 87.0035V42.8636C448.814 35.348 454.986 29.2327 462.57 29.2327H519.834C527.418 29.2327 533.59 35.348 533.59 42.8636V87.0035C533.59 94.5191 527.418 100.634 519.834 100.634Z' fill='%23E8EAF9'/%3E%3Cpath d='M519.834 100.607H462.57C455 100.607 448.849 94.5056 448.849 87.0102V42.8636C448.849 35.3615 455.006 29.2665 462.57 29.2665H519.834C527.405 29.2665 533.555 35.3683 533.555 42.8636V87.0035C533.555 94.5055 527.398 100.601 519.834 100.601V100.607Z' fill='%23E9EBF9'/%3E%3Cpath d='M519.834 100.58H462.571C455.02 100.58 448.876 94.4921 448.876 87.0103V42.8637C448.876 35.3819 455.02 29.2936 462.571 29.2936H519.834C527.384 29.2936 533.528 35.3819 533.528 42.8637V87.0035C533.528 94.4853 527.384 100.574 519.834 100.574V100.58Z' fill='%23E9EBF9'/%3E%3Cpath d='M519.834 100.553H462.571C455.034 100.553 448.904 94.4785 448.904 87.0102V42.8636C448.904 35.3953 455.034 29.3206 462.571 29.3206H519.834C527.371 29.3206 533.501 35.3953 533.501 42.8636V87.0035C533.501 94.4717 527.371 100.546 519.834 100.546V100.553Z' fill='%23E9EBF9'/%3E%3Cpath d='M519.834 100.519H462.571C455.047 100.519 448.931 94.4582 448.931 87.0034V42.8636C448.931 35.4089 455.047 29.3477 462.571 29.3477H519.834C527.357 29.3477 533.474 35.4089 533.474 42.8636V87.0034C533.474 94.4582 527.357 100.519 519.834 100.519Z' fill='%23EAECFA'/%3E%3Cpath d='M519.834 100.492H462.571C455.068 100.492 448.958 94.4379 448.958 87.0035V42.8636C448.958 35.4292 455.068 29.3748 462.571 29.3748H519.834C527.336 29.3748 533.446 35.4292 533.446 42.8636V87.0035C533.446 94.4379 527.336 100.492 519.834 100.492Z' fill='%23EAECFA'/%3E%3Cpath d='M519.834 100.465H462.571C455.082 100.465 448.985 94.4244 448.985 87.0035V42.8636C448.985 35.4427 455.082 29.4018 462.571 29.4018H519.834C527.323 29.4018 533.419 35.4427 533.419 42.8636V87.0035C533.419 94.4244 527.323 100.465 519.834 100.465Z' fill='%23EBECFA'/%3E%3Cpath d='M519.834 100.438H462.57C455.095 100.438 449.012 94.4109 449.012 87.0035V42.8636C449.012 35.4562 455.095 29.4289 462.57 29.4289H519.834C527.309 29.4289 533.392 35.4562 533.392 42.8636V87.0035C533.392 94.4109 527.309 100.438 519.834 100.438Z' fill='%23EBEDFA'/%3E%3Cpath d='M519.834 100.411H462.571C455.109 100.411 449.047 94.3973 449.047 87.0035V42.8636C449.047 35.4698 455.116 29.4559 462.571 29.4559H519.834C527.296 29.4559 533.365 35.4698 533.365 42.8636V87.0035C533.365 94.3973 527.296 100.411 519.834 100.411Z' fill='%23EBEDFA'/%3E%3Cpath d='M519.834 100.384H462.571C455.13 100.384 449.074 94.3838 449.074 87.0103V42.8636C449.074 35.4901 455.13 29.4898 462.571 29.4898H519.834C527.275 29.4898 533.33 35.4901 533.33 42.8636V87.0035C533.33 94.3771 527.275 100.377 519.834 100.377V100.384Z' fill='%23ECEDFA'/%3E%3Cpath d='M519.834 100.357H462.571C455.143 100.357 449.101 94.3703 449.101 87.0103V42.8636C449.101 35.5036 455.143 29.5168 462.571 29.5168H519.834C527.261 29.5168 533.303 35.5036 533.303 42.8636V87.0035C533.303 94.3635 527.261 100.35 519.834 100.35V100.357Z' fill='%23ECEFFA'/%3E%3Cpath d='M519.834 100.323H462.571C455.157 100.323 449.129 94.35 449.129 87.0035V42.8637C449.129 35.5172 455.157 29.5439 462.571 29.5439H519.834C527.248 29.5439 533.276 35.5172 533.276 42.8637V87.0035C533.276 94.35 527.248 100.323 519.834 100.323Z' fill='%23EDEFFA'/%3E%3Cpath d='M519.834 100.296H462.571C455.177 100.296 449.156 94.3364 449.156 87.0035V42.8636C449.156 35.5306 455.177 29.5709 462.571 29.5709H519.834C527.227 29.5709 533.248 35.5374 533.248 42.8636V87.0035C533.248 94.3297 527.227 100.296 519.834 100.296Z' fill='%23EDEFFA'/%3E%3Cpath d='M519.834 100.269H462.571C455.191 100.269 449.183 94.3161 449.183 87.0035V42.8636C449.183 35.5509 455.191 29.598 462.571 29.598H519.834C527.214 29.598 533.221 35.5509 533.221 42.8636V87.0035C533.221 94.3161 527.214 100.269 519.834 100.269Z' fill='%23EDF0FA'/%3E%3Cpath d='M519.834 100.242H462.57C455.204 100.242 449.21 94.3026 449.21 87.0035V42.8636C449.21 35.5645 455.204 29.625 462.57 29.625H519.834C527.2 29.625 533.194 35.5645 533.194 42.8636V87.0035C533.194 94.3026 527.2 100.242 519.834 100.242Z' fill='%23EEF0FA'/%3E%3Cpath d='M519.834 100.215H462.571C455.218 100.215 449.238 94.2891 449.238 87.0035V42.8636C449.238 35.578 455.218 29.6521 462.571 29.6521H519.834C527.186 29.6521 533.166 35.578 533.166 42.8636V87.0035C533.166 94.2891 527.186 100.215 519.834 100.215Z' fill='%23EEF0FA'/%3E%3Cpath d='M519.834 100.188H462.571C455.239 100.188 449.272 94.2756 449.272 87.0103V42.8637C449.272 35.5983 455.239 29.6792 462.571 29.6792H519.834C527.166 29.6792 533.139 35.5916 533.139 42.8637V87.0035C533.139 94.2688 527.172 100.181 519.834 100.181V100.188Z' fill='%23EEF1FA'/%3E%3Cpath d='M519.834 100.161H462.571C455.252 100.161 449.299 94.262 449.299 87.0102V42.8636C449.299 35.6118 455.252 29.713 462.571 29.713H519.834C527.152 29.713 533.105 35.6118 533.105 42.8636V87.0035C533.105 94.2553 527.152 100.154 519.834 100.154V100.161Z' fill='%23EFF1FA'/%3E%3Cpath d='M519.834 100.134H462.57C455.266 100.134 449.326 94.2485 449.326 87.0102V42.8636C449.326 35.6253 455.266 29.74 462.57 29.74H519.834C527.138 29.74 533.077 35.6253 533.077 42.8636V87.0035C533.077 94.2417 527.138 100.127 519.834 100.127V100.134Z' fill='%23EFF1FA'/%3E%3Cpath d='M519.834 100.1H462.57C455.279 100.1 449.354 94.2215 449.354 87.0035V42.8636C449.354 35.6389 455.279 29.7671 462.57 29.7671H519.834C527.125 29.7671 533.05 35.6457 533.05 42.8636V87.0035C533.05 94.2282 527.118 100.1 519.834 100.1Z' fill='%23F0F2FC'/%3E%3Cpath d='M519.834 100.073H462.571C455.3 100.073 449.381 94.2079 449.381 87.0035V42.8636C449.381 35.6592 455.3 29.7942 462.571 29.7942H519.834C527.104 29.7942 533.023 35.6592 533.023 42.8636V87.0035C533.023 94.2079 527.104 100.073 519.834 100.073Z' fill='%23F0F2FC'/%3E%3Cpath d='M519.834 100.046H462.571C455.314 100.046 449.409 94.1944 449.409 87.0035V42.8636C449.409 35.6727 455.314 29.8212 462.571 29.8212H519.834C527.091 29.8212 532.996 35.6727 532.996 42.8636V87.0035C532.996 94.1944 527.091 100.046 519.834 100.046Z' fill='%23F0F2FC'/%3E%3Cpath d='M519.834 100.019H462.571C455.327 100.019 449.436 94.1809 449.436 87.0035V42.8636C449.436 35.6863 455.327 29.8483 462.571 29.8483H519.834C527.077 29.8483 532.968 35.6863 532.968 42.8636V87.0035C532.968 94.1809 527.077 100.019 519.834 100.019Z' fill='%23F1F3FC'/%3E%3Cpath d='M519.834 99.9918H462.571C455.348 99.9918 449.463 94.1673 449.463 87.0035V42.8636C449.463 35.7065 455.341 29.8753 462.571 29.8753H519.834C527.056 29.8753 532.941 35.6998 532.941 42.8636V87.0035C532.941 94.1606 527.063 99.9918 519.834 99.9918Z' fill='%23F1F3FC'/%3E%3Cpath d='M519.834 99.9647H462.571C455.362 99.9647 449.497 94.1538 449.497 87.0103V42.8636C449.497 35.7201 455.362 29.9092 462.571 29.9092H519.834C527.043 29.9092 532.907 35.7201 532.907 42.8636V87.0035C532.907 94.1471 527.043 99.958 519.834 99.958V99.9647Z' fill='%23F2F3FC'/%3E%3Cpath d='M519.834 99.9376H462.571C455.375 99.9376 449.525 94.1402 449.525 87.0102V42.8636C449.525 35.7336 455.375 29.9362 462.571 29.9362H519.834C527.029 29.9362 532.88 35.7336 532.88 42.8636V87.0034C532.88 94.1335 527.029 99.9308 519.834 99.9308V99.9376Z' fill='%23F2F4FC'/%3E%3Cpath d='M519.834 99.9106H462.57C455.389 99.9106 449.552 94.12 449.552 87.0103V42.8636C449.552 35.7471 455.395 29.9633 462.57 29.9633H519.834C527.015 29.9633 532.852 35.7539 532.852 42.8636V87.0035C532.852 94.12 527.015 99.9038 519.834 99.9038V99.9106Z' fill='%23F2F4FC'/%3E%3Cpath d='M519.834 99.8767H462.571C455.409 99.8767 449.579 94.0997 449.579 87.0035V42.8636C449.579 35.7674 455.409 29.9903 462.571 29.9903H519.834C526.995 29.9903 532.825 35.7674 532.825 42.8636V87.0035C532.825 94.0997 526.995 99.8767 519.834 99.8767Z' fill='%23F3F4FC'/%3E%3Cpath d='M519.834 99.8497H462.571C455.423 99.8497 449.607 94.0862 449.607 87.0035V42.8636C449.607 35.7809 455.423 30.0174 462.571 30.0174H519.834C526.982 30.0174 532.798 35.7809 532.798 42.8636V87.0035C532.798 94.0862 526.982 99.8497 519.834 99.8497Z' fill='%23F3F5FC'/%3E%3Cpath d='M519.834 99.8227H462.571C455.437 99.8227 449.634 94.0727 449.634 87.0035V42.8637C449.634 35.7945 455.437 30.0445 462.571 30.0445H519.834C526.968 30.0445 532.77 35.7945 532.77 42.8637V87.0035C532.77 94.0727 526.968 99.8227 519.834 99.8227Z' fill='%23F4F5FC'/%3E%3Cpath d='M519.834 99.7956H462.571C455.457 99.7956 449.661 94.0591 449.661 87.0035V42.8636C449.661 35.8148 455.45 30.0715 462.571 30.0715H519.834C526.947 30.0715 532.743 35.808 532.743 42.8636V87.0035C532.743 94.0523 526.954 99.7956 519.834 99.7956Z' fill='%23F4F5FC'/%3E%3Cpath d='M519.834 99.7685H462.571C455.471 99.7685 449.688 94.0456 449.688 87.0035V42.8636C449.688 35.8283 455.464 30.0986 462.571 30.0986H519.834C526.934 30.0986 532.716 35.8216 532.716 42.8636V87.0035C532.716 94.0388 526.94 99.7685 519.834 99.7685Z' fill='%23F4F6FC'/%3E%3Cpath d='M519.834 99.7414H462.571C455.484 99.7414 449.723 94.032 449.723 87.0102V42.8636C449.723 35.8418 455.484 30.1324 462.571 30.1324H519.834C526.92 30.1324 532.682 35.8418 532.682 42.8636V87.0035C532.682 94.0252 526.92 99.7347 519.834 99.7347V99.7414Z' fill='%23F5F6FC'/%3E%3Cpath d='M519.834 99.7144H462.571C455.498 99.7144 449.75 94.0118 449.75 87.0103V42.8636C449.75 35.8554 455.505 30.1595 462.571 30.1595H519.834C526.906 30.1595 532.655 35.8622 532.655 42.8636V87.0035C532.655 94.0118 526.9 99.7077 519.834 99.7077V99.7144Z' fill='%23F5F6FC'/%3E%3Cpath d='M519.834 99.6806H462.571C455.518 99.6806 449.777 93.9915 449.777 87.0035V42.8637C449.777 35.8757 455.518 30.1866 462.571 30.1866H519.834C526.886 30.1866 532.627 35.8757 532.627 42.8637V87.0035C532.627 93.9915 526.886 99.6806 519.834 99.6806Z' fill='%23F5F7FD'/%3E%3Cpath d='M519.834 99.6535H462.571C455.532 99.6535 449.804 93.9779 449.804 87.0035V42.8636C449.804 35.8892 455.532 30.2136 462.571 30.2136H519.834C526.872 30.2136 532.6 35.8892 532.6 42.8636V87.0035C532.6 93.9779 526.872 99.6535 519.834 99.6535Z' fill='%23F6F7FD'/%3E%3Cpath d='M519.833 99.6264H462.57C455.546 99.6264 449.832 93.9643 449.832 87.0034V42.8636C449.832 35.9027 455.546 30.2406 462.57 30.2406H519.833C526.858 30.2406 532.572 35.9027 532.572 42.8636V87.0034C532.572 93.9643 526.858 99.6264 519.833 99.6264Z' fill='%23F6F7FD'/%3E%3Cpath d='M519.834 99.5994H462.571C455.56 99.5994 449.859 93.9509 449.859 87.0035V42.8636C449.859 35.9162 455.56 30.2677 462.571 30.2677H519.834C526.845 30.2677 532.545 35.9162 532.545 42.8636V87.0035C532.545 93.9509 526.845 99.5994 519.834 99.5994Z' fill='%23F7F8FD'/%3E%3Cpath d='M519.834 99.5724H462.571C455.58 99.5724 449.886 93.9374 449.886 87.0035V42.8637C449.886 35.9366 455.573 30.2948 462.571 30.2948H519.834C526.824 30.2948 532.518 35.9298 532.518 42.8637V87.0035C532.518 93.9306 526.831 99.5724 519.834 99.5724Z' fill='%23F7F8FD'/%3E%3Cpath d='M519.834 99.5453H462.571C455.594 99.5453 449.921 93.9238 449.921 87.0102V42.8636C449.921 35.9501 455.594 30.3218 462.571 30.3218H519.834C526.811 30.3218 532.484 35.9501 532.484 42.8636V87.0035C532.484 93.917 526.811 99.5385 519.834 99.5385V99.5453Z' fill='%23F7F8FD'/%3E%3Cpath d='M519.834 99.5182H462.571C455.607 99.5182 449.948 93.9035 449.948 87.0103V42.8636C449.948 35.9636 455.614 30.3557 462.571 30.3557H519.834C526.797 30.3557 532.457 35.9704 532.457 42.8636V87.0035C532.457 93.9035 526.79 99.5115 519.834 99.5115V99.5182Z' fill='%23F8F9FD'/%3E%3Cpath d='M519.834 99.4844H462.571C455.628 99.4844 449.975 93.8832 449.975 87.0035V42.8636C449.975 35.9839 455.628 30.3827 462.571 30.3827H519.834C526.776 30.3827 532.429 35.9839 532.429 42.8636V87.0035C532.429 93.8832 526.776 99.4844 519.834 99.4844Z' fill='%23F8F9FD'/%3E%3Cpath d='M519.834 99.4574H462.571C455.641 99.4574 450.002 93.8697 450.002 87.0035V42.8636C450.002 35.9974 455.641 30.4098 462.571 30.4098H519.834C526.763 30.4098 532.402 35.9974 532.402 42.8636V87.0035C532.402 93.8697 526.763 99.4574 519.834 99.4574Z' fill='%23F9F9FD'/%3E%3Cpath d='M519.834 99.4303H462.571C455.655 99.4303 450.03 93.8562 450.03 87.0035V42.8637C450.03 36.011 455.655 30.4369 462.571 30.4369H519.834C526.749 30.4369 532.375 36.011 532.375 42.8637V87.0035C532.375 93.8562 526.749 99.4303 519.834 99.4303Z' fill='%23F9FAFD'/%3E%3Cpath d='M519.834 99.4032H462.57C455.669 99.4032 450.057 93.8426 450.057 87.0035V42.8636C450.057 36.0245 455.669 30.4639 462.57 30.4639H519.834C526.735 30.4639 532.347 36.0245 532.347 42.8636V87.0035C532.347 93.8426 526.735 99.4032 519.834 99.4032Z' fill='%23F9FAFD'/%3E%3Cpath d='M519.834 99.3762H462.571C455.69 99.3762 450.085 93.8291 450.085 87.0035V42.8636C450.085 36.0447 455.683 30.4909 462.571 30.4909H519.834C526.715 30.4909 532.32 36.038 532.32 42.8636V87.0035C532.32 93.8223 526.722 99.3762 519.834 99.3762Z' fill='%23FAFAFD'/%3E%3Cpath d='M519.834 99.3491H462.571C455.703 99.3491 450.112 93.8156 450.112 87.0035V42.8636C450.112 36.0583 455.696 30.518 462.571 30.518H519.834C526.702 30.518 532.293 36.0583 532.293 42.8636V87.0035C532.293 93.8088 526.708 99.3491 519.834 99.3491Z' fill='%23FAFBFD'/%3E%3Cpath d='M519.834 99.3221H462.571C455.716 99.3221 450.146 93.7953 450.146 87.0103V42.8637C450.146 36.0719 455.723 30.5518 462.571 30.5518H519.834C526.688 30.5518 532.258 36.0786 532.258 42.8637V87.0035C532.258 93.7953 526.681 99.3153 519.834 99.3153V99.3221Z' fill='%23FBFBFD'/%3E%3Cpath d='M519.834 99.295H462.571C455.737 99.295 450.173 93.7817 450.173 87.0102V42.8636C450.173 36.0921 455.737 30.5789 462.571 30.5789H519.834C526.674 30.5789 532.231 36.0921 532.231 42.8636V87.0035C532.231 93.775 526.667 99.2882 519.834 99.2882V99.295Z' fill='%23FBFBFD'/%3E%3Cpath d='M519.834 99.2612H462.571C455.751 99.2612 450.2 93.7615 450.2 87.0035V42.8636C450.2 36.1057 455.751 30.606 462.571 30.606H519.834C526.654 30.606 532.204 36.1057 532.204 42.8636V87.0035C532.204 93.7615 526.654 99.2612 519.834 99.2612Z' fill='%23FBFCFF'/%3E%3Cpath d='M519.834 99.2341H462.571C455.764 99.2341 450.228 93.7479 450.228 87.0034V42.8636C450.228 36.1192 455.764 30.633 462.571 30.633H519.834C526.64 30.633 532.177 36.1192 532.177 42.8636V87.0034C532.177 93.7479 526.64 99.2341 519.834 99.2341Z' fill='%23FCFCFF'/%3E%3Cpath d='M519.834 99.2071H462.571C455.778 99.2071 450.255 93.7344 450.255 87.0035V42.8636C450.255 36.1327 455.778 30.6601 462.571 30.6601H519.834C526.626 30.6601 532.149 36.1327 532.149 42.8636V87.0035C532.149 93.7344 526.626 99.2071 519.834 99.2071Z' fill='%23FCFCFF'/%3E%3Cpath d='M519.834 99.1801H462.57C455.798 99.1801 450.282 93.7209 450.282 87.0035V42.8637C450.282 36.1531 455.791 30.6872 462.57 30.6872H519.834C526.606 30.6872 532.122 36.1463 532.122 42.8637V87.0035C532.122 93.7141 526.613 99.1801 519.834 99.1801Z' fill='%23FCFDFF'/%3E%3Cpath d='M519.834 99.1529H462.571C455.812 99.1529 450.31 93.7006 450.31 87.0035V42.8636C450.31 36.1665 455.812 30.7142 462.571 30.7142H519.834C526.593 30.7142 532.095 36.1665 532.095 42.8636V87.0035C532.095 93.7006 526.599 99.1529 519.834 99.1529Z' fill='%23FDFDFF'/%3E%3Cpath d='M519.834 99.1259H462.571C455.826 99.1259 450.344 93.6871 450.344 87.0103V42.8636C450.344 36.1801 455.832 30.748 462.571 30.748H519.834C526.579 30.748 532.067 36.1869 532.067 42.8636V87.0035C532.067 93.6871 526.579 99.1191 519.834 99.1191V99.1259Z' fill='%23FDFDFF'/%3E%3Cpath d='M519.834 99.0988H462.571C455.839 99.0988 450.371 93.6735 450.371 87.0103V42.8636C450.371 36.1936 455.846 30.7751 462.571 30.7751H519.834C526.565 30.7751 532.033 36.2004 532.033 42.8636V87.0035C532.033 93.6735 526.558 99.0921 519.834 99.0921V99.0988Z' fill='white'/%3E%3Cpath d='M519.834 99.0718H462.571C455.86 99.0718 450.398 93.66 450.398 87.0103V42.8636C450.398 36.2139 455.86 30.8021 462.571 30.8021H519.834C526.544 30.8021 532.006 36.2139 532.006 42.8636V87.0035C532.006 93.6532 526.544 99.065 519.834 99.065V99.0718Z' fill='white'/%3E%3Cpath d='M535.419 42.8636C535.419 34.3468 528.429 27.4197 519.834 27.4197H462.571C453.976 27.4197 446.985 34.3468 446.985 42.8636V47.7545H535.419V42.8636Z' fill='url(%23paint568_linear_2_359)'/%3E%3Cpath d='M471.589 35.7336C471.589 39.0077 468.906 41.6663 465.602 41.6663C462.298 41.6663 459.615 39.0077 459.615 35.7336C459.615 32.4595 462.298 29.8009 465.602 29.8009C468.906 29.8009 471.589 32.4595 471.589 35.7336Z' fill='url(%23paint569_radial_2_359)'/%3E%3Cpath d='M468.954 35.2398C468.954 37.073 467.452 38.5612 465.602 38.5612C463.752 38.5612 462.25 37.073 462.25 35.2398V24.3215C462.25 22.4882 463.752 21 465.602 21C467.452 21 468.954 22.4882 468.954 24.3215V35.2398Z' fill='url(%23paint570_linear_2_359)'/%3E%3Cpath d='M522.79 35.7336C522.79 39.0077 520.107 41.6663 516.803 41.6663C513.498 41.6663 510.815 39.0077 510.815 35.7336C510.815 32.4595 513.498 29.8009 516.803 29.8009C520.107 29.8009 522.79 32.4595 522.79 35.7336Z' fill='url(%23paint571_radial_2_359)'/%3E%3Cpath d='M520.155 35.2398C520.155 37.073 518.653 38.5612 516.803 38.5612C514.953 38.5612 513.451 37.073 513.451 35.2398V24.3215C513.451 22.4882 514.953 21 516.803 21C518.653 21 520.155 22.4882 520.155 24.3215V35.2398Z' fill='url(%23paint572_linear_2_359)'/%3E%3Cpath d='M472.244 59.2681C472.244 61.2637 470.613 62.8872 468.592 62.8872C466.571 62.8872 464.94 61.2704 464.94 59.2681C464.94 57.2657 466.571 55.6489 468.592 55.6489C470.613 55.6489 472.244 57.2657 472.244 59.2681Z' fill='%23E4E7F7'/%3E%3Cpath d='M487.318 59.2681C487.318 61.2637 485.686 62.8872 483.666 62.8872C481.645 62.8872 480.013 61.2704 480.013 59.2681C480.013 57.2657 481.645 55.6489 483.666 55.6489C485.686 55.6489 487.318 57.2657 487.318 59.2681Z' fill='%23E4E7F7'/%3E%3Cpath d='M502.392 59.2681C502.392 61.2637 500.76 62.8872 498.739 62.8872C496.719 62.8872 495.087 61.2704 495.087 59.2681C495.087 57.2657 496.719 55.6489 498.739 55.6489C500.76 55.6489 502.392 57.2657 502.392 59.2681Z' fill='%23E4E7F7'/%3E%3Cpath d='M517.458 59.2681C517.458 61.2637 515.827 62.8872 513.806 62.8872C511.785 62.8872 510.154 61.2704 510.154 59.2681C510.154 57.2657 511.785 55.6489 513.806 55.6489C515.827 55.6489 517.458 57.2657 517.458 59.2681Z' fill='%23E4E7F7'/%3E%3Cpath d='M472.244 72.9396C472.244 74.9352 470.613 76.5587 468.592 76.5587C466.571 76.5587 464.94 74.9419 464.94 72.9396C464.94 70.9372 466.571 69.3204 468.592 69.3204C470.613 69.3204 472.244 70.9372 472.244 72.9396Z' fill='%23E4E7F7'/%3E%3Cpath d='M487.318 72.9396C487.318 74.9352 485.686 76.5587 483.666 76.5587C481.645 76.5587 480.013 74.942 480.013 72.9396C480.013 70.9372 481.645 69.3205 483.666 69.3205C485.686 69.3205 487.318 70.9372 487.318 72.9396Z' fill='%23E4E7F7'/%3E%3Cpath d='M502.392 72.9396C502.392 74.9352 500.76 76.5587 498.739 76.5587C496.719 76.5587 495.087 74.942 495.087 72.9396C495.087 70.9372 496.719 69.3205 498.739 69.3205C500.76 69.3205 502.392 70.9372 502.392 72.9396Z' fill='%23E4E7F7'/%3E%3Cpath d='M517.458 72.9396C517.458 74.9352 515.827 76.5587 513.806 76.5587C511.785 76.5587 510.154 74.942 510.154 72.9396C510.154 70.9372 511.785 69.3205 513.806 69.3205C515.827 69.3205 517.458 70.9372 517.458 72.9396Z' fill='%23E4E7F7'/%3E%3Cpath d='M472.244 86.6044C472.244 88.6 470.613 90.2235 468.592 90.2235C466.571 90.2235 464.94 88.6067 464.94 86.6044C464.94 84.602 466.571 82.9852 468.592 82.9852C470.613 82.9852 472.244 84.602 472.244 86.6044Z' fill='%23E4E7F7'/%3E%3Cpath d='M487.318 86.6044C487.318 88.6 485.686 90.2235 483.666 90.2235C481.645 90.2235 480.013 88.6067 480.013 86.6044C480.013 84.602 481.645 82.9852 483.666 82.9852C485.686 82.9852 487.318 84.602 487.318 86.6044Z' fill='%23E4E7F7'/%3E%3Cpath d='M502.392 86.6044C502.392 88.6 500.76 90.2235 498.739 90.2235C496.719 90.2235 495.087 88.6067 495.087 86.6044C495.087 84.602 496.719 82.9852 498.739 82.9852C500.76 82.9852 502.392 84.602 502.392 86.6044Z' fill='%23E4E7F7'/%3E%3Cpath d='M517.458 86.6044C517.458 88.6 515.827 90.2235 513.806 90.2235C511.785 90.2235 510.154 88.6067 510.154 86.6044C510.154 84.602 511.785 82.9852 513.806 82.9852C515.827 82.9852 517.458 84.602 517.458 86.6044Z' fill='%23E4E7F7'/%3E%3Cpath d='M539.08 93.9645C539.08 103.327 531.42 110.91 521.972 110.91C512.523 110.91 504.871 103.32 504.871 93.9645C504.871 84.6089 512.53 77.0121 521.972 77.0121C531.413 77.0121 539.08 84.6021 539.08 93.9645Z' fill='url(%23paint573_linear_2_359)'/%3E%3Cpath d='M539.019 93.9644C539.019 103.293 531.386 110.849 521.972 110.849C512.558 110.849 504.932 103.286 504.932 93.9644C504.932 84.6426 512.565 77.0729 521.972 77.0729C531.379 77.0729 539.019 84.6358 539.019 93.9644Z' fill='url(%23paint574_linear_2_359)'/%3E%3Cpath d='M538.957 93.9644C538.957 103.259 531.352 110.788 521.978 110.788C512.605 110.788 505 103.252 505 93.9644C505 84.6764 512.598 77.1337 521.978 77.1337C531.358 77.1337 538.957 84.6696 538.957 93.9644Z' fill='url(%23paint575_linear_2_359)'/%3E%3Cpath d='M538.896 93.9643C538.896 103.225 531.318 110.727 521.972 110.727C512.626 110.727 505.055 103.218 505.055 93.9643C505.055 84.7102 512.626 77.1945 521.972 77.1945C531.318 77.1945 538.896 84.7034 538.896 93.9643Z' fill='url(%23paint576_linear_2_359)'/%3E%3Cpath d='M538.834 93.9644C538.834 103.191 531.284 110.667 521.972 110.667C512.66 110.667 505.117 103.185 505.117 93.9644C505.117 84.7441 512.66 77.2555 521.972 77.2555C531.284 77.2555 538.834 84.7373 538.834 93.9644Z' fill='url(%23paint577_linear_2_359)'/%3E%3Cpath d='M538.772 93.9643C538.772 103.158 531.256 110.606 521.978 110.606C512.701 110.606 505.185 103.151 505.185 93.9643C505.185 84.7778 512.701 77.3163 521.978 77.3163C531.256 77.3163 538.772 84.7711 538.772 93.9643Z' fill='url(%23paint578_linear_2_359)'/%3E%3Cpath d='M538.711 93.9644C538.711 103.124 531.222 110.545 521.979 110.545C512.735 110.545 505.246 103.117 505.246 93.9644C505.246 84.8117 512.735 77.3773 521.979 77.3773C531.222 77.3773 538.711 84.805 538.711 93.9644Z' fill='url(%23paint579_linear_2_359)'/%3E%3Cpath d='M538.649 93.9645C538.649 103.09 531.188 110.484 521.978 110.484C512.769 110.484 505.307 103.083 505.307 93.9645C505.307 84.8456 512.769 77.4382 521.978 77.4382C531.188 77.4382 538.649 84.8321 538.649 93.9645Z' fill='url(%23paint580_linear_2_359)'/%3E%3Cpath d='M538.588 93.9644C538.588 103.056 531.154 110.423 521.979 110.423C512.804 110.423 505.369 103.049 505.369 93.9644C505.369 84.8794 512.804 77.5058 521.979 77.5058C531.154 77.5058 538.588 84.8726 538.588 93.9644Z' fill='url(%23paint581_linear_2_359)'/%3E%3Cpath d='M538.527 93.9644C538.527 103.022 531.12 110.362 521.979 110.362C512.838 110.362 505.431 103.022 505.431 93.9644C505.431 84.9064 512.838 77.5667 521.979 77.5667C531.12 77.5667 538.527 84.9064 538.527 93.9644Z' fill='url(%23paint582_linear_2_359)'/%3E%3Cpath d='M538.459 93.9644C538.459 102.989 531.079 110.301 521.972 110.301C512.865 110.301 505.485 102.989 505.485 93.9644C505.485 84.9403 512.865 77.6276 521.972 77.6276C531.079 77.6276 538.459 84.9403 538.459 93.9644Z' fill='url(%23paint583_linear_2_359)'/%3E%3Cpath d='M538.397 93.9644C538.397 102.955 531.045 110.24 521.972 110.24C512.899 110.24 505.547 102.955 505.547 93.9644C505.547 84.9741 512.899 77.6884 521.972 77.6884C531.045 77.6884 538.397 84.9741 538.397 93.9644Z' fill='url(%23paint584_linear_2_359)'/%3E%3Cpath d='M538.336 93.9645C538.336 102.921 531.011 110.18 521.972 110.18C512.933 110.18 505.608 102.921 505.608 93.9645C505.608 85.008 512.933 77.7494 521.972 77.7494C531.011 77.7494 538.336 85.008 538.336 93.9645Z' fill='url(%23paint585_linear_2_359)'/%3E%3Cpath d='M538.274 93.9644C538.274 102.887 530.976 110.119 521.972 110.119C512.967 110.119 505.669 102.887 505.669 93.9644C505.669 85.0417 512.967 77.8102 521.972 77.8102C530.976 77.8102 538.274 85.0417 538.274 93.9644Z' fill='url(%23paint586_linear_2_359)'/%3E%3Cpath d='M538.213 93.9644C538.213 102.853 530.942 110.058 521.972 110.058C513.001 110.058 505.731 102.853 505.731 93.9644C505.731 85.0755 513.001 77.8711 521.972 77.8711C530.942 77.8711 538.213 85.0755 538.213 93.9644Z' fill='url(%23paint587_linear_2_359)'/%3E%3Cpath d='M538.151 93.9644C538.151 102.819 530.908 109.997 521.972 109.997C513.036 109.997 505.792 102.819 505.792 93.9644C505.792 85.1094 513.036 77.932 521.972 77.932C530.908 77.932 538.151 85.1094 538.151 93.9644Z' fill='url(%23paint588_linear_2_359)'/%3E%3Cpath d='M538.09 93.9644C538.09 102.786 530.874 109.936 521.972 109.936C513.07 109.936 505.854 102.786 505.854 93.9644C505.854 85.1432 513.07 77.9929 521.972 77.9929C530.874 77.9929 538.09 85.1432 538.09 93.9644Z' fill='url(%23paint589_linear_2_359)'/%3E%3Cpath d='M538.028 93.9645C538.028 102.752 530.84 109.875 521.972 109.875C513.104 109.875 505.915 102.752 505.915 93.9645C505.915 85.1771 513.104 78.0538 521.972 78.0538C530.84 78.0538 538.028 85.1771 538.028 93.9645Z' fill='url(%23paint590_linear_2_359)'/%3E%3Cpath d='M537.967 93.9643C537.967 102.718 530.806 109.814 521.972 109.814C513.138 109.814 505.977 102.718 505.977 93.9643C505.977 85.2107 513.138 78.1145 521.972 78.1145C530.806 78.1145 537.967 85.2107 537.967 93.9643Z' fill='url(%23paint591_linear_2_359)'/%3E%3Cpath d='M537.905 93.9644C537.905 102.684 530.771 109.753 521.972 109.753C513.172 109.753 506.038 102.684 506.038 93.9644C506.038 85.2446 513.172 78.1755 521.972 78.1755C530.771 78.1755 537.905 85.2446 537.905 93.9644Z' fill='url(%23paint592_linear_2_359)'/%3E%3Cpath d='M537.844 93.9644C537.844 102.65 530.737 109.692 521.972 109.692C513.206 109.692 506.1 102.65 506.1 93.9644C506.1 85.2785 513.206 78.2365 521.972 78.2365C530.737 78.2365 537.844 85.2785 537.844 93.9644Z' fill='url(%23paint593_linear_2_359)'/%3E%3Cpath d='M537.783 93.9644C537.783 102.616 530.703 109.632 521.972 109.632C513.24 109.632 506.161 102.616 506.161 93.9644C506.161 85.3123 513.24 78.2973 521.972 78.2973C530.703 78.2973 537.783 85.3123 537.783 93.9644Z' fill='url(%23paint594_linear_2_359)'/%3E%3Cpath d='M537.721 93.9645C537.721 102.583 530.669 109.571 521.972 109.571C513.274 109.571 506.222 102.583 506.222 93.9645C506.222 85.3462 513.274 78.3582 521.972 78.3582C530.669 78.3582 537.721 85.3462 537.721 93.9645Z' fill='url(%23paint595_linear_2_359)'/%3E%3Cpath d='M537.66 93.9644C537.66 102.549 530.635 109.51 521.972 109.51C513.309 109.51 506.284 102.549 506.284 93.9644C506.284 85.38 513.309 78.4191 521.972 78.4191C530.635 78.4191 537.66 85.38 537.66 93.9644Z' fill='url(%23paint596_linear_2_359)'/%3E%3Cpath d='M537.598 93.9644C537.598 102.515 530.601 109.449 521.972 109.449C513.343 109.449 506.345 102.515 506.345 93.9644C506.345 85.4138 513.343 78.4799 521.972 78.4799C530.601 78.4799 537.598 85.4138 537.598 93.9644Z' fill='url(%23paint597_linear_2_359)'/%3E%3Cpath d='M537.537 93.9643C537.537 102.481 530.567 109.388 521.972 109.388C513.377 109.388 506.407 102.481 506.407 93.9643C506.407 85.4475 513.377 78.5408 521.972 78.5408C530.567 78.5408 537.537 85.4475 537.537 93.9643Z' fill='url(%23paint598_linear_2_359)'/%3E%3Cpath d='M537.476 93.9644C537.476 102.447 530.533 109.327 521.972 109.327C513.411 109.327 506.468 102.447 506.468 93.9644C506.468 85.4814 513.411 78.6017 521.972 78.6017C530.533 78.6017 537.476 85.4814 537.476 93.9644Z' fill='url(%23paint599_linear_2_359)'/%3E%3Cpath d='M537.414 93.9644C537.414 102.414 530.498 109.266 521.972 109.266C513.445 109.266 506.53 102.414 506.53 93.9644C506.53 85.5152 513.445 78.6625 521.972 78.6625C530.498 78.6625 537.414 85.5152 537.414 93.9644Z' fill='url(%23paint600_linear_2_359)'/%3E%3Cpath d='M537.353 93.9644C537.353 102.38 530.464 109.205 521.972 109.205C513.479 109.205 506.591 102.38 506.591 93.9644C506.591 85.5491 513.479 78.7235 521.972 78.7235C530.464 78.7235 537.353 85.5491 537.353 93.9644Z' fill='url(%23paint601_linear_2_359)'/%3E%3Cpath d='M537.291 93.9645C537.291 102.346 530.43 109.145 521.972 109.145C513.514 109.145 506.653 102.346 506.653 93.9645C506.653 85.583 513.514 78.7845 521.972 78.7845C530.43 78.7845 537.291 85.583 537.291 93.9645Z' fill='url(%23paint602_linear_2_359)'/%3E%3Cpath d='M537.23 93.9645C537.23 102.312 530.396 109.084 521.972 109.084C513.547 109.084 506.714 102.312 506.714 93.9645C506.714 85.6168 513.541 78.8453 521.972 78.8453C530.403 78.8453 537.23 85.6168 537.23 93.9645Z' fill='url(%23paint603_linear_2_359)'/%3E%3Cpath d='M537.168 93.9644C537.168 102.278 530.369 109.023 521.972 109.023C513.575 109.023 506.775 102.278 506.775 93.9644C506.775 85.6506 513.575 78.9061 521.972 78.9061C530.369 78.9061 537.168 85.6506 537.168 93.9644Z' fill='url(%23paint604_linear_2_359)'/%3E%3Cpath d='M537.107 93.9644C537.107 102.244 530.335 108.962 521.972 108.962C513.609 108.962 506.837 102.244 506.837 93.9644C506.837 85.6843 513.609 78.967 521.972 78.967C530.335 78.967 537.107 85.6843 537.107 93.9644Z' fill='url(%23paint605_linear_2_359)'/%3E%3Cpath d='M537.045 93.9644C537.045 102.211 530.3 108.901 521.972 108.901C513.643 108.901 506.898 102.211 506.898 93.9644C506.898 85.7182 513.643 79.0279 521.972 79.0279C530.3 79.0279 537.045 85.7182 537.045 93.9644Z' fill='url(%23paint606_linear_2_359)'/%3E%3Cpath d='M536.984 93.9644C536.984 102.177 530.266 108.84 521.972 108.84C513.677 108.84 506.96 102.177 506.96 93.9644C506.96 85.752 513.677 79.0887 521.972 79.0887C530.266 79.0887 536.984 85.7452 536.984 93.9644Z' fill='url(%23paint607_linear_2_359)'/%3E%3Cpath d='M536.923 93.9643C536.923 102.143 530.232 108.779 521.972 108.779C513.711 108.779 507.021 102.143 507.021 93.9643C507.021 85.7858 513.711 79.1496 521.972 79.1496C530.232 79.1496 536.923 85.779 536.923 93.9643Z' fill='url(%23paint608_linear_2_359)'/%3E%3Cpath d='M536.861 93.9643C536.861 102.109 530.198 108.718 521.972 108.718C513.745 108.718 507.083 102.116 507.083 93.9643C507.083 85.8128 513.745 79.2104 521.972 79.2104C530.198 79.2104 536.861 85.8128 536.861 93.9643Z' fill='url(%23paint609_linear_2_359)'/%3E%3Cpath d='M536.8 93.9644C536.8 102.075 530.164 108.657 521.972 108.657C513.78 108.657 507.144 102.082 507.144 93.9644C507.144 85.8467 513.78 79.2714 521.972 79.2714C530.164 79.2714 536.8 85.8467 536.8 93.9644Z' fill='url(%23paint610_linear_2_359)'/%3E%3Cpath d='M536.738 93.9644C536.738 102.042 530.13 108.597 521.972 108.597C513.814 108.597 507.206 102.048 507.206 93.9644C507.206 85.8806 513.814 79.3323 521.972 79.3323C530.13 79.3323 536.738 85.8806 536.738 93.9644Z' fill='url(%23paint611_linear_2_359)'/%3E%3Cpath d='M536.677 93.9644C536.677 102.008 530.096 108.536 521.972 108.536C513.848 108.536 507.267 102.014 507.267 93.9644C507.267 85.9144 513.848 79.3932 521.972 79.3932C530.096 79.3932 536.677 85.9144 536.677 93.9644Z' fill='url(%23paint612_linear_2_359)'/%3E%3Cpath d='M536.616 93.9645C536.616 101.974 530.062 108.475 521.972 108.475C513.882 108.475 507.329 101.981 507.329 93.9645C507.329 85.9483 513.882 79.4541 521.972 79.4541C530.062 79.4541 536.616 85.9483 536.616 93.9645Z' fill='url(%23paint613_linear_2_359)'/%3E%3Cpath d='M536.554 93.9644C536.554 101.94 530.027 108.414 521.972 108.414C513.916 108.414 507.39 101.947 507.39 93.9644C507.39 85.982 513.916 79.515 521.972 79.515C530.027 79.515 536.554 85.982 536.554 93.9644Z' fill='url(%23paint614_linear_2_359)'/%3E%3Cpath d='M536.493 93.9644C536.493 101.906 529.993 108.353 521.972 108.353C513.951 108.353 507.451 101.913 507.451 93.9644C507.451 86.0158 513.951 79.5758 521.972 79.5758C529.993 79.5758 536.493 86.0158 536.493 93.9644Z' fill='url(%23paint615_linear_2_359)'/%3E%3Cpath d='M536.431 93.9643C536.431 101.872 529.959 108.292 521.972 108.292C513.985 108.292 507.513 101.879 507.513 93.9643C507.513 86.0496 513.985 79.6366 521.972 79.6366C529.959 79.6366 536.431 86.0496 536.431 93.9643Z' fill='url(%23paint616_linear_2_359)'/%3E%3Cpath d='M536.37 93.9644C536.37 101.839 529.925 108.231 521.972 108.231C514.019 108.231 507.574 101.845 507.574 93.9644C507.574 86.0835 514.019 79.6976 521.972 79.6976C529.925 79.6976 536.37 86.0835 536.37 93.9644Z' fill='url(%23paint617_linear_2_359)'/%3E%3Cpath d='M536.308 93.9645C536.308 101.805 529.891 108.17 521.972 108.17C514.053 108.17 507.636 101.812 507.636 93.9645C507.636 86.1174 514.053 79.7585 521.972 79.7585C529.891 79.7585 536.308 86.1174 536.308 93.9645Z' fill='url(%23paint618_linear_2_359)'/%3E%3Cpath d='M536.247 93.9644C536.247 101.771 529.857 108.109 521.972 108.109C514.087 108.109 507.697 101.778 507.697 93.9644C507.697 86.1512 514.087 79.8194 521.972 79.8194C529.857 79.8194 536.247 86.1512 536.247 93.9644Z' fill='url(%23paint619_linear_2_359)'/%3E%3Cpath d='M536.185 93.9645C536.185 101.737 529.822 108.049 521.972 108.049C514.121 108.049 507.758 101.744 507.758 93.9645C507.758 86.1851 514.121 79.8803 521.972 79.8803C529.822 79.8803 536.185 86.1851 536.185 93.9645Z' fill='url(%23paint620_linear_2_359)'/%3E%3Cpath d='M536.124 93.9643C536.124 101.703 529.788 107.988 521.972 107.988C514.155 107.988 507.82 101.71 507.82 93.9643C507.82 86.2187 514.155 79.9411 521.972 79.9411C529.788 79.9411 536.124 86.2187 536.124 93.9643Z' fill='url(%23paint621_linear_2_359)'/%3E%3Cpath d='M536.062 93.9644C536.062 101.676 529.754 107.92 521.972 107.92C514.189 107.92 507.881 101.669 507.881 93.9644C507.881 86.2594 514.189 80.002 521.972 80.002C529.754 80.002 536.062 86.2526 536.062 93.9644Z' fill='url(%23paint622_linear_2_359)'/%3E%3Cpath d='M536.001 93.9644C536.001 101.642 529.72 107.859 521.979 107.859C514.237 107.859 507.957 101.636 507.957 93.9644C507.957 86.2932 514.237 80.0628 521.979 80.0628C529.72 80.0628 536.001 86.2864 536.001 93.9644Z' fill='url(%23paint623_linear_2_359)'/%3E%3Cpath d='M535.94 93.9644C535.94 101.609 529.686 107.798 521.979 107.798C514.271 107.798 508.011 101.602 508.011 93.9644C508.011 86.3271 514.265 80.1238 521.979 80.1238C529.693 80.1238 535.94 86.3203 535.94 93.9644Z' fill='url(%23paint624_linear_2_359)'/%3E%3Cpath d='M520.893 99.7821C519.664 99.7821 518.422 99.3085 517.48 98.3818L514.101 95.0332C513.397 94.3365 513.397 93.2135 514.101 92.5168C514.804 91.82 515.944 91.82 516.64 92.5168L520.026 95.8653C520.272 96.1088 520.572 96.2238 520.893 96.2238C521.207 96.2238 521.515 96.1088 521.76 95.8653L525.14 92.51L528.526 89.1614C529.222 88.4647 530.362 88.4647 531.065 89.1614C531.768 89.8582 531.768 90.9812 531.065 91.6779L527.686 95.0265L524.3 98.3818C523.365 99.3085 522.122 99.7821 520.9 99.7821H520.893Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M601.208 42.8898C601.208 51.667 594.095 58.7796 585.318 58.7796C576.54 58.7796 569.418 51.667 569.418 42.8898C569.418 34.1126 576.531 27 585.318 27C594.104 27 601.208 34.1126 601.208 42.8898Z' fill='url(%23paint625_linear_2_359)'/%3E%3Cpath d='M608.311 74.2246C602.957 67.3958 594.662 62.9883 585.308 62.9883C569.173 62.9788 556.092 76.069 556.092 92.2047V96.8203H614.534V92.2047C614.534 85.4137 612.198 79.1807 608.311 74.2246Z' fill='url(%23paint626_linear_2_359)'/%3E%3Cpath d='M644.318 42.8898C644.318 51.667 637.205 58.7796 628.428 58.7796C619.651 58.7796 612.538 51.667 612.538 42.8898C612.538 34.1126 619.641 27 628.428 27C637.215 27 644.318 34.1126 644.318 42.8898Z' fill='url(%23paint627_linear_2_359)'/%3E%3Cpath d='M651.421 74.2246C646.077 67.3958 637.773 62.9883 628.419 62.9883C612.283 62.9883 599.193 76.069 599.193 92.2141V96.8297H657.635V92.2141C657.635 85.4231 655.299 79.1902 651.412 74.2341L651.421 74.2246Z' fill='url(%23paint628_linear_2_359)'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_2_359' x='0' y='10' width='112.313' height='103.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 dx='5' dy='6'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.00491666 0 0 0 0 0 0 0 0 0 0.245833 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2_359'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2_359' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_2_359' x='29.7361' y='30.679' width='51.5029' height='50.6192' 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='3'/%3E%3CfeGaussianBlur stdDeviation='3'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.788235 0 0 0 0 0.807843 0 0 0 0 0.988235 0 0 0 0.8 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2_359'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2_359' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter2_d_2_359' x='174.131' y='67.8141' width='55.1938' height='55.1862' 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='5'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.784314 0 0 0 0 0.819608 0 0 0 0 0.92549 0 0 0 0.75 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2_359'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2_359' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter3_d_2_359' x='176.678' y='73.5459' width='51.0886' height='51.0811' 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='10'/%3E%3CfeGaussianBlur stdDeviation='10'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.776471 0 0 0 0 0.705882 0 0 0 0 0.984314 0 0 0 0.8 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2_359'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2_359' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter4_d_2_359' x='127.921' y='42.9718' width='75.8674' height='36.6123' 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='7'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.803922 0 0 0 0 0.701961 0 0 0 0 0.901961 0 0 0 0.5 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2_359'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2_359' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter5_d_2_359' x='253.33' y='18' width='62.4221' height='44' 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 dx='5' dy='6'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.00491666 0 0 0 0 0 0 0 0 0 0.245833 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2_359'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2_359' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter6_d_2_359' x='227.092' y='15' width='103.798' height='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 dx='5' dy='6'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.00491666 0 0 0 0 0 0 0 0 0 0.245833 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2_359'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2_359' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter7_d_2_359' x='229.11' y='17' width='99.7615' height='94' 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 dx='5' dy='6'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.00491666 0 0 0 0 0 0 0 0 0 0.245833 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2_359'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2_359' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter8_d_2_359' x='262.956' y='64.3333' width='59.2954' height='63.0563' 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 dx='5' dy='6'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.00491666 0 0 0 0 0 0 0 0 0 0.245833 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2_359'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2_359' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter9_d_2_359' x='443.985' y='19' width='108.094' height='105.91' 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 dx='5' dy='6'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.00491666 0 0 0 0 0 0 0 0 0 0.245833 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2_359'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2_359' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_2_359' x1='55.484' y1='105.488' x2='55.484' y2='85.6078' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F5DE66'/%3E%3Cstop offset='1' stop-color='%23E89F25'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2_359' x1='55.4836' y1='126.274' x2='55.4836' y2='-40.9066' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F5DE66'/%3E%3Cstop offset='1' stop-color='%23E89F25'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_2_359' x1='55.484' y1='119.273' x2='55.484' y2='-31.9182' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A9F6E8'/%3E%3Cstop offset='1' stop-color='%235DA3EC'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_2_359' x1='50.3971' y1='63.0036' x2='55.4457' y2='50.7462' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_2_359' x1='50.3571' y1='63.0166' x2='55.4317' y2='50.765' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_2_359' x1='50.3241' y1='63.0294' x2='55.4182' y2='50.7903' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_2_359' x1='50.2836' y1='63.0362' x2='55.3973' y2='50.8095' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_2_359' x1='50.2439' y1='63.0492' x2='55.3835' y2='50.8283' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_2_359' x1='50.2102' y1='63.0623' x2='55.3694' y2='50.8473' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_2_359' x1='50.1708' y1='63.0752' x2='55.3495' y2='50.8726' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear_2_359' x1='50.1306' y1='63.0817' x2='55.3353' y2='50.8914' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear_2_359' x1='50.0971' y1='63.0948' x2='55.3214' y2='50.9104' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint12_linear_2_359' x1='50.0572' y1='63.1078' x2='55.301' y2='50.9359' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint13_linear_2_359' x1='50.017' y1='63.1144' x2='55.2869' y2='50.9547' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint14_linear_2_359' x1='49.9838' y1='63.1275' x2='55.2732' y2='50.9738' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint15_linear_2_359' x1='49.944' y1='63.1406' x2='55.253' y2='50.9927' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint16_linear_2_359' x1='49.9106' y1='63.147' x2='55.2391' y2='51.0181' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint17_linear_2_359' x1='49.8706' y1='63.1602' x2='55.2252' y2='51.037' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint18_linear_2_359' x1='49.8374' y1='63.1665' x2='55.2116' y2='51.0557' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint19_linear_2_359' x1='49.7971' y1='63.1797' x2='55.1908' y2='51.0749' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint20_linear_2_359' x1='49.7638' y1='63.1859' x2='55.1771' y2='51.1' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint21_linear_2_359' x1='49.724' y1='63.199' x2='55.1633' y2='51.1189' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint22_linear_2_359' x1='49.6905' y1='63.2056' x2='55.1494' y2='51.1379' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint23_linear_2_359' x1='49.6505' y1='63.2185' x2='55.129' y2='51.1567' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint24_linear_2_359' x1='49.6172' y1='63.225' x2='55.1153' y2='51.1821' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint25_linear_2_359' x1='49.5767' y1='63.238' x2='55.1009' y2='51.2009' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint26_linear_2_359' x1='49.544' y1='63.2446' x2='55.0878' y2='51.2199' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint27_linear_2_359' x1='49.5038' y1='63.2576' x2='55.0672' y2='51.2388' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint28_linear_2_359' x1='49.4702' y1='63.2642' x2='55.0532' y2='51.2579' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint29_linear_2_359' x1='49.4302' y1='63.2772' x2='55.0393' y2='51.283' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint30_linear_2_359' x1='49.3972' y1='63.2838' x2='55.026' y2='51.302' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint31_linear_2_359' x1='49.3635' y1='63.2968' x2='55.0119' y2='51.3209' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint32_linear_2_359' x1='49.3238' y1='63.3031' x2='54.9917' y2='51.3397' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint33_linear_2_359' x1='49.2905' y1='63.3097' x2='54.9781' y2='51.3587' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint34_linear_2_359' x1='49.2569' y1='63.3227' x2='54.9641' y2='51.3841' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint35_linear_2_359' x1='49.2168' y1='63.3294' x2='54.9502' y2='51.403' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint36_linear_2_359' x1='49.1838' y1='63.3358' x2='54.9368' y2='51.4218' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint37_linear_2_359' x1='49.1506' y1='63.3489' x2='54.9232' y2='51.4408' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint38_linear_2_359' x1='49.1107' y1='63.3554' x2='54.903' y2='51.4597' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint39_linear_2_359' x1='49.0769' y1='63.3619' x2='54.8889' y2='51.4851' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint40_linear_2_359' x1='49.0435' y1='63.3749' x2='54.8751' y2='51.504' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint41_linear_2_359' x1='49.0037' y1='63.3816' x2='54.8615' y2='51.5229' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint42_linear_2_359' x1='48.9705' y1='63.388' x2='54.8479' y2='51.5417' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint43_linear_2_359' x1='48.9371' y1='63.4011' x2='54.8341' y2='51.5607' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint44_linear_2_359' x1='48.9039' y1='63.4076' x2='54.8141' y2='51.5799' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint45_linear_2_359' x1='48.8638' y1='63.4141' x2='54.8002' y2='51.605' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint46_linear_2_359' x1='48.8302' y1='63.4206' x2='54.7864' y2='51.624' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint47_linear_2_359' x1='48.797' y1='63.427' x2='54.7729' y2='51.6427' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint48_linear_2_359' x1='48.757' y1='63.44' x2='54.759' y2='51.6614' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint49_linear_2_359' x1='48.7237' y1='63.4467' x2='54.7454' y2='51.6805' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint50_linear_2_359' x1='48.6905' y1='63.4532' x2='54.7319' y2='51.6995' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint51_linear_2_359' x1='48.6572' y1='63.4597' x2='54.7117' y2='51.7185' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint52_linear_2_359' x1='48.6236' y1='63.4662' x2='54.6979' y2='51.7374' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint53_linear_2_359' x1='48.5836' y1='63.4728' x2='54.6841' y2='51.7562' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint54_linear_2_359' x1='48.5503' y1='63.4793' x2='54.6705' y2='51.7816' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint55_linear_2_359' x1='48.5169' y1='63.4859' x2='54.6569' y2='51.8006' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint56_linear_2_359' x1='48.4838' y1='63.4923' x2='54.6435' y2='51.8194' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint57_linear_2_359' x1='48.4438' y1='63.4988' x2='54.6232' y2='51.8383' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint58_linear_2_359' x1='48.4103' y1='63.5053' x2='54.6094' y2='51.8571' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint59_linear_2_359' x1='48.3769' y1='63.5118' x2='54.5957' y2='51.876' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint60_linear_2_359' x1='48.3439' y1='63.5185' x2='54.5824' y2='51.8951' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint61_linear_2_359' x1='48.3106' y1='63.5248' x2='54.5689' y2='51.9138' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint62_linear_2_359' x1='48.277' y1='63.5314' x2='54.555' y2='51.9328' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint63_linear_2_359' x1='48.2371' y1='63.5378' x2='54.5349' y2='51.9516' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint64_linear_2_359' x1='48.2036' y1='63.5443' x2='54.5211' y2='51.9705' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint65_linear_2_359' x1='48.1703' y1='63.5509' x2='54.5076' y2='51.9895' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint66_linear_2_359' x1='48.1372' y1='63.5575' x2='54.4943' y2='52.0085' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint67_linear_2_359' x1='48.1035' y1='63.564' x2='54.4803' y2='52.0274' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint68_linear_2_359' x1='48.0704' y1='63.564' x2='54.467' y2='52.0462' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint69_linear_2_359' x1='48.0302' y1='63.5705' x2='54.4466' y2='52.0651' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint70_linear_2_359' x1='47.9969' y1='63.5771' x2='54.433' y2='52.0841' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint71_linear_2_359' x1='47.9638' y1='63.5836' x2='54.4197' y2='52.103' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint72_linear_2_359' x1='47.9303' y1='63.59' x2='54.406' y2='52.1217' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint73_linear_2_359' x1='47.8971' y1='63.5964' x2='54.3926' y2='52.1406' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint74_linear_2_359' x1='47.8637' y1='63.5966' x2='54.3725' y2='52.1599' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint75_linear_2_359' x1='47.8302' y1='63.603' x2='54.3588' y2='52.1786' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint76_linear_2_359' x1='47.7902' y1='63.6097' x2='54.3451' y2='52.1975' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint77_linear_2_359' x1='47.7568' y1='63.6096' x2='54.3316' y2='52.2163' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint78_linear_2_359' x1='47.7239' y1='63.6162' x2='54.3184' y2='52.2287' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint79_linear_2_359' x1='47.6902' y1='63.6227' x2='54.298' y2='52.2478' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint80_linear_2_359' x1='47.657' y1='63.6228' x2='54.2847' y2='52.2668' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint81_linear_2_359' x1='47.6237' y1='63.6292' x2='54.2712' y2='52.2856' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint82_linear_2_359' x1='47.5903' y1='63.6357' x2='54.2575' y2='52.3044' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint83_linear_2_359' x1='47.5571' y1='63.6357' x2='54.2443' y2='52.3233' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint84_linear_2_359' x1='47.5236' y1='63.6422' x2='54.2241' y2='52.3424' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint85_linear_2_359' x1='47.4902' y1='63.6421' x2='54.2105' y2='52.3612' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint86_linear_2_359' x1='47.457' y1='63.6487' x2='54.1971' y2='52.3737' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint87_linear_2_359' x1='47.417' y1='63.6487' x2='54.1835' y2='52.3924' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint88_linear_2_359' x1='47.3834' y1='63.6551' x2='54.1633' y2='52.4114' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint89_linear_2_359' x1='47.3506' y1='63.6552' x2='54.1503' y2='52.4303' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint90_linear_2_359' x1='47.317' y1='63.6618' x2='54.1366' y2='52.4493' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint91_linear_2_359' x1='47.2837' y1='63.6618' x2='54.1232' y2='52.4617' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint92_linear_2_359' x1='47.2504' y1='63.6682' x2='54.1032' y2='52.4807' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint93_linear_2_359' x1='47.2169' y1='63.6682' x2='54.0896' y2='52.4995' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint94_linear_2_359' x1='47.1837' y1='63.6748' x2='54.0762' y2='52.5185' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint95_linear_2_359' x1='47.1504' y1='63.6748' x2='54.0629' y2='52.5374' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint96_linear_2_359' x1='47.1169' y1='63.6748' x2='54.0426' y2='52.55' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint97_linear_2_359' x1='47.0837' y1='63.6813' x2='54.0294' y2='52.5688' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint98_linear_2_359' x1='47.0504' y1='63.6814' x2='54.016' y2='52.5878' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint99_linear_2_359' x1='47.0171' y1='63.6814' x2='54.0026' y2='52.6067' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint100_linear_2_359' x1='46.9837' y1='63.6879' x2='53.9825' y2='52.6193' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint101_linear_2_359' x1='46.9499' y1='63.6878' x2='53.9687' y2='52.6381' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint102_linear_2_359' x1='46.917' y1='63.6878' x2='53.9557' y2='52.657' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint103_linear_2_359' x1='46.8838' y1='63.6944' x2='53.9424' y2='52.6759' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint104_linear_2_359' x1='46.8568' y1='63.6943' x2='53.9288' y2='52.6884' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint105_linear_2_359' x1='46.8237' y1='63.6944' x2='53.9156' y2='52.7074' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint106_linear_2_359' x1='46.7901' y1='63.7009' x2='53.902' y2='52.7263' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint107_linear_2_359' x1='46.7572' y1='63.7008' x2='53.8824' y2='52.7452' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint108_linear_2_359' x1='46.7235' y1='63.701' x2='53.8687' y2='52.7578' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint109_linear_2_359' x1='46.6903' y1='63.7009' x2='53.8554' y2='52.7767' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint110_linear_2_359' x1='46.6636' y1='63.7074' x2='53.8421' y2='52.7958' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint111_linear_2_359' x1='46.6302' y1='63.7074' x2='53.8287' y2='52.8146' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint112_linear_2_359' x1='46.597' y1='63.7074' x2='53.8155' y2='52.827' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint113_linear_2_359' x1='46.5638' y1='63.7074' x2='53.7956' y2='52.846' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint114_linear_2_359' x1='46.5301' y1='63.7074' x2='53.782' y2='52.8649' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint115_linear_2_359' x1='46.497' y1='63.7074' x2='53.7688' y2='52.8773' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint116_linear_2_359' x1='46.4702' y1='63.7139' x2='53.7554' y2='52.8964' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint117_linear_2_359' x1='46.4369' y1='63.7139' x2='53.7421' y2='52.9154' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint118_linear_2_359' x1='46.4034' y1='63.7139' x2='53.722' y2='52.928' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint119_linear_2_359' x1='46.3703' y1='63.714' x2='53.7089' y2='52.9469' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint120_linear_2_359' x1='46.337' y1='63.7139' x2='53.6956' y2='52.9657' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint121_linear_2_359' x1='46.3101' y1='63.7139' x2='53.6822' y2='52.9783' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint122_linear_2_359' x1='46.277' y1='63.7139' x2='53.6625' y2='52.9973' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint123_linear_2_359' x1='46.2439' y1='63.7139' x2='53.6494' y2='53.0097' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint124_linear_2_359' x1='46.2105' y1='63.7139' x2='53.6361' y2='53.0286' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint125_linear_2_359' x1='46.15' y1='63.5835' x2='53.6945' y2='52.9078' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint126_linear_2_359' x1='46.09' y1='63.4533' x2='53.747' y2='52.7875' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint127_linear_2_359' x1='46.0301' y1='63.3228' x2='53.8062' y2='52.6667' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint128_linear_2_359' x1='45.9701' y1='63.1925' x2='53.872' y2='52.5459' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint129_linear_2_359' x1='45.9168' y1='63.0622' x2='53.938' y2='52.4317' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint130_linear_2_359' x1='45.8569' y1='62.9318' x2='53.9976' y2='52.3176' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint131_linear_2_359' x1='45.8101' y1='62.8014' x2='54.0703' y2='52.2034' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint132_linear_2_359' x1='45.7568' y1='62.6645' x2='54.1367' y2='52.0893' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint133_linear_2_359' x1='45.7104' y1='62.5341' x2='54.2099' y2='51.9753' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint134_linear_2_359' x1='45.6636' y1='62.3973' x2='54.2829' y2='51.8613' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint135_linear_2_359' x1='45.6235' y1='62.267' x2='54.3561' y2='51.754' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint136_linear_2_359' x1='45.5768' y1='62.1299' x2='54.436' y2='51.6397' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint137_linear_2_359' x1='45.5368' y1='61.9996' x2='54.516' y2='51.5323' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint138_linear_2_359' x1='45.5037' y1='61.8628' x2='54.5965' y2='51.4316' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint139_linear_2_359' x1='45.4637' y1='61.7259' x2='54.6768' y2='51.3243' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint140_linear_2_359' x1='45.4304' y1='61.589' x2='54.764' y2='51.2235' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint141_linear_2_359' x1='45.3967' y1='61.4586' x2='54.844' y2='51.1164' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint142_linear_2_359' x1='45.3701' y1='61.3219' x2='54.9312' y2='51.016' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint143_linear_2_359' x1='45.3438' y1='61.1849' x2='55.0258' y2='50.9217' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint144_linear_2_359' x1='45.3169' y1='61.0481' x2='55.1129' y2='50.8214' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint145_linear_2_359' x1='45.2902' y1='60.9111' x2='55.2072' y2='50.7272' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint146_linear_2_359' x1='45.2632' y1='60.833' x2='55.3141' y2='50.6722' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint147_linear_2_359' x1='45.2301' y1='60.7809' x2='55.4214' y2='50.6365' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint148_linear_2_359' x1='45.1967' y1='60.7287' x2='55.5351' y2='50.6007' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint149_linear_2_359' x1='45.17' y1='60.67' x2='55.6492' y2='50.5651' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint150_linear_2_359' x1='45.1436' y1='60.6177' x2='55.7634' y2='50.5294' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint151_linear_2_359' x1='45.11' y1='60.5593' x2='55.8774' y2='50.5005' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint152_linear_2_359' x1='45.0835' y1='60.507' x2='55.9918' y2='50.4715' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint153_linear_2_359' x1='45.0568' y1='60.4485' x2='56.1129' y2='50.4428' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint154_linear_2_359' x1='45.0368' y1='60.3897' x2='56.2274' y2='50.414' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint155_linear_2_359' x1='45.0101' y1='60.331' x2='56.3487' y2='50.3917' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint156_linear_2_359' x1='44.99' y1='60.2788' x2='56.4631' y2='50.3698' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint157_linear_2_359' x1='44.9637' y1='60.2202' x2='56.585' y2='50.3477' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint158_linear_2_359' x1='44.9436' y1='60.1615' x2='56.7063' y2='50.3257' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint159_linear_2_359' x1='44.9232' y1='60.103' x2='56.8277' y2='50.3106' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint160_linear_2_359' x1='44.9036' y1='60.0443' x2='56.9499' y2='50.2954' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint161_linear_2_359' x1='44.8833' y1='59.9857' x2='57.0713' y2='50.2803' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint162_linear_2_359' x1='44.8637' y1='59.927' x2='57.1935' y2='50.2652' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint163_linear_2_359' x1='44.8501' y1='59.8683' x2='57.3153' y2='50.2569' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint164_linear_2_359' x1='44.8301' y1='59.8096' x2='57.4374' y2='50.2485' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint165_linear_2_359' x1='44.8166' y1='59.7444' x2='57.5662' y2='50.2403' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint166_linear_2_359' x1='44.8035' y1='59.6858' x2='57.6885' y2='50.2323' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint167_linear_2_359' x1='44.7899' y1='59.6272' x2='57.8106' y2='50.231' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint168_linear_2_359' x1='44.7768' y1='59.5685' x2='57.9399' y2='50.2295' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint169_linear_2_359' x1='44.7635' y1='59.5098' x2='58.0622' y2='50.2283' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint170_linear_2_359' x1='44.7502' y1='59.4446' x2='58.1918' y2='50.2337' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint171_linear_2_359' x1='44.7434' y1='59.386' x2='58.314' y2='50.2328' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint172_linear_2_359' x1='44.7368' y1='59.3272' x2='58.4434' y2='50.2383' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint173_linear_2_359' x1='44.7233' y1='59.2686' x2='58.5661' y2='50.2507' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint174_linear_2_359' x1='44.7168' y1='59.2035' x2='58.6958' y2='50.2566' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint175_linear_2_359' x1='44.7101' y1='59.1448' x2='58.8186' y2='50.2692' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint176_linear_2_359' x1='44.7037' y1='59.0861' x2='58.9484' y2='50.2818' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint177_linear_2_359' x1='44.7036' y1='59.0209' x2='59.0782' y2='50.3013' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint178_linear_2_359' x1='44.6967' y1='58.9623' x2='59.2008' y2='50.3141' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint179_linear_2_359' x1='44.6969' y1='58.9036' x2='59.324' y2='50.3337' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint180_linear_2_359' x1='44.6898' y1='58.8385' x2='59.4538' y2='50.3601' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint181_linear_2_359' x1='44.6902' y1='58.7798' x2='59.5772' y2='50.38' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint182_linear_2_359' x1='44.6902' y1='58.7211' x2='59.7071' y2='50.4065' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint183_linear_2_359' x1='44.6899' y1='58.6559' x2='59.8302' y2='50.4332' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint184_linear_2_359' x1='44.6899' y1='58.5973' x2='59.9535' y2='50.46' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint185_linear_2_359' x1='44.6903' y1='58.5385' x2='60.084' y2='50.4934' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint186_linear_2_359' x1='44.6967' y1='58.4799' x2='60.207' y2='50.527' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint187_linear_2_359' x1='44.6966' y1='58.4149' x2='60.3305' y2='50.561' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint188_linear_2_359' x1='44.7036' y1='58.3559' x2='60.454' y2='50.5946' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint189_linear_2_359' x1='44.7101' y1='58.2975' x2='60.5774' y2='50.6354' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint190_linear_2_359' x1='44.7168' y1='58.2388' x2='60.7008' y2='50.6761' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint191_linear_2_359' x1='44.7235' y1='58.1801' x2='60.8177' y2='50.7169' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint192_linear_2_359' x1='44.73' y1='58.1215' x2='60.941' y2='50.7645' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint193_linear_2_359' x1='44.7368' y1='58.0564' x2='61.065' y2='50.8124' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint194_linear_2_359' x1='44.7437' y1='57.9976' x2='61.182' y2='50.86' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint195_linear_2_359' x1='44.7569' y1='57.9389' x2='61.2987' y2='50.908' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint196_linear_2_359' x1='44.77' y1='57.8803' x2='61.422' y2='50.9627' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint197_linear_2_359' x1='44.7767' y1='57.8217' x2='61.539' y2='51.0176' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint198_linear_2_359' x1='44.7901' y1='57.7629' x2='61.6559' y2='51.0724' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint199_linear_2_359' x1='44.8036' y1='57.7109' x2='61.7727' y2='51.1273' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint200_linear_2_359' x1='44.8168' y1='57.6522' x2='61.8828' y2='51.1891' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint201_linear_2_359' x1='44.8301' y1='57.5935' x2='61.9997' y2='51.251' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint202_linear_2_359' x1='44.8433' y1='57.5347' x2='62.1097' y2='51.3129' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint203_linear_2_359' x1='44.8634' y1='57.4762' x2='62.22' y2='51.3819' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint204_linear_2_359' x1='44.8768' y1='57.4239' x2='62.3368' y2='51.4504' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint205_linear_2_359' x1='44.8968' y1='57.3654' x2='62.4401' y2='51.5196' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint206_linear_2_359' x1='44.9103' y1='57.3133' x2='62.5502' y2='51.5885' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint207_linear_2_359' x1='44.9166' y1='57.2088' x2='62.6467' y2='51.6187' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint208_linear_2_359' x1='44.917' y1='57.0981' x2='62.7302' y2='51.6292' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint209_linear_2_359' x1='44.9169' y1='56.9808' x2='62.82' y2='51.6466' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint210_linear_2_359' x1='44.9233' y1='56.8636' x2='62.9097' y2='51.6643' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint211_linear_2_359' x1='44.9304' y1='56.7527' x2='62.9932' y2='51.6816' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint212_linear_2_359' x1='44.9367' y1='56.6355' x2='63.0826' y2='51.6995' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint213_linear_2_359' x1='44.9437' y1='56.518' x2='63.1658' y2='51.7171' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint214_linear_2_359' x1='44.9567' y1='56.4072' x2='63.2484' y2='51.7415' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint215_linear_2_359' x1='44.97' y1='56.2899' x2='63.338' y2='51.7663' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint216_linear_2_359' x1='44.9833' y1='56.1725' x2='63.421' y2='51.791' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint217_linear_2_359' x1='44.9968' y1='56.0618' x2='63.5037' y2='51.8157' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint218_linear_2_359' x1='45.0102' y1='55.951' x2='63.5866' y2='51.8472' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint219_linear_2_359' x1='45.0301' y1='55.8336' x2='63.6692' y2='51.8789' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint220_linear_2_359' x1='45.0499' y1='55.7228' x2='63.7514' y2='51.9038' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint221_linear_2_359' x1='45.0703' y1='55.612' x2='63.8344' y2='51.9422' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint222_linear_2_359' x1='45.0967' y1='55.5012' x2='63.9165' y2='51.9738' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint223_linear_2_359' x1='45.1167' y1='55.3838' x2='63.9921' y2='52.0059' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint224_linear_2_359' x1='45.1435' y1='55.273' x2='64.0745' y2='52.0445' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint225_linear_2_359' x1='45.17' y1='55.1622' x2='64.1498' y2='52.0832' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint226_linear_2_359' x1='45.2034' y1='55.0581' x2='64.2252' y2='52.1218' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint227_linear_2_359' x1='45.2304' y1='54.9473' x2='64.3008' y2='52.1606' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint228_linear_2_359' x1='45.2634' y1='54.8365' x2='64.3757' y2='52.2062' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint229_linear_2_359' x1='45.2967' y1='54.7256' x2='64.4508' y2='52.2451' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint230_linear_2_359' x1='45.3301' y1='54.6213' x2='64.5258' y2='52.2905' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint231_linear_2_359' x1='45.3635' y1='54.5104' x2='64.6008' y2='52.3362' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint232_linear_2_359' x1='45.4036' y1='54.4061' x2='64.669' y2='52.3817' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint233_linear_2_359' x1='45.4435' y1='54.302' x2='64.7369' y2='52.4273' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint234_linear_2_359' x1='45.4834' y1='54.1977' x2='64.8114' y2='52.4797' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint235_linear_2_359' x1='45.5235' y1='54.0934' x2='64.8793' y2='52.5253' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint236_linear_2_359' x1='45.5634' y1='53.9891' x2='64.9469' y2='52.5777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint237_linear_2_359' x1='45.6102' y1='53.8848' x2='65.0081' y2='52.6302' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint238_linear_2_359' x1='45.6502' y1='53.7805' x2='65.0755' y2='52.6827' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint239_linear_2_359' x1='45.6971' y1='53.6761' x2='65.1365' y2='52.7419' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint240_linear_2_359' x1='45.7503' y1='53.5783' x2='65.197' y2='52.7941' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint241_linear_2_359' x1='45.7969' y1='53.4806' x2='65.2574' y2='52.8533' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint242_linear_2_359' x1='45.8437' y1='53.3763' x2='65.3179' y2='52.9058' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint243_linear_2_359' x1='45.8971' y1='53.2786' x2='65.3783' y2='52.9649' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint244_linear_2_359' x1='45.9502' y1='53.1808' x2='65.4316' y2='53.0239' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint245_linear_2_359' x1='46.0034' y1='53.083' x2='65.4915' y2='53.083' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E6EF8'/%3E%3Cstop offset='1' stop-color='%238CDAFB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint246_linear_2_359' x1='3.02002' y1='28.178' x2='31.6621' y2='28.178' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C9C9EC'/%3E%3Cstop offset='1' stop-color='%23C9C9EC'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint247_linear_2_359' x1='3.04004' y1='28.1777' x2='31.6421' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C9CAED'/%3E%3Cstop offset='1' stop-color='%23C9C9ED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint248_linear_2_359' x1='3.0603' y1='28.1777' x2='31.6224' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CACAED'/%3E%3Cstop offset='1' stop-color='%23CACAED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint249_linear_2_359' x1='3.08667' y1='28.1777' x2='31.6021' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CBCBED'/%3E%3Cstop offset='1' stop-color='%23CACAED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint250_linear_2_359' x1='3.10693' y1='28.1778' x2='31.5756' y2='28.1778' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CCCCEE'/%3E%3Cstop offset='1' stop-color='%23CBCBEE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint251_linear_2_359' x1='3.12695' y1='28.1778' x2='31.5557' y2='28.1778' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CCCDEE'/%3E%3Cstop offset='1' stop-color='%23CBCCEE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint252_linear_2_359' x1='3.14697' y1='28.1777' x2='31.5357' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CDCDEE'/%3E%3Cstop offset='1' stop-color='%23CCCCEE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint253_linear_2_359' x1='3.16699' y1='28.1778' x2='31.5157' y2='28.1778' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CECEEF'/%3E%3Cstop offset='1' stop-color='%23CCCDEF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint254_linear_2_359' x1='3.18701' y1='28.1778' x2='31.4957' y2='28.1778' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CECFEF'/%3E%3Cstop offset='1' stop-color='%23CDCDEF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint255_linear_2_359' x1='3.20679' y1='28.1779' x2='31.4755' y2='28.1779' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CFD0EF'/%3E%3Cstop offset='1' stop-color='%23CDCEEF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint256_linear_2_359' x1='3.23372' y1='28.1779' x2='31.4557' y2='28.1779' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D0D0F0'/%3E%3Cstop offset='1' stop-color='%23CECFF0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint257_linear_2_359' x1='3.25349' y1='28.1777' x2='31.4355' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D0D1F0'/%3E%3Cstop offset='1' stop-color='%23CFCFF0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint258_linear_2_359' x1='3.27319' y1='28.1777' x2='31.4086' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D1D2F0'/%3E%3Cstop offset='1' stop-color='%23CFD0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint259_linear_2_359' x1='3.29321' y1='28.1777' x2='31.3886' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D2D3F1'/%3E%3Cstop offset='1' stop-color='%23D0D1F1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint260_linear_2_359' x1='3.31348' y1='28.1777' x2='31.3688' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D3D3F1'/%3E%3Cstop offset='1' stop-color='%23D0D1F1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint261_linear_2_359' x1='3.33325' y1='28.1777' x2='31.3486' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D3D4F1'/%3E%3Cstop offset='1' stop-color='%23D1D2F1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint262_linear_2_359' x1='3.35352' y1='28.1777' x2='31.3289' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D4D5F2'/%3E%3Cstop offset='1' stop-color='%23D1D2F2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint263_linear_2_359' x1='3.37354' y1='28.1776' x2='31.3089' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D5D6F2'/%3E%3Cstop offset='1' stop-color='%23D2D3F2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint264_linear_2_359' x1='3.40022' y1='28.1777' x2='31.2889' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D5D7F2'/%3E%3Cstop offset='1' stop-color='%23D2D4F2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint265_linear_2_359' x1='3.42' y1='28.1777' x2='31.262' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D6D7F3'/%3E%3Cstop offset='1' stop-color='%23D3D4F3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint266_linear_2_359' x1='3.43994' y1='28.1776' x2='31.2419' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D7D8F3'/%3E%3Cstop offset='1' stop-color='%23D4D5F3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint267_linear_2_359' x1='3.45972' y1='28.1777' x2='31.2217' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D8D9F3'/%3E%3Cstop offset='1' stop-color='%23D4D5F3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint268_linear_2_359' x1='3.47998' y1='28.1776' x2='31.202' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D8DAF4'/%3E%3Cstop offset='1' stop-color='%23D5D6F4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint269_linear_2_359' x1='3.50024' y1='28.1777' x2='31.1822' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D9DAF4'/%3E%3Cstop offset='1' stop-color='%23D5D7F4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint270_linear_2_359' x1='3.52026' y1='28.1777' x2='31.1623' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DADBF4'/%3E%3Cstop offset='1' stop-color='%23D6D7F4'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint271_linear_2_359' x1='3.54695' y1='28.1777' x2='31.1423' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DADCF5'/%3E%3Cstop offset='1' stop-color='%23D6D8F5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint272_linear_2_359' x1='3.56673' y1='28.1777' x2='31.1154' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DBDDF5'/%3E%3Cstop offset='1' stop-color='%23D7D8F5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint273_linear_2_359' x1='3.58667' y1='28.1776' x2='31.0953' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DCDDF5'/%3E%3Cstop offset='1' stop-color='%23D7D9F5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint274_linear_2_359' x1='3.60669' y1='28.1777' x2='31.0753' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DCDEF6'/%3E%3Cstop offset='1' stop-color='%23D8DAF6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint275_linear_2_359' x1='3.62671' y1='28.1776' x2='31.0554' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DDDFF6'/%3E%3Cstop offset='1' stop-color='%23D8DAF6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint276_linear_2_359' x1='3.64673' y1='28.1777' x2='31.0354' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DEE0F6'/%3E%3Cstop offset='1' stop-color='%23D9DBF6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint277_linear_2_359' x1='3.66675' y1='28.1777' x2='31.0154' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DFE0F7'/%3E%3Cstop offset='1' stop-color='%23DADBF7'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint278_linear_2_359' x1='3.69343' y1='28.1776' x2='30.9954' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DFE1F7'/%3E%3Cstop offset='1' stop-color='%23DADCF7'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint279_linear_2_359' x1='3.7137' y1='28.1777' x2='30.9757' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E0E2F7'/%3E%3Cstop offset='1' stop-color='%23DBDDF7'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint280_linear_2_359' x1='3.73364' y1='28.1776' x2='30.9489' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E1E3F8'/%3E%3Cstop offset='1' stop-color='%23DBDDF8'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint281_linear_2_359' x1='3.75342' y1='28.1777' x2='30.9287' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E1E4F8'/%3E%3Cstop offset='1' stop-color='%23DCDEF8'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint282_linear_2_359' x1='3.77344' y1='28.1777' x2='30.9087' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E2E4F8'/%3E%3Cstop offset='1' stop-color='%23DCDEF8'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint283_linear_2_359' x1='3.79346' y1='28.1777' x2='30.8887' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3E5F9'/%3E%3Cstop offset='1' stop-color='%23DDDFF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint284_linear_2_359' x1='3.81323' y1='28.1776' x2='30.8685' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E4E6F9'/%3E%3Cstop offset='1' stop-color='%23DDE0F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint285_linear_2_359' x1='3.83325' y1='28.1776' x2='30.8485' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E4E7F9'/%3E%3Cstop offset='1' stop-color='%23DEE0F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint286_linear_2_359' x1='3.85994' y1='28.1776' x2='30.8285' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E5E7FA'/%3E%3Cstop offset='1' stop-color='%23DFE1FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint287_linear_2_359' x1='3.87996' y1='28.1777' x2='30.8019' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E6E8FA'/%3E%3Cstop offset='1' stop-color='%23DFE2FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint288_linear_2_359' x1='3.90015' y1='28.1777' x2='30.7821' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E6E9FA'/%3E%3Cstop offset='1' stop-color='%23E0E2FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint289_linear_2_359' x1='3.92017' y1='28.1777' x2='30.7621' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E7EAFB'/%3E%3Cstop offset='1' stop-color='%23E0E3FB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint290_linear_2_359' x1='3.93994' y1='28.1776' x2='30.7419' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E8EAFB'/%3E%3Cstop offset='1' stop-color='%23E1E3FB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint291_linear_2_359' x1='3.95996' y1='28.1776' x2='30.7219' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E8EBFB'/%3E%3Cstop offset='1' stop-color='%23E1E4FB'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint292_linear_2_359' x1='3.97998' y1='28.1777' x2='30.7019' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E9ECFC'/%3E%3Cstop offset='1' stop-color='%23E2E5FC'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint293_linear_2_359' x1='4.00667' y1='28.1777' x2='30.6819' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EAEDFC'/%3E%3Cstop offset='1' stop-color='%23E2E5FC'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint294_linear_2_359' x1='4.02669' y1='28.1777' x2='30.6553' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBEDFC'/%3E%3Cstop offset='1' stop-color='%23E3E6FC'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint295_linear_2_359' x1='4.04688' y1='28.1777' x2='30.6355' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBEEFD'/%3E%3Cstop offset='1' stop-color='%23E3E6FD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint296_linear_2_359' x1='4.06665' y1='28.1777' x2='30.6152' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ECEFFD'/%3E%3Cstop offset='1' stop-color='%23E4E7FD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint297_linear_2_359' x1='4.08667' y1='28.1776' x2='30.5952' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ECEFFD'/%3E%3Cstop offset='1' stop-color='%23E5E7FD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint298_linear_2_359' x1='4.10693' y1='28.1777' x2='30.5755' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EDF0FD'/%3E%3Cstop offset='1' stop-color='%23E5E8FD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint299_linear_2_359' x1='4.12671' y1='28.1777' x2='30.5553' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EDF0FD'/%3E%3Cstop offset='1' stop-color='%23E6E8FD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint300_linear_2_359' x1='4.1534' y1='28.1776' x2='30.5353' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EDF0FD'/%3E%3Cstop offset='1' stop-color='%23E6E9FD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint301_linear_2_359' x1='4.17342' y1='28.1777' x2='30.5153' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EEF1FD'/%3E%3Cstop offset='1' stop-color='%23E7E9FD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint302_linear_2_359' x1='4.1936' y1='28.1777' x2='30.4888' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EEF1FD'/%3E%3Cstop offset='1' stop-color='%23E7EAFD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint303_linear_2_359' x1='4.21338' y1='28.1777' x2='30.4686' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EFF1FD'/%3E%3Cstop offset='1' stop-color='%23E8EAFD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint304_linear_2_359' x1='4.2334' y1='28.1777' x2='30.4486' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EFF2FD'/%3E%3Cstop offset='1' stop-color='%23E8EBFD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint305_linear_2_359' x1='4.25317' y1='28.1777' x2='30.4284' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EFF2FD'/%3E%3Cstop offset='1' stop-color='%23E9EBFD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint306_linear_2_359' x1='4.27344' y1='28.1777' x2='30.4087' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F0F2FD'/%3E%3Cstop offset='1' stop-color='%23E9ECFD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint307_linear_2_359' x1='4.29346' y1='28.1777' x2='30.3887' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F0F2FD'/%3E%3Cstop offset='1' stop-color='%23EAECFD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint308_linear_2_359' x1='4.32039' y1='28.1777' x2='30.3689' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F0F3FD'/%3E%3Cstop offset='1' stop-color='%23EAEDFD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint309_linear_2_359' x1='4.34016' y1='28.1777' x2='30.342' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F1F3FE'/%3E%3Cstop offset='1' stop-color='%23EBEDFE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint310_linear_2_359' x1='4.36011' y1='28.1777' x2='30.322' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F1F3FE'/%3E%3Cstop offset='1' stop-color='%23EBEEFE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint311_linear_2_359' x1='4.38013' y1='28.1777' x2='30.302' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F2F4FE'/%3E%3Cstop offset='1' stop-color='%23ECEEFE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint312_linear_2_359' x1='4.40015' y1='28.1776' x2='30.282' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F2F4FE'/%3E%3Cstop offset='1' stop-color='%23ECEFFE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint313_linear_2_359' x1='4.41992' y1='28.1777' x2='30.2618' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F2F4FE'/%3E%3Cstop offset='1' stop-color='%23EDEFFE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint314_linear_2_359' x1='4.44019' y1='28.1777' x2='30.242' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F3F5FE'/%3E%3Cstop offset='1' stop-color='%23EEEFFE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint315_linear_2_359' x1='4.46663' y1='28.1777' x2='30.2218' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F3F5FE'/%3E%3Cstop offset='1' stop-color='%23EEF0FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint316_linear_2_359' x1='4.48689' y1='28.1777' x2='30.1954' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F3F5FE'/%3E%3Cstop offset='1' stop-color='%23EFF0FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint317_linear_2_359' x1='4.50659' y1='28.1777' x2='30.1751' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F6FE'/%3E%3Cstop offset='1' stop-color='%23EFF1FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint318_linear_2_359' x1='4.52686' y1='28.1776' x2='30.1554' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F6FE'/%3E%3Cstop offset='1' stop-color='%23F0F1FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint319_linear_2_359' x1='4.54688' y1='28.1776' x2='30.1354' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F5F6FE'/%3E%3Cstop offset='1' stop-color='%23F0F2FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint320_linear_2_359' x1='4.56689' y1='28.1777' x2='30.1154' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F5F7FE'/%3E%3Cstop offset='1' stop-color='%23F1F2FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint321_linear_2_359' x1='4.58691' y1='28.1777' x2='30.0954' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F5F7FE'/%3E%3Cstop offset='1' stop-color='%23F1F3FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint322_linear_2_359' x1='4.61336' y1='28.1776' x2='30.0752' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6F7FE'/%3E%3Cstop offset='1' stop-color='%23F2F3FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint323_linear_2_359' x1='4.63338' y1='28.1777' x2='30.0485' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6F7FE'/%3E%3Cstop offset='1' stop-color='%23F2F4FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint324_linear_2_359' x1='4.65332' y1='28.1777' x2='30.0285' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6F8FE'/%3E%3Cstop offset='1' stop-color='%23F3F4FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint325_linear_2_359' x1='4.67383' y1='28.1777' x2='30.009' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F7F8FE'/%3E%3Cstop offset='1' stop-color='%23F3F5FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint326_linear_2_359' x1='4.6936' y1='28.1777' x2='29.9888' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F7F8FE'/%3E%3Cstop offset='1' stop-color='%23F4F5FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint327_linear_2_359' x1='4.71362' y1='28.1777' x2='29.9688' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F8F9FE'/%3E%3Cstop offset='1' stop-color='%23F4F6FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint328_linear_2_359' x1='4.73364' y1='28.1777' x2='29.9488' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F8F9FE'/%3E%3Cstop offset='1' stop-color='%23F5F6FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint329_linear_2_359' x1='4.75342' y1='28.1776' x2='29.9286' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F8F9FE'/%3E%3Cstop offset='1' stop-color='%23F5F7FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint330_linear_2_359' x1='4.7801' y1='28.1776' x2='29.9086' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F9FAFE'/%3E%3Cstop offset='1' stop-color='%23F6F7FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint331_linear_2_359' x1='4.80012' y1='28.1777' x2='29.8819' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F9FAFE'/%3E%3Cstop offset='1' stop-color='%23F7F7FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint332_linear_2_359' x1='4.82007' y1='28.1776' x2='29.8619' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F9FAFE'/%3E%3Cstop offset='1' stop-color='%23F7F8FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint333_linear_2_359' x1='4.84009' y1='28.1777' x2='29.8419' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FAFBFE'/%3E%3Cstop offset='1' stop-color='%23F8F8FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint334_linear_2_359' x1='4.86035' y1='28.1776' x2='29.8221' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FAFBFE'/%3E%3Cstop offset='1' stop-color='%23F8F9FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint335_linear_2_359' x1='4.88037' y1='28.1777' x2='29.8022' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FBFBFF'/%3E%3Cstop offset='1' stop-color='%23F9F9FF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint336_linear_2_359' x1='4.90015' y1='28.1776' x2='29.7819' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FBFCFF'/%3E%3Cstop offset='1' stop-color='%23F9FAFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint337_linear_2_359' x1='4.92683' y1='28.1776' x2='29.762' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FBFCFF'/%3E%3Cstop offset='1' stop-color='%23FAFAFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint338_linear_2_359' x1='4.94661' y1='28.1777' x2='29.7351' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FCFCFF'/%3E%3Cstop offset='1' stop-color='%23FAFBFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint339_linear_2_359' x1='4.9668' y1='28.1777' x2='29.7152' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FCFCFF'/%3E%3Cstop offset='1' stop-color='%23FBFBFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint340_linear_2_359' x1='4.98682' y1='28.1777' x2='29.6953' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FCFDFF'/%3E%3Cstop offset='1' stop-color='%23FBFCFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint341_linear_2_359' x1='5.00684' y1='28.1776' x2='29.6753' y2='28.1776' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FDFDFF'/%3E%3Cstop offset='1' stop-color='%23FCFCFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint342_linear_2_359' x1='5.02661' y1='28.1777' x2='29.655' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FDFDFF'/%3E%3Cstop offset='1' stop-color='%23FCFDFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint343_linear_2_359' x1='5.04663' y1='28.1777' x2='29.6351' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEFEFF'/%3E%3Cstop offset='1' stop-color='%23FDFDFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint344_linear_2_359' x1='5.07381' y1='28.1777' x2='29.6156' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEFEFF'/%3E%3Cstop offset='1' stop-color='%23FDFEFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint345_linear_2_359' x1='5.09334' y1='28.1777' x2='29.5884' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FEFEFF'/%3E%3Cstop offset='1' stop-color='%23FEFEFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint346_linear_2_359' x1='5.11353' y1='28.1777' x2='29.5686' y2='28.1777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23FEFFFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint347_linear_2_359' x1='17.3413' y1='21.1056' x2='17.3413' y2='23.9409' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F7E471'/%3E%3Cstop offset='1' stop-color='%23E8A32B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint348_linear_2_359' x1='3.00024' y1='27.2587' x2='3.63889' y2='30.0938' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F7E471'/%3E%3Cstop offset='1' stop-color='%23E8A32B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint349_linear_2_359' x1='3.00024' y1='33.4116' x2='3.63888' y2='36.2468' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F7E471'/%3E%3Cstop offset='1' stop-color='%23E8A32B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint350_linear_2_359' x1='165.863' y1='38.681' x2='165.863' y2='21.023' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235A9AFB'/%3E%3Cstop offset='1' stop-color='%2380E1FD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint351_linear_2_359' x1='201.728' y1='74.5624' x2='201.728' y2='112.902' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C2C5F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint352_linear_2_359' x1='122.21' y1='74.6845' x2='122.974' y2='113.008' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C2C5F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint353_linear_2_359' x1='122.21' y1='74.8069' x2='122.974' y2='113.115' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C2C5F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint354_linear_2_359' x1='201.728' y1='74.9211' x2='201.728' y2='113.222' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C3C6F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint355_linear_2_359' x1='201.728' y1='75.044' x2='201.728' y2='113.33' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C3C6F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint356_linear_2_359' x1='201.728' y1='75.1654' x2='201.728' y2='113.428' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C3C6F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint357_linear_2_359' x1='201.728' y1='75.2878' x2='201.728' y2='113.535' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C3C6F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint358_linear_2_359' x1='201.729' y1='75.4021' x2='201.729' y2='113.634' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C4C6F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint359_linear_2_359' x1='201.728' y1='75.5245' x2='201.728' y2='113.741' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C4C7F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint360_linear_2_359' x1='201.728' y1='75.6388' x2='201.728' y2='113.84' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C4C7F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint361_linear_2_359' x1='201.728' y1='75.7612' x2='201.728' y2='113.948' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C4C7F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint362_linear_2_359' x1='201.729' y1='75.8754' x2='201.729' y2='114.047' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C4C7F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint363_linear_2_359' x1='201.729' y1='75.9978' x2='201.729' y2='114.146' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C5C7F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint364_linear_2_359' x1='201.728' y1='76.1126' x2='201.728' y2='114.246' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C5C8F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint365_linear_2_359' x1='122.21' y1='76.2268' x2='122.974' y2='114.345' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C5C8F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint366_linear_2_359' x1='122.21' y1='76.3488' x2='122.973' y2='114.444' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C5C8F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint367_linear_2_359' x1='201.728' y1='76.4635' x2='201.728' y2='114.535' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C5C8F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint368_linear_2_359' x1='201.728' y1='76.5778' x2='201.728' y2='114.634' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C6C8F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint369_linear_2_359' x1='201.728' y1='76.6925' x2='201.728' y2='114.734' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C6C9F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint370_linear_2_359' x1='122.21' y1='76.8073' x2='122.974' y2='114.826' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C6C9F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint371_linear_2_359' x1='122.21' y1='76.9216' x2='122.974' y2='114.925' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C6C9F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint372_linear_2_359' x1='201.728' y1='77.0358' x2='201.728' y2='115.016' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C7C9F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint373_linear_2_359' x1='201.729' y1='77.1506' x2='201.729' y2='115.108' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C7C9F9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint374_linear_2_359' x1='201.728' y1='77.2649' x2='201.728' y2='115.199' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C7CAF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint375_linear_2_359' x1='201.728' y1='77.3796' x2='201.728' y2='115.291' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C7CAF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint376_linear_2_359' x1='201.728' y1='77.4863' x2='201.728' y2='115.383' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C7CAF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint377_linear_2_359' x1='201.728' y1='77.601' x2='201.728' y2='115.474' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C8CAF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint378_linear_2_359' x1='201.728' y1='77.7153' x2='201.728' y2='115.566' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C8CAF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint379_linear_2_359' x1='201.728' y1='77.8229' x2='201.728' y2='115.658' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C8CBF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint380_linear_2_359' x1='122.21' y1='77.9367' x2='122.974' y2='115.749' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C8CBF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint381_linear_2_359' x1='201.728' y1='78.0433' x2='201.728' y2='115.833' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C9CBF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint382_linear_2_359' x1='122.21' y1='78.1581' x2='122.974' y2='115.925' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C9CBF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint383_linear_2_359' x1='122.21' y1='78.2652' x2='122.974' y2='116.009' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C9CBF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint384_linear_2_359' x1='201.728' y1='78.3719' x2='201.728' y2='116.093' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C9CCF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint385_linear_2_359' x1='201.728' y1='78.4871' x2='201.728' y2='116.177' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23C9CCF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint386_linear_2_359' x1='201.728' y1='78.5932' x2='201.728' y2='116.268' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CACCF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint387_linear_2_359' x1='122.21' y1='78.6999' x2='122.974' y2='116.352' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CACCF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint388_linear_2_359' x1='201.729' y1='78.807' x2='201.729' y2='116.436' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CACCF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint389_linear_2_359' x1='201.729' y1='78.9212' x2='201.729' y2='116.52' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CACDF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint390_linear_2_359' x1='201.728' y1='79.0284' x2='201.728' y2='116.597' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CACDF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint391_linear_2_359' x1='201.728' y1='79.135' x2='201.728' y2='116.68' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CBCDF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint392_linear_2_359' x1='201.729' y1='79.2422' x2='201.729' y2='116.764' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CBCDF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint393_linear_2_359' x1='201.728' y1='79.3488' x2='201.728' y2='116.841' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CBCDF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint394_linear_2_359' x1='201.728' y1='79.4488' x2='201.728' y2='116.925' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CBCEF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint395_linear_2_359' x1='201.729' y1='79.5549' x2='201.729' y2='117.001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CCCEF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint396_linear_2_359' x1='122.21' y1='79.662' x2='122.974' y2='117.077' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CCCEF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint397_linear_2_359' x1='122.21' y1='79.7687' x2='122.974' y2='117.154' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CCCEF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint398_linear_2_359' x1='122.21' y1='79.8682' x2='122.974' y2='117.238' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CCCEF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint399_linear_2_359' x1='201.728' y1='79.9748' x2='201.728' y2='117.314' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CCCFF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint400_linear_2_359' x1='201.728' y1='80.0824' x2='201.728' y2='117.383' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CDCFF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint401_linear_2_359' x1='201.729' y1='80.1809' x2='201.729' y2='117.459' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CDCFF9'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint402_linear_2_359' x1='201.728' y1='80.2886' x2='201.728' y2='117.536' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CDCFFA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint403_linear_2_359' x1='122.21' y1='80.387' x2='122.974' y2='117.612' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CDCFFA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint404_linear_2_359' x1='201.729' y1='80.4865' x2='201.729' y2='117.681' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CECFFA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint405_linear_2_359' x1='201.728' y1='80.5932' x2='201.728' y2='117.757' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CED0FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint406_linear_2_359' x1='201.728' y1='80.6927' x2='201.728' y2='117.826' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CED0FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint407_linear_2_359' x1='201.729' y1='80.7922' x2='201.729' y2='117.902' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CED0FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint408_linear_2_359' x1='201.728' y1='80.8912' x2='201.728' y2='117.971' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CED0FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint409_linear_2_359' x1='201.728' y1='80.9983' x2='201.728' y2='118.04' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CFD0FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint410_linear_2_359' x1='201.728' y1='81.0973' x2='201.728' y2='118.108' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CFD1FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint411_linear_2_359' x1='201.728' y1='81.1963' x2='201.728' y2='118.177' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CFD1FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint412_linear_2_359' x1='122.21' y1='81.2958' x2='122.973' y2='118.245' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23CFD1FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint413_linear_2_359' x1='201.728' y1='81.3953' x2='201.728' y2='118.314' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D0D1FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint414_linear_2_359' x1='122.21' y1='81.4943' x2='122.974' y2='118.375' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D0D1FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint415_linear_2_359' x1='201.728' y1='81.5862' x2='201.728' y2='118.444' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D0D2FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint416_linear_2_359' x1='201.728' y1='81.6852' x2='201.728' y2='118.513' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D0D2FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint417_linear_2_359' x1='201.728' y1='81.7846' x2='201.728' y2='118.574' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D0D2FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint418_linear_2_359' x1='201.728' y1='81.8836' x2='201.728' y2='118.635' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D1D2FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint419_linear_2_359' x1='201.729' y1='81.975' x2='201.729' y2='118.703' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D1D2FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint420_linear_2_359' x1='201.728' y1='82.0745' x2='201.728' y2='118.765' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D1D3FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint421_linear_2_359' x1='201.728' y1='82.1663' x2='201.728' y2='118.826' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D1D3FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint422_linear_2_359' x1='122.21' y1='82.2659' x2='122.973' y2='118.887' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D1D3FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint423_linear_2_359' x1='201.728' y1='82.3567' x2='201.728' y2='118.948' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D2D3FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint424_linear_2_359' x1='201.728' y1='82.4562' x2='201.728' y2='119.009' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D2D3FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint425_linear_2_359' x1='201.728' y1='82.5476' x2='201.728' y2='119.07' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D2D4FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint426_linear_2_359' x1='201.728' y1='82.6471' x2='201.728' y2='119.123' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D2D4FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint427_linear_2_359' x1='201.728' y1='82.7384' x2='201.728' y2='119.184' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D3D4FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint428_linear_2_359' x1='201.728' y1='82.8308' x2='201.728' y2='119.238' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D3D4FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint429_linear_2_359' x1='122.21' y1='82.9222' x2='122.974' y2='119.299' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D3D4FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint430_linear_2_359' x1='201.728' y1='83.0141' x2='201.728' y2='119.353' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D3D5FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint431_linear_2_359' x1='201.728' y1='83.1049' x2='201.728' y2='119.413' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D3D5FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint432_linear_2_359' x1='201.729' y1='83.1973' x2='201.729' y2='119.468' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D4D5FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint433_linear_2_359' x1='201.729' y1='83.2881' x2='201.729' y2='119.52' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D4D5FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint434_linear_2_359' x1='122.21' y1='83.38' x2='122.974' y2='119.574' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D4D5FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint435_linear_2_359' x1='201.729' y1='83.4713' x2='201.729' y2='119.627' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D4D6FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint436_linear_2_359' x1='201.729' y1='83.5637' x2='201.729' y2='119.681' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D5D6FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint437_linear_2_359' x1='122.21' y1='83.6551' x2='122.973' y2='119.727' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D5D6FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint438_linear_2_359' x1='201.729' y1='83.7393' x2='201.729' y2='119.781' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D5D6FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint439_linear_2_359' x1='122.21' y1='83.8302' x2='122.974' y2='119.833' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D5D6FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint440_linear_2_359' x1='201.728' y1='83.922' x2='201.728' y2='119.879' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D5D7FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint441_linear_2_359' x1='201.728' y1='84.0058' x2='201.728' y2='119.925' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D6D7FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint442_linear_2_359' x1='122.21' y1='84.0976' x2='122.974' y2='119.979' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D6D7FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint443_linear_2_359' x1='122.21' y1='84.1818' x2='122.974' y2='120.025' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D6D7FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint444_linear_2_359' x1='201.728' y1='84.2737' x2='201.728' y2='120.071' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D6D7FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint445_linear_2_359' x1='201.729' y1='84.3569' x2='201.729' y2='120.116' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D6D8FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint446_linear_2_359' x1='201.728' y1='84.4416' x2='201.728' y2='120.162' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D7D8FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint447_linear_2_359' x1='201.728' y1='84.533' x2='201.728' y2='120.208' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D7D8FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint448_linear_2_359' x1='201.729' y1='84.6168' x2='201.729' y2='120.253' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D7D8FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint449_linear_2_359' x1='201.728' y1='84.7005' x2='201.728' y2='120.299' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D7D8FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint450_linear_2_359' x1='201.728' y1='84.7852' x2='201.728' y2='120.338' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D8D9FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint451_linear_2_359' x1='122.21' y1='84.8689' x2='122.973' y2='120.383' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D8D9FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint452_linear_2_359' x1='122.21' y1='84.9532' x2='122.974' y2='120.422' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F4F4FF'/%3E%3Cstop offset='1' stop-color='%23D8D9FA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint453_linear_2_359' x1='226.318' y1='118.314' x2='181.773' y2='64.7065' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238080E9'/%3E%3Cstop offset='1' stop-color='%235653D2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint454_linear_2_359' x1='143.96' y1='73.1497' x2='143.96' y2='54.2702' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236DBDFC'/%3E%3Cstop offset='1' stop-color='%2380E1FD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint455_linear_2_359' x1='165.863' y1='20.0003' x2='165.863' y2='20.0003' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236DBDFC'/%3E%3Cstop offset='1' stop-color='%2380E1FD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint456_linear_2_359' x1='187.758' y1='20.0003' x2='187.758' y2='20.0003' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236DBDFC'/%3E%3Cstop offset='1' stop-color='%2380E1FD'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint457_linear_2_359' x1='159.816' y1='79.8531' x2='163.878' y2='79.8531' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2399A1FB'/%3E%3Cstop offset='1' stop-color='%23B6BBFC'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint458_linear_2_359' x1='148.38' y1='60.4774' x2='152.442' y2='61.2409' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2399A1FB'/%3E%3Cstop offset='1' stop-color='%23B6BBFC'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint459_linear_2_359' x1='136.944' y1='79.8529' x2='140.998' y2='79.8529' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2399A1FB'/%3E%3Cstop offset='1' stop-color='%23B6BBFC'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint460_linear_2_359' x1='276.623' y1='44.2137' x2='291.339' y2='2.13233' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E79924'/%3E%3Cstop offset='1' stop-color='%23F0F339'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint461_linear_2_359' x1='273.995' y1='105.272' x2='273.995' y2='9.88581' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E79924'/%3E%3Cstop offset='1' stop-color='%23F0F339'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint462_linear_2_359' x1='255.723' y1='125.874' x2='284.891' y2='14.3708' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E79924'/%3E%3Cstop offset='1' stop-color='%23F0F339'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint463_linear_2_359' x1='289.765' y1='121.014' x2='289.765' y2='101.733' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233E3BF5'/%3E%3Cstop offset='1' stop-color='%238AF6F8'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint464_linear_2_359' x1='339.784' y1='62.95' x2='433.005' y2='62.95' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint465_linear_2_359' x1='340.773' y1='62.4794' x2='434.082' y2='63.9241' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint466_linear_2_359' x1='341.771' y1='62.0322' x2='435.136' y2='64.9376' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint467_linear_2_359' x1='342.777' y1='61.6092' x2='436.158' y2='65.9754' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint468_linear_2_359' x1='343.791' y1='61.218' x2='437.147' y2='67.0369' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint469_linear_2_359' x1='344.804' y1='60.8588' x2='438.097' y2='68.1304' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint470_linear_2_359' x1='345.818' y1='60.5236' x2='439.015' y2='69.2479' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint471_linear_2_359' x1='346.84' y1='60.2204' x2='439.893' y2='70.3894' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint472_linear_2_359' x1='347.869' y1='59.9411' x2='440.739' y2='71.5548' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint473_linear_2_359' x1='348.891' y1='59.6936' x2='441.545' y2='72.7441' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint474_linear_2_359' x1='349.921' y1='59.4699' x2='442.312' y2='73.9571' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint475_linear_2_359' x1='350.942' y1='59.2786' x2='443.03' y2='75.1946' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint476_linear_2_359' x1='351.964' y1='59.1187' x2='443.716' y2='76.4395' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint477_linear_2_359' x1='352.986' y1='58.983' x2='444.355' y2='77.7086' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint478_linear_2_359' x1='354.007' y1='58.8715' x2='444.954' y2='78.994' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint479_linear_2_359' x1='355.021' y1='58.8635' x2='445.744' y2='80.4147' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint480_linear_2_359' x1='356.035' y1='58.8233' x2='446.279' y2='81.7555' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint481_linear_2_359' x1='357.033' y1='58.8154' x2='446.766' y2='83.1045' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint482_linear_2_359' x1='358.03' y1='58.8316' x2='447.204' y2='84.4696' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint483_linear_2_359' x1='359.012' y1='58.8875' x2='447.596' y2='85.8505' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint484_linear_2_359' x1='359.986' y1='58.9591' x2='447.947' y2='87.2392' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint485_linear_2_359' x1='360.952' y1='59.0628' x2='448.25' y2='88.636' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint486_linear_2_359' x1='361.902' y1='59.1984' x2='448.506' y2='90.0407' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint487_linear_2_359' x1='362.835' y1='59.3505' x2='448.713' y2='91.4539' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint488_linear_2_359' x1='363.753' y1='59.534' x2='448.873' y2='92.8746' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint489_linear_2_359' x1='364.655' y1='59.7415' x2='448.984' y2='94.2954' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint490_linear_2_359' x1='365.525' y1='59.973' x2='449.056' y2='95.7162' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint491_linear_2_359' x1='366.379' y1='60.2203' x2='449.072' y2='97.1368' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint492_linear_2_359' x1='367.201' y1='60.4837' x2='449.048' y2='98.5656' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint493_linear_2_359' x1='367.984' y1='60.7549' x2='448.984' y2='99.9862' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint494_linear_2_359' x1='368.726' y1='61.0425' x2='448.873' y2='101.415' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint495_linear_2_359' x1='369.428' y1='61.3378' x2='448.729' y2='102.836' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint496_linear_2_359' x1='370.099' y1='61.6332' x2='448.545' y2='104.249' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint497_linear_2_359' x1='370.746' y1='61.9446' x2='448.314' y2='105.662' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint498_linear_2_359' x1='371.216' y1='62.1837' x2='448.09' y2='107.098' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint499_linear_2_359' x1='371.368' y1='62.3116' x2='447.899' y2='108.639' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint500_linear_2_359' x1='371.544' y1='62.3835' x2='447.708' y2='110.124' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint501_linear_2_359' x1='371.719' y1='62.4631' x2='447.476' y2='111.6' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint502_linear_2_359' x1='371.895' y1='62.5433' x2='447.205' y2='113.077' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint503_linear_2_359' x1='372.063' y1='62.6229' x2='446.893' y2='114.537' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint504_linear_2_359' x1='372.23' y1='62.7187' x2='446.534' y2='116.006' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint505_linear_2_359' x1='372.358' y1='62.8705' x2='446.111' y2='117.515' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint506_linear_2_359' x1='372.478' y1='63.0141' x2='445.64' y2='119.007' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint507_linear_2_359' x1='372.597' y1='63.1656' x2='445.137' y2='120.484' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint508_linear_2_359' x1='372.709' y1='63.3092' x2='444.594' y2='121.953' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint509_linear_2_359' x1='372.821' y1='63.4609' x2='444.012' y2='123.405' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint510_linear_2_359' x1='372.941' y1='63.5886' x2='443.405' y2='124.826' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint511_linear_2_359' x1='373.052' y1='63.7245' x2='442.767' y2='126.231' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint512_linear_2_359' x1='373.156' y1='63.86' x2='442.08' y2='127.62' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint513_linear_2_359' x1='373.26' y1='63.996' x2='441.362' y2='128.993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint514_linear_2_359' x1='373.355' y1='64.1313' x2='440.603' y2='130.342' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint515_linear_2_359' x1='373.435' y1='64.2671' x2='439.813' y2='131.683' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint516_linear_2_359' x1='373.523' y1='64.403' x2='438.991' y2='133' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint517_linear_2_359' x1='373.595' y1='64.5387' x2='438.129' y2='134.293' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint518_linear_2_359' x1='373.667' y1='64.6741' x2='437.235' y2='135.562' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint519_linear_2_359' x1='373.731' y1='64.8018' x2='436.301' y2='136.815' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint520_linear_2_359' x1='373.795' y1='64.9298' x2='435.344' y2='138.029' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint521_linear_2_359' x1='373.85' y1='65.0574' x2='434.362' y2='139.226' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint522_linear_2_359' x1='373.914' y1='65.1773' x2='433.348' y2='140.383' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint523_linear_2_359' x1='373.978' y1='65.2968' x2='432.31' y2='141.516' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint524_linear_2_359' x1='374.034' y1='65.4086' x2='431.241' y2='142.618' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint525_linear_2_359' x1='374.106' y1='65.5124' x2='430.155' y2='143.68' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint526_linear_2_359' x1='374.17' y1='65.6162' x2='429.046' y2='144.709' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint527_linear_2_359' x1='374.242' y1='65.7201' x2='427.904' y2='145.707' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint528_linear_2_359' x1='374.305' y1='65.8238' x2='426.747' y2='146.665' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint529_linear_2_359' x1='374.377' y1='65.9275' x2='425.565' y2='147.591' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint530_linear_2_359' x1='374.441' y1='66.0312' x2='424.352' y2='148.485' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint531_linear_2_359' x1='374.497' y1='66.135' x2='423.115' y2='149.347' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint532_linear_2_359' x1='374.505' y1='66.1989' x2='421.886' y2='150.273' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint533_linear_2_359' x1='374.752' y1='66.1109' x2='420.872' y2='150.991' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint534_linear_2_359' x1='375.072' y1='65.9993' x2='419.898' y2='151.654' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint535_linear_2_359' x1='375.407' y1='65.8796' x2='418.924' y2='152.284' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint536_linear_2_359' x1='375.742' y1='65.7679' x2='417.943' y2='152.891' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint537_linear_2_359' x1='376.093' y1='65.6641' x2='416.945' y2='153.474' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint538_linear_2_359' x1='376.445' y1='65.5681' x2='415.947' y2='154.024' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint539_linear_2_359' x1='376.812' y1='65.4724' x2='414.934' y2='154.559' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint540_linear_2_359' x1='377.179' y1='65.3928' x2='413.92' y2='155.062' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint541_linear_2_359' x1='377.554' y1='65.3128' x2='412.89' y2='155.549' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint542_linear_2_359' x1='377.921' y1='65.2488' x2='411.844' y2='156.004' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint543_linear_2_359' x1='378.296' y1='65.1931' x2='410.799' y2='156.435' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint544_linear_2_359' x1='378.68' y1='65.1451' x2='409.737' y2='156.85' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint545_linear_2_359' x1='379.055' y1='65.1054' x2='408.668' y2='157.233' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint546_linear_2_359' x1='379.43' y1='65.0813' x2='407.59' y2='157.592' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint547_linear_2_359' x1='379.813' y1='65.0653' x2='406.505' y2='157.927' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint548_linear_2_359' x1='380.188' y1='65.0574' x2='405.419' y2='158.239' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint549_linear_2_359' x1='380.571' y1='65.0574' x2='404.318' y2='158.526' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint550_linear_2_359' x1='380.946' y1='65.0732' x2='403.216' y2='158.789' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint551_linear_2_359' x1='381.329' y1='65.0894' x2='402.106' y2='159.029' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint552_linear_2_359' x1='381.705' y1='65.1294' x2='400.997' y2='159.245' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint553_linear_2_359' x1='382.08' y1='65.1691' x2='399.88' y2='159.428' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint554_linear_2_359' x1='382.455' y1='65.2169' x2='398.762' y2='159.596' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint555_linear_2_359' x1='382.83' y1='65.2811' x2='397.637' y2='159.732' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint556_linear_2_359' x1='383.205' y1='65.3609' x2='396.519' y2='159.851' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint557_linear_2_359' x1='383.572' y1='65.4406' x2='395.394' y2='159.939' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint558_linear_2_359' x1='383.939' y1='65.5361' x2='394.26' y2='160.01' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint559_linear_2_359' x1='384.299' y1='65.6479' x2='393.135' y2='160.074' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint560_linear_2_359' x1='384.658' y1='65.768' x2='392.009' y2='160.107' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint561_linear_2_359' x1='385.017' y1='65.8956' x2='390.884' y2='160.115' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint562_linear_2_359' x1='385.368' y1='66.0314' x2='389.758' y2='160.099' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint563_linear_2_359' x1='385.712' y1='66.1751' x2='388.633' y2='160.051' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint564_linear_2_359' x1='386.055' y1='66.3266' x2='387.516' y2='159.971' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint565_linear_2_359' x1='386.39' y1='66.486' x2='386.39' y2='159.867' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F6E15F'/%3E%3Cstop offset='0.81' stop-color='%23E9AD31'/%3E%3Cstop offset='1' stop-color='%23E7A52B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint566_linear_2_359' x1='394.077' y1='57.3789' x2='383.828' y2='57.3789' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CB2924'/%3E%3Cstop offset='1' stop-color='%23E17259'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint567_linear_2_359' x1='394.077' y1='80.5345' x2='383.828' y2='80.5345' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CB2924'/%3E%3Cstop offset='1' stop-color='%23E17259'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint568_linear_2_359' x1='491.202' y1='51.5089' x2='491.202' y2='22.0553' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236E6BE9'/%3E%3Cstop offset='1' stop-color='%23B6BBFC'/%3E%3C/linearGradient%3E%3CradialGradient id='paint569_radial_2_359' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(465.595 35.7336) scale(5.9871 5.93267)'%3E%3Cstop offset='0.63' stop-color='%238378FA'/%3E%3Cstop offset='0.64' stop-color='%239F98FA'/%3E%3Cstop offset='0.65' stop-color='%23B7B3FB'/%3E%3Cstop offset='0.66' stop-color='%23CAC9FC'/%3E%3Cstop offset='0.67' stop-color='%23D9DAFC'/%3E%3Cstop offset='0.69' stop-color='%23E4E6FC'/%3E%3Cstop offset='0.71' stop-color='%23EAEDFC'/%3E%3Cstop offset='0.77' stop-color='%23ECEFFD'/%3E%3Cstop offset='1' stop-color='%23CBCFFC'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint570_linear_2_359' x1='462.277' y1='29.7806' x2='470.264' y2='29.7806' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2395E0FD'/%3E%3Cstop offset='1' stop-color='%23728AFA'/%3E%3C/linearGradient%3E%3CradialGradient id='paint571_radial_2_359' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(516.803 21.3383) scale(0.34134 0.338236)'%3E%3Cstop offset='0.63' stop-color='%238378FA'/%3E%3Cstop offset='0.64' stop-color='%239F98FA'/%3E%3Cstop offset='0.65' stop-color='%23B7B3FB'/%3E%3Cstop offset='0.66' stop-color='%23CAC9FC'/%3E%3Cstop offset='0.67' stop-color='%23D9DAFC'/%3E%3Cstop offset='0.69' stop-color='%23E4E6FC'/%3E%3Cstop offset='0.71' stop-color='%23EAEDFC'/%3E%3Cstop offset='0.77' stop-color='%23ECEFFD'/%3E%3Cstop offset='1' stop-color='%23CBCFFC'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint572_linear_2_359' x1='513.485' y1='21' x2='521.472' y2='21' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2395E0FD'/%3E%3Cstop offset='1' stop-color='%23728AFA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint573_linear_2_359' x1='512.851' y1='79.0144' x2='539.121' y2='122.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint574_linear_2_359' x1='513.07' y1='79.0211' x2='538.736' y2='122.899' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint575_linear_2_359' x1='513.288' y1='79.0211' x2='538.344' y2='122.933' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint576_linear_2_359' x1='513.507' y1='79.0278' x2='537.959' y2='122.959' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint577_linear_2_359' x1='513.718' y1='79.0414' x2='537.581' y2='122.986' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint578_linear_2_359' x1='513.937' y1='79.0481' x2='537.196' y2='123.006' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint579_linear_2_359' x1='514.148' y1='79.0617' x2='536.819' y2='123.019' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint580_linear_2_359' x1='514.36' y1='79.0821' x2='536.435' y2='123.033' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint581_linear_2_359' x1='514.572' y1='79.1023' x2='536.058' y2='123.039' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint582_linear_2_359' x1='514.777' y1='79.1226' x2='535.681' y2='123.039' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint583_linear_2_359' x1='514.981' y1='79.1497' x2='535.311' y2='123.04' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint584_linear_2_359' x1='515.193' y1='79.1767' x2='534.941' y2='123.033' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint585_linear_2_359' x1='515.391' y1='79.2038' x2='534.572' y2='123.02' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint586_linear_2_359' x1='515.596' y1='79.2308' x2='534.202' y2='123.007' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint587_linear_2_359' x1='515.8' y1='79.2646' x2='533.833' y2='122.987' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint588_linear_2_359' x1='515.999' y1='79.3053' x2='533.471' y2='122.961' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint589_linear_2_359' x1='516.196' y1='79.3391' x2='533.109' y2='122.934' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint590_linear_2_359' x1='516.387' y1='79.3797' x2='532.747' y2='122.902' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint591_linear_2_359' x1='516.586' y1='79.4201' x2='532.392' y2='122.862' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint592_linear_2_359' x1='516.776' y1='79.4676' x2='532.037' y2='122.823' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint593_linear_2_359' x1='516.968' y1='79.515' x2='531.683' y2='122.784' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint594_linear_2_359' x1='517.159' y1='79.5623' x2='531.328' y2='122.731' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint595_linear_2_359' x1='517.343' y1='79.6097' x2='530.98' y2='122.679' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint596_linear_2_359' x1='517.534' y1='79.6638' x2='530.633' y2='122.626' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint597_linear_2_359' x1='517.719' y1='79.7179' x2='530.285' y2='122.567' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint598_linear_2_359' x1='517.896' y1='79.7787' x2='529.945' y2='122.502' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint599_linear_2_359' x1='518.081' y1='79.8329' x2='529.605' y2='122.437' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint600_linear_2_359' x1='518.258' y1='79.8937' x2='529.271' y2='122.365' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint601_linear_2_359' x1='518.436' y1='79.9547' x2='528.931' y2='122.286' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint602_linear_2_359' x1='518.606' y1='80.0224' x2='528.604' y2='122.208' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint603_linear_2_359' x1='518.784' y1='80.0832' x2='528.27' y2='122.13' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint604_linear_2_359' x1='518.954' y1='80.1508' x2='527.944' y2='122.045' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint605_linear_2_359' x1='519.125' y1='80.2184' x2='527.618' y2='121.954' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint606_linear_2_359' x1='519.289' y1='80.2929' x2='527.298' y2='121.863' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint607_linear_2_359' x1='519.46' y1='80.3605' x2='526.978' y2='121.765' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint608_linear_2_359' x1='519.623' y1='80.4349' x2='526.659' y2='121.667' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint609_linear_2_359' x1='519.78' y1='80.5092' x2='526.346' y2='121.57' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint610_linear_2_359' x1='519.945' y1='80.5905' x2='526.033' y2='121.459' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint611_linear_2_359' x1='520.101' y1='80.665' x2='525.727' y2='121.355' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint612_linear_2_359' x1='520.258' y1='80.7461' x2='525.421' y2='121.245' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint613_linear_2_359' x1='520.409' y1='80.8274' x2='525.116' y2='121.128' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint614_linear_2_359' x1='520.565' y1='80.9085' x2='524.816' y2='121.011' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint615_linear_2_359' x1='520.716' y1='80.9964' x2='524.517' y2='120.888' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint616_linear_2_359' x1='520.859' y1='81.0775' x2='524.225' y2='120.765' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint617_linear_2_359' x1='521.009' y1='81.1655' x2='523.932' y2='120.642' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint618_linear_2_359' x1='521.153' y1='81.2536' x2='523.647' y2='120.512' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint619_linear_2_359' x1='521.296' y1='81.3414' x2='523.361' y2='120.383' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint620_linear_2_359' x1='521.432' y1='81.4294' x2='523.075' y2='120.247' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint621_linear_2_359' x1='521.569' y1='81.524' x2='522.796' y2='120.111' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint622_linear_2_359' x1='521.706' y1='81.612' x2='522.517' y2='119.968' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint623_linear_2_359' x1='521.842' y1='81.7067' x2='522.244' y2='119.833' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint624_linear_2_359' x1='521.972' y1='81.8014' x2='521.972' y2='119.684' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A4A7F5'/%3E%3Cstop offset='1' stop-color='%235E63EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint625_linear_2_359' x1='594.77' y1='57.1287' x2='570.565' y2='38.8733' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2310A3AC'/%3E%3Cstop offset='1' stop-color='%232FC08B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint626_linear_2_359' x1='602.7' y1='95.0628' x2='576.808' y2='61.341' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2310A3AC'/%3E%3Cstop offset='1' stop-color='%232FC08B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint627_linear_2_359' x1='653.549' y1='42.8898' x2='582.849' y2='42.8898' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EAAB28'/%3E%3Cstop offset='1' stop-color='%23F0F339'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint628_linear_2_359' x1='653.549' y1='79.8995' x2='582.849' y2='79.8995' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EAAB28'/%3E%3Cstop offset='1' stop-color='%23F0F339'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_2_359'%3E%3Crect width='110' height='130' fill='white' transform='translate(220)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_2_359'%3E%3Crect width='110' height='130' fill='white' transform='translate(440)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.ir-icon__md.icon1{background-position:0 0;}
.ir-icon__md.icon2{background-position:-110px 0;}
.ir-icon__md.icon3{background-position:-220px 0;}
.ir-icon__md.icon4{background-position:-330px 0;}
.ir-icon__md.icon5{background-position:-440px 0;}
.ir-icon__md.icon6{background-position:-550px 0;}
.ir-icon__md.icon7{background-position:-660px 0;}
.ir-icon__md.icon8{background-position:-770px 0;}
.ir-icon__md.icon9{background-position:-880px 0;}
.ir-icon__md.icon10{background-position:-990px 0;}

@media(max-width:767px){
    .ui-topbox.type1 .inner{padding:30px;}
    .ui-topbox.type1 .inner::before{right:20px;}
    .ui-topbox.type1 .circle{display:none;}
}

/* 버튼 */
.ir-bbs{background:url(/pcms/dist/img/ir-bbs.png) no-repeat;}
.btn{position:relative;display:inline-block;overflow-wrap:break-word;padding:14.41px 30px;max-width:100%;width:auto;border-radius:10px;font-size:16px;line-height:1.2;letter-spacing:0.03em;transition:all .3s;}
.btn-icon{padding:7.41px 45px 7.41px 15px;}
.btn-lg.btn-icon{padding:14.41px 83px 14.41px 19px;}
.ir-arrow{position:absolute;top:50%;right:15px;transform:translate(0, -50%);width:11px;height:16px;}
.btn-lg .ir-arrow{right:21px;}
.ir-download{position:absolute;top:50%;right:14px;transform:translate(0, -50%);width:14px;height:15px;}
.btn-lg .ir-download{right:20px;}
.ir-link{position:absolute;top:50%;right:14px;transform:translate(0, -50%);margin-top:0;width:16px;height:15px;}
.btn-lg .ir-link{right:20px;}
.btn-noline .ir-link{right:0;margin-top:0;}

.btn-primary, .btn-primary:link, .btn-primary:visited{background:#fff;border:1px solid #0099B8;color:#0099B8 !important;}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover{background:#0099B8;color:#fff !important;border:1px solid #0099B8;}
.btn-primary.btn-icon .ir-arrow{background: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.796601 14.424L2.37254 16L10.3725 8L2.37254 0L0.796503 1.57597L7.22056 8L4.22063 11L0.796601 14.424Z' fill='%230099B8'/%3E%3C/svg%3E%0A");}
.btn-primary.btn-icon:focus .ir-arrow, .btn-primary.btn-icon:hover .ir-arrow{background: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.796601 14.424L2.37254 16L10.3725 8L2.37254 0L0.796503 1.57597L7.22056 8L4.22063 11L0.796601 14.424Z' fill='white'/%3E%3C/svg%3E%0A");}
.btn-primary.btn-icon .ir-download{background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.08669 11.9234L7.03522 11.9717L1.42662 6.71377L2.75996 5.4638L6.00012 8.50136L6.00012 0H8.00012L8.00012 8.56742L11.3481 5.4288L12.6814 6.67877L7.08682 11.9236L7.08669 11.9234ZM14 13H0V15H14V13Z' fill='%230099B8'/%3E%3C/svg%3E%0A");}
.btn-primary.btn-icon:focus .ir-download, .btn-primary.btn-icon:hover .ir-download{background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.08669 11.9234L7.03522 11.9717L1.42662 6.71377L2.75996 5.4638L6.00012 8.50136L6.00012 0H8.00012L8.00012 8.56742L11.3481 5.4288L12.6814 6.67877L7.08682 11.9236L7.08669 11.9234ZM14 13H0V15H14V13Z' fill='white'/%3E%3C/svg%3E%0A");}
.btn-primary.btn-icon .ir-link{background: 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 fill-rule='evenodd' clip-rule='evenodd' d='M0.763855 0H7.76385V2H2.76385V13H13.7639V8H15.7639V15H0.763855V0ZM13.7639 0H9.76385V2H12.4458L7.69856 6.74721L9.04224 8.09088L13.7639 3.36926V6H15.7639V2V0H13.7639Z' fill='%230099B8'/%3E%3C/svg%3E%0A");}
.btn-primary.btn-icon:focus .ir-link, .btn-primary.btn-icon:hover .ir-link{background: 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 fill-rule='evenodd' clip-rule='evenodd' d='M0.763855 0H7.76385V2H2.76385V13H13.7639V8H15.7639V15H0.763855V0ZM13.7639 0H9.76385V2H12.4458L7.69856 6.74721L9.04224 8.09088L13.7639 3.36926V6H15.7639V2V0H13.7639Z' fill='white'/%3E%3C/svg%3E%0A");}

.btn-default, .btn-default:link, .btn-default:visited{background:#0099B8;border:1px solid #0099B8;color:#fff !important;}
.btn-default:active, .btn-default:focus, .btn-default:hover{background:#fff;color:#0099B8 !important;border:1px solid #0099B8;}
.btn-default.btn-icon .ir-arrow{background:url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.796601 14.424L2.37254 16L10.3725 8L2.37254 0L0.796503 1.57597L7.22056 8L4.22063 11L0.796601 14.424Z' fill='white'/%3E%3C/svg%3E%0A");}
.btn-default.btn-icon:focus .ir-arrow, .btn-default.btn-icon:hover .ir-arrow{background:url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.796601 14.424L2.37254 16L10.3725 8L2.37254 0L0.796503 1.57597L7.22056 8L4.22063 11L0.796601 14.424Z' fill='%230099B8'/%3E%3C/svg%3E%0A");}
.btn-default.btn-icon .ir-download{background: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 fill-rule='evenodd' clip-rule='evenodd' d='M8.00354 11.9234L7.95207 11.9717L2.34347 6.71377L3.67681 5.4638L6.91698 8.50136L6.91698 0H8.91698L8.91698 8.56742L12.2649 5.4288L13.5983 6.67877L8.00367 11.9236L8.00354 11.9234ZM14.9169 13H0.916855V15H14.9169V13Z' fill='white'/%3E%3C/svg%3E%0A");}
.btn-default.btn-icon:focus .ir-download, .btn-default.btn-icon:hover .ir-download{background: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 fill-rule='evenodd' clip-rule='evenodd' d='M8.00354 11.9234L7.95207 11.9717L2.34347 6.71377L3.67681 5.4638L6.91698 8.50136L6.91698 0H8.91698L8.91698 8.56742L12.2649 5.4288L13.5983 6.67877L8.00367 11.9236L8.00354 11.9234ZM14.9169 13H0.916855V15H14.9169V13Z' fill='%230099B8'/%3E%3C/svg%3E%0A");}
.btn-default.btn-icon .ir-link{background: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 fill-rule='evenodd' clip-rule='evenodd' d='M0.763855 0H7.76385V2H2.76385V13H13.7639V8H15.7639V15H0.763855V0ZM13.7639 0H9.76385V2H12.4458L7.69856 6.74721L9.04224 8.09088L13.7639 3.36926V6H15.7639V2V0H13.7639Z' fill='white'/%3E%3C/svg%3E%0A");}
.btn-default.btn-icon:focus .ir-link, .btn-default.btn-icon:hover .ir-link{background: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 fill-rule='evenodd' clip-rule='evenodd' d='M0.763855 0H7.76385V2H2.76385V13H13.7639V8H15.7639V15H0.763855V0ZM13.7639 0H9.76385V2H12.4458L7.69856 6.74721L9.04224 8.09088L13.7639 3.36926V6H15.7639V2V0H13.7639Z' fill='%230099B8'/%3E%3C/svg%3E%0A");}

.btn.btn-noline{padding:0 20px 0 0;border:0;border-radius:0;color:#002f31;text-transform:inherit;vertical-align:baseline;background:linear-gradient(to right,transparent 50%,rgba(0,153,184,0.5) 50%);background-size:200%;background-position:0 0.8em;background-repeat:repeat-x;transition:0.5s ease-in-out;}
.btn.btn-noline:hover,
.btn.btn-noline:focus{background-position:-100% 0.8em;}
.btn-icon.btn-noline .ir-link{background: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 fill-rule='evenodd' clip-rule='evenodd' d='M0.763855 0H7.76385V2H2.76385V13H13.7639V8H15.7639V15H0.763855V0ZM13.7639 0H9.76385V2H12.4458L7.69856 6.74721L9.04224 8.09088L13.7639 3.36926V6H15.7639V2V0H13.7639Z' fill='%230099B8'/%3E%3C/svg%3E%0A");}
.btn-sm.btn-icon{padding:8px 10px;padding-right:50px;}
/* 버튼 End */

/* 테이블 */
.table{display:table;table-layout:fixed;border-spacing:0;border-collapse:collapse;margin-bottom:10px;background:#fff;width: 100%;}
.table td,.table th{border-left:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;color:#444;}
.table th[scope="row"]{text-align:center !important;}
.table thead th{background:#f4f5f6;color:#222;font-weight:bold;}
.table tbody th{background:#f5f9fd;color:#222;}
.table tbody>tr>td, .table tbody>tr>th, .table tfoot>tr>td, .table tfoot>tr>th, .table thead>tr>td, .table thead>tr>th{padding:10px;font-size:16px;}

.table tfoot,.table tfoot th{background:#f6f6f6;font-weight:700;}
.table .tfoot{background:#f6f9f9;font-weight:500;}
.table td[rowspan],.table th[rowspan]{border-right:1px solid #dbdbdb;}
.table td:first-child,.table th:first-child{border-left:none;}
.table td:last-child,.table th:last-child{border-right:none;}
.table-bordered{border-top:2px solid #00876C;border-bottom:1px solid #dbdbdb;}
/* 테이블 End */