@notionhive/footers 0.1.0
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/bin/footers.js +16 -0
- package/category.config.json +7 -0
- package/package.json +24 -0
- package/registry/footer-01.json +6 -0
- package/registry/footer-02.json +9 -0
- package/registry/footer-03.json +9 -0
- package/registry/footer-04.json +9 -0
- package/registry/footer-05.json +9 -0
- package/registry/footer-06.json +7 -0
- package/registry/footer-07.json +9 -0
- package/registry/footer-08.json +9 -0
- package/registry/footer-09.json +9 -0
- package/registry/footer-10.json +9 -0
- package/registry/footer-11.json +7 -0
- package/registry/footer-12.json +9 -0
- package/registry/footer-13.json +9 -0
- package/registry/footer-14.json +9 -0
- package/registry/footer-15.json +9 -0
- package/registry/footer-16.json +9 -0
- package/registry/footer-17.json +9 -0
- package/registry/footer-18.json +9 -0
- package/registry/footer-19.json +9 -0
- package/registry/footer-20.json +9 -0
- package/registry/footer-21.json +9 -0
- package/registry/footer-22.json +9 -0
- package/registry/footer-23.json +9 -0
- package/registry/footer-24.json +9 -0
- package/registry/footer-25.json +9 -0
- package/registry/footer-26.json +9 -0
- package/registry/footer-27.json +9 -0
- package/registry/footer-28.json +9 -0
- package/registry/footer-29.json +6 -0
- package/registry/footer-30.json +6 -0
- package/registry/index.json +263 -0
- package/templates/components/atoms/SafeImage/SafeImage.jsx +101 -0
- package/templates/components/atoms/SafeImage/index.js +1 -0
- package/templates/components/organisms/Footer01/Footer01.jsx +142 -0
- package/templates/components/organisms/Footer01/Footer01.propTypes.js +110 -0
- package/templates/components/organisms/Footer01/index.js +1 -0
- package/templates/components/organisms/Footer02/Footer02.jsx +136 -0
- package/templates/components/organisms/Footer02/Footer02.propTypes.js +112 -0
- package/templates/components/organisms/Footer02/index.js +1 -0
- package/templates/components/organisms/Footer03/Footer03.jsx +162 -0
- package/templates/components/organisms/Footer03/Footer03.propTypes.js +73 -0
- package/templates/components/organisms/Footer03/index.js +1 -0
- package/templates/components/organisms/Footer04/Footer04.jsx +128 -0
- package/templates/components/organisms/Footer04/Footer04.propTypes.js +93 -0
- package/templates/components/organisms/Footer04/index.js +1 -0
- package/templates/components/organisms/Footer05/Footer05.jsx +101 -0
- package/templates/components/organisms/Footer05/Footer05.propTypes.js +42 -0
- package/templates/components/organisms/Footer05/index.js +1 -0
- package/templates/components/organisms/Footer06/Footer06.jsx +170 -0
- package/templates/components/organisms/Footer06/Footer06.propTypes.js +53 -0
- package/templates/components/organisms/Footer06/index.js +1 -0
- package/templates/components/organisms/Footer07/Footer07.jsx +253 -0
- package/templates/components/organisms/Footer07/Footer07.propTypes.js +83 -0
- package/templates/components/organisms/Footer07/index.js +1 -0
- package/templates/components/organisms/Footer08/Footer08.jsx +183 -0
- package/templates/components/organisms/Footer08/Footer08.propTypes.js +92 -0
- package/templates/components/organisms/Footer08/index.js +1 -0
- package/templates/components/organisms/Footer09/Footer09.jsx +199 -0
- package/templates/components/organisms/Footer09/Footer09.propTypes.js +76 -0
- package/templates/components/organisms/Footer09/index.js +1 -0
- package/templates/components/organisms/Footer10/Footer10.jsx +172 -0
- package/templates/components/organisms/Footer10/Footer10.propTypes.js +38 -0
- package/templates/components/organisms/Footer10/index.js +1 -0
- package/templates/components/organisms/Footer11/Footer11.jsx +107 -0
- package/templates/components/organisms/Footer11/Footer11.propTypes.js +64 -0
- package/templates/components/organisms/Footer11/index.js +1 -0
- package/templates/components/organisms/Footer12/Footer12.jsx +122 -0
- package/templates/components/organisms/Footer12/Footer12.propTypes.js +94 -0
- package/templates/components/organisms/Footer12/index.js +1 -0
- package/templates/components/organisms/Footer13/Footer13.jsx +156 -0
- package/templates/components/organisms/Footer13/Footer13.propTypes.js +80 -0
- package/templates/components/organisms/Footer13/index.js +1 -0
- package/templates/components/organisms/Footer14/Footer14.jsx +157 -0
- package/templates/components/organisms/Footer14/Footer14.propTypes.js +60 -0
- package/templates/components/organisms/Footer14/index.js +1 -0
- package/templates/components/organisms/Footer15/Footer15.jsx +184 -0
- package/templates/components/organisms/Footer15/Footer15.propTypes.js +58 -0
- package/templates/components/organisms/Footer15/index.js +1 -0
- package/templates/components/organisms/Footer16/Footer16.jsx +87 -0
- package/templates/components/organisms/Footer16/Footer16.propTypes.js +73 -0
- package/templates/components/organisms/Footer16/index.js +1 -0
- package/templates/components/organisms/Footer17/Footer17.jsx +176 -0
- package/templates/components/organisms/Footer17/Footer17.propTypes.js +117 -0
- package/templates/components/organisms/Footer17/index.js +1 -0
- package/templates/components/organisms/Footer18/Footer18.jsx +236 -0
- package/templates/components/organisms/Footer18/Footer18.propTypes.js +92 -0
- package/templates/components/organisms/Footer18/index.js +1 -0
- package/templates/components/organisms/Footer19/Footer19.jsx +287 -0
- package/templates/components/organisms/Footer19/Footer19.propTypes.js +116 -0
- package/templates/components/organisms/Footer19/index.js +1 -0
- package/templates/components/organisms/Footer20/Footer20.jsx +201 -0
- package/templates/components/organisms/Footer20/Footer20.propTypes.js +70 -0
- package/templates/components/organisms/Footer20/index.js +1 -0
- package/templates/components/organisms/Footer21/Footer21.jsx +134 -0
- package/templates/components/organisms/Footer21/Footer21.propTypes.js +122 -0
- package/templates/components/organisms/Footer21/index.js +1 -0
- package/templates/components/organisms/Footer22/Footer22.jsx +136 -0
- package/templates/components/organisms/Footer22/Footer22.propTypes.js +58 -0
- package/templates/components/organisms/Footer22/index.js +1 -0
- package/templates/components/organisms/Footer23/Footer23.jsx +177 -0
- package/templates/components/organisms/Footer23/Footer23.propTypes.js +97 -0
- package/templates/components/organisms/Footer23/index.js +1 -0
- package/templates/components/organisms/Footer24/Footer24.jsx +192 -0
- package/templates/components/organisms/Footer24/Footer24.propTypes.js +132 -0
- package/templates/components/organisms/Footer24/index.js +1 -0
- package/templates/components/organisms/Footer25/Footer25.jsx +135 -0
- package/templates/components/organisms/Footer25/Footer25.propTypes.js +124 -0
- package/templates/components/organisms/Footer25/index.js +1 -0
- package/templates/components/organisms/Footer26/Footer26.jsx +167 -0
- package/templates/components/organisms/Footer26/Footer26.propTypes.js +54 -0
- package/templates/components/organisms/Footer26/index.js +1 -0
- package/templates/components/organisms/Footer27/Footer27.jsx +171 -0
- package/templates/components/organisms/Footer27/Footer27.propTypes.js +105 -0
- package/templates/components/organisms/Footer27/index.js +1 -0
- package/templates/components/organisms/Footer28/Footer28.jsx +98 -0
- package/templates/components/organisms/Footer28/Footer28.propTypes.js +96 -0
- package/templates/components/organisms/Footer28/index.js +1 -0
- package/templates/components/organisms/Footer29/Footer29.jsx +118 -0
- package/templates/components/organisms/Footer29/Footer29.propTypes.js +68 -0
- package/templates/components/organisms/Footer29/index.js +1 -0
- package/templates/components/organisms/Footer30/Footer30.jsx +92 -0
- package/templates/components/organisms/Footer30/Footer30.propTypes.js +51 -0
- package/templates/components/organisms/Footer30/index.js +1 -0
- package/templates/public/footer/footer02/payment-01.png +0 -0
- package/templates/public/footer/footer02/payment-02.png +0 -0
- package/templates/public/footer/footer02/payment-03.png +0 -0
- package/templates/public/footer/footer02/payment-04.png +0 -0
- package/templates/public/footer/footer02/payment-05.png +0 -0
- package/templates/public/footer/footer02/payment-06.png +0 -0
- package/templates/public/footer/footer02/payment-07.png +0 -0
- package/templates/public/footer/footer02/payment-08.png +0 -0
- package/templates/public/footer/footer02/payment-09.svg +5 -0
- package/templates/public/footer/footer02/payment-10.svg +11 -0
- package/templates/public/footer/footer02/payment-11.svg +22 -0
- package/templates/public/footer/footer02/payment-12.svg +25 -0
- package/templates/public/footer/footer02/payment-13.svg +10 -0
- package/templates/public/footer/footer02/payment-14.svg +36 -0
- package/templates/public/footer/footer02/payment-15.svg +18 -0
- package/templates/public/footer/footer02/payment-sprite-01.png +0 -0
- package/templates/public/footer/footer02/payment-sprite-02.png +0 -0
- package/templates/public/footer/footer02/payment-sprite-03.png +0 -0
- package/templates/public/footer/footer02/payment-sprite-04.png +0 -0
- package/templates/public/footer/footer02/payment-sprite-05.png +0 -0
- package/templates/public/footer/footer02/payment-sprite-06.png +0 -0
- package/templates/public/footer/footer03/logo-mask.png +0 -0
- package/templates/public/footer/footer03/logo.png +0 -0
- package/templates/public/footer/footer04/logo.svg +45 -0
- package/templates/public/footer/footer05/brand-watermark.png +0 -0
- package/templates/public/footer/footer07/logo.png +0 -0
- package/templates/public/footer/footer07/watch-hero.png +0 -0
- package/templates/public/footer/footer07/watch-overlay.png +0 -0
- package/templates/public/footer/footer08/logo.png +0 -0
- package/templates/public/footer/footer08/logo.svg +3 -0
- package/templates/public/footer/footer09/logo.svg +13 -0
- package/templates/public/footer/footer10/hero-image.png +0 -0
- package/templates/public/footer/footer10/hero-mask-download.svg +3 -0
- package/templates/public/footer/footer10/hero-mask.svg +3 -0
- package/templates/public/footer/footer12/logo-icon.svg +3 -0
- package/templates/public/footer/footer12/refugee-logo.png +0 -0
- package/templates/public/footer/footer13/logo.png +0 -0
- package/templates/public/footer/footer14/logo.png +0 -0
- package/templates/public/footer/footer15/logo.svg +19 -0
- package/templates/public/footer/footer16/logo.svg +6 -0
- package/templates/public/footer/footer17/logo-left.svg +11 -0
- package/templates/public/footer/footer17/logo-right.svg +36 -0
- package/templates/public/footer/footer18/logo.png +108 -0
- package/templates/public/footer/footer18/logo.svg +108 -0
- package/templates/public/footer/footer19/logo.png +0 -0
- package/templates/public/footer/footer19/payment-bkash.png +0 -0
- package/templates/public/footer/footer19/payment-mastercard.svg +12 -0
- package/templates/public/footer/footer19/payment-nagad.png +0 -0
- package/templates/public/footer/footer19/payment-nexus.png +0 -0
- package/templates/public/footer/footer19/payment-rocket.png +0 -0
- package/templates/public/footer/footer19/payment-upay.png +0 -0
- package/templates/public/footer/footer19/payment-visa.svg +6 -0
- package/templates/public/footer/footer20/bg.png +0 -0
- package/templates/public/footer/footer20/logo.png +0 -0
- package/templates/public/footer/footer21/logo.png +0 -0
- package/templates/public/footer/footer22/logo-icon.svg +10 -0
- package/templates/public/footer/footer22/logo-name.svg +5 -0
- package/templates/public/footer/footer22/logo-tagline.svg +5 -0
- package/templates/public/footer/footer23/logo-icon.svg +10 -0
- package/templates/public/footer/footer23/logo-name.svg +20 -0
- package/templates/public/footer/footer23/logo-tagline.svg +17 -0
- package/templates/public/footer/footer24/logo.svg +46 -0
- package/templates/public/footer/footer24/map.png +0 -0
- package/templates/public/footer/footer25/logo-icon.svg +15 -0
- package/templates/public/footer/footer25/logo-text.svg +42 -0
- package/templates/public/footer/footer25/map-pin.svg +7 -0
- package/templates/public/footer/footer25/map.png +0 -0
- package/templates/public/footer/footer26/logo-jpl.svg +5 -0
- package/templates/public/footer/footer26/logo.png +0 -0
- package/templates/public/footer/footer27/logo.png +0 -0
- package/templates/public/footer/footer28/logo.png +0 -0
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
footer30DefaultProps,
|
|
5
|
+
footer30PropTypes,
|
|
6
|
+
} from "./Footer30.propTypes";
|
|
7
|
+
|
|
8
|
+
function LinkColumn({ column }) {
|
|
9
|
+
return (
|
|
10
|
+
<div className="flex min-w-0 flex-col gap-8">
|
|
11
|
+
<p className="text-xl font-medium leading-[0.95] tracking-[-0.4px] text-[#162326]/20">
|
|
12
|
+
{column.title}
|
|
13
|
+
</p>
|
|
14
|
+
<ul className="flex flex-col gap-5">
|
|
15
|
+
{column.links.map((link) => (
|
|
16
|
+
<li key={link.label}>
|
|
17
|
+
<a
|
|
18
|
+
href={link.href ?? "#"}
|
|
19
|
+
className="text-xl font-medium leading-[0.95] tracking-[-0.4px] text-[#162326] transition-colors duration-200 ease-out hover:opacity-70 focus-visible:outline-2 focus-visible:outline-offset-2"
|
|
20
|
+
>
|
|
21
|
+
{link.label}
|
|
22
|
+
</a>
|
|
23
|
+
</li>
|
|
24
|
+
))}
|
|
25
|
+
</ul>
|
|
26
|
+
</div>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Footer30 — Backroads Alberta editorial minimal footer.
|
|
32
|
+
* Figma node 32:21119 at 1920px.
|
|
33
|
+
*/
|
|
34
|
+
export function Footer30({
|
|
35
|
+
headline = footer30DefaultProps.headline,
|
|
36
|
+
email = footer30DefaultProps.email,
|
|
37
|
+
emailHref = footer30DefaultProps.emailHref,
|
|
38
|
+
linkColumns = footer30DefaultProps.linkColumns,
|
|
39
|
+
legalLinks = footer30DefaultProps.legalLinks,
|
|
40
|
+
copyright = footer30DefaultProps.copyright,
|
|
41
|
+
className = "",
|
|
42
|
+
}) {
|
|
43
|
+
return (
|
|
44
|
+
<footer
|
|
45
|
+
className={["relative w-full overflow-hidden bg-white", className]
|
|
46
|
+
.filter(Boolean)
|
|
47
|
+
.join(" ")}
|
|
48
|
+
data-footer="footer30"
|
|
49
|
+
>
|
|
50
|
+
<div className="mx-auto flex w-full max-w-[1920px] flex-col px-4 pb-11 pt-16 sm:px-6 md:px-10 lg:px-20 lg:pb-11 lg:pt-40 xl:px-20">
|
|
51
|
+
<div className="mb-16 flex flex-col gap-8 lg:mb-24 lg:flex-row lg:items-end lg:justify-between lg:gap-20 xl:gap-[382px]">
|
|
52
|
+
<h2 className="max-w-[794px] text-4xl font-normal leading-[0.95] tracking-[-0.06em] text-[#162326] sm:text-5xl md:text-6xl lg:text-7xl xl:text-[104px]">
|
|
53
|
+
{headline}
|
|
54
|
+
</h2>
|
|
55
|
+
<a
|
|
56
|
+
href={emailHref ?? `mailto:${email}`}
|
|
57
|
+
className="max-w-[571px] text-right text-2xl font-medium leading-[1.09] tracking-[-0.03em] text-[#162326] underline transition-opacity duration-200 ease-out hover:opacity-70 focus-visible:outline-2 focus-visible:outline-offset-2 sm:text-[28px] xl:text-[32px]"
|
|
58
|
+
>
|
|
59
|
+
{email}
|
|
60
|
+
</a>
|
|
61
|
+
</div>
|
|
62
|
+
|
|
63
|
+
<div className="mb-16 flex flex-col gap-12 sm:flex-row sm:gap-20 lg:mb-20 lg:gap-[80px]">
|
|
64
|
+
{linkColumns.map((column) => (
|
|
65
|
+
<LinkColumn key={column.title} column={column} />
|
|
66
|
+
))}
|
|
67
|
+
</div>
|
|
68
|
+
|
|
69
|
+
<div className="flex flex-col gap-6 border-t border-black/10 py-8 sm:flex-row sm:items-center sm:justify-between lg:py-10">
|
|
70
|
+
<div className="flex flex-col gap-4 sm:flex-row sm:gap-20">
|
|
71
|
+
{legalLinks.map((link) => (
|
|
72
|
+
<a
|
|
73
|
+
key={link.label}
|
|
74
|
+
href={link.href ?? "#"}
|
|
75
|
+
className="text-lg font-medium leading-[0.95] tracking-[-0.4px] text-[#162326] transition-opacity duration-200 ease-out hover:opacity-70 focus-visible:outline-2 focus-visible:outline-offset-2 xl:text-xl"
|
|
76
|
+
>
|
|
77
|
+
{link.label}
|
|
78
|
+
</a>
|
|
79
|
+
))}
|
|
80
|
+
</div>
|
|
81
|
+
<p className="text-lg font-medium leading-[0.95] tracking-[-0.4px] text-[#162326] xl:text-xl">
|
|
82
|
+
{copyright}
|
|
83
|
+
</p>
|
|
84
|
+
</div>
|
|
85
|
+
</div>
|
|
86
|
+
</footer>
|
|
87
|
+
);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
Footer30.propTypes = footer30PropTypes;
|
|
91
|
+
|
|
92
|
+
export default Footer30;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import PropTypes from "prop-types";
|
|
2
|
+
|
|
3
|
+
const linkShape = PropTypes.shape({
|
|
4
|
+
label: PropTypes.string.isRequired,
|
|
5
|
+
href: PropTypes.string,
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
const columnShape = PropTypes.shape({
|
|
9
|
+
title: PropTypes.string.isRequired,
|
|
10
|
+
links: PropTypes.arrayOf(linkShape),
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
export const footer30PropTypes = {
|
|
14
|
+
headline: PropTypes.string,
|
|
15
|
+
email: PropTypes.string,
|
|
16
|
+
emailHref: PropTypes.string,
|
|
17
|
+
linkColumns: PropTypes.arrayOf(columnShape),
|
|
18
|
+
legalLinks: PropTypes.arrayOf(linkShape),
|
|
19
|
+
copyright: PropTypes.string,
|
|
20
|
+
className: PropTypes.string,
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export const footer30DefaultProps = {
|
|
24
|
+
headline: "Let's tell Alberta's stories together.",
|
|
25
|
+
email: "hello@backroadsalberta.ca",
|
|
26
|
+
emailHref: "mailto:hello@backroadsalberta.ca",
|
|
27
|
+
linkColumns: [
|
|
28
|
+
{
|
|
29
|
+
title: "Discover",
|
|
30
|
+
links: [
|
|
31
|
+
{ label: "Region", href: "#" },
|
|
32
|
+
{ label: "About", href: "#" },
|
|
33
|
+
{ label: "Contact Us", href: "#" },
|
|
34
|
+
],
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
title: "Recent stories",
|
|
38
|
+
links: [
|
|
39
|
+
{ label: "The Heart of Drumheller", href: "#" },
|
|
40
|
+
{ label: "Preserving History in Fort Macleod", href: "#" },
|
|
41
|
+
{ label: "Voices of Crowsnest Pass", href: "#" },
|
|
42
|
+
],
|
|
43
|
+
},
|
|
44
|
+
],
|
|
45
|
+
legalLinks: [
|
|
46
|
+
{ label: "Privacy Policy", href: "#" },
|
|
47
|
+
{ label: "Cookie Preference", href: "#" },
|
|
48
|
+
],
|
|
49
|
+
copyright: "2026 © Backroads Alberta",
|
|
50
|
+
className: "",
|
|
51
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Footer30, default } from "./Footer30";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 21.25 6.80146" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Group">
|
|
3
|
+
<path id="Vector" d="M10.965 2.12646C10.965 3.06146 11.815 3.57146 12.495 3.91146C13.175 4.25146 13.345 4.42146 13.345 4.71896C13.345 5.18646 12.835 5.39896 12.3675 5.39896C11.5175 5.39896 10.965 5.14396 10.5825 5.01646L10.2425 6.46146C10.625 6.67396 11.39 6.80146 12.155 6.80146C13.94 6.80146 15.13 5.95146 15.13 4.54896C15.13 2.80646 12.75 2.67896 12.75 1.91396C12.75 1.65896 12.9625 1.44646 13.4725 1.40396C13.7275 1.40396 14.4075 1.31896 15.13 1.65896L15.47 0.256456C15.0875 0.128956 14.535 0.00145542 13.855 0.00145542C12.24 -0.0410446 11.0075 0.851455 10.965 2.12646ZM18.4025 0.0864557C18.0625 0.0864557 17.8075 0.298957 17.68 0.553957L15.0875 6.71646H16.8725L17.2125 5.73896H19.4225L19.635 6.71646H21.25L19.8475 0.0864557H18.4025ZM18.6575 1.87146L19.1675 4.37896H17.765L18.6575 1.87146ZM8.84 0.0864557L7.4375 6.71646H9.18L10.5825 0.0864557H8.84ZM6.2475 0.0864557L4.4625 4.59146L3.7825 0.723956C3.655 0.341456 3.315 0.0439564 2.975 0.0439564H0.0425002L0 0.256456C0.595 0.383956 1.275 0.596455 1.7425 0.851455C1.955 0.978955 1.9975 1.06396 2.125 1.36146L3.5275 6.67396H5.3125L8.1175 0.0439564H6.2475" fill="var(--fill-0, #1B216D)"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 21.2554 16.5377" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Layer_1-2">
|
|
3
|
+
<path id="Vector" d="M3.87274 16.4527V15.3477C3.91524 15.0077 3.61774 14.6677 3.27774 14.6677C3.23524 14.6677 3.23524 14.6677 3.19274 14.6677C2.93774 14.6677 2.72524 14.7527 2.59774 14.9652C2.47024 14.7527 2.25774 14.6252 2.00274 14.6677C1.79024 14.6677 1.62024 14.7527 1.49274 14.9227V14.7102H1.11024V16.4527H1.49274V15.5177C1.45024 15.3052 1.62024 15.0927 1.83274 15.0502C1.87524 15.0502 1.87524 15.0502 1.91774 15.0502C2.17274 15.0502 2.30024 15.2202 2.30024 15.5177V16.4952H2.68274V15.5177C2.64024 15.3052 2.81024 15.0927 3.02274 15.0502C3.06524 15.0502 3.06524 15.0502 3.10774 15.0502C3.36274 15.0502 3.49024 15.2202 3.49024 15.5177V16.4952L3.87274 16.4527ZM9.52524 14.7102H8.93024V14.2002H8.54774V14.7102H8.20774V15.0502H8.54774V15.8577C8.54774 16.2827 8.71774 16.4952 9.14274 16.4952C9.31274 16.4952 9.48274 16.4527 9.61024 16.3677L9.48274 16.0277C9.39774 16.0702 9.27024 16.1127 9.14274 16.1127C8.97274 16.1127 8.88774 15.9852 8.88774 15.8152V15.0077H9.52524V14.7102ZM12.7552 14.6677C12.5852 14.6677 12.3727 14.7527 12.2877 14.9227V14.7102H11.9052V16.4527H12.3302V15.4752C12.3302 15.1777 12.4577 15.0077 12.7127 15.0077C12.7977 15.0077 12.8827 15.0077 12.9677 15.0502L13.0952 14.6677C12.9677 14.6677 12.8402 14.6677 12.7552 14.6677ZM7.86774 14.8802C7.65524 14.7527 7.40024 14.6677 7.18774 14.6677C6.76274 14.6677 6.46524 14.8802 6.46524 15.2202C6.46524 15.5177 6.67774 15.6877 7.06024 15.7302L7.23024 15.7727C7.44274 15.8152 7.52774 15.8577 7.52774 15.9427C7.52774 16.0702 7.40024 16.1552 7.14524 16.1552C6.93274 16.1552 6.72024 16.1127 6.55024 15.9852L6.38024 16.2827C6.59274 16.4527 6.84774 16.4952 7.14524 16.4952C7.65524 16.4952 7.95274 16.2402 7.95274 15.9427C7.95274 15.6452 7.74024 15.4752 7.35774 15.4327L7.18774 15.3902C7.01774 15.3477 6.89024 15.3477 6.89024 15.2202C6.89024 15.0927 7.01774 15.0077 7.23024 15.0077C7.44274 15.0077 7.61274 15.0502 7.78274 15.1777L7.86774 14.8802ZM18.0252 14.6677C17.8552 14.6677 17.6427 14.7527 17.5577 14.9227V14.7102H17.1752V16.4527H17.5577V15.4752C17.5577 15.1777 17.6852 15.0077 17.9402 15.0077C18.0252 15.0077 18.1102 15.0077 18.1952 15.0502L18.3227 14.6677C18.2377 14.6677 18.1102 14.6677 18.0252 14.6677ZM13.1377 15.6027C13.1377 16.0702 13.5202 16.4952 13.9877 16.4952C14.0302 16.4952 14.0302 16.4952 14.0727 16.4952C14.2852 16.4952 14.5402 16.4527 14.7102 16.2827L14.5402 15.9852C14.4127 16.0702 14.2427 16.1552 14.0727 16.1552C13.7752 16.1127 13.5202 15.8577 13.5627 15.5602C13.6052 15.3052 13.8177 15.0502 14.0727 15.0502C14.2427 15.0502 14.4127 15.0927 14.5402 15.2202L14.7102 14.9227C14.5402 14.7952 14.3277 14.7102 14.0727 14.7102C13.6052 14.6677 13.1802 15.0502 13.1377 15.5602C13.1377 15.5177 13.1377 15.5602 13.1377 15.6027ZM16.7077 15.6027V14.7527H16.3252V14.9652C16.1977 14.7952 15.9852 14.7102 15.7727 14.7102C15.2627 14.7102 14.8802 15.1352 14.8802 15.6027C14.8802 16.1127 15.3052 16.4952 15.7727 16.4952C15.9852 16.4952 16.1977 16.4102 16.3252 16.2402V16.4527H16.7077V15.6027ZM15.3052 15.6027C15.3052 15.3052 15.5602 15.0927 15.8577 15.0927C16.1552 15.0927 16.3677 15.3477 16.3677 15.6452C16.3677 15.9427 16.1127 16.1552 15.8577 16.1552C15.5177 16.1552 15.3052 15.9002 15.3052 15.6027ZM10.7152 14.6677C10.2052 14.6677 9.82274 15.0927 9.82274 15.6027C9.82274 16.1127 10.2477 16.4952 10.7577 16.4952C11.0127 16.4952 11.2677 16.4102 11.4802 16.2402L11.3102 15.9427C11.1827 16.0702 10.9702 16.1127 10.8002 16.1127C10.5452 16.1552 10.2902 15.9427 10.2902 15.6877H11.5652C11.5652 15.6452 11.5652 15.6027 11.5652 15.5602C11.5652 15.0502 11.2252 14.6677 10.7152 14.6677ZM10.7152 15.0077C10.9702 15.0077 11.1402 15.1777 11.1402 15.4327H10.2477C10.2477 15.1777 10.4602 15.0077 10.7152 15.0077ZM20.2352 15.6027V14.0302H19.8527V14.9227C19.7252 14.7527 19.5127 14.6677 19.3002 14.6677C18.7902 14.6677 18.4077 15.0927 18.4077 15.5602C18.4077 16.0702 18.8327 16.4527 19.3002 16.4527C19.5127 16.4527 19.7252 16.3677 19.8527 16.1977V16.4102H20.2352V15.6027ZM20.8727 16.1977C20.9152 16.1977 20.9152 16.1977 20.9577 16.1977C20.9577 16.1977 21.0002 16.1977 21.0002 16.2402L21.0427 16.2827C21.0427 16.3252 21.0427 16.3677 21.0427 16.4102L21.0002 16.4527L20.9577 16.4952C20.9152 16.4952 20.9152 16.4952 20.8727 16.4952C20.7877 16.4952 20.7452 16.4527 20.7027 16.4102C20.7027 16.3677 20.7027 16.3252 20.7027 16.2827L20.7452 16.2402L20.7877 16.1977C20.8302 16.1977 20.8302 16.1977 20.8727 16.1977ZM20.8727 16.5377H20.9152C20.9152 16.5377 20.9577 16.5377 20.9577 16.4952C21.0002 16.4527 21.0002 16.3677 20.9577 16.3252L20.9152 16.2827H20.8727H20.8302C20.8302 16.2827 20.7877 16.2827 20.7877 16.3252C20.7452 16.3677 20.7452 16.4527 20.7877 16.4952L20.8302 16.5377C20.8302 16.5377 20.8302 16.5377 20.8727 16.5377ZM20.8727 16.2827H20.9152V16.3252V16.3677H20.8727L20.9152 16.4102H20.8727H20.8302V16.4527H20.7877V16.2827H20.8727ZM20.8302 16.3252V16.3677H20.8727C20.8727 16.3677 20.8727 16.3677 20.9152 16.3677C20.8727 16.3252 20.8727 16.3252 20.8302 16.3252ZM18.8327 15.6027C18.8327 15.3052 19.0877 15.0927 19.3852 15.0927C19.6827 15.0927 19.8952 15.3477 19.8952 15.6452C19.8952 15.9427 19.6402 16.1552 19.3852 16.1552C19.0452 16.1552 18.8327 15.9427 18.8327 15.6027ZM5.99774 15.6027V14.7102H5.61524V14.9227C5.48774 14.7527 5.31774 14.6677 5.10524 14.6677C4.59524 14.6677 4.21274 15.0927 4.21274 15.5602C4.21274 16.0702 4.63774 16.4527 5.10524 16.4527C5.31774 16.4527 5.53024 16.3677 5.65774 16.1977V16.4102H6.04024L5.99774 15.6027ZM4.59524 15.6027C4.59524 15.3052 4.85024 15.0927 5.14774 15.0927C5.44524 15.0927 5.65774 15.3477 5.65774 15.6452C5.65774 15.9427 5.40274 16.1552 5.14774 16.1552C4.85024 16.1552 4.63774 15.9427 4.59524 15.6452C4.59524 15.6027 4.59524 15.6027 4.59524 15.6027Z" fill="var(--fill-0, #231F20)"/>
|
|
4
|
+
<g id="_Group_">
|
|
5
|
+
<path id="Vector_2" d="M13.4777 1.45024H7.74024V11.7777H13.4777V1.45024Z" fill="var(--fill-0, #FF5F00)"/>
|
|
6
|
+
<path id="_Path_" d="M8.12274 6.59274C8.12274 4.59524 9.05774 2.68274 10.6302 1.40774C7.78274 -0.844764 3.66024 -0.334763 1.40774 2.51274C-0.844764 5.36024 -0.334763 9.48274 2.51274 11.7352C4.89274 13.6052 8.25024 13.6052 10.6302 11.7352C9.05774 10.5027 8.12274 8.63274 8.12274 6.59274Z" fill="var(--fill-0, #EB001B)"/>
|
|
7
|
+
<path id="Vector_3" d="M21.2552 6.59274C21.2552 10.2052 18.3227 13.1802 14.6677 13.1802C13.1802 13.1802 11.7777 12.6702 10.6302 11.7777C13.4777 9.52524 13.9877 5.40274 11.7352 2.55524C11.3952 2.13024 11.0552 1.79024 10.6302 1.45024C13.4777 -0.802263 17.6002 -0.292263 19.8527 2.55524C20.7452 3.70274 21.2552 5.10524 21.2552 6.59274Z" fill="var(--fill-0, #F79E1B)"/>
|
|
8
|
+
<path id="Vector_4" d="M20.6177 10.6727V10.4602H20.7027V10.4177H20.4902V10.4602H20.5752L20.6177 10.6727ZM21.0427 10.6727V10.4177H20.9577L20.8727 10.5877L20.8302 10.4177H20.7877V10.6727H20.8302V10.4602L20.9152 10.6302H20.9577L21.0427 10.4602V10.6727Z" fill="var(--fill-0, #F79E1B)"/>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 21.2501 21.25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Group">
|
|
3
|
+
<path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M0 0H21.25V11.5175V14.62V21.25H0V10.455V8.925V0Z" fill="var(--fill-0, #016FD0)"/>
|
|
4
|
+
<path id="Vector_2" fill-rule="evenodd" clip-rule="evenodd" d="M4.165 14.79V11.5175H7.6925L8.0325 12.07L8.3725 11.5175H21.25V14.62C21.25 14.62 20.91 14.875 20.5275 14.875H13.4725L13.0475 14.3225V14.875H11.645V13.9825C11.645 13.9825 11.475 14.0675 11.0075 14.0675H10.5825V14.875H8.4575L8.075 14.3225L7.6925 14.875L4.165 14.79Z" fill="var(--fill-0, white)"/>
|
|
5
|
+
<path id="Vector_3" fill-rule="evenodd" clip-rule="evenodd" d="M0 8.925L0.8075 7.055H2.21L2.635 8.1175V7.055H4.335L4.59 7.7775L4.845 7.055H12.5375V7.395C12.5375 7.395 12.9625 7.055 13.6 7.055H16.065L16.49 8.1175V7.055H17.8925L18.2325 7.6925V7.055H19.635V10.4125H18.2325L17.8925 9.775V10.4125H15.8525L15.6825 9.9025H15.1725L15.0025 10.4125H13.6C13.09 10.4125 12.6225 10.0725 12.6225 10.0725V10.4125H10.4975L10.0725 9.9025V10.4125H2.125L1.785 9.9025H1.1475L0.9775 10.4125H0V8.925Z" fill="var(--fill-0, white)"/>
|
|
6
|
+
<path id="Vector_4" fill-rule="evenodd" clip-rule="evenodd" d="M1.0625 7.5225L0 9.9875H0.7225L0.8925 9.4775H2.04L2.21 9.9875H2.9325L1.87 7.5225H1.0625ZM1.4875 8.075L1.8275 8.9675H1.105L1.4875 8.075Z" fill="var(--fill-0, #016FD0)"/>
|
|
7
|
+
<path id="Vector_5" fill-rule="evenodd" clip-rule="evenodd" d="M3.0175 9.9875V7.5225H4.08L4.59 9.1375L5.1425 7.5225H6.205V9.9875H5.5675V8.16L4.8875 9.9875H4.335L3.6125 8.16V9.9875H3.0175Z" fill="var(--fill-0, #016FD0)"/>
|
|
8
|
+
<path id="Vector_6" fill-rule="evenodd" clip-rule="evenodd" d="M6.545 9.9875V7.5225H8.585V8.075H7.2675V8.5H8.585V9.01H7.2675V9.4775H8.585V9.9875H6.545Z" fill="var(--fill-0, #016FD0)"/>
|
|
9
|
+
<path id="Vector_7" fill-rule="evenodd" clip-rule="evenodd" d="M9.01 7.5225V9.9875H9.6475V9.095H9.9025L10.625 9.9875H11.4325L10.625 9.1375C10.965 9.1375 11.3475 8.7975 11.3475 8.33C11.3475 7.7775 10.9225 7.5225 10.455 7.5225H9.01ZM9.6475 8.075H10.37C10.54 8.075 10.625 8.245 10.625 8.33C10.625 8.5 10.455 8.585 10.37 8.585H9.6475V8.075Z" fill="var(--fill-0, #016FD0)"/>
|
|
10
|
+
<path id="Vector_8" fill-rule="evenodd" clip-rule="evenodd" d="M12.1125 9.9875H11.5175V7.5225H12.1125V9.9875Z" fill="var(--fill-0, #016FD0)"/>
|
|
11
|
+
<path id="Vector_9" fill-rule="evenodd" clip-rule="evenodd" d="M13.6425 9.9875H13.4725C12.75 9.9875 12.41 9.4775 12.41 8.755C12.41 8.0325 12.835 7.5225 13.6425 7.5225H14.365V8.16H13.6425C13.3025 8.16 13.005 8.415 13.005 8.8825C13.005 9.35 13.26 9.605 13.7275 9.605H13.8975L13.6425 9.9875Z" fill="var(--fill-0, #016FD0)"/>
|
|
12
|
+
<path id="Vector_10" fill-rule="evenodd" clip-rule="evenodd" d="M15.045 7.5225L13.9825 9.9875H14.705L14.875 9.4775H16.0225L16.1925 9.9875H16.915L15.8525 7.5225H15.045ZM15.385 8.075L15.725 8.9675H15.0025L15.385 8.075Z" fill="var(--fill-0, #016FD0)"/>
|
|
13
|
+
<path id="Vector_11" fill-rule="evenodd" clip-rule="evenodd" d="M17 9.9875V7.5225H17.8075L18.785 9.1375V7.5225H19.38V9.9875H18.7L17.6375 8.415V9.9875H17Z" fill="var(--fill-0, #016FD0)"/>
|
|
14
|
+
<path id="Vector_12" fill-rule="evenodd" clip-rule="evenodd" d="M4.505 14.365V11.8575H6.545V12.495H5.2275V12.835H6.545V13.3875H5.2275V13.8125H6.545V14.365H4.505Z" fill="var(--fill-0, #016FD0)"/>
|
|
15
|
+
<path id="Vector_13" fill-rule="evenodd" clip-rule="evenodd" d="M14.535 14.365V11.8575H16.575V12.495H15.13V12.835H16.575V13.3875H15.13V13.8125H16.575V14.365H14.535Z" fill="var(--fill-0, #016FD0)"/>
|
|
16
|
+
<path id="Vector_14" fill-rule="evenodd" clip-rule="evenodd" d="M6.63 14.365L7.6925 13.09L6.63 11.8575H7.4375L8.075 12.665L8.67 11.8575H9.3925L8.415 13.09L9.3925 14.365H8.585L8.075 13.6425L7.4375 14.365H6.63Z" fill="var(--fill-0, #016FD0)"/>
|
|
17
|
+
<path id="Vector_15" fill-rule="evenodd" clip-rule="evenodd" d="M9.4775 11.8575V14.3225H10.115V13.515H10.7525C11.2625 13.515 11.73 13.26 11.73 12.6225C11.73 12.1975 11.39 11.815 10.8375 11.815H9.4775V11.8575ZM10.115 12.495H10.8375C11.0075 12.495 11.0925 12.58 11.0925 12.75C11.0925 12.92 11.0075 13.005 10.7525 13.005H10.03V12.495H10.115Z" fill="var(--fill-0, #016FD0)"/>
|
|
18
|
+
<path id="Vector_16" fill-rule="evenodd" clip-rule="evenodd" d="M12.0275 11.8575V14.3225H12.665V13.43H12.92L13.6425 14.3225H14.45L13.6425 13.43C13.9825 13.43 14.365 13.09 14.365 12.6225C14.365 12.1125 13.94 11.815 13.4725 11.815H12.0275V11.8575ZM12.665 12.495H13.3875C13.5575 12.495 13.6425 12.665 13.6425 12.75C13.6425 12.92 13.4725 13.005 13.3875 13.005H12.665V12.495Z" fill="var(--fill-0, #016FD0)"/>
|
|
19
|
+
<path id="Vector_17" fill-rule="evenodd" clip-rule="evenodd" d="M16.83 14.365V13.855H18.0625C18.2325 13.855 18.3175 13.77 18.3175 13.685C18.3175 13.6 18.2325 13.515 18.0625 13.515H17.5525C17 13.515 16.745 13.26 16.745 12.7925C16.745 12.3675 17 11.985 17.7225 11.985H18.955L18.7 12.495H17.7225C17.5525 12.495 17.4675 12.58 17.4675 12.665C17.4675 12.75 17.5525 12.835 17.7225 12.835H18.36C18.9125 12.835 19.1675 13.175 19.1675 13.5575C19.1675 13.9825 18.9125 14.365 18.36 14.365H16.83Z" fill="var(--fill-0, #016FD0)"/>
|
|
20
|
+
<path id="Vector_18" fill-rule="evenodd" clip-rule="evenodd" d="M19.125 14.365V13.855H20.3575C20.5275 13.855 20.6125 13.77 20.6125 13.685C20.6125 13.6 20.5275 13.515 20.3575 13.515H19.805C19.295 13.515 18.9975 13.26 18.9975 12.7925C18.9975 12.3675 19.2525 11.985 19.975 11.985H21.25L20.995 12.495H19.9325C19.7625 12.495 19.6775 12.58 19.6775 12.665C19.6775 12.75 19.7625 12.835 19.9325 12.835H20.4425C20.9525 12.835 21.25 13.175 21.25 13.5575C21.25 13.9825 20.995 14.365 20.4425 14.365H19.125Z" fill="var(--fill-0, #016FD0)"/>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 21.2349 13.3025" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Group">
|
|
3
|
+
<path id="Vector" d="M4.15747 4.76837e-08H9.46997C10.1925 4.76837e-08 10.66 0.595 10.49 1.36L8.02497 11.9425C7.85497 12.665 7.08997 13.3025 6.36747 13.3025H1.05497C0.332466 13.3025 -0.135034 12.7075 0.0349659 11.9425L2.49997 1.36C2.66997 0.595 3.39247 4.76837e-08 4.15747 4.76837e-08Z" fill="var(--fill-0, #DF1F2D)"/>
|
|
4
|
+
<path id="Vector_2" d="M9.00247 0H15.08C15.8025 0 15.505 0.595 15.2925 1.36L12.8275 11.9425C12.6575 12.665 12.7 13.3025 11.9775 13.3025H5.89997C5.17747 13.3025 4.70997 12.7075 4.87997 11.9425L7.34496 1.36C7.51496 0.595 8.27997 0 9.00247 0Z" fill="var(--fill-0, #15336F)"/>
|
|
5
|
+
<path id="Vector_3" d="M14.8675 0H20.18C20.9025 0 21.37 0.595 21.2 1.36L18.735 11.9425C18.565 12.665 17.8 13.3025 17.0775 13.3025H11.765C11.0425 13.3025 10.575 12.7075 10.745 11.9425L13.21 1.36C13.38 0.595 14.145 0 14.8675 0Z" fill="var(--fill-0, #007C82)"/>
|
|
6
|
+
<path id="Vector_4" fill-rule="evenodd" clip-rule="evenodd" d="M13.975 9.945H14.485L14.6125 9.4775H14.1025L13.975 9.945ZM14.4 8.6275L14.23 9.18C14.23 9.18 14.4 9.095 14.5275 9.0525C14.6125 9.01 14.7825 9.01 14.7825 9.01L14.91 8.6275H14.4ZM14.655 7.82L14.485 8.3725C14.485 8.3725 14.655 8.2875 14.7825 8.245C14.8675 8.2025 15.0375 8.2025 15.0375 8.2025L15.165 7.82H14.655ZM15.76 7.82L15.1225 9.945H15.2925L15.165 10.37H14.995L14.9525 10.4975H14.3575L14.4 10.37H13.1675L13.295 9.945H13.4225L14.06 7.7775L14.1875 7.3525H14.825L14.74 7.565C14.74 7.565 14.91 7.4375 15.08 7.395C15.25 7.3525 16.1425 7.3525 16.1425 7.3525L16.015 7.7775H15.76V7.82Z" fill="var(--fill-0, white)"/>
|
|
7
|
+
<path id="Vector_5" d="M16.015 7.395H16.695V7.65C16.695 7.6925 16.7375 7.6925 16.8225 7.6925H16.95L16.8225 8.1175H16.44C16.1425 8.16 16.015 7.99 16.015 7.8625V7.395Z" fill="var(--fill-0, white)"/>
|
|
8
|
+
<path id="Vector_6" d="M16.1 9.35H15.4625L15.59 8.9675H16.3125L16.3975 8.6275H15.675L15.8025 8.2025H17.8L17.6725 8.6275H16.9925L16.9075 8.9675H17.5875L17.46 9.35H16.7375L16.61 9.52H16.9075L16.9925 9.9875C16.9925 10.03 16.9925 10.0725 17.035 10.0725C17.035 10.0725 17.12 10.115 17.205 10.115H17.29L17.1625 10.5825H16.95C16.9075 10.5825 16.865 10.5825 16.78 10.5825C16.695 10.5825 16.6525 10.54 16.61 10.4975C16.5675 10.4975 16.525 10.4125 16.4825 10.3275L16.3975 9.86L16.0575 10.3275C15.93 10.455 15.8025 10.5825 15.59 10.5825H15.1225L15.25 10.2H15.42C15.4625 10.2 15.505 10.2 15.5475 10.1575C15.59 10.1575 15.59 10.115 15.6325 10.0725L16.1 9.35Z" fill="var(--fill-0, white)"/>
|
|
9
|
+
<path id="Vector_7" d="M9.12997 8.33H10.83L10.7025 8.7125H10.0225L9.93747 9.0525H10.6175L10.49 9.4775H9.76747L9.59747 10.03C9.59747 10.0725 9.76747 10.115 9.80997 10.115L10.15 10.0725L10.0225 10.54H9.25747C9.21497 10.54 9.12997 10.54 9.08747 10.4975C9.00247 10.4975 9.00247 10.455 8.95997 10.4125C8.91747 10.37 8.87497 10.3275 8.91747 10.2425L9.12997 9.52H8.74747L8.87497 9.095H9.25747L9.34247 8.755H8.95997L9.12997 8.33Z" fill="var(--fill-0, white)"/>
|
|
10
|
+
<path id="Vector_8" d="M10.235 7.6075H10.915L10.7875 8.0325H9.85247L9.76747 8.1175C9.72497 8.16 9.72497 8.16 9.63997 8.16C9.59747 8.2025 9.46997 8.245 9.34247 8.245H9.04497L9.17247 7.82H9.25747C9.34247 7.82 9.38497 7.82 9.42747 7.7775C9.46997 7.7775 9.46997 7.735 9.51247 7.65L9.68247 7.3525H10.3625L10.235 7.6075Z" fill="var(--fill-0, white)"/>
|
|
11
|
+
<path id="Vector_9" fill-rule="evenodd" clip-rule="evenodd" d="M11.595 8.2875C11.595 8.2875 11.765 8.1175 12.105 8.075C12.19 8.075 12.6575 8.075 12.6575 8.075L12.7425 7.8625H11.765L11.595 8.2875ZM12.4875 8.4575H11.51L11.4675 8.67H12.3175C12.4025 8.67 12.445 8.67 12.445 8.67L12.4875 8.4575ZM11.255 7.395H11.85L11.765 7.6925C11.765 7.6925 11.935 7.5225 12.0625 7.48C12.19 7.4375 12.4875 7.395 12.4875 7.395H13.4225L13.0825 8.5C13.04 8.67 12.955 8.7975 12.9125 8.84C12.87 8.8825 12.8275 8.925 12.7425 9.01C12.6575 9.0525 12.5725 9.095 12.53 9.095C12.445 9.095 12.36 9.095 12.2325 9.095H11.2975L11.0425 9.945C11 10.03 11 10.0725 11.0425 10.0725C11.0425 10.0725 11.085 10.115 11.1275 10.115L11.5525 10.0725L11.425 10.54H10.9575C10.83 10.54 10.7025 10.54 10.6175 10.54C10.5325 10.54 10.49 10.54 10.405 10.4975C10.3625 10.455 10.2775 10.4125 10.32 10.37C10.32 10.3275 10.3625 10.2425 10.3625 10.1575L11.255 7.395Z" fill="var(--fill-0, white)"/>
|
|
12
|
+
<path id="Vector_10" d="M12.955 9.1375L12.9125 9.3925C12.87 9.4775 12.87 9.52 12.8275 9.605C12.7425 9.6475 12.7 9.7325 12.53 9.7325H12.19V10.03C12.19 10.115 12.19 10.115 12.2325 10.115C12.2325 10.115 12.275 10.115 12.275 10.1575H12.36H12.6575L12.53 10.5825H12.19C11.935 10.5825 11.765 10.5825 11.68 10.54C11.6375 10.4975 11.595 10.455 11.595 10.37L11.6375 9.2225H12.19V9.4775H12.3175C12.36 9.4775 12.4025 9.4775 12.4025 9.4775L12.445 9.435L12.4875 9.265H12.955V9.1375Z" fill="var(--fill-0, white)"/>
|
|
13
|
+
<path id="Vector_11" d="M4.79497 3.3575C4.79497 3.4425 4.41247 5.1425 4.41247 5.1425C4.32747 5.4825 4.28497 5.7375 4.07247 5.9075C3.94497 5.9925 3.81747 6.035 3.68997 6.035C3.43497 6.035 3.30747 5.9075 3.26497 5.695V5.61L3.34997 5.1425C3.34997 5.1425 3.73247 3.6125 3.81747 3.4C3.81747 3.4 3.81747 3.4 3.81747 3.3575C3.05247 3.3575 2.92497 3.3575 2.92497 3.3575L2.88247 3.485L2.49997 5.2275L2.45747 5.355L2.37247 5.8225C2.37247 5.95 2.41497 6.0775 2.45747 6.1625C2.62747 6.46 3.13747 6.545 3.43497 6.545C3.81747 6.545 4.15747 6.46 4.41247 6.3325C4.83747 6.0775 4.92247 5.695 5.00747 5.355L5.04997 5.185C5.04997 5.185 5.43247 3.57 5.51747 3.3575C5.51747 3.3575 5.51747 3.3575 5.51747 3.315C5.00747 3.4 4.83747 3.4 4.79497 3.3575Z" fill="var(--fill-0, white)"/>
|
|
14
|
+
<path id="Vector_12" d="M6.96247 6.545C6.70747 6.545 6.62247 6.545 6.28247 6.545C6.32497 6.4175 6.32497 6.29 6.36747 6.205L6.40997 6.035C6.45247 5.78 6.53747 5.4825 6.53747 5.3975C6.53747 5.355 6.57997 5.2275 6.40997 5.2275C6.32497 5.2275 6.28247 5.27 6.19747 5.27C6.15497 5.3975 6.06997 5.78 6.02747 5.95C5.94247 6.3325 5.94247 6.375 5.89997 6.545H5.94247C5.68747 6.545 5.55997 6.545 5.26247 6.545V6.5025C5.30497 6.29 5.34747 6.0775 5.43247 5.865C5.55997 5.27 5.60247 5.0575 5.64497 4.76H5.68747C5.98497 4.7175 6.06997 4.7175 6.40997 4.6325L6.45247 4.675L6.40997 4.845C6.45247 4.8025 6.53747 4.76 6.57997 4.76C6.74997 4.675 6.91997 4.675 7.00497 4.675C7.13247 4.675 7.30247 4.7175 7.38747 4.8875C7.47247 5.0575 7.42997 5.2275 7.34497 5.61L7.17497 5.78C7.08997 6.1625 7.04747 6.2475 6.96247 6.545Z" fill="var(--fill-0, white)"/>
|
|
15
|
+
<path id="Vector_13" d="M8.06747 6.545C7.89747 6.545 7.81247 6.545 7.68497 6.545C7.59997 6.545 7.47247 6.545 7.34497 6.545C7.38747 6.375 7.38747 6.3325 7.42997 6.29C7.42997 6.2475 7.47247 6.1625 7.51497 6.035C7.55747 5.8225 7.59997 5.695 7.59997 5.5675C7.59997 5.44 7.64247 5.355 7.64247 5.2275C7.81247 5.185 7.89747 5.185 8.02497 5.185C8.10997 5.185 8.23747 5.1425 8.40747 5.1C8.36497 5.2275 8.36497 5.355 8.32247 5.4825C8.27997 5.61 8.27997 5.7375 8.23747 5.865C8.19497 6.12 8.15247 6.2475 8.15247 6.29C8.10997 6.375 8.10997 6.4175 8.06747 6.545Z" fill="var(--fill-0, white)"/>
|
|
16
|
+
<path id="Vector_14" d="M9.76747 5.61C9.76747 5.695 9.68247 5.95 9.59747 6.035C9.55497 6.12 9.46997 6.1625 9.38497 6.1625C9.38497 6.1625 9.21497 6.1625 9.21497 5.95C9.21497 5.865 9.21497 5.7375 9.25747 5.6525C9.34247 5.355 9.42747 5.1 9.63997 5.1C9.80997 5.1 9.85247 5.3125 9.76747 5.61ZM10.4475 5.6525C10.5325 5.2275 10.49 5.0575 10.3625 4.93C10.235 4.76 9.97997 4.675 9.72497 4.675C9.55497 4.675 9.21497 4.675 8.91747 4.9725C8.70497 5.1425 8.61997 5.3975 8.57747 5.6525C8.53497 5.9075 8.44997 6.375 8.87497 6.5025C9.00247 6.545 9.17247 6.5875 9.29997 6.5875C9.59747 6.5875 9.93747 6.5025 10.15 6.2475C10.3625 6.0775 10.4475 5.78 10.4475 5.6525Z" fill="var(--fill-0, white)"/>
|
|
17
|
+
<path id="Vector_15" d="M16.9925 6.5875C16.6525 6.5875 16.5675 6.5875 16.27 6.5875V6.545C16.355 6.2475 16.44 5.95 16.4825 5.61C16.5675 5.2275 16.61 5.0575 16.61 4.8025H16.6525C16.9925 4.76 17.0775 4.76 17.375 4.675V4.7175C17.3325 4.9725 17.2475 5.2275 17.205 5.4825C17.12 6.035 17.0775 6.29 16.9925 6.5875Z" fill="var(--fill-0, white)"/>
|
|
18
|
+
<path id="Vector_16" d="M16.4825 5.6525C16.4825 5.7375 16.3975 5.9925 16.3125 6.0775C16.27 6.1625 16.1425 6.205 16.1 6.205C16.1 6.205 15.93 6.205 15.93 5.9925C15.93 5.9075 15.93 5.78 15.9725 5.695C16.0575 5.3975 16.1425 5.1425 16.355 5.1425C16.4825 5.1425 16.5675 5.355 16.4825 5.6525ZM17.12 5.695C17.205 5.27 16.8225 5.6525 16.78 5.525C16.695 5.3125 16.7375 4.8875 16.355 4.76C16.2275 4.7175 15.8875 4.76 15.59 5.0575C15.3775 5.2275 15.2925 5.4825 15.25 5.7375C15.2075 5.9925 15.1225 6.4175 15.5475 6.5875C15.675 6.63 15.8025 6.6725 15.93 6.6725C16.355 6.6725 16.6525 6.035 16.9075 5.78C17.0775 5.525 17.12 5.78 17.12 5.695Z" fill="var(--fill-0, white)"/>
|
|
19
|
+
<path id="Vector_17" d="M12.275 6.545C12.02 6.545 11.935 6.545 11.595 6.545C11.6375 6.4175 11.6375 6.29 11.68 6.205L11.7225 6.035C11.765 5.78 11.85 5.4825 11.85 5.3975C11.85 5.355 11.8925 5.2275 11.7225 5.2275C11.6375 5.2275 11.595 5.27 11.51 5.27C11.4675 5.3975 11.3825 5.78 11.34 5.95C11.255 6.3325 11.255 6.375 11.2125 6.545L11.17 6.5875C10.915 6.5875 10.7875 6.5875 10.49 6.5875V6.545C10.5325 6.3325 10.575 6.12 10.66 5.9075C10.7875 5.3125 10.83 5.1 10.8725 4.8025H10.915C11.2125 4.76 11.2975 4.76 11.6375 4.675L11.68 4.7175L11.6375 4.8875C11.68 4.845 11.765 4.8025 11.8075 4.8025C11.9775 4.7175 12.1475 4.7175 12.2325 4.7175C12.36 4.7175 12.53 4.76 12.615 4.93C12.6575 5.1 12.615 5.27 12.5725 5.6525L12.445 5.78C12.36 6.1625 12.36 6.2475 12.275 6.545Z" fill="var(--fill-0, white)"/>
|
|
20
|
+
<path id="Vector_18" d="M14.6125 3.3575H14.4C13.805 3.3575 13.5925 3.3575 13.5075 3.3575C13.5075 3.4 13.465 3.485 13.465 3.485L13.2525 4.4625C13.2525 4.4625 12.7425 6.5025 12.7425 6.5875C13.2525 6.5875 13.465 6.5875 13.55 6.5875C13.55 6.5025 13.6775 5.9075 13.6775 5.9075C13.6775 5.9075 13.7625 5.4825 13.805 5.4825L13.8475 5.44H13.89C14.315 5.44 14.825 5.44 15.2075 5.1425C15.4625 4.93 15.6325 4.675 15.7175 4.335C15.7175 4.25 15.76 4.165 15.76 4.0375C15.76 3.91 15.7175 3.7825 15.675 3.655C15.42 3.3575 15.0375 3.3575 14.6125 3.3575ZM14.8675 4.3775C14.825 4.59 14.6975 4.76 14.485 4.845C14.3575 4.93 14.1875 4.93 14.0175 4.93H13.89V4.8875L14.1025 3.9525V3.91V3.8675H14.1875L14.655 3.91C14.8675 3.9525 14.9525 4.1225 14.8675 4.3775Z" fill="var(--fill-0, white)"/>
|
|
21
|
+
<path id="Vector_19" d="M19.6275 4.7175C19.2875 4.76 19.2025 4.76 18.905 4.8025H18.8625C18.65 5.3125 18.65 5.2275 18.48 5.61V5.5675L18.4375 4.675L18.395 4.6325C18.055 4.7175 18.055 4.7175 17.715 4.76H17.6725V4.8025C17.715 5.015 17.715 4.9725 17.7575 5.27C17.7575 5.44 17.8 5.5675 17.8 5.7375C17.8425 5.9925 17.8425 6.12 17.885 6.5025C17.6725 6.8425 17.63 7.0125 17.4175 7.31V7.3525C17.715 7.3525 17.8 7.3525 18.0125 7.3525L18.055 7.31C18.31 6.97 19.6275 4.7175 19.6275 4.7175Z" fill="var(--fill-0, white)"/>
|
|
22
|
+
<path id="Vector_20" d="M8.36497 4.93C8.53497 4.8025 8.57747 4.6325 8.40747 4.5475C8.23747 4.4625 7.98247 4.505 7.81247 4.59C7.64247 4.7175 7.59997 4.8875 7.76997 4.9725C7.89747 5.0575 8.19497 5.0575 8.36497 4.93Z" fill="var(--fill-0, white)"/>
|
|
23
|
+
<path id="Vector_21" d="M18.0975 7.395L17.8425 7.82C17.7575 7.99 17.5875 8.075 17.375 8.075H16.95L17.0775 7.6925H17.1625C17.205 7.6925 17.2475 7.6925 17.2475 7.6925L17.29 7.65L17.46 7.395H18.0975Z" fill="var(--fill-0, white)"/>
|
|
24
|
+
</g>
|
|
25
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 25.5 25.5" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="bkash">
|
|
3
|
+
<g id="Rectangle_92">
|
|
4
|
+
</g>
|
|
5
|
+
<path id="Vector" d="M14.96 22.865C20.485 22.9075 25.5 18.36 25.5 12.835C25.5 6.79998 20.4425 2.63498 14.96 2.63498H10.2C4.6325 2.63498 0 6.79998 0 12.835C0 18.36 4.59 22.865 10.2 22.865H14.96Z" fill="var(--fill-0, #0079BE)"/>
|
|
6
|
+
<path id="Vector_2" d="M10.2 3.48498C5.1 3.48498 0.977479 7.6075 0.934979 12.75C0.934979 17.85 5.0575 22.015 10.2 22.015C15.3 22.015 19.465 17.8925 19.465 12.75C19.465 7.6075 15.3 3.48498 10.2 3.48498ZM4.33498 12.75C4.33498 10.2425 5.90754 8.11749 8.11754 7.26749V18.19C5.90754 17.34 4.33498 15.215 4.33498 12.75ZM12.325 18.19V7.26749C14.535 8.11749 16.065 10.2425 16.1075 12.75C16.065 15.215 14.4925 17.34 12.325 18.19Z" fill="var(--fill-0, white)"/>
|
|
7
|
+
<path id="Vector_3" d="M14.96 22.865C20.485 22.9075 25.5 18.36 25.5 12.835C25.5 6.79998 20.4425 2.63498 14.96 2.63498H10.2C4.6325 2.63498 0 6.79998 0 12.835C0 18.36 4.59 22.865 10.2 22.865H14.96Z" fill="var(--fill-0, #0079BE)"/>
|
|
8
|
+
<path id="Vector_4" d="M10.2 3.48498C5.1 3.48498 0.977479 7.6075 0.934979 12.75C0.934979 17.85 5.0575 22.015 10.2 22.015C15.3 22.015 19.465 17.8925 19.465 12.75C19.465 7.6075 15.3 3.48498 10.2 3.48498ZM4.33498 12.75C4.33498 10.2425 5.90754 8.11749 8.11754 7.26749V18.19C5.90754 17.34 4.33498 15.215 4.33498 12.75ZM12.325 18.19V7.26749C14.535 8.11749 16.065 10.2425 16.1075 12.75C16.065 15.215 14.4925 17.34 12.325 18.19Z" fill="var(--fill-0, white)"/>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Layer_1">
|
|
3
|
+
<path d="M4 0.5H30C31.933 0.5 33.5 2.067 33.5 4V30C33.5 31.933 31.933 33.5 30 33.5H4C2.067 33.5 0.5 31.933 0.5 30V4C0.5 2.067 2.067 0.5 4 0.5Z" fill="var(--fill-0, white)"/>
|
|
4
|
+
<path d="M4 0.5H30C31.933 0.5 33.5 2.067 33.5 4V30C33.5 31.933 31.933 33.5 30 33.5H4C2.067 33.5 0.5 31.933 0.5 30V4C0.5 2.067 2.067 0.5 4 0.5Z" stroke="var(--stroke-0, #EDEDEE)"/>
|
|
5
|
+
<path id="Vector" d="M25.2025 9.3075C25.2025 9.3075 25.0325 9.86 24.8625 10.455C24.65 11.05 24.3525 11.985 24.1825 12.495C24.0125 13.005 23.7575 13.855 23.5875 14.3225C23.4175 14.8325 23.2475 15.385 23.1625 15.64C23.0775 15.895 22.9075 16.4475 22.7375 16.9575C22.5675 17.4675 22.44 17.8925 22.3975 17.9775C22.3975 18.0625 22.355 18.105 22.3125 18.105C22.3125 18.105 21.845 17.595 21.335 16.9575C20.825 16.32 20.3575 15.725 20.315 15.64L20.23 15.5125L19.89 16.1925C19.635 16.7025 19.55 16.8725 19.55 16.7875C19.55 16.745 19.465 16.3625 19.4225 15.895C19.38 15.47 19.3375 15.045 19.295 14.96C19.295 14.8325 19.4225 14.705 21.0375 13.09C22.015 12.1125 22.8225 11.305 22.8225 11.305C22.865 11.2625 22.4825 11.5175 19.7625 13.4725L18.1475 14.62L17.17 14.11C16.6175 13.8125 16.065 13.515 15.895 13.43C15.725 13.345 15.5975 13.26 15.5975 13.26C15.5975 13.26 15.725 13.175 15.9375 13.09C16.1075 13.005 16.575 12.835 16.9575 12.665C17.34 12.495 18.445 12.0275 19.4225 11.645C20.4 11.22 22.0575 10.54 23.12 10.0725C24.2675 9.6475 25.16 9.265 25.2025 9.3075Z" fill="var(--fill-0, #872A8C)"/>
|
|
6
|
+
<path id="Vector_2" d="M12.665 15.385V15.64H12.24C11.73 15.64 11.6025 15.6825 11.5175 15.8525C11.4325 16.0225 11.4325 16.1925 11.6025 16.32C11.73 16.4475 11.73 16.4475 12.1975 16.4475H12.7075V16.7025V16.9575H12.155C11.6025 16.9575 11.56 16.9575 11.39 16.83C10.7525 16.405 10.8375 15.47 11.6025 15.215C11.6875 15.1725 11.9425 15.1725 12.24 15.1725H12.7075V15.385H12.665Z" fill="var(--fill-0, #872A8C)"/>
|
|
7
|
+
<path id="Vector_3" d="M13.3025 15.385V15.64L13.5575 15.385L13.8125 15.13H14.1525H14.4925L14.0675 15.555C13.8125 15.81 13.6425 16.0225 13.6425 16.0225C13.6425 16.0225 13.8125 16.235 14.025 16.4475C14.2375 16.66 14.45 16.8725 14.45 16.8725C14.45 16.8725 14.3225 16.915 14.11 16.915H13.77L13.515 16.66L13.26 16.405V16.66V16.915H13.005H12.75V16.065C12.75 15.5975 12.75 15.1725 12.75 15.1725C12.75 15.1725 12.8775 15.13 13.005 15.13H13.2175V15.385H13.3025Z" fill="var(--fill-0, #872A8C)"/>
|
|
8
|
+
<path id="Vector_4" d="M15.98 15.385V15.64H15.555C15.13 15.64 14.875 15.6825 14.875 15.7675C14.875 15.7675 15.0875 15.81 15.385 15.81H15.895V16.065V16.32H15.385C15.13 16.32 14.875 16.32 14.875 16.32C14.875 16.32 14.9175 16.3625 14.96 16.405C15.0025 16.4475 15.1725 16.4475 15.5125 16.4475H15.98V16.7025V16.9575H15.47C14.96 16.9575 14.96 16.9575 14.7475 16.83C14.2375 16.5325 14.11 15.81 14.5775 15.4275C14.79 15.215 15.0025 15.13 15.555 15.13H16.0225V15.385H15.98Z" fill="var(--fill-0, #872A8C)"/>
|
|
9
|
+
<path id="Vector_5" d="M17.85 15.385V15.64H17.5525H17.255V16.2775V16.915H17H16.745V16.235V15.555H16.405H16.065V15.3425C16.065 15.215 16.065 15.0875 16.1075 15.0875C16.1075 15.0875 16.5325 15.045 16.9575 15.045H17.8075V15.385H17.85Z" fill="var(--fill-0, #872A8C)"/>
|
|
10
|
+
<path id="Vector_6" d="M26.6475 15.2575C27.3275 15.47 27.965 15.98 28.2625 16.6175C28.39 16.8725 28.56 17.4675 28.56 17.6375C28.56 17.6375 28.73 17.6375 28.9 17.6375H29.24V18.36V19.0825H26.9025H24.565V20.2725V21.4625H26.1375H27.71L27.795 21.3775C27.88 21.25 27.88 21.165 27.7525 21.0375C27.6675 20.9525 27.5825 20.9525 26.7325 20.9525C26.2225 20.9525 25.84 20.9525 25.84 20.91C25.84 20.91 25.9675 20.57 26.1375 20.1875L26.35 19.55H27.2H28.05L28.305 19.6775C28.645 19.8475 28.9425 20.145 29.07 20.485C29.1975 20.74 29.1975 20.825 29.1975 21.2075C29.1975 21.59 29.1975 21.675 29.07 21.8875C28.9 22.2275 28.6025 22.525 28.2625 22.695L28.0075 22.8225H25.585H23.1625V20.23V17.6375H25.16C27.455 17.6375 27.285 17.68 27.03 17.2125C26.9025 16.9575 26.7325 16.7875 26.3925 16.66C26.18 16.575 26.095 16.575 25.84 16.575C25.5 16.6175 25.2875 16.7025 25.0325 16.9575L24.8625 17.1275L24.48 16.7875C24.2675 16.6175 24.055 16.3625 23.97 16.32L23.8 16.1925L24.0125 15.98C24.4375 15.555 24.82 15.3425 25.33 15.215C25.755 15.13 26.3075 15.13 26.6475 15.2575Z" fill="var(--fill-0, #872A8C)"/>
|
|
11
|
+
<path id="Vector_7" d="M13.9825 17.8925C12.8775 19.125 12.75 20.91 13.6425 22.185C13.7275 22.355 13.8125 22.4825 13.8125 22.4825C13.8125 22.525 12.7925 23.375 12.7925 23.375C12.75 23.375 12.41 22.9075 12.1975 22.525C11.7725 21.76 11.645 21.1225 11.645 20.1875C11.645 19.5925 11.645 19.465 11.7725 19.0825C11.9 18.615 12.07 18.1475 12.2825 17.8075L12.3675 17.6375H13.3025H14.2375L13.9825 17.8925Z" fill="var(--fill-0, #872A8C)"/>
|
|
12
|
+
<path id="Vector_8" d="M8.67 22.3975C9.52 22.61 9.775 23.6725 9.18 24.31C8.6275 24.905 7.65 24.735 7.31 23.97C6.9275 23.12 7.735 22.1425 8.67 22.3975Z" fill="var(--fill-0, #872A8C)"/>
|
|
13
|
+
<path id="Vector_9" d="M16.1075 24.14C16.1075 24.565 16.1075 24.565 16.0225 24.565C15.9375 24.565 15.9375 24.5225 15.9375 24.225C15.9375 23.9275 15.9375 23.8425 15.895 23.8425C15.8525 23.8425 15.8525 23.9275 15.8525 24.1825C15.8525 24.5225 15.8525 24.5225 15.7675 24.565C15.6825 24.565 15.6825 24.565 15.6825 24.3525C15.6825 24.14 15.6825 24.0975 15.5975 24.0975C15.555 24.0975 15.5125 24.14 15.47 24.1825C15.47 24.225 15.4275 24.2675 15.385 24.2675C15.3425 24.2675 15.3 24.225 15.3 24.1825C15.3 24.0975 15.13 24.0975 15.0875 24.1825C15.0875 24.225 15.0875 24.2675 15.0875 24.31C15.0875 24.395 15.13 24.395 15.2575 24.395C15.3425 24.395 15.385 24.395 15.385 24.48C15.385 24.565 15.3425 24.565 15.215 24.565C14.96 24.565 14.9175 24.48 14.96 24.1825V23.97H15.1725C15.3 23.97 15.4275 23.97 15.47 23.97C15.5125 23.97 15.555 23.97 15.64 23.97C15.6825 23.97 15.725 23.9275 15.725 23.885C15.725 23.8425 15.64 23.8 15.3425 23.8C15.0025 23.8 14.96 23.8 14.96 23.715C14.96 23.63 15.0025 23.63 15.555 23.63H16.15V24.14H16.1075Z" fill="var(--fill-0, #872A8C)"/>
|
|
14
|
+
<path id="Vector_10" d="M12.835 24.14C12.835 24.225 12.7925 24.225 12.6225 24.225C12.4525 24.225 12.4525 24.225 12.4525 24.14C12.4525 24.055 12.495 24.055 12.6225 24.055C12.7925 24.055 12.835 24.055 12.835 24.14Z" fill="var(--fill-0, #872A8C)"/>
|
|
15
|
+
<path id="Vector_11" d="M18.6575 24.31C18.785 24.3525 18.8275 24.395 18.8275 24.48C18.8275 24.565 18.8275 24.565 18.53 24.48C18.3175 24.395 18.275 24.3525 18.275 24.2675C18.275 24.1825 18.3175 24.1825 18.6575 24.31Z" fill="var(--fill-0, #872A8C)"/>
|
|
16
|
+
<path id="Vector_12" d="M27.0725 24.3525C27.285 24.5225 27.4125 24.6925 27.37 24.735C27.3275 24.7775 26.8175 24.3525 26.8175 24.2675C26.8175 24.14 26.8175 24.14 27.0725 24.3525Z" fill="var(--fill-0, #872A8C)"/>
|
|
17
|
+
<path id="Vector_13" d="M28.815 24.3525C29.0275 24.5225 29.155 24.6925 29.1125 24.735C29.07 24.7775 28.56 24.3525 28.56 24.2675C28.56 24.14 28.56 24.14 28.815 24.3525Z" fill="var(--fill-0, #872A8C)"/>
|
|
18
|
+
<path id="Vector_14" d="M14.5775 24.31C14.79 24.395 14.8325 24.48 14.7475 24.5225C14.6625 24.565 14.2375 24.3525 14.2375 24.2675C14.2375 24.1825 14.3225 24.225 14.5775 24.31Z" fill="var(--fill-0, #872A8C)"/>
|
|
19
|
+
<path id="Vector_15" d="M12.495 24.6075C12.5375 24.65 12.4525 24.6925 12.2825 24.6925C12.155 24.65 12.1125 24.6075 12.155 24.565C12.24 24.5225 12.4525 24.565 12.495 24.6075Z" fill="var(--fill-0, #872A8C)"/>
|
|
20
|
+
<path id="Vector_16" d="M8.67 16.66L8.415 16.405L8.585 16.32C8.755 16.235 8.8825 15.98 8.8825 15.7675C8.8825 15.555 8.7125 15.3425 8.5425 15.215C8.3725 15.13 8.2875 15.13 7.7775 15.13H7.1825V16.065V16.9575H7.4375H7.65V16.7025C7.65 16.5325 7.65 16.4475 7.6925 16.4475C7.6925 16.4475 7.8625 16.575 7.99 16.7025L8.245 16.9575H8.585C8.755 16.9575 8.925 16.9575 8.925 16.915C8.925 16.915 8.7975 16.7875 8.67 16.66ZM8.3725 15.81C8.33 15.8525 8.245 15.895 7.99 15.895H7.65V15.7675V15.64H7.9475C8.33 15.64 8.415 15.6825 8.3725 15.81Z" fill="var(--fill-0, #872A8C)"/>
|
|
21
|
+
<path id="Vector_17" d="M10.1575 15.1725C9.5625 15.0025 8.9675 15.4275 8.9675 16.065C8.9675 16.575 9.3925 16.9575 9.9025 16.9575C10.37 16.9575 10.795 16.5325 10.795 16.065C10.795 15.6825 10.54 15.3 10.1575 15.1725ZM9.605 16.3625C9.52 16.2775 9.4775 16.235 9.4775 16.1075C9.4775 15.9375 9.5625 15.7675 9.69 15.725C9.945 15.5975 10.285 15.81 10.285 16.1075C10.285 16.405 9.9025 16.575 9.605 16.3625Z" fill="var(--fill-0, #872A8C)"/>
|
|
22
|
+
<path id="Vector_18" d="M9.01 17.6375C7.2675 17.6375 7.055 17.6375 6.8 17.7225C5.7375 18.02 5.015 18.785 4.845 19.89C4.76 20.2725 4.76 20.315 4.845 20.6975C5.015 21.76 5.8225 22.61 6.8425 22.865L7.0975 22.9075L7.225 22.695C7.395 22.4825 7.6925 22.27 7.9475 22.1425C8.2025 22.0575 8.7125 22.0575 9.01 22.185C9.2225 22.3125 9.52 22.5675 9.6475 22.7375L9.7325 22.865H10.37H11.0075V20.23V17.595L9.01 17.6375ZM9.4775 20.2725V21.4625H8.2875C7.14 21.4625 7.0975 21.4625 6.885 21.3775C6.46 21.165 6.205 20.74 6.205 20.315C6.205 19.7625 6.5025 19.3375 7.0125 19.125C7.0975 19.0825 7.5225 19.0825 8.33 19.0825H9.52V20.2725H9.4775Z" fill="var(--fill-0, #872A8C)"/>
|
|
23
|
+
<path id="Vector_19" d="M22.1 19.0825C21.8875 18.6575 21.3775 18.1475 20.9525 17.935C20.7825 17.85 20.485 17.765 20.3575 17.7225C19.9325 17.6375 16.1925 17.6375 15.81 17.7225C14.96 17.8925 14.2375 18.53 13.94 19.3375C13.8125 19.635 13.8125 19.7625 13.77 20.1875C13.77 20.57 13.77 20.74 13.8125 20.9525C13.9825 21.675 14.4925 22.3125 15.1725 22.6525C15.6825 22.9075 15.64 22.9075 17.85 22.9075H19.89V20.995V19.0825H20.0175C20.315 19.0825 20.74 19.38 20.91 19.72C21.165 20.1875 21.08 20.6975 20.6975 21.08L20.485 21.2925L20.9525 21.8025C21.2075 22.0575 21.42 22.3125 21.42 22.3125C21.4625 22.3125 21.93 21.845 22.0575 21.59C22.4825 20.8675 22.525 19.89 22.1 19.0825ZM18.445 20.2725V21.4625H17.2125C16.1075 21.4625 15.9375 21.4625 15.81 21.3775C15.555 21.25 15.3425 21.0375 15.215 20.7825C15.13 20.57 15.13 20.5275 15.13 20.23C15.13 20.06 15.1725 19.8475 15.2575 19.7625C15.385 19.55 15.725 19.21 15.895 19.1675C15.98 19.125 16.5325 19.125 17.255 19.125H18.445V20.2725Z" fill="var(--fill-0, #872A8C)"/>
|
|
24
|
+
<path id="Vector_20" d="M28.56 23.715C28.56 23.6725 28.475 23.63 28.05 23.63C27.625 23.63 27.54 23.63 27.54 23.5875C27.54 23.5025 27.71 23.375 27.8375 23.375C27.9225 23.375 28.05 23.4175 28.135 23.46C28.2625 23.545 28.305 23.545 28.3475 23.5025C28.39 23.46 28.3475 23.4175 28.22 23.375C28.0075 23.2475 27.88 23.2475 27.71 23.29C27.54 23.3325 27.37 23.5025 27.37 23.5875C27.37 23.63 27.37 23.63 27.3275 23.63C27.285 23.63 27.285 23.6725 27.285 23.715C27.285 23.7575 27.285 23.8 27.3275 23.8C27.37 23.8 27.37 23.97 27.37 24.1825C27.37 24.565 27.37 24.565 27.455 24.565C27.54 24.565 27.54 24.565 27.54 24.3525C27.54 24.225 27.54 24.14 27.54 24.14C27.54 24.14 27.5825 24.14 27.5825 24.1825C27.5825 24.225 27.6675 24.2675 27.71 24.2675C27.795 24.31 27.88 24.395 27.9225 24.4375C27.965 24.48 28.0075 24.565 28.0925 24.565C28.1775 24.565 28.1775 24.5225 28.1775 24.2675C28.1775 24.0125 28.1775 23.97 28.2625 23.97C28.3475 23.97 28.39 24.0975 28.305 24.14C28.2625 24.1825 28.22 24.225 28.22 24.225C28.22 24.31 28.39 24.2675 28.4325 24.1825C28.5175 24.055 28.475 23.9275 28.3475 23.8425L28.22 23.8H28.39C28.5175 23.8 28.56 23.8 28.56 23.715ZM27.4975 24.055C27.4975 24.055 27.4975 23.97 27.4975 23.9275C27.4975 23.8 27.54 23.8 27.71 23.8C27.8375 23.8 27.9225 23.8 27.9225 23.8C27.965 23.8425 27.54 24.0975 27.4975 24.055ZM28.0075 24.31L27.9225 24.225C27.8375 24.14 27.8375 24.14 27.88 24.055C27.965 23.97 28.0075 23.97 28.0075 24.14V24.31Z" fill="var(--fill-0, #872A8C)"/>
|
|
25
|
+
<path id="Vector_21" d="M24.31 23.6725C23.8425 23.6725 23.7575 23.6725 23.7575 23.63C23.7575 23.5875 23.715 23.545 23.6725 23.46C23.63 23.4175 23.545 23.375 23.5025 23.375C23.3325 23.375 23.1625 23.46 23.1625 23.545C23.1625 23.63 23.205 23.63 23.3325 23.545C23.46 23.5025 23.63 23.545 23.63 23.63C23.63 23.6725 23.0775 23.6725 22.1425 23.6725H20.655L20.5275 23.8425C20.4425 23.97 20.4 24.055 20.4 24.225C20.4 24.48 20.5275 24.6075 20.74 24.6075C20.825 24.6075 20.7825 24.48 20.6975 24.48C20.5275 24.48 20.485 24.1825 20.6125 24.0125C20.6975 23.885 20.6975 23.885 20.8675 23.9275C20.995 23.97 21.0375 24.0125 21.0375 24.055C21.0375 24.0975 20.995 24.0975 20.995 24.0975C20.91 24.0975 20.7825 24.225 20.7825 24.3525C20.7825 24.5225 20.9525 24.6075 21.1225 24.565C21.2075 24.5225 21.165 24.4375 21.0375 24.4375C20.995 24.4375 20.9525 24.395 20.9525 24.395C20.9525 24.225 21.335 24.3525 21.42 24.5225C21.4625 24.6075 21.505 24.65 21.5475 24.65C21.59 24.65 21.59 24.565 21.59 24.2675C21.59 23.97 21.59 23.885 21.675 23.885C21.76 23.885 21.76 23.97 21.76 24.2675C21.76 24.6075 21.76 24.65 21.845 24.65C21.93 24.65 21.93 24.6075 21.93 24.2675V23.8H22.27C22.61 23.8 22.61 23.8 22.4825 23.885C22.185 24.0125 22.0575 24.0975 22.0575 24.14C22.0575 24.225 22.1 24.225 22.355 24.3525C22.44 24.395 22.5675 24.48 22.61 24.5225C22.6525 24.565 22.695 24.6075 22.78 24.6075C22.865 24.6075 22.865 24.565 22.865 24.225C22.865 23.9275 22.865 23.8425 22.95 23.8425C22.9925 23.8425 23.035 23.9275 23.035 24.225C23.035 24.565 23.035 24.6075 23.12 24.6075C23.205 24.6075 23.205 24.565 23.205 24.225V23.8H23.3325H23.375L23.29 23.885C23.1625 23.97 23.1625 24.0975 23.29 24.1825C23.3325 24.225 23.375 24.225 23.4175 24.1825C23.46 24.14 23.46 24.14 23.4175 24.0975C23.375 24.0975 23.375 24.055 23.375 24.055C23.375 23.97 23.545 24.055 23.5875 24.0975C23.63 24.1825 23.5875 24.225 23.3325 24.2675C23.205 24.2675 23.1625 24.31 23.1625 24.3525C23.1625 24.395 23.1625 24.4375 23.205 24.4375C23.2475 24.4375 23.3325 24.48 23.46 24.565C23.6725 24.6925 23.8425 24.6925 23.715 24.565C23.6725 24.5225 23.5875 24.48 23.545 24.4375C23.4175 24.395 23.46 24.3525 23.5875 24.31C23.8 24.2675 23.8 23.97 23.5875 23.8425C23.5025 23.8 23.545 23.7575 24.0125 23.7575C24.565 23.7575 24.565 23.7575 24.565 23.8425C24.565 23.9275 24.5225 23.9275 24.2675 23.97C24.225 23.97 24.14 23.97 24.0975 23.9275C23.885 23.885 23.6725 24.225 23.885 24.395C24.0125 24.48 24.0975 24.5225 24.14 24.48C24.225 24.395 24.1825 24.3525 24.0975 24.3525C23.97 24.3525 23.9275 24.1825 24.055 24.14C24.0975 24.14 24.14 24.14 24.225 24.225L24.31 24.31L24.395 24.225C24.5225 24.0975 24.6075 24.1825 24.6075 24.395C24.6075 24.5225 24.6075 24.565 24.6925 24.565C24.7775 24.565 24.7775 24.5225 24.7775 24.1825C24.7775 23.97 24.7775 23.8 24.82 23.8C24.82 23.8 24.8625 23.7575 24.8625 23.715C24.8625 23.6725 24.7775 23.6725 24.31 23.6725ZM21.4625 24.1825C21.42 24.1825 21.25 24.055 21.25 24.0125C21.25 23.97 21.2075 23.9275 21.165 23.885C21.08 23.8 21.1225 23.8 21.2925 23.8H21.4625V23.97C21.505 24.0975 21.505 24.1825 21.4625 24.1825ZM22.6525 24.31C22.6525 24.31 22.5675 24.2675 22.4825 24.225L22.3125 24.14L22.4825 24.055C22.5675 24.0125 22.6525 23.97 22.6525 24.0125C22.695 24.0125 22.6525 24.31 22.6525 24.31Z" fill="var(--fill-0, #872A8C)"/>
|
|
26
|
+
<path id="Vector_22" d="M12.07 23.97C12.0275 24.0125 11.9425 24.055 11.815 24.0125C11.645 24.0125 11.645 23.97 11.6025 23.885C11.6025 23.8 11.6025 23.8 11.9 23.8C12.1975 23.8 12.24 23.8 12.24 23.715C12.24 23.63 12.1975 23.63 11.135 23.63C10.37 23.63 10.03 23.63 9.9875 23.6725C9.945 23.7575 10.03 23.8 10.2 23.8C10.37 23.8 10.37 23.8 10.37 24.0125V24.1825H10.5825C10.71 24.1825 10.795 24.1825 10.7525 24.1825C10.7525 24.1825 10.7525 24.225 10.7525 24.2675C10.7525 24.31 10.6675 24.3525 10.455 24.3525H10.2V24.14C10.2 23.97 10.1575 23.9275 10.115 23.9275C10.0725 23.9275 10.03 23.97 10.03 24.1825C10.03 24.5225 10.0725 24.565 10.54 24.565C10.88 24.565 10.9225 24.565 10.965 24.48C11.05 24.3525 11.05 23.97 10.965 23.97C10.9225 23.97 10.88 23.97 10.8375 24.0125C10.795 24.055 10.7525 24.0975 10.71 24.0975C10.625 24.0975 10.625 24.055 10.625 24.0125C10.625 23.9275 10.625 23.885 10.88 23.885H11.135V24.225C11.135 24.565 11.135 24.565 11.22 24.565C11.305 24.565 11.3475 24.565 11.3475 24.225C11.3475 23.9275 11.3475 23.8425 11.39 23.8425C11.4325 23.8425 11.475 23.9275 11.475 24.225V24.565H11.815C12.24 24.565 12.2825 24.5225 12.2825 24.1825C12.24 23.97 12.1975 23.885 12.07 23.97ZM11.8575 24.395C11.645 24.395 11.6025 24.395 11.6025 24.31C11.6025 24.225 11.645 24.225 11.7725 24.225C11.8575 24.225 11.985 24.225 11.985 24.1825C12.0275 24.1825 12.0275 24.225 12.0275 24.2675C12.07 24.395 12.07 24.395 11.8575 24.395Z" fill="var(--fill-0, #872A8C)"/>
|
|
27
|
+
<path id="Vector_23" d="M14.11 24.14V23.715H13.5575C13.0475 23.715 13.005 23.715 13.005 23.8C13.005 23.885 13.0475 23.885 13.345 23.885C13.6 23.885 13.685 23.885 13.6425 23.9275C13.6425 23.97 13.515 23.97 13.345 23.97H13.0475V24.1825C13.0475 24.31 13.0475 24.4375 13.09 24.48C13.1325 24.565 13.175 24.565 13.515 24.565H13.855V24.1825C13.855 23.9275 13.855 23.8425 13.8975 23.8425C13.94 23.8425 13.94 23.97 13.9825 24.225C13.9825 24.5225 13.9825 24.565 14.0675 24.565C14.11 24.565 14.11 24.5225 14.11 24.14ZM13.43 24.395C13.175 24.395 13.1325 24.31 13.2175 24.1825C13.2175 24.14 13.3025 24.14 13.43 24.14C13.6425 24.14 13.6425 24.14 13.6425 24.31V24.4375L13.43 24.395Z" fill="var(--fill-0, #872A8C)"/>
|
|
28
|
+
<path id="Vector_24" d="M18.1475 24.14V23.715H17.3825C16.6175 23.715 16.6175 23.715 16.6175 23.8C16.6175 23.885 16.66 23.885 16.915 23.885C17.085 23.885 17.255 23.885 17.255 23.9275C17.255 23.97 17 24.0125 16.7875 24.0125H16.6175V24.225C16.6175 24.3525 16.6175 24.4375 16.7025 24.5225C16.7875 24.6075 16.83 24.65 17.1275 24.65H17.425V24.225C17.425 23.885 17.425 23.8425 17.51 23.8425C17.595 23.8425 17.595 23.8425 17.5525 23.9275C17.4675 24.055 17.51 24.0975 17.6375 24.14C17.7225 24.1825 17.765 24.225 17.765 24.31C17.765 24.3525 17.7225 24.395 17.6375 24.4375C17.4675 24.4375 17.51 24.6075 17.68 24.6075C17.8925 24.6075 17.935 24.5225 17.935 24.2675C17.935 24.0975 17.8925 24.055 17.8075 24.0125C17.68 23.97 17.7225 23.885 17.85 23.885H17.9775V24.225C17.9775 24.5225 17.9775 24.565 18.0625 24.565C18.1475 24.565 18.1475 24.565 18.1475 24.14ZM17 24.4375C16.7875 24.4375 16.7875 24.4375 16.7875 24.2675V24.0975H17H17.2125V24.2675V24.4375H17Z" fill="var(--fill-0, #872A8C)"/>
|
|
29
|
+
<path id="Vector_25" d="M19.8475 23.8425C19.975 23.8425 20.0175 23.8425 20.0175 23.7575C20.0175 23.6725 19.975 23.6725 19.5075 23.6725C18.9975 23.6725 18.9125 23.6725 18.9125 23.8C18.9125 23.8425 18.9975 23.8425 19.21 23.885C19.5925 23.885 19.5925 23.97 19.21 23.97H18.9125V24.225C18.9125 24.565 18.955 24.6075 19.38 24.6075H19.72V24.3525C19.72 24.1825 19.72 24.0975 19.805 24.0975C19.89 24.0975 19.9325 24.225 19.89 24.2675C19.8475 24.2675 19.8475 24.31 19.8475 24.3525C19.8475 24.4375 19.8475 24.4375 19.9325 24.4375C20.0175 24.4375 20.0175 24.395 20.0175 24.1825C20.0175 23.97 20.0175 23.97 19.89 23.97C19.805 23.97 19.7625 23.9275 19.7625 23.9275C19.72 23.8425 19.7625 23.8425 19.8475 23.8425ZM19.3375 24.395C19.125 24.395 19.125 24.395 19.125 24.2675C19.125 24.1825 19.125 24.14 19.125 24.14C19.125 24.14 19.2525 24.14 19.3375 24.14C19.55 24.14 19.55 24.14 19.55 24.2675V24.395H19.3375Z" fill="var(--fill-0, #872A8C)"/>
|
|
30
|
+
<path id="Vector_26" d="M25.9675 23.6725C25.245 23.6725 25.16 23.6725 25.16 23.7575C25.16 23.8425 25.2025 23.8 25.5 23.8C25.755 23.8 25.7975 23.8 25.7125 23.8425C25.2875 24.0125 25.245 24.055 25.245 24.14C25.245 24.225 25.2875 24.225 25.415 24.2675C25.5 24.2675 25.6275 24.3525 25.755 24.4375C25.84 24.5225 25.9675 24.565 25.9675 24.565C26.01 24.565 26.01 24.395 26.01 24.1825C26.01 23.8 26.01 23.8 26.095 23.8C26.18 23.8 26.18 23.8 26.18 23.885C26.1375 23.97 26.18 24.055 26.2225 24.1825C26.3075 24.3525 26.3075 24.395 26.2225 24.4375C26.1375 24.48 26.1375 24.6075 26.2225 24.6075C26.265 24.6075 26.3075 24.565 26.3925 24.5225L26.4775 24.4375L26.35 24.1825C26.265 23.885 26.3075 23.8 26.4775 23.8C26.5625 23.8 26.5625 23.8425 26.5625 24.1825C26.5625 24.48 26.5625 24.565 26.6475 24.565C26.7325 24.565 26.7325 24.48 26.7325 24.1825C26.7325 23.885 26.7325 23.8 26.775 23.8C26.8175 23.8 26.86 23.7575 26.86 23.715C26.8175 23.6725 26.69 23.6725 25.9675 23.6725ZM25.67 24.225C25.5 24.14 25.5425 24.14 25.67 24.055C25.84 23.97 25.8825 23.97 25.8825 24.1825C25.8825 24.31 25.8825 24.31 25.67 24.225Z" fill="var(--fill-0, #872A8C)"/>
|
|
31
|
+
<path id="Vector_27" d="M27.2 23.8C27.0725 23.63 26.775 23.715 26.775 23.9275C26.775 24.055 26.9025 24.1825 27.03 24.1825C27.115 24.1825 27.285 24.0125 27.2425 23.9275C27.285 23.885 27.2425 23.8425 27.2 23.8ZM27.03 24.0125C26.945 24.0125 26.9025 23.9275 26.945 23.885C26.9875 23.8 27.115 23.8425 27.115 23.9275C27.115 23.97 27.0725 24.0125 27.03 24.0125Z" fill="var(--fill-0, #872A8C)"/>
|
|
32
|
+
<path id="Vector_28" d="M28.9425 23.7575C28.8575 23.6725 28.815 23.6725 28.6875 23.715C28.475 23.8 28.5175 24.0975 28.73 24.1825C28.815 24.1825 28.8575 24.1825 28.9 24.0975C29.0275 23.97 29.0275 23.885 28.9425 23.7575ZM28.73 23.97C28.6875 23.9275 28.6875 23.885 28.73 23.885C28.7725 23.8425 28.9 23.8425 28.9 23.9275C28.9 23.97 28.7725 24.055 28.73 23.97Z" fill="var(--fill-0, #872A8C)"/>
|
|
33
|
+
<path id="Vector_29" d="M14.7475 23.97C14.7475 23.885 14.705 23.8 14.6625 23.7575C14.62 23.7575 14.4925 23.715 14.4075 23.715H14.195V23.885C14.195 24.0975 14.28 24.14 14.535 24.14C14.7475 24.14 14.7475 24.14 14.7475 23.97ZM14.5775 23.9275C14.5775 23.97 14.535 23.97 14.4925 23.97C14.45 23.97 14.4075 23.97 14.4075 23.9275C14.4075 23.9275 14.45 23.885 14.4925 23.885C14.5775 23.885 14.62 23.885 14.5775 23.9275Z" fill="var(--fill-0, #872A8C)"/>
|
|
34
|
+
<path id="Vector_30" d="M18.785 23.7575C18.7425 23.715 18.615 23.715 18.53 23.715H18.275V23.885C18.275 24.0975 18.36 24.14 18.615 24.14H18.8275V23.97C18.8275 23.885 18.785 23.8 18.785 23.7575ZM18.5725 23.97C18.53 23.97 18.4875 23.97 18.445 23.9275C18.445 23.9275 18.445 23.885 18.4875 23.885C18.53 23.885 18.5725 23.885 18.615 23.9275C18.6575 23.97 18.615 23.97 18.5725 23.97Z" fill="var(--fill-0, #872A8C)"/>
|
|
35
|
+
</g>
|
|
36
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Layer_1">
|
|
3
|
+
<path d="M4 0.5H30C31.933 0.5 33.5 2.067 33.5 4V30C33.5 31.933 31.933 33.5 30 33.5H4C2.067 33.5 0.5 31.933 0.5 30V4C0.5 2.067 2.067 0.5 4 0.5Z" fill="var(--fill-0, white)"/>
|
|
4
|
+
<path d="M4 0.5H30C31.933 0.5 33.5 2.067 33.5 4V30C33.5 31.933 31.933 33.5 30 33.5H4C2.067 33.5 0.5 31.933 0.5 30V4C0.5 2.067 2.067 0.5 4 0.5Z" stroke="var(--stroke-0, #EDEDEE)"/>
|
|
5
|
+
<path id="Vector" d="M12.58 8.67C10.625 8.7975 9.01 9.35 7.905 10.2425C7.6925 10.4125 7.3525 10.7525 7.1825 11.0075C6.715 11.645 6.46 12.3675 6.4175 13.175V13.43H7.48C9.3925 13.43 24.82 13.345 24.905 13.345C25.4575 13.3025 25.585 13.3025 25.84 13.26C26.7325 13.1325 27.2425 12.7925 27.37 12.24C27.37 12.1975 27.4125 11.9425 27.4125 11.73C27.455 11.22 27.54 10.5825 27.625 10.1575C27.625 10.115 27.625 10.115 27.5825 10.115C27.4975 10.115 27.3275 10.2425 27.115 10.4125C26.435 11.0075 26.095 11.1775 25.4575 11.2625C25.0325 11.305 24.7775 11.2625 22.355 10.4975C21.335 10.2 20.57 9.945 19.975 9.8175C17.68 9.18 15.895 8.84 14.3225 8.755C13.94 8.67 12.9625 8.67 12.58 8.67Z" fill="var(--fill-0, #0066AC)"/>
|
|
6
|
+
<path id="Vector_2" d="M19.125 20.6125C14.875 20.6125 10.71 20.655 9.86 20.655C8.16 20.655 8.0325 20.655 7.565 20.7825C6.9275 20.9525 6.545 21.2925 6.4175 21.76C6.375 21.8875 6.375 22.015 6.375 22.61C6.375 22.9925 6.375 23.46 6.375 23.63V23.9275H6.46C6.5875 23.9275 6.715 23.8425 6.97 23.6725C7.395 23.3325 7.65 23.205 7.99 23.12C8.415 22.9925 8.8825 22.95 9.35 23.0775C9.6475 23.1625 10.0725 23.29 10.8375 23.545C13.1325 24.2675 14.4075 24.65 15.98 24.9475C18.105 25.3725 20.2725 25.5 21.93 25.33C24.565 25.075 26.52 23.97 27.285 22.355C27.4975 21.8875 27.6675 21.25 27.6675 20.74V20.6125H27.285C27.03 20.57 23.375 20.57 19.125 20.6125Z" fill="var(--fill-0, #F36E35)"/>
|
|
7
|
+
<g id="Group">
|
|
8
|
+
<path id="Vector_3" d="M6.4175 15.215C6.4175 15.3 6.4175 15.47 6.375 15.5975V15.7675H6.4175C6.46 15.7675 6.46 15.7675 6.5025 15.64C6.545 15.5125 6.545 15.47 6.63 15.385C6.7575 15.2575 6.8425 15.215 7.31 15.215H7.65V16.5325C7.65 17.7225 7.65 17.85 7.6075 17.8925C7.565 17.9775 7.4375 18.02 7.2675 18.02C7.14 18.02 7.14 18.02 7.14 18.0625C7.14 18.105 7.1825 18.105 7.9475 18.105C8.7125 18.105 8.755 18.105 8.755 18.0625C8.755 18.02 8.7125 18.02 8.6275 18.02C8.4575 18.02 8.3725 17.9775 8.33 17.8925C8.2875 17.85 8.2875 17.8075 8.2875 16.5325V15.215H8.67C9.095 15.215 9.1375 15.2575 9.3075 15.3425C9.3925 15.4275 9.435 15.5125 9.4775 15.64C9.4775 15.725 9.4775 15.725 9.5625 15.725C9.605 15.725 9.605 15.725 9.605 15.6825C9.605 15.64 9.605 15.47 9.5625 15.3V15.0025H8.0325H6.5025L6.4175 15.215Z" fill="var(--fill-0, #2D2F7C)"/>
|
|
9
|
+
<path id="Vector_4" d="M18.8275 15.045C18.8275 15.0875 18.87 15.0875 18.955 15.0875C19.125 15.0875 19.2525 15.1725 19.295 15.2575C19.3375 15.3425 19.3375 15.385 19.3375 16.4475C19.3375 17.7225 19.3375 17.85 19.2525 17.935C19.1675 18.02 19.0825 18.02 18.9125 18.02C18.8275 18.02 18.785 18.02 18.785 18.0625C18.785 18.105 18.785 18.105 19.5925 18.105C20.3575 18.105 20.4 18.105 20.4 18.0625C20.4 18.02 20.4 18.02 20.2725 18.02C20.1025 18.02 19.975 17.9775 19.89 17.85C19.8475 17.765 19.8475 17.7225 19.8475 17.2125C19.8475 16.915 19.8475 16.66 19.8475 16.66C19.8475 16.66 19.9325 16.66 20.06 16.66C20.315 16.7025 20.6975 16.7025 20.8675 16.66C21.2075 16.575 21.42 16.4475 21.5475 16.1925C21.59 16.065 21.6325 16.0225 21.6325 15.8525C21.6325 15.6825 21.6325 15.64 21.59 15.555C21.505 15.3425 21.2075 15.13 20.91 15.045C20.6975 15.0025 20.3575 14.96 19.5925 14.96C18.87 15.0025 18.8275 15.045 18.8275 15.045ZM20.4425 15.2575C20.6125 15.3 20.74 15.3425 20.825 15.47C21.08 15.725 21.08 16.15 20.825 16.405C20.655 16.575 20.4425 16.6175 20.1025 16.575L19.89 16.5325V15.895V15.2575L20.0175 15.215C20.1875 15.215 20.2725 15.215 20.4425 15.2575Z" fill="var(--fill-0, #2D2F7C)"/>
|
|
10
|
+
<path id="Vector_5" d="M14.6625 15.5975C14.6625 15.5975 14.7475 15.8525 14.875 16.15C15.0025 16.4475 15.0875 16.7025 15.0875 16.7025C15.0875 16.7025 15.13 16.745 15.1725 16.745H15.2575L15.385 16.1925C15.47 15.895 15.5125 15.5975 15.5125 15.5975C15.5125 15.555 15.4275 15.555 15.0875 15.555C14.7475 15.555 14.6625 15.5975 14.6625 15.5975Z" fill="var(--fill-0, #EC1F27)"/>
|
|
11
|
+
<path id="Vector_6" d="M16.0225 15.8525C15.81 15.9375 15.64 15.98 15.64 15.98C15.64 15.98 15.64 16.0225 15.64 16.065C15.6825 16.1075 15.6825 16.1075 15.725 16.1075C15.7675 16.1075 15.81 16.1075 15.8525 16.1075C15.9375 16.1075 15.9375 16.1075 15.98 16.15C16.0225 16.1925 16.0225 16.235 16.0225 17C16.0225 17.765 16.0225 17.8075 15.98 17.8925C15.9375 17.9775 15.8525 18.02 15.725 18.02C15.64 18.02 15.64 18.02 15.64 18.0625V18.105H16.2775H17V18.0625C17 18.02 17 18.02 16.8725 17.9775C16.745 17.9775 16.66 17.935 16.6175 17.85C16.6175 17.8075 16.575 17.595 16.575 17.085V16.3625L16.66 16.2775C16.915 16.0225 17.2975 15.98 17.425 16.15C17.51 16.2775 17.5525 16.32 17.5525 17.085C17.5525 17.85 17.5525 17.8925 17.4675 17.9775C17.425 17.9775 17.34 18.02 17.2975 18.02C17.17 18.02 17.17 18.02 17.17 18.105V18.1475H17.8075H18.445V18.105C18.445 18.0625 18.445 18.0625 18.3175 18.02C18.2325 18.02 18.19 17.9775 18.1475 17.9775C18.0625 17.8925 18.0625 17.85 18.0625 17.1275C18.0625 16.745 18.0625 16.405 18.0625 16.32C17.9775 15.9375 17.765 15.725 17.425 15.725C17.17 15.725 16.9575 15.81 16.7025 16.065L16.575 16.15V15.9375V15.725H16.49C16.4475 15.6825 16.235 15.7675 16.0225 15.8525Z" fill="var(--fill-0, #EC1F27)"/>
|
|
12
|
+
<path id="Vector_7" d="M10.285 15.98C9.86 16.0225 9.5625 16.235 9.5625 16.49C9.5625 16.575 9.5625 16.6175 9.605 16.66C9.69 16.745 9.86 16.745 9.945 16.66C9.9875 16.6175 9.9875 16.6175 10.03 16.4475C10.03 16.2775 10.03 16.2775 10.115 16.1925C10.2 16.1075 10.37 16.065 10.54 16.1075C10.795 16.15 10.88 16.2775 10.88 16.575V16.7025L10.71 16.745C10.455 16.83 10.0725 16.9575 9.9025 17.0425C9.7325 17.1275 9.52 17.2975 9.52 17.425C9.435 17.68 9.5625 17.935 9.8175 18.0625C9.9025 18.105 9.945 18.105 10.115 18.105C10.3275 18.105 10.4125 18.0625 10.71 17.8925C10.795 17.85 10.88 17.8075 10.88 17.8075C10.88 17.8075 10.88 17.85 10.88 17.8925C10.88 18.0625 11.0075 18.1475 11.1775 18.1475C11.3475 18.1475 11.475 18.0625 11.6025 17.935C11.73 17.85 11.73 17.8075 11.73 17.765V17.68L11.6025 17.765C11.475 17.85 11.4325 17.8925 11.3475 17.8075C11.305 17.765 11.305 17.7225 11.305 17.0425V16.32L11.2625 16.235C11.22 16.15 11.1775 16.1075 11.0925 16.065C10.965 16.0225 10.625 15.9375 10.285 15.98ZM10.88 17.2975V17.68L10.7525 17.765C10.4125 17.9775 10.1575 17.9775 9.9875 17.765C9.9025 17.68 9.9025 17.5525 9.945 17.425C9.9875 17.34 10.115 17.2125 10.2425 17.1275C10.37 17.0425 10.7525 16.915 10.8375 16.915C10.88 16.915 10.88 16.9575 10.88 17.2975Z" fill="var(--fill-0, #2D2F7C)"/>
|
|
13
|
+
<path id="Vector_8" d="M13.3025 15.98C13.09 16.0225 12.8775 16.15 12.75 16.32L12.665 16.4475V16.1925V15.9375H12.6225C12.58 15.9375 11.815 16.1925 11.815 16.1925C11.815 16.1925 11.815 16.1925 11.815 16.235C11.815 16.2775 11.8575 16.2775 11.985 16.2775C12.1125 16.2775 12.155 16.2775 12.1975 16.32C12.24 16.405 12.2825 16.575 12.24 17.765C12.24 18.8275 12.24 18.87 12.1975 18.9125C12.155 18.9975 12.0275 19.04 11.9 19.04C11.815 19.04 11.7725 19.04 11.7725 19.0825C11.7725 19.125 11.7725 19.125 12.4525 19.125C13.09 19.125 13.1325 19.125 13.1325 19.0825C13.1325 19.04 13.1325 19.04 13.0475 19.04C12.92 19.04 12.835 18.9975 12.75 18.955C12.7075 18.9125 12.7075 18.9125 12.7075 18.445V18.02L12.835 18.105C12.9625 18.19 13.005 18.19 13.2175 18.19C13.345 18.19 13.515 18.19 13.5575 18.19C13.94 18.105 14.28 17.765 14.4075 17.34C14.4925 17.085 14.45 16.7025 14.3225 16.49C14.2375 16.3625 14.0675 16.15 13.94 16.1075C13.7275 15.98 13.515 15.9375 13.3025 15.98ZM13.4725 16.3625C13.7275 16.49 13.8975 16.83 13.8975 17.2125C13.8975 17.51 13.8125 17.7225 13.6425 17.8925C13.43 18.105 12.9625 18.105 12.75 17.85C12.7075 17.8075 12.665 17.7225 12.665 17.68C12.665 17.6375 12.6225 17.3825 12.6225 17.085V16.575L12.75 16.4475C12.92 16.32 13.0475 16.2775 13.2175 16.2775C13.345 16.32 13.43 16.3625 13.4725 16.3625Z" fill="var(--fill-0, #2D2F7C)"/>
|
|
14
|
+
<path id="Vector_9" d="M22.865 15.98C22.44 16.0225 22.1 16.2775 22.1425 16.5325C22.185 16.7025 22.44 16.7875 22.525 16.66C22.5675 16.6175 22.5675 16.575 22.5675 16.4475C22.5675 16.2775 22.61 16.1925 22.695 16.15C22.8225 16.1075 22.9075 16.065 23.0775 16.1075C23.29 16.15 23.4175 16.32 23.4175 16.6175V16.7025L23.0775 16.83C22.4825 17.0425 22.1425 17.2125 22.0575 17.425C22.015 17.5525 22.015 17.765 22.0575 17.85C22.1 17.9775 22.2275 18.0625 22.355 18.105C22.4825 18.1475 22.7375 18.1475 22.865 18.105C22.9075 18.105 23.0775 18.02 23.1625 17.935L23.375 17.8075L23.4175 17.8925C23.46 18.0625 23.545 18.105 23.715 18.105C23.8425 18.105 23.97 18.0625 24.14 17.8925C24.2675 17.8075 24.2675 17.765 24.2675 17.7225C24.2675 17.68 24.2675 17.6375 24.2675 17.6375C24.2675 17.6375 24.225 17.68 24.14 17.7225C24.0125 17.8075 23.9275 17.85 23.885 17.765C23.8425 17.7225 23.8425 17.6375 23.8425 17C23.8425 16.1925 23.8425 16.235 23.6725 16.1075C23.5875 16.0225 23.4175 15.98 23.1625 15.9375C23.035 15.9375 22.95 15.9375 22.95 15.9375C23.035 15.98 22.95 15.98 22.865 15.98ZM23.4175 17.7225C23.3325 17.8075 23.0775 17.8925 22.95 17.935C22.8225 17.935 22.7375 17.935 22.61 17.8075C22.4825 17.6375 22.4825 17.4675 22.61 17.2975C22.695 17.17 22.8225 17.1275 23.1625 17L23.4175 16.915V17.2975C23.46 17.68 23.46 17.68 23.4175 17.7225Z" fill="var(--fill-0, #2D2F7C)"/>
|
|
15
|
+
<path id="Vector_10" d="M24.395 16.065C24.395 16.1075 24.4375 16.1075 24.48 16.1075C24.65 16.15 24.735 16.2775 25.2875 17.2125L25.755 18.02L25.6275 18.275C25.5 18.5725 25.3725 18.6575 25.245 18.7C25.2025 18.7 25.1175 18.7 25.0325 18.6575C24.7775 18.5725 24.6075 18.615 24.5225 18.7C24.48 18.785 24.48 18.87 24.565 18.955C24.7775 19.1675 25.33 19.04 25.585 18.6575C25.6275 18.5725 25.925 18.02 26.2225 17.3825C26.605 16.6175 26.8175 16.1925 26.86 16.15C26.9025 16.1075 26.945 16.065 27.03 16.065C27.115 16.065 27.115 16.0225 27.115 16.0225C27.115 15.98 27.0725 15.98 26.69 15.98C26.3075 15.98 26.265 15.98 26.265 16.0225C26.265 16.065 26.265 16.065 26.35 16.065C26.3925 16.065 26.435 16.065 26.4775 16.1075C26.52 16.15 26.52 16.15 26.52 16.235C26.52 16.32 25.925 17.51 25.925 17.51C25.925 17.51 25.245 16.405 25.245 16.32C25.245 16.235 25.33 16.15 25.5 16.15C25.585 16.15 25.585 16.15 25.585 16.1075C25.585 16.065 25.585 16.065 24.99 16.065C24.4375 16.065 24.395 16.065 24.395 16.065Z" fill="var(--fill-0, #2D2F7C)"/>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 387.999 63.9995" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Group">
|
|
3
|
+
<path id="Vector" d="M214.014 47.9712C214.014 47.6202 214.014 47.3394 214.014 47.0586C214.014 39.1385 214.076 31.2185 213.993 23.2985C213.933 17.5157 218.063 12.1594 223.968 11.1766C228.384 10.4433 232.11 11.85 235.133 15.16C235.379 15.4304 235.604 15.719 235.872 16.0415C236.033 15.8594 236.178 15.7008 236.317 15.5396C239.56 11.6888 243.678 10.1729 248.537 11.3638C253.429 12.5651 256.389 15.8672 257.504 20.8075C257.659 21.4914 257.711 22.209 257.711 22.9136C257.724 31.0313 257.721 39.1489 257.718 47.2692C257.718 47.4902 257.698 47.7112 257.685 47.9842C256.237 47.9842 254.82 47.9842 253.328 47.9842C253.328 47.641 253.328 47.3368 253.328 47.0326C253.328 39.1125 253.333 31.1925 253.325 23.2725C253.323 19.8533 251.298 16.9463 248.185 15.8412C243.616 14.2188 238.647 17.3701 238.127 22.2272C238.073 22.7316 238.047 23.2413 238.047 23.7509C238.042 31.5019 238.044 39.253 238.044 47.0014C238.044 47.3082 238.044 47.6176 238.044 47.979C236.573 47.979 235.161 47.979 233.651 47.979C233.651 47.654 233.651 47.3524 233.651 47.0482C233.651 39.1567 233.644 31.2653 233.659 23.3713C233.662 21.5226 233.178 19.8559 232.046 18.3972C230.034 15.8048 226.709 14.7804 223.663 15.8048C220.571 16.8449 218.443 19.6973 218.414 22.9708C218.378 27.0999 218.404 31.2315 218.404 35.3605C218.404 39.2348 218.404 43.1116 218.404 46.9858C218.404 47.2952 218.404 47.6046 218.404 47.9764C216.943 47.9712 215.529 47.9712 214.014 47.9712Z" fill="var(--fill-0, white)"/>
|
|
4
|
+
<path id="Vector_2" d="M4.28849 41.7547C4.28849 49.1027 4.28849 56.4481 4.28849 63.8585C2.86898 63.8585 1.48566 63.8585 0.03771 63.8585C0.0273675 63.5985 0.00409683 63.3229 0.00409683 63.0499C0.0015112 51.7653 -0.00366007 40.4832 0.00409683 29.1986C0.0118537 19.8354 6.6802 11.853 15.8644 10.1889C26.3 8.296 36.2572 15.2098 38.2249 25.7144C40.2029 36.2684 33.2217 46.5624 22.7059 48.3643C15.8075 49.5473 9.89155 47.4542 5.04608 42.3527C4.83664 42.1317 4.63496 41.9081 4.4307 41.6845C4.38416 41.7079 4.33762 41.7313 4.28849 41.7547ZM19.2852 14.2165C11.0344 14.2139 4.30142 20.9613 4.28849 29.248C4.27556 37.5451 10.9801 44.321 19.2205 44.3444C27.5075 44.3678 34.2663 37.5919 34.2611 29.2714C34.2534 20.9821 27.5307 14.2217 19.2852 14.2165Z" fill="var(--fill-0, white)"/>
|
|
5
|
+
<path id="Vector_3" d="M99.9519 48.0002C98.5582 48.0002 97.2473 48.0002 95.8149 48.0002C95.8149 45.7199 95.8149 43.4551 95.8149 41.193C95.7606 41.18 95.7063 41.1644 95.6494 41.1514C95.4477 41.375 95.2538 41.6012 95.0469 41.817C91.1685 45.9279 86.4213 48.086 80.7794 48.0158C71.5616 47.9014 63.7918 41.1384 62.3697 31.9781C60.6813 21.0965 68.0917 11.8946 77.6999 10.1811C88.1123 8.32457 97.9635 15.267 99.7321 25.7897C99.9002 26.7882 99.9648 27.8153 99.97 28.8293C99.9907 34.9943 99.9803 41.1618 99.9803 47.3267C99.9829 47.5244 99.9648 47.7194 99.9519 48.0002ZM81.1285 43.749C89.2138 43.7307 95.8511 37.038 95.8175 28.9307C95.7839 20.7403 89.1698 14.1385 81.0095 14.1463C72.9449 14.1541 66.3438 20.8599 66.3774 29.0087C66.4085 37.1654 73.0148 43.7672 81.1285 43.749Z" fill="var(--fill-0, white)"/>
|
|
6
|
+
<path id="Vector_4" d="M146.008 29.2975C146.008 18.5407 154.659 9.87957 165.4 9.88477C175.986 9.88997 184.642 18.6083 184.653 29.2819C184.666 40.0647 175.975 48.7622 165.206 48.7492C154.633 48.7336 146.008 39.9945 146.008 29.2975ZM165.307 14.2218C157.005 14.2452 150.287 21.0394 150.328 29.3703C150.37 37.6985 157.067 44.3965 165.338 44.3861C173.653 44.3757 180.322 37.6335 180.304 29.2533C180.288 20.9458 173.555 14.1984 165.307 14.2218Z" fill="var(--fill-0, white)"/>
|
|
7
|
+
<path id="Vector_5" d="M143.964 0.0811552C143.964 1.53464 143.964 2.93871 143.964 4.439C143.294 4.439 142.658 4.4364 142.019 4.439C138.743 4.452 136.119 6.60492 135.475 9.8187C135.405 10.1697 135.405 10.5337 135.367 10.981C138.273 10.981 141.099 10.981 143.961 10.981C143.961 12.4734 143.961 13.8801 143.961 15.3622C141.127 15.3622 138.299 15.3622 135.395 15.3622C135.395 26.262 135.395 37.0838 135.395 47.968C133.903 47.968 132.486 47.968 130.981 47.968C130.981 37.1358 130.981 26.314 130.981 15.4194C129.164 15.4194 127.431 15.4194 125.645 15.4194C125.645 13.9191 125.645 12.4943 125.645 10.9992C127.392 10.9992 129.127 10.9992 130.93 10.9992C131.074 7.24456 132.569 4.24399 135.553 2.04687C138.05 0.211162 140.889 -0.202261 143.964 0.0811552Z" fill="var(--fill-0, white)"/>
|
|
8
|
+
<path id="Vector_6" d="M122.17 43.6104C122.17 45.0977 122.17 46.5018 122.17 48.0281C121.353 48.0281 120.546 48.0593 119.742 48.0229C114.439 47.7915 110.26 44.1331 109.314 38.8678C109.169 38.0669 109.154 37.2349 109.154 36.4184C109.141 29.7725 109.146 23.1265 109.146 16.4805C109.146 16.1503 109.146 15.8175 109.146 15.417C107.292 15.417 105.531 15.417 103.719 15.417C103.719 13.9194 103.719 12.4971 103.719 11.002C105.495 11.002 107.256 11.002 109.141 11.002C109.151 7.33058 109.141 3.72678 109.146 0.0761719C110.628 0.0761719 112.047 0.0761719 113.555 0.0761719C113.555 3.68258 113.555 7.28638 113.555 10.9656C115.401 10.9656 117.156 10.9656 118.974 10.9656C118.974 12.4633 118.974 13.8882 118.974 15.378C117.216 15.378 115.452 15.378 113.57 15.378C113.57 15.7135 113.57 15.9839 113.57 16.2543C113.57 23.0979 113.629 29.9441 113.544 36.785C113.503 40.0924 115.949 43.5532 120.21 43.6078C120.856 43.6182 121.498 43.6104 122.17 43.6104Z" fill="var(--fill-0, white)"/>
|
|
9
|
+
<path id="Vector_7" d="M58.9114 44.3781C58.9114 45.8498 58.9114 47.2513 58.9114 48.7203C57.5824 48.8009 56.3103 48.6267 55.0563 48.3459C50.777 47.3865 48.3853 44.5445 47.3097 40.4103C46.6995 38.0675 46.5211 35.6728 46.5185 33.2703C46.5004 22.4693 46.5108 11.6709 46.5108 0.869863C46.5108 0.620249 46.5108 0.373235 46.5108 0.0742188C48.0027 0.0742188 49.4222 0.0742188 50.9374 0.0742188C50.9374 0.409637 50.9374 0.739856 50.9374 1.07267C50.9374 11.8737 50.9348 22.6721 50.9399 33.4731C50.9399 35.2828 50.9736 37.0899 51.3485 38.8736C51.395 39.0946 51.4467 39.313 51.5062 39.5314C52.256 42.3266 53.9832 43.8321 56.8507 44.1753C57.5152 44.2559 58.1875 44.3079 58.9114 44.3781Z" fill="var(--fill-0, white)"/>
|
|
10
|
+
<path id="Vector_8" d="M270.045 34.5013C269.835 33.2298 269.491 31.9636 269.442 30.6843C269.243 25.523 270.857 20.9779 274.264 17.0959C274.355 16.9919 274.471 16.9113 274.575 16.8203C276.385 17.3975 278.006 18.3362 279.498 19.4959C280.111 19.9717 280.633 20.5671 281.196 21.108C281.088 21.2354 280.984 21.3654 280.871 21.4902C278.37 24.2047 277.238 27.3873 277.608 31.0873C277.879 33.7941 278.981 36.1212 280.829 38.0921C282.391 39.7588 284.32 40.7989 286.507 41.3839C284.912 42.2497 283.208 42.8166 281.409 42.97C279.058 43.1702 276.822 42.6944 274.792 41.4541C273.939 40.9315 273.07 40.4218 272.641 39.3948C272.131 38.1727 271.531 36.987 270.929 35.8066C270.748 35.453 270.626 35.0005 270.153 34.8731L270.184 34.8757C270.138 34.7483 270.091 34.6235 270.045 34.5013Z" fill="var(--fill-0, #2F5AA7)"/>
|
|
11
|
+
<path id="Vector_9" d="M323.58 21.9754C322.771 23.8163 322.543 25.7586 322.548 27.7529C322.564 32.2382 322.553 36.726 322.551 41.2113C322.551 41.5207 322.53 41.8301 322.517 42.1395C321.92 42.2592 321.323 42.3658 320.728 42.4984C318.388 43.0158 316.379 44.1391 314.693 45.8526C314.543 46.0034 314.334 46.097 314.153 46.214C314.14 45.9904 314.119 45.7642 314.119 45.5405C314.117 36.5388 314.117 27.5371 314.119 18.5354C314.119 18.3092 314.137 18.0856 314.148 17.8594C314.479 17.8958 314.82 17.888 315.135 17.9738C317.731 18.6914 320.169 19.7939 322.512 21.107C322.9 21.3254 323.43 21.4346 323.58 21.9754Z" fill="var(--fill-0, #73317B)"/>
|
|
12
|
+
<path id="Vector_10" d="M209.575 11.0285C209.575 12.482 209.575 13.886 209.575 15.4071C209.019 15.4071 208.466 15.4071 207.912 15.4071C205.135 15.4071 202.57 16.1404 200.305 17.7655C196.649 20.3916 194.728 23.9928 194.687 28.5119C194.633 34.6794 194.674 40.847 194.674 47.0145C194.674 47.3213 194.674 47.6281 194.674 47.9818C193.19 47.9818 191.775 47.9818 190.299 47.9818C190.284 47.7399 190.26 47.5215 190.26 47.3057C190.258 41.0264 190.237 34.7444 190.263 28.4651C190.299 19.856 196.551 12.5418 205.014 11.2261C206.258 11.0337 207.532 11.0571 208.794 10.9921C209.045 10.9765 209.293 11.0129 209.575 11.0285Z" fill="var(--fill-0, white)"/>
|
|
13
|
+
<path id="Vector_11" d="M307.021 22.2782C307.701 23.5289 308.055 24.894 308.293 26.2772C309.18 31.4515 308.236 36.2514 305.309 40.6274C305.154 40.8589 304.963 41.0643 304.787 41.2827C303.362 40.9447 302.054 40.318 300.797 39.5926C299.732 38.9789 298.783 38.1989 298.039 37.1952C298.124 37.0522 298.201 36.9014 298.297 36.7636C299.662 34.7953 300.435 32.6294 300.464 30.2165C300.523 25.3178 298.411 21.6776 294.183 19.2672C293.989 19.158 293.801 19.041 293.609 18.9266C295.779 17.949 298.051 17.7436 300.35 18.222C302.669 18.703 304.782 19.6443 306.349 21.545C306.481 21.7036 306.682 21.805 306.85 21.9298L306.84 21.922C306.905 22.039 306.962 22.1586 307.021 22.2782Z" fill="var(--fill-0, #12857E)"/>
|
|
14
|
+
<path id="Vector_12" d="M371.468 32.1847C371.163 32.2003 370.858 32.2315 370.552 32.2315C367.582 32.2341 364.611 32.2315 361.64 32.2341C361.423 32.2341 361.203 32.2679 360.89 32.2913C361.024 32.892 361.11 33.4458 361.27 33.9762C362.465 37.9233 364.993 40.4428 369.061 41.3035C369.141 41.3217 369.216 41.3633 369.291 41.3945C369.213 41.7221 369.143 42.0497 369.058 42.3747C368.696 43.7632 368.401 45.1517 368.732 46.6026C368.861 47.172 368.874 47.7674 368.939 48.3499C365.11 47.978 361.702 46.5635 358.783 44.0466C355.499 41.215 353.544 37.6086 352.797 33.3314C353.86 32.7178 354.909 32.0729 356.127 31.8051C357.676 31.4619 359.23 31.1291 360.776 30.7677C363.569 30.1124 366.234 29.1218 368.667 27.5721C369.076 27.3121 369.41 26.9324 369.779 26.6074C370.397 26.6074 371.015 26.61 371.633 26.61C371.579 28.4665 371.522 30.3256 371.468 32.1847Z" fill="var(--fill-0, #DB452C)"/>
|
|
15
|
+
<path id="Vector_13" d="M338.737 38.568C338.724 37.8347 338.703 37.1015 338.703 36.3683C338.698 33.3469 338.695 30.3229 338.703 27.3016C338.708 25.5959 338.517 23.924 337.969 22.3015C338.437 22.2365 338.905 22.1793 339.37 22.1013C341.54 21.7424 343.549 20.939 345.475 19.8989C345.814 19.7169 346.165 19.5531 346.509 19.3789C346.977 20.6036 347.104 21.9036 347.112 23.1855C347.153 29.7015 347.13 36.2175 347.13 42.7334C347.13 42.8166 347.109 42.8998 347.099 42.9856C346.936 42.9518 346.77 42.9336 346.613 42.8868C344.914 42.3876 343.37 41.5503 341.876 40.6273C340.816 39.9669 339.784 39.2544 338.737 38.568Z" fill="var(--fill-0, #8B2C75)"/>
|
|
16
|
+
<path id="Vector_14" d="M381.62 13.9374C382.603 14.6265 383.342 15.5521 384.04 16.5064C385.995 19.1767 387.107 22.2007 387.645 25.4483C387.947 27.2632 388.064 29.0963 387.965 30.9346C387.942 31.3532 387.878 31.7692 387.828 32.2034C387.583 32.2217 387.389 32.2477 387.197 32.2477C385.09 32.2503 382.983 32.2529 380.876 32.2477C380.653 32.2477 380.431 32.206 380.211 32.1826C380.172 32.1488 380.131 32.128 380.079 32.1202C379.95 31.9746 379.836 31.816 379.691 31.6886C378.96 31.0464 378.205 30.4327 377.494 29.7723C376.86 29.1847 376.247 28.5684 375.666 27.9262C375.296 27.5206 374.998 27.0474 374.67 26.6053C376.289 26.5793 377.905 26.5533 379.526 26.5273C379.293 22.8949 377.307 18.1965 372.273 17.0914C372.47 16.9432 372.653 16.7716 372.868 16.652C374.37 15.8199 375.997 15.2921 377.633 14.8293C378.942 14.4652 380.291 14.2312 381.62 13.9374Z" fill="var(--fill-0, #DB452B)"/>
|
|
17
|
+
<path id="Vector_15" d="M369.781 26.6071C369.411 26.9321 369.077 27.3118 368.669 27.5718C366.236 29.1215 363.57 30.1121 360.778 30.7673C359.231 31.1288 357.68 31.4642 356.129 31.8048C354.908 32.0752 353.861 32.7175 352.798 33.3311C351.78 27.616 352.741 22.3013 355.979 17.4494C356.054 17.335 356.165 17.244 356.258 17.1426C356.405 17.218 356.576 17.2674 356.697 17.374C358.112 18.6039 359.707 19.5295 361.445 20.2108C361.933 20.4032 362.422 20.5982 362.913 20.7906C361.843 22.5535 361.044 24.41 360.85 26.5681C362.882 26.5681 364.816 26.5629 366.75 26.5707C367.759 26.5733 368.77 26.5941 369.781 26.6071Z" fill="var(--fill-0, #EF6928)"/>
|
|
18
|
+
<path id="Vector_16" d="M323.581 21.9739C323.431 21.433 322.901 21.3238 322.516 21.1054C320.173 19.7923 317.732 18.6899 315.139 17.9722C314.823 17.8838 314.482 17.8942 314.151 17.8578C314.102 15.5229 314.084 13.1906 314.167 10.7906C316.993 10.7906 319.728 10.7906 322.552 10.7906C322.552 12.5665 322.552 14.3242 322.552 16.0819C322.611 16.1053 322.668 16.1313 322.728 16.1547C322.94 15.8817 323.152 15.6061 323.364 15.3331C325.282 12.8525 327.666 11.0636 330.751 10.3252C331.157 10.229 331.573 10.1848 331.984 10.1172C331.736 11.4979 331.529 12.8863 331.227 14.2566C330.973 15.4085 330.606 16.5343 330.291 17.6706C329.365 17.8864 328.408 18.0138 327.521 18.3336C325.714 18.9785 324.494 20.3228 323.581 21.9739Z" fill="var(--fill-0, #605CA7)"/>
|
|
19
|
+
<path id="Vector_17" d="M330.289 17.6706C330.605 16.5343 330.972 15.4085 331.225 14.2566C331.528 12.8889 331.734 11.4978 331.983 10.1172C334.979 9.71153 337.886 10.0235 340.588 11.4432C343.799 13.1307 345.694 15.8583 346.514 19.3789C346.167 19.5505 345.818 19.7143 345.48 19.8989C343.553 20.939 341.542 21.7424 339.375 22.1012C338.91 22.1792 338.442 22.2338 337.974 22.3014C337.066 20.0445 335.502 18.5052 333.113 17.9644C332.195 17.7564 331.23 17.7616 330.289 17.6706Z" fill="var(--fill-0, #74327C)"/>
|
|
20
|
+
<path id="Vector_18" d="M368.939 48.3525C368.874 47.77 368.861 47.172 368.732 46.6052C368.398 45.1543 368.693 43.7684 369.057 42.3773C369.143 42.0523 369.213 41.7247 369.29 41.3971C371.232 41.6207 373.161 41.6129 375.059 41.0773C376.988 40.5338 378.666 39.525 380.178 38.2223C380.561 37.8921 380.933 37.5489 381.381 37.1484C383.02 38.6097 384.651 40.0632 386.342 41.5687C381.727 47.029 375.863 49.0623 368.939 48.3525Z" fill="var(--fill-0, #C92831)"/>
|
|
21
|
+
<path id="Vector_19" d="M281.196 21.1065C280.632 20.5657 280.11 19.9728 279.497 19.4944C278.005 18.3347 276.384 17.3961 274.574 16.8189C276.343 14.7803 278.517 13.3061 280.958 12.2192C284.211 10.7683 287.616 10.2535 291.153 10.6513C290.967 13.0278 290.569 15.3628 289.654 17.5131C290.096 17.7315 290.434 17.8979 290.773 18.0643C289.343 18.0045 287.919 17.9447 286.502 18.2853C284.485 18.769 282.753 19.7622 281.196 21.1065Z" fill="var(--fill-0, #2D92CF)"/>
|
|
22
|
+
<path id="Vector_20" d="M298.039 37.1953C298.784 38.199 299.732 38.979 300.798 39.5926C302.054 40.3181 303.363 40.9447 304.787 41.2827C303.096 43.6801 300.896 45.4872 298.323 46.8367C294.957 48.5996 291.358 49.2886 287.577 49.0676C287.358 49.0546 287.143 48.9792 286.926 48.9324C287.753 48.0717 288.594 47.2215 289.403 46.3452C290.375 45.2948 291.2 44.1325 291.797 42.8272C292.038 42.302 292.154 41.7222 292.327 41.1657C292.844 40.9525 293.369 40.7575 293.873 40.5209C295.526 39.7487 296.865 38.576 298.039 37.1953Z" fill="var(--fill-0, #0BB59B)"/>
|
|
23
|
+
<path id="Vector_21" d="M284.555 56.4342C284.751 56.4238 284.948 56.4056 285.144 56.403C292.288 56.4004 299.43 56.4004 306.574 56.4004C306.796 56.4004 307.016 56.4004 307.337 56.4004C307.386 57.2792 307.391 58.1139 307.332 58.9485C305.878 59.4764 304.41 59.8768 302.838 59.804C301.775 59.7546 300.707 59.8248 299.642 59.778C297.638 59.6922 295.691 60.0302 293.757 60.48C291.841 60.9272 290.005 61.5929 288.33 62.6511C287.859 62.9476 287.391 63.244 286.923 63.5404C286.737 63.335 286.522 63.1504 286.37 62.9216C285.069 60.961 284.606 58.7561 284.555 56.4342Z" fill="var(--fill-0, #2F5AA7)"/>
|
|
24
|
+
<path id="Vector_22" d="M284.557 56.4348C284.606 58.7542 285.071 60.9591 286.369 62.9248C286.519 63.1536 286.737 63.3382 286.923 63.5436C286.868 63.6815 286.814 63.8219 286.76 63.9597C285.731 63.9675 284.699 63.9831 283.67 63.9831C281.775 63.9805 279.879 63.9649 277.984 63.9571C277.589 63.6632 277.198 63.3564 276.792 63.0756C275.484 62.1682 274.188 61.2399 272.849 60.3819C272.174 59.9502 271.417 59.6486 270.695 59.2872C270.695 58.3641 270.695 57.4411 270.695 56.4634C270.866 56.4426 271.024 56.4062 271.181 56.4062C275.53 56.401 279.879 56.3984 284.226 56.3984C284.337 56.3984 284.448 56.4218 284.557 56.4348Z" fill="var(--fill-0, #3293CE)"/>
|
|
25
|
+
<path id="Vector_23" d="M292.331 41.1667C292.157 41.7231 292.041 42.303 291.801 42.8282C291.203 44.1335 290.379 45.2957 289.406 46.3462C288.597 47.2224 287.757 48.0727 286.929 48.9333C285.282 48.9073 283.715 48.4757 282.187 47.9115C277.432 46.1512 273.825 43.0362 271.509 38.4911C270.927 37.3523 270.601 36.0808 270.156 34.8691C270.629 34.9965 270.751 35.449 270.932 35.8026C271.534 36.9831 272.132 38.1687 272.644 39.3908C273.073 40.4179 273.944 40.9275 274.795 41.4501C276.825 42.693 279.061 43.1662 281.412 42.966C283.214 42.8126 284.915 42.2458 286.51 41.3799C288.468 41.7829 290.407 41.6867 292.331 41.1667Z" fill="var(--fill-0, #12857E)"/>
|
|
26
|
+
<path id="Vector_24" d="M290.776 18.0634C290.437 17.897 290.098 17.728 289.656 17.5122C290.572 15.3619 290.97 13.0295 291.156 10.6504C298.078 11.4928 303.22 14.9796 306.548 21.155C306.68 21.3968 306.755 21.6698 306.858 21.9298C306.69 21.8024 306.489 21.7036 306.357 21.545C304.787 19.6469 302.677 18.703 300.358 18.222C298.057 17.7462 295.787 17.949 293.617 18.9267C292.738 18.6614 291.857 18.3962 290.978 18.1284C290.915 18.105 290.856 18.079 290.794 18.0556C290.791 18.0556 290.776 18.0634 290.776 18.0634Z" fill="var(--fill-0, #2F5AA7)"/>
|
|
27
|
+
<path id="Vector_25" d="M286.758 63.961C286.812 63.8232 286.866 63.6828 286.921 63.545C287.389 63.2486 287.859 62.9522 288.327 62.6557C290.005 61.5975 291.839 60.9318 293.755 60.4846C295.689 60.0322 297.636 59.6942 299.639 59.7826C300.702 59.8294 301.773 59.7566 302.835 59.8086C304.407 59.884 305.879 59.481 307.329 58.9531C307.316 60.599 307.303 62.2423 307.293 63.8882C303.381 63.8804 299.469 63.8726 295.557 63.8674C295.451 63.8674 295.342 63.9142 295.236 63.9402C294.23 63.9558 293.222 63.9844 292.216 63.987C290.396 63.9844 288.578 63.9688 286.758 63.961Z" fill="var(--fill-0, #11847D)"/>
|
|
28
|
+
<path id="Vector_26" d="M338.737 38.5684C339.784 39.2574 340.816 39.9672 341.878 40.6251C343.376 41.5507 344.919 42.3854 346.615 42.8846C346.773 42.9314 346.939 42.9522 347.101 42.9834C347.101 44.5071 347.101 46.0334 347.101 47.6247C344.335 47.6247 341.571 47.6247 338.82 47.6247C338.781 47.5623 338.727 47.5155 338.727 47.4687C338.729 44.5019 338.734 41.5351 338.737 38.5684Z" fill="var(--fill-0, #AF2A8E)"/>
|
|
29
|
+
<path id="Vector_27" d="M381.621 13.9367C380.29 14.2305 378.943 14.4619 377.632 14.8311C375.992 15.2939 374.369 15.8218 372.866 16.6538C372.652 16.7708 372.471 16.945 372.272 17.0932C371.452 17.023 370.63 16.9502 369.81 16.88C369.758 16.8878 369.704 16.8956 369.652 16.9034C369.523 16.9164 369.396 16.932 369.267 16.945C369.275 16.581 369.223 16.2014 369.303 15.8556C369.72 14.0641 370.175 12.283 370.599 10.4941C370.656 10.2549 370.71 10.065 370.981 10.0234C374.816 10.0208 378.252 11.1831 381.267 13.583C381.396 13.687 381.505 13.8197 381.621 13.9367Z" fill="var(--fill-0, #EF6826)"/>
|
|
30
|
+
<path id="Vector_28" d="M362.913 20.7914C362.424 20.599 361.936 20.404 361.445 20.2115C359.707 19.5277 358.112 18.6046 356.697 17.3748C356.576 17.2682 356.405 17.2188 356.258 17.1434C357.553 15.1829 359.27 13.6748 361.258 12.4761C361.972 12.0471 362.758 11.7377 363.51 11.371C363.973 12.7413 364.403 14.1246 364.914 15.4767C365.24 16.3347 365.708 17.133 366.445 17.7258C365.059 18.5032 363.88 19.5225 362.913 20.7914Z" fill="var(--fill-0, #FBB516)"/>
|
|
31
|
+
<path id="Vector_29" d="M366.446 17.7262C365.709 17.1334 365.241 16.3351 364.916 15.4771C364.404 14.125 363.975 12.7417 363.512 11.3714C365.141 10.5888 366.873 10.1858 368.662 10.0454C369.43 9.98555 370.209 10.0298 370.982 10.0246C370.71 10.0636 370.656 10.2534 370.599 10.4952C370.175 12.2841 369.717 14.0652 369.304 15.8567C369.223 16.2051 369.275 16.5821 369.267 16.9461C368.326 17.2062 367.385 17.4662 366.446 17.7262Z" fill="var(--fill-0, #F59423)"/>
|
|
32
|
+
<path id="Vector_30" d="M314.155 46.2131C314.336 46.0935 314.548 46.0025 314.695 45.8517C316.381 44.1356 318.39 43.0149 320.73 42.4975C321.325 42.3675 321.922 42.2583 322.519 42.1387C322.519 43.9432 322.519 45.7451 322.519 47.5444C321.927 47.716 315.357 47.768 314.152 47.6016C314.155 47.1466 314.155 46.6811 314.155 46.2131Z" fill="var(--fill-0, #8D3078)"/>
|
|
33
|
+
<path id="Vector_31" d="M374.671 26.6074C374.999 27.0494 375.297 27.5227 375.666 27.9283C376.248 28.5679 376.861 29.1868 377.495 29.7744C378.208 30.4348 378.963 31.0485 379.692 31.6907C379.837 31.8181 379.953 31.9767 380.08 32.1223L380.07 32.1743C379.71 32.1925 379.348 32.2289 378.989 32.2289C376.786 32.2341 374.583 32.2341 372.38 32.2289C372.075 32.2289 371.77 32.2003 371.465 32.1847C371.522 30.3256 371.579 28.4665 371.633 26.6074C372.646 26.6074 373.66 26.6074 374.671 26.6074Z" fill="var(--fill-0, #C92831)"/>
|
|
34
|
+
<path id="Vector_32" d="M270.695 59.2871C271.417 59.6485 272.174 59.9501 272.849 60.3818C274.188 61.2398 275.484 62.1707 276.792 63.0755C277.198 63.3563 277.586 63.6632 277.984 63.957C275.585 63.957 273.185 63.957 270.695 63.957C270.695 62.3579 270.695 60.8238 270.695 59.2871Z" fill="var(--fill-0, #2F5AA7)"/>
|
|
35
|
+
<path id="Vector_33" d="M295.238 63.938C295.344 63.912 295.453 63.8652 295.559 63.8652C299.471 63.8678 303.383 63.8782 307.295 63.886C307.14 63.925 306.985 63.9952 306.83 63.9952C303.104 64.0004 299.375 64.0004 295.649 63.9978C295.512 63.9978 295.375 63.9588 295.238 63.938Z" fill="var(--fill-0, #3293CE)"/>
|
|
36
|
+
<g id="Vector_34">
|
|
37
|
+
</g>
|
|
38
|
+
<g id="Vector_35">
|
|
39
|
+
</g>
|
|
40
|
+
<path id="Vector_36" d="M380.07 32.175L380.081 32.123C380.13 32.1308 380.174 32.1516 380.213 32.1854L380.138 32.2167L380.07 32.175Z" fill="var(--fill-0, #DB452C)"/>
|
|
41
|
+
<path id="Vector_37" d="M290.973 18.1294C290.911 18.106 290.851 18.08 290.789 18.0566C290.851 18.0826 290.911 18.106 290.973 18.1294Z" fill="var(--fill-0, #2D92CF)"/>
|
|
42
|
+
<g id="Vector_38">
|
|
43
|
+
</g>
|
|
44
|
+
</g>
|
|
45
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 130.922 26.6112" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path id="XMLID_4_" fill-rule="evenodd" clip-rule="evenodd" d="M123.62 0.633765H130.922L129.541 25.9628H122.301L123.62 0.633765ZM98.8923 26.2511V21.3558C100.562 21.3062 102.237 20.2087 102.407 17.6169C102.633 13.5866 102.748 10.7685 102.748 10.7685C102.748 10.7685 102.516 10.5422 100.397 10.5422C99.8771 10.5422 99.36 10.6538 98.8923 10.7685V6.22041C99.9824 6.16461 101.193 6.22041 102.692 6.39093L103.209 0.698871H110.047L108.842 26.0217H101.772V24.7537C101.772 24.7537 100.682 25.7365 98.8923 26.2511ZM112.459 6.80016L119.941 6.74125L118.963 25.9659H111.598L112.459 6.80016ZM98.8923 6.22041V10.7685C97.57 11.1746 96.5388 12.0923 95.8451 13.1867C94.9285 14.6872 94.5228 18.3703 96.3654 20.2676C97.0002 20.959 97.9757 21.3558 98.8892 21.3558V26.2511C97.9169 26.5425 96.6503 26.7162 95.2691 26.4216C91.4167 25.7365 88.7752 22.6238 88.3107 18.9376C88.3107 18.9376 86.4774 26.5952 78.0789 26.4216C77.9675 26.4216 77.8467 26.4216 77.729 26.4216V21.5883C77.8467 21.5356 77.9675 21.5356 78.0789 21.5356C81.473 20.959 81.6991 18.3672 81.6991 15.1429C81.6991 11.9807 79.9184 10.8274 77.7909 10.8832H77.729V5.87629C78.017 5.87629 78.3638 5.87629 78.7107 5.93209C86.0129 6.39093 88.4315 11.2304 88.7752 14.2222C88.7752 14.2222 90.1006 10.0213 92.3396 8.46499C94.0676 7.2559 95.7336 6.33822 98.8923 6.22041ZM77.7321 5.87629V10.8863C75.6635 10.9979 73.8859 12.7309 73.7125 15.7754C73.5484 18.7702 74.6322 21.824 77.7321 21.5914V26.4247C69.6278 26.1953 67.042 21.8798 66.754 17.2759C66.4103 12.61 67.7915 11.5776 67.7915 11.5776L63.7657 11.6893L63.5365 25.9659H56.002L56.7546 11.5776H50.3102L49.793 25.9659H42.432L43.5282 11.5156L40.3664 11.5776L39.8524 25.9659H32.9466L33.5257 17.7316C33.5257 17.7316 29.0353 17.7316 27.2578 19.7561C25.9881 21.1884 28.3448 23.1974 31.4539 22.0472L30.3608 25.9659C30.3608 25.9659 27.1401 26.7162 25.1303 26.1953C23.1112 25.7365 21.1602 23.8949 20.8692 21.8798L20.5223 25.9659H13.9138L14.0346 24.236C14.0346 24.236 12.7618 25.6187 10.8697 26.2542V21.4178C12.1889 21.3093 13.4524 20.4971 13.9107 19.1174C15.0627 15.7196 14.6044 10.8863 14.6044 10.8863C14.6044 10.8863 12.6472 10.3065 10.8697 10.8863V6.0499C12.0681 5.87319 13.3347 5.87319 14.5486 5.98789L15.0101 0.633765L21.8508 0.525256L20.9868 19.5732C20.9868 19.5732 21.9592 16.9256 24.3221 15.7723C28.0599 13.8129 32.9466 13.7013 33.4018 12.5511C33.8075 11.3978 33.4637 9.55938 30.24 10.3654C27.0193 11.1746 24.031 12.2039 24.031 12.2039L24.7215 6.90867C24.7215 6.90867 30.5249 5.58176 33.9221 5.82048C37.2604 6.1057 39.4405 6.90867 40.2519 9.50048L40.4717 6.39093H43.3517C43.584 -1.14888 51.0596 -0.1723 55.5964 0.351642L55.7729 4.09054C55.7729 4.09054 52.3231 3.23177 50.7716 4.66719C49.7899 5.53216 50.1368 6.39093 50.1368 6.39093H57.154C57.3151 1.27242 60.0248 0.122224 64.224 0.00441448C68.4232 0.119124 69.1076 0.469452 69.1076 0.469452L69.1664 4.03474C69.1664 4.03474 66.689 3.45499 65.1995 4.20835C63.7068 4.95551 63.7595 6.39093 63.7595 6.39093H68.5904L68.4727 10.4243C68.4789 10.4243 71.1236 5.93209 77.7321 5.87629ZM10.8697 6.0499V10.8832C10.4052 10.9948 9.94993 11.2273 9.54735 11.5776C7.53135 13.1836 6.90271 14.7988 7.07303 18.4788C7.24026 20.6087 9.07974 21.5914 10.8697 21.4178V26.2542C10.176 26.4867 9.37703 26.6542 8.51303 26.6014C5.41006 26.3689 0.343742 25.2807 0 17.5084C0 17.3906 0 17.279 0 17.2201V16.9318C0.0526451 10.7685 5.23974 6.80016 10.8697 6.0499Z" fill="var(--fill-0, white)"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 302.537 64.0079" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Group">
|
|
3
|
+
<path id="Vector" d="M32.2521 0.00263808C28.0363 -0.0517647 23.8517 0.735752 19.9412 2.3195C16.0307 3.90324 12.472 6.25168 9.4717 9.22855C6.47137 12.2054 4.08912 15.7515 2.46319 19.6609C0.837257 23.5704 0 27.7654 0 32.0026C0 36.2398 0.837257 40.4349 2.46319 44.3443C4.08912 48.2538 6.47137 51.7999 9.4717 54.7768C12.472 57.7536 16.0307 60.1021 19.9412 61.6858C23.8517 63.2696 28.0363 64.057 32.2521 64.0026L32.2101 63.8339C30.5421 57.2762 26.6111 51.5269 21.1179 47.611C17.822 45.2369 15.363 41.8705 14.0967 37.9989C12.8304 34.1273 12.8225 29.9513 14.0741 26.0748C15.3258 22.1984 17.772 18.8227 21.059 16.436C24.346 14.0494 28.3032 12.7755 32.3583 12.7987C36.4132 12.822 40.3558 14.1411 43.6154 16.5653C46.8752 18.9895 49.2829 22.3932 50.4904 26.2837C51.698 30.1742 51.6427 34.3499 50.3324 38.2066C49.0223 42.0634 46.5252 45.4014 43.2025 47.7376C37.7585 51.6121 33.8858 57.3284 32.294 63.8391L32.2521 64.0079C40.6974 64.0079 48.797 60.6362 54.7687 54.6346C60.7405 48.6329 64.0954 40.4929 64.0954 32.0053C64.0954 23.5176 60.7405 15.3777 54.7687 9.37599C48.797 3.37433 40.6974 0.00263808 32.2521 0.00263808Z" fill="var(--fill-0, #1F1F1F)"/>
|
|
4
|
+
<path id="Vector_2" d="M242.552 19.6495H247.853H265.812V13.804H242.552V19.6495Z" fill="var(--fill-0, #1F1F1F)"/>
|
|
5
|
+
<path id="Vector_3" d="M132.118 36.0623C132.037 38.5016 131.005 40.8111 129.247 42.4939C127.488 44.1767 125.142 45.0983 122.714 45.0603C120.285 45.0222 117.969 44.0277 116.263 42.2905C114.558 40.5534 113.599 38.2127 113.593 35.7721V13.8092H107.498V38.8321C107.524 42.0611 108.805 45.1519 111.068 47.4444C113.331 49.737 116.395 51.0497 119.608 51.102C122.821 51.1544 125.926 49.9423 128.262 47.7247C130.597 45.5069 131.977 42.4595 132.108 39.233V44.0128C132.108 44.8163 132.266 45.6117 132.573 46.3537C132.88 47.0955 133.329 47.7695 133.895 48.3368C134.461 48.9042 135.133 49.3539 135.872 49.6602C136.611 49.9666 137.403 50.1235 138.202 50.1221V13.8092H132.118V36.0623Z" fill="var(--fill-0, #1F1F1F)"/>
|
|
6
|
+
<path id="Vector_4" d="M296.479 36.0623C296.397 38.5016 295.367 40.8111 293.607 42.4939C291.849 44.1767 289.503 45.0983 287.075 45.0603C284.646 45.0222 282.329 44.0277 280.624 42.2905C278.919 40.5535 277.96 38.2127 277.954 35.7721V13.8092H271.843V38.8321C271.843 40.4568 272.161 42.0655 272.781 43.5665C273.399 45.0674 274.306 46.4313 275.448 47.5801C277.757 49.9002 280.888 51.2036 284.153 51.2036C287.353 51.2109 290.43 49.9648 292.732 47.7299C295.032 45.4952 296.376 42.4474 296.479 39.233V44.0128C296.48 45.6291 297.118 47.179 298.254 48.3238C299.389 49.4687 300.929 50.1152 302.537 50.1222V13.8092H296.479V36.0623Z" fill="var(--fill-0, #1F1F1F)"/>
|
|
7
|
+
<path id="Vector_5" d="M100.185 33.5561C98.1937 31.8503 95.1875 30.5068 91.1665 29.5255C88.5628 28.8819 86.7342 28.1168 85.6808 27.2305C85.1595 26.7881 84.7462 26.2311 84.4733 25.6027C84.2001 24.9742 84.0745 24.2911 84.1059 23.606C84.0707 22.9069 84.2029 22.2094 84.4916 21.5724C84.7803 20.9353 85.2169 20.3771 85.7648 19.9447C86.8671 19.0796 88.4 18.6469 90.3633 18.6469C91.4979 18.6508 92.6304 18.7477 93.7492 18.9371H93.8437C95.3176 19.3075 96.874 19.1472 98.2425 18.4841C99.611 17.821 100.705 16.697 101.335 15.3073C99.7238 14.5265 98.032 13.9267 96.29 13.5189C94.277 13.0301 92.2137 12.7822 90.1428 12.7803C86.2162 12.7803 83.126 13.6596 80.8723 15.4182C78.6186 17.1767 77.4847 19.6581 77.4706 22.8622C77.4706 25.7251 78.293 27.9708 79.9379 29.5994C81.5827 31.2277 84.4174 32.5098 88.442 33.4453C91.0948 34.0362 93.0721 34.8469 94.3739 35.8775C95.0092 36.365 95.5179 36.9994 95.857 37.7269C96.196 38.4543 96.3554 39.2533 96.3214 40.0558C96.3214 41.8812 95.6601 43.2124 94.3372 44.0496C92.7719 44.9509 90.9846 45.388 89.1821 45.3105C84.8622 45.3022 80.6121 44.2143 76.8145 42.145V48.5392C78.5157 49.4125 80.3226 50.0597 82.1899 50.4649C84.4855 50.9758 86.831 51.2252 89.1821 51.2088C93.4482 51.2088 96.8464 50.2715 99.3767 48.3969C101.907 46.5222 103.172 43.9071 103.172 40.5517C103.169 37.5903 102.173 35.2585 100.185 33.5561Z" fill="var(--fill-0, #1F1F1F)"/>
|
|
8
|
+
<path id="Vector_6" d="M237.234 33.5565C235.245 31.8542 232.247 30.5177 228.236 29.547C225.633 28.9033 223.804 28.1383 222.75 27.2521C222.229 26.8096 221.816 26.2527 221.542 25.6242C221.27 24.9958 221.145 24.3126 221.175 23.6276C221.139 22.9289 221.271 22.2315 221.559 21.5943C221.847 20.9571 222.282 20.3988 222.829 19.9662C223.938 19.101 225.473 18.6684 227.433 18.6684C228.565 18.6723 229.697 18.7693 230.814 18.9585H230.909C232.382 19.3289 233.939 19.1686 235.306 18.5055C236.676 17.8424 237.769 16.7185 238.399 15.3289C236.79 14.5479 235.099 13.9481 233.359 13.5404C231.338 13.0498 229.266 12.8019 227.187 12.8018C223.26 12.8018 220.168 13.681 217.91 15.4396C215.653 17.1982 214.525 19.676 214.525 22.8732C214.525 25.7361 215.345 27.9818 216.986 29.6103C218.628 31.2387 221.463 32.5208 225.491 33.4563C228.143 34.0472 230.119 34.8491 231.418 35.862C232.054 36.3484 232.564 36.9824 232.905 37.7101C233.245 38.4377 233.404 39.2373 233.37 40.0404C233.37 41.8658 232.703 43.2059 231.38 44.0341C229.815 44.9359 228.028 45.3731 226.226 45.295C221.906 45.286 217.656 44.1983 213.857 42.1295V48.5396C215.56 49.4121 217.367 50.0593 219.234 50.4653C221.528 50.9759 223.874 51.2253 226.226 51.2092C230.499 51.2092 233.899 50.2719 236.425 48.3972C238.952 46.5226 240.216 43.9075 240.216 40.5521C240.216 37.5907 239.222 35.2589 237.234 33.5565Z" fill="var(--fill-0, #1F1F1F)"/>
|
|
9
|
+
<path id="Vector_7" d="M198.671 13.8091H181.242V19.9236H198.602C198.978 19.9229 199.349 19.9966 199.696 20.1406C200.044 20.2845 200.359 20.4958 200.625 20.7624C200.89 21.029 201.101 21.3457 201.245 21.6942C201.389 22.0427 201.463 22.4164 201.463 22.7937V28.3648H189.148C186.189 28.3648 183.352 29.5452 181.261 31.6463C179.167 33.7475 177.99 36.5977 177.987 39.5705V39.9715C177.987 42.8604 179.096 45.638 181.084 47.7255C183.07 49.813 185.783 51.0494 188.655 51.1772C188.812 51.1772 188.975 51.1772 189.148 51.1772C192.409 51.1786 195.538 49.8794 197.846 47.5648C200.155 45.2502 201.456 42.1095 201.463 38.832V44.0126C201.464 45.6325 202.105 47.1857 203.245 48.3311C204.384 49.4764 205.93 50.1206 207.542 50.122V22.7251C207.542 20.3605 206.607 18.0926 204.943 16.4206C203.279 14.7485 201.024 13.8091 198.671 13.8091ZM201.463 35.7825C201.46 38.2513 200.482 40.6179 198.744 42.362C197.005 44.1061 194.65 45.0851 192.192 45.0837C187.332 45.0837 184.088 43.3849 184.088 39.0641C184.086 38.2735 184.24 37.4906 184.541 36.7601C184.841 36.0295 185.282 35.3654 185.837 34.806C186.393 34.2465 187.054 33.8026 187.781 33.4994C188.506 33.1962 189.284 33.0398 190.071 33.0392H201.463V35.7825Z" fill="var(--fill-0, #1F1F1F)"/>
|
|
10
|
+
<path id="Vector_8" d="M256.725 50.3754H265.812V44.2609H256.793C256.039 44.2567 255.317 43.9523 254.786 43.4144C254.255 42.8764 253.957 42.1487 253.959 41.3909V25.764C253.959 24.9607 253.8 24.1651 253.494 23.4229C253.189 22.6808 252.74 22.0064 252.174 21.4386C251.608 20.8707 250.937 20.4204 250.199 20.1134C249.46 19.8065 248.669 19.6488 247.868 19.6495V41.4595C247.868 43.8213 248.801 46.0868 250.462 47.7583C252.123 49.43 254.374 50.3712 256.725 50.3754Z" fill="var(--fill-0, #1F1F1F)"/>
|
|
11
|
+
<path id="Vector_9" d="M159.626 50.1221L150.99 19.9239C150.487 18.1618 149.428 16.6122 147.971 15.5091C146.515 14.406 144.74 13.8093 142.916 13.8092L153.295 50.1221H165.957L176.334 13.804H170.004L159.626 50.1221Z" fill="var(--fill-0, #1F1F1F)"/>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg preserveAspectRatio="none" width="100%" height="100%" overflow="visible" style="display: block;" viewBox="0 0 1690.58 429" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path id="Verona" d="M201.6 426L61.8 63.6C44.4 18.6 32.4 5.99999 -2.6077e-08 4.8V-5.72205e-06H145.8V4.8C111 5.99999 96.6 14.4 96.6 33.6C96.6 41.4 99 51 103.2 62.4L216.6 363.6L322.2 76.8C328.2 61.2 331.2 48.6 331.2 38.4C331.2 16.2 315.6 5.99999 282 4.8V-5.72205e-06H405V4.8C370.8 6.60002 354.6 22.8 334.8 75.6L204.6 426H201.6ZM596.095 315.6L600.295 316.2C587.695 390.6 549.295 429 488.695 429C416.095 429 362.695 376.8 362.695 277.8C362.695 184.2 405.895 117 491.095 117C563.695 117 597.895 174 594.295 241.2H387.895V247.8C387.895 339 434.095 395.4 500.695 395.4C537.895 395.4 576.895 384.6 596.095 315.6ZM477.295 126.6C428.095 126.6 392.695 168.6 388.495 233.4H552.295C555.295 160.8 519.895 126.6 477.295 126.6ZM785.128 117H786.928V156.6H783.928C779.728 154.8 770.128 153.6 761.728 153.6C721.528 153.6 695.728 181.2 695.728 265.8V386.4C695.728 408 701.728 412.8 755.128 415.2V420H612.328V415.2C648.928 412.8 659.728 409.8 659.728 386.4V180C659.728 142.2 650.728 139.8 612.328 145.8V141L694.528 120V226.2H695.728C701.728 154.8 732.328 117 785.128 117ZM930.502 429C842.902 429 793.102 361.2 793.102 273C793.102 184.8 842.902 117 930.502 117C1018.1 117 1067.9 184.8 1067.9 273C1067.9 361.2 1018.1 429 930.502 429ZM930.502 420C999.502 420 1027.7 361.8 1027.7 273C1027.7 184.2 999.502 126 930.502 126C861.502 126 833.302 184.2 833.302 273C833.302 361.8 861.502 420 930.502 420ZM1349.63 386.4C1349.63 409.8 1360.43 412.8 1397.03 415.2V420H1266.23V415.2C1302.83 412.8 1313.63 409.8 1313.63 386.4V228C1313.63 166.8 1292.03 133.8 1241.63 133.8C1198.43 133.8 1173.23 163.8 1163.63 193.8V386.4C1163.63 409.8 1174.43 412.8 1211.03 415.2V420H1080.23V415.2C1116.83 412.8 1127.63 409.8 1127.63 386.4V180C1127.63 142.2 1118.63 139.8 1080.23 145.8V141L1163.63 120V187.8C1172.03 150.6 1209.83 117 1260.83 117C1323.83 117 1349.63 158.4 1349.63 217.2V386.4ZM1686.38 374.4L1690.58 375C1681.58 406.8 1664.18 429 1632.38 429C1605.38 429 1590.98 408.6 1590.98 378.6V365.4C1585.58 392.4 1552.58 429 1500.98 429C1445.78 429 1418.18 397.8 1418.18 358.8C1418.18 307.8 1454.78 278.4 1519.58 265.8L1590.98 251.4V234C1590.98 169.8 1566.98 141 1515.38 141C1471.58 141 1438.58 168.6 1430.78 217.2L1425.98 216.6C1433.18 155.4 1473.98 117 1532.18 117C1593.98 117 1626.98 154.2 1626.98 223.8V375.6C1626.98 397.8 1634.78 412.8 1650.98 412.8C1665.98 412.8 1678.58 401.4 1686.38 374.4ZM1515.98 414C1551.38 414 1576.58 397.8 1590.98 358.2V258.6L1535.78 270C1461.38 285 1457.78 324 1457.78 347.4C1457.78 378.6 1473.38 414 1515.98 414Z" fill="var(--fill-0, white)"/>
|
|
3
|
+
</svg>
|