(self.webpackChunk_N_E = self.webpackChunk_N_E || []).push([
[4980], {
34109: function(a, i, t) {
(window.__NEXT_P = window.__NEXT_P || []).push(["/tax-loss-harvesting", function() {
return t(56912)
}])
},
72104: function(a, i, t) {
"use strict";
t.d(i, {
YZ: function() {
return formatDollarAmount
}
});
var e = t(51726),
__read = function(a, i) {
var t = "function" == typeof Symbol && a[Symbol.iterator];
if (!t) return a;
var e, r, o = t.call(a),
s = [];
try {
for (;
(void 0 === i || i-- > 0) && !(e = o.next()).done;) s.push(e.value)
} catch (a) {
r = {
error: a
}
} finally {
try {
e && !e.done && (t = o.return) && t.call(o)
} finally {
if (r) throw r.error
}
}
return s
},
r = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"],
o = r.map(function(a) {
return "numpad " + a
});
r.concat(o);
var formatDollarAmount = function(a, i) {
var t = (void 0 === i ? {} : i).allowCents;
null == a && (a = "");
var r = __read(a.toString().replace(/[^\d.]/g, "").split(".").slice(0, 2), 2),
o = r[0],
s = r[1],
n = "";
"" !== o && (o = e.ao(o, {
precision: 0
})), t && void 0 !== s ? (n = ".", s = s.slice(0, 2)) : s = "";
var x = o + n + s;
return (x.length ? "$" : "") + x
}
},
67377: function(a, i, t) {
"use strict";
var e = t(97458),
r = t(25842),
o = t.n(r);
let buildSchemaData = a => {
let i = a.map(a => ({
"@type": "Question",
name: a.question,
acceptedAnswer: {
"@type": "Answer",
text: a.answer
}
}));
return {
"@context": "https://schema.org",
"@type": "FAQPage",
mainEntity: i
}
};
i.C = a => {
let {
faqData: i
} = a, t = buildSchemaData(i);
return (0, e.jsx)(o(), {
children: (0, e.jsx)("script", {
type: "application/ld+json",
dangerouslySetInnerHTML: {
__html: JSON.stringify(t)
}
})
})
}
},
94852: function(a, i, t) {
"use strict";
var e = t(97458),
r = t(51838),
o = t.n(r),
s = t(50425),
n = t.n(s);
let FAQModule = a => {
let {
heading: i,
description: t,
children: r
} = a;
return (0, e.jsxs)("div", {
className: "flex flex-col border-inherit py-16 lg:py-24",
children: [(0, e.jsxs)("div", {
className: "flex flex-col space-y-4 border-b border-inherit pb-8 md:flex-row md:items-center md:justify-between md:gap-x-4 md:space-y-0",
children: [(0, e.jsx)("div", {
className: "copy-h1-alt lg:w-1/2",
children: i
}), (0, e.jsx)("div", {
className: "copy-h3-alt",
children: t
})]
}), (0, e.jsx)("div", {
className: o()(n().layout, "py-8 lg:gap-x-16 xl:gap-x-24"),
children: r
})]
})
};
FAQModule.FAQItem = a => {
let {
question: i,
children: t,
testId: r,
dataMask: o
} = a;
return (0, e.jsxs)("div", {
className: "mt-8 flex flex-col space-y-4 first:mt-0",
style: {
breakInside: "avoid-column"
},
"data-testid": r || "faq-item",
children: [(0, e.jsx)("h3", {
className: "copy-h3-alt",
children: i
}), (0, e.jsx)("div", {
className: "copy-body",
children: (0, e.jsx)("div", {
className: "space-y-4",
children: (0, e.jsx)("div", {
className: "flex flex-col items-start",
"data-mask": o ? "true" : void 0,
children: t
})
})
})]
})
}, i.Z = FAQModule
},
99264: function(a, i, t) {
"use strict";
var e = t(97458);
i.Z = a => {
let {
title: i,
description: t,
featureLogo: r
} = a;
return (0, e.jsxs)("div", {
className: "flex max-w-[361px] flex-col items-center pt-7 2xl:max-w-[440px]",
children: [(0, e.jsx)("div", {
className: "h-[38px] w-[38px]",
children: r
}), (0, e.jsx)("div", {
className: "copy-body pt-3 text-center text-body font-semibold text-eggplant",
children: i
}), (0, e.jsx)("div", {
className: "copy-body px-3 pt-1 text-center text-eggplant md:px-0",
children: t
})]
})
}
},
69078: function(a, i, t) {
"use strict";
var e = t(97458);
i.Z = a => {
let {
title: i,
productDashboardImage: t,
features: r,
primaryCta: o
} = a;
return (0, e.jsxs)("div", {
className: "flex flex-col items-center",
children: [(0, e.jsx)("div", {
className: "copy-h1-alt text-center text-eggplant",
children: i
}), t ? (0, e.jsx)("div", {
className: "pt-10",
children: t
}) : null, (0, e.jsx)("div", {
className: "grid max-w-[1536px] grid-cols-1 justify-items-center gap-x-10 md:grid-cols-3 md:pt-7",
children: r
}), (0, e.jsx)("div", {
className: "pt-14 2xl:pt-20",
children: o
})]
})
}
},
71958: function(a, i, t) {
"use strict";
var e = t(97458);
i.Z = function(a) {
let {
className: i,
opacity: t = "0.6",
title: r
} = a;
return (0, e.jsxs)("svg", {
className: i,
width: "48",
height: "48",
viewBox: "0 0 48 48",
"aria-labelledby": "title",
xmlns: "http://www.w3.org/2000/svg",
children: [(0, e.jsx)("title", {
children: r
}), (0, e.jsx)("path", {
d: "M9.18 41.05a1.52 1.52 0 01-1.476-1.193A1.5 1.5 0 017.77 39l8.75-23.85a1.5 1.5 0 011.91-.89 26.68 26.68 0 0116 15.94 1.56 1.56 0 01-.88 2L9.69 41a1.483 1.483 0 01-.51.05zm9.63-23.4L11.7 37l19.37-7.11a23.79 23.79 0 00-12.26-12.24z"
}), (0, e.jsx)("path", {
d: "M27.8 34.05a1 1 0 01-.88-.53A28.86 28.86 0 0015.2 21.81a1.02 1.02 0 11.94-1.81 30.91 30.91 0 0112.54 12.58 1 1 0 01-.88 1.47zm-6.51 2.37a1 1 0 01-.83-.44 29.302 29.302 0 00-7.73-7.73.998.998 0 01-.036-1.713 1.001 1.001 0 011.156.063 31.39 31.39 0 018.27 8.26 1 1 0 01-.83 1.56zm3.9-23.03a1 1 0 01-.974-.802 1 1 0 01.144-.748c.1-.15 2.32-3.63-.58-6.52a1.001 1.001 0 111.41-1.42 7.16 7.16 0 01.84 9 1 1 0 01-.84.49zM43.7 25a.999.999 0 01-.55-.16 6.93 6.93 0 00-7.38 0 1.003 1.003 0 11-1.11-1.67c.2-.13 4.85-3.16 9.59 0a1.002 1.002 0 01.28 1.39 1 1 0 01-.83.44zm-4.2 7a1.5 1.5 0 11-.001-3.002A1.5 1.5 0 0139.5 32zm0-2a.47.47 0 00-.35.15.49.49 0 10.7 0 .47.47 0 00-.35-.15zm-23-20a1.5 1.5 0 110-3.002 1.5 1.5 0 010 3.002zm0-2a.47.47 0 00-.35.15.49.49 0 10.7 0A.47.47 0 0016.5 8zm15.89 10.75a1 1 0 01-.82-1.58c.16-.22 4-5.44 9.44-4.65a1.01 1.01 0 01-.28 2c-4.28-.61-7.5 3.79-7.53 3.83a1 1 0 01-.81.4zm-20.64-4.5h-.5v-.5a1 1 0 00-2 0v.5h-.5a1 1 0 000 2h.5v.5a1 1 0 102 0v-.5h.5a1 1 0 100-2zm21.91-5L34 8.9a1.001 1.001 0 00-.325-1.639 1 1 0 00-1.095.22l-.35.359-.35-.36a1 1 0 00-1.639.325A1 1 0 0030.46 8.9l.36.35-.36.35A1.004 1.004 0 1031.9 11l.35-.36.35.36A1 1 0 0034 9.6l-.34-.35z",
opacity: t
})]
})
}
},
19316: function(a, i, t) {
"use strict";
var e = t(52983),
r = t(30618),
o = t(27461),
s = t(68343);
i.Z = function(a) {
let i = (0, r.J)(),
{
ref: t,
inView: n
} = (0, s.YD)(a || {
threshold: .2,
initialInView: i
}),
x = (0, o._)();
return (0, e.useEffect)(() => {
n && x.start("animate")
}, [x, n]), {
module: t,
inView: n,
controls: x
}
}
},
56912: function(a, i, t) {
"use strict";
t.r(i), t.d(i, {
__N_SSG: function() {
return N
},
default: function() {
return tax_loss_harvesting_TaxLossHarvesting
}
});
var e = t(97458),
r = t(52983),
o = t(7839),
s = t(52116),
n = t(2002),
x = t(67377),
l = t(33684),
tax_loss_harvesting = () => (0, e.jsxs)(l.Z, {
children: [(0, e.jsx)(l.Z.TermsAndConditions, {}), (0, e.jsx)(l.Z.TaxLossHarvesting, {
type: "long"
}), (0, e.jsx)(l.Z.FullLegalDisclosure, {}), (0, e.jsx)(l.Z.FinraSipc, {})]
}),
m = t(28081),
c = t(94852),
h = t(99264),
k = t(8262),
p = t(33746),
d = t(95435),
y = t(72558),
u = t(57928),
f = t(18939),
g = t(33805),
A = t(69078),
v = t(41935),
D = t(44155);
let {
url: E,
hash: b
} = (0, D.kd)("LineChart");
var line_chart = a => {
let {
...i
} = a;
return (0, e.jsxs)("svg", {
width: "384",
height: "152",
viewBox: "0 0 384 152",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
...i,
children: [(0, e.jsxs)("g", {
clipPath: E("clip0"),
children: [(0, e.jsx)("path", {
d: "M0.000620842 83.5492L4.23217 101.232C4.93599 104.173 8.64244 105.129 10.6818 102.896V102.896C12.4945 100.912 15.7427 101.408 16.8805 103.843L24.2665 119.652C25.2405 121.737 28.2029 121.742 29.1849 119.661L29.9317 118.079C30.7212 116.406 33.1533 116.572 33.7084 118.336V118.336C34.316 120.268 37.0655 120.22 37.6058 118.269L42.4367 100.82C42.805 99.4894 43.7296 98.3828 44.9732 97.7839L47.3546 96.637C48.0733 96.2909 48.6941 95.7707 49.1607 95.1237L52.0149 91.1649C54.3017 87.9932 59.2207 88.7524 60.4447 92.4661L60.7405 93.3637C60.9947 94.135 61.4409 94.8288 62.0371 95.3801L62.406 95.7212C64.2406 97.4176 67.0714 97.4176 68.9061 95.7212L69.6503 95.033C70.0041 94.7059 70.3064 94.3273 70.5471 93.91L72.7035 90.1714C73.7111 88.4245 76.1091 88.1248 77.5157 89.5699V89.5699C78.2984 90.374 79.4603 90.6816 80.5383 90.3701L80.7548 90.3076C82.6376 89.7635 84.5911 90.9117 85.0317 92.8214L86.4421 98.9345C86.9179 100.997 89.7097 101.339 90.6695 99.4529V99.4529C91.4427 97.9336 93.5535 97.7801 94.5384 99.1715L101.842 109.489C102.945 111.047 105.362 110.626 105.874 108.787V108.787C106.526 106.441 109.916 106.636 110.294 109.042L111.327 115.607C111.894 119.214 116.784 119.915 118.342 116.614L120.857 111.284C121.181 110.598 121.663 109.999 122.265 109.535L127.027 105.866C127.755 105.305 128.306 104.546 128.614 103.68L130.497 98.3954C130.985 97.0248 132.283 96.1096 133.738 96.1096V96.1096C134.512 96.1096 135.264 95.8483 135.872 95.3678L142.877 89.8283C143.313 89.4828 143.687 89.0637 143.979 88.59L147.523 82.8558C147.88 82.278 148.356 81.7828 148.919 81.4031L151.643 79.5667C152.819 78.7739 154.286 78.5432 155.648 78.9369L156.929 79.3071C159.141 79.9462 161.495 78.9203 162.532 76.8649L163.082 75.7759C163.617 74.7159 164.526 73.8925 165.634 73.4657L167.317 72.8173C169.224 72.0825 171.375 72.9502 172.238 74.8028V74.8028C173.142 76.7446 175.448 77.5884 177.392 76.6894L181.974 74.5708C182.604 74.2797 183.29 74.1289 183.983 74.1289H187.992C190.305 74.1289 192.287 72.4751 192.702 70.1995L193.387 66.4385C193.646 65.0137 194.537 63.7829 195.809 63.0909L199.865 60.885C200.914 60.3146 201.711 59.3732 202.102 58.2452L203.097 55.3698C203.764 53.4416 205.58 52.1482 207.621 52.1482H208.139C208.833 52.1482 209.519 51.9974 210.148 51.7063L215.184 49.3779C217.022 48.5285 219.194 48.9264 220.612 50.3716L225.332 55.1858C225.738 55.5996 226.215 55.9363 226.741 56.1795L233.783 59.4351C234.56 59.7943 235.152 60.4613 235.416 61.2753L235.475 61.4574C236.3 63.9996 239.79 64.2682 240.994 61.8823L241.644 60.5944C242.568 58.7632 245.228 58.9037 245.954 60.8221V60.8221C246.555 62.4102 248.587 62.8615 249.804 61.6771L255.83 55.8117L261.604 50.5435C263.154 49.1286 265.566 49.271 266.94 50.8584V50.8584C267.649 51.6775 268.678 52.1482 269.761 52.1482H270.128C271.9 52.1482 273.51 51.1149 274.248 49.5035L275.016 47.8273C276.156 45.338 279.148 44.3103 281.577 45.5738L282.848 46.2346C284.768 47.2336 287.129 46.7112 288.449 44.9949V44.9949C289.295 43.8955 290.603 43.2513 291.99 43.2513H292.525C294.866 43.2513 296.864 41.5587 297.248 39.2497L298.656 30.7828C298.781 30.0344 299.082 29.3264 299.534 28.717L303.324 23.6052C303.925 22.795 304.874 22.3173 305.883 22.3173V22.3173C307.116 22.3173 308.237 23.0284 308.764 24.1431L309.075 24.8028C309.969 26.6973 312.09 27.6818 314.114 27.1419L314.438 27.0553C315.752 26.7048 316.852 25.8067 317.459 24.5895L324.441 10.5719C324.876 9.7004 325.565 8.98198 326.418 8.5125L328.736 7.23678C331.616 5.65145 335.201 7.37481 335.761 10.6145L337.48 20.5439C337.677 21.6871 338.284 22.7195 339.186 23.4493L345.525 28.5786C346.377 29.268 347.44 29.6442 348.536 29.6442H359.521",
stroke: "#958CF2",
strokeWidth: "1.91489",
strokeLinecap: "round"
}), (0, e.jsx)("path", {
d: "M4.58259 104.643L3.29825 99.2901C2.76885 97.0837 -0.478687 97.4679 -0.478687 99.7369V125.596C-0.478687 126.653 0.37864 127.511 1.43621 127.511H358.085C359.143 127.511 360 126.653 360 125.596V31.5591C360 30.5015 359.143 29.6442 358.085 29.6442H347.964C347.527 29.6442 347.102 29.4943 346.762 29.2195L338.743 22.7487C338.397 22.4698 338.159 22.0794 338.069 21.6444L335.344 8.40134C335.161 7.51118 334.378 6.87238 333.469 6.87238H330.505C330.198 6.87238 329.895 6.94644 329.622 7.0883L326.048 8.94662C325.689 9.1331 325.399 9.42831 325.218 9.78995L317.256 25.7313C317.01 26.2226 316.566 26.585 316.035 26.7262L312.509 27.6642C311.616 27.9017 310.681 27.4678 310.286 26.6327L308.762 23.4132C308.446 22.744 307.772 22.3173 307.031 22.3173H305.574C304.969 22.3173 304.399 22.6037 304.037 23.0896L299.44 29.273C299.258 29.5169 299.137 29.8006 299.087 30.1005L297.16 41.6515C297.006 42.5747 296.208 43.2513 295.272 43.2513H291.025C290.431 43.2513 289.871 43.5267 289.509 43.9969L287.429 46.694C286.863 47.4277 285.853 47.6511 285.031 47.2244L279.155 44.1764C278.184 43.6728 276.989 44.0832 276.533 45.077L273.798 51.0325C273.486 51.7125 272.806 52.1483 272.058 52.1483H269.165C268.61 52.1483 268.082 51.9074 267.719 51.4882L265.944 49.4427C265.24 48.6304 264.004 48.5575 263.209 49.2813L256.033 55.8117L249.498 62.1561C248.509 63.1153 246.862 62.7491 246.373 61.4616L245.769 59.8685C245.178 58.3128 243.021 58.1986 242.27 59.6834L239.968 64.2331C239.196 65.7572 236.967 65.5853 236.438 63.9608L235.408 60.7945C235.243 60.287 234.874 59.8715 234.389 59.648L226.387 55.9584C226.177 55.8614 225.986 55.7271 225.823 55.5619L219.295 48.9219C218.729 48.3457 217.862 48.1871 217.128 48.5254L209.653 51.9723C209.401 52.0882 209.128 52.1483 208.851 52.1483H205.639C204.824 52.1483 204.098 52.6649 203.83 53.4354L201.796 59.2971C201.64 59.7483 201.32 60.1248 200.9 60.3525L194.641 63.7481C194.131 64.0245 193.774 64.517 193.67 65.0873L192.306 72.5581C192.14 73.4679 191.347 74.129 190.422 74.129H183.359C183.082 74.129 182.809 74.189 182.557 74.3049L175.589 77.5179C174.632 77.9592 173.498 77.5442 173.052 76.5894L171.436 73.1295C171.011 72.2185 169.953 71.7918 169.014 72.1525L164.559 73.8643C164.116 74.0347 163.752 74.3636 163.537 74.7872L161.408 78.9948C160.993 79.8154 160.053 80.2249 159.169 79.9702L154.286 78.563C153.743 78.4063 153.157 78.4981 152.688 78.814L148.323 81.7492C148.097 81.9008 147.906 82.0987 147.763 82.3296L143.618 89.0198C143.5 89.2092 143.351 89.3767 143.176 89.5147L135.336 95.6983C134.998 95.9648 134.58 96.1097 134.15 96.1097H132.532C131.722 96.1097 131.001 96.6184 130.728 97.3804L128.194 104.476C128.07 104.822 127.849 105.126 127.557 105.35L121.561 109.959C121.32 110.144 121.126 110.383 120.997 110.658L115.677 121.899C114.871 123.603 112.349 123.24 112.055 121.379L109.854 107.422C109.533 105.39 106.67 105.224 106.118 107.206L105.476 109.508C105.043 111.061 103.003 111.417 102.07 110.102L93.9681 98.688C93.1354 97.5149 91.3548 97.6446 90.7009 98.926L89.9854 100.328C89.1733 101.92 86.8169 101.63 86.4142 99.8892L84.4211 91.2738C84.1738 90.2045 83.0799 89.5614 82.0253 89.8654L79.6186 90.559C78.9408 90.7543 78.2105 90.5612 77.7179 90.0564L76.1957 88.4967C75.3099 87.5891 73.8025 87.7776 73.1676 88.8754L70.0375 94.2878C69.9409 94.4547 69.8198 94.6061 69.678 94.7368L66.65 97.5293C65.9166 98.2055 64.787 98.2055 64.0536 97.5293L61.1762 94.8757C60.9372 94.6553 60.7582 94.3776 60.6562 94.0689L58.3552 87.106C57.865 85.6227 55.9004 85.319 54.9851 86.5851L48.3844 95.7158C48.1976 95.9743 47.9491 96.182 47.6616 96.3201L43.4352 98.3501C42.9373 98.5892 42.5669 99.0317 42.4191 99.564L37.1155 118.669C36.6056 120.506 34.0176 120.551 33.4442 118.733L33.2244 118.036C32.7006 116.376 30.412 116.22 29.6673 117.793L28.0471 121.217C27.3542 122.682 25.2694 122.678 24.5822 121.211L15.2633 101.318C14.6849 100.083 13.0378 99.8312 12.117 100.837L7.85689 105.489C6.82058 106.621 4.94063 106.135 4.58259 104.643Z",
fill: E("paint0_linear"),
fillOpacity: "0.1"
}), (0, e.jsx)("path", {
d: "M-0.478687 111.234H50.99V99.844H155.956V91.5603H207.678V74.9929H281.458V61.5319H323.546V41.3405H359.041",
stroke: "#958CF2",
strokeWidth: "1.43617",
strokeDasharray: "1.51 1.51"
})]
}), (0, e.jsx)("circle", {
opacity: "0.2",
cx: "242.5",
cy: "64.5",
r: "30",
stroke: "white"
}), (0, e.jsx)("circle", {
opacity: "0.2",
cx: "120.5",
cy: "121.5",
r: "30",
stroke: "white"
}), (0, e.jsx)("circle", {
opacity: "0.2",
cx: "30.5",
cy: "121.5",
r: "30",
stroke: "white"
}), (0, e.jsx)("circle", {
opacity: "0.2",
cx: "353.5",
cy: "30.5",
r: "30",
stroke: "white"
}), (0, e.jsx)("circle", {
opacity: "0.5",
cx: "242",
cy: "65",
r: "22.5",
stroke: "white"
}), (0, e.jsx)("circle", {
opacity: "0.5",
cx: "120",
cy: "122",
r: "22.5",
stroke: "white"
}), (0, e.jsx)("circle", {
opacity: "0.5",
cx: "30",
cy: "122",
r: "22.5",
stroke: "white"
}), (0, e.jsx)("circle", {
opacity: "0.5",
cx: "353",
cy: "31",
r: "22.5",
stroke: "white"
}), (0, e.jsx)("circle", {
cx: "242.5",
cy: "64.5",
r: "11.5",
stroke: "white",
strokeWidth: "2"
}), (0, e.jsx)("circle", {
cx: "120.5",
cy: "121.5",
r: "11.5",
stroke: "white",
strokeWidth: "2"
}), (0, e.jsx)("circle", {
cx: "30.5",
cy: "121.5",
r: "11.5",
stroke: "white",
strokeWidth: "2"
}), (0, e.jsx)("circle", {
cx: "353.5",
cy: "30.5",
r: "11.5",
stroke: "white",
strokeWidth: "2"
}), (0, e.jsxs)("defs", {
children: [(0, e.jsxs)("linearGradient", {
id: b("paint0_linear"),
x1: "179.761",
y1: "4.00004",
x2: "179.761",
y2: "127.511",
gradientUnits: "userSpaceOnUse",
children: [(0, e.jsx)("stop", {
stopColor: "#4840BB"
}), (0, e.jsx)("stop", {
offset: "1",
stopColor: "#4840BB",
stopOpacity: "0"
})]
}), (0, e.jsx)("clipPath", {
id: b("clip0"),
children: (0, e.jsx)("rect", {
width: "360",
height: "135.957",
fill: "white",
transform: "translate(0 4)"
})
})]
})]
})
},
B = t(71958),
C = t(70788),
G = t(72104),
V = t(51726),
tax_loss_harvesting_faq = a => {
let i = (0, G.YZ)(a.sp500DiMinimumInvestment),
t = (0, V.rG)(a.sp500DiAdvisoryFee),
e = (0, G.YZ)(a.annualMaxOrdinaryIncomeDeductible),
r = (0, G.YZ)(a.aiaDiTierMinimumInvestment),
o = (0, G.YZ)(a.aiaAdvisoryFee);
return [{
id: 1,
question: "You had me at “boost.” When do I get the money?",
answer: "You’ll have to wait for a bit of market volatility first — look for a notification from us that we harvested losses. The “boost” comes when you offset your taxable gains with said losses on your taxes and (very smartly) reinvest the savings to get them compounding over time."
}, {
id: 2,
question: "Do you do Tax-Loss Harvesting for the Stock Investing Account?",
answer: "Nope. We only offer Tax-Loss Harvesting for the Automated Investing Account. When you hire us to manage your portfolio for you, we can buy and sell securities to harvest your losses, and help you earn more in the process."
}, {
id: 3,
question: "Tell me more about the tax deferrals thing.",
answer: "Glad you asked. The good thing about Tax-Loss Harvesting is that it can help lower your taxes when you sell investments, or it can help lower the taxes on your ordinary income, up to ".concat(e, ". If you don’t use these losses you’ve harvested in any given year, you can defer that to the next year. Or the next."),
dataMask: !0
}, {
id: 4,
question: "Do I need to worry about capital gains tax?",
answer: "Actually, Tax-Loss Harvesting is especially valuable for investors who regularly recognize short-term capital gains. Harvested losses can be applied to offset both capital gains and up to ".concat(e, " in ordinary income annually. And any losses that can’t be applied in a given tax year can be carried over to offset future income and capital gains."),
dataMask: !0
}, {
id: 5,
question: "Is there a limit to how much loss I can harvest?",
answer: "Great question. You can apply your harvested short-term losses to offset short-term gains or reduce your taxable ordinary income by up to ".concat(e, " per year. And you can even carry forward your tax loss to future tax years, or offset your long-term gains. And you can keep using or deferring your harvested losses for tax breaks for future years."),
dataMask: !0
}, {
id: 6,
question: "Do you offer direct indexing?",
answer: "You can access the tax benefits of direct indexing with as little as ".concat(i, " with S&P 500 Direct (with a management fee of ").concat(t, "). You can also enjoy direct indexing in a diversified Automated Investing Account with a minimum account balance of ").concat(r, " (with a ").concat(o, " management fee). Direct indexing in our Automated Investing Account includes additional indices beyond the S&P 500\xae and completion ETFs."),
dataMask: !0
}, {
id: 7,
question: "Wait, what kind of accounts does this work on?",
answer: "Good question. Tax-Loss Harvesting is only relevant to taxable accounts. It doesn’t apply to tax-advantaged accounts like a 529, IRAs or 401(k)s, since gains and losses in those types of accounts are not taxable events."
}, {
id: 8,
question: "What about wash sales? And what’s a wash sale?",
answer: 'Sounds more fun than it is, honestly. The IRS defines a wash sale as buying back a stock you\'ve sold (or one that is "substantially identical") within 30 days. When we harvest a loss, we purchase an ETF that tracks a different index, but is highly correlated with the ETF we sold, to keep your portfolio more or less the same. We can buy the original ETF back after 31 days, if it shows renewed potential.'
}, {
id: 9,
question: "I’m sold. How soon can this start happening?",
answer: "We’re ready when you are. And our robots are too. When you open and fund your account, our software immediately starts looking for TLH opportunities daily. At the end of the year, we’ll send you a Form 1099 to be filed with your tax return that includes the relevant investment transactions in your Wealthfront accounts, including those from Tax-Loss Harvesting."
}]
},
w = t(18997),
F = t(19316),
j = JSON.parse('{"v":"5.8.1","fr":29.9700012207031,"ip":0,"op":69.0000028104276,"w":576,"h":768,"nm":"animation 2","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Dollar Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":37,"s":[33]},{"t":53.0000021587343,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.927},"o":{"x":0.167,"y":0.167},"t":44,"s":[363,-126,0],"to":[-0.333,59.667,0],"ti":[0.333,-26.333,0]},{"i":{"x":0.57,"y":0.716},"o":{"x":0.175,"y":0.584},"t":53,"s":[361,232,0],"to":[-0.154,12.195,0],"ti":[-0.032,1.715,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.17,"y":1},"t":55,"s":[360.867,236.095,0],"to":[0.037,-1.988,0],"ti":[0,-0.358,0]},{"t":60.0000024438501,"s":[359,236,0],"h":1}],"ix":2,"l":2},"a":{"a":0,"k":[330.5,222,0],"ix":1,"l":2},"s":{"a":0,"k":[25,25,100],"ix":6,"l":2}},"ao":0,"ef":[{"ty":5,"nm":"Change to Color","np":13,"mn":"ADBE Change To Color","ix":1,"en":1,"ef":[{"ty":2,"nm":"From","mn":"ADBE Change To Color-0001","ix":1,"v":{"a":0,"k":[0.403921604156,0.666666686535,0.560784339905,1],"ix":1}},{"ty":2,"nm":"To","mn":"ADBE Change To Color-0002","ix":2,"v":{"a":0,"k":[0.372549027205,0.65098041296,0.596078455448,1],"ix":2}},{"ty":7,"nm":"Change","mn":"ADBE Change To Color-0003","ix":3,"v":{"a":0,"k":1,"ix":3}},{"ty":7,"nm":"Change By","mn":"ADBE Change To Color-0004","ix":4,"v":{"a":0,"k":1,"ix":4}},{"ty":6,"nm":"Tolerance","mn":"ADBE Change To Color-0010","ix":5,"v":0},{"ty":0,"nm":"Hue","mn":"ADBE Change To Color-0005","ix":6,"v":{"a":0,"k":0.1,"ix":6}},{"ty":0,"nm":"Lightness","mn":"ADBE Change To Color-0006","ix":7,"v":{"a":0,"k":1,"ix":7}},{"ty":0,"nm":"Saturation","mn":"ADBE Change To Color-0007","ix":8,"v":{"a":0,"k":1,"ix":8}},{"ty":6,"nm":"Saturation","mn":"ADBE Change To Color-0011","ix":9,"v":0},{"ty":0,"nm":"Softness","mn":"ADBE Change To Color-0008","ix":10,"v":{"a":0,"k":0.5,"ix":10}},{"ty":7,"nm":"View Correction Matte","mn":"ADBE Change To Color-0009","ix":11,"v":{"a":0,"k":0,"ix":11}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[102.2,20.415],[102.2,83.415],[101.4,83.885],[93.37,88.555],[92.06,89.315],[92.06,26.315],[79.96,19.475],[75.51,16.965],[72.89,15.485],[65.25,11.165],[59.57,7.965],[59.57,7.955],[-78.57,-70.075],[-78.58,-70.075],[-85.66,-74.075],[-87.64,-75.195],[-93.22,-78.345],[-102.2,-83.415],[-93.22,-88.635],[-92.05,-89.315],[-75.49,-79.955],[-75.48,-79.955],[-73.4,-78.775],[-73.39,-78.775],[-68.4,-75.955],[69.7,2.055],[69.71,2.055],[75.43,5.295],[75.44,5.295],[81.25,8.575],[83.02,9.585],[83.03,9.585],[90.09,13.575],[90.1,13.575]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549079446,0.839215746113,0.639215686275,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[355.09,207.345],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[102.2,20.575],[102.2,83.575],[101.38,84.055],[92.61,89.155],[92.61,26.785],[92.06,26.475],[86.91,23.565],[86.9,23.555],[80,19.655],[79.99,19.655],[74.64,16.625],[74.63,16.625],[73.66,16.075],[72.93,15.655],[65.07,11.215],[62.03,9.505],[59.6,8.135],[-60.07,-59.455],[-78.72,-69.995],[-85.5,-73.825],[-85.81,-74.005],[-93.98,-78.615],[-102.2,-83.255],[-93.98,-88.035],[-92.05,-89.155],[-78.66,-81.595],[-75.63,-79.885],[-68.54,-75.875],[-60.07,-71.095],[-49.27,-64.985],[69.73,2.235],[75.24,5.345],[83.05,9.765],[83.06,9.765],[87.77,12.425],[90.12,13.755]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549079446,0.839215746113,0.639215686275,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[311.14,232.745],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[114.03,45.035],[80.22,64.695],[68.14,57.875],[65.79,56.545],[61.08,53.885],[61.07,53.885],[53.26,49.465],[47.75,46.355],[-71.25,-20.865],[-82.05,-26.975],[-90.52,-31.755],[-97.61,-35.765],[-100.64,-37.475],[-114.03,-45.035],[-82.05,-63.635],[-80.23,-64.695],[-71.25,-59.625],[-65.67,-56.475],[-63.69,-55.355],[-56.61,-51.355],[-56.6,-51.355],[81.54,26.675],[81.54,26.685],[87.22,29.885],[94.86,34.205],[97.48,35.685],[101.93,38.195]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.992156922583,0.952941236309,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[333.12,188.625],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.905,-41.33],[16.905,21.67],[16.085,22.15],[-15.695,40.63],[-16.905,41.33],[-16.905,-21.67]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.996078491211,0.941176530427,0.807843197093,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[430.245,274.99],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.815,3.285],[5.075,2.875],[-2.785,-1.565],[-5.815,-3.285],[-2.775,-1.575],[5.085,2.865]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[378.985,245.535],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[10.88,0],[6.97,-4.01],[0,0],[7.81,10.18],[0.94,0.88],[0,0],[0.29,-2.59],[-61.37,-6.87],[-8.13,0.15],[0,0],[0,0],[0,0],[-6.65,1.46]],"o":[[-7.05,-4.32],[-10.4,0],[0,0],[10.19,-7.81],[-0.78,-1.03],[0,0],[-0.82,2.45],[-3.92,34.96],[8.58,0.96],[0,0],[0,0],[0,0],[7.31,-0.6],[0,0]],"v":[[12.68,79.385],[-15.08,72.385],[-41.88,78.845],[-135.06,25.185],[-130.76,-7.395],[-133.35,-10.255],[7.77,-91.785],[6.11,-84.225],[110.14,-8.485],[135.27,-7.295],[76.37,27.005],[81.61,29.755],[146.88,-7.885],[167.87,-10.995]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[173.59,-12.365],[173.58,-12.365],[172.61,-12.915],[171.87,-13.325],[164.01,-17.765],[160.98,-19.485],[158.55,-20.855],[38.88,-88.445],[20.23,-98.985],[13.45,-102.815],[13.14,-102.995],[-139.89,-14.595],[-172.3,4.165],[-178.94,7.995],[-171.83,12.095],[-142.47,28.995],[-48.03,83.365],[-13.94,102.995],[18.57,84.055],[178.94,-9.335]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[212.19,261.735],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":4,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,5.96],[-5.65,4.39],[0,0],[9.95,0],[6.86,3.71],[0,0],[-14.43,-1.62],[1.7,-34.13],[0,0],[0,0],[0,0],[1.44,-2.74],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-4.12,-4.31],[0.01,-7.15],[0,0],[-6.86,3.69],[-9.95,0],[0,0],[12.97,-1.44],[60.04,6.73],[0,0],[0,0],[0,0],[-0.75,2.95],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[174.82,-7.095],[169.57,-4.035],[135.57,15.765],[-9.24,100.095],[-9.25,100.095],[-16.31,96.105],[129.51,11.175],[123.1,-4.825],[132.07,-23.115],[36.07,-77.215],[10.21,-71.285],[-15.68,-77.285],[-159.29,5.685],[-117.92,5.835],[-13.7,79.295],[43.74,45.845],[50.37,48.975],[-14.79,86.555],[-18.09,95.095],[-23.9,91.815],[-23.91,91.815],[-29.63,88.575],[-29.64,88.575],[-167.74,10.565],[-172.73,7.745],[-172.74,7.745],[-174.82,6.565],[-22.05,-81.685],[9.82,-100.095],[42.49,-81.685],[139.44,-27.035],[168.91,-10.425]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[454.43,120.825],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[104.75,-91.945],[104.75,-29.575],[103.36,-28.765],[-104.75,92.255],[-104.75,29.255],[49.92,-60.695],[60.08,-66.605],[93.89,-86.265],[104.05,-92.175],[104.2,-92.255]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299,351.475],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.36,-0.21],[-0.37,-0.2],[0.37,0.21]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[384.43,248.61],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":2,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-12.84],[21.42,0],[0,12.84],[-21.42,0]],"o":[[0,12.84],[-21.42,0],[0,-12.84],[21.42,0]],"v":[[38.78,0],[0,23.25],[-38.78,0],[0,-23.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[194.25,271],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":2,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-12.84],[21.42,0],[0,12.84],[-21.42,0]],"o":[[0,12.84],[-21.42,0],[0,-12.84],[21.42,0]],"v":[[38.78,0],[0,23.25],[-38.78,0],[0,-23.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[469.65,112.26],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":2,"cix":2,"bm":0,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[48.05,-59.445],[-101.48,27.515],[-101.48,90.515],[101.48,-27.515],[101.48,-90.515]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[558.77,200.245],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12","np":2,"cix":2,"bm":0,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[21.42,0],[0,12.84],[-21.42,0],[0,-12.84]],"o":[[-21.42,0],[0,-12.84],[21.42,0],[0,12.84]],"v":[[-34.345,38.715],[-73.125,15.465],[-34.345,-7.785],[4.435,15.465]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[7.31,-0.6],[0,0],[0,0],[0,0],[8.58,0.96],[-3.92,34.96],[-0.82,2.45],[0,0],[-0.78,-1.03],[10.19,-7.81],[0,0],[-10.4,0],[-7.05,-4.32],[0,0]],"o":[[0,0],[0,0],[0,0],[-8.13,0.15],[-61.37,-6.87],[0.29,-2.59],[0,0],[0.94,0.88],[7.81,10.18],[0,0],[6.97,-4.01],[10.88,0],[0,0],[-6.65,1.46]],"v":[[130.475,-1.685],[65.205,35.955],[59.965,33.205],[118.865,-1.095],[93.735,-2.285],[-10.295,-78.025],[-8.635,-85.585],[-149.755,-4.055],[-147.165,-1.195],[-151.465,31.385],[-58.285,85.045],[-31.485,78.585],[-3.725,85.585],[151.465,-4.795]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.827451040231,0.917647118662,0.745098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[228.595,255.535],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":4,"cix":2,"bm":0,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[21.42,0],[0,12.84],[-21.42,0],[0,-12.84]],"o":[[-21.42,0],[0,-12.84],[21.42,0],[0,12.84]],"v":[[28.83,5.275],[-9.95,-17.975],[28.83,-41.225],[67.61,-17.975]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-5.65,4.39],[0,0],[9.95,0],[6.86,3.71],[0,0],[-14.43,-1.62],[1.7,-34.13],[0,0],[0,0],[0,0],[1.44,-2.74],[0,0],[0,0],[0,0],[0,5.96]],"o":[[0,0],[-6.86,3.69],[-9.95,0],[0,0],[12.97,-1.44],[60.04,6.73],[0,0],[0,0],[0,0],[-0.75,2.95],[0,0],[0,0],[0,0],[-4.12,-4.31],[0.01,-7.15]],"v":[[145.68,-32.525],[49.68,-86.625],[23.82,-80.695],[-2.07,-86.695],[-145.68,-3.725],[-104.31,-3.575],[-0.09,69.885],[57.35,36.435],[63.98,39.565],[-1.18,77.145],[-4.48,85.685],[-2.71,86.695],[-2.7,86.695],[143.12,1.765],[136.71,-14.235]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.827451040231,0.917647118662,0.745098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[440.82,130.235],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":4,"cix":2,"bm":0,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.355,-113.88],[-198.605,4.151],[-182.045,13.511],[-182.035,13.511],[-29.265,-74.739],[2.605,-93.149],[35.275,-74.739],[132.225,-20.089],[161.695,-3.48],[167.605,-0.15],[162.355,2.91],[128.355,22.71],[-16.455,107.04],[-4.355,113.88],[145.174,26.921],[198.605,-4.149]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.827451040231,0.917647118662,0.745098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[461.645,113.88],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":2,"cix":2,"bm":0,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.76,-114.121],[-201.6,5.889],[-7.35,115.62],[147.32,25.67],[157.48,19.759],[191.289,0.099],[201.45,-5.81],[201.6,-5.891],[196.45,-8.799],[196.44,-8.811],[189.54,-12.711],[189.53,-12.711],[29.16,80.68],[-3.35,99.62],[-37.44,79.99],[-131.88,25.62],[-161.24,8.719],[-168.35,4.62],[-161.71,0.789],[-129.3,-17.97],[23.73,-106.371],[15.56,-110.98],[7.34,-115.62]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.827451040231,0.917647118662,0.745098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[201.6,265.11],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 16","np":2,"cix":2,"bm":0,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-97.125,-29.695],[97.125,86.365],[97.125,23.365],[-97.125,-86.365]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.325490196078,0.592156862745,0.525490196078,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.125,357.365],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17","np":2,"cix":2,"bm":0,"ix":17,"mn":"ADBE Vector Group","hd":false}],"ip":37.0000015070409,"op":90.0000036657751,"st":42.0000017106951,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Dollar Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":33,"s":[-33]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":36,"s":[22]},{"t":45.0000018328876,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.917},"o":{"x":0.167,"y":0.167},"t":36,"s":[365,-66,0],"to":[-0.333,53,0],"ti":[0.333,-26.333,0]},{"i":{"x":0.57,"y":0.715},"o":{"x":0.175,"y":0.585},"t":45,"s":[363,252,0],"to":[-0.154,12.195,0],"ti":[-0.032,1.715,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.224,"y":1},"t":47,"s":[362.867,258.095,0],"to":[0.037,-1.988,0],"ti":[0,-0.358,0]},{"t":50,"s":[363,256,0],"h":1},{"t":53,"s":[363,254,0],"h":1},{"t":55.0000022401959,"s":[363,256,0],"h":1}],"ix":2,"l":2},"a":{"a":0,"k":[330.5,222,0],"ix":1,"l":2},"s":{"a":0,"k":[25,25,100],"ix":6,"l":2}},"ao":0,"ef":[{"ty":5,"nm":"Change to Color","np":13,"mn":"ADBE Change To Color","ix":1,"en":1,"ef":[{"ty":2,"nm":"From","mn":"ADBE Change To Color-0001","ix":1,"v":{"a":0,"k":[0.403921604156,0.666666686535,0.560784339905,1],"ix":1}},{"ty":2,"nm":"To","mn":"ADBE Change To Color-0002","ix":2,"v":{"a":0,"k":[0.372549027205,0.65098041296,0.596078455448,1],"ix":2}},{"ty":7,"nm":"Change","mn":"ADBE Change To Color-0003","ix":3,"v":{"a":0,"k":1,"ix":3}},{"ty":7,"nm":"Change By","mn":"ADBE Change To Color-0004","ix":4,"v":{"a":0,"k":1,"ix":4}},{"ty":6,"nm":"Tolerance","mn":"ADBE Change To Color-0010","ix":5,"v":0},{"ty":0,"nm":"Hue","mn":"ADBE Change To Color-0005","ix":6,"v":{"a":0,"k":0.1,"ix":6}},{"ty":0,"nm":"Lightness","mn":"ADBE Change To Color-0006","ix":7,"v":{"a":0,"k":1,"ix":7}},{"ty":0,"nm":"Saturation","mn":"ADBE Change To Color-0007","ix":8,"v":{"a":0,"k":1,"ix":8}},{"ty":6,"nm":"Saturation","mn":"ADBE Change To Color-0011","ix":9,"v":0},{"ty":0,"nm":"Softness","mn":"ADBE Change To Color-0008","ix":10,"v":{"a":0,"k":0.5,"ix":10}},{"ty":7,"nm":"View Correction Matte","mn":"ADBE Change To Color-0009","ix":11,"v":{"a":0,"k":0,"ix":11}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[102.2,20.415],[102.2,83.415],[101.4,83.885],[93.37,88.555],[92.06,89.315],[92.06,26.315],[79.96,19.475],[75.51,16.965],[72.89,15.485],[65.25,11.165],[59.57,7.965],[59.57,7.955],[-78.57,-70.075],[-78.58,-70.075],[-85.66,-74.075],[-87.64,-75.195],[-93.22,-78.345],[-102.2,-83.415],[-93.22,-88.635],[-92.05,-89.315],[-75.49,-79.955],[-75.48,-79.955],[-73.4,-78.775],[-73.39,-78.775],[-68.4,-75.955],[69.7,2.055],[69.71,2.055],[75.43,5.295],[75.44,5.295],[81.25,8.575],[83.02,9.585],[83.03,9.585],[90.09,13.575],[90.1,13.575]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549079446,0.839215746113,0.639215686275,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[355.09,207.345],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[102.2,20.575],[102.2,83.575],[101.38,84.055],[92.61,89.155],[92.61,26.785],[92.06,26.475],[86.91,23.565],[86.9,23.555],[80,19.655],[79.99,19.655],[74.64,16.625],[74.63,16.625],[73.66,16.075],[72.93,15.655],[65.07,11.215],[62.03,9.505],[59.6,8.135],[-60.07,-59.455],[-78.72,-69.995],[-85.5,-73.825],[-85.81,-74.005],[-93.98,-78.615],[-102.2,-83.255],[-93.98,-88.035],[-92.05,-89.155],[-78.66,-81.595],[-75.63,-79.885],[-68.54,-75.875],[-60.07,-71.095],[-49.27,-64.985],[69.73,2.235],[75.24,5.345],[83.05,9.765],[83.06,9.765],[87.77,12.425],[90.12,13.755]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549079446,0.839215746113,0.639215686275,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[311.14,232.745],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[114.03,45.035],[80.22,64.695],[68.14,57.875],[65.79,56.545],[61.08,53.885],[61.07,53.885],[53.26,49.465],[47.75,46.355],[-71.25,-20.865],[-82.05,-26.975],[-90.52,-31.755],[-97.61,-35.765],[-100.64,-37.475],[-114.03,-45.035],[-82.05,-63.635],[-80.23,-64.695],[-71.25,-59.625],[-65.67,-56.475],[-63.69,-55.355],[-56.61,-51.355],[-56.6,-51.355],[81.54,26.675],[81.54,26.685],[87.22,29.885],[94.86,34.205],[97.48,35.685],[101.93,38.195]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.992156922583,0.952941236309,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[333.12,188.625],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.905,-41.33],[16.905,21.67],[16.085,22.15],[-15.695,40.63],[-16.905,41.33],[-16.905,-21.67]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.996078491211,0.941176530427,0.807843197093,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[430.245,274.99],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.815,3.285],[5.075,2.875],[-2.785,-1.565],[-5.815,-3.285],[-2.775,-1.575],[5.085,2.865]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[378.985,245.535],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[10.88,0],[6.97,-4.01],[0,0],[7.81,10.18],[0.94,0.88],[0,0],[0.29,-2.59],[-61.37,-6.87],[-8.13,0.15],[0,0],[0,0],[0,0],[-6.65,1.46]],"o":[[-7.05,-4.32],[-10.4,0],[0,0],[10.19,-7.81],[-0.78,-1.03],[0,0],[-0.82,2.45],[-3.92,34.96],[8.58,0.96],[0,0],[0,0],[0,0],[7.31,-0.6],[0,0]],"v":[[12.68,79.385],[-15.08,72.385],[-41.88,78.845],[-135.06,25.185],[-130.76,-7.395],[-133.35,-10.255],[7.77,-91.785],[6.11,-84.225],[110.14,-8.485],[135.27,-7.295],[76.37,27.005],[81.61,29.755],[146.88,-7.885],[167.87,-10.995]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[173.59,-12.365],[173.58,-12.365],[172.61,-12.915],[171.87,-13.325],[164.01,-17.765],[160.98,-19.485],[158.55,-20.855],[38.88,-88.445],[20.23,-98.985],[13.45,-102.815],[13.14,-102.995],[-139.89,-14.595],[-172.3,4.165],[-178.94,7.995],[-171.83,12.095],[-142.47,28.995],[-48.03,83.365],[-13.94,102.995],[18.57,84.055],[178.94,-9.335]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[212.19,261.735],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":4,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,5.96],[-5.65,4.39],[0,0],[9.95,0],[6.86,3.71],[0,0],[-14.43,-1.62],[1.7,-34.13],[0,0],[0,0],[0,0],[1.44,-2.74],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-4.12,-4.31],[0.01,-7.15],[0,0],[-6.86,3.69],[-9.95,0],[0,0],[12.97,-1.44],[60.04,6.73],[0,0],[0,0],[0,0],[-0.75,2.95],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[174.82,-7.095],[169.57,-4.035],[135.57,15.765],[-9.24,100.095],[-9.25,100.095],[-16.31,96.105],[129.51,11.175],[123.1,-4.825],[132.07,-23.115],[36.07,-77.215],[10.21,-71.285],[-15.68,-77.285],[-159.29,5.685],[-117.92,5.835],[-13.7,79.295],[43.74,45.845],[50.37,48.975],[-14.79,86.555],[-18.09,95.095],[-23.9,91.815],[-23.91,91.815],[-29.63,88.575],[-29.64,88.575],[-167.74,10.565],[-172.73,7.745],[-172.74,7.745],[-174.82,6.565],[-22.05,-81.685],[9.82,-100.095],[42.49,-81.685],[139.44,-27.035],[168.91,-10.425]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[454.43,120.825],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[104.75,-91.945],[104.75,-29.575],[103.36,-28.765],[-104.75,92.255],[-104.75,29.255],[49.92,-60.695],[60.08,-66.605],[93.89,-86.265],[104.05,-92.175],[104.2,-92.255]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299,351.475],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.36,-0.21],[-0.37,-0.2],[0.37,0.21]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[384.43,248.61],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":2,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-12.84],[21.42,0],[0,12.84],[-21.42,0]],"o":[[0,12.84],[-21.42,0],[0,-12.84],[21.42,0]],"v":[[38.78,0],[0,23.25],[-38.78,0],[0,-23.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[194.25,271],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":2,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-12.84],[21.42,0],[0,12.84],[-21.42,0]],"o":[[0,12.84],[-21.42,0],[0,-12.84],[21.42,0]],"v":[[38.78,0],[0,23.25],[-38.78,0],[0,-23.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[469.65,112.26],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":2,"cix":2,"bm":0,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[48.05,-59.445],[-101.48,27.515],[-101.48,90.515],[101.48,-27.515],[101.48,-90.515]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[558.77,200.245],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12","np":2,"cix":2,"bm":0,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[21.42,0],[0,12.84],[-21.42,0],[0,-12.84]],"o":[[-21.42,0],[0,-12.84],[21.42,0],[0,12.84]],"v":[[-34.345,38.715],[-73.125,15.465],[-34.345,-7.785],[4.435,15.465]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[7.31,-0.6],[0,0],[0,0],[0,0],[8.58,0.96],[-3.92,34.96],[-0.82,2.45],[0,0],[-0.78,-1.03],[10.19,-7.81],[0,0],[-10.4,0],[-7.05,-4.32],[0,0]],"o":[[0,0],[0,0],[0,0],[-8.13,0.15],[-61.37,-6.87],[0.29,-2.59],[0,0],[0.94,0.88],[7.81,10.18],[0,0],[6.97,-4.01],[10.88,0],[0,0],[-6.65,1.46]],"v":[[130.475,-1.685],[65.205,35.955],[59.965,33.205],[118.865,-1.095],[93.735,-2.285],[-10.295,-78.025],[-8.635,-85.585],[-149.755,-4.055],[-147.165,-1.195],[-151.465,31.385],[-58.285,85.045],[-31.485,78.585],[-3.725,85.585],[151.465,-4.795]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.827451040231,0.917647118662,0.745098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[228.595,255.535],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":4,"cix":2,"bm":0,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[21.42,0],[0,12.84],[-21.42,0],[0,-12.84]],"o":[[-21.42,0],[0,-12.84],[21.42,0],[0,12.84]],"v":[[28.83,5.275],[-9.95,-17.975],[28.83,-41.225],[67.61,-17.975]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-5.65,4.39],[0,0],[9.95,0],[6.86,3.71],[0,0],[-14.43,-1.62],[1.7,-34.13],[0,0],[0,0],[0,0],[1.44,-2.74],[0,0],[0,0],[0,0],[0,5.96]],"o":[[0,0],[-6.86,3.69],[-9.95,0],[0,0],[12.97,-1.44],[60.04,6.73],[0,0],[0,0],[0,0],[-0.75,2.95],[0,0],[0,0],[0,0],[-4.12,-4.31],[0.01,-7.15]],"v":[[145.68,-32.525],[49.68,-86.625],[23.82,-80.695],[-2.07,-86.695],[-145.68,-3.725],[-104.31,-3.575],[-0.09,69.885],[57.35,36.435],[63.98,39.565],[-1.18,77.145],[-4.48,85.685],[-2.71,86.695],[-2.7,86.695],[143.12,1.765],[136.71,-14.235]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.827451040231,0.917647118662,0.745098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[440.82,130.235],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":4,"cix":2,"bm":0,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.355,-113.88],[-198.605,4.151],[-182.045,13.511],[-182.035,13.511],[-29.265,-74.739],[2.605,-93.149],[35.275,-74.739],[132.225,-20.089],[161.695,-3.48],[167.605,-0.15],[162.355,2.91],[128.355,22.71],[-16.455,107.04],[-4.355,113.88],[145.174,26.921],[198.605,-4.149]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.827451040231,0.917647118662,0.745098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[461.645,113.88],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":2,"cix":2,"bm":0,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.76,-114.121],[-201.6,5.889],[-7.35,115.62],[147.32,25.67],[157.48,19.759],[191.289,0.099],[201.45,-5.81],[201.6,-5.891],[196.45,-8.799],[196.44,-8.811],[189.54,-12.711],[189.53,-12.711],[29.16,80.68],[-3.35,99.62],[-37.44,79.99],[-131.88,25.62],[-161.24,8.719],[-168.35,4.62],[-161.71,0.789],[-129.3,-17.97],[23.73,-106.371],[15.56,-110.98],[7.34,-115.62]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.827451040231,0.917647118662,0.745098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[201.6,265.11],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 16","np":2,"cix":2,"bm":0,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-97.125,-29.695],[97.125,86.365],[97.125,23.365],[-97.125,-86.365]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.325490196078,0.592156862745,0.525490196078,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.125,357.365],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17","np":2,"cix":2,"bm":0,"ix":17,"mn":"ADBE Vector Group","hd":false}],"ip":33.0000013441176,"op":90.0000036657751,"st":39.0000015885026,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Dollar Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":28,"s":[45]},{"t":36.0000014663101,"s":[0]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":22,"s":[357,-273,0],"to":[0,90.5,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0.167},"t":36,"s":[357,270,0],"to":[0,0,0],"ti":[0,0,0]},{"t":39,"s":[354,270,0],"h":1},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":45,"s":[356,270,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":47,"s":[354,272,0],"to":[0,0,0],"ti":[0,0,0]},{"t":49.0000019958109,"s":[354,270,0],"h":1}],"ix":2,"l":2},"a":{"a":0,"k":[330.5,222,0],"ix":1,"l":2},"s":{"a":0,"k":[25,25,100],"ix":6,"l":2}},"ao":0,"ef":[{"ty":5,"nm":"Change to Color","np":13,"mn":"ADBE Change To Color","ix":1,"en":1,"ef":[{"ty":2,"nm":"From","mn":"ADBE Change To Color-0001","ix":1,"v":{"a":0,"k":[0.403921604156,0.666666686535,0.560784339905,1],"ix":1}},{"ty":2,"nm":"To","mn":"ADBE Change To Color-0002","ix":2,"v":{"a":0,"k":[0.372549027205,0.65098041296,0.596078455448,1],"ix":2}},{"ty":7,"nm":"Change","mn":"ADBE Change To Color-0003","ix":3,"v":{"a":0,"k":1,"ix":3}},{"ty":7,"nm":"Change By","mn":"ADBE Change To Color-0004","ix":4,"v":{"a":0,"k":1,"ix":4}},{"ty":6,"nm":"Tolerance","mn":"ADBE Change To Color-0010","ix":5,"v":0},{"ty":0,"nm":"Hue","mn":"ADBE Change To Color-0005","ix":6,"v":{"a":0,"k":0.1,"ix":6}},{"ty":0,"nm":"Lightness","mn":"ADBE Change To Color-0006","ix":7,"v":{"a":0,"k":1,"ix":7}},{"ty":0,"nm":"Saturation","mn":"ADBE Change To Color-0007","ix":8,"v":{"a":0,"k":1,"ix":8}},{"ty":6,"nm":"Saturation","mn":"ADBE Change To Color-0011","ix":9,"v":0},{"ty":0,"nm":"Softness","mn":"ADBE Change To Color-0008","ix":10,"v":{"a":0,"k":0.5,"ix":10}},{"ty":7,"nm":"View Correction Matte","mn":"ADBE Change To Color-0009","ix":11,"v":{"a":0,"k":0,"ix":11}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[102.2,20.415],[102.2,83.415],[101.4,83.885],[93.37,88.555],[92.06,89.315],[92.06,26.315],[79.96,19.475],[75.51,16.965],[72.89,15.485],[65.25,11.165],[59.57,7.965],[59.57,7.955],[-78.57,-70.075],[-78.58,-70.075],[-85.66,-74.075],[-87.64,-75.195],[-93.22,-78.345],[-102.2,-83.415],[-93.22,-88.635],[-92.05,-89.315],[-75.49,-79.955],[-75.48,-79.955],[-73.4,-78.775],[-73.39,-78.775],[-68.4,-75.955],[69.7,2.055],[69.71,2.055],[75.43,5.295],[75.44,5.295],[81.25,8.575],[83.02,9.585],[83.03,9.585],[90.09,13.575],[90.1,13.575]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549079446,0.839215746113,0.639215686275,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[355.09,207.345],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[102.2,20.575],[102.2,83.575],[101.38,84.055],[92.61,89.155],[92.61,26.785],[92.06,26.475],[86.91,23.565],[86.9,23.555],[80,19.655],[79.99,19.655],[74.64,16.625],[74.63,16.625],[73.66,16.075],[72.93,15.655],[65.07,11.215],[62.03,9.505],[59.6,8.135],[-60.07,-59.455],[-78.72,-69.995],[-85.5,-73.825],[-85.81,-74.005],[-93.98,-78.615],[-102.2,-83.255],[-93.98,-88.035],[-92.05,-89.155],[-78.66,-81.595],[-75.63,-79.885],[-68.54,-75.875],[-60.07,-71.095],[-49.27,-64.985],[69.73,2.235],[75.24,5.345],[83.05,9.765],[83.06,9.765],[87.77,12.425],[90.12,13.755]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.972549079446,0.839215746113,0.639215686275,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[311.14,232.745],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[114.03,45.035],[80.22,64.695],[68.14,57.875],[65.79,56.545],[61.08,53.885],[61.07,53.885],[53.26,49.465],[47.75,46.355],[-71.25,-20.865],[-82.05,-26.975],[-90.52,-31.755],[-97.61,-35.765],[-100.64,-37.475],[-114.03,-45.035],[-82.05,-63.635],[-80.23,-64.695],[-71.25,-59.625],[-65.67,-56.475],[-63.69,-55.355],[-56.61,-51.355],[-56.6,-51.355],[81.54,26.675],[81.54,26.685],[87.22,29.885],[94.86,34.205],[97.48,35.685],[101.93,38.195]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,0.992156922583,0.952941236309,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[333.12,188.625],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[16.905,-41.33],[16.905,21.67],[16.085,22.15],[-15.695,40.63],[-16.905,41.33],[-16.905,-21.67]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.996078491211,0.941176530427,0.807843197093,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[430.245,274.99],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[5.815,3.285],[5.075,2.875],[-2.785,-1.565],[-5.815,-3.285],[-2.775,-1.575],[5.085,2.865]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[378.985,245.535],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[10.88,0],[6.97,-4.01],[0,0],[7.81,10.18],[0.94,0.88],[0,0],[0.29,-2.59],[-61.37,-6.87],[-8.13,0.15],[0,0],[0,0],[0,0],[-6.65,1.46]],"o":[[-7.05,-4.32],[-10.4,0],[0,0],[10.19,-7.81],[-0.78,-1.03],[0,0],[-0.82,2.45],[-3.92,34.96],[8.58,0.96],[0,0],[0,0],[0,0],[7.31,-0.6],[0,0]],"v":[[12.68,79.385],[-15.08,72.385],[-41.88,78.845],[-135.06,25.185],[-130.76,-7.395],[-133.35,-10.255],[7.77,-91.785],[6.11,-84.225],[110.14,-8.485],[135.27,-7.295],[76.37,27.005],[81.61,29.755],[146.88,-7.885],[167.87,-10.995]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[173.59,-12.365],[173.58,-12.365],[172.61,-12.915],[171.87,-13.325],[164.01,-17.765],[160.98,-19.485],[158.55,-20.855],[38.88,-88.445],[20.23,-98.985],[13.45,-102.815],[13.14,-102.995],[-139.89,-14.595],[-172.3,4.165],[-178.94,7.995],[-171.83,12.095],[-142.47,28.995],[-48.03,83.365],[-13.94,102.995],[18.57,84.055],[178.94,-9.335]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[212.19,261.735],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":4,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,5.96],[-5.65,4.39],[0,0],[9.95,0],[6.86,3.71],[0,0],[-14.43,-1.62],[1.7,-34.13],[0,0],[0,0],[0,0],[1.44,-2.74],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[-4.12,-4.31],[0.01,-7.15],[0,0],[-6.86,3.69],[-9.95,0],[0,0],[12.97,-1.44],[60.04,6.73],[0,0],[0,0],[0,0],[-0.75,2.95],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[174.82,-7.095],[169.57,-4.035],[135.57,15.765],[-9.24,100.095],[-9.25,100.095],[-16.31,96.105],[129.51,11.175],[123.1,-4.825],[132.07,-23.115],[36.07,-77.215],[10.21,-71.285],[-15.68,-77.285],[-159.29,5.685],[-117.92,5.835],[-13.7,79.295],[43.74,45.845],[50.37,48.975],[-14.79,86.555],[-18.09,95.095],[-23.9,91.815],[-23.91,91.815],[-29.63,88.575],[-29.64,88.575],[-167.74,10.565],[-172.73,7.745],[-172.74,7.745],[-174.82,6.565],[-22.05,-81.685],[9.82,-100.095],[42.49,-81.685],[139.44,-27.035],[168.91,-10.425]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[454.43,120.825],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[104.75,-91.945],[104.75,-29.575],[103.36,-28.765],[-104.75,92.255],[-104.75,29.255],[49.92,-60.695],[60.08,-66.605],[93.89,-86.265],[104.05,-92.175],[104.2,-92.255]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[299,351.475],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0]],"v":[[-0.36,-0.21],[-0.37,-0.2],[0.37,0.21]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[384.43,248.61],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":2,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-12.84],[21.42,0],[0,12.84],[-21.42,0]],"o":[[0,12.84],[-21.42,0],[0,-12.84],[21.42,0]],"v":[[38.78,0],[0,23.25],[-38.78,0],[0,-23.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[194.25,271],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":2,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-12.84],[21.42,0],[0,12.84],[-21.42,0]],"o":[[0,12.84],[-21.42,0],[0,-12.84],[21.42,0]],"v":[[38.78,0],[0,23.25],[-38.78,0],[0,-23.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[469.65,112.26],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 11","np":2,"cix":2,"bm":0,"ix":11,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[48.05,-59.445],[-101.48,27.515],[-101.48,90.515],[101.48,-27.515],[101.48,-90.515]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.203921583587,0.352941176471,0.329411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[558.77,200.245],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 12","np":2,"cix":2,"bm":0,"ix":12,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[21.42,0],[0,12.84],[-21.42,0],[0,-12.84]],"o":[[-21.42,0],[0,-12.84],[21.42,0],[0,12.84]],"v":[[-34.345,38.715],[-73.125,15.465],[-34.345,-7.785],[4.435,15.465]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[7.31,-0.6],[0,0],[0,0],[0,0],[8.58,0.96],[-3.92,34.96],[-0.82,2.45],[0,0],[-0.78,-1.03],[10.19,-7.81],[0,0],[-10.4,0],[-7.05,-4.32],[0,0]],"o":[[0,0],[0,0],[0,0],[-8.13,0.15],[-61.37,-6.87],[0.29,-2.59],[0,0],[0.94,0.88],[7.81,10.18],[0,0],[6.97,-4.01],[10.88,0],[0,0],[-6.65,1.46]],"v":[[130.475,-1.685],[65.205,35.955],[59.965,33.205],[118.865,-1.095],[93.735,-2.285],[-10.295,-78.025],[-8.635,-85.585],[-149.755,-4.055],[-147.165,-1.195],[-151.465,31.385],[-58.285,85.045],[-31.485,78.585],[-3.725,85.585],[151.465,-4.795]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.827451040231,0.917647118662,0.745098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[228.595,255.535],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 13","np":4,"cix":2,"bm":0,"ix":13,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[21.42,0],[0,12.84],[-21.42,0],[0,-12.84]],"o":[[-21.42,0],[0,-12.84],[21.42,0],[0,12.84]],"v":[[28.83,5.275],[-9.95,-17.975],[28.83,-41.225],[67.61,-17.975]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[-5.65,4.39],[0,0],[9.95,0],[6.86,3.71],[0,0],[-14.43,-1.62],[1.7,-34.13],[0,0],[0,0],[0,0],[1.44,-2.74],[0,0],[0,0],[0,0],[0,5.96]],"o":[[0,0],[-6.86,3.69],[-9.95,0],[0,0],[12.97,-1.44],[60.04,6.73],[0,0],[0,0],[0,0],[-0.75,2.95],[0,0],[0,0],[0,0],[-4.12,-4.31],[0.01,-7.15]],"v":[[145.68,-32.525],[49.68,-86.625],[23.82,-80.695],[-2.07,-86.695],[-145.68,-3.725],[-104.31,-3.575],[-0.09,69.885],[57.35,36.435],[63.98,39.565],[-1.18,77.145],[-4.48,85.685],[-2.71,86.695],[-2.7,86.695],[143.12,1.765],[136.71,-14.235]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.827451040231,0.917647118662,0.745098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[440.82,130.235],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 14","np":4,"cix":2,"bm":0,"ix":14,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.355,-113.88],[-198.605,4.151],[-182.045,13.511],[-182.035,13.511],[-29.265,-74.739],[2.605,-93.149],[35.275,-74.739],[132.225,-20.089],[161.695,-3.48],[167.605,-0.15],[162.355,2.91],[128.355,22.71],[-16.455,107.04],[-4.355,113.88],[145.174,26.921],[198.605,-4.149]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.827451040231,0.917647118662,0.745098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[461.645,113.88],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 15","np":2,"cix":2,"bm":0,"ix":15,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[4.76,-114.121],[-201.6,5.889],[-7.35,115.62],[147.32,25.67],[157.48,19.759],[191.289,0.099],[201.45,-5.81],[201.6,-5.891],[196.45,-8.799],[196.44,-8.811],[189.54,-12.711],[189.53,-12.711],[29.16,80.68],[-3.35,99.62],[-37.44,79.99],[-131.88,25.62],[-161.24,8.719],[-168.35,4.62],[-161.71,0.789],[-129.3,-17.97],[23.73,-106.371],[15.56,-110.98],[7.34,-115.62]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.827451040231,0.917647118662,0.745098039216,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[201.6,265.11],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 16","np":2,"cix":2,"bm":0,"ix":16,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-97.125,-29.695],[97.125,86.365],[97.125,23.365],[-97.125,-86.365]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.325490196078,0.592156862745,0.525490196078,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[97.125,357.365],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 17","np":2,"cix":2,"bm":0,"ix":17,"mn":"ADBE Vector Group","hd":false}],"ip":22.0000008960784,"op":90.0000036657751,"st":28.0000011404634,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"platform-mask Outlines","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[243.177,291.703,0],"ix":2,"l":2},"a":{"a":0,"k":[261.5,379.5,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[11.606,-6.53],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[261.25,266.8],[80.85,368.32],[-241.65,182.34],[-261.25,171.2],[-261.25,-368.32],[261.25,-368.32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957059374043,0.951977658739,0.952899588791,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[261.25,391.68],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":5,"ty":4,"nm":"bar-WF Outlines","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":1},"o":{"x":0.062,"y":0},"t":3,"s":[353.365,801.369,0],"to":[0,-2.667,0],"ti":[0,55.488,0]},{"i":{"x":0.644,"y":0.955},"o":{"x":0.062,"y":0},"t":5,"s":[353.365,785.369,0],"to":[0,-55.488,0],"ti":[0,54.988,0]},{"i":{"x":0.478,"y":0.961},"o":{"x":0.466,"y":0.627},"t":17,"s":[353.365,468.441,0],"to":[0,-27.562,0],"ti":[0,1.646,0]},{"i":{"x":0.605,"y":1},"o":{"x":0.268,"y":0.055},"t":25,"s":[353.365,451.876,0],"to":[0,-0.179,0],"ti":[0,0.106,0]},{"t":29.0000011811942,"s":[353.365,455.441,0]}],"ix":2,"l":2},"a":{"a":0,"k":[92.5,230,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ef":[{"ty":5,"nm":"Change to Color","np":13,"mn":"ADBE Change To Color","ix":1,"en":1,"ef":[{"ty":2,"nm":"From","mn":"ADBE Change To Color-0001","ix":1,"v":{"a":0,"k":[0.345098048449,0.247058838606,0.584313750267,1],"ix":1}},{"ty":2,"nm":"To","mn":"ADBE Change To Color-0002","ix":2,"v":{"a":0,"k":[0.301960796118,0.345098048449,0.596078455448,1],"ix":2}},{"ty":7,"nm":"Change","mn":"ADBE Change To Color-0003","ix":3,"v":{"a":0,"k":1,"ix":3}},{"ty":7,"nm":"Change By","mn":"ADBE Change To Color-0004","ix":4,"v":{"a":0,"k":1,"ix":4}},{"ty":6,"nm":"Tolerance","mn":"ADBE Change To Color-0010","ix":5,"v":0},{"ty":0,"nm":"Hue","mn":"ADBE Change To Color-0005","ix":6,"v":{"a":0,"k":0.1,"ix":6}},{"ty":0,"nm":"Lightness","mn":"ADBE Change To Color-0006","ix":7,"v":{"a":0,"k":1,"ix":7}},{"ty":0,"nm":"Saturation","mn":"ADBE Change To Color-0007","ix":8,"v":{"a":0,"k":1,"ix":8}},{"ty":6,"nm":"Saturation","mn":"ADBE Change To Color-0011","ix":9,"v":0},{"ty":0,"nm":"Softness","mn":"ADBE Change To Color-0008","ix":10,"v":{"a":0,"k":0.5,"ix":10}},{"ty":7,"nm":"View Correction Matte","mn":"ADBE Change To Color-0009","ix":11,"v":{"a":0,"k":0,"ix":11}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-30.5,160],[30.5,195],[30.5,-160],[-30.5,-195]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.364705882353,0.447058853449,0.749019607843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.5,264.5],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.06,-0.12],[0.15,0.1],[1.2,1.11],[3.77,40.41],[0.02,0.49],[-1.28,0.56],[-8.19,1.92],[0,0],[-0.31,0.01],[-0.06,-0.01],[0.07,-0.83],[-0.8,-8.67],[0,-0.06],[-10.34,-6.33]],"o":[[-0.01,-0.15],[-1.39,-0.85],[-10.58,-1],[-0.04,-0.48],[0,-0.8],[7.79,-3.18],[0,0],[0.39,-0.05],[0.07,0],[-0.08,0.83],[-0.83,9.47],[0,0.06],[0.88,15.01],[0.17,0.12]],"v":[[21.41,32.54],[21.05,32.12],[17.16,29.17],[-21.38,-21.33],[-21.47,-22.78],[-20.19,-24.53],[3.81,-32.19],[5.24,-32.44],[6.29,-32.54],[6.47,-32.53],[6.24,-30.03],[5.88,-2.36],[5.89,-2.17],[21.05,32.05]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152941176471,0.16862745098,0.313725490196,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[142.64,225.69],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.03,-0.01],[0.27,0.12],[3.77,10.76],[0.03,-0.03],[-0.02,0.02],[-0.08,0.07],[-0.12,0.1],[-5.59,2.92],[-0.1,-0.38],[-0.64,-1.95],[-0.13,-0.37],[-0.49,-1.26],[-0.17,-0.4],[-0.24,-0.56],[-0.25,-0.54],[-0.51,-0.98],[-0.16,-0.3],[-0.88,-1.34],[-0.09,-0.14],[-0.29,-0.4],[-0.28,-0.38],[-0.22,-0.27],[-0.54,-0.61],[-0.17,-0.19],[-0.57,-0.55],[-0.31,-0.28],[-0.88,-0.65],[-0.18,-0.12],[-0.17,-0.11],[-0.34,-0.21],[-0.17,-0.09],[-0.32,-0.19],[-0.32,-0.17],[-0.31,-0.15],[-0.29,-0.14],[-0.21,-0.1],[-0.21,-0.08],[-0.14,-0.05]],"o":[[-0.26,-0.1],[-29.78,3],[-0.04,0.02],[0.02,-0.01],[0.07,-0.06],[0.11,-0.09],[5.19,-3.57],[1.49,-0.71],[0.59,2.2],[0.12,0.38],[0.47,1.37],[0.16,0.41],[0.24,0.59],[0.24,0.56],[0.49,1.07],[0.16,0.31],[0.85,1.58],[0.08,0.14],[0.28,0.42],[0.28,0.4],[0.21,0.29],[0.54,0.69],[0.18,0.19],[0.57,0.63],[0.32,0.31],[0.9,0.82],[0.18,0.14],[0.17,0.13],[0.34,0.24],[0.17,0.12],[0.34,0.21],[0.33,0.19],[0.31,0.17],[0.3,0.16],[0.21,0.11],[0.22,0.1],[0.14,0.07],[0.03,0.02]],"v":[[23.485,19.525],[22.695,19.195],[-23.375,-11.285],[-23.485,-11.215],[-23.435,-11.265],[-23.195,-11.465],[-22.855,-11.745],[-6.675,-21.485],[-4.975,-20.335],[-3.115,-14.115],[-2.735,-12.985],[-1.295,-9.055],[-0.805,-7.835],[-0.085,-6.115],[0.645,-4.475],[2.145,-1.405],[2.625,-0.485],[5.225,3.895],[5.495,4.315],[6.345,5.545],[7.195,6.715],[7.845,7.555],[9.475,9.515],[9.995,10.085],[11.705,11.845],[12.645,12.725],[15.325,14.925],[15.855,15.315],[16.375,15.675],[17.395,16.355],[17.905,16.675],[18.895,17.265],[19.865,17.805],[20.795,18.285],[21.695,18.725],[22.335,19.025],[22.985,19.305],[23.395,19.485]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152941176471,0.16862745098,0.313725490196,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.955,238.485],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.04,-0.16],[0.26,0.14],[3.38,1.23],[3.18,5.22],[-0.01,0.01],[-3.17,2.79],[-0.68,-1.2],[-4.11,-3.18],[-5.6,-1.25]],"o":[[0,-0.13],[-0.23,-0.13],[-18.09,2.39],[0,-0.01],[2.61,-3.31],[0.63,-0.52],[2.74,4.42],[4.7,3.3],[0.3,0.17]],"v":[[18.465,10.375],[18.055,9.955],[12.055,8.175],[-18.505,-0.825],[-18.485,-0.865],[-9.795,-10.045],[-7.925,-8.495],[2.435,2.995],[18.045,9.885]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.152941176471,0.16862745098,0.313725490196,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[109.125,253.755],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 4","np":2,"cix":2,"bm":0,"ix":4,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-0.01,-0.15],[0,0],[0.01,-0.02],[0.19,0],[10.38,22.77],[-0.01,0.01],[0.44,1.16],[0.28,0.82],[0.17,0.53],[0.41,1.74],[0.13,0.59],[0.21,1.26],[0.08,0.52],[0.05,0.39],[0.1,0.88],[0.04,0.39],[0.02,0.27],[0.04,0.48],[0.04,0.6],[0.01,0.2],[-0.01,-0.05],[-10.58,-1],[-1.39,-0.85]],"o":[[0,0],[0.01,0.03],[-0.07,0.16],[-5.8,0.64],[-0.01,0],[-0.5,-1.07],[-0.3,-0.78],[-0.17,-0.52],[-0.51,-1.58],[-0.14,-0.58],[-0.26,-1.18],[-0.09,-0.51],[-0.06,-0.38],[-0.12,-0.85],[-0.04,-0.38],[-0.03,-0.26],[-0.04,-0.46],[-0.05,-0.58],[-0.02,-0.2],[0,0.05],[3.77,40.41],[1.2,1.11],[0.15,0.1]],"v":[[21.4,26.575],[21.4,26.585],[21.4,26.655],[20.68,26.815],[-14.9,1.285],[-14.9,1.275],[-16.31,-2.075],[-17.18,-4.465],[-17.69,-6.025],[-19.06,-10.995],[-19.46,-12.755],[-20.17,-16.425],[-20.42,-17.965],[-20.59,-19.125],[-20.92,-21.715],[-21.04,-22.865],[-21.12,-23.665],[-21.24,-25.075],[-21.37,-26.845],[-21.41,-27.455],[-21.39,-27.295],[17.15,23.205],[21.04,26.155]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.074509803922,0.070588235294,0.129411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[142.65,231.655],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 5","np":2,"cix":2,"bm":0,"ix":5,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.79,-0.07],[2.31,-0.09],[1.53,0.08],[0.4,0.03],[0.39,0.05],[0.34,0.04],[0.43,0.07],[0,0],[0.58,0.12],[0.44,0.11],[0.62,0.18],[0.03,0.01],[0.32,0.1],[2.03,7.22],[-0.26,0.26],[-0.01,0],[-0.04,0.03],[-0.04,0.02],[-29.78,3],[-0.26,-0.1],[-0.12,-0.05],[-0.23,-0.09],[-0.12,-0.05],[-0.22,-0.09],[-0.21,-0.09],[-0.21,-0.09],[-0.34,-0.19]],"o":[[-2.54,0.44],[-1.64,0.07],[-0.41,-0.02],[-0.4,-0.04],[-0.35,-0.03],[-0.44,-0.06],[0,0],[-0.6,-0.1],[-0.46,-0.1],[-0.65,-0.16],[-0.03,-0.01],[-0.32,-0.1],[-18.46,-6.02],[-0.11,-0.52],[0.01,-0.01],[0.04,-0.03],[0.03,-0.03],[3.77,10.76],[0.27,0.12],[0.12,0.06],[0.24,0.1],[0.13,0.05],[0.24,0.1],[0.23,0.1],[0.23,0.09],[0.44,0.19],[0.69,0.33]],"v":[[24.77,16.32],[17.5,17.11],[12.74,17.09],[11.51,17.01],[10.32,16.89],[9.29,16.77],[7.99,16.58],[7.98,16.58],[6.2,16.25],[4.86,15.94],[2.96,15.43],[2.87,15.4],[1.91,15.1],[-26.29,-15.94],[-26.01,-17],[-25.98,-17.02],[-25.87,-17.11],[-25.76,-17.18],[20.31,13.3],[21.1,13.63],[21.46,13.79],[22.17,14.08],[22.54,14.23],[23.24,14.51],[23.89,14.78],[24.55,15.06],[25.71,15.62]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.074509803922,0.070588235294,0.129411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[125.34,244.38],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 6","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[-0.17,-4.26],[-0.83,9.47],[-0.08,0.83],[-0.08,-0.09],[-0.01,-0.03],[-0.02,-0.09],[0,0],[0.05,-0.47],[0.19,-5.18]],"o":[[-0.12,4.26],[-0.8,-8.67],[0.07,-0.83],[0.15,0.03],[0.03,0.02],[0.04,0.07],[0,0],[0.06,0.29],[-0.52,5.2],[0,0]],"v":[[-0.25,2.305],[-0.17,15.085],[0.19,-12.585],[0.42,-15.085],[0.76,-14.915],[0.82,-14.845],[0.91,-14.605],[0.91,-14.575],[0.87,-13.415],[-0.25,2.225]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.074509803922,0.070588235294,0.129411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[148.69,208.245],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 7","np":2,"cix":2,"bm":0,"ix":7,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,-0.13],[0.68,-0.12],[2.1,5.89],[0,0.12],[-0.03,0.07],[-0.01,0.01],[-0.03,0.06],[0,0],[-0.07,0.11],[0,0],[-18.09,2.39],[-0.23,-0.13]],"o":[[0.03,0.2],[-23.93,4.89],[-0.07,-0.18],[0,-0.06],[0,0],[0.01,-0.05],[0,0],[0.05,-0.09],[0,0],[3.18,5.22],[3.38,1.23],[0.26,0.14]],"v":[[18.815,2.905],[17.895,3.405],[-18.745,-6.595],[-18.845,-7.035],[-18.805,-7.225],[-18.805,-7.245],[-18.735,-7.405],[-18.655,-7.545],[-18.465,-7.845],[-18.155,-8.295],[12.405,0.705],[18.405,2.485]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.074509803922,0.070588235294,0.129411764706,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[108.775,261.225],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 8","np":2,"cix":2,"bm":0,"ix":8,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0.01,-0.02],[0.19,0],[0.68,0.02],[0.24,0.01],[0.22,0.01],[1.19,0.24],[0.14,0.03],[0.07,0.02],[0.23,0.06],[0.23,0.06],[0.15,0.04],[0.05,0.01],[0.34,0.11],[3.22,2.09],[0.22,0.15],[0.7,0.54],[0.25,0.21],[1.13,1.16],[0.21,0.23],[0.32,0.36],[0,0.01],[0.32,0.39],[0.41,0.56],[0.33,0.47],[0.09,0.13],[0.38,0.61],[0.16,0.28],[0.09,0.16],[0.16,0.3],[0.6,1.32],[0,0],[0.2,0.47],[0.25,0.67],[0.28,0.82],[0.17,0.53],[0.41,1.74],[0.12,0.6],[0.21,1.26],[0.08,0.52],[0.05,0.39],[0.1,0.88],[0.04,0.39],[0.02,0.27],[0.04,0.48],[0.04,0.6],[0.01,0.2],[-0.01,-0.05],[0.02,0.49],[-1.28,0.56],[-8.19,1.92],[0,0],[-0.31,0.01],[-0.06,-0.01],[-0.08,-0.09],[-0.01,-0.03],[-0.02,-0.09],[0,0],[0.05,-0.47],[0.19,-5.18],[0,0],[-0.17,-4.26],[0,-0.06],[-10.34,-6.33],[0.06,-0.12]],"o":[[0.01,0.03],[-0.07,0.16],[-0.5,0.05],[-0.22,0],[-0.2,-0.01],[-0.97,-0.09],[-0.13,-0.02],[-0.06,-0.02],[-0.22,-0.05],[-0.22,-0.05],[-0.16,-0.04],[-0.03,0],[-0.33,-0.09],[-2.87,-0.91],[-0.22,-0.14],[-0.7,-0.47],[-0.26,-0.19],[-1.16,-0.95],[-0.23,-0.23],[-0.32,-0.34],[-0.01,-0.01],[-0.33,-0.37],[-0.42,-0.52],[-0.34,-0.45],[-0.09,-0.13],[-0.38,-0.57],[-0.17,-0.27],[-0.09,-0.15],[-0.18,-0.29],[-0.66,-1.2],[0,0],[-0.21,-0.45],[-0.27,-0.64],[-0.3,-0.78],[-0.17,-0.52],[-0.51,-1.58],[-0.15,-0.57],[-0.26,-1.18],[-0.09,-0.5],[-0.06,-0.38],[-0.12,-0.85],[-0.04,-0.38],[-0.03,-0.26],[-0.04,-0.46],[-0.05,-0.58],[-0.02,-0.2],[0,0.05],[-0.04,-0.48],[0,-0.8],[7.79,-3.18],[0,0],[0.39,-0.05],[0.07,0],[0.15,0.03],[0.03,0.02],[0.04,0.07],[0,0],[0.06,0.29],[-0.52,5.2],[0,0],[-0.12,4.26],[0,0.06],[0.88,15.01],[0.17,0.12],[0,0]],"v":[[41.3,10.99],[41.3,11.06],[40.58,11.22],[38.8,11.28],[38.11,11.26],[37.48,11.22],[34.22,10.74],[33.8,10.66],[33.61,10.61],[32.94,10.45],[32.27,10.28],[31.8,10.15],[31.68,10.12],[30.68,9.82],[21.41,5.42],[20.75,4.98],[18.66,3.46],[17.9,2.86],[14.45,-0.29],[13.79,-0.98],[12.84,-2.02],[12.81,-2.06],[11.84,-3.2],[10.58,-4.81],[9.58,-6.2],[9.31,-6.59],[8.17,-8.35],[7.67,-9.18],[7.4,-9.65],[6.9,-10.53],[5,-14.31],[5,-14.32],[4.38,-15.71],[3.59,-17.67],[2.72,-20.06],[2.21,-21.62],[0.84,-26.59],[0.44,-28.35],[-0.27,-32.02],[-0.52,-33.56],[-0.69,-34.72],[-1.02,-37.31],[-1.14,-38.46],[-1.22,-39.26],[-1.34,-40.67],[-1.47,-42.44],[-1.51,-43.05],[-1.49,-42.89],[-1.58,-44.34],[-0.3,-46.09],[23.7,-53.75],[25.13,-54],[26.18,-54.1],[26.36,-54.09],[26.7,-53.92],[26.76,-53.85],[26.85,-53.61],[26.85,-53.58],[26.81,-52.42],[25.69,-36.78],[25.69,-36.7],[25.77,-23.92],[25.78,-23.73],[40.94,10.49],[41.3,10.98]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0.79,-0.07],[2.31,-0.09],[1.53,0.08],[0.4,0.03],[0.39,0.05],[0.34,0.04],[0.43,0.07],[0,0],[0.58,0.12],[0.44,0.11],[0.62,0.18],[0.03,0.01],[0.32,0.11],[2.03,7.22],[-0.26,0.26],[-0.01,0],[-0.04,0.03],[-0.02,0.02],[-0.08,0.07],[-0.12,0.1],[-5.59,2.92],[-0.1,-0.38],[-0.64,-1.95],[-0.13,-0.37],[-0.49,-1.26],[-0.17,-0.4],[-0.24,-0.56],[-0.25,-0.54],[-0.51,-0.98],[-0.16,-0.3],[-0.88,-1.34],[-0.09,-0.14],[-0.29,-0.4],[-0.28,-0.38],[-0.22,-0.27],[-0.54,-0.61],[-0.17,-0.19],[-0.57,-0.55],[-0.31,-0.29],[-0.88,-0.65],[-0.18,-0.12],[-0.17,-0.11],[-0.34,-0.21],[-0.17,-0.1],[-0.32,-0.19],[-0.32,-0.17],[-0.31,-0.15],[-0.29,-0.14],[-0.21,-0.1],[-0.21,-0.08],[-0.14,-0.05],[-0.03,-0.01],[-0.34,-0.14],[-0.12,-0.05],[-0.22,-0.09],[-0.21,-0.09],[-0.21,-0.09],[-0.34,-0.19]],"o":[[-2.54,0.44],[-1.64,0.07],[-0.41,-0.02],[-0.4,-0.04],[-0.35,-0.03],[-0.44,-0.06],[0,0],[-0.6,-0.1],[-0.46,-0.1],[-0.64,-0.16],[-0.03,-0.01],[-0.32,-0.09],[-18.46,-6.02],[-0.11,-0.52],[0.01,-0.01],[0.04,-0.03],[0.02,-0.01],[0.07,-0.06],[0.11,-0.09],[5.19,-3.57],[1.49,-0.71],[0.59,2.2],[0.12,0.38],[0.47,1.37],[0.16,0.41],[0.24,0.59],[0.24,0.56],[0.49,1.07],[0.16,0.31],[0.85,1.58],[0.09,0.14],[0.28,0.42],[0.28,0.4],[0.22,0.29],[0.54,0.69],[0.18,0.19],[0.57,0.63],[0.31,0.3],[0.9,0.82],[0.18,0.14],[0.17,0.13],[0.34,0.24],[0.17,0.11],[0.34,0.21],[0.33,0.19],[0.31,0.17],[0.3,0.16],[0.21,0.11],[0.22,0.1],[0.14,0.07],[0.03,0.02],[0.37,0.16],[0.13,0.05],[0.24,0.1],[0.23,0.1],[0.23,0.09],[0.44,0.19],[0.69,0.33]],"v":[[27.36,13.45],[20.09,14.24],[15.33,14.22],[14.1,14.14],[12.91,14.02],[11.88,13.9],[10.58,13.71],[10.57,13.71],[8.79,13.38],[7.45,13.07],[5.55,12.56],[5.46,12.53],[4.5,12.23],[-23.7,-18.81],[-23.42,-19.87],[-23.39,-19.89],[-23.28,-19.98],[-23.23,-20.03],[-22.99,-20.23],[-22.65,-20.51],[-6.47,-30.25],[-4.77,-29.1],[-2.91,-22.88],[-2.53,-21.75],[-1.09,-17.82],[-0.6,-16.6],[0.12,-14.88],[0.85,-13.24],[2.35,-10.17],[2.83,-9.25],[5.43,-4.87],[5.7,-4.45],[6.55,-3.22],[7.4,-2.05],[8.05,-1.21],[9.68,0.75],[10.2,1.32],[11.91,3.08],[12.85,3.96],[15.53,6.16],[16.06,6.55],[16.58,6.91],[17.6,7.59],[18.11,7.91],[19.1,8.5],[20.07,9.04],[21,9.52],[21.9,9.96],[22.54,10.26],[23.19,10.54],[23.6,10.72],[23.69,10.76],[24.76,11.21],[25.13,11.36],[25.83,11.64],[26.48,11.91],[27.14,12.19],[28.3,12.75]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0.68,-0.12],[2.1,5.89],[0,0.12],[-0.03,0.07],[-0.01,0.01],[-0.03,0.06],[0,0],[-0.08,0.12],[0,0],[-0.01,0.01],[-3.17,2.79],[-0.68,-1.2],[-4.11,-3.18],[-5.6,-1.25],[0.04,-0.16]],"o":[[-23.93,4.89],[-0.07,-0.18],[0,-0.06],[0,0],[0.01,-0.05],[0,0],[0.05,-0.09],[0,0],[0,-0.01],[2.61,-3.31],[0.63,-0.52],[2.74,4.42],[4.7,3.3],[0.3,0.17],[0.03,0.2]],"v":[[3.92,17.38],[-32.72,7.38],[-32.82,6.94],[-32.78,6.75],[-32.78,6.73],[-32.71,6.57],[-32.63,6.43],[-32.44,6.13],[-32.13,5.68],[-32.11,5.64],[-23.42,-3.54],[-21.55,-1.99],[-11.19,9.5],[4.42,16.39],[4.84,16.88]],"c":true},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":3,"ty":"sh","ix":4,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.76,-177.93],[-30.25,-160.48],[-61.75,-142.75],[-61.75,212.25],[61.75,142.75],[61.75,-212.25]],"c":true},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"mm","mm":1,"nm":"Merge Paths 1","mn":"ADBE Vector Filter - Merge","hd":false},{"ty":"fl","c":{"a":0,"k":[0.235294132607,0.270588235294,0.533333333333,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.75,247.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 9","np":6,"cix":2,"bm":0,"ix":9,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[32.25,-52.251],[0.25,-34.239],[-28.739,-17.929],[-92.25,17.251],[-31.25,52.251],[0.25,34.521],[31.26,17.071],[92.25,-17.251]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.819607902976,0.839215746113,0.933333393172,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.25,52.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 10","np":2,"cix":2,"bm":0,"ix":10,"mn":"ADBE Vector Group","hd":false}],"ip":3.00000012219251,"op":90.0000036657751,"st":3.00000012219251,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"platform-mask Outlines","td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[128.177,225.703,0],"ix":2,"l":2},"a":{"a":0,"k":[261.5,379.5,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[11.606,-6.53],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[261.25,266.8],[80.85,368.32],[-241.65,182.34],[-261.25,171.2],[-261.25,-368.32],[261.25,-368.32]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.957059374043,0.951977658739,0.952899588791,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[261.25,390.68],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"bar-Orange Outlines","tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.644,"y":0.948},"o":{"x":0.062,"y":0},"t":0,"s":[240.365,731.369,0],"to":[0,-52.821,0],"ti":[0,54.988,0]},{"i":{"x":0.489,"y":0.974},"o":{"x":0.466,"y":0.872},"t":13.749,"s":[240.365,414.441,0],"to":[0,-27.562,0],"ti":[0,1.281,0]},{"i":{"x":0.625,"y":1},"o":{"x":0.292,"y":0.026},"t":25,"s":[240.365,397.54,0],"to":[0,-0.036,0],"ti":[0,0.03,0]},{"t":28.7487511709606,"s":[240.365,401.441,0]}],"ix":2,"l":2},"a":{"a":0,"k":[92.5,230,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ef":[{"ty":5,"nm":"Change to Color","np":13,"mn":"ADBE Change To Color","ix":1,"en":1,"ef":[{"ty":2,"nm":"From","mn":"ADBE Change To Color-0001","ix":1,"v":{"a":0,"k":[0.713725507259,0.333333343267,0.1254902035,1],"ix":1}},{"ty":2,"nm":"To","mn":"ADBE Change To Color-0002","ix":2,"v":{"a":0,"k":[0.678431391716,0.376470595598,0.207843139768,1],"ix":2}},{"ty":7,"nm":"Change","mn":"ADBE Change To Color-0003","ix":3,"v":{"a":0,"k":1,"ix":3}},{"ty":7,"nm":"Change By","mn":"ADBE Change To Color-0004","ix":4,"v":{"a":0,"k":1,"ix":4}},{"ty":6,"nm":"Tolerance","mn":"ADBE Change To Color-0010","ix":5,"v":0},{"ty":0,"nm":"Hue","mn":"ADBE Change To Color-0005","ix":6,"v":{"a":0,"k":0.1,"ix":6}},{"ty":0,"nm":"Lightness","mn":"ADBE Change To Color-0006","ix":7,"v":{"a":0,"k":1,"ix":7}},{"ty":0,"nm":"Saturation","mn":"ADBE Change To Color-0007","ix":8,"v":{"a":0,"k":1,"ix":8}},{"ty":6,"nm":"Saturation","mn":"ADBE Change To Color-0011","ix":9,"v":0},{"ty":0,"nm":"Softness","mn":"ADBE Change To Color-0008","ix":10,"v":{"a":0,"k":0.5,"ix":10}},{"ty":7,"nm":"View Correction Matte","mn":"ADBE Change To Color-0009","ix":11,"v":{"a":0,"k":0,"ix":11}}]}],"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[-30.5,160],[30.5,195],[30.5,-160],[-30.5,-195]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.827451040231,0.466666696586,0.290196078431,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[30.5,264.5],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[0.76,-177.93],[-30.25,-160.479],[-61.75,-142.749],[-61.75,212.25],[61.75,142.75],[61.75,-212.25]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.6,0.294117647059,0.149019607843,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[122.75,247.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[32.25,-52.251],[0.25,-34.239],[-28.739,-17.929],[-92.25,17.251],[-31.25,52.251],[0.25,34.521],[31.26,17.071],[92.25,-17.251]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.984313785329,0.768627510819,0.662745098039,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[92.25,52.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"platform Outlines","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[287.061,590.367,0],"ix":2,"l":2},"a":{"a":0,"k":[261.5,160.5,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-79.39,-149.32],[-82.96,-147.309],[-121.25,-125.77],[-126.131,-123.019],[-128.831,-121.5],[-168.48,-99.19],[-196.861,-83.47],[-196.871,-83.47],[-261.25,-47.8],[-241.65,-36.66],[80.85,149.32],[241.84,58.719],[260.75,48.081],[261.25,47.801],[155.25,-15.46],[31.75,-85.919],[-29.25,-120.72],[-60.251,-138.399]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.925490255917,0.925490255917,0.937254961799,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[261.25,149.32],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[70.79,-50.98],[-90.2,39.62],[-90.2,61.62],[90.2,-39.9],[89.7,-40.19],[89.7,-61.62]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.356862745098,0.352941176471,0.427451010311,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[432.3,259.02],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-171.05,-87.559],[171.05,109.56],[171.05,87.56],[-151.45,-98.419],[-171.05,-109.56]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.811764765721,0.807843197093,0.84313731474,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[171.05,211.08],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 3","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0}],"markers":[]}'),
T = t(99645),
L = t(47563),
S = t(74431),
P = t(83528),
N = !0;
function tax_loss_harvesting_TaxLossHarvesting(a) {
let {
module: i,
controls: t
} = (0, F.Z)(), {
module: l,
controls: m
} = (0, F.Z)(), {
module: D,
controls: E
} = (0, F.Z)(), {
module: b,
controls: G
} = (0, F.Z)(), V = (0, w.Z)(), {
data: N
} = (0, P.WE)("getSp500DiLandingPageConfig", [], {
prefetched: !0
}), _ = tax_loss_harvesting_faq(N);
return (0, r.useEffect)(() => {
console.log("TLH RENDERED")
}, []), (0, r.useEffect)(() => {
L.Z.trackPage("site-lp", "tax-loss-harvesting")
}, []), (0, e.jsxs)(y.Z, {
...a,
children: [(0, e.jsx)(x.C, {
faqData: _
}), (0, e.jsxs)("div", {
className: "bg-[#DADEF1]",
children: [(0, e.jsx)(p.Z, {
mobileSurface: "light"
}), (0, e.jsxs)("main", {
"data-testid": "tax-loss-harvesting",
className: "overflow-x-hidden",
children: [(0, e.jsxs)("div", {
className: "relative bg-[#DADEF1]",
children: [(0, e.jsx)("div", {
className: "mx-auto max-w-[2024px]",
children: (0, e.jsxs)("div", {
className: "flex flex-col items-center justify-items-center gap-x-5 px-12 pb-40 md:grid md:grid-cols-5 md:grid-rows-none md:pb-32 lg:pl-40 lg:pr-32",
children: [(0, e.jsxs)("div", {
className: "order-2 space-y-6 md:order-none md:col-start-1 md:col-end-3",
children: [(0, e.jsx)(C.Z, {
textBlockClassName: "space-y-6",
title: (0, e.jsxs)("header", {
children: [(0, e.jsx)("h2", {
className: "copy-h1 max-w-[305px] tracking-tighter text-eggplant md:max-w-[480px] lg:max-w-[460px] xl:max-w-[570px]",
children: "A lil’ extra on top of your returns?"
}), (0, e.jsx)("h1", {
className: "copy-h1-alt mt-1 max-w-[400px] tracking-tighter text-eggplant lg:max-w-[480px]",
children: "Meet Tax-Loss Harvesting."
})]
}),
body: (0, e.jsx)(e.Fragment, {
children: (0, e.jsx)("p", {
className: "copy-body max-w-[323px] text-eggplant",
children: "Tax-Loss Harvesting helps turn a dip in the market into a tax deduction. When you claim a loss on an investment, you can lower your tax bill at the end of the year, which means more money to reinvest. We like to say it can help you boost your after-tax returns — because that’s exactly what we designed it to do."
})
}),
primaryCta: (0, e.jsx)(g.Z, {
amplitudeClickProperties: {
target_element: "hero-section",
click_type: "main-cta"
},
trackingName: "tlh-hero-section",
children: "Start investing"
})
}), (0, e.jsxs)("p", {
className: "copy-body max-w-[323px] text-eggplant",
children: ["Need more proof before you jump in? You can", " ", (0, e.jsx)(n.Z, {
trackingDetails: {
category: S.WD.HeaderLink,
name: "tlh-hero-blog"
},
amplitudeClickProperties: {
target_element: "tlh101_blog",
click_type: "hyperlink"
},
href: "/blog/tax-loss-harvesting-101",
ariaLabel: "tax loss harvesting 101 blog hyperlink",
children: "read our Blog"
}), ", or just keep scrolling to learn more."]
})]
}), (0, e.jsx)("div", {
className: "pb-12 md:col-start-3 md:col-end-6",
"data-testid": "tax-loss-harvesting-lottie-animation",
children: (0, e.jsx)(o.qf, {
animationData: j
})
})]
})
}), (0, e.jsx)(TlhCallout, {
annualIncomeDeductible: N.annualMaxOrdinaryIncomeDeductible
})]
}), (0, e.jsx)("div", {
className: "bg-gradient-to-b from-light-slate via-light-slate to-clementine",
children: (0, e.jsxs)("div", {
className: "relative mx-auto max-w-[2024px]",
children: [(0, e.jsxs)("div", {
className: "relative space-y-10 overflow-hidden px-12 pb-24 pt-48 text-eggplant sm:space-y-32 md:px-24 2xl:pb-72",
children: [(0, e.jsx)(s.E.div, {
ref: i,
variants: T.qx,
animate: t,
initial: "initial",
children: (0, e.jsx)(C.Z, {
textBlockClassName: "space-y-6",
title: (0, e.jsxs)("h2", {
className: "copy-h1-alt mx-auto flex flex-col text-center",
children: [(0, e.jsxs)("span", {
className: "mx-auto table-cell text-center",
children: ["Our secret recipe?", " ", (0, e.jsx)("span", {
className: "inline-block",
children: (0, e.jsx)(o.Dh, {
fill: "#161338",
className: "!h-8 !w-8 xl:!h-12 xl:!w-12"
})
})]
}), (0, e.jsx)("span", {
className: "italic",
children: "Homemade automation."
})]
}),
body: (0, e.jsx)("p", {
className: "copy-body mx-auto max-w-[487px] text-center",
children: "We’re constantly looking for those magic ingredients that can help lower your taxes. Here’s how it works."
})
})
}), (0, e.jsxs)(s.E.div, {
ref: l,
variants: T.qx,
animate: m,
initial: "initial",
className: "lg:space-y-none mx-auto flex flex-col items-center justify-center justify-items-center gap-x-5 space-y-5 lg:grid lg:grid-cols-2",
children: [(0, e.jsx)(u.K, {
image: {
className: "w-[461px] h-[377.46px] animate-float object-contain",
src: "/next/tlh/robopie-2.png",
alt: "",
width: 461,
height: 377.46,
loading: "lazy"
},
sources: [{
src: "/next/tlh/robopie-2.webp",
srcSet: ["/next/tlh/robopie-2.webp 1x", "/next/tlh/robopie-2@2x.webp 2x"]
}]
}), (0, e.jsx)(C.Z, {
textBlockClassName: "space-y-6",
title: (0, e.jsxs)("div", {
children: [(0, e.jsx)("h2", {
className: "copy-h1-alt",
children: "Part 1:"
}), (0, e.jsx)("h3", {
className: "copy-h1",
children: "We identify the loss"
})]
}),
body: (0, e.jsx)("p", {
className: "copy-body max-w-[400px]",
children: "Pretend your investments are slices of pie. A slice of rhubarb pie goes for a premium — $10. But soon, the market is flooded with rhubarb and the price falls to $5."
})
})]
}), (0, e.jsxs)(s.E.div, {
ref: D,
initial: "initial",
animate: E,
variants: T.qx,
className: "lg:space-y-none relative mx-auto flex flex-col-reverse items-center justify-center justify-items-center gap-x-5 lg:grid lg:grid-cols-2",
children: [(0, e.jsx)(C.Z, {
textBlockClassName: "space-y-6",
title: (0, e.jsxs)("div", {
children: [(0, e.jsx)("h2", {
className: "copy-h1-alt",
children: "Part 2:"
}), (0, e.jsx)("h3", {
className: "copy-h1",
children: "We harvest the loss"
})]
}),
body: (0, e.jsx)("p", {
className: "copy-body max-w-[389px]",
children: "Thanks to our super-smart software, we find some delicious gooseberry pie for just $5, so we sell your rhubarb and buy gooseberry instead. Pie is pie, so really, your risk appetite doesn’t change. Different, but still dessert."
})
}), (0, e.jsx)(u.K, {
image: {
className: "w-[461px] h-[377px] object-contain animate-float",
src: "/next/tlh/robopie-1.png",
alt: "",
width: 461,
height: 377,
loading: "lazy"
},
sources: [{
src: "/next/tlh/robopie-1.webp",
srcSet: ["/next/tlh/robopie-1.webp 1x", "/next/tlh/robopie-1@2x.webp 2x"]
}]
})]
}), (0, e.jsxs)(s.E.div, {
initial: "initial",
animate: G,
variants: T.qx,
ref: b,
className: "!-mt-[30px] flex flex-col items-center justify-items-center gap-x-5 xs:!-mt-[60px] sm:!mt-12 sm:gap-y-40 md:!mt-32 2xl:grid 2xl:grid-cols-7",
children: [(0, e.jsxs)("div", {
className: "relative h-[500px] w-[769px] scale-[80%] md:scale-100 2xl:col-start-1 2xl:col-end-5",
children: [(0, e.jsx)(s.E.div, {
variants: T.qx,
custom: 1,
children: (0, e.jsx)(f.Z, {
className: "absolute right-72 top-24 max-w-[260px] px-6 py-4 sm:right-52 sm:top-10 sm:max-w-[342px] 2xl:top-6 3xl:max-w-[400px]",
title: (0, e.jsx)(f.Z.WealthfrontNotificationTitle, {}),
time: (0, e.jsx)(e.Fragment, {
children: "now"
}),
children: "We saved you $42.61 on your taxes with Tax-Loss Harvesting."
})
}), (0, e.jsx)(s.E.div, {
variants: T.qx,
custom: 2,
children: (0, e.jsx)(f.Z, {
className: "absolute right-44 top-56 max-w-[260px] px-6 py-4 sm:right-10 sm:top-44 sm:max-w-[342px] 3xl:max-w-[400px]",
title: (0, e.jsx)(f.Z.WealthfrontNotificationTitle, {}),
time: (0, e.jsx)(e.Fragment, {
children: "now"
}),
children: "We saved you $9.53 on your taxes with Tax-Loss Harvesting."
})
}), (0, e.jsx)(u.K, {
image: {
className: "w-[319.44px] h-[262.125px] sm:w-[461px] sm:h-[377.46px] absolute right-72 sm:right-72 bottom-0 sm:-bottom-32 animate-float",
src: "/next/tlh/robopie-3.png",
alt: "",
width: 319,
height: 262,
loading: "lazy"
},
sources: [{
src: "/next/tlh/robopie-3.webp",
srcSet: ["/next/tlh/robopie-3.webp 1x", "/next/tlh/robopie-3@2x.webp 2x"]
}]
}), (0, e.jsx)(s.E.div, {
children: (0, e.jsx)(line_chart, {
className: "absolute bottom-12 right-32 h-[99.75px] w-[288px] sm:bottom-0 sm:right-0 sm:h-[152px] sm:w-[384px]"
})
})]
}), (0, e.jsxs)("div", {
className: "space-y-6 2xl:col-start-5 2xl:col-end-8",
children: [(0, e.jsx)(C.Z, {
textBlockClassName: "mx-auto space-y-6 grid justify-content-center ",
title: (0, e.jsxs)("div", {
children: [(0, e.jsx)("h2", {
className: "copy-h1-alt",
children: "Part 3:"
}), (0, e.jsx)("h3", {
className: "copy-h1 max-w-[460px]",
children: "We help lower your taxes"
})]
}),
body: (0, e.jsx)(e.Fragment, {
children: (0, e.jsx)("p", {
className: "copy-body max-w-[389px]",
children: "While we wait for the baked desserts sector to rebound (give it time), you can use the $5 loss as a deduction to help lower your taxes — money you now have to reinvest (i.e., buy more pie). And there it is — we’ll keep trading slices to keep lowering your taxes. At every chance we have."
})
}),
primaryCta: (0, e.jsx)(g.Z, {
amplitudeClickProperties: {
target_element: "tlh-process-section",
click_type: "main-cta"
},
trackingName: "recipe-start-investing"
})
}), (0, e.jsx)(n.Z, {
className: "flex",
href: "https://www.wealthfront.com/blog/tax-loss-harvesting-results-2023/",
trackingDetails: {
category: S.WD.OtherCta,
name: "recipe-see-our-process"
},
amplitudeClickProperties: {
target_element: "tlh-process-section-detail",
click_type: "other-cta"
},
children: "Still hungry? Learn more about Tax-Loss Harvesting."
})]
})]
}), (0, e.jsx)("div", {
className: "absolute bottom-0 left-0 grid w-full px-12 md:px-24 2xl:bottom-10 2xl:justify-start",
children: (0, e.jsx)("p", {
className: "copy-disclosure mx-auto max-w-[280px]",
children: "Tax-Loss Harvesting benefits will vary. Wealthfront doesn’t provide tax advice."
})
})]
}), (0, e.jsx)("div", {
className: "px-4 py-20 md:px-12 lg:px-16",
children: (0, e.jsx)(A.Z, {
title: (0, e.jsxs)(e.Fragment, {
children: ["Wealthfront does wonders for your taxes. ", (0, e.jsx)("br", {}), " ", (0, e.jsx)("i", {
children: "It also does a whole lot more."
})]
}),
productDashboardImage: null,
features: (0, e.jsxs)(e.Fragment, {
children: [(0, e.jsx)(h.Z, {
featureLogo: (0, e.jsx)("div", {
className: "flex flex-col items-center",
children: (0, e.jsx)(o.Dh, {
fill: "#161338",
className: "!h-12 !w-12"
})
}),
title: "Automatic trades",
description: "Our software does all the trading for you to help you maximize returns."
}), (0, e.jsx)(h.Z, {
featureLogo: (0, e.jsx)("div", {
className: "flex flex-col items-center",
children: (0, e.jsx)(o.hg, {
fill: "#161338",
className: "!h-12 !w-12"
})
}),
title: "Expert-built portfolios",
description: "Our recommended portfolios are built by financial experts and personalized to your risk profile."
}), (0, e.jsx)(h.Z, {
featureLogo: (0, e.jsx)(d.M, {
loading: "lazy",
width: 48,
height: 48,
src: "/next/svg/optimized/paint_brush.svg",
alt: "paint brush"
}),
title: "Fully customizable",
description: "Adjust your allocations and edit your portfolio with hundreds of funds to choose from."
}), (0, e.jsx)(h.Z, {
featureLogo: (0, e.jsx)(d.M, {
loading: "lazy",
width: 48,
height: 48,
src: "/next/svg/optimized/tag.svg",
alt: "tag"
}),
title: "Tax-Loss Harvesting",
description: "We find opportunities to turn market dips into tax savings, to help boost your after-tax returns."
}), (0, e.jsx)(h.Z, {
featureLogo: (0, e.jsx)(v.Z, {
className: "h-[41px] w-[33px]"
}),
title: "Automatic rebalancing",
description: "We’ll balance your funds as the market moves to keep you in line with your investment targets."
}), (0, e.jsx)(h.Z, {
featureLogo: (0, e.jsx)("div", {
className: "flex flex-col items-center",
children: (0, e.jsx)(B.Z, {
className: "h-12 w-12 fill-content-primary",
title: "party popper"
})
}),
title: "Delightfully easy",
description: "Track your progress, see your net worth and link all your accounts in our easy-to-use app."
})]
}),
primaryCta: (0, e.jsx)(g.Z, {
amplitudeClickProperties: {
target_element: "features-module",
click_type: "main-cta"
},
trackingName: null,
children: "Start investing"
})
})
})]
})
}), (0, e.jsx)("div", {
className: "bg-pansy",
children: (0, e.jsx)("div", {
className: "mx-auto border-gray-50 px-8 text-gray-50 lg:container lg:px-24",
children: (0, e.jsxs)(c.Z, {
heading: (0, e.jsx)("h2", {
className: "max-w-[315px] xl:max-w-[600px]",
children: "Taxes are annoying. Let’s break it down."
}),
description: (0, e.jsxs)("div", {
className: "lg:mr-9 2xl:min-w-[22rem]",
children: ["Some helpful FAQs.", (0, e.jsx)("br", {}), "Learn more at our", " ", (0, e.jsx)(n.Z, {
href: "https://support.wealthfront.com/hc/en-us",
target: "_blank",
trackingDetails: {
category: S.WD.OtherCta,
name: "tlh-faq-help-center"
},
amplitudeClickProperties: {
target_element: "faq-help-center",
click_type: "hyperlink"
},
surface: "blurple",
children: "help center."
})]
}),
children: [V && _.map(a => (0, e.jsx)(c.Z.FAQItem, {
question: a.question,
dataMask: a.dataMask,
children: a.answer
}, a.id)), (0, e.jsx)("div", {
className: "copy-body mt-8 flex flex-col items-start",
children: (0, e.jsx)(n.Z, {
href: "https://support.wealthfront.com/hc/en-us",
target: "_blank",
trackingDetails: {
category: S.WD.OtherCta,
name: "tlh-faq-read-more-faqs"
},
amplitudeClickProperties: {
target_element: "faq-read-more",
click_type: "hyperlink"
},
surface: "blurple",
children: "Read more FAQs"
})
})]
})
})
})]
}), (0, e.jsx)(k.ZP, {
disclosures: (0, e.jsx)(tax_loss_harvesting, {})
})]
})]
})
}
function TlhCallout(a) {
let {
annualIncomeDeductible: i
} = a, t = (0, w.Z)();
return t ? (0, e.jsx)("div", {
className: "absolute z-10 -mt-[82px] w-full px-8",
children: (0, e.jsxs)("div", {
className: "mx-auto flex min-h-[141px] max-w-[453px] items-center gap-x-2 rounded-full border-none bg-[#5FA698] pl-4 pr-7 shadow-[-13px_15px_1px_rgba(75,86,156,0.1)] xs:gap-x-5 xs:py-5 xs:pl-8 xs:pr-12 sm:max-w-[786px] md:gap-12 md:pl-12 md:pr-20 2xl:max-w-[836px] 2xl:py-5",
children: [(0, e.jsx)(o.rZ, {
className: "!h-40 !w-40 xs:!h-24 sm:!w-24 2xl:!h-32 2xl:!w-32"
}), (0, e.jsxs)("div", {
className: "copy-h3 text-[13px] leading-[18px] xs:leading-snug sm:text-[21.1px] 2xl:text-[26.38px] ",
children: [(0, e.jsx)("h2", {
className: "max-w-[150px] font-bold text-white xs:max-w-none",
children: "How Tax-Loss Harvesting can make you more money"
}), (0, e.jsxs)("span", {
className: "text-white",
children: ["When you sell a losing investment to claim a tax deduction and then reinvest the money you didn’t pay in taxes.", " ", (0, e.jsx)(m.Z, {
onClick: () => L.Z.trackClick({
target_element: "tlh-info",
click_type: "modal-launcher"
}),
dialogContent: "Tax-loss harvesting works in two ways. First, it allows you to maximize the amount of principal invested at any time by giving you more money to begin compounding right away. Second, it allows you to shift more of your income from the higher rates associated with income and short-term gains toward the lower rates for long-term gains. Harvested losses can be applied to offset both capital gains and up to ".concat((0, G.YZ)(i), " in ordinary income annually."),
ariaLabel: "Learn more on how tax-loss harvesting can save you money info icon"
})]
})]
})]
})
}) : null
}
},
50425: function(a) {
a.exports = {
layout: "faq_module_layout__B2p__"
}
}
},
function(a) {
a.O(0, [7255, 8355, 3349, 3582, 3746, 2378, 3684, 7538, 9774, 2888, 179], function() {
return a(a.s = 34109)
}), _N_E = a.O()
}
]);