@flarehr/apollo-super-selection 4.48.40560 → 4.49.41800
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/apollo-super-selection/apollo-super-selection.css +1 -1
- package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/assets/unisuper-default-badge1.svg +25 -0
- package/dist/lib/apollo-super-selection/assets/unisuper-default-badge2.svg +109 -0
- package/dist/lib/apollo-super-selection/assets/unisuper-default-badge3.svg +102 -0
- package/dist/lib/apollo-super-selection/p-12bf731a.entry.js +14 -0
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/apollo-super-selection/p-d96a4c02.system.entry.js +69 -0
- package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
- package/dist/lib/cjs/loader.cjs.js +1 -1
- package/dist/lib/cjs/{sss-button_40.cjs.entry.js → sss-button_41.cjs.entry.js} +3545 -3249
- package/dist/lib/collection/apollo-super-selection.css +1 -1
- package/dist/lib/collection/collection-manifest.json +2 -0
- package/dist/lib/collection/components/app-host/services/appinsights.service.js +3 -0
- package/dist/lib/collection/components/super-campaign/super-campaign.js +80 -0
- package/dist/lib/collection/components/super-selection-app/api/super-selection.api.dto.js +7 -0
- package/dist/lib/collection/components/super-selection-app/api/super-selection.api.js +1 -0
- package/dist/lib/collection/components/super-selection-app/consent/consent.js +20 -2
- package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +2 -0
- package/dist/lib/collection/components/super-selection-app/funds/constants.js +3 -1
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.js +9 -0
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.js +9 -0
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/unisuper-default-v2.js +56 -0
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund.store.js +4 -2
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v1-iframe-builder.js +2 -2
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v2-iframe-builder.js +151 -26
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v2-types.js +1 -0
- package/dist/lib/collection/components/super-selection-app/services/existing-super-choice-info.service.js +13 -0
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +10 -13
- package/dist/lib/collection/components/super-selection-app/services/super-selection.store.js +2 -2
- package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +5 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/unisuper-default-badge1.svg +25 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/unisuper-default-badge2.svg +109 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/unisuper-default-badge3.svg +102 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.js +22 -1
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +7 -13
- package/dist/lib/collection/components/super-selection-app/super-selection-app.js +7 -2
- package/dist/lib/esm/apollo-super-selection.js +1 -1
- package/dist/lib/esm/loader.js +1 -1
- package/dist/lib/esm/{sss-button_40.entry.js → sss-button_41.entry.js} +3526 -3251
- package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
- package/dist/lib/esm-es5/loader.js +1 -1
- package/dist/lib/esm-es5/sss-button_41.entry.js +69 -0
- package/dist/lib/types/components/app-host/services/appinsights.service.d.ts +1 -0
- package/dist/lib/types/components/super-campaign/super-campaign.d.ts +9 -0
- package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +4 -0
- package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +10 -0
- package/dist/lib/types/components/super-selection-app/consent/consent.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.d.ts +2 -1
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.dto.d.ts +12 -2
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.d.ts +2 -1
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.dto.d.ts +12 -0
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/unisuper-default-v2.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund.store.d.ts +4 -2
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v2-iframe-builder.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v2-types.d.ts +74 -0
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/types.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/services/existing-super-choice-info.service.d.ts +10 -1
- package/dist/lib/types/components/super-selection-app/services/super-selection-app.service.d.ts +2 -2
- package/dist/lib/types/components/super-selection-app/services/super-selection.store.d.ts +1 -1
- package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.store.d.ts +6 -0
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-page.d.ts +0 -1
- package/dist/lib/types/components/super-selection-app/super-selection-app.d.ts +1 -0
- package/dist/lib/types/components.d.ts +19 -0
- package/package.json +1 -1
- package/dist/lib/apollo-super-selection/p-3f846618.entry.js +0 -14
- package/dist/lib/apollo-super-selection/p-551a0927.system.entry.js +0 -69
- package/dist/lib/esm-es5/sss-button_40.entry.js +0 -69
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,select:focus,textarea:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple]{background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:#0000;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=checkbox]:indeterminate,[type=radio]:checked:focus,[type=radio]:checked:hover{border-color:#0000;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{border-color:#0000;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-y-0{top:0;bottom:0}.left-1\/2{left:50%}.right-0{right:0}.top-1\/2{top:50%}.z-10{z-index:10}.z-50{z-index:50}.m-4{margin:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-3{margin-top:.75rem;margin-bottom:.75rem}.-mr-2{margin-right:-.5rem}.-mt-12{margin-top:-3rem}.-mt-28{margin-top:-7rem}.-mt-5{margin-top:-1.25rem}.mb-0{margin-bottom:0}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.mr-0{margin-right:0}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-11{margin-top:2.75rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-60{max-height:15rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-20{width:5rem}.w-36{width:9rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-\[80px\]{width:80px}.w-auto{width:auto}.w-full{width:100%}.w-screen{width:100vw}.min-w-0{min-width:0}.max-w-140{max-width:140px}.max-w-400{max-width:400px}.max-w-560{max-width:560px}.max-w-720{max-width:720px}.max-w-800{max-width:800px}.max-w-960{max-width:960px}.max-w-\[200px\]{max-width:200px}.max-w-\[300px\]{max-width:300px}.max-w-\[560px\]{max-width:560px}.max-w-\[96px\]{max-width:96px}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.flex-\[1_0_0\]{flex:1 0 0}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.grow{flex-grow:1}.basis-0{flex-basis:0px}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.list-outside{list-style-position:outside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.content-center{align-content:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[7px\]{gap:7px}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1px*var(--tw-space-x-reverse));margin-left:calc(-1px*(1 - var(--tw-space-x-reverse)))}.-space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px*var(--tw-space-y-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem*var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.break-words{overflow-wrap:break-word}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-br-md{border-bottom-right-radius:.375rem}.rounded-tr-lg{border-top-right-radius:.5rem}.rounded-tr-none{border-top-right-radius:0}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0}.border-t{border-top-width:1px}.border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.border-transparent{border-color:#0000}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-primary-base{background-color:var(--fl-color-primary)}.bg-primary-hover{background-color:var(--fl-color-primary-hover)}.bg-primary-light{background-color:var(--fl-color-primary-light)}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.bg-yellow-700{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity))}.fill-primary-base{fill:var(--fl-color-primary)}.fill-white{fill:#fff}.object-contain{-o-object-fit:contain;object-fit:contain}.object-left{-o-object-position:left;object-position:left}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-1\.5{padding-left:.375rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-9{padding-right:2.25rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-2{padding-top:.5rem}.pt-28{padding-top:7rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-inter{font-family:Inter,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-tiny{font-size:.625rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.not-italic{font-style:normal}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-tight{line-height:1.25}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-primary-base{color:var(--fl-color-primary)}.text-primary-dark{color:var(--fl-color-primary-dark)}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.text-transparent{color:#0000}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.underline-offset-2{text-underline-offset:2px}.opacity-10{opacity:.1}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-none,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-1,.ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity:0.05}.ring-offset-1{--tw-ring-offset-width:1px}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invalid\:border-red-300:invalid{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.invalid\:text-red-900:invalid{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.invalid\:placeholder-red-300:invalid::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.invalid\:placeholder-red-300:invalid::placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:bg-primary-base:hover{background-color:var(--fl-color-primary)}.hover\:bg-primary-hover:hover{background-color:var(--fl-color-primary-hover)}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.hover\:text-primary-hover:hover{color:var(--fl-color-primary-hover)}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.focus\:z-10:focus{z-index:10}.focus\:border-primary-base:focus{border-color:var(--fl-color-primary)}.focus\:border-primary-focus:focus{border-color:var(--fl-color-primary-focus)}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-primary-focus:focus{--tw-ring-color:var(--fl-color-primary-focus)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.invalid\:focus\:border-red-500:focus:invalid{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.invalid\:focus\:ring-red-500:focus:invalid{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:border-gray-300:disabled{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.disabled\:bg-gray-100:disabled{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.disabled\:text-gray-400:disabled{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.group:hover .group-hover\:fill-white{fill:#fff}@media (min-width:640px){.sm\:mb-0{margin-bottom:0}.sm\:mb-4{margin-bottom:1rem}.sm\:mr-8{margin-right:2rem}.sm\:mt-12{margin-top:3rem}.sm\:mt-2{margin-top:.5rem}.sm\:mt-20{margin-top:5rem}.sm\:mt-4{margin-top:1rem}.sm\:h-12{height:3rem}.sm\:h-auto{height:auto}.sm\:w-1\/2{width:50%}.sm\:w-2\/5{width:40%}.sm\:w-3\/5{width:60%}.sm\:w-80{width:20rem}.sm\:w-auto{width:auto}.sm\:max-w-320{max-width:320px}.sm\:max-w-\[100px\]{max-width:100px}.sm\:flex-row{flex-direction:row}.sm\:justify-start{justify-content:flex-start}.sm\:gap-4{gap:1rem}.sm\:border-b-0{border-bottom-width:0}.sm\:border-r{border-right-width:1px}.sm\:p-6{padding:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:pb-0{padding-bottom:0}.sm\:pb-12{padding-bottom:3rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pr-8{padding-right:2rem}.sm\:pt-12{padding-top:3rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem}.sm\:leading-5,.sm\:text-sm{line-height:1.25rem}.sm\:leading-8{line-height:2rem}}@media (min-width:768px){.md\:mb-0{margin-bottom:0}.md\:ml-0{margin-left:0}.md\:mt-0{margin-top:0}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-14{height:3.5rem}.md\:w-\[96px\]{width:96px}.md\:max-w-\[240px\]{max-width:240px}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:1024px){.lg\:mt-4{margin-top:1rem}.lg\:block{display:block}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-16{height:4rem}.lg\:w-\[140px\]{width:140px}.lg\:max-w-full{max-width:100%}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:rounded-br-none{border-bottom-right-radius:0}.lg\:rounded-tr-lg{border-top-right-radius:.5rem}.lg\:rounded-tr-none{border-top-right-radius:0}.lg\:border-b{border-bottom-width:1px}.lg\:border-b-0{border-bottom-width:0}.lg\:object-left{-o-object-position:left;object-position:left}}
|
|
1
|
+
/*! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,select:focus,textarea:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple]{background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:#0000;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=checkbox]:indeterminate,[type=radio]:checked:focus,[type=radio]:checked:hover{border-color:#0000;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{border-color:#0000;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-y-0{top:0;bottom:0}.left-1\/2{left:50%}.right-0{right:0}.top-1\/2{top:50%}.z-10{z-index:10}.z-50{z-index:50}.m-4{margin:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-3{margin-top:.75rem;margin-bottom:.75rem}.-mr-2{margin-right:-.5rem}.-mt-12{margin-top:-3rem}.-mt-28{margin-top:-7rem}.-mt-5{margin-top:-1.25rem}.mb-0{margin-bottom:0}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.mr-0{margin-right:0}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-11{margin-top:2.75rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-60{max-height:15rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-20{width:5rem}.w-36{width:9rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-\[80px\]{width:80px}.w-auto{width:auto}.w-full{width:100%}.w-screen{width:100vw}.min-w-0{min-width:0}.max-w-140{max-width:140px}.max-w-400{max-width:400px}.max-w-560{max-width:560px}.max-w-720{max-width:720px}.max-w-800{max-width:800px}.max-w-960{max-width:960px}.max-w-\[200px\]{max-width:200px}.max-w-\[300px\]{max-width:300px}.max-w-\[560px\]{max-width:560px}.max-w-\[96px\]{max-width:96px}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.flex-\[1_0_0\]{flex:1 0 0}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.grow{flex-grow:1}.basis-0{flex-basis:0px}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.list-outside{list-style-position:outside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.content-center{align-content:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[7px\]{gap:7px}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1px*var(--tw-space-x-reverse));margin-left:calc(-1px*(1 - var(--tw-space-x-reverse)))}.-space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px*var(--tw-space-y-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem*var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.break-words{overflow-wrap:break-word}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-br-md{border-bottom-right-radius:.375rem}.rounded-tr-lg{border-top-right-radius:.5rem}.rounded-tr-none{border-top-right-radius:0}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0}.border-t{border-top-width:1px}.border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.border-transparent{border-color:#0000}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-primary-base{background-color:var(--fl-color-primary)}.bg-primary-hover{background-color:var(--fl-color-primary-hover)}.bg-primary-light{background-color:var(--fl-color-primary-light)}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.bg-yellow-700{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity))}.fill-primary-base{fill:var(--fl-color-primary)}.fill-white{fill:#fff}.object-contain{-o-object-fit:contain;object-fit:contain}.object-left{-o-object-position:left;object-position:left}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-1\.5{padding-left:.375rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-9{padding-right:2.25rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-2{padding-top:.5rem}.pt-28{padding-top:7rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-inter{font-family:Inter,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-tiny{font-size:.625rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.not-italic{font-style:normal}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-tight{line-height:1.25}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-primary-base{color:var(--fl-color-primary)}.text-primary-dark{color:var(--fl-color-primary-dark)}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity))}.text-transparent{color:#0000}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.underline-offset-2{text-underline-offset:2px}.opacity-10{opacity:.1}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-none,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-1,.ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity:0.05}.ring-offset-1{--tw-ring-offset-width:1px}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.invalid\:border-red-300:invalid{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.invalid\:text-red-900:invalid{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.invalid\:placeholder-red-300:invalid::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.invalid\:placeholder-red-300:invalid::placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:bg-primary-base:hover{background-color:var(--fl-color-primary)}.hover\:bg-primary-hover:hover{background-color:var(--fl-color-primary-hover)}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.hover\:text-primary-hover:hover{color:var(--fl-color-primary-hover)}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.focus\:z-10:focus{z-index:10}.focus\:border-primary-base:focus{border-color:var(--fl-color-primary)}.focus\:border-primary-focus:focus{border-color:var(--fl-color-primary-focus)}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-primary-focus:focus{--tw-ring-color:var(--fl-color-primary-focus)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.invalid\:focus\:border-red-500:focus:invalid{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.invalid\:focus\:ring-red-500:focus:invalid{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:border-gray-300:disabled{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.disabled\:bg-gray-100:disabled{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.disabled\:text-gray-400:disabled{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.group:hover .group-hover\:fill-white{fill:#fff}@media (min-width:640px){.sm\:mb-0{margin-bottom:0}.sm\:mb-4{margin-bottom:1rem}.sm\:mr-8{margin-right:2rem}.sm\:mt-12{margin-top:3rem}.sm\:mt-2{margin-top:.5rem}.sm\:mt-20{margin-top:5rem}.sm\:mt-4{margin-top:1rem}.sm\:h-12{height:3rem}.sm\:h-auto{height:auto}.sm\:w-1\/2{width:50%}.sm\:w-2\/5{width:40%}.sm\:w-3\/5{width:60%}.sm\:w-80{width:20rem}.sm\:w-auto{width:auto}.sm\:max-w-320{max-width:320px}.sm\:max-w-\[100px\]{max-width:100px}.sm\:flex-row{flex-direction:row}.sm\:justify-start{justify-content:flex-start}.sm\:gap-4{gap:1rem}.sm\:border-b-0{border-bottom-width:0}.sm\:border-r{border-right-width:1px}.sm\:p-6{padding:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:pb-0{padding-bottom:0}.sm\:pb-12{padding-bottom:3rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pr-8{padding-right:2rem}.sm\:pt-12{padding-top:3rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem}.sm\:leading-5,.sm\:text-sm{line-height:1.25rem}.sm\:leading-8{line-height:2rem}}@media (min-width:768px){.md\:mb-0{margin-bottom:0}.md\:ml-0{margin-left:0}.md\:mt-0{margin-top:0}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-14{height:3.5rem}.md\:w-\[96px\]{width:96px}.md\:max-w-\[240px\]{max-width:240px}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:1024px){.lg\:mt-4{margin-top:1rem}.lg\:block{display:block}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-16{height:4rem}.lg\:w-\[140px\]{width:140px}.lg\:max-w-full{max-width:100%}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:rounded-br-none{border-bottom-right-radius:0}.lg\:rounded-tr-lg{border-top-right-radius:.5rem}.lg\:rounded-tr-none{border-top-right-radius:0}.lg\:border-b{border-bottom-width:1px}.lg\:border-b-0{border-bottom-width:0}.lg\:object-left{-o-object-position:left;object-position:left}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as s,b as e}from"./p-51c6dd08.js";import"./p-29c11183.js";import{g as i}from"./p-86e3e03f.js";(()=>{const e=import.meta.url,i={};return""!==e&&(i.resourcesUrl=new URL(".",e).href),s(i)})().then((s=>(i(),e([["p-fcb4050d",[[0,"context-consumer",{context:[16],renderer:[16],subscribe:[16],unsubscribe:[32]}]]],["p-071b8545",[[0,"stencil-async-content",{documentLocation:[1,"document-location"],content:[32]}]]],["p-23cfdd82",[[0,"stencil-route-title",{titleSuffix:[1,"title-suffix"],pageTitle:[1,"page-title"]}]]],["p-9c855634",[[0,"stencil-router-prompt",{when:[4],message:[1],history:[16],unblock:[32]}]]],["p-b89b68db",[[0,"stencil-router-redirect",{history:[16],root:[1],url:[1]}]]],["p-
|
|
1
|
+
import{p as s,b as e}from"./p-51c6dd08.js";import"./p-29c11183.js";import{g as i}from"./p-86e3e03f.js";(()=>{const e=import.meta.url,i={};return""!==e&&(i.resourcesUrl=new URL(".",e).href),s(i)})().then((s=>(i(),e([["p-fcb4050d",[[0,"context-consumer",{context:[16],renderer:[16],subscribe:[16],unsubscribe:[32]}]]],["p-071b8545",[[0,"stencil-async-content",{documentLocation:[1,"document-location"],content:[32]}]]],["p-23cfdd82",[[0,"stencil-route-title",{titleSuffix:[1,"title-suffix"],pageTitle:[1,"page-title"]}]]],["p-9c855634",[[0,"stencil-router-prompt",{when:[4],message:[1],history:[16],unblock:[32]}]]],["p-b89b68db",[[0,"stencil-router-redirect",{history:[16],root:[1],url:[1]}]]],["p-12bf731a",[[0,"sss-prefill",{history:[16],prefill:[32]}],[0,"sss-my-own-fund",{history:[16],formState:[32],isNotAllInformationProvidedMessageVisible:[32],isSubmitDisabled:[32]}],[0,"sss-self-managed-fund",{history:[16],formState:[32],isSubmitDisabled:[32]}],[1,"super-selection-app-host",{sessionState:[32],jwt:[32],appConfiguration:[32],ignoreExistingSelection:[32]}],[0,"sss-super-choice-page",{history:[16],promotedFunds:[32]}],[0,"sss-default-fund",{history:[16],defaultFundProductName:[32]}],[0,"sss-consent-page",{history:[16],campaignConnectRequestInProgress:[32]}],[0,"sss-existing-choice-page",{history:[16],existingFund:[32]}],[0,"sss-standard-choice-form",{history:[16],standardChoiceFormSignature:[32],formState:[32],isSubmitDisabled:[32]}],[0,"sss-promoted-fund-join-v1-page",{history:[16]}],[0,"sss-promoted-fund-join-v2-page",{history:[16]}],[0,"sss-slate-join-page",{history:[16]}],[0,"sss-success"],[0,"sss-prefill-my-own-fund",{history:[16],prefill:[16],mode:[32],formState:[32],isSubmitDisabled:[32],fundUsi:[32],fundName:[32],memberNumber:[32],memberGivenNames:[32],memberLastName:[32]}],[0,"sss-prefill-smsf",{history:[16],prefill:[16],mode:[32],formState:[32],isSubmitDisabled:[32],fundName:[32],fundAbn:[32],fundEsa:[32],fundAddressLine1:[32],fundAddressLine2:[32],fundAddressCity:[32],fundAddressPostcode:[32],fundAddressState:[32],fundAddress:[32],memberGivenNames:[32],memberLastName:[32],bankAccountName:[32],bankName:[32],bankAccountBsb:[32],bankAccountNumber:[32]}],[1,"super-selection-app",{ignoreExistingSelection:[4,"ignore-existing-selection"],accessToken:[1,"access-token"],backendUrl:[1,"backend-url"],appBaseUrl:[1,"app-base-url"],history:[16],location:[16],isSelfHosted:[4,"is-self-hosted"],isAppInitialised:[32]}],[0,"sss-prefill-invalid-my-own-fund",{history:[16],prefill:[16],fundUsi:[32],fundName:[32],memberNumber:[32],memberGivenNames:[32],memberLastName:[32]}],[0,"sss-prefill-invalid-smsf",{history:[16],prefill:[16],fundName:[32],fundAbn:[32],fundEsa:[32],fundAddressLine1:[32],fundAddressLine2:[32],fundAddressCity:[32],fundAddressPostcode:[32],fundAddressState:[32],fundAddress:[32],memberGivenNames:[32],memberLastName:[32],bankAccountName:[32],bankAccountBsb:[32],bankAccountNumber:[32]}],[0,"sss-my-own-fund-inputs",{myOwnFundForm:[16],showValidationErrors:[4,"show-validation-errors"],selectedOption:[32]}],[0,"sss-loading-super-indicator"],[0,"sss-self-managed-fund-inputs",{fundForm:[16],showValidationErrors:[4,"show-validation-errors"],isAbnValid:[32],isAbnTouched:[32],isAbnUsedForRegulated:[32],currentBank:[32],addressErrorMessage:[32]}],[0,"sss-super-choice-item-bottom",{disclaimer:[16],abnInfo:[1,"abn-info"],abn:[1],isMultiFund:[4,"is-multi-fund"]}],[0,"sss-loading-page"],[0,"sss-super-choice-item-top",{name:[1],logo:[1],features:[16],featureSubText:[16],customContent:[16],isMultiFund:[4,"is-multi-fund"],isPromotedDefault:[4,"is-promoted-default"]}],[4,"sss-loading-component",{header:[1]}],[0,"sss-dropdown-async",{placeholder:[1],searchFunction:[16],value:[16],required:[4],requiredValidationMessage:[1,"required-validation-message"],disabled:[4],minSearchStringLength:[2,"min-search-string-length"],showValidationErrors:[4,"show-validation-errors"],searchState:[32],inputValue:[32],isDropdownVisible:[32],filteredOptions:[32],highlightedOptionIndex:[32],selectedOption:[32]},[[2,"focus","handleFocus"],[2,"blur","handleBlur"],[2,"keydown","handleKeyDown"]]],[0,"sss-footer-section",{textOverride:[16]}],[0,"sss-super-campaign-host",{backendUrl:[1,"backend-url"],accessToken:[1,"access-token"],componentLoaded:[32]}],[4,"stencil-route-switch",{group:[513],scrollTopOffset:[2,"scroll-top-offset"],location:[16],routeViewsUpdated:[16]}],[4,"stencil-router",{root:[1],historyType:[1,"history-type"],titleSuffix:[1,"title-suffix"],scrollTopOffset:[2,"scroll-top-offset"],location:[32],history:[32]}],[4,"sss-custom-fund",{history:[16],currentCustomFund:[32],fundOptionsList:[32],showFundOptionsSelection:[32]}],[0,"sss-iframe-host",{build:[16]}],[0,"sss-prefill-warning-box",{notificationList:[16]}],[0,"sss-header-section",{currentPage:[1,"current-page"]}],[0,"sss-name-input",{value:[1],name:[1],readableName:[1,"readable-name"],showValidationErrors:[4,"show-validation-errors"],errorMessage:[32]}],[0,"sss-prefill-display-field",{field:[16]}],[0,"sss-prefill-error-box",{withHeader:[4,"with-header"],notificationList:[16]}],[4,"stencil-route-link",{url:[1],urlMatch:[1,"url-match"],activeClass:[1,"active-class"],exact:[4],strict:[4],custom:[1],anchorClass:[1,"anchor-class"],anchorRole:[1,"anchor-role"],anchorTitle:[1,"anchor-title"],anchorTabIndex:[1,"anchor-tab-index"],anchorId:[1,"anchor-id"],history:[16],location:[16],root:[1],ariaHaspopup:[1,"aria-haspopup"],ariaPosinset:[1,"aria-posinset"],ariaSetsize:[2,"aria-setsize"],ariaLabel:[1,"aria-label"],match:[32]}],[4,"sss-button",{fillWidth:[4,"fill-width"],fillWidthOnMobile:[4,"fill-width-on-mobile"],disabled:[4],variant:[1],size:[1],promiseFn:[16],state:[32]}],[0,"sss-loading-indicator",{theme:[1],size:[2]}],[0,"stencil-route",{group:[513],componentUpdated:[16],match:[1040],url:[1],component:[1],componentProps:[16],exact:[4],routeRender:[16],scrollTopOffset:[2,"scroll-top-offset"],routeViewsUpdated:[16],location:[16],history:[16],historyType:[1,"history-type"]}]]]],s))));
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_9265_3247)">
|
|
3
|
+
<path d="M59.8261 30.0174C59.8192 46.4882 46.4569 59.8366 29.9861 59.8261C13.5118 59.8192 0.166877 46.4569 0.173831 29.9826C0.184262 13.5118 13.5431 0.166877 30.0174 0.173831C46.4916 0.184262 59.8366 13.5431 59.8261 30.0174Z" fill="white" stroke="#A39161" stroke-width="0.347705" stroke-miterlimit="10"/>
|
|
4
|
+
<path d="M53.982 29.9992C53.982 43.2433 43.2448 53.9805 30.0008 53.9805C16.7567 53.9805 6.01953 43.2433 6.01953 29.9992C6.01953 16.7551 16.7567 6.02148 30.0008 6.02148C43.2448 6.02148 53.982 16.7586 53.982 29.9992Z" fill="#A39161"/>
|
|
5
|
+
<path d="M9.59961 34.7715H48.8068" stroke="white" stroke-width="0.312935"/>
|
|
6
|
+
<path d="M21.4008 19.6146H20.5489L19.697 27.4658H20.5489L20.4481 28.4046H16.5573L16.6581 27.4658H17.4543L18.0037 22.4971L15.7714 27.1076H14.099L12.8751 22.4971L12.2909 27.4658H13.0872L12.9863 28.4046H9.71094L9.81177 27.4658H10.6636L11.5155 19.6146H10.6636L10.7645 18.6758H13.8486L15.5072 24.545L18.3653 18.6758H21.4947L21.3938 19.6146H21.4008Z" fill="#000104"/>
|
|
7
|
+
<path d="M24.1172 28.5985C21.9197 28.5985 20.8418 27.2703 20.8418 25.3475C20.8418 22.9101 21.8049 20.9316 24.7883 20.9316C26.9753 20.9316 28.0636 22.1556 28.0636 24.1827C28.0636 26.4949 27.0553 28.602 24.1172 28.602V28.5985ZM24.7674 21.5262C23.9155 21.5262 23.1645 22.545 23.1645 26.3767C23.1645 27.4511 23.5122 28.0005 24.1415 28.0005C24.9482 28.0005 25.7444 27.4859 25.7444 23.1361C25.7444 21.787 25.362 21.5227 24.7674 21.5227V21.5262ZM36.1165 28.4038H32.6951L33.2653 23.2439C33.3314 22.6493 33.2201 22.4198 32.8724 22.4198C32.1214 22.4198 31.3251 23.7376 31.1999 24.9268L30.8314 28.4038H28.5226L29.2076 22.0652H28.3105L28.4113 21.1264H31.5963L31.4294 22.7188C31.7424 22.1938 32.5525 20.9351 34.1102 20.9351C35.2194 20.9351 35.7375 21.7592 35.6123 22.8579L35.0977 27.4685H36.2208L36.12 28.4073L36.1165 28.4038ZM38.6269 25.1876C38.5713 26.1368 38.8077 27.5693 40.5671 27.5693C41.3634 27.5693 42.0483 27.4789 42.775 27.0999L42.7403 28.0735C41.9336 28.4038 40.8001 28.5985 39.7917 28.5985C37.8863 28.5985 36.3251 27.7849 36.3251 25.2467C36.3251 22.5798 37.5908 20.9316 40.1499 20.9316C42.709 20.9316 43.0636 22.8301 42.9663 24.3635L38.6269 25.1876ZM40.129 21.5262C39.5136 21.5262 38.8738 22.0408 38.6721 24.3079L40.9252 23.8941C41.0713 22.5902 41.0921 21.5262 40.129 21.5262Z" fill="#000104"/>
|
|
8
|
+
<path d="M48.4275 26.3658C47.5409 27.8087 46.1396 30.7468 45.6111 32.4436H43.6848L45.9831 28.7023L43.5596 22.0646H42.8086L42.9094 21.1258H45.7676L47.5165 26.2649C48.6361 24.6168 49.0186 23.3824 49.0186 22.6384C49.0186 22.0542 48.9386 21.7691 48.3197 21.1398L49.5436 19.582C50.4199 20.3261 50.8788 20.7608 50.8788 21.6891C50.8788 22.6175 49.0082 25.4304 48.424 26.3692L48.4275 26.3658Z" fill="#000104"/>
|
|
9
|
+
<path d="M21.2059 19.556H20.354L19.5021 27.4072H20.354L20.2532 28.346H16.3624L16.4632 27.4072H17.2594L17.8088 22.4419L15.5766 27.0525H13.9041L12.6836 22.4419L12.0995 27.4072H12.8957L12.7949 28.346H9.51953L9.62037 27.4072H10.4722L11.3241 19.556H10.4722L10.5731 18.6172H13.6572L15.3158 24.4864L18.1774 18.6172H21.3067L21.2059 19.556Z" fill="white"/>
|
|
10
|
+
<path d="M23.9219 28.536C21.7244 28.536 20.6465 27.2078 20.6465 25.285C20.6465 22.8476 21.6131 20.8691 24.5929 20.8691C26.78 20.8691 27.8683 22.0931 27.8683 24.1202C27.8683 26.4324 26.86 28.536 23.9219 28.536ZM24.5721 21.4637C23.7202 21.4637 22.9692 22.4825 22.9692 26.3142C22.9692 27.3886 23.3169 27.9415 23.9462 27.9415C24.7529 27.9415 25.5491 27.4269 25.5491 23.0771C25.5491 21.728 25.1666 21.4637 24.5721 21.4637ZM35.9212 28.3448H32.4998L33.07 23.1849C33.1395 22.5903 33.0248 22.3608 32.6771 22.3608C31.926 22.3608 31.1263 23.6786 31.0046 24.8677L30.6361 28.3483H28.3273L29.0123 22.0096H28.1152L28.216 21.0708H31.401L31.2341 22.6598C31.547 22.1348 32.3537 20.8761 33.9149 20.8761C35.0241 20.8761 35.5422 21.7002 35.417 22.7989L34.9024 27.4095H36.022L35.9212 28.3483V28.3448ZM38.4351 25.1285C38.3794 26.0778 38.6159 27.5103 40.3753 27.5103C41.1715 27.5103 41.8565 27.4199 42.5832 27.0409L42.5484 28.0145C41.7418 28.3483 40.6082 28.5395 39.5999 28.5395C37.6945 28.5395 36.1367 27.7259 36.1367 25.1876C36.1367 22.5207 37.4024 20.8726 39.9615 20.8726C42.5206 20.8726 42.8787 22.7711 42.7779 24.3045L38.4386 25.1285H38.4351ZM39.9372 21.4672C39.3182 21.4672 38.6819 21.9818 38.4803 24.2488L40.7334 23.8385C40.8794 22.5346 40.9003 21.4707 39.9372 21.4707V21.4672Z" fill="white"/>
|
|
11
|
+
<path d="M48.2439 26.2759C47.3573 27.7189 45.956 30.6605 45.4275 32.3538H43.5012L45.7995 28.6125L43.376 21.9748H42.625L42.7258 21.036H45.584L47.3329 26.1751C48.456 24.527 48.835 23.2926 48.835 22.5485C48.835 21.9644 48.7516 21.6793 48.1361 21.0499L49.3601 19.4922C50.2363 20.2363 50.6952 20.6709 50.6952 21.5993C50.6952 22.5277 48.8211 25.3406 48.2404 26.2794L48.2439 26.2759Z" fill="white"/>
|
|
12
|
+
<path d="M17.028 32.4051V31.9809H17.327V31.3412C17.327 31.1082 17.3339 30.4754 17.3374 30.3259C17.2957 30.4615 17.0384 31.1082 16.9515 31.3377L16.7255 31.9427H16.2039L15.9744 31.3377C15.8875 31.1186 15.6302 30.4615 15.5919 30.3259C15.5919 30.4788 15.6024 31.1186 15.6024 31.3412V31.9809H15.9014V32.4051H14.8652V31.9809H15.1399V30.232H14.8652V29.8008H15.9292L16.2665 30.6318C16.3325 30.7848 16.5029 31.2021 16.5238 31.3133C16.5516 31.2021 16.715 30.7953 16.7811 30.6353L17.1079 29.8008H18.151V30.232H17.8764V31.9809H18.151V32.4051H17.0349H17.028ZM20.884 32.4051V32.0053H21.2978L21.1413 31.6124H20.1434L19.9869 32.0053H20.3798V32.4051H19.2255V31.9809H19.4862L20.3694 29.7869H20.9988L21.8854 31.9809H22.1566V32.4051H20.8805H20.884ZM20.9014 30.9691C20.8597 30.8613 20.6754 30.3641 20.6441 30.2911C20.6198 30.3711 20.4285 30.8648 20.3903 30.9622L20.2755 31.2681H21.0127L20.8979 30.9691H20.9014ZM25.3346 31.5115V32.3252C25.2129 32.3599 24.8235 32.4434 24.3228 32.4434C23.544 32.4434 23.0989 32.1722 23.0989 31.1082C23.0989 30.0442 23.5613 29.7695 24.3298 29.7695C24.7992 29.7695 25.2164 29.8495 25.3451 29.8912V30.6805H24.8235V30.2494C24.7435 30.2355 24.5071 30.2076 24.3228 30.2076C23.8395 30.2076 23.6796 30.4545 23.6796 31.0074V31.1986C23.6796 31.7445 23.8221 32.0227 24.3472 32.0227C24.5836 32.0227 24.7679 31.9983 24.8444 31.9809V31.515H24.4793V31.1186H25.5641V31.515H25.3381L25.3346 31.5115ZM28.1719 32.4051V32.0053H28.5892L28.4327 31.6124H27.4348L27.2783 32.0053H27.6712V32.4051H26.5168V31.9809H26.7741L27.6573 29.7869H28.2867L29.1733 31.9809H29.4445V32.4051H28.1684H28.1719ZM28.1893 30.9691C28.1476 30.8613 27.9633 30.3641 27.932 30.2911C27.9077 30.3711 27.7164 30.8648 27.6782 30.9622L27.5599 31.2681H28.3006L28.1858 30.9691H28.1893ZM30.5398 32.4051V31.9601L31.3778 31.0143C31.6768 30.677 32.1427 30.1972 32.1705 30.1763H31.0961V30.6736H30.5711V29.8043H32.7581V30.2598L32.0036 31.0908C31.7185 31.4037 31.2004 31.9879 31.1378 32.04H32.2574V31.4768H32.7825V32.4086H30.5363L30.5398 32.4051ZM34.7679 30.2355V31.9844H35.0878V32.4086H33.8986V31.9844H34.2185V30.2355H33.8986V29.8043H35.0878V30.2355H34.7679ZM38.7213 30.2355V32.4051H38.1928L36.9445 30.4545C36.9549 30.5484 36.9584 31.3029 36.9584 31.4385V31.9809H37.2783V32.4051H36.2074V31.9809H36.4821V30.232H36.2074V29.8008H37.1392L38.2658 31.5533C38.2519 31.4559 38.2484 30.8648 38.2484 30.6875V30.232H37.9424V29.8008H38.989V30.232H38.7248L38.7213 30.2355ZM40.1017 32.4051V31.9809H40.3764V30.232H40.1017V29.8008H42.407V30.6701H41.8854V30.2076H40.9257V30.8683H41.6559V31.2612H40.9257V31.9983H41.8854V31.4698H42.407V32.4017H40.1017V32.4051Z" fill="#000104"/>
|
|
13
|
+
<path d="M16.9787 32.3368V31.9126H17.2777V31.2728C17.2777 31.0398 17.2847 30.407 17.2882 30.2575C17.2464 30.3931 16.9891 31.0398 16.9022 31.2693L16.6762 31.8743H16.1546L15.9217 31.2693C15.8382 31.0503 15.5775 30.3931 15.5392 30.2575C15.5392 30.4105 15.5496 31.0503 15.5496 31.2728V31.9126H15.8487V32.3368H14.8125V31.9126H15.0872V30.1636H14.8125V29.7325H15.8765L16.2138 30.5635C16.2763 30.7165 16.4467 31.1337 16.4711 31.245C16.4989 31.1337 16.6623 30.7269 16.7284 30.567L17.0552 29.7325H18.0983V30.1636H17.8236V31.9126H18.0983V32.3368H16.9822H16.9787ZM20.8382 32.3368V31.9369H21.2555L21.099 31.544H20.1011L19.9446 31.9369H20.3375V32.3368H19.1832V31.9126H19.4439L20.3271 29.7186H20.9565L21.8431 31.9126H22.1143V32.3368H20.8382ZM20.8556 30.9008C20.8139 30.793 20.6296 30.2957 20.6018 30.2227C20.5775 30.2992 20.3862 30.7964 20.348 30.8938L20.2297 31.1998H20.9669L20.8521 30.9008H20.8556ZM25.2854 31.4432V32.2568C25.1637 32.2916 24.7743 32.375 24.2736 32.375C23.4947 32.375 23.0496 32.1038 23.0496 31.0398C23.0496 29.9759 23.5121 29.7012 24.2805 29.7012C24.7499 29.7012 25.1672 29.7811 25.2958 29.8229V30.6122H24.7743V30.181C24.6908 30.1671 24.4578 30.1393 24.2736 30.1393C23.7902 30.1393 23.6303 30.3862 23.6303 30.939V31.1302C23.6303 31.6761 23.7729 31.9543 24.2979 31.9543C24.5309 31.9543 24.7186 31.93 24.7951 31.9126V31.4467H24.43V31.0503H25.5149V31.4467H25.2854V31.4432ZM28.1261 32.3368V31.9369H28.5399L28.3834 31.544H27.3855L27.2291 31.9369H27.622V32.3368H26.4676V31.9126H26.7284L27.6115 29.7186H28.2409L29.1275 31.9126H29.3987V32.3368H28.1227H28.1261ZM28.1435 30.9008C28.1018 30.793 27.9175 30.2957 27.8862 30.2227C27.8619 30.2992 27.6706 30.7964 27.6359 30.8938L27.5176 31.1998H28.2548L28.14 30.9008H28.1435ZM30.4905 32.3368V31.8917L31.3285 30.946C31.6275 30.6087 32.0934 30.1288 32.1213 30.108H31.0469V30.6052H30.5218V29.7359H32.7089V30.1914L31.9544 31.0225C31.6692 31.3354 31.1512 31.9195 31.0886 31.9717H32.2082V31.4084H32.7332V32.3403H30.487L30.4905 32.3368ZM34.7221 30.1671V31.9161H35.042V32.3403H33.8528V31.9161H34.1727V30.1671H33.8528V29.7359H35.042V30.1671H34.7221ZM38.6755 30.1671V32.3368H38.147L36.8953 30.3862C36.9057 30.48 36.9092 31.2346 36.9092 31.3702V31.9126H37.2291V32.3368H36.1546V31.9126H36.4293V30.1636H36.1546V29.7325H37.0865L38.2131 31.4849C38.1992 31.3875 38.1957 30.7964 38.1957 30.6191V30.1636H37.8897V29.7325H38.9363V30.1636H38.672L38.6755 30.1671ZM40.0524 32.3368V31.9126H40.3271V30.1636H40.0524V29.7325H42.3577V30.6017H41.8361V30.1393H40.8765V30.7999H41.6067V31.1928H40.8765V31.93H41.8361V31.4014H42.3577V32.3333H40.0524V32.3368Z" fill="white"/>
|
|
14
|
+
<path d="M15.2826 38.0969H14.9141V37.0469H17.1881V38.0344H16.6595L16.8543 39.1887C16.9516 39.7033 17.042 40.211 17.0837 40.6282C17.1394 40.2249 17.2576 39.7033 17.3758 39.1957L17.6957 37.8257H18.8431L19.17 39.1957C19.2882 39.7033 19.4064 40.2597 19.4551 40.6282C19.5038 40.2666 19.5872 39.7033 19.6846 39.1957L19.8862 38.0344H19.3508V37.0469H21.3049V38.0969H20.9363L20.081 42.186H18.6693L18.3355 40.6143C18.2381 40.1693 18.1408 39.6338 18.113 39.4043C18.0851 39.6268 17.9878 40.1623 17.8904 40.6074L17.5427 42.186H16.1728L15.2826 38.0969ZM21.6874 41.1463H22.1602V38.1004H21.6874V37.0504H23.9822V38.1004H23.5093V41.1463H23.9822V42.1686H21.6874V41.1463ZM24.389 41.1463H24.7785V38.1004H24.389V37.0504H26.3153L27.3098 38.9488C27.6296 39.5538 27.8174 39.9085 27.8661 40.0476C27.8383 39.8111 27.8313 39.3452 27.8313 38.8862V38.1004H27.3654V37.0504H29.2569V38.1004H28.8883V42.1686H27.6435L26.4196 39.8042C26.0719 39.1296 25.8703 38.7889 25.8077 38.5872C25.8285 38.8376 25.8355 39.4147 25.8355 39.8181V41.1463H26.3292V42.1686H24.389V41.1463ZM29.6429 41.1463H30.0323V38.1004H29.6429V37.0504H31.5691L32.5636 38.9488C32.8835 39.5538 33.0712 39.9085 33.1199 40.0476C33.0921 39.8111 33.0851 39.3452 33.0851 38.8862V38.1004H32.6192V37.0504H34.5107V38.1004H34.1422V42.1686H32.8974L31.6735 39.8042C31.3257 39.1296 31.1241 38.7889 31.0615 38.5872C31.0824 38.8376 31.0893 39.4147 31.0893 39.8181V41.1463H31.583V42.1686H29.6429V41.1463ZM34.8932 41.1463H35.2826V38.1004H34.8932V37.0504H39.1213V38.9488H37.8696V38.0309H36.6317V39.1227H37.4593V40.0754H36.6317V41.2159H37.8696V40.1727H39.1213V42.1686H34.8932V41.1463ZM39.5977 41.1463H39.9871V38.1004H39.5977V37.0504H42.2611C43.339 37.0504 43.9301 37.252 43.9301 38.6359C43.9301 39.3591 43.7632 39.8807 43.1512 40.0823L43.8397 41.1463H44.2291V42.1686H42.3862V41.2854L41.7465 40.2631H41.3153V41.2089H41.816V42.1686H39.5977V41.1463ZM42.1637 39.4217C42.4419 39.4217 42.6018 39.2618 42.6018 38.6915C42.6018 38.1213 42.428 38.0309 42.1498 38.0309H41.3153V39.4217H42.1637Z" fill="#000104"/>
|
|
15
|
+
<path d="M15.2358 38.0969H14.8672V37.0469H17.1307V38.0344H16.6057L16.8004 39.1887C16.8978 39.7033 16.9882 40.211 17.0299 40.6282C17.0855 40.2249 17.2038 39.7033 17.322 39.1957L17.6419 37.8257H18.7858L19.1127 39.1957C19.2309 39.7033 19.3491 40.2597 19.3978 40.6282C19.4465 40.2666 19.5299 39.7033 19.6273 39.1957L19.8289 38.0344H19.297V37.0469H21.2441V38.0969H20.8755L20.0237 42.186H18.6189L18.2851 40.6143C18.1878 40.1693 18.0904 39.6338 18.0626 39.4043C18.0348 39.6268 17.9374 40.1623 17.8401 40.6074L17.4924 42.186H16.1294L15.2427 38.0969H15.2358ZM21.6127 41.1463H22.0821V38.1004H21.6127V37.0504H23.8971V38.1004H23.4277V41.1463H23.8971V42.1686H21.6127V41.1463ZM24.3143 41.1463H24.7038V38.1004H24.3143V37.0504H26.2337L27.2246 38.9488C27.5445 39.5538 27.7288 39.9085 27.7775 40.0476C27.7497 39.8111 27.7427 39.3452 27.7427 38.8862V38.1004H27.2803V37.0504H29.1648V38.1004H28.7963V42.1686H27.5584L26.3415 39.8042C25.9938 39.1296 25.7956 38.7889 25.733 38.5872C25.7538 38.8376 25.7608 39.4147 25.7608 39.8181V41.1463H26.2511V42.1686H24.3178V41.1463H24.3143ZM29.5786 41.1463H29.968V38.1004H29.5786V37.0504H31.4979L32.4889 38.9488C32.8088 39.5538 32.9931 39.9085 33.0417 40.0476C33.0139 39.8111 33.007 39.3452 33.007 38.8862V38.1004H32.5445V37.0504H34.4291V38.1004H34.0605V42.1686H32.8227L31.6057 39.8042C31.258 39.1296 31.0598 38.7889 30.9972 38.5872C31.0181 38.8376 31.025 39.4147 31.025 39.8181V41.1463H31.5153V42.1686H29.5821V41.1463H29.5786ZM34.8394 41.1463H35.2288V38.1004H34.8394V37.0504H39.0501V38.9488H37.8053V38.0309H36.5744V39.1227H37.3985V40.0754H36.5744V41.2159H37.8053V40.1727H39.0501V42.1686H34.8394V41.1463ZM39.5334 41.1463H39.9228V38.1004H39.5334V37.0504H42.1829C43.2573 37.0504 43.8449 37.252 43.8449 38.6359C43.8449 39.3591 43.678 39.8807 43.0696 40.0823L43.7545 41.1463H44.144V42.1686H42.3081V41.2854L41.6718 40.2631H41.2441V41.2089H41.7413V42.1686H39.5334V41.1463ZM42.089 39.4217C42.3637 39.4217 42.5237 39.2618 42.5237 38.6915C42.5237 38.1213 42.3498 38.0309 42.0751 38.0309H41.2441V39.4217H42.089Z" fill="white"/>
|
|
16
|
+
<path d="M21.502 48.4282V47.1278L23.0805 45.8413C23.5082 45.4901 23.7516 45.278 23.8177 45.2085C23.9289 45.052 23.988 44.8712 23.9915 44.673C23.9915 44.4887 23.9533 44.367 23.8733 44.3149C23.7933 44.2627 23.6195 44.2349 23.3517 44.2349C23.084 44.2349 22.9102 44.2453 22.8232 44.2627V44.826H21.5993V43.3865C21.7627 43.3483 22.0235 43.3135 22.3816 43.2787C22.7398 43.2439 23.0562 43.2266 23.3309 43.2266C23.7481 43.2266 24.0784 43.2439 24.3184 43.2822C24.5583 43.3204 24.7565 43.3935 24.906 43.5012C25.0555 43.609 25.1563 43.7516 25.205 43.922C25.2537 44.0923 25.278 44.3288 25.278 44.6313C25.278 44.7704 25.2746 44.8851 25.2641 44.979C25.2537 45.0729 25.2224 45.1737 25.1633 45.285C25.1042 45.3962 25.0555 45.4832 25.0138 45.5423C24.9721 45.6014 24.8747 45.7022 24.7252 45.8413C24.5757 45.9804 24.4505 46.0917 24.3497 46.1751C24.2488 46.2586 24.0645 46.4081 23.7968 46.6271L22.705 47.5172H24.1028V46.8705H25.3198V48.4282H21.502ZM29.0958 48.2892C28.8072 48.4387 28.3935 48.5117 27.851 48.5117C27.3086 48.5117 26.8949 48.4387 26.6132 48.2926C26.3316 48.1466 26.1264 47.8858 25.9978 47.5103C25.8691 47.1348 25.8065 46.5889 25.8065 45.8691C25.8065 45.1494 25.8726 44.6035 26.0013 44.228C26.1299 43.8524 26.3385 43.5917 26.6237 43.4456C26.9088 43.2996 27.3225 43.2266 27.865 43.2266C28.2718 43.2266 28.6021 43.2613 28.8524 43.3344C29.1028 43.4074 29.3114 43.543 29.4783 43.7412C29.6452 43.9394 29.7599 44.2071 29.8225 44.5409C29.8851 44.8747 29.9164 45.3128 29.9164 45.8552C29.9164 46.575 29.8504 47.1209 29.7217 47.4999C29.5931 47.8789 29.3844 48.1396 29.0958 48.2892ZM27.865 47.5172C28.1536 47.5172 28.3413 47.4373 28.4317 47.2773C28.5221 47.1174 28.5673 46.7836 28.5673 46.2725V45.4727C28.5673 44.9616 28.5221 44.6313 28.4282 44.4783C28.3344 44.3253 28.1431 44.2488 27.851 44.2488C27.559 44.2488 27.3747 44.3218 27.2843 44.4713C27.1939 44.6209 27.1487 44.9477 27.1487 45.4588V46.2585C27.1487 46.7697 27.1974 47.107 27.2947 47.2704C27.3921 47.4338 27.5833 47.5172 27.865 47.5172ZM30.3337 48.4282V47.1278L31.9122 45.8413C32.3399 45.4901 32.5833 45.278 32.6494 45.2085C32.7606 45.052 32.8198 44.8712 32.8232 44.673C32.8232 44.4887 32.785 44.367 32.705 44.3149C32.625 44.2627 32.4512 44.2349 32.1835 44.2349C31.9157 44.2349 31.7419 44.2453 31.6549 44.2627V44.826H30.431V43.3865C30.5944 43.3483 30.8552 43.3135 31.2134 43.2787C31.5715 43.2439 31.8879 43.2266 32.1626 43.2266C32.5798 43.2266 32.9102 43.2439 33.1501 43.2822C33.39 43.3204 33.5882 43.3935 33.7377 43.5012C33.8872 43.609 33.988 43.7516 34.0367 43.922C34.0854 44.0923 34.1097 44.3288 34.1097 44.6313C34.1097 44.7704 34.1063 44.8851 34.0958 44.979C34.0854 45.0729 34.0541 45.1737 33.995 45.285C33.9359 45.3962 33.8872 45.4832 33.8455 45.5423C33.8038 45.6014 33.7064 45.7022 33.5569 45.8413C33.4074 45.9804 33.2822 46.0917 33.1814 46.1751C33.0805 46.2586 32.8962 46.4081 32.6285 46.6271L31.5367 47.5172H32.9345V46.8705H34.1515V48.4282H30.3337ZM34.8886 48.5534L34.8052 47.5033C35.5979 47.4512 36.1577 47.406 36.4811 47.3677C36.8045 47.3295 37.02 47.2704 37.1209 47.1974C37.2217 47.1243 37.2739 46.9748 37.2739 46.7523C37.2739 46.5541 37.2217 46.415 37.1209 46.342C36.9714 46.2342 36.6341 46.1647 36.1056 46.1264V45.2154L37.2113 44.2001H35.8065V44.826H34.6174V43.31H38.3309V44.4435L37.2739 45.4171C37.6807 45.4762 37.9867 45.5875 38.1918 45.7509C38.3204 45.8587 38.4109 45.9839 38.463 46.1299C38.5152 46.2759 38.5395 46.4707 38.5395 46.7106C38.5395 47.0722 38.5152 47.3434 38.4665 47.5207C38.4178 47.6981 38.3274 47.8476 38.1918 47.9623C37.9971 48.1327 37.6598 48.2579 37.1835 48.3378C36.7071 48.4178 35.9421 48.4873 34.8886 48.5534Z" fill="#231F20"/>
|
|
17
|
+
<path d="M21.4023 48.4282V47.1278L22.9809 45.8413C23.4086 45.4901 23.652 45.278 23.7181 45.2085C23.8293 45.052 23.8884 44.8712 23.8919 44.673C23.8919 44.4887 23.8537 44.367 23.7737 44.3149C23.6937 44.2627 23.5199 44.2349 23.2521 44.2349C22.9844 44.2349 22.8105 44.2453 22.7236 44.2627V44.826H21.4997V43.3865C21.6631 43.3483 21.9239 43.3135 22.282 43.2787C22.6402 43.2439 22.9566 43.2266 23.2313 43.2266C23.6485 43.2266 23.9788 43.2439 24.2188 43.2822C24.4587 43.3204 24.6569 43.3935 24.8064 43.5012C24.9559 43.609 25.0567 43.7516 25.1054 43.922C25.1541 44.0923 25.1784 44.3288 25.1784 44.6313C25.1784 44.7704 25.1749 44.8851 25.1645 44.979C25.1541 45.0729 25.1228 45.1737 25.0637 45.285C25.0046 45.3962 24.9559 45.4832 24.9142 45.5423C24.8724 45.6014 24.7751 45.7022 24.6256 45.8413C24.4761 45.9804 24.3509 46.0917 24.25 46.1751C24.1492 46.2586 23.9649 46.4081 23.6972 46.6271L22.6054 47.5172H24.0032V46.8705H25.2201V48.4282H21.4023ZM28.9962 48.2892C28.7076 48.4387 28.2939 48.5117 27.7514 48.5117C27.209 48.5117 26.7953 48.4387 26.5136 48.2926C26.232 48.1466 26.0268 47.8858 25.8982 47.5103C25.7695 47.1348 25.7069 46.5889 25.7069 45.8691C25.7069 45.1494 25.773 44.6035 25.9016 44.228C26.0303 43.8524 26.2389 43.5917 26.524 43.4456C26.8092 43.2996 27.2229 43.2266 27.7653 43.2266C28.1722 43.2266 28.5025 43.2613 28.7528 43.3344C29.0032 43.4074 29.2118 43.543 29.3787 43.7412C29.5456 43.9394 29.6603 44.2071 29.7229 44.5409C29.7855 44.8747 29.8168 45.3128 29.8168 45.8552C29.8168 46.575 29.7507 47.1209 29.6221 47.4999C29.4934 47.8789 29.2848 48.1396 28.9962 48.2892ZM27.7653 47.5172C28.0539 47.5172 28.2417 47.4373 28.3321 47.2773C28.4225 47.1174 28.4677 46.7836 28.4677 46.2725V45.4727C28.4677 44.9616 28.4225 44.6313 28.3286 44.4783C28.2348 44.3253 28.0435 44.2488 27.7514 44.2488C27.4594 44.2488 27.2751 44.3218 27.1847 44.4713C27.0943 44.6209 27.0491 44.9477 27.0491 45.4588V46.2585C27.0491 46.7697 27.0978 47.107 27.1951 47.2704C27.2925 47.4338 27.4837 47.5172 27.7653 47.5172ZM30.2341 48.4282V47.1278L31.8126 45.8413C32.2403 45.4901 32.4837 45.278 32.5498 45.2085C32.661 45.052 32.7201 44.8712 32.7236 44.673C32.7236 44.4887 32.6854 44.367 32.6054 44.3149C32.5254 44.2627 32.3516 44.2349 32.0838 44.2349C31.8161 44.2349 31.6423 44.2453 31.5553 44.2627V44.826H30.3314V43.3865C30.4948 43.3483 30.7556 43.3135 31.1138 43.2787C31.4719 43.2439 31.7883 43.2266 32.063 43.2266C32.4802 43.2266 32.8106 43.2439 33.0505 43.2822C33.2904 43.3204 33.4886 43.3935 33.6381 43.5012C33.7876 43.609 33.8884 43.7516 33.9371 43.922C33.9858 44.0923 34.0101 44.3288 34.0101 44.6313C34.0101 44.7704 34.0067 44.8851 33.9962 44.979C33.9858 45.0729 33.9545 45.1737 33.8954 45.285C33.8363 45.3962 33.7876 45.4832 33.7459 45.5423C33.7042 45.6014 33.6068 45.7022 33.4573 45.8413C33.3078 45.9804 33.1826 46.0917 33.0818 46.1751C32.9809 46.2586 32.7966 46.4081 32.5289 46.6271L31.4371 47.5172H32.8349V46.8705H34.0519V48.4282H30.2341ZM34.789 48.5534L34.7055 47.5033C35.4983 47.4512 36.0581 47.406 36.3815 47.3677C36.7048 47.3295 36.9204 47.2704 37.0213 47.1974C37.1221 47.1243 37.1743 46.9748 37.1743 46.7523C37.1743 46.5541 37.1221 46.415 37.0213 46.342C36.8717 46.2342 36.5345 46.1647 36.006 46.1264V45.2154L37.1117 44.2001H35.7069V44.826H34.5178V43.31H38.2313V44.4435L37.1743 45.4171C37.5811 45.4762 37.887 45.5875 38.0922 45.7509C38.2208 45.8587 38.3112 45.9839 38.3634 46.1299C38.4156 46.2759 38.4399 46.4707 38.4399 46.7106C38.4399 47.0722 38.4156 47.3434 38.3669 47.5207C38.3182 47.6981 38.2278 47.8476 38.0922 47.9623C37.8975 48.1327 37.5602 48.2579 37.0838 48.3378C36.6075 48.4178 35.8425 48.4873 34.789 48.5534Z" fill="white"/>
|
|
18
|
+
<path d="M9.09037 13.5365C9.19816 13.6164 9.28509 13.7103 9.35463 13.8216C9.42417 13.9329 9.46589 14.0545 9.49023 14.1832C9.51109 14.3153 9.50762 14.4405 9.47632 14.5657C9.44851 14.6908 9.39287 14.8056 9.31638 14.9099C9.23641 15.0177 9.14253 15.1011 9.03474 15.1672C8.92347 15.2333 8.80178 15.275 8.67312 15.2924C8.541 15.3098 8.41235 15.3028 8.28717 15.2715C8.162 15.2402 8.04378 15.1846 7.93599 15.1046C7.8282 15.0246 7.74127 14.9308 7.67173 14.8195C7.60219 14.7082 7.56047 14.5865 7.53613 14.4579C7.51527 14.3292 7.51874 14.2006 7.55004 14.0754C7.58133 13.9502 7.63349 13.8355 7.70998 13.7312C7.78648 13.6269 7.88036 13.5399 7.99162 13.4739C8.10289 13.4078 8.22459 13.3661 8.35671 13.3452C8.48884 13.3278 8.61749 13.3348 8.74267 13.3661C8.86784 13.3974 8.98606 13.453 9.09385 13.533L9.09037 13.5365ZM10.509 13.3209L10.662 13.1609L9.07646 11.6484L8.92347 11.8084L8.41235 11.3216L9.49371 10.1881C10.0292 9.62826 10.3143 9.6526 10.7976 10.1151C11.1627 10.4628 11.2844 10.7131 11.0236 11.0782C11.3957 10.7792 11.6251 10.7722 12.0841 11.2068C12.5744 11.6728 12.6856 12.0379 12.1502 12.5977L11.0027 13.7972L10.5055 13.3244L10.509 13.3209ZM10.5194 11.2868C10.6168 11.186 10.5925 11.0469 10.3595 10.8244C10.13 10.6053 10.0048 10.5949 9.904 10.6992L9.63279 10.9843L10.2448 11.5685L10.516 11.2833L10.5194 11.2868ZM11.6043 12.25C11.7016 12.1491 11.6877 12.0066 11.4374 11.7701C11.187 11.5302 11.0236 11.5093 10.9297 11.6102L10.6203 11.9335L11.2913 12.5768L11.6008 12.2534L11.6043 12.25ZM12.5083 11.2451L12.6752 11.106L11.267 9.43007L11.1001 9.56915L10.6481 9.03021L12.6057 7.38904L13.4715 8.42173L12.8595 8.93633L12.411 8.40434L11.9068 8.82506L12.4214 9.43702L12.7378 9.17277L13.162 9.68042L12.8456 9.94815L13.3845 10.5879L13.8887 10.1672L13.3845 9.56568L13.9965 9.05107L14.9075 10.1359L12.9499 11.7771L12.5083 11.252V11.2451ZM15.1057 9.94815L14.4381 8.95024L15.1022 8.50517L15.4638 9.04412C15.5299 9.01978 15.6898 8.91547 15.7767 8.85636C16.0584 8.6686 16.0932 8.59558 15.895 8.29655C15.7315 8.05316 15.6203 8.06011 15.1822 8.19572C14.3199 8.4565 14.0904 8.45302 13.6523 7.80281C13.2211 7.15956 13.3115 6.8188 14.066 6.31116C14.4416 6.06081 14.9283 5.79308 15.0918 5.74092L15.6898 6.63452L15.0257 7.07958L14.7371 6.64843C14.678 6.67277 14.5146 6.7736 14.4103 6.84314C14.2364 6.95789 14.1738 7.04134 14.3442 7.29516C14.4972 7.52117 14.6293 7.51074 15.0327 7.37861C15.8915 7.10392 16.1627 7.13174 16.5834 7.75761C17.0424 8.44606 16.9833 8.78334 16.1105 9.36748C15.662 9.66999 15.2343 9.88904 15.1091 9.94467L15.1057 9.94815ZM17.6091 7.58028L17.8525 7.45511L16.799 5.41755L16.5486 5.5462L16.8894 6.20337L16.2322 6.54412L15.6168 5.35149L18.2107 4.00935L18.8296 5.20893L18.1724 5.54968L17.8317 4.89252L17.5813 5.02117L18.6349 7.05872L18.8678 6.93703L19.1808 7.54203L17.9256 8.18876L17.6091 7.58028ZM20.509 6.18598L20.7176 6.11644L20.0118 4.04412L19.8032 4.11366L19.5772 3.44606L21.121 2.92103C21.7851 2.69502 22.105 2.79586 22.4353 3.759C22.7621 4.72214 22.5639 5.01422 21.8998 5.24022L21.3991 5.4106L21.5521 5.85914L21.8929 5.7444L22.105 6.37027L20.7315 6.83619L20.509 6.18598ZM21.5765 4.66651C21.7434 4.61088 21.7747 4.47875 21.6251 4.04412C21.4756 3.60601 21.3644 3.53299 21.1975 3.58862L20.8185 3.71727L21.187 4.79864L21.573 4.66651H21.5765ZM23.1898 5.28543L23.4054 5.24022L22.9325 3.10184L22.7169 3.14704L22.5639 2.45858L25.0605 1.90921L25.3491 3.22701L24.5702 3.39739L24.4207 2.71588L23.7774 2.85844L23.9478 3.6373L24.3511 3.5469L24.4937 4.19363L24.0904 4.28403L24.2712 5.10114L24.9144 4.95858L24.7475 4.19363L25.5264 4.02326L25.8324 5.40712L23.3358 5.9565L23.1898 5.28543ZM25.968 4.68042L26.187 4.65956L25.968 2.47944L25.7489 2.50031L25.6794 1.79794L26.9276 1.67277L27.6057 2.96971C27.7204 3.19224 27.8386 3.43563 27.8908 3.55385C27.8769 3.44606 27.8456 3.18529 27.8212 2.95232L27.7552 2.29864L27.4735 2.32645L27.404 1.62409L28.534 1.50935L28.6071 2.21171L28.4019 2.23257L28.6905 5.09419L27.8943 5.17416L26.9555 3.40086C26.8233 3.15399 26.6982 2.89669 26.6425 2.76109C26.6634 2.90712 26.6947 3.1679 26.719 3.4252L26.8372 4.59349L27.1189 4.56568L27.1884 5.24718L26.041 5.36192L25.9715 4.68042H25.968ZM29.1078 5.03855L29.1286 3.83549L29.9249 3.8494L29.9144 4.49613C29.984 4.51004 30.1717 4.52047 30.2795 4.52047C30.6203 4.52743 30.6898 4.48918 30.6968 4.12757C30.7002 3.83549 30.6064 3.77638 30.1683 3.6373C29.3129 3.35914 29.1251 3.22701 29.139 2.4412C29.153 1.66929 29.4207 1.43981 30.3282 1.45371C30.7802 1.46067 31.3296 1.51978 31.493 1.57193L31.4756 2.64634L30.6794 2.63243L30.6898 2.11088C30.6272 2.09349 30.436 2.08654 30.3108 2.08306C30.1022 2.07958 30.0048 2.11088 29.9979 2.41686C29.9944 2.68807 30.1091 2.75413 30.516 2.87931C31.3783 3.14356 31.5834 3.32089 31.5695 4.07541C31.5556 4.90295 31.3122 5.14634 30.2621 5.12896C29.7232 5.11853 29.2468 5.05594 29.1112 5.0316L29.1078 5.03855ZM31.7851 4.45093L32.0598 4.47875L32.2684 2.29864L31.9937 2.27082L32.0598 1.56846L33.4888 1.70406L33.4228 2.40643L33.1481 2.37861L32.9395 4.55872L33.2142 4.58654L33.1481 5.26804L31.719 5.13244L31.7851 4.45093ZM33.6523 3.50865C33.9374 1.96832 34.2573 1.73883 35.2691 1.92659C36.2879 2.11435 36.4791 2.42729 36.194 3.96762C35.9089 5.51491 35.6064 5.74787 34.5876 5.56011C33.5723 5.37235 33.3637 5.05246 33.6523 3.50517V3.50865ZM35.2795 4.07193L35.363 3.62339C35.5229 2.74718 35.4638 2.6533 35.137 2.59071C34.8171 2.5316 34.7162 2.58376 34.5563 3.45997L34.4728 3.90851C34.3129 4.77778 34.3963 4.8647 34.7162 4.92381C35.0431 4.98292 35.1196 4.94467 35.2795 4.07193ZM36.2427 5.11853L36.4513 5.18459L37.098 3.09141L36.8894 3.02534L37.098 2.35079L38.2976 2.71936L38.4193 4.17972C38.4402 4.43007 38.4541 4.70128 38.4541 4.82645C38.4819 4.72214 38.5549 4.46832 38.6244 4.24579L38.8192 3.61644L38.548 3.53299L38.7566 2.85844L39.8414 3.19224L39.6328 3.86679L39.4381 3.80768L38.5897 6.55803L37.8247 6.32159L37.6509 4.32228C37.6231 4.04412 37.6091 3.759 37.6091 3.61296C37.5709 3.75552 37.4979 4.00587 37.4214 4.25274L37.0737 5.37235L37.3449 5.4558L37.1432 6.11296L36.041 5.77221L36.2427 5.11505V5.11853ZM39.977 6.36679L40.1752 6.46067L41.121 4.4857L40.9228 4.39182L41.2288 3.75552L43.534 4.86122L42.9499 6.07819L42.2301 5.73396L42.5326 5.10462L41.9381 4.8195L41.5799 5.56707L41.9763 5.75483L41.6738 6.38417L41.2774 6.19641L40.9645 6.84662L41.2601 6.98918L40.9645 7.6081L39.678 6.99266L39.9735 6.37374L39.977 6.36679ZM42.9534 7.19085L43.8157 5.81741L43.6418 5.70963L44.0173 5.11157L45.1717 5.83828L44.7962 6.43633L44.5598 6.29029L43.6731 7.6985C43.4228 8.09488 43.461 8.21658 43.7148 8.37305C43.9652 8.53299 44.0799 8.51561 44.3268 8.11922L45.2169 6.70059L45.0187 6.57541L45.3943 5.97736L46.4687 6.65538L46.0932 7.25344L45.9193 7.14565L45.0605 8.50865C44.5007 9.39878 44.1982 9.52047 43.3219 8.96762C42.4457 8.41477 42.3797 8.09141 42.9464 7.18737L42.9534 7.19085ZM45.1335 9.25622L45.3039 9.3953L46.6877 7.69502L46.5173 7.55594L46.9624 7.01004L47.936 7.80281L47.5014 9.20058C47.4249 9.4405 47.3379 9.69433 47.2893 9.81255C47.3518 9.72562 47.5153 9.52047 47.6648 9.33967L48.0785 8.83202L47.8595 8.65469L48.3046 8.10879L49.1842 8.82506L48.7392 9.37096L48.5792 9.24231L46.7607 11.4746L46.1418 10.9704L46.7329 9.05107C46.8129 8.78334 46.9068 8.51561 46.9624 8.37652C46.8755 8.49127 46.7121 8.69989 46.5486 8.89808L45.808 9.80907L46.0271 9.9864L45.5925 10.5184L44.6989 9.78821L45.1335 9.25622ZM47.5361 11.2486L47.6891 11.405L49.2607 9.87513L49.1078 9.71867L49.6119 9.22493L50.5751 10.2159C51.3609 11.026 51.3087 11.2694 50.1822 12.3647C49.0556 13.46 48.7809 13.5052 48.009 12.7124C47.2997 11.9822 47.098 11.784 47.0424 11.7249L47.5326 11.2451L47.5361 11.2486ZM48.4784 12.2952C48.694 12.5177 48.8261 12.4586 49.4381 11.864L49.6884 11.6206C50.3004 11.026 50.3456 10.9148 50.1265 10.6922L49.9109 10.4732L48.2593 12.0796L48.4715 12.2986L48.4784 12.2952ZM51.9346 14.8473C51.8268 14.9273 51.7121 14.9864 51.5869 15.0177C51.4617 15.0525 51.3331 15.0594 51.2009 15.042C51.0688 15.0246 50.9506 14.9829 50.8393 14.9203C50.7281 14.8543 50.6342 14.7708 50.5542 14.6665C50.4742 14.5622 50.4186 14.4475 50.3873 14.3223C50.356 14.1971 50.3491 14.0685 50.3699 13.9398C50.3908 13.8077 50.4325 13.686 50.4986 13.5747C50.5646 13.4635 50.6516 13.3661 50.7593 13.2861C50.8671 13.2061 50.9819 13.1505 51.1071 13.1157C51.2322 13.081 51.3609 13.074 51.493 13.0914C51.6251 13.1088 51.7434 13.1505 51.8581 13.2131C51.9694 13.2757 52.0632 13.3626 52.1432 13.4669C52.2232 13.5712 52.2788 13.686 52.3066 13.8112C52.3379 13.9363 52.3449 14.065 52.324 14.1971C52.3032 14.3292 52.2614 14.4509 52.1954 14.5622C52.1293 14.6735 52.0424 14.7708 51.9346 14.8508V14.8473ZM6.45824 45.5184L6.58689 45.6957L8.37062 44.3849L8.24197 44.2075L8.81568 43.7868L9.74058 45.049C10.1961 45.6714 10.1196 45.953 9.57716 46.3529C9.16339 46.6554 8.89566 46.7319 8.5862 46.412C8.81221 46.8292 8.78091 47.0587 8.26283 47.4377C7.71346 47.8445 7.33446 47.8932 6.87549 47.2673L5.89844 45.9287L6.45824 45.5184ZM7.31708 46.784C7.40052 46.8988 7.54308 46.9092 7.82472 46.7006C8.10637 46.492 8.15504 46.3355 8.07507 46.2277L7.81082 45.8661L7.05282 46.4224L7.31708 46.784ZM8.46798 45.873C8.55143 45.9878 8.69051 45.9878 8.95129 45.7931C9.20859 45.6053 9.24336 45.4836 9.15643 45.3654L8.92347 45.049L8.23502 45.5566L8.46798 45.873ZM8.28369 47.9732L8.42973 48.1331L10.0605 46.638L9.91443 46.4781L10.4395 45.9947L12.1641 47.8758L11.1592 48.7972L10.6203 48.2096L11.1384 47.7333L10.6968 47.25L10.1022 47.7959L10.3804 48.1018L9.88662 48.5539L9.60845 48.2479L8.98606 48.8181L9.42764 49.3014L10.0118 48.766L10.5507 49.3536L9.49719 50.3202L7.77257 48.4391L8.28369 47.9697V47.9732ZM9.94225 50.7131L10.7454 49.8021L11.3435 50.3306L10.9089 50.8209C10.9506 50.8765 11.0897 51.0052 11.1696 51.0782C11.4235 51.3042 11.5 51.3181 11.7434 51.0469C11.9381 50.8244 11.9033 50.7166 11.6669 50.3272C11.1975 49.5587 11.1453 49.3327 11.6669 48.7416C12.1849 48.1575 12.5396 48.154 13.2211 48.7555C13.5584 49.0546 13.9374 49.4544 14.0313 49.6004L13.3115 50.4141L12.7135 49.8856L13.0612 49.4927C13.0229 49.4405 12.8838 49.3119 12.79 49.2284C12.6335 49.0893 12.5361 49.0511 12.331 49.284C12.1502 49.4892 12.1954 49.6144 12.4214 49.9725C12.9047 50.734 12.9429 51.0052 12.4388 51.5754C11.8859 52.2013 11.5417 52.2326 10.7524 51.5372C10.3491 51.179 10.0257 50.8244 9.94225 50.7166V50.7131ZM13.1203 52.5073L13.3428 52.6637L14.678 50.7687L14.4485 50.6053L14.0174 51.2173L13.4123 50.7931L14.1947 49.6839L16.5834 51.3598L15.7976 52.4725L15.1926 52.0483L15.6238 51.4363L15.3943 51.2729L14.0591 53.1679L14.2747 53.3174L13.8783 53.8807L12.7239 53.0705L13.1238 52.5038L13.1203 52.5073ZM16.5452 53.4287C17.2614 52.017 17.6335 51.8849 18.5549 52.3473C19.4833 52.8132 19.5737 53.1679 18.8574 54.5761C18.1377 55.9913 17.783 56.1373 16.8546 55.6714C15.9332 55.2089 15.8254 54.8404 16.5417 53.4252L16.5452 53.4287ZM17.9499 54.4231L18.1585 54.0128C18.5653 53.2096 18.534 53.1018 18.2385 52.9523C17.9464 52.8063 17.8386 52.8272 17.4318 53.6304L17.2232 54.0441C16.8164 54.8404 16.8755 54.9482 17.1641 55.0942C17.4596 55.2437 17.5466 55.2263 17.9499 54.4266V54.4231ZM18.7392 55.7514L18.9443 55.8278L19.7301 53.7625L19.525 53.686L19.7788 53.0219L22.171 53.9155L21.6877 55.1881L20.9402 54.9099L21.1905 54.2527L20.5751 54.0233L20.2795 54.8056L20.6898 54.9586L20.4395 55.6157L20.0292 55.4628L19.7719 56.1408L20.0779 56.2555L19.831 56.9023L18.4958 56.405L18.7427 55.7583L18.7392 55.7514ZM23.1168 57.1804L23.3845 57.2395L23.8852 54.9829L23.6105 54.9238L23.4506 55.654L22.7274 55.4975L23.0194 54.1762L25.8776 54.7882L25.582 56.1164L24.8588 55.96L25.0187 55.2298L24.7441 55.1707L24.2434 57.4273L24.5007 57.4829L24.3511 58.154L22.9708 57.8584L23.1203 57.1804H23.1168ZM25.6585 57.6985L25.8776 57.7194L26.0966 55.5253L25.8776 55.5045L25.9471 54.7952L27.2614 54.9169L27.1919 55.6262L26.9728 55.6053L26.8998 56.3285L27.6022 56.3946L27.6752 55.6714L27.4562 55.6505L27.5257 54.9412L28.84 55.0629L28.7705 55.7722L28.5514 55.7514L28.3324 57.9489L28.5514 57.9697L28.4819 58.6582L27.1676 58.5365L27.2371 57.848L27.4562 57.8689L27.5361 57.0587L26.8338 56.9927L26.7538 57.8028L26.9728 57.8237L26.9033 58.5121L25.589 58.3904L25.6585 57.702V57.6985ZM28.9965 57.9767L29.2155 57.9697L29.1808 55.7653L28.9617 55.7722L28.9513 55.0629L31.5104 55.0038L31.5313 56.3633L30.7315 56.3807L30.7211 55.6783L30.0639 55.6922L30.0779 56.4954L30.4916 56.485L30.5021 57.1526L30.0883 57.163L30.1022 58.0045L30.7594 57.9906L30.7454 57.2013L31.5452 57.1839L31.566 58.6095L29.0069 58.6686L28.9965 57.9767ZM32.936 57.8028L33.1516 57.768L32.8178 55.5914L32.6022 55.6262L32.4944 54.9238L34.0452 54.6735C34.8136 54.5483 35.0257 54.743 35.1265 55.4071C35.203 55.9113 35.1474 56.1825 34.7162 56.3146C35.1926 56.3007 35.3804 56.4363 35.4777 57.0657C35.582 57.7367 35.4464 58.0949 34.6815 58.2201L33.0368 58.4843L32.9325 57.8028H32.936ZM34.1877 56.179C34.3268 56.1582 34.3929 56.033 34.3442 55.7131C34.2955 55.4002 34.2051 55.3132 34.0591 55.3376L33.6696 55.4002L33.7983 56.2416L34.1877 56.179ZM34.4624 57.6116C34.6015 57.5872 34.678 57.469 34.6258 57.1248C34.5737 56.7806 34.4555 56.6658 34.3199 56.6867L33.8748 56.7597L34.0174 57.6846L34.4624 57.6116ZM35.9645 57.2917L36.1766 57.2326L35.6064 55.1081L35.3943 55.1672L35.21 54.4822L37.6822 53.8007L38.0333 55.1081L37.2614 55.3202L37.0806 54.6457L36.4443 54.8195L36.653 55.5949L37.0528 55.4836L37.2232 56.1269L36.8233 56.2381L37.0424 57.0518L37.6787 56.8779L37.4735 56.1164L38.2454 55.9043L38.614 57.2778L36.1384 57.9593L35.961 57.2917H35.9645ZM39.1842 57.0552L38.7496 55.9287L39.4972 55.6366L39.7301 56.2451C39.7997 56.2347 39.977 56.1686 40.0779 56.1303C40.3977 56.0052 40.4464 55.9426 40.3143 55.6053C40.21 55.3306 40.0952 55.3132 39.6397 55.3515C38.7392 55.421 38.5132 55.3689 38.2281 54.6352C37.9464 53.912 38.1098 53.5956 38.9617 53.2583C39.3859 53.0914 39.9179 52.9349 40.0883 52.921L40.4777 53.9294L39.7301 54.2215L39.5424 53.7347C39.4763 53.7451 39.299 53.8077 39.1808 53.8564C38.9861 53.9329 38.9061 54.0024 39.0173 54.2875C39.1147 54.5413 39.2468 54.5587 39.6745 54.517C40.5751 54.4301 40.8324 54.517 41.1071 55.2263C41.4061 56.0017 41.274 56.3216 40.29 56.7075C39.7858 56.9057 39.3199 57.0309 39.1808 57.0587L39.1842 57.0552ZM42.251 55.0386L42.4944 54.9099L41.4304 52.8724L41.1801 53.0045L41.5243 53.6616L40.8671 54.0093L40.2448 52.8132L42.8421 51.4433L43.468 52.6429L42.8108 52.9906L42.4666 52.3334L42.2162 52.4655L43.2802 54.5031L43.5132 54.3814L43.8296 54.9864L42.5744 55.647L42.2545 55.0351L42.251 55.0386ZM45.1787 53.1401L45.363 51.7493C45.4221 51.3042 45.4881 51.0678 45.3143 50.8278C45.1752 50.6331 45.0987 50.6366 44.9005 50.7792C44.7962 50.8522 44.7093 50.9183 44.6641 50.9635L44.897 51.2868L44.2642 51.7423L43.6801 50.9287C43.8018 50.7966 44.1599 50.4732 44.4694 50.2507C45.283 49.663 45.5368 49.6909 45.968 50.2924C46.2774 50.7235 46.2079 50.8696 46.0827 51.8953L45.9541 52.9384L46.5904 52.4794L46.3296 52.1178L46.9624 51.6623L47.5709 52.5107L45.6968 53.8633L45.1752 53.1366L45.1787 53.1401ZM46.8094 50.8278C45.7733 49.6526 45.7524 49.284 46.493 48.6338C47.2301 47.9801 47.5779 48.0427 48.6175 49.218C49.6571 50.3932 49.678 50.7687 48.9409 51.4189C48.2037 52.0726 47.8491 52.0031 46.8129 50.8278H46.8094ZM48.1724 50.0455L47.7552 49.5726C47.2475 48.9989 47.1363 48.9676 46.9346 49.145C46.7329 49.3223 46.7503 49.4266 47.258 50.0003L47.6752 50.4732C48.1794 51.0434 48.315 51.0991 48.5167 50.9217C48.7183 50.7444 48.6766 50.6157 48.1759 50.0455H48.1724ZM49.5007 49.6283L49.4068 48.2305C49.3755 47.782 49.3963 47.5386 49.1773 47.3369C49.0034 47.1735 48.9269 47.1909 48.76 47.3717C48.6731 47.4655 48.6001 47.542 48.5653 47.5977L48.8574 47.8689L48.3289 48.4391L47.5952 47.7576C47.6891 47.6046 47.9777 47.2152 48.2385 46.937C48.92 46.1999 49.1773 46.179 49.7197 46.6832C50.1091 47.0448 50.0709 47.2013 50.1474 48.2305L50.2274 49.2806L50.7593 48.7068L50.4325 48.4043L50.961 47.8341L51.7295 48.5434L50.1578 50.2367L49.5041 49.6283H49.5007ZM51.6043 47.6811C52.0563 46.9961 52.2719 46.6519 52.2753 46.5059C52.2823 46.3946 52.2023 46.3146 52.0806 46.2242C51.9555 46.1304 51.8894 46.0956 51.7816 46.1338C51.6669 46.1721 51.4513 46.3876 51.3261 46.5198L50.7698 46.0991L50.6377 45.0594L50.1126 45.7514L50.4638 46.0156L50.0222 46.5963L49.2016 45.9739L50.5716 44.1693L51.2322 44.67L51.3609 45.6401C51.5382 45.4628 51.7747 45.3063 51.9172 45.2889C52.0876 45.2646 52.2475 45.3132 52.5326 45.5288C52.9151 45.8174 53.0681 45.9704 53.1098 46.1929C53.1689 46.5267 52.8908 47.017 52.1884 48.0566L51.6008 47.6846L51.6043 47.6811Z" fill="#A39161"/>
|
|
19
|
+
</g>
|
|
20
|
+
<defs>
|
|
21
|
+
<clipPath id="clip0_9265_3247">
|
|
22
|
+
<rect width="60" height="60" fill="white"/>
|
|
23
|
+
</clipPath>
|
|
24
|
+
</defs>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_9265_3266)">
|
|
3
|
+
<path d="M59.8261 30.0174C59.8192 46.4882 46.4569 59.8366 29.9861 59.8261C13.5118 59.8192 0.166877 46.4569 0.173831 29.9826C0.184262 13.5118 13.5431 0.166877 30.0174 0.173831C46.4916 0.184262 59.8366 13.5431 59.8261 30.0174Z" fill="white" stroke="#A39161" stroke-width="0.347705" stroke-miterlimit="10"/>
|
|
4
|
+
<path d="M53.982 30.0012C53.982 43.2453 43.2448 53.9824 30.0008 53.9824C16.7567 53.9824 6.01953 43.2453 6.01953 30.0012C6.01953 16.7571 16.7567 6.02344 30.0008 6.02344C43.2448 6.02344 53.982 16.7606 53.982 30.0012Z" fill="#A39161"/>
|
|
5
|
+
<path d="M9.59961 34.7695H48.8068" stroke="white" stroke-width="0.312935"/>
|
|
6
|
+
<path d="M21.4008 19.6146H20.5489L19.697 27.4658H20.5489L20.4481 28.4046H16.5573L16.6581 27.4658H17.4543L18.0037 22.4971L15.7714 27.1076H14.099L12.8751 22.4971L12.2909 27.4658H13.0872L12.9863 28.4046H9.71094L9.81177 27.4658H10.6636L11.5155 19.6146H10.6636L10.7645 18.6758H13.8486L15.5072 24.545L18.3653 18.6758H21.4947L21.3938 19.6146H21.4008Z" fill="#000104"/>
|
|
7
|
+
<path d="M24.1172 28.6005C21.9197 28.6005 20.8418 27.2723 20.8418 25.3494C20.8418 22.912 21.8049 20.9336 24.7883 20.9336C26.9753 20.9336 28.0636 22.1575 28.0636 24.1846C28.0636 26.4969 27.0553 28.604 24.1172 28.604V28.6005ZM24.7674 21.5282C23.9155 21.5282 23.1645 22.5469 23.1645 26.3787C23.1645 27.4531 23.5122 28.0024 24.1415 28.0024C24.9482 28.0024 25.7444 27.4878 25.7444 23.138C25.7444 21.7889 25.362 21.5247 24.7674 21.5247V21.5282Z" fill="#000104"/>
|
|
8
|
+
<path d="M36.1165 28.4043H32.6951L33.2653 23.2443C33.3314 22.6497 33.2201 22.4202 32.8724 22.4202C32.1214 22.4202 31.3252 23.7381 31.2 24.9272L30.8314 28.4043H28.5226L29.2076 22.0656H28.3105L28.4114 21.1268H31.5964L31.4295 22.7193C31.7424 22.1942 32.5525 20.9355 34.1103 20.9355C35.2194 20.9355 35.7375 21.7596 35.6124 22.8584L35.0978 27.4689H36.2208L36.12 28.4077L36.1165 28.4043Z" fill="#000104"/>
|
|
9
|
+
<path d="M38.626 25.1876C38.5704 26.1368 38.8068 27.5693 40.5662 27.5693C41.3625 27.5693 42.0474 27.4789 42.7741 27.0999L42.7394 28.0735C41.9327 28.4038 40.7992 28.5985 39.7908 28.5985C37.8854 28.5985 36.3242 27.7849 36.3242 25.2467C36.3242 22.5798 37.5899 20.9316 40.149 20.9316C42.7081 20.9316 43.0627 22.8301 42.9654 24.3635L38.626 25.1876ZM40.1281 21.5262C39.5127 21.5262 38.8729 22.0408 38.6712 24.3079L40.9244 23.8941C41.0704 22.5902 41.0913 21.5262 40.1281 21.5262Z" fill="#000104"/>
|
|
10
|
+
<path d="M48.4275 26.3658C47.5409 27.8087 46.1396 30.7468 45.6111 32.4436H43.6848L45.9831 28.7023L43.5596 22.0646H42.8086L42.9094 21.1258H45.7676L47.5165 26.2649C48.6361 24.6168 49.0186 23.3824 49.0186 22.6384C49.0186 22.0542 48.9386 21.7691 48.3197 21.1398L49.5436 19.582C50.4199 20.3261 50.8788 20.7608 50.8788 21.6891C50.8788 22.6175 49.0082 25.4304 48.424 26.3692L48.4275 26.3658Z" fill="#000104"/>
|
|
11
|
+
<path d="M21.2059 19.556H20.354L19.5021 27.4072H20.354L20.2532 28.346H16.3624L16.4632 27.4072H17.2594L17.8088 22.4419L15.5766 27.0525H13.9041L12.6836 22.4419L12.0995 27.4072H12.8957L12.7949 28.346H9.51953L9.62037 27.4072H10.4722L11.3241 19.556H10.4722L10.5731 18.6172H13.6572L15.3158 24.4864L18.1774 18.6172H21.3067L21.2059 19.556Z" fill="white"/>
|
|
12
|
+
<path d="M23.9219 28.538C21.7244 28.538 20.6465 27.2098 20.6465 25.2869C20.6465 22.8495 21.6131 20.8711 24.5929 20.8711C26.78 20.8711 27.8683 22.095 27.8683 24.1221C27.8683 26.4344 26.86 28.538 23.9219 28.538ZM24.5721 21.4657C23.7202 21.4657 22.9692 22.4844 22.9692 26.3162C22.9692 27.3906 23.3169 27.9434 23.9462 27.9434C24.7529 27.9434 25.5491 27.4288 25.5491 23.079C25.5491 21.7299 25.1667 21.4657 24.5721 21.4657Z" fill="white"/>
|
|
13
|
+
<path d="M35.9212 28.3457H32.4998L33.07 23.1857C33.1396 22.5911 33.0248 22.3617 32.6771 22.3617C31.9261 22.3617 31.1264 23.6795 31.0047 24.8686L30.6361 28.3491H28.3273L29.0123 22.0105H28.1152L28.2161 21.0717H31.401L31.2341 22.6607C31.5471 22.1356 32.3538 20.877 33.915 20.877C35.0241 20.877 35.5422 21.701 35.417 22.7998L34.9024 27.4103H36.022L35.9212 28.3491V28.3457Z" fill="white"/>
|
|
14
|
+
<path d="M38.4351 25.1309C38.3794 26.0801 38.6159 27.5127 40.3752 27.5127C41.1715 27.5127 41.8565 27.4223 42.5832 27.0433L42.5484 28.0169C41.7417 28.3507 40.6082 28.5419 39.5999 28.5419C37.6944 28.5419 36.1367 27.7283 36.1367 25.19C36.1367 22.5231 37.4024 20.875 39.9615 20.875C42.5206 20.875 42.8787 22.7735 42.7779 24.3069L38.4385 25.1309H38.4351ZM39.9371 21.4696C39.3182 21.4696 38.6819 21.9842 38.4803 24.2512L40.7334 23.8409C40.8794 22.537 40.9003 21.4731 39.9371 21.4731V21.4696Z" fill="white"/>
|
|
15
|
+
<path d="M48.2439 26.2759C47.3573 27.7189 45.956 30.6605 45.4275 32.3538H43.5012L45.7995 28.6125L43.376 21.9748H42.625L42.7258 21.036H45.584L47.3329 26.1751C48.456 24.527 48.835 23.2926 48.835 22.5485C48.835 21.9644 48.7516 21.6793 48.1361 21.0499L49.3601 19.4922C50.2363 20.2363 50.6952 20.6709 50.6952 21.5993C50.6952 22.5277 48.8211 25.3406 48.2404 26.2794L48.2439 26.2759Z" fill="white"/>
|
|
16
|
+
<path d="M17.028 32.4051V31.9809H17.327V31.3411C17.327 31.1082 17.3339 30.4753 17.3374 30.3258C17.2957 30.4614 17.0384 31.1082 16.9515 31.3376L16.7255 31.9426H16.2039L15.9744 31.3376C15.8875 31.1186 15.6302 30.4614 15.5919 30.3258C15.5919 30.4788 15.6024 31.1186 15.6024 31.3411V31.9809H15.9014V32.4051H14.8652V31.9809H15.1399V30.2319H14.8652V29.8008H15.9292L16.2665 30.6318C16.3325 30.7848 16.5029 31.202 16.5238 31.3133C16.5516 31.202 16.715 30.7952 16.7811 30.6353L17.1079 29.8008H18.151V30.2319H17.8764V31.9809H18.151V32.4051H17.0349H17.028Z" fill="#000104"/>
|
|
17
|
+
<path d="M20.8832 32.4053V32.0055H21.2969L21.1405 31.6126H20.1426L19.9861 32.0055H20.379V32.4053H19.2246V31.9811H19.4854L20.3686 29.7871H20.9979L21.8846 31.9811H22.1558V32.4053H20.8797H20.8832ZM20.9005 30.9693C20.8588 30.8615 20.6745 30.3643 20.6432 30.2913C20.6189 30.3713 20.4277 30.865 20.3894 30.9624L20.2747 31.2683H21.0118L20.8971 30.9693H20.9005Z" fill="#000104"/>
|
|
18
|
+
<path d="M25.3354 31.5115V32.3252C25.2137 32.3599 24.8242 32.4434 24.3235 32.4434C23.5447 32.4434 23.0996 32.1722 23.0996 31.1082C23.0996 30.0442 23.5621 29.7695 24.3305 29.7695C24.7999 29.7695 25.2171 29.8495 25.3458 29.8912V30.6805H24.8242V30.2494C24.7443 30.2355 24.5078 30.2076 24.3235 30.2076C23.8402 30.2076 23.6803 30.4545 23.6803 31.0074V31.1986C23.6803 31.7445 23.8228 32.0227 24.3479 32.0227C24.5843 32.0227 24.7686 31.9983 24.8451 31.9809V31.515H24.48V31.1186H25.5648V31.515H25.3388L25.3354 31.5115Z" fill="#000104"/>
|
|
19
|
+
<path d="M28.1727 32.4053V32.0055H28.5899L28.4334 31.6126H27.4355L27.2791 32.0055H27.672V32.4053H26.5176V31.9811H26.7749L27.6581 29.7871H28.2874L29.174 31.9811H29.4453V32.4053H28.1692H28.1727ZM28.19 30.9693C28.1483 30.8615 27.964 30.3643 27.9327 30.2913C27.9084 30.3713 27.7172 30.865 27.6789 30.9624L27.5607 31.2683H28.3013L28.1866 30.9693H28.19Z" fill="#000104"/>
|
|
20
|
+
<path d="M30.5406 32.4055V31.9605L31.3786 31.0147C31.6776 30.6774 32.1435 30.1976 32.1713 30.1767H31.0969V30.674H30.5719V29.8047H32.7589V30.2602L32.0044 31.0912C31.7193 31.4041 31.2012 31.9883 31.1386 32.0404H32.2582V31.4771H32.7833V32.409H30.5371L30.5406 32.4055Z" fill="#000104"/>
|
|
21
|
+
<path d="M34.7677 30.2358V31.9848H35.0876V32.409H33.8984V31.9848H34.2183V30.2358H33.8984V29.8047H35.0876V30.2358H34.7677Z" fill="#000104"/>
|
|
22
|
+
<path d="M38.7209 30.2354V32.4051H38.1924L36.9442 30.4545C36.9546 30.5483 36.9581 31.3029 36.9581 31.4385V31.9809H37.278V32.4051H36.207V31.9809H36.4817V30.2319H36.207V29.8008H37.1389L38.2654 31.5532C38.2515 31.4559 38.2481 30.8648 38.2481 30.6874V30.2319H37.9421V29.8008H38.9887V30.2319H38.7244L38.7209 30.2354Z" fill="#000104"/>
|
|
23
|
+
<path d="M40.1016 32.4051V31.9809H40.3762V30.2319H40.1016V29.8008H42.4068V30.67H41.8853V30.2076H40.9256V30.8682H41.6558V31.2611H40.9256V31.9983H41.8853V31.4698H42.4068V32.4016H40.1016V32.4051Z" fill="#000104"/>
|
|
24
|
+
<path d="M16.9787 32.3367V31.9125H17.2777V31.2728C17.2777 31.0398 17.2847 30.407 17.2882 30.2575C17.2464 30.3931 16.9891 31.0398 16.9022 31.2693L16.6762 31.8743H16.1546L15.9217 31.2693C15.8382 31.0502 15.5775 30.3931 15.5392 30.2575C15.5392 30.4104 15.5496 31.0502 15.5496 31.2728V31.9125H15.8487V32.3367H14.8125V31.9125H15.0872V30.1636H14.8125V29.7324H15.8765L16.2138 30.5634C16.2763 30.7164 16.4467 31.1337 16.4711 31.2449C16.4989 31.1337 16.6623 30.7269 16.7284 30.5669L17.0552 29.7324H18.0983V30.1636H17.8236V31.9125H18.0983V32.3367H16.9822H16.9787Z" fill="white"/>
|
|
25
|
+
<path d="M20.8387 32.337V31.9371H21.2559L21.0994 31.5442H20.1015L19.9451 31.9371H20.338V32.337H19.1836V31.9128H19.4444L20.3275 29.7188H20.9569L21.8435 31.9128H22.1147V32.337H20.8387ZM20.8561 30.9009C20.8143 30.7932 20.63 30.2959 20.6022 30.2229C20.5779 30.2994 20.3867 30.7966 20.3484 30.894L20.2302 31.2H20.9673L20.8526 30.9009H20.8561Z" fill="white"/>
|
|
26
|
+
<path d="M25.2846 31.4432V32.2568C25.1629 32.2916 24.7734 32.375 24.2727 32.375C23.4939 32.375 23.0488 32.1038 23.0488 31.0398C23.0488 29.9759 23.5113 29.7012 24.2797 29.7012C24.7491 29.7012 25.1664 29.7811 25.295 29.8229V30.6122H24.7734V30.181C24.69 30.1671 24.457 30.1393 24.2727 30.1393C23.7894 30.1393 23.6295 30.3862 23.6295 30.939V31.1302C23.6295 31.6761 23.7721 31.9543 24.2971 31.9543C24.5301 31.9543 24.7178 31.93 24.7943 31.9126V31.4467H24.4292V31.0503H25.5141V31.4467H25.2846V31.4432Z" fill="white"/>
|
|
27
|
+
<path d="M28.1253 32.337V31.9371H28.5391L28.3827 31.5442H27.3847L27.2283 31.9371H27.6212V32.337H26.4668V31.9128H26.7276L27.6107 29.7188H28.2401L29.1267 31.9128H29.398V32.337H28.1219H28.1253ZM28.1427 30.9009C28.101 30.7932 27.9167 30.2959 27.8854 30.2229C27.8611 30.2994 27.6699 30.7966 27.6351 30.894L27.5169 31.2H28.254L28.1393 30.9009H28.1427Z" fill="white"/>
|
|
28
|
+
<path d="M30.4898 32.3372V31.8921L31.3278 30.9463C31.6268 30.6091 32.0927 30.1292 32.1205 30.1084H31.0461V30.6056H30.5211V29.7363H32.7082V30.1918L31.9536 31.0228C31.6685 31.3358 31.1504 31.9199 31.0879 31.9721H32.2075V31.4088H32.7325V32.3406H30.4863L30.4898 32.3372Z" fill="white"/>
|
|
29
|
+
<path d="M34.7228 30.1675V31.9164H35.0427V32.3406H33.8535V31.9164H34.1734V30.1675H33.8535V29.7363H35.0427V30.1675H34.7228Z" fill="white"/>
|
|
30
|
+
<path d="M38.6752 30.1671V32.3367H38.1466L36.8949 30.3861C36.9053 30.48 36.9088 31.2345 36.9088 31.3701V31.9125H37.2287V32.3367H36.1543V31.9125H36.429V30.1636H36.1543V29.7324H37.0861L38.2127 31.4849C38.1988 31.3875 38.1953 30.7964 38.1953 30.6191V30.1636H37.8893V29.7324H38.9359V30.1636H38.6717L38.6752 30.1671Z" fill="white"/>
|
|
31
|
+
<path d="M40.0527 32.3367V31.9125H40.3274V30.1636H40.0527V29.7324H42.358V30.6017H41.8365V30.1392H40.8768V30.7999H41.607V31.1928H40.8768V31.9299H41.8365V31.4014H42.358V32.3333H40.0527V32.3367Z" fill="white"/>
|
|
32
|
+
<path d="M15.2807 38.0969H14.9121V37.0469H17.1861V38.0344H16.6576L16.8523 39.1887C16.9497 39.7033 17.0401 40.211 17.0818 40.6282C17.1374 40.2249 17.2556 39.7033 17.3739 39.1957L17.6938 37.8257H18.8412L19.168 39.1957C19.2862 39.7033 19.4045 40.2597 19.4531 40.6282C19.5018 40.2666 19.5853 39.7033 19.6826 39.1957L19.8843 38.0344H19.3488V37.0469H21.3029V38.0969H20.9344L20.079 42.186H18.6673L18.3335 40.6143C18.2362 40.1693 18.1388 39.6338 18.111 39.4043C18.0832 39.6268 17.9858 40.1623 17.8885 40.6074L17.5408 42.186H16.1708L15.2807 38.0969Z" fill="#000104"/>
|
|
33
|
+
<path d="M21.6855 41.1467H22.1584V38.1009H21.6855V37.0508H23.9804V38.1009H23.5075V41.1467H23.9804V42.169H21.6855V41.1467Z" fill="#000104"/>
|
|
34
|
+
<path d="M24.3887 41.1467H24.7781V38.1009H24.3887V37.0508H26.315L27.3094 38.9493C27.6293 39.5543 27.817 39.9089 27.8657 40.048C27.8379 39.8116 27.831 39.3456 27.831 38.8867V38.1009H27.365V37.0508H29.2565V38.1009H28.888V42.169H27.6432L26.4193 39.8046C26.0716 39.1301 25.8699 38.7893 25.8073 38.5876C25.8282 38.838 25.8351 39.4152 25.8351 39.8185V41.1467H26.3289V42.169H24.3887V41.1467Z" fill="#000104"/>
|
|
35
|
+
<path d="M29.6426 41.1467H30.032V38.1009H29.6426V37.0508H31.5689L32.5633 38.9493C32.8832 39.5543 33.071 39.9089 33.1196 40.048C33.0918 39.8116 33.0849 39.3456 33.0849 38.8867V38.1009H32.6189V37.0508H34.5105V38.1009H34.1419V42.169H32.8971L31.6732 39.8046C31.3255 39.1301 31.1238 38.7893 31.0612 38.5876C31.0821 38.838 31.089 39.4152 31.089 39.8185V41.1467H31.5828V42.169H29.6426V41.1467Z" fill="#000104"/>
|
|
36
|
+
<path d="M34.8926 41.1467H35.282V38.1009H34.8926V37.0508H39.1207V38.9493H37.8689V38.0313H36.6311V39.1231H37.4586V40.0758H36.6311V41.2163H37.8689V40.1732H39.1207V42.169H34.8926V41.1467Z" fill="#000104"/>
|
|
37
|
+
<path d="M39.5957 41.1467H39.9851V38.1009H39.5957V37.0508H42.2591C43.337 37.0508 43.9281 37.2525 43.9281 38.6363C43.9281 39.3595 43.7612 39.8811 43.1493 40.0828L43.8377 41.1467H44.2271V42.169H42.3843V41.2858L41.7445 40.2636H41.3134V41.2093H41.8141V42.169H39.5957V41.1467ZM42.1618 39.4221C42.4399 39.4221 42.5999 39.2622 42.5999 38.6919C42.5999 38.1217 42.426 38.0313 42.1479 38.0313H41.3134V39.4221H42.1618Z" fill="#000104"/>
|
|
38
|
+
<path d="M15.2358 38.0969H14.8672V37.0469H17.1307V38.0344H16.6057L16.8004 39.1887C16.8978 39.7033 16.9882 40.211 17.0299 40.6282C17.0855 40.2249 17.2038 39.7033 17.322 39.1957L17.6419 37.8257H18.7858L19.1127 39.1957C19.2309 39.7033 19.3491 40.2597 19.3978 40.6282C19.4465 40.2666 19.5299 39.7033 19.6273 39.1957L19.8289 38.0344H19.297V37.0469H21.2441V38.0969H20.8755L20.0237 42.186H18.6189L18.2851 40.6143C18.1878 40.1693 18.0904 39.6338 18.0626 39.4043C18.0348 39.6268 17.9374 40.1623 17.8401 40.6074L17.4924 42.186H16.1294L15.2427 38.0969H15.2358Z" fill="white"/>
|
|
39
|
+
<path d="M21.6133 41.1467H22.0827V38.1009H21.6133V37.0508H23.8977V38.1009H23.4283V41.1467H23.8977V42.169H21.6133V41.1467Z" fill="white"/>
|
|
40
|
+
<path d="M24.3145 41.1467H24.7039V38.1009H24.3145V37.0508H26.2338L27.2247 38.9493C27.5446 39.5543 27.7289 39.9089 27.7776 40.048C27.7498 39.8116 27.7428 39.3456 27.7428 38.8867V38.1009H27.2804V37.0508H29.1649V38.1009H28.7964V42.169H27.5585L26.3416 39.8046C25.9939 39.1301 25.7957 38.7893 25.7331 38.5876C25.754 38.838 25.7609 39.4152 25.7609 39.8185V41.1467H26.2512V42.169H24.3179V41.1467H24.3145Z" fill="white"/>
|
|
41
|
+
<path d="M29.5781 41.1467H29.9676V38.1009H29.5781V37.0508H31.4975L32.4884 38.9493C32.8083 39.5543 32.9926 39.9089 33.0413 40.048C33.0135 39.8116 33.0065 39.3456 33.0065 38.8867V38.1009H32.544V37.0508H34.4286V38.1009H34.06V42.169H32.8222L31.6052 39.8046C31.2575 39.1301 31.0593 38.7893 30.9968 38.5876C31.0176 38.838 31.0246 39.4152 31.0246 39.8185V41.1467H31.5148V42.169H29.5816V41.1467H29.5781Z" fill="white"/>
|
|
42
|
+
<path d="M34.8398 41.1467H35.2293V38.1009H34.8398V37.0508H39.0506V38.9493H37.8058V38.0313H36.5749V39.1231H37.399V40.0758H36.5749V41.2163H37.8058V40.1732H39.0506V42.169H34.8398V41.1467Z" fill="white"/>
|
|
43
|
+
<path d="M39.5332 41.1467H39.9226V38.1009H39.5332V37.0508H42.1827C43.2571 37.0508 43.8447 37.2525 43.8447 38.6363C43.8447 39.3595 43.6779 39.8811 43.0694 40.0828L43.7543 41.1467H44.1438V42.169H42.3079V41.2858L41.6716 40.2636H41.2439V41.2093H41.7411V42.169H39.5332V41.1467ZM42.0888 39.4221C42.3635 39.4221 42.5235 39.2622 42.5235 38.6919C42.5235 38.1217 42.3496 38.0313 42.0749 38.0313H41.2439V39.4221H42.0888Z" fill="white"/>
|
|
44
|
+
<path d="M21.502 48.4282V47.1278L23.0805 45.8413C23.5082 45.4901 23.7516 45.278 23.8177 45.2085C23.9289 45.052 23.988 44.8712 23.9915 44.673C23.9915 44.4887 23.9533 44.367 23.8733 44.3149C23.7933 44.2627 23.6195 44.2349 23.3517 44.2349C23.084 44.2349 22.9102 44.2453 22.8232 44.2627V44.826H21.5993V43.3865C21.7627 43.3483 22.0235 43.3135 22.3816 43.2787C22.7398 43.2439 23.0562 43.2266 23.3309 43.2266C23.7481 43.2266 24.0784 43.2439 24.3184 43.2822C24.5583 43.3204 24.7565 43.3935 24.906 43.5012C25.0555 43.609 25.1563 43.7516 25.205 43.922C25.2537 44.0923 25.278 44.3288 25.278 44.6313C25.278 44.7704 25.2746 44.8851 25.2641 44.979C25.2537 45.0729 25.2224 45.1737 25.1633 45.285C25.1042 45.3962 25.0555 45.4832 25.0138 45.5423C24.9721 45.6014 24.8747 45.7022 24.7252 45.8413C24.5757 45.9804 24.4505 46.0917 24.3497 46.1751C24.2488 46.2586 24.0645 46.4081 23.7968 46.6271L22.705 47.5172H24.1028V46.8705H25.3198V48.4282H21.502Z" fill="#231F20"/>
|
|
45
|
+
<path d="M29.0959 48.2892C28.8073 48.4387 28.3936 48.5117 27.8511 48.5117C27.3087 48.5117 26.895 48.4387 26.6133 48.2926C26.3317 48.1466 26.1265 47.8858 25.9979 47.5103C25.8692 47.1348 25.8066 46.5889 25.8066 45.8691C25.8066 45.1494 25.8727 44.6035 26.0014 44.228C26.13 43.8524 26.3386 43.5917 26.6237 43.4456C26.9089 43.2996 27.3226 43.2266 27.8651 43.2266C28.2719 43.2266 28.6022 43.2613 28.8525 43.3344C29.1029 43.4074 29.3115 43.543 29.4784 43.7412C29.6453 43.9394 29.76 44.2071 29.8226 44.5409C29.8852 44.8747 29.9165 45.3128 29.9165 45.8552C29.9165 46.575 29.8505 47.1209 29.7218 47.4999C29.5932 47.8789 29.3845 48.1396 29.0959 48.2892ZM27.8651 47.5172C28.1536 47.5172 28.3414 47.4373 28.4318 47.2773C28.5222 47.1174 28.5674 46.7836 28.5674 46.2725V45.4727C28.5674 44.9616 28.5222 44.6313 28.4283 44.4783C28.3345 44.3253 28.1432 44.2488 27.8511 44.2488C27.5591 44.2488 27.3748 44.3218 27.2844 44.4713C27.194 44.6209 27.1488 44.9477 27.1488 45.4588V46.2585C27.1488 46.7697 27.1975 47.107 27.2948 47.2704C27.3922 47.4338 27.5834 47.5172 27.8651 47.5172Z" fill="#231F20"/>
|
|
46
|
+
<path d="M30.334 48.4282V47.1278L31.9126 45.8413C32.3402 45.4901 32.5836 45.278 32.6497 45.2085C32.761 45.052 32.8201 44.8712 32.8236 44.673C32.8236 44.4887 32.7853 44.367 32.7053 44.3149C32.6254 44.2627 32.4515 44.2349 32.1838 44.2349C31.916 44.2349 31.7422 44.2453 31.6553 44.2627V44.826H30.4313V43.3865C30.5948 43.3483 30.8555 43.3135 31.2137 43.2787C31.5718 43.2439 31.8882 43.2266 32.1629 43.2266C32.5802 43.2266 32.9105 43.2439 33.1504 43.2822C33.3903 43.3204 33.5885 43.3935 33.738 43.5012C33.8875 43.609 33.9884 43.7516 34.037 43.922C34.0857 44.0923 34.1101 44.3288 34.1101 44.6313C34.1101 44.7704 34.1066 44.8851 34.0962 44.979C34.0857 45.0729 34.0544 45.1737 33.9953 45.285C33.9362 45.3962 33.8875 45.4832 33.8458 45.5423C33.8041 45.6014 33.7067 45.7022 33.5572 45.8413C33.4077 45.9804 33.2825 46.0917 33.1817 46.1751C33.0809 46.2586 32.8966 46.4081 32.6288 46.6271L31.537 47.5172H32.9348V46.8705H34.1518V48.4282H30.334Z" fill="#231F20"/>
|
|
47
|
+
<path d="M34.8884 48.552L34.8049 47.5019C35.5977 47.4498 36.1575 47.4046 36.4809 47.3663C36.8043 47.3281 37.0198 47.269 37.1207 47.1959C37.2215 47.1229 37.2737 46.9734 37.2737 46.7509C37.2737 46.5527 37.2215 46.4136 37.1207 46.3406C36.9712 46.2328 36.6339 46.1633 36.1054 46.125V45.214L37.2111 44.1987H35.8063V44.8246H34.6172V43.3086H38.3307V44.4421L37.2737 45.4157C37.6805 45.4748 37.9864 45.5861 38.1916 45.7495C38.3202 45.8573 38.4107 45.9824 38.4628 46.1285C38.515 46.2745 38.5393 46.4692 38.5393 46.7091C38.5393 47.0708 38.515 47.342 38.4663 47.5193C38.4176 47.6966 38.3272 47.8461 38.1916 47.9609C37.9969 48.1313 37.6596 48.2564 37.1833 48.3364C36.7069 48.4164 35.9419 48.4859 34.8884 48.552Z" fill="#231F20"/>
|
|
48
|
+
<path d="M21.4004 48.4282V47.1278L22.979 45.8413C23.4066 45.4901 23.65 45.278 23.7161 45.2085C23.8274 45.052 23.8865 44.8712 23.89 44.673C23.89 44.4887 23.8517 44.367 23.7717 44.3149C23.6918 44.2627 23.5179 44.2349 23.2502 44.2349C22.9825 44.2349 22.8086 44.2453 22.7217 44.2627V44.826H21.4977V43.3865C21.6612 43.3483 21.9219 43.3135 22.2801 43.2787C22.6382 43.2439 22.9546 43.2266 23.2293 43.2266C23.6466 43.2266 23.9769 43.2439 24.2168 43.2822C24.4567 43.3204 24.6549 43.3935 24.8044 43.5012C24.9539 43.609 25.0548 43.7516 25.1034 43.922C25.1521 44.0923 25.1765 44.3288 25.1765 44.6313C25.1765 44.7704 25.173 44.8851 25.1626 44.979C25.1521 45.0729 25.1208 45.1737 25.0617 45.285C25.0026 45.3962 24.9539 45.4832 24.9122 45.5423C24.8705 45.6014 24.7731 45.7022 24.6236 45.8413C24.4741 45.9804 24.3489 46.0917 24.2481 46.1751C24.1473 46.2586 23.963 46.4081 23.6952 46.6271L22.6035 47.5172H24.0012V46.8705H25.2182V48.4282H21.4004Z" fill="white"/>
|
|
49
|
+
<path d="M28.9944 48.2892C28.7058 48.4387 28.292 48.5117 27.7496 48.5117C27.2072 48.5117 26.7934 48.4387 26.5118 48.2926C26.2301 48.1466 26.025 47.8858 25.8963 47.5103C25.7677 47.1348 25.7051 46.5889 25.7051 45.8691C25.7051 45.1494 25.7711 44.6035 25.8998 44.228C26.0284 43.8524 26.2371 43.5917 26.5222 43.4456C26.8073 43.2996 27.2211 43.2266 27.7635 43.2266C28.1703 43.2266 28.5006 43.2613 28.751 43.3344C29.0013 43.4074 29.2099 43.543 29.3768 43.7412C29.5437 43.9394 29.6585 44.2071 29.7211 44.5409C29.7837 44.8747 29.815 45.3128 29.815 45.8552C29.815 46.575 29.7489 47.1209 29.6202 47.4999C29.4916 47.8789 29.283 48.1396 28.9944 48.2892ZM27.7635 47.5172C28.0521 47.5172 28.2398 47.4373 28.3303 47.2773C28.4207 47.1174 28.4659 46.7836 28.4659 46.2725V45.4727C28.4659 44.9616 28.4207 44.6313 28.3268 44.4783C28.2329 44.3253 28.0417 44.2488 27.7496 44.2488C27.4575 44.2488 27.2732 44.3218 27.1828 44.4713C27.0924 44.6209 27.0472 44.9477 27.0472 45.4588V46.2585C27.0472 46.7697 27.0959 47.107 27.1933 47.2704C27.2906 47.4338 27.4819 47.5172 27.7635 47.5172Z" fill="white"/>
|
|
50
|
+
<path d="M30.2324 48.4282V47.1278L31.811 45.8413C32.2387 45.4901 32.4821 45.278 32.5481 45.2085C32.6594 45.052 32.7185 44.8712 32.722 44.673C32.722 44.4887 32.6837 44.367 32.6038 44.3149C32.5238 44.2627 32.3499 44.2349 32.0822 44.2349C31.8145 44.2349 31.6406 44.2453 31.5537 44.2627V44.826H30.3298V43.3865C30.4932 43.3483 30.754 43.3135 31.1121 43.2787C31.4703 43.2439 31.7867 43.2266 32.0614 43.2266C32.4786 43.2266 32.8089 43.2439 33.0488 43.2822C33.2888 43.3204 33.4869 43.3935 33.6365 43.5012C33.786 43.609 33.8868 43.7516 33.9355 43.922C33.9842 44.0923 34.0085 44.3288 34.0085 44.6313C34.0085 44.7704 34.005 44.8851 33.9946 44.979C33.9842 45.0729 33.9529 45.1737 33.8938 45.285C33.8346 45.3962 33.786 45.4832 33.7442 45.5423C33.7025 45.6014 33.6052 45.7022 33.4557 45.8413C33.3061 45.9804 33.181 46.0917 33.0801 46.1751C32.9793 46.2586 32.795 46.4081 32.5273 46.6271L31.4355 47.5172H32.8333V46.8705H34.0502V48.4282H30.2324Z" fill="white"/>
|
|
51
|
+
<path d="M34.7868 48.552L34.7034 47.5019C35.4962 47.4498 36.056 47.4046 36.3793 47.3663C36.7027 47.3281 36.9183 47.269 37.0191 47.1959C37.1199 47.1229 37.1721 46.9734 37.1721 46.7509C37.1721 46.5527 37.1199 46.4136 37.0191 46.3406C36.8696 46.2328 36.5323 46.1633 36.0038 46.125V45.214L37.1095 44.1987H35.7048V44.8246H34.5156V43.3086H38.2291V44.4421L37.1721 45.4157C37.5789 45.4748 37.8849 45.5861 38.09 45.7495C38.2187 45.8573 38.3091 45.9824 38.3612 46.1285C38.4134 46.2745 38.4377 46.4692 38.4377 46.7091C38.4377 47.0708 38.4134 47.342 38.3647 47.5193C38.316 47.6966 38.2256 47.8461 38.09 47.9609C37.8953 48.1313 37.558 48.2564 37.0817 48.3364C36.6053 48.4164 35.8404 48.4859 34.7868 48.552Z" fill="white"/>
|
|
52
|
+
<path d="M4.87772 39.1121C5.00289 39.0634 5.12807 39.0391 5.2602 39.0391C5.38885 39.0391 5.5175 39.0669 5.63919 39.1156C5.76089 39.1677 5.86868 39.2373 5.95908 39.3277C6.04949 39.4181 6.11903 39.5258 6.16771 39.6475C6.21638 39.7692 6.24072 39.8944 6.23725 40.0231C6.23725 40.1517 6.20595 40.2769 6.1538 40.3986C6.09817 40.5203 6.02515 40.6281 5.93127 40.715C5.83739 40.8054 5.7296 40.8749 5.60442 40.9236C5.47925 40.9723 5.35408 40.9966 5.22542 40.9966C5.09677 40.9966 4.96812 40.9688 4.84643 40.9201C4.72473 40.868 4.61694 40.7985 4.52654 40.708C4.43613 40.6176 4.36659 40.5099 4.31791 40.3882C4.26924 40.2665 4.2449 40.1413 4.24837 40.0126C4.24837 39.884 4.27967 39.7588 4.33182 39.6371C4.38398 39.5154 4.46047 39.4076 4.55435 39.3207C4.64823 39.2338 4.75602 39.1608 4.8812 39.1121H4.87772Z" fill="#A39161"/>
|
|
53
|
+
<path d="M5.44071 37.7982L5.38508 37.5861L3.2606 38.132L3.31623 38.3441L2.63125 38.5214L2.24182 37.0019C2.05058 36.2509 2.22096 36.0214 2.86769 35.8545C3.35796 35.7293 3.63264 35.7571 3.80302 36.1709C3.74739 35.698 3.86213 35.4964 4.47409 35.3399C5.13125 35.173 5.49634 35.2669 5.68758 36.0179L6.10135 37.6278L5.43723 37.7982H5.44071ZM3.71957 36.7133C3.6848 36.5777 3.55615 36.5256 3.24321 36.6055C2.93723 36.6855 2.86074 36.7829 2.89899 36.9254L2.99634 37.3079L3.81693 37.0958L3.71957 36.7133ZM5.11387 36.2996C5.0791 36.164 4.95045 36.1014 4.61665 36.1848C4.28285 36.2718 4.17854 36.3969 4.21331 36.5291L4.32458 36.9637L5.22513 36.7307L5.11387 36.2961V36.2996Z" fill="#A39161"/>
|
|
54
|
+
<path d="M4.73885 35.0006L4.70756 34.785L2.53788 35.091L2.56917 35.3066L1.87028 35.4039L1.51562 32.8726L2.85081 32.6849L2.96208 33.4777L2.27362 33.575L2.36403 34.2252L3.15332 34.114L3.09421 33.7037L3.75137 33.6133L3.81048 34.0236L4.64149 33.9088L4.55109 33.2586L3.77571 33.3664L3.66444 32.5736L5.06917 32.3789L5.42383 34.9102L4.74233 35.0041L4.73885 35.0006Z" fill="#A39161"/>
|
|
55
|
+
<path d="M5.01687 32.1105L3.81381 32.1488L3.78947 31.3525L4.4362 31.3317C4.45011 31.2621 4.44663 31.0744 4.44316 30.9666C4.43272 30.6258 4.391 30.5598 4.02939 30.5702C3.73731 30.5806 3.68168 30.678 3.56346 31.1196C3.32702 31.9888 3.20185 32.1835 2.41951 32.2079C1.64761 32.2322 1.40421 31.9784 1.3764 31.0674C1.36249 30.6154 1.39378 30.0626 1.43551 29.8957L2.50991 29.8609L2.53425 30.6571L2.0127 30.6745C1.99879 30.7371 2.00227 30.9283 2.00574 31.0535C2.0127 31.2621 2.05094 31.3595 2.35692 31.3491C2.62813 31.3386 2.68724 31.2204 2.79156 30.8101C3.01061 29.9374 3.18099 29.7218 3.93551 29.6975C4.76304 29.6696 5.02035 29.9026 5.05164 30.9527C5.06902 31.4916 5.03078 31.9714 5.00991 32.1071L5.01687 32.1105Z" fill="#A39161"/>
|
|
56
|
+
<path d="M4.33874 28.7332L4.3596 28.4619L2.0717 28.2777L2.04736 28.5593L2.78449 28.6184L2.72538 29.3555L1.38672 29.2478L1.61968 26.334L2.9653 26.4418L2.90619 27.1789L2.16906 27.1198L2.14472 27.4014L4.43262 27.5857L4.45348 27.3249L5.1315 27.3806L5.01676 28.7888L4.33178 28.7332H4.33874Z" fill="#A39161"/>
|
|
57
|
+
<path d="M4.90868 24.742L4.99561 24.3769L5.62148 24.5264L5.33636 25.7191L4.66876 25.5591L4.71397 25.3748L2.06445 23.8832L2.27308 23.0104L5.31202 22.8679L5.35722 22.6836L6.02481 22.8435L5.68754 24.2657L5.06167 24.1161L5.1486 23.7476L4.69658 23.758L4.5123 24.5264L4.91216 24.742H4.90868ZM3.70562 23.7789C3.46918 23.7789 3.26751 23.7858 3.09366 23.7823C3.2397 23.8484 3.42746 23.9527 3.63608 24.0605L4.00465 24.2587L4.12287 23.765L3.70562 23.7754V23.7789Z" fill="#A39161"/>
|
|
58
|
+
<path d="M4.96211 22.0758L3.44264 21.5056L3.36962 21.6968L2.70898 21.45L3.18534 20.1739L3.84598 20.4207L3.74862 20.6815L5.30982 21.2657C5.74793 21.4291 5.85919 21.3665 5.9635 21.0883C6.06782 20.8102 6.02957 20.7024 5.59146 20.539L4.02331 19.9513L3.93986 20.1704L3.27922 19.9235L3.72428 18.7344L4.38492 18.9812L4.31191 19.1725L5.82095 19.7358C6.80495 20.1043 6.98576 20.3755 6.62414 21.3456C6.26253 22.3157 5.95655 22.4479 4.95864 22.0758H4.96211Z" fill="#A39161"/>
|
|
59
|
+
<path d="M7.15862 19.7805L6.08769 19.2346L6.4493 18.5253L7.02649 18.8208C7.0717 18.7652 7.1621 18.6018 7.21078 18.5044C7.36725 18.2019 7.36377 18.1219 7.0404 17.9585C6.77962 17.8264 6.68574 17.8855 6.36585 18.2158C5.73999 18.8625 5.53484 18.9703 4.83943 18.6157C4.15097 18.2645 4.06057 17.9237 4.47782 17.1136C4.68296 16.7102 4.97851 16.2443 5.09673 16.1191L6.05292 16.6094L5.69131 17.3187L5.22886 17.0823C5.18713 17.131 5.09673 17.2979 5.03762 17.4126C4.94374 17.6004 4.92983 17.7012 5.20104 17.8403C5.44444 17.9655 5.55222 17.889 5.8443 17.5795C6.45973 16.9223 6.71008 16.8146 7.38115 17.1588C8.11829 17.5343 8.22955 17.8611 7.7532 18.7965C7.50633 19.2763 7.24207 19.6796 7.15862 19.7874V19.7805Z" fill="#A39161"/>
|
|
60
|
+
<path d="M8.19122 16.5047L8.34073 16.2787L6.42835 15.0096L6.27189 15.246L6.88732 15.6563L6.47703 16.2718L5.35742 15.5277L6.97425 13.0938L8.09734 13.8413L7.68705 14.4568L7.07161 14.0465L6.91514 14.2829L8.82404 15.552L8.97008 15.333L9.53684 15.7085L8.7545 16.8837L8.18079 16.5047H8.19122Z" fill="#A39161"/>
|
|
61
|
+
<path d="M9.53019 14.5232L9.67275 14.3564L8.00377 12.9377L7.86121 13.1046L7.32227 12.6491L8.36886 11.4182C8.82087 10.8828 9.15815 10.8098 9.81879 11.373C10.1595 11.6616 10.462 11.9954 10.2743 12.4162L11.1818 12.5796L11.307 12.4301L11.832 12.8751L11.1018 13.7374L10.841 13.5184L10.6602 13.3654L9.77359 13.1811L9.711 13.2541L10.2673 13.727L10.4377 13.5253L10.928 13.9426L10.0552 14.9718L9.53367 14.5267L9.53019 14.5232ZM9.54758 12.59C9.65884 12.4614 9.63103 12.3327 9.30419 12.058C8.97734 11.7799 8.88694 11.8181 8.77567 11.9502L8.52533 12.2458L9.29028 12.896L9.54758 12.5935V12.59Z" fill="#A39161"/>
|
|
62
|
+
<path d="M12.0931 11.7354L12.3678 11.4815L12.8059 11.9509L11.9054 12.7854L11.4394 12.2813L11.5785 12.1526L10.2051 9.44052L10.8622 8.83203L13.4666 10.4002L13.6056 10.2715L14.0716 10.7757L13.0006 11.7701L12.5625 11.3007L12.8407 11.0434L12.4582 10.8035L11.881 11.339L12.0931 11.7388V11.7354ZM11.6272 10.2681C11.429 10.1394 11.2621 10.0316 11.1161 9.93078C11.1995 10.0629 11.3003 10.2576 11.4116 10.4662L11.6098 10.8348L11.9819 10.4906L11.6272 10.2681Z" fill="#A39161"/>
|
|
63
|
+
<path d="M13.7825 10.1388L13.9599 10.0101L12.6629 8.24378L12.4856 8.37243L12.0684 7.80219L13.2366 6.94336L13.6539 7.5136L13.3723 7.72222L14.697 9.52333L15.2081 9.14781L14.7492 8.52542L15.4133 8.03863L16.2513 9.1791L14.1928 10.6916L13.786 10.1388H13.7825Z" fill="#A39161"/>
|
|
64
|
+
<path d="M16.0364 8.52053L16.2728 8.37449L15.1324 6.50384L14.8959 6.64988L14.5273 6.04835L15.7547 5.30078L16.1233 5.90231L15.8869 6.04835L17.0273 7.919L17.2638 7.77297L17.6219 8.36059L16.3945 9.10815L16.0364 8.52401V8.52053Z" fill="#A39161"/>
|
|
65
|
+
<path d="M18.2162 7.30513L18.5535 7.14171L18.8351 7.7189L17.7329 8.25784L17.4304 7.6424L17.6008 7.55895L17.0723 4.56869L17.8755 4.17578L19.913 6.42891L20.0834 6.34546L20.3859 6.9609L19.075 7.60068L18.7934 7.02349L19.1342 6.85659L18.8386 6.51584L18.1293 6.86006L18.2162 7.30513ZM18.1954 5.76479C18.0424 5.58399 17.9137 5.431 17.8024 5.29539C17.8442 5.44838 17.8824 5.66048 17.9311 5.89344L18.0111 6.30374L18.4666 6.08121L18.1919 5.76479H18.1954Z" fill="#A39161"/>
|
|
66
|
+
<path d="M20.2978 6.26118L20.5064 6.18816L19.7936 4.11932L19.585 4.18886L19.3555 3.52126L20.5411 3.11445L21.4973 4.22015C21.6608 4.41139 21.8311 4.62001 21.9076 4.72085C21.8694 4.62001 21.779 4.37314 21.7025 4.15409L21.4904 3.5317L21.2226 3.6221L20.9932 2.9545L22.0641 2.58594L22.2936 3.25353L22.0989 3.3196L23.0342 6.03865L22.2797 6.29943L20.9619 4.78691C20.7776 4.57829 20.5968 4.35576 20.5099 4.23754C20.562 4.37314 20.6524 4.62001 20.7359 4.86341L21.1183 5.97259L21.3861 5.88218L21.6086 6.53239L20.5168 6.90791L20.2943 6.2577L20.2978 6.26118Z" fill="#A39161"/>
|
|
67
|
+
<path d="M24.2278 5.70099L24.0088 4.5188L24.7946 4.37276L24.9128 5.00906C24.9824 5.00906 25.1701 4.98124 25.2744 4.96038C25.6082 4.89779 25.6708 4.84564 25.6047 4.49446C25.5526 4.20586 25.4448 4.16761 24.9893 4.11893C24.0922 4.0181 23.8836 3.92422 23.7376 3.15231C23.595 2.39084 23.8106 2.11268 24.7077 1.94578C25.1527 1.86233 25.7021 1.81017 25.876 1.82756L26.0741 2.88458L25.2883 3.03062L25.1945 2.51949C25.1284 2.51949 24.9406 2.54731 24.8189 2.57165C24.6138 2.60989 24.5234 2.66205 24.579 2.96108C24.6277 3.22881 24.7563 3.27053 25.1805 3.30878C26.0776 3.39571 26.3175 3.52784 26.4531 4.26845C26.6061 5.08208 26.4149 5.37067 25.3822 5.56191C24.8502 5.66274 24.3704 5.69752 24.2348 5.69752L24.2278 5.70099Z" fill="#A39161"/>
|
|
68
|
+
<path d="M26.7266 4.56809L26.9457 4.55418L26.7892 2.37059L26.5702 2.38798L26.5215 1.68561L27.8358 1.59173L27.8845 2.29758L27.6654 2.31148L27.7176 3.03123L28.42 2.98255L28.3678 2.26281L28.1487 2.27671L28.1001 1.57435L29.4144 1.48047L29.4631 2.18283L29.244 2.19674L29.4005 4.38033L29.6195 4.36642L29.6682 5.0514L28.3539 5.14528L28.3052 4.4603L28.5243 4.44639L28.4652 3.63972L27.7628 3.6884L27.8219 4.49507L28.041 4.48116L28.0896 5.16614L26.7753 5.26002L26.7266 4.57504V4.56809Z" fill="#A39161"/>
|
|
69
|
+
<path d="M30.6941 4.44616L31.0697 4.46354L31.0384 5.10332L29.8145 5.04421L29.8492 4.35923L30.037 4.36966L31.0175 1.49414L31.9111 1.53934L32.6065 4.49831L32.7943 4.50874L32.7595 5.19372L31.3026 5.12071L31.3339 4.47745L31.7129 4.49484L31.619 4.05325L30.8332 4.015L30.6941 4.44616ZM31.4209 3.09011C31.3757 2.85714 31.3339 2.66243 31.3061 2.48858C31.2679 2.64157 31.2018 2.85019 31.1323 3.07272L31.0036 3.46911L31.5078 3.49345L31.4209 3.08663V3.09011Z" fill="#A39161"/>
|
|
70
|
+
<path d="M33.0206 4.53673L33.2361 4.57498L33.6012 2.41573L33.3857 2.38096L33.5039 1.68555L35.0964 1.95676C35.7883 2.07498 36.0213 2.32532 35.8752 3.18068C35.7987 3.62226 35.6701 4.04994 35.2111 4.10557L35.5345 4.97136L35.7257 5.00265L35.611 5.68068L34.4983 5.49292L34.5539 5.15564L34.5922 4.9192L34.2966 4.06385L34.1993 4.04646L34.0776 4.76621L34.3384 4.81142L34.2306 5.44424L32.9023 5.21823L33.0171 4.54021L33.0206 4.53673ZM34.693 3.56663C34.8599 3.59445 34.9538 3.50752 35.0268 3.08332C35.0998 2.6626 35.0199 2.60349 34.853 2.57567L34.4705 2.50961L34.3036 3.49709L34.6965 3.56315L34.693 3.56663Z" fill="#A39161"/>
|
|
71
|
+
<path d="M35.9421 5.05117L36.1542 5.11376L36.7627 3.01014L36.5541 2.94756L36.7522 2.26953L39.207 2.98233L38.8315 4.27579L38.0666 4.05326L38.2613 3.38566L37.6285 3.20138L37.4059 3.96633L37.8023 4.08107L37.618 4.71738L37.2217 4.60263L36.9887 5.40583L37.618 5.59012L37.8371 4.83907L38.6055 5.0616L38.2126 6.42113L35.7578 5.70833L35.9491 5.0477L35.9421 5.05117Z" fill="#A39161"/>
|
|
72
|
+
<path d="M38.4664 6.48841L38.9253 5.37575L39.6625 5.67825L39.4156 6.27631C39.4747 6.31455 39.6486 6.39105 39.7459 6.43277C40.0623 6.56142 40.1388 6.55099 40.2744 6.22067C40.3857 5.94946 40.3196 5.85906 39.9615 5.57046C39.2661 5.00023 39.1374 4.80551 39.4365 4.07881C39.732 3.36254 40.0623 3.24779 40.9073 3.5955C41.328 3.76935 41.8148 4.02318 41.9504 4.13096L41.5401 5.1254L40.8029 4.8229L41.0011 4.33959C40.949 4.30134 40.7751 4.22484 40.6569 4.17617C40.4622 4.09619 40.3614 4.09272 40.2431 4.37436C40.1388 4.62818 40.2223 4.72902 40.5561 4.99327C41.2619 5.55308 41.3906 5.79647 41.102 6.49188C40.7856 7.25683 40.4726 7.39592 39.4991 6.99606C38.9984 6.79091 38.5776 6.55795 38.4629 6.48493L38.4664 6.48841Z" fill="#A39161"/>
|
|
73
|
+
<path d="M41.6309 7.87226L42.2393 6.8361L42.9278 7.23944L42.601 7.79924C42.6531 7.84792 42.8131 7.94528 42.9069 8.00091C43.199 8.17476 43.279 8.17476 43.4598 7.86183C43.6058 7.61148 43.5537 7.51065 43.2407 7.17685C42.6288 6.51621 42.5314 6.30411 42.9278 5.62956C43.3172 4.96197 43.6649 4.89243 44.4473 5.35488C44.8367 5.58436 45.2887 5.90425 45.4069 6.02942L44.8645 6.9578L44.1761 6.55446L44.4403 6.10592C44.3916 6.06072 44.2317 5.95988 44.1204 5.8973C43.9396 5.79298 43.8388 5.77212 43.6823 6.03638C43.5432 6.27282 43.6128 6.38408 43.9083 6.69354C44.5307 7.34723 44.6211 7.60105 44.2421 8.25474C43.8249 8.96753 43.4911 9.06141 42.587 8.5329C42.1211 8.25821 41.7352 7.9731 41.6309 7.88269V7.87226Z" fill="#A39161"/>
|
|
74
|
+
<path d="M44.7743 8.32372L45.7479 7.02678L45.5844 6.90508L46.0086 6.3418L47.1004 7.1589L46.6762 7.72566L46.4537 7.55876L45.4558 8.89048C45.1741 9.266 45.2054 9.38769 45.4419 9.5685C45.6783 9.74583 45.7931 9.74235 46.0747 9.36683L47.0796 8.02469L46.8918 7.88561L47.316 7.32233L48.3348 8.0838L47.9106 8.64708L47.7472 8.52539L46.7805 9.81537C46.1477 10.6568 45.8383 10.7542 45.0107 10.1318C44.1797 9.50939 44.1415 9.18255 44.7812 8.32719L44.7743 8.32372Z" fill="#A39161"/>
|
|
75
|
+
<path d="M46.7693 10.5591L46.9293 10.7086L48.4383 9.11962L48.2784 8.97011L48.7652 8.45898L49.9473 9.58207C50.455 10.0654 50.5176 10.3957 49.8152 11.1328C49.1163 11.87 48.7617 11.8317 48.254 11.3484L47.8681 10.9833L47.5412 11.3241L47.802 11.5709L47.3465 12.0508L46.293 11.0529L46.7658 10.5556L46.7693 10.5591ZM48.6087 10.7956C48.7373 10.9173 48.866 10.886 49.1859 10.5487C49.5058 10.2149 49.5197 10.0793 49.391 9.95759L49.1024 9.68291L48.3166 10.5139L48.6122 10.7956H48.6087Z" fill="#A39161"/>
|
|
76
|
+
<path d="M48.8106 12.5093L48.9532 12.6762L50.6256 11.2611L50.4831 11.0942L51.022 10.6387L52.6736 12.5893L51.6444 13.4586L51.1298 12.8501L51.6618 12.4015L51.2376 11.9008L50.6291 12.4154L50.8969 12.7319L50.3927 13.1595L50.1249 12.8431L49.4852 13.3855L49.9094 13.8862L50.5074 13.3786L51.022 13.9871L49.9407 14.9015L48.2891 12.9509L48.8141 12.5058L48.8106 12.5093Z" fill="#A39161"/>
|
|
77
|
+
<path d="M50.6456 14.6919L50.7672 14.8727L52.5857 13.6557L52.464 13.4749L53.0517 13.082L53.9522 14.4242C54.3417 15.0083 54.3208 15.3491 53.601 15.8324C53.229 16.0827 52.8291 16.2809 52.471 15.9854L52.0642 16.8129L52.172 16.9729L51.6017 17.3553L50.9724 16.4165L51.2575 16.2253L51.4557 16.0932L51.8729 15.29L51.8173 15.21L51.2088 15.6168L51.3549 15.8359L50.8194 16.194L50.0684 15.0744L50.6386 14.6919H50.6456ZM52.4988 15.2378C52.5927 15.3804 52.7214 15.3873 53.0795 15.1474C53.4341 14.911 53.4237 14.8136 53.3298 14.671L53.1143 14.3477L52.2798 14.904L52.5023 15.2343L52.4988 15.2378Z" fill="#A39161"/>
|
|
78
|
+
<path d="M52.6868 17.8889L52.7807 18.0871L54.7592 17.1448L54.6653 16.9466L55.3016 16.6406L56.004 18.1114C56.3065 18.7442 56.2439 19.0746 55.3259 19.5161C54.408 19.9543 54.0916 19.7908 53.7891 19.158L53.5596 18.6782L53.1319 18.8833L53.2884 19.2067L52.6903 19.4918L52.0645 18.181L52.6834 17.8854L52.6868 17.8889ZM54.3211 18.7721C54.3976 18.9285 54.5297 18.9494 54.9469 18.7477C55.3642 18.5495 55.4268 18.4278 55.3503 18.2679L55.1799 17.9063L54.1472 18.4L54.3245 18.7686L54.3211 18.7721Z" fill="#A39161"/>
|
|
79
|
+
<path d="M53.8967 20.4477L53.9698 20.6529L56.0421 19.9401L55.9691 19.7314L56.6367 19.502L57.1617 21.0284C57.3912 21.6925 57.2799 22.0159 56.4628 22.2975C56.0386 22.4435 55.6005 22.5305 55.3328 22.1549L54.7277 22.8504L54.7903 23.0346L54.1401 23.2572L53.775 22.1897L54.0984 22.0784L54.3244 22.002L54.9329 21.3344L54.9016 21.244L54.2097 21.4804L54.2966 21.7273L53.6881 21.9359L53.25 20.6598L53.9002 20.4373L53.8967 20.4477ZM55.5483 21.4491C55.604 21.609 55.7257 21.6508 56.129 21.5117C56.5323 21.3726 56.5462 21.2752 56.4906 21.1153L56.3654 20.7467L55.4162 21.0736L55.5449 21.4491H55.5483Z" fill="#A39161"/>
|
|
80
|
+
<path d="M55.9251 23.0214C57.455 22.6841 57.7923 22.8893 58.0148 23.8941C58.2373 24.906 58.0252 25.205 56.4953 25.5423C54.9585 25.883 54.6247 25.6952 54.3987 24.6834C54.1761 23.6751 54.3882 23.3587 55.9251 23.0179V23.0214ZM56.0398 24.7425L56.4884 24.6417C57.3576 24.4505 57.4237 24.3566 57.3507 24.0332C57.2811 23.7133 57.1942 23.6438 56.325 23.835L55.8764 23.9324C55.0106 24.1236 54.9654 24.2349 55.035 24.5513C55.108 24.8747 55.1741 24.9303 56.0398 24.7391V24.7425Z" fill="#A39161"/>
|
|
81
|
+
<path d="M55.4408 26.0247L55.4652 26.2438L57.6488 26.0108L57.6244 25.7918L58.3268 25.7188L58.4728 27.0922C58.591 28.2153 58.3998 28.3717 56.8351 28.5386C55.2705 28.7055 55.0271 28.5699 54.9089 27.4712C54.8011 26.4594 54.7663 26.1812 54.7559 26.0977L55.4374 26.0247H55.4408ZM55.5382 27.4295C55.573 27.7389 55.712 27.7737 56.5604 27.6833L56.9082 27.645C57.7566 27.5546 57.8609 27.4955 57.8296 27.1861L57.7983 26.8801L55.5104 27.1235L55.5417 27.4295H55.5382Z" fill="#A39161"/>
|
|
82
|
+
<path d="M56.3251 29.1187L57.9454 29.1466V28.9414L58.6548 28.9518L58.6304 30.3148L57.9246 30.3044V30.0262L56.266 29.9984C55.8001 29.9915 55.7132 30.0854 55.7097 30.3844C55.7062 30.6799 55.7758 30.7703 56.2417 30.7773L57.9141 30.8051V30.5721L58.6235 30.5826L58.6026 31.8517L57.8968 31.8378V31.6326L56.2904 31.6048C55.2403 31.5874 54.9795 31.3927 54.9969 30.3566C55.0143 29.3204 55.2577 29.0944 56.3216 29.1153L56.3251 29.1187Z" fill="#A39161"/>
|
|
83
|
+
<path d="M56.791 32.1797C58.3453 32.3675 58.5817 32.663 58.4565 33.6853C58.4148 34.0434 58.2827 34.631 58.2375 34.7562L56.944 34.5997L57.0414 33.807L57.7368 33.8904C57.7542 33.8383 57.775 33.7027 57.7889 33.5844C57.8272 33.2611 57.782 33.1881 56.8988 33.0803L56.4677 33.0281C55.588 32.9203 55.5045 32.9899 55.4663 33.3132C55.4558 33.3967 55.4419 33.5497 55.4489 33.6157L56.2278 33.7096L56.1304 34.5024L54.7674 34.3355C54.757 34.2173 54.7674 33.5914 54.8126 33.2333C54.9378 32.2075 55.2298 31.9885 56.791 32.1797Z" fill="#A39161"/>
|
|
84
|
+
<path d="M55.1976 35.4194L55.135 35.6836L57.3672 36.2191L57.4333 35.9444L56.7136 35.7705L56.8874 35.0508L58.1948 35.3637L57.5133 38.2045L56.2024 37.8915L56.3763 37.1718L57.096 37.3422L57.1621 37.0675L54.9298 36.532L54.8672 36.7893L54.2031 36.6294L54.5334 35.2559L55.201 35.4159L55.1976 35.4194Z" fill="#A39161"/>
|
|
85
|
+
<path d="M54.5518 40.6849C54.4267 40.6362 54.3189 40.5667 54.2215 40.4798C54.1276 40.3894 54.0511 40.2851 53.9955 40.1634C53.9399 40.0417 53.9121 39.92 53.9086 39.7913C53.9051 39.6627 53.926 39.5375 53.9746 39.4158C54.0233 39.2906 54.0929 39.1828 54.1798 39.0924C54.2702 38.9985 54.3745 38.929 54.4962 38.8768C54.6179 38.8247 54.7465 38.7969 54.8752 38.7969C55.0039 38.7969 55.1325 38.8177 55.2577 38.8664C55.3828 38.9151 55.4906 38.9846 55.5845 39.0716C55.6784 39.162 55.7549 39.2663 55.807 39.388C55.8627 39.5062 55.8905 39.6314 55.894 39.76C55.8975 39.8887 55.8766 40.0138 55.8279 40.1355C55.7792 40.2572 55.7132 40.365 55.6228 40.4554C55.5324 40.5458 55.428 40.6189 55.3029 40.6745C55.1812 40.7266 55.056 40.7545 54.9239 40.7545C54.7952 40.7545 54.6666 40.7336 54.5414 40.6849H54.5518Z" fill="#A39161"/>
|
|
86
|
+
<path d="M6.45629 45.5167L6.58494 45.6941L8.36867 44.3832L8.24002 44.2059L8.81373 43.7852L9.73863 45.0473C10.1941 45.6697 10.1176 45.9514 9.57521 46.3512C9.16144 46.6537 8.8937 46.7302 8.58425 46.4103C8.81025 46.8276 8.77896 47.0571 8.26088 47.4361C7.71151 47.8429 7.33251 47.8916 6.87354 47.2657L5.89648 45.927L6.45629 45.5167ZM7.31512 46.7824C7.39857 46.8971 7.54113 46.9075 7.82277 46.6989C8.10441 46.4903 8.15309 46.3338 8.07312 46.226L7.80886 45.8644L7.05087 46.4208L7.31512 46.7824ZM8.46603 45.8714C8.54947 45.9861 8.68856 45.9861 8.94934 45.7914C9.20664 45.6037 9.24141 45.482 9.15448 45.3637L8.92152 45.0473L8.23306 45.555L8.46603 45.8714Z" fill="#A39161"/>
|
|
87
|
+
<path d="M8.28261 47.9706L8.42865 48.1306L10.0594 46.6354L9.91335 46.4755L10.4384 45.9922L12.163 47.8733L11.1581 48.7947L10.6192 48.2071L11.1373 47.7307L10.6957 47.2474L10.1011 47.7933L10.3793 48.0993L9.88553 48.5513L9.60737 48.2453L8.98498 48.8156L9.42656 49.2989L10.0107 48.7634L10.5496 49.351L9.4961 50.3176L7.77148 48.4366L8.28261 47.9672V47.9706Z" fill="#A39161"/>
|
|
88
|
+
<path d="M9.93945 50.7119L10.7427 49.8009L11.3407 50.3294L10.9061 50.8197C10.9478 50.8753 11.0869 51.004 11.1669 51.077C11.4207 51.303 11.4972 51.3169 11.7406 51.0457C11.9353 50.8232 11.9005 50.7154 11.6641 50.326C11.1947 49.5575 11.1425 49.3315 11.6641 48.7404C12.1822 48.1563 12.5368 48.1528 13.2183 48.7543C13.5556 49.0534 13.9346 49.4532 14.0285 49.5992L13.3087 50.4129L12.7107 49.8844L13.0584 49.4915C13.0201 49.4393 12.881 49.3107 12.7872 49.2272C12.6307 49.0881 12.5333 49.0499 12.3282 49.2828C12.1474 49.488 12.1926 49.6132 12.4186 49.9713C12.9019 50.7328 12.9401 51.004 12.436 51.5742C11.8831 52.2001 11.5389 52.2314 10.7496 51.536C10.3463 51.1778 10.0229 50.8232 9.93945 50.7154V50.7119Z" fill="#A39161"/>
|
|
89
|
+
<path d="M13.119 52.507L13.3416 52.6634L14.6768 50.7684L14.4473 50.605L14.0161 51.217L13.4111 50.7928L14.1934 49.6836L16.5822 51.3595L15.7964 52.4722L15.1914 52.048L15.6225 51.436L15.393 51.2726L14.0578 53.1676L14.2734 53.3171L13.877 53.8804L12.7227 53.0702L13.1225 52.5035L13.119 52.507Z" fill="#A39161"/>
|
|
90
|
+
<path d="M16.5435 53.4258C17.2598 52.0141 17.6319 51.882 18.5533 52.3444C19.4816 52.8104 19.5721 53.165 18.8558 54.5732C18.136 55.9884 17.7814 56.1344 16.853 55.6685C15.9316 55.2061 15.8238 54.8375 16.5401 53.4223L16.5435 53.4258ZM17.9483 54.4202L18.1569 54.01C18.5637 53.2068 18.5324 53.099 18.2369 52.9495C17.9448 52.8034 17.837 52.8243 17.4302 53.6275L17.2216 54.0412C16.8147 54.8375 16.8739 54.9453 17.1625 55.0913C17.458 55.2408 17.5449 55.2234 17.9483 54.4237V54.4202Z" fill="#A39161"/>
|
|
91
|
+
<path d="M18.7375 55.749L18.9427 55.8255L19.7285 53.7601L19.5233 53.6836L19.7772 53.0195L22.1694 53.9131L21.6861 55.1857L20.9385 54.9076L21.1889 54.2504L20.5734 54.0209L20.2779 54.8033L20.6882 54.9562L20.4378 55.6134L20.0275 55.4604L19.7702 56.1384L20.0762 56.2532L19.8293 56.8999L18.4941 56.4027L18.741 55.756L18.7375 55.749Z" fill="#A39161"/>
|
|
92
|
+
<path d="M23.114 57.18L23.3818 57.2391L23.8825 54.9825L23.6078 54.9234L23.4478 55.6535L22.7246 55.4971L23.0167 54.1758L25.8748 54.7877L25.5793 56.116L24.856 55.9595L25.016 55.2293L24.7413 55.1702L24.2406 57.4268L24.4979 57.4825L24.3484 58.1535L22.968 57.858L23.1175 57.18H23.114Z" fill="#A39161"/>
|
|
93
|
+
<path d="M25.6574 57.6963L25.8765 57.7172L26.0955 55.5232L25.8765 55.5023L25.946 54.793L27.2604 54.9147L27.1908 55.624L26.9718 55.6031L26.8987 56.3263L27.6011 56.3924L27.6741 55.6692L27.4551 55.6483L27.5246 54.939L28.8389 55.0607L28.7694 55.77L28.5503 55.7492L28.3313 57.9467L28.5503 57.9675L28.4808 58.656L27.1665 58.5343L27.236 57.8458L27.4551 57.8667L27.535 57.0565L26.8327 56.9905L26.7527 57.8006L26.9718 57.8215L26.9022 58.5099L25.5879 58.3882L25.6574 57.6998V57.6963Z" fill="#A39161"/>
|
|
94
|
+
<path d="M28.9944 57.9748L29.2135 57.9679L29.1787 55.7634L28.9596 55.7704L28.9492 55.0611L31.5083 55.002L31.5292 56.3615L30.7295 56.3789L30.719 55.6765L30.0619 55.6904L30.0758 56.4936L30.4896 56.4832L30.5 57.1508L30.0862 57.1612L30.1001 58.0027L30.7573 57.9887L30.7434 57.1994L31.5431 57.1821L31.564 58.6077L29.0049 58.6668L28.9944 57.9748Z" fill="#A39161"/>
|
|
95
|
+
<path d="M32.9338 57.8018L33.1494 57.767L32.8156 55.5903L32.6 55.6251L32.4922 54.9228L34.043 54.6724C34.8114 54.5472 35.0235 54.7419 35.1243 55.4061C35.2008 55.9102 35.1452 56.1814 34.714 56.3136C35.1904 56.2997 35.3781 56.4353 35.4755 57.0646C35.5798 57.7357 35.4442 58.0938 34.6793 58.219L33.0346 58.4833L32.9303 57.8018H32.9338ZM34.1855 56.178C34.3246 56.1571 34.3907 56.0319 34.342 55.712C34.2933 55.3991 34.2029 55.3122 34.0569 55.3365L33.6674 55.3991L33.7961 56.2406L34.1855 56.178ZM34.4602 57.6105C34.5993 57.5862 34.6758 57.468 34.6236 57.1237C34.5715 56.7795 34.4532 56.6648 34.3176 56.6856L33.8726 56.7586L34.0151 57.6835L34.4602 57.6105Z" fill="#A39161"/>
|
|
96
|
+
<path d="M35.9635 57.2898L36.1756 57.2307L35.6054 55.1062L35.3933 55.1653L35.209 54.4803L37.6812 53.7988L38.0323 55.1062L37.2604 55.3183L37.0796 54.6438L36.4433 54.8176L36.652 55.593L37.0518 55.4817L37.2222 56.125L36.8223 56.2362L37.0414 57.0499L37.6777 56.876L37.4725 56.1145L38.2444 55.9024L38.613 57.2759L36.1374 57.9574L35.96 57.2898H35.9635Z" fill="#A39161"/>
|
|
97
|
+
<path d="M39.1826 57.0522L38.748 55.9256L39.4955 55.6335L39.7285 56.242C39.7981 56.2316 39.9754 56.1655 40.0762 56.1273C40.3961 56.0021 40.4448 55.9395 40.3127 55.6023C40.2083 55.3276 40.0936 55.3102 39.6381 55.3484C38.7376 55.418 38.5115 55.3658 38.2264 54.6322C37.9448 53.9089 38.1082 53.5925 38.9601 53.2552C39.3843 53.0883 39.9163 52.9319 40.0866 52.918L40.4761 53.9263L39.7285 54.2184L39.5408 53.7316C39.4747 53.742 39.2974 53.8046 39.1791 53.8533C38.9844 53.9298 38.9044 53.9993 39.0157 54.2845C39.1131 54.5383 39.2452 54.5557 39.6729 54.5139C40.5734 54.427 40.8307 54.5139 41.1054 55.2233C41.4044 55.9986 41.2723 56.3185 40.2883 56.7045C39.7841 56.9027 39.3182 57.0278 39.1791 57.0557L39.1826 57.0522Z" fill="#A39161"/>
|
|
98
|
+
<path d="M42.2484 55.0367L42.4918 54.908L41.4279 52.8705L41.1775 53.0026L41.5217 53.6598L40.8646 54.0075L40.2422 52.8114L42.8395 51.4414L43.4654 52.641L42.8083 52.9887L42.464 52.3315L42.2137 52.4637L43.2777 54.5012L43.5106 54.3795L43.827 54.9845L42.5718 55.6452L42.2519 55.0332L42.2484 55.0367Z" fill="#A39161"/>
|
|
99
|
+
<path d="M45.1763 53.1391L45.3606 51.7483C45.4197 51.3032 45.4858 51.0668 45.312 50.8269C45.1729 50.6321 45.0964 50.6356 44.8982 50.7782C44.7939 50.8512 44.7069 50.9173 44.6617 50.9625L44.8947 51.2858L44.2619 51.7413L43.6777 50.9277C43.7994 50.7956 44.1576 50.4722 44.467 50.2497C45.2807 49.662 45.5345 49.6899 45.9656 50.2914C46.2751 50.7225 46.2055 50.8686 46.0804 51.8943L45.9517 52.9374L46.588 52.4785L46.3272 52.1168L46.9601 51.6614L47.5686 52.5098L45.6944 53.8623L45.1729 53.1356L45.1763 53.1391Z" fill="#A39161"/>
|
|
100
|
+
<path d="M46.8071 50.8263C45.7709 49.6511 45.7501 49.2825 46.4907 48.6323C47.2278 47.9786 47.5755 48.0412 48.6152 49.2164C49.6548 50.3917 49.6757 50.7672 48.9385 51.4174C48.2014 52.0711 47.8467 52.0016 46.8106 50.8263H46.8071ZM48.1701 50.044L47.7528 49.5711C47.2452 48.9974 47.1339 48.9661 46.9323 49.1434C46.7306 49.3208 46.748 49.4251 47.2556 49.9988L47.6729 50.4717C48.177 51.0419 48.3127 51.0975 48.5143 50.9202C48.716 50.7429 48.6743 50.6142 48.1736 50.044H48.1701Z" fill="#A39161"/>
|
|
101
|
+
<path d="M49.4992 49.6253L49.4053 48.2275C49.374 47.779 49.3949 47.5356 49.1758 47.3339C49.002 47.1705 48.9255 47.1879 48.7586 47.3687C48.6716 47.4626 48.5986 47.5391 48.5638 47.5947L48.8559 47.8659L48.3274 48.4362L47.5938 47.7547C47.6876 47.6017 47.9762 47.2122 48.237 46.9341C48.9185 46.1969 49.1758 46.1761 49.7182 46.6802C50.1077 47.0419 50.0694 47.1983 50.1459 48.2275L50.2259 49.2776L50.7579 48.7039L50.431 48.4014L50.9595 47.8312L51.728 48.5405L50.1563 50.2338L49.5026 49.6253H49.4992Z" fill="#A39161"/>
|
|
102
|
+
<path d="M51.6019 47.6798C52.0539 46.9948 52.2695 46.6506 52.2729 46.5045C52.2799 46.3933 52.1999 46.3133 52.0782 46.2229C51.953 46.129 51.887 46.0943 51.7792 46.1325C51.6644 46.1707 51.4489 46.3863 51.3237 46.5185L50.7674 46.0977L50.6352 45.0581L50.1102 45.75L50.4614 46.0143L50.0198 46.5949L49.1992 45.9726L50.5692 44.168L51.2298 44.6687L51.3585 45.6388C51.5358 45.4614 51.7722 45.305 51.9148 45.2876C52.0852 45.2632 52.2451 45.3119 52.5302 45.5275C52.9127 45.8161 53.0657 45.9691 53.1074 46.1916C53.1665 46.5254 52.8884 47.0157 52.186 48.0553L51.5984 47.6833L51.6019 47.6798Z" fill="#A39161"/>
|
|
103
|
+
</g>
|
|
104
|
+
<defs>
|
|
105
|
+
<clipPath id="clip0_9265_3266">
|
|
106
|
+
<rect width="60" height="60" fill="white"/>
|
|
107
|
+
</clipPath>
|
|
108
|
+
</defs>
|
|
109
|
+
</svg>
|