Skip to content

Instantly share code, notes, and snippets.

@polyglotdev
Created August 13, 2024 19:50
Show Gist options
  • Save polyglotdev/ccdf3c0e6ee365216d67c3fa0445c909 to your computer and use it in GitHub Desktop.
Save polyglotdev/ccdf3c0e6ee365216d67c3fa0445c909 to your computer and use it in GitHub Desktop.
Custom CSS for VSCode
.mtk3 {
font-family: Operator Mono Lig;
color: #00ffff;
}
.part.sidebar {
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
}
.line-numbers {
position: relative !important;
width: 25px !important;
font-size: 12px !important;
font-family: 'Operator Mono Lig' !important;
opacity: 0.3;
}
/* Code canvas top shadow */
.monaco-editor .scroll-decoration {
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75) !important;
top: -6px !important;
}
/* Toolbars when tabs are enabled. */
.monaco-workbench
.part.editor
> .content
.editor-group-container
> .title
.editor-actions {
display: none !important;
}
/* Side bar */
.part.sidebar {
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
}
/* File Explorer Selected Item */
.monaco-list.list_id_1 .monaco-list-row.selected {
background-color: #4f5971 !important;
opacity: 1 !important;
border-top: 1px #727b90 solid;
border-bottom: 1px #727b90 solid;
}
/* List item label name */
.monaco-list.list_id_1 .monaco-list-row.selected .label-name {
color: #fff !important;
opacity: 1 !important;
}
/* File explorer action buttons */
.monaco-workbench .part.sidebar .title-actions .actions-container {
display: none;
}
/* File Explorer Item Label */
.monaco-tree .monaco-tree-row .label-name,
.monaco-list .monaco-list-row .monaco-icon-label .label-name {
font-family: Operator Mono Lig !important;
font-size: 14px !important;
font-weight: 400 !important;
color: #fff !important;
}
/* Sidebar top shadow */
.monaco-scrollable-element > .shadow.top {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75) !important;
top: -3px !important;
}
/* Sidebar title */
.composite.title {
display: flex !important;
flex-direction: row !important;
align-items: center !important;
justify-items: center !important;
}
.composite.title h2 {
font-weight: bold !important;
font-size: 12px !important;
text-transform: uppercase;
color: #bc9abc !important;
}
.composite.title h2::before {
display: inline-block;
margin-right: 6px;
font-size: 1.1rem;
content: '🚀';
}
/* Scroll Bar */
.slider {
position: absolute !important;
right: 1px !important;
width: 1px !important;
background: #bc9abc !important;
left: auto !important;
}
.codicon-toolbar-more,
.codicon-word-wrap {
display: block !important;
}
/* Tooltip box style */
.monaco-editor-hover,
.monaco-hover {
box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.45) !important;
padding: 10px !important;
background-image: linear-gradient(#3c3c50 0%, #2a2b38 100%) !important;
backdrop-filter: blur(3px) !important;
border-radius: 20px !important;
border: none !important;
}
/* Project title's style at the top. */
.monaco-workbench
.part.titlebar
> .titlebar-container
> .titlebar-center
> .window-title
> .command-center
.action-item.command-center-center {
border: none !important;
background: transparent !important;
}
/* Project Title */
.titlebar-left {
justify-content: flex-start !important;
flex-grow: 0 !important;
width: auto !important;
}
/* Search Label */
.search-label {
font-family: Operator Mono Lig;
font-size: 14px !important;
color: #fff;
display: block;
}
/* Search icon */
.search-icon {
display: none !important;
}
.codicon-search::before {
display: none !important;
}
.codicon-arrow-right,
.codicon-arrow-left {
display: none !important;
}
.titlebar-right > * {
display: none !important;
}
/* Command Palette */
.quick-input-widget {
transform: translateY(-50%) !important;
top: 50% !important;
box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.45) !important;
padding: 10px 10px 18px 10px !important;
background-image: linear-gradient(#3c3c50 0%, #2a2b38 100%) !important;
backdrop-filter: blur(3px) !important;
border-radius: 20px !important;
}
/* Remove background for lists */
.monaco-list-rows {
background: transparent !important;
}
/* List hover */
.monaco-list-row:hover {
background: rgba(0, 0, 0, 0.2) !important;
}
.notifications-toasts .monaco-list-row:hover {
background: none !important;
}
/* .monaco-list-row.focused {
background-color: rgb(181 198 228 / 25%) !important;
} */
/* .synthetic-focus {
outline-color: rgba(50, 50, 50, 1) !important;
} */
/* .quick-input-widget .monaco-label {
font-size: 11px !important;
} */
/* Command palette text input */
.quick-input-filter .monaco-inputbox {
border-radius: 12px !important;
padding: 8px !important;
border: none !important;
background-color: rgba(34, 34, 34, 0.4) !important;
font-family: Operator Mono Lig;
font-size: 14px !important;
margin-bottom: 16px !important;
}
#command-blur {
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.15);
top: 0;
left: 0;
backdrop-filter: blur(8px);
}
/* Command palette's input box placeholder. */
.monaco-inputbox input::placeholder {
color: rgba(255, 255, 255, 0.3) !important;
}
/* .monaco-workbench label {
color: #fff !important;
font-size: 14px !important;
} */
/* Container that holds the VS Code home icon. */
.editor-group-watermark {
max-width: none !important;
}
.command-center-center {
width: auto !important;
}
.letterpress {
background-image: url('data:image/svg+xml,%3Csvg width="900" height="600" viewBox="0 0 900 600" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect y="450" width="150" height="149" fill="%235D6E7A" fill-opacity="0.05"/%3E%3Crect x="750" y="450" width="150" height="149" fill="%235D6E7A" fill-opacity="0.05"/%3E%3Crect x="150" y="150" width="150" height="150" fill="%235D6E7A" fill-opacity="0.3"/%3E%3Crect x="599" y="301" width="151" height="149" fill="%235D6E7A" fill-opacity="0.22"/%3E%3Crect x="450" y="450" width="149" height="150" fill="%235D6E7A" fill-opacity="0.05"/%3E%3Crect x="750" y="151" width="150" height="149" fill="%235D6E7A" fill-opacity="0.1"/%3E%3Crect x="300" width="150" height="150" fill="%235D6E7A" fill-opacity="0.1"/%3E%3Cpath d="M856.168 218.085L831.615 193.534C830.959 192.879 830.053 192.474 829.052 192.474C828.051 192.474 827.145 192.879 826.489 193.534L821.402 198.63L827.869 205.097C828.281 204.952 828.756 204.87 829.251 204.87C831.63 204.87 833.557 206.797 833.557 209.177C833.557 209.681 833.471 210.163 833.312 210.613L833.321 210.583L839.55 216.815C839.966 216.667 840.448 216.581 840.949 216.581C843.326 216.581 845.254 218.509 845.254 220.886C845.254 223.264 843.326 225.191 840.949 225.191C838.571 225.191 836.644 223.264 836.644 220.886C836.644 220.299 836.762 219.74 836.974 219.23L836.962 219.259L831.131 213.457V228.746C832.564 229.468 833.529 230.927 833.529 232.61C833.529 234.992 831.598 236.923 829.217 236.923C826.836 236.923 824.904 234.992 824.904 232.61C824.904 231.422 825.384 230.347 826.162 229.567C826.558 229.172 827.029 228.851 827.552 228.626L827.58 228.615V213.176C826.001 212.512 824.914 210.977 824.914 209.19C824.914 208.59 825.036 208.02 825.257 207.5L825.246 207.529L818.891 201.144L802.054 217.97C801.401 218.629 801 219.534 801 220.535C801 221.537 801.403 222.442 802.056 223.1L826.611 247.648C827.265 248.304 828.171 248.709 829.172 248.709C830.173 248.709 831.077 248.304 831.733 247.648L856.172 223.209C856.828 222.555 857.235 221.647 857.235 220.648C857.235 219.649 856.828 218.741 856.172 218.087L856.168 218.085Z" fill="%235D6E7A"/%3E%3Cpath d="M671.624 388.948C672.724 389.004 673.849 389.044 674.987 389.044C676.137 389.044 677.274 389.017 678.388 388.948C677.274 390.565 676.173 391.996 675.009 393.359L675.025 393.341C673.867 391.993 672.754 390.56 671.706 389.069L671.624 388.948ZM660.225 387.151C662.391 387.769 665.034 388.294 667.731 388.618L667.993 388.642C669.643 391.187 671.312 393.426 673.102 395.533L673.08 395.506C670.458 398.792 666.919 401.101 662.915 401.93L662.805 401.948C662.797 401.948 662.789 401.948 662.781 401.948C662.285 401.948 661.817 401.811 661.407 401.568L661.423 401.577C659.758 400.51 659.036 396.429 659.598 391.185C659.732 389.893 659.952 388.534 660.223 387.149L660.225 387.151ZM689.799 387.122C690.036 388.186 690.258 389.543 690.416 390.922L690.434 391.115C691.008 396.357 690.3 400.434 688.649 401.523C688.281 401.752 687.841 401.887 687.373 401.887C687.327 401.887 687.281 401.885 687.235 401.883H687.241C683.133 401.04 679.596 398.747 676.98 395.502L676.966 395.484C678.724 393.411 680.381 391.176 681.899 388.824L682.015 388.636C684.968 388.29 687.615 387.755 690.194 387.025L689.799 387.119V387.122ZM662.563 378.74C663.063 379.84 663.588 380.936 664.164 382.037C664.739 383.131 665.326 384.2 665.926 385.244C664.19 384.959 662.513 384.599 660.911 384.161C661.361 382.394 661.925 380.563 662.561 378.735L662.563 378.74ZM687.427 378.683C688.089 380.527 688.651 382.367 689.117 384.15C687.517 384.59 685.826 384.963 684.078 385.244C684.678 384.191 685.278 383.106 685.84 381.994C686.402 380.9 686.929 379.782 687.431 378.681L687.427 378.683ZM658.232 366.67C659.104 369.989 660.041 372.765 661.131 375.442L660.981 375.034C660.049 377.291 659.126 380.051 658.37 382.892L658.266 383.353C656.854 382.866 655.717 382.387 654.611 381.85L654.841 381.949C650.512 379.881 647.711 377.161 647.711 375.004C647.711 372.848 650.512 370.115 654.841 368.055C655.891 367.55 657.044 367.094 658.232 366.67ZM691.72 366.658C692.93 367.078 694.081 367.548 695.157 368.055C699.486 370.133 702.287 372.848 702.287 375.004C702.275 377.161 699.474 379.887 695.145 381.951C694.095 382.457 692.944 382.91 691.758 383.335C690.878 380.004 689.941 377.23 688.855 374.549L689.007 374.971C689.935 372.716 690.86 369.955 691.614 367.114L691.72 366.652V366.658ZM684.062 364.765C685.8 365.055 687.475 365.41 689.077 365.852C688.627 367.626 688.065 369.45 687.427 371.278C686.927 370.185 686.402 369.082 685.826 367.983C685.264 366.883 684.664 365.812 684.064 364.767L684.062 364.765ZM665.912 364.765C665.312 365.823 664.712 366.905 664.152 368.022C663.59 369.115 663.063 370.216 662.563 371.317C661.901 369.475 661.339 367.64 660.873 365.852C662.473 365.432 664.16 365.057 665.91 364.769L665.912 364.765ZM674.999 364.051C676.85 364.051 678.692 364.145 680.505 364.311C681.52 365.945 682.505 367.685 683.462 369.531C684.391 371.328 685.239 373.149 686.006 374.993C685.236 376.833 684.392 378.67 683.474 380.467C682.523 382.32 681.541 384.083 680.523 385.716C678.702 385.893 676.858 385.99 674.997 385.99C673.146 385.99 671.304 385.891 669.491 385.729C668.477 384.096 667.487 382.349 666.534 380.509C665.605 378.713 664.757 376.892 663.99 375.047C664.748 373.203 665.604 371.361 666.522 369.562C667.473 367.709 668.455 365.953 669.473 364.32C671.294 364.141 673.138 364.046 674.999 364.046V364.051ZM674.961 356.682C676.121 358.029 677.234 359.46 678.28 360.951L678.36 361.07C677.26 361.014 676.135 360.976 674.997 360.976C673.847 360.976 672.71 361.003 671.596 361.07C672.708 359.453 673.809 358.022 674.975 356.659L674.959 356.677L674.961 356.682ZM662.755 348.12C666.863 348.964 670.398 351.257 673.016 354.501L673.03 354.519C671.272 356.594 669.615 358.829 668.097 361.185L667.981 361.373C665.03 361.717 662.383 362.247 659.806 362.977L660.199 362.883C659.918 361.508 659.71 360.176 659.564 358.898C658.99 353.656 659.698 349.58 661.349 348.495C661.761 348.277 662.243 348.142 662.751 348.124H662.757L662.755 348.12ZM687.183 348.064V348.082C687.209 348.082 687.239 348.079 687.271 348.079C687.749 348.079 688.199 348.212 688.595 348.445L688.579 348.436C690.244 349.508 690.966 353.587 690.404 358.833C690.27 360.125 690.05 361.486 689.779 362.874C687.609 362.249 684.966 361.722 682.269 361.4L682.013 361.376C680.361 358.829 678.692 356.589 676.902 354.48L676.926 354.507C679.548 351.228 683.081 348.919 687.077 348.086L687.189 348.066L687.183 348.064ZM687.195 345.004C682.309 345.838 678.08 348.502 674.991 352.344L674.975 352.365C671.864 348.524 667.635 345.878 662.869 345.076L662.757 345.061C662.731 345.061 662.699 345.061 662.667 345.061C661.685 345.061 660.763 345.35 659.964 345.858L659.992 345.842C656.555 348.068 655.785 355.004 657.56 363.707C649.949 366.346 645 370.564 645 375.009C645 379.472 649.975 383.701 657.608 386.32C655.847 395.057 656.633 402.004 660.079 404.227C660.835 404.715 661.743 405 662.709 405C662.753 405 662.797 405 662.839 404.998H662.833C667.719 404.164 671.948 401.498 675.037 397.653L675.053 397.633C678.164 401.476 682.393 404.122 687.159 404.924L687.271 404.939C687.301 404.939 687.339 404.939 687.375 404.939C688.351 404.939 689.269 404.652 690.064 404.151L690.036 404.167C693.471 401.943 694.243 395.007 692.468 386.302C700.051 383.685 705 379.458 705 375.007C705 370.544 700.025 366.315 692.392 363.689C694.153 354.961 693.367 348.007 689.921 345.782C689.157 345.29 688.241 345 687.265 345C687.239 345 687.213 345 687.187 345H687.191L687.195 345.004ZM680.575 375.009C680.575 378.475 678.072 381.284 674.985 381.284C671.898 381.284 669.395 378.475 669.395 375.009C669.395 371.543 671.898 368.734 674.985 368.734C676.529 368.734 677.926 369.437 678.938 370.571C679.95 371.707 680.575 373.275 680.575 375.009Z" fill="%235D6E7A"/%3E%3Cg clip-path="url(%23clip0_289_106)"%3E%3Cpath d="M75.0024 357C67.0024 357 62.0024 361 60.0024 369C63.0024 365 66.5024 363.5 70.5024 364.5C72.7849 365.07 74.4149 366.725 76.2224 368.56C79.1649 371.545 82.5674 375 90.0024 375C98.0024 375 103.002 371 105.002 363C102.002 367 98.5024 368.5 94.5024 367.5C92.2199 366.93 90.5899 365.275 88.7824 363.44C85.8424 360.455 82.4399 357 75.0024 357ZM60.0024 375C52.0024 375 47.0024 379 45.0024 387C48.0024 383 51.5024 381.5 55.5024 382.5C57.7849 383.07 59.4149 384.725 61.2224 386.56C64.1649 389.545 67.5674 393 75.0024 393C83.0024 393 88.0024 389 90.0024 381C87.0024 385 83.5024 386.5 79.5024 385.5C77.2199 384.93 75.5899 383.275 73.7824 381.44C70.8424 378.455 67.4399 375 60.0024 375Z" fill="%235D6E7A"/%3E%3C/g%3E%3Cg clip-path="url(%23clip1_289_106)"%3E%3Cpath d="M520.035 497.016C519.906 497.028 519.496 497.069 519.126 497.098C510.604 497.866 502.622 502.464 497.566 509.53C494.751 513.459 492.95 517.916 492.27 522.637C492.029 524.285 492 524.772 492 527.006C492 529.24 492.029 529.727 492.27 531.375C493.9 542.64 501.918 552.105 512.792 555.612C514.739 556.239 516.792 556.667 519.126 556.925C520.035 557.025 523.965 557.025 524.874 556.925C528.903 556.48 532.317 555.483 535.683 553.764C536.199 553.501 536.299 553.43 536.229 553.372C536.182 553.336 533.982 550.387 531.343 546.821L526.545 540.341L520.534 531.445C517.226 526.554 514.504 522.555 514.481 522.555C514.457 522.549 514.434 526.502 514.422 531.328C514.405 539.778 514.399 540.118 514.293 540.318C514.141 540.605 514.023 540.722 513.777 540.851C513.589 540.945 513.425 540.963 512.54 540.963H511.525L511.255 540.793C511.079 540.681 510.95 540.535 510.862 540.365L510.739 540.101L510.751 528.343L510.768 516.579L510.95 516.351C511.044 516.227 511.243 516.069 511.384 515.993C511.625 515.876 511.718 515.864 512.733 515.864C513.93 515.864 514.129 515.911 514.44 516.251C514.528 516.345 517.783 521.247 521.677 527.152C525.572 533.058 530.897 541.121 533.513 545.079L538.264 552.275L538.504 552.117C540.633 550.733 542.886 548.762 544.669 546.71C548.463 542.353 550.909 537.04 551.73 531.375C551.971 529.727 552 529.24 552 527.006C552 524.772 551.971 524.285 551.73 522.637C550.1 511.372 542.082 501.907 531.208 498.4C529.29 497.778 527.249 497.35 524.962 497.092C524.399 497.034 520.522 496.969 520.035 497.016ZM532.317 515.16C532.598 515.301 532.827 515.571 532.909 515.852C532.956 516.005 532.968 519.265 532.956 526.613L532.938 537.157L531.079 534.307L529.214 531.457V523.792C529.214 518.837 529.238 516.051 529.273 515.917C529.367 515.588 529.572 515.33 529.853 515.178C530.094 515.055 530.182 515.043 531.103 515.043C531.971 515.043 532.123 515.055 532.317 515.16Z" fill="%235D6E7A"/%3E%3C/g%3E%3Cpath d="M247.614 497.059L242.623 551.119L220.999 556.941L199.375 551.119L194.385 497.059H247.614ZM237.557 508.051H220.98H204.109L204.916 514.579H220.98H221.882L220.98 514.955L205.503 521.401L206.016 527.782L220.98 527.831L229 527.856L228.487 536.365L220.98 538.478V538.471L220.918 538.488L213.669 536.658L213.229 531.377H213.205H206.48H206.457L207.337 541.573L220.98 545.608V545.6L221.005 545.608L234.575 541.646L236.335 521.401H220.98H220.942L220.98 521.384L236.898 514.579L237.557 508.051Z" fill="%235D6E7A"/%3E%3Cg clip-path="url(%23clip2_289_106)"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M690.984 95.2964C685.749 95.2964 682.365 92.8006 680.715 89.5366L685.305 86.8779C686.514 88.8519 688.083 90.3013 690.864 90.3013C693.198 90.3013 694.689 89.1335 694.689 87.5225C694.689 85.0985 691.455 84.1513 689.172 83.1733C685.104 81.4423 682.404 79.2673 682.404 74.6743C682.404 70.4473 685.626 67.2256 690.663 67.2256C694.245 67.2256 696.825 68.4734 698.676 71.7344L694.287 74.5542C693.321 72.8232 692.274 72.1387 690.663 72.1387C689.01 72.1387 687.963 73.1862 687.963 74.5542C687.963 76.2462 689.01 76.9305 691.428 77.9775C696.495 80.1495 700.329 81.8559 700.329 87.4419C700.329 92.5179 696.342 95.2964 690.984 95.2964ZM678 86.7974C678 92.6384 674.403 95.7256 669.408 95.7256C664.896 95.7256 662.193 94 660.864 91H660.819H660.798H660.786L665.373 87.7935C666.258 89.3625 667.056 90.4756 668.988 90.4756C670.842 90.4756 672 89.5367 672 86.7197V67H678V86.7974ZM645 100H705V40H645V100Z" fill="%235D6E7A"/%3E%3C/g%3E%3Cpath d="M101.299 68.3856C101.145 68.3744 100.967 68.3669 100.787 68.3669C99.8793 68.3669 99.0112 68.5356 98.2124 68.8431L98.2612 68.8262C98.0268 68.92 97.6518 68.92 97.6199 69.2181C97.7493 69.3419 97.768 69.5462 97.8768 69.7187C98.0962 70.09 98.3662 70.405 98.6812 70.6675L98.6868 70.6731C99.0149 70.93 99.343 71.1794 99.688 71.3987C100.297 71.7737 100.989 71.9969 101.586 72.3737C101.925 72.5931 102.272 72.8725 102.617 73.1069C102.787 73.2231 102.898 73.435 103.117 73.51V73.4631C103.011 73.3225 102.977 73.1181 102.872 72.9625C102.714 72.805 102.559 72.6644 102.403 72.5106C101.938 71.9012 101.4 71.38 100.796 70.945L100.774 70.93C100.273 70.5887 99.1762 70.1106 98.9699 69.535L98.9399 69.5012C99.3487 69.4431 99.7124 69.3569 100.063 69.2406L100.018 69.2537C100.551 69.1131 101.038 69.1431 101.587 69.0062C101.835 68.9425 102.086 68.8656 102.337 68.7869V68.6462C102.056 68.365 101.846 67.9825 101.556 67.72C100.789 67.045 99.943 66.4112 99.0524 65.8412L98.968 65.7906C98.4768 65.4775 97.8524 65.275 97.3349 65.0087C97.1474 64.915 96.8343 64.8681 96.7255 64.7106C96.4818 64.3637 96.2662 63.9662 96.0955 63.5462L96.0805 63.505C95.6205 62.6125 95.193 61.7044 94.798 60.7806C94.528 60.0625 94.2599 59.4737 93.958 58.9037L94.0012 58.9919C92.5274 56.5187 90.4743 54.5312 88.0237 53.1756L87.943 53.1344C87.3637 52.8475 86.6905 52.6244 85.9837 52.4987L85.9368 52.4912C85.5449 52.4725 85.1549 52.4444 84.7649 52.4275C84.4912 52.2512 84.2549 52.0712 84.0337 51.8725L84.0393 51.8781C83.1487 51.3156 80.8443 50.0969 80.188 51.7094C79.7662 52.7256 80.8143 53.7287 81.1762 54.2444C81.4649 54.5875 81.7274 54.9719 81.9543 55.3787L81.973 55.4162C82.0837 55.6881 82.1137 55.9675 82.2243 56.2506C82.4962 57.0981 82.7718 57.7937 83.0849 58.4669L83.0362 58.3506C83.2218 58.7237 83.4149 59.0406 83.6305 59.3406L83.6155 59.3181C83.7412 59.4887 83.9568 59.5694 84.0074 59.8506C83.8462 60.19 83.7205 60.5837 83.6512 60.9944L83.6474 61.0206C83.4449 61.6431 83.3268 62.3612 83.3268 63.1056C83.3268 64.27 83.6137 65.3669 84.1199 66.3306L84.1012 66.2931C84.3524 66.6812 84.9487 67.5437 85.7474 67.2137C86.4505 66.9325 86.2949 66.0419 86.4974 65.2581C86.5443 65.0706 86.5143 64.9469 86.6099 64.8194V64.855C86.8293 65.2956 87.0505 65.7156 87.2512 66.1562C87.8174 66.9719 88.4905 67.6656 89.2593 68.2375L89.2837 68.2544C89.6587 68.5356 89.9568 69.0231 90.4255 69.1956V69.1487H90.3899C90.283 69.0325 90.1649 68.9294 90.0355 68.8412L90.028 68.8375C89.7374 68.5525 89.4674 68.245 89.2237 67.9206L89.2087 67.9C88.5974 67.075 88.0162 66.1412 87.5118 65.1606L87.4574 65.0462C87.2005 64.555 86.9849 64.0244 86.7787 63.5387C86.6849 63.3512 86.6849 63.07 86.5274 62.9762C86.2499 63.2875 86.0005 63.6344 85.7924 64.0075L85.7774 64.0375C85.5374 64.7369 85.3799 65.545 85.3387 66.3831V66.4037C85.2749 66.4206 85.3068 66.4037 85.2749 66.4375C84.7743 66.3156 84.6018 65.7962 84.4143 65.3594C84.1593 64.6731 84.0112 63.8781 84.0112 63.0512C84.0112 62.3837 84.1068 61.7387 84.2868 61.1294L84.2755 61.1781C84.3862 60.85 84.8549 59.815 84.6674 59.5C84.5699 59.2019 84.2605 59.0312 84.088 58.7894C83.8837 58.5006 83.6962 58.1725 83.5405 57.8256L83.5255 57.7881C83.1505 56.9125 82.963 55.9412 82.5562 55.0656C82.3105 54.6081 82.0518 54.2144 81.7612 53.8469L81.7743 53.8637C81.4649 53.5056 81.1799 53.1062 80.9324 52.6825L80.9118 52.645C80.8349 52.4744 80.7243 52.1912 80.848 52.0037C80.8705 51.895 80.9568 51.8106 81.0674 51.7937C81.2737 51.625 81.8549 51.8444 82.0574 51.9381C82.6518 52.1631 83.1637 52.4275 83.638 52.7387L83.608 52.72C83.8274 52.8737 84.0655 53.1719 84.3468 53.2487H84.6749C85.1755 53.3594 85.7418 53.2825 86.2105 53.4194C87.0712 53.71 87.8155 54.0737 88.5037 54.52L88.4643 54.4956C90.5343 55.8325 92.1918 57.64 93.313 59.7756L93.3505 59.8525C93.538 60.2125 93.6205 60.5444 93.7912 60.9194C94.1193 61.6919 94.5243 62.4737 94.858 63.22C95.1749 64.0225 95.5499 64.7162 95.9962 65.3556L95.9737 65.3219C96.208 65.65 97.1493 65.8206 97.5712 65.9912C98.0155 66.1469 98.3718 66.295 98.7168 66.4619L98.6474 66.4319C99.1855 66.76 99.7105 67.135 100.217 67.495C100.474 67.6731 101.256 68.065 101.302 68.38L101.299 68.3856ZM79.3162 82.0975C79.3162 82.1256 79.318 82.1575 79.318 82.1894C79.318 83.2356 78.8512 84.1712 78.1124 84.8012L78.1068 84.805C77.2968 85.465 76.2524 85.8662 75.1143 85.8662C75.0262 85.8662 74.938 85.8644 74.8518 85.8587H74.863C73.4774 85.84 72.2024 85.39 71.158 84.6381L71.1768 84.6512L71.7318 83.5356C72.5362 83.9856 73.4924 84.265 74.5087 84.3044H74.5199C74.5705 84.3081 74.6287 84.31 74.6887 84.31C75.3112 84.31 75.8905 84.115 76.3649 83.7831L76.3555 83.7887C76.7849 83.4625 77.0587 82.9525 77.0587 82.3787C77.0587 82.3675 77.0587 82.3581 77.0587 82.3469V82.3487C77.0587 81.5762 76.5205 80.92 75.5399 80.3687C74.6305 79.87 72.8155 78.8294 72.8155 78.8294C71.9193 78.2744 71.3324 77.2975 71.3324 76.1837C71.3324 76.1444 71.3324 76.105 71.3343 76.0656V76.0712C71.3324 76.0356 71.3324 75.9944 71.3324 75.9531C71.3324 74.9875 71.758 74.1212 72.4312 73.5325L72.4349 73.5287C73.1512 72.9212 74.0868 72.5519 75.1087 72.5519C75.1743 72.5519 75.238 72.5537 75.3018 72.5556H75.2924C75.3093 72.5556 75.3299 72.5556 75.3505 72.5556C76.5487 72.5556 77.6643 72.9137 78.5943 73.5306L78.5718 73.5175L78.073 74.6331C77.3399 74.3031 76.4849 74.1044 75.5849 74.095H75.5812C75.5362 74.0912 75.4855 74.0894 75.433 74.0894C74.908 74.0894 74.4243 74.2731 74.0455 74.5806L74.0493 74.5769C73.6949 74.8712 73.4699 75.3119 73.468 75.805C73.468 76.5737 74.0155 77.2337 75.028 77.7962C75.9487 78.3006 77.8087 79.3656 77.8087 79.3656C78.7237 79.9037 79.3293 80.8825 79.3293 82.0037C79.3293 82.0375 79.3293 82.0731 79.3274 82.1069V82.1012L79.3162 82.0975ZM83.2012 83.0931C82.6893 82.0712 82.3912 80.8675 82.3912 79.5944C82.3912 79.3937 82.3987 79.195 82.4137 79L82.4118 79.0262C82.4118 75.7625 83.4037 74.13 85.3874 74.1287C85.4362 74.125 85.4943 74.1231 85.5543 74.1231C86.4449 74.1231 87.2268 74.5881 87.6712 75.2894L87.6768 75.2987C88.1849 76.315 88.483 77.515 88.483 78.7825C88.483 78.9775 88.4755 79.1706 88.4624 79.3619L88.4643 79.3356C88.4643 82.6256 87.4724 84.2719 85.4887 84.2744C85.438 84.2781 85.3799 84.28 85.3218 84.28C84.4312 84.28 83.6474 83.815 83.203 83.1137L83.1974 83.1044L83.2012 83.0931ZM90.9149 86.0031L88.5337 84.8312C88.7512 84.6494 88.9462 84.4581 89.1262 84.2519L89.1318 84.2462C90.0937 82.9487 90.6712 81.3156 90.6712 79.5494C90.6712 79.345 90.6637 79.1425 90.6487 78.9419L90.6505 78.9681C90.6505 74.6806 88.9674 72.5356 85.6012 72.5331C85.5262 72.5294 85.438 72.5275 85.3499 72.5275C83.9118 72.5275 82.6199 73.1594 81.7405 74.1625L81.7368 74.1681C80.7787 75.4656 80.203 77.0969 80.203 78.8631C80.203 79.0619 80.2105 79.2587 80.2255 79.4537L80.2237 79.4275C80.2068 79.6169 80.1974 79.8381 80.1974 80.0612C80.1974 81.7 80.7112 83.2187 81.5849 84.4656L81.568 84.4412C82.4099 85.3375 83.6043 85.8962 84.9262 85.8962C85.0499 85.8962 85.1718 85.8906 85.2918 85.8812L85.2749 85.8831C85.2918 85.8831 85.3143 85.8831 85.3349 85.8831C85.918 85.8831 86.4824 85.7987 87.0168 85.6431L86.9755 85.6544L90.0805 87.4637L90.9243 86.0069L90.9149 86.0031ZM98.6924 85.6862H92.5293V72.73H94.603V84.0944H98.6924V85.6862ZM69.8155 76.1275C69.2774 80.035 68.0455 83.5619 66.2437 86.7212L66.3187 86.5769C65.5968 87.9662 64.2318 88.9337 62.6287 89.0894L62.6099 89.0912C62.1243 89.065 61.6724 88.9487 61.2618 88.7594L61.2843 88.7687V87.6119C61.5412 87.6512 61.8374 87.6737 62.1393 87.6737C62.1562 87.6737 62.173 87.6737 62.1918 87.6737C62.2218 87.6756 62.2537 87.6756 62.2874 87.6756C62.8293 87.6756 63.3262 87.4787 63.7087 87.1506L63.7049 87.1525C64.1174 86.8131 64.3818 86.3069 64.3968 85.7369C64.2974 84.9156 64.108 84.1656 63.8362 83.4587L63.8587 83.5225L61.483 76.1275H63.6149L65.3193 81.6569C65.623 82.4369 65.7993 83.3406 65.7993 84.2837C65.7993 84.2856 65.7993 84.2875 65.7993 84.2875C66.703 81.9212 67.3893 79.1612 67.738 76.2981L67.7549 76.1256L69.8155 76.1275ZM60.403 85.6862H58.2318C58.1705 82.235 57.9599 78.7906 57.5999 75.3531H57.5812L54.2774 85.6862H52.6255L49.3443 75.3531H49.3218C49.0655 78.7919 48.913 82.2362 48.8643 85.6862H46.8843C47.013 81.08 47.333 76.7606 47.8443 72.7281H50.5387L53.6662 82.2512H53.6849L56.8405 72.7281H59.4055C59.973 77.4494 60.3074 81.7687 60.4087 85.6862H60.403ZM85.3218 54.7731C85.318 54.7731 85.3124 54.7731 85.3068 54.7731C85.0837 54.7731 84.868 54.8012 84.6618 54.8537L84.6805 54.85V54.88H84.7124C84.8737 55.12 85.0387 55.3281 85.2168 55.5231L85.213 55.5194C85.3387 55.7706 85.4474 56.02 85.573 56.2694L85.6049 56.2337C85.8093 56.0725 85.9387 55.825 85.9387 55.5475C85.9387 55.5137 85.9368 55.4819 85.933 55.4481V55.4519C85.8393 55.3412 85.8262 55.2325 85.7455 55.1237C85.6518 54.9662 85.4512 54.8894 85.3237 54.7656L85.3218 54.7731Z" fill="%235D6E7A"/%3E%3Cg clip-path="url(%23clip3_289_106)"%3E%3Cpath d="M847.282 514.01L847.845 513.159L848.827 513.755L849.262 514.066C850.312 514.876 852.521 516.946 852.997 520.381C853.834 520.231 854.677 520.156 855.521 520.156C857.524 520.156 858.87 520.621 859.635 521.007L860.029 521.221L860.284 521.39L861 521.975L860.752 522.725C860.368 523.753 859.767 524.687 858.99 525.463C857.902 526.584 855.99 527.908 852.956 528.08L852.289 528.099H851.734C850.346 531.763 848.482 535.891 845.351 539.596C843.493 541.798 841.289 543.683 838.826 545.176C835.873 546.928 832.639 548.156 829.267 548.806C826.852 549.275 824.4 549.508 821.944 549.5C816.506 549.5 811.706 548.42 808.755 546.53C806.119 544.846 804.094 542.098 802.732 538.366C801.541 534.957 800.956 531.365 801.004 527.754C800.997 527.291 801.158 526.841 801.455 526.486C801.752 526.131 802.167 525.894 802.624 525.819L802.879 525.8H842.404L842.749 525.774L843.307 525.714C844.267 525.586 845.73 525.301 846.757 524.701C845.527 522.665 845.179 520.284 845.752 517.749C845.993 516.691 846.371 515.67 846.877 514.711L847.282 514.01ZM811.837 518.69L811.987 518.716C812.056 518.742 812.118 518.783 812.168 518.836C812.218 518.89 812.255 518.954 812.276 519.024L812.299 519.174V524.105L812.276 524.259C812.255 524.329 812.217 524.394 812.166 524.447C812.115 524.5 812.053 524.541 811.984 524.566L811.837 524.589H806.542C806.444 524.587 806.348 524.555 806.269 524.495C806.19 524.436 806.132 524.353 806.104 524.259L806.077 524.109V519.17L806.104 519.02C806.125 518.949 806.162 518.884 806.213 518.83C806.264 518.776 806.327 518.734 806.396 518.709L806.542 518.686L811.837 518.69ZM819.139 518.69L819.285 518.716C819.354 518.741 819.417 518.782 819.467 518.836C819.518 518.889 819.556 518.953 819.577 519.024L819.6 519.174V524.105L819.574 524.259C819.552 524.329 819.514 524.394 819.464 524.447C819.413 524.5 819.35 524.541 819.281 524.566L819.135 524.589H813.84C813.741 524.587 813.646 524.554 813.567 524.495C813.488 524.435 813.43 524.353 813.401 524.259L813.375 524.113V519.174C813.374 519.073 813.404 518.975 813.461 518.893C813.518 518.81 813.6 518.747 813.694 518.712L813.84 518.686L819.139 518.69ZM826.549 518.69L826.695 518.716C826.763 518.742 826.825 518.783 826.875 518.836C826.925 518.89 826.962 518.954 826.984 519.024L827.01 519.174V524.105L826.984 524.259C826.962 524.329 826.924 524.394 826.874 524.447C826.823 524.5 826.76 524.541 826.691 524.566L826.545 524.589H821.25C821.151 524.587 821.056 524.555 820.977 524.495C820.898 524.436 820.84 524.353 820.811 524.259L820.789 524.109V519.17L820.811 519.02C820.832 518.949 820.87 518.884 820.921 518.83C820.971 518.776 821.034 518.734 821.104 518.709L821.25 518.686L826.549 518.69ZM833.869 518.69L834.015 518.716C834.084 518.741 834.147 518.782 834.197 518.836C834.248 518.889 834.286 518.953 834.307 519.024L834.334 519.174V524.105C834.334 524.205 834.304 524.303 834.247 524.386C834.19 524.469 834.109 524.532 834.015 524.566L833.865 524.589H828.574C828.475 524.587 828.379 524.555 828.3 524.495C828.222 524.436 828.164 524.353 828.135 524.259L828.112 524.109V519.17L828.135 519.02C828.156 518.949 828.194 518.884 828.244 518.83C828.295 518.776 828.358 518.734 828.427 518.709L828.577 518.686H833.872L833.869 518.69ZM841.256 518.69L841.402 518.716C841.472 518.741 841.534 518.782 841.585 518.836C841.636 518.889 841.673 518.953 841.695 519.024L841.717 519.174V524.105C841.718 524.205 841.688 524.303 841.631 524.386C841.574 524.469 841.493 524.532 841.399 524.566L841.252 524.589H835.957C835.859 524.587 835.763 524.555 835.684 524.495C835.605 524.436 835.547 524.353 835.519 524.259L835.496 524.109V519.17L835.519 519.02C835.54 518.949 835.577 518.884 835.628 518.83C835.679 518.776 835.742 518.734 835.811 518.709L835.961 518.686H841.252L841.256 518.69ZM819.131 511.595L819.281 511.621C819.349 511.647 819.411 511.687 819.461 511.74C819.511 511.792 819.548 511.856 819.57 511.925L819.596 512.079V517.01C819.597 517.11 819.567 517.208 819.51 517.291C819.453 517.374 819.372 517.437 819.277 517.471L819.131 517.498H813.84C813.74 517.495 813.644 517.461 813.565 517.4C813.487 517.34 813.429 517.256 813.401 517.16L813.375 517.01V512.079C813.375 511.979 813.405 511.882 813.462 511.8C813.519 511.718 813.6 511.656 813.694 511.621L813.84 511.595H819.131ZM826.541 511.595L826.691 511.621C826.759 511.647 826.821 511.687 826.871 511.74C826.921 511.792 826.958 511.856 826.98 511.925L827.006 512.079V517.01C827.007 517.11 826.977 517.208 826.92 517.291C826.863 517.374 826.782 517.437 826.687 517.471L826.541 517.498H821.25C821.15 517.495 821.054 517.461 820.975 517.4C820.897 517.34 820.839 517.256 820.811 517.16L820.789 517.01V512.079L820.811 511.929C820.833 511.858 820.871 511.794 820.921 511.741C820.972 511.687 821.034 511.646 821.104 511.621L821.25 511.595H826.541ZM833.865 511.595C834.067 511.595 834.24 511.734 834.304 511.925L834.33 512.079V517.01C834.331 517.11 834.301 517.208 834.243 517.291C834.186 517.374 834.105 517.437 834.011 517.471L833.861 517.498H828.574C828.474 517.495 828.378 517.461 828.299 517.4C828.22 517.34 828.163 517.256 828.135 517.16L828.112 517.01V512.079L828.135 511.929C828.157 511.858 828.194 511.794 828.245 511.741C828.296 511.687 828.358 511.646 828.427 511.621L828.577 511.595H833.872H833.865ZM833.865 504.5C834.067 504.5 834.24 504.639 834.304 504.83L834.33 504.98V509.915C834.331 510.015 834.301 510.113 834.243 510.196C834.186 510.279 834.105 510.342 834.011 510.376L833.861 510.399H828.574C828.475 510.397 828.379 510.365 828.3 510.305C828.222 510.246 828.164 510.163 828.135 510.069L828.112 509.919V504.98L828.135 504.83C828.157 504.76 828.194 504.695 828.245 504.642C828.296 504.589 828.358 504.548 828.427 504.523L828.574 504.5H833.869H833.865Z" fill="%235D6E7A"/%3E%3C/g%3E%3Crect x="300.5" y="150.5" width="299" height="299" stroke="%235D6E7A"/%3E%3Cline y1="449.5" x2="900" y2="449.5" stroke="%235D6E7A"/%3E%3Cline y1="299.5" x2="300" y2="299.5" stroke="%235D6E7A"/%3E%3Cline x1="900" y1="300.5" x2="600" y2="300.5" stroke="%235D6E7A"/%3E%3Cline y1="150.5" x2="300" y2="150.5" stroke="%235D6E7A"/%3E%3Cline x1="900" y1="150.5" x2="600" y2="150.5" stroke="%235D6E7A"/%3E%3Cline x1="300.5" y1="2.18557e-08" x2="300.5" y2="150" stroke="%235D6E7A"/%3E%3Cline x1="150.5" y1="2.18557e-08" x2="150.5" y2="600" stroke="%235D6E7A"/%3E%3Cline x1="300.5" y1="450" x2="300.5" y2="600" stroke="%235D6E7A"/%3E%3Cline x1="450.5" y1="2.18557e-08" x2="450.5" y2="150" stroke="%235D6E7A"/%3E%3Cline x1="450.5" y1="450" x2="450.5" y2="600" stroke="%235D6E7A"/%3E%3Cline x1="599.5" y1="2.18557e-08" x2="599.5" y2="150" stroke="%235D6E7A"/%3E%3Cline x1="750.5" y1="2.18557e-08" x2="750.5" y2="150" stroke="%235D6E7A"/%3E%3Cline x1="750.5" y1="150" x2="750.5" y2="300" stroke="%235D6E7A"/%3E%3Cline x1="750.5" y1="300" x2="750.5" y2="600" stroke="%235D6E7A"/%3E%3Cline x1="599.5" y1="450" x2="599.5" y2="600" stroke="%235D6E7A"/%3E%3Cpath d="M221 361.879L214.497 350.616H205.189L221 378.001L236.811 350.616H227.503L221 361.879Z" fill="%235D6E7A"/%3E%3Cpath d="M238.977 350.616L221 381.751L203.024 350.616H192.845L221 399.384L249.156 350.616H238.977Z" fill="%235D6E7A"/%3E%3Cg clip-path="url(%23clip4_289_106)"%3E%3Cpath d="M352.299 283.435C351.876 283.435 351.777 283.228 351.984 282.904L354.198 280.069C354.405 279.754 354.927 279.547 355.35 279.547H392.898C393.312 279.547 393.42 279.862 393.213 280.177L391.422 282.904C391.215 283.228 390.684 283.534 390.369 283.534L352.299 283.435ZM336.423 293.11C336 293.11 335.892 292.903 336.108 292.588L338.313 289.744C338.52 289.429 339.051 289.222 339.474 289.222H387.426C387.849 289.222 388.056 289.537 387.948 289.852L387.111 292.372C387.003 292.795 386.589 293.002 386.166 293.002L336.423 293.11ZM361.875 302.785C361.452 302.785 361.344 302.47 361.56 302.155L363.027 299.527C363.234 299.212 363.657 298.897 364.08 298.897H385.113C385.536 298.897 385.743 299.212 385.743 299.635L385.536 302.155C385.536 302.578 385.113 302.893 384.798 302.893L361.875 302.785ZM471.036 281.545C464.412 283.228 459.885 284.488 453.369 286.171C451.785 286.585 451.686 286.693 450.309 285.118C448.743 283.327 447.582 282.175 445.377 281.122C438.744 277.864 432.327 278.809 426.342 282.697C419.187 287.323 415.506 294.163 415.614 302.677C415.713 311.092 421.5 318.031 429.807 319.192C436.962 320.137 442.947 317.617 447.69 312.253C448.635 311.092 449.472 309.832 450.525 308.356H430.23C428.025 308.356 427.494 306.988 428.232 305.206C429.6 301.948 432.12 296.476 433.596 293.74C433.821 293.233 434.19 292.804 434.657 292.504C435.125 292.205 435.669 292.05 436.224 292.057H474.501C474.294 294.901 474.294 297.736 473.871 300.58C472.781 308.067 469.815 315.157 465.249 321.19C457.68 331.18 447.789 337.39 435.279 339.064C424.974 340.432 415.398 338.434 406.992 332.134C399.207 326.239 394.788 318.454 393.636 308.779C392.268 297.313 395.634 287.008 402.573 277.963C410.043 268.189 419.925 261.979 432.021 259.774C441.903 257.983 451.371 259.144 459.885 264.922C465.465 268.612 469.452 273.652 472.089 279.754C472.719 280.699 472.296 281.23 471.036 281.545ZM505.848 339.703C496.272 339.487 487.542 336.751 480.18 330.442C474.055 325.28 470.018 318.067 468.822 310.147C466.932 298.267 470.19 287.746 477.345 278.386C485.022 268.288 494.274 263.032 506.793 260.827C517.521 258.937 527.619 259.981 536.763 266.191C545.07 271.861 550.227 279.547 551.595 289.636C553.377 303.838 549.282 315.403 539.499 325.294C532.56 332.341 524.037 336.751 514.254 338.749C511.419 339.28 508.584 339.379 505.848 339.703ZM530.868 297.214C530.769 295.846 530.769 294.793 530.562 293.74C528.672 283.327 519.096 277.441 509.106 279.754C499.323 281.959 493.014 288.169 490.701 298.051C488.811 306.259 492.807 314.566 500.376 317.932C506.163 320.452 511.941 320.137 517.521 317.302C525.828 312.982 530.337 306.259 530.868 297.214Z" fill="%235D6E7A"/%3E%3C/g%3E%3Cpath d="M397.155 66.5876C397.379 66.3653 397.688 66.227 398.028 66.227C398.71 66.227 399.264 66.7804 399.264 67.463C399.264 68.1456 398.71 68.6989 398.028 68.6989C397.345 68.6989 396.792 68.1456 396.792 67.463C396.792 67.1228 396.931 66.8144 397.153 66.5899L397.155 66.5876ZM373.526 47.5721C373.896 47.1843 374.415 46.9416 374.993 46.9416C376.111 46.9416 377.016 47.8465 377.016 48.9645C377.016 50.0825 376.111 50.9874 374.993 50.9874C374.057 50.9874 373.27 50.3524 373.039 49.4884L373.036 49.4748C372.996 49.3206 372.971 49.1459 372.971 48.9645C372.971 48.4248 373.182 47.9349 373.526 47.5721ZM399.88 74.7744C399.88 75.3935 399.858 76.0103 399.812 76.6203H397.262C397.008 76.6203 396.903 76.7859 396.903 77.0399V78.2101C396.903 80.9677 395.348 81.5664 393.985 81.7184C392.688 81.8658 391.251 81.1764 391.074 80.3826C390.872 77.5139 389.321 75.0465 387.056 73.5928L387.022 73.5724C389.756 72.2276 391.697 69.6355 392.115 66.5581L392.119 66.5105C392.008 63.7234 390.486 61.3172 388.253 59.9702L388.217 59.9497C386.704 58.9564 384.879 58.3192 382.913 58.1967L382.882 58.1945H356.511C360.069 54.2281 364.851 51.4205 370.259 50.3706L370.415 50.3456L373.524 53.6067C373.859 53.9582 374.331 54.1782 374.855 54.1782C375.349 54.1782 375.796 53.9832 376.127 53.6657L379.603 50.3388C386.933 51.7494 393.01 56.2192 396.552 62.3377L396.615 62.4579L394.235 67.8372C394.135 68.0571 394.078 68.3134 394.078 68.5833C394.078 69.3294 394.52 69.9734 395.16 70.266L395.171 70.2705L399.756 72.307C399.835 73.1211 399.876 73.9421 399.876 74.7766L399.88 74.7744ZM369.399 70.563V65.8846H377.787C378.22 65.8846 380.845 66.3858 380.845 68.3497C380.845 69.9802 378.832 70.5653 377.177 70.5653L369.399 70.563ZM350.317 72.1029L354.666 70.1684C355.317 69.8736 355.761 69.2318 355.761 68.4857C355.761 68.2136 355.702 67.9573 355.598 67.726L355.602 67.7374L354.707 65.7122H358.23V81.5891H351.124C350.521 79.5503 350.176 77.21 350.176 74.7857C350.176 73.84 350.228 72.9057 350.333 71.9872L350.321 72.1006L350.317 72.1029ZM352.684 66.4878C352.684 65.8188 352.142 65.2768 351.473 65.2768C350.804 65.2768 350.262 65.8188 350.262 66.4878C350.262 67.1568 350.804 67.6988 351.473 67.6988C352.142 67.6988 352.684 67.1568 352.684 66.4878ZM360.389 97.7381C360.25 97.7721 360.094 97.7903 359.931 97.7903C358.813 97.7903 357.908 96.8854 357.908 95.7674C357.908 94.6494 358.813 93.7445 359.931 93.7445C361.049 93.7445 361.953 94.6494 361.953 95.7674C361.953 95.9851 361.919 96.196 361.856 96.3933L361.86 96.3797C361.64 97.06 361.089 97.5726 360.402 97.7381H360.389ZM388.48 91.2771C388.364 91.2499 388.23 91.2363 388.092 91.2363C387.212 91.2363 386.475 91.8554 386.296 92.6832L386.294 92.6945L385.28 97.4229C382.267 98.8176 378.741 99.6317 375.025 99.6317C371.227 99.6317 367.626 98.7813 364.404 97.2596L364.556 97.3231L363.543 92.5947C363.361 91.7579 362.627 91.1388 361.747 91.1388C361.609 91.1388 361.475 91.1547 361.346 91.1819L361.357 91.1796L357.183 92.0754C356.43 91.3021 355.722 90.4721 355.072 89.5967L355.024 89.5309H375.333C375.562 89.5309 375.717 89.4901 375.717 89.2815V82.0948C375.717 81.8862 375.565 81.8454 375.333 81.8454H369.393V77.2893H375.819C377.816 77.3098 379.462 78.777 379.766 80.691L379.768 80.7137C380.025 81.7138 380.582 84.9772 380.968 86.0204C381.349 87.1906 382.904 89.5287 384.562 89.5287H394.681C394.813 89.5264 394.94 89.5128 395.062 89.4901L395.049 89.4924C394.309 90.4902 393.557 91.3701 392.745 92.1956L392.747 92.1933L388.48 91.2771ZM389.45 97.8356C392.012 97.8356 394.089 95.756 394.089 93.1934C394.089 90.6308 392.012 88.5512 389.448 88.5512C386.884 88.5512 384.807 90.6286 384.807 93.1934C384.807 95.756 386.884 97.8334 389.446 97.8356H389.45ZM408.551 74.1575L405.696 72.3909C405.672 72.1127 405.646 71.8353 405.617 71.5586L408.07 69.2727C408.261 69.0935 408.379 68.8373 408.379 68.556C408.379 68.1388 408.118 67.7805 407.751 67.6353L407.744 67.633L404.608 66.4606C404.531 66.19 404.449 65.9201 404.361 65.651L406.318 62.9342C406.433 62.7754 406.504 62.5759 406.504 62.3604C406.504 61.8728 406.15 61.4692 405.685 61.3921H405.678L402.372 60.8546C402.244 60.6051 402.111 60.3572 401.973 60.1108L403.361 57.0606C403.418 56.9404 403.449 56.802 403.449 56.6524C403.449 56.4483 403.388 56.26 403.279 56.1036L403.282 56.1058C403.102 55.8405 402.801 55.6681 402.461 55.6681C402.449 55.6681 402.438 55.6681 402.427 55.6681H402.429L399.073 55.7861C398.901 55.5684 398.724 55.3544 398.543 55.1443L399.314 51.8764C399.329 51.8083 399.339 51.7312 399.339 51.6519C399.339 51.1076 398.899 50.6676 398.354 50.6676C398.275 50.6676 398.198 50.6767 398.123 50.6948L398.13 50.6926L394.863 51.4636C394.649 51.2837 394.434 51.1068 394.216 50.933L394.334 47.5766C394.334 47.563 394.334 47.5471 394.334 47.529C394.334 46.9893 393.897 46.5538 393.359 46.5538C393.21 46.5538 393.067 46.5879 392.94 46.6491L392.947 46.6468L389.897 48.0393C389.65 47.9055 389.403 47.7694 389.153 47.6401L388.614 44.3314C388.532 43.862 388.126 43.5105 387.641 43.5105C387.428 43.5105 387.228 43.5785 387.067 43.6941L387.069 43.6919L384.351 45.649C384.083 45.5628 383.813 45.4819 383.541 45.4063L382.369 42.27C382.224 41.8958 381.866 41.635 381.446 41.635C381.165 41.635 380.911 41.7529 380.73 41.9434L378.444 44.3994C378.168 44.3677 377.89 44.3412 377.612 44.3201L375.846 41.4649C375.669 41.1837 375.363 41 375.011 41C374.66 41 374.352 41.1837 374.179 41.4626L374.177 41.4672L372.411 44.3223C372.132 44.3465 371.855 44.373 371.578 44.4017L369.288 41.9457C369.109 41.7529 368.853 41.6327 368.57 41.6327C368.15 41.6327 367.792 41.8958 367.651 42.2654L367.649 42.2722L366.477 45.4086C366.205 45.4857 365.937 45.5696 365.667 45.6513L362.951 43.6941C362.792 43.5808 362.595 43.5127 362.38 43.5127C361.892 43.5127 361.488 43.8642 361.407 44.3291V44.3359L360.867 47.6447C360.618 47.7732 360.37 47.9062 360.123 48.0438L357.074 46.6514C356.954 46.5947 356.813 46.5629 356.666 46.5629C356.124 46.5629 355.684 47.0029 355.684 47.5449C355.684 47.5585 355.684 47.5721 355.684 47.5834L355.802 50.9375C355.584 51.1099 355.369 51.2867 355.156 51.4682L351.888 50.6948C351.82 50.679 351.743 50.6699 351.664 50.6699C351.12 50.6699 350.68 51.1099 350.68 51.6541C350.68 51.7335 350.689 51.8106 350.707 51.8854L350.705 51.8786L351.473 55.1465C351.296 55.3597 351.117 55.5752 350.945 55.7883L347.589 55.6704C347.578 55.6704 347.564 55.6704 347.551 55.6704C347.009 55.6704 346.569 56.1104 346.569 56.6524C346.569 56.7998 346.601 56.9404 346.659 57.0674L346.657 57.0606L348.049 60.1108C347.912 60.3557 347.779 60.6036 347.65 60.8546L344.347 61.3921C343.877 61.4737 343.526 61.8774 343.526 62.3649C343.526 62.5781 343.594 62.7777 343.71 62.9387L343.707 62.9364L345.664 65.6533C345.579 65.9224 345.497 66.1922 345.417 66.4629L342.281 67.6353C341.907 67.7805 341.646 68.1388 341.646 68.5583C341.646 68.8395 341.764 69.0935 341.952 69.2749L344.406 71.5609C344.374 71.8376 344.347 72.115 344.326 72.3932L341.472 74.1598C341.188 74.3344 341 74.6428 341 74.9943C341 75.3458 341.186 75.6565 341.467 75.8266L341.472 75.8289L344.326 77.5955C344.349 77.8744 344.378 78.1511 344.406 78.4278L341.952 80.7183C341.76 80.8974 341.639 81.1537 341.639 81.4372C341.639 81.8567 341.902 82.215 342.272 82.3556L342.279 82.3579L345.415 83.5303C345.492 83.8025 345.576 84.0723 345.662 84.3399L343.705 87.0568C343.587 87.2155 343.517 87.4173 343.517 87.6328C343.517 88.1204 343.875 88.5263 344.342 88.5989H344.347L347.65 89.1363C347.78 89.3858 347.911 89.633 348.049 89.8802L346.657 92.9304C346.601 93.0506 346.569 93.1912 346.569 93.3386C346.569 93.8806 347.009 94.3205 347.551 94.3205C347.564 94.3205 347.578 94.3205 347.589 94.3205H347.587L350.94 94.2026C351.115 94.4203 351.29 94.6358 351.471 94.8489L350.702 98.1191C350.686 98.1871 350.677 98.2642 350.677 98.3436C350.677 98.8856 351.117 99.3256 351.659 99.3256C351.741 99.3256 351.818 99.3165 351.893 99.2984L351.886 99.3006L355.153 98.5318C355.366 98.7133 355.582 98.8879 355.799 99.0602L355.682 102.417C355.682 102.43 355.682 102.444 355.682 102.46C355.682 102.999 356.119 103.435 356.657 103.435C356.806 103.435 356.949 103.401 357.076 103.34L357.069 103.342L360.119 101.954C360.366 102.092 360.613 102.224 360.863 102.353L361.402 105.657C361.484 106.127 361.887 106.48 362.375 106.48C362.588 106.48 362.785 106.412 362.949 106.297L362.946 106.299L365.663 104.342C365.932 104.428 366.202 104.511 366.472 104.589L367.644 107.725C367.785 108.104 368.143 108.367 368.563 108.367C368.846 108.367 369.102 108.247 369.282 108.052L371.572 105.598C371.846 105.63 372.125 105.655 372.404 105.682L374.17 108.537C374.347 108.816 374.655 109 375.005 109C375.354 109 375.662 108.816 375.837 108.54L375.839 108.535L377.605 105.68C377.884 105.655 378.161 105.628 378.437 105.596L380.723 108.05C380.902 108.24 381.158 108.358 381.439 108.358C381.857 108.358 382.215 108.097 382.36 107.73L382.362 107.723L383.535 104.587C383.805 104.51 384.075 104.427 384.344 104.34L387.06 106.297C387.219 106.415 387.421 106.485 387.636 106.485C388.124 106.485 388.53 106.127 388.602 105.66V105.655L389.142 102.351C389.391 102.222 389.638 102.088 389.886 101.952L392.935 103.34C393.053 103.394 393.194 103.426 393.341 103.426C393.885 103.426 394.325 102.986 394.325 102.442C394.325 102.43 394.325 102.421 394.325 102.41L394.207 99.0557C394.425 98.8849 394.639 98.7087 394.849 98.5273L398.116 99.2961C398.184 99.312 398.261 99.321 398.339 99.321C398.883 99.321 399.323 98.8811 399.323 98.3368C399.323 98.2574 399.314 98.1826 399.295 98.11L399.298 98.1168L398.529 94.8467C398.706 94.6335 398.885 94.4203 399.057 94.2003L402.413 94.3183C402.427 94.3183 402.443 94.3183 402.458 94.3183C402.998 94.3183 403.433 93.8806 403.433 93.3431C403.433 93.1934 403.399 93.0506 403.338 92.9236L403.341 92.9304L401.953 89.8802C402.087 89.633 402.223 89.3858 402.352 89.1363L405.656 88.5989C406.125 88.5172 406.476 88.1113 406.476 87.626C406.476 87.4128 406.408 87.2132 406.293 87.0522L406.295 87.0545L404.338 84.3377L404.585 83.5281L407.721 82.3556C408.098 82.2127 408.361 81.8544 408.361 81.4349C408.361 81.1514 408.24 80.8951 408.048 80.716L405.594 78.4255C405.624 78.1511 405.651 77.8722 405.674 77.5932L408.528 75.8266C408.812 75.652 409 75.3436 409 74.9921C409 74.6406 408.814 74.3321 408.533 74.1598L408.528 74.1575H408.551Z" fill="%235D6E7A"/%3E%3Cpath d="M191 186.714V210.882L211.813 222.976V198.803L191 186.714ZM234.909 212.289L214.091 200.205V224.373L234.909 236.467V212.289ZM237.187 236.467V212.289L258 200.205V224.373L237.187 236.467ZM234.904 263.286L214.091 251.197V227.029L234.904 239.113V263.286Z" fill="%235D6E7A"/%3E%3Cdefs%3E%3CclipPath id="clip0_289_106"%3E%3Crect width="60" height="60" fill="white" transform="translate(45 345)"/%3E%3C/clipPath%3E%3CclipPath id="clip1_289_106"%3E%3Crect width="60" height="60" fill="white" transform="translate(492 497)"/%3E%3C/clipPath%3E%3CclipPath id="clip2_289_106"%3E%3Crect width="60" height="60" fill="white" transform="translate(645 40)"/%3E%3C/clipPath%3E%3CclipPath id="clip3_289_106"%3E%3Crect width="60" height="60" fill="white" transform="translate(801 497)"/%3E%3C/clipPath%3E%3CclipPath id="clip4_289_106"%3E%3Crect width="216" height="216" fill="white" transform="translate(336 187)"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
background-repeat: no-repeat no-repeat;
background-position: center center;
background-size: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment