@flarehr/apollo-super-selection 3.67.64967 → 3.69.569
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/apollo-super-selection/apollo-super-selection.css +1 -1
- package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/assets/logo-aus-eth.svg +31 -0
- package/dist/lib/apollo-super-selection/p-0f723eb4.system.js +1 -1
- package/dist/lib/apollo-super-selection/p-864258c2.system.entry.js +69 -0
- package/dist/lib/apollo-super-selection/p-95811486.entry.js +14 -0
- package/dist/lib/cjs/sss-button_30.cjs.entry.js +31 -20
- package/dist/lib/collection/apollo-super-selection.css +1 -1
- package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.js +1 -1
- package/dist/lib/collection/components/super-selection-app/funds/constants.js +14 -8
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-aus-eth.svg +31 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +32 -11
- package/dist/lib/esm/sss-button_30.entry.js +31 -20
- package/dist/lib/esm-es5/sss-button_30.entry.js +1 -1
- package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +6 -0
- package/package.json +1 -1
- package/dist/lib/apollo-super-selection/p-50566fcd.entry.js +0 -14
- package/dist/lib/apollo-super-selection/p-c6c1fd99.system.entry.js +0 -69
|
@@ -264,7 +264,7 @@ class TapSubscriber extends datoramaAkita.Subscriber {
|
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
const AppVersion = '3.
|
|
267
|
+
const AppVersion = '3.69.569';
|
|
268
268
|
|
|
269
269
|
// -------------------------------------------------------------------------------------
|
|
270
270
|
// guards
|
|
@@ -3983,6 +3983,7 @@ SelectInputAsync.style = dropdownAsyncCss;
|
|
|
3983
3983
|
const Slate = {
|
|
3984
3984
|
Id: 'slate',
|
|
3985
3985
|
Name: 'Slate Super',
|
|
3986
|
+
Logo: 'logo-slate.png',
|
|
3986
3987
|
PdsUrl: 'https://slate.co/pds/?utm_source=flare&utm_medium=superselection',
|
|
3987
3988
|
Usi: '32367272075001',
|
|
3988
3989
|
DiversaAbn: '49 006 421 638'
|
|
@@ -3990,30 +3991,35 @@ const Slate = {
|
|
|
3990
3991
|
const AustralianRetirementTrust = {
|
|
3991
3992
|
Id: 'australian-retirement-trust',
|
|
3992
3993
|
Name: 'Australian Retirement Trust',
|
|
3994
|
+
Logo: 'logo-art.svg',
|
|
3993
3995
|
PdsUrl: 'https://www.australianretirementtrust.com.au/library/media/pdfs/pds/super-savings-product-disclosure-statement-and-membership-form.pdf',
|
|
3994
3996
|
Abn: '60 905 115 063'
|
|
3995
3997
|
};
|
|
3996
3998
|
const Aware = {
|
|
3997
3999
|
Id: 'aware',
|
|
3998
4000
|
Name: 'Aware Super',
|
|
4001
|
+
Logo: 'logo-aware.svg',
|
|
3999
4002
|
PdsUrl: 'https://aware.com.au/member/forms-and-resources/pds/FSS',
|
|
4000
4003
|
Abn: '53 226 460 365'
|
|
4001
4004
|
};
|
|
4002
4005
|
const Active = {
|
|
4003
4006
|
Id: 'active',
|
|
4004
4007
|
Name: 'Active Super',
|
|
4008
|
+
Logo: 'logo-active.svg',
|
|
4005
4009
|
PdsUrl: 'https://www.activesuper.com.au/pds',
|
|
4006
4010
|
Abn: '28 901 371 321'
|
|
4007
4011
|
};
|
|
4008
4012
|
const AustralianEthical = {
|
|
4009
4013
|
Id: 'australian-ethical',
|
|
4010
4014
|
Name: 'Australian Ethical',
|
|
4011
|
-
|
|
4012
|
-
|
|
4015
|
+
Logo: 'logo-aus-eth.svg',
|
|
4016
|
+
PdsUrl: 'https://www.australianethical.com.au/super/pds-forms/',
|
|
4017
|
+
Abn: '43 079 259 733'
|
|
4013
4018
|
};
|
|
4014
4019
|
const Virgin = {
|
|
4015
4020
|
Id: 'virgin',
|
|
4016
4021
|
Name: 'Virgin Money Super',
|
|
4022
|
+
Logo: 'logo-virgin.svg',
|
|
4017
4023
|
PdsUrl: 'https://virginmoney.com.au/superannuation/',
|
|
4018
4024
|
Abn: '19 905 422 981'
|
|
4019
4025
|
};
|
|
@@ -4055,22 +4061,22 @@ const getLogoSrc = (id) => {
|
|
|
4055
4061
|
let logo = '';
|
|
4056
4062
|
switch (id) {
|
|
4057
4063
|
case Slate.Id:
|
|
4058
|
-
logo =
|
|
4064
|
+
logo = Slate.Logo;
|
|
4059
4065
|
break;
|
|
4060
4066
|
case AustralianRetirementTrust.Id:
|
|
4061
|
-
logo =
|
|
4067
|
+
logo = AustralianRetirementTrust.Logo;
|
|
4062
4068
|
break;
|
|
4063
4069
|
case Aware.Id:
|
|
4064
|
-
logo =
|
|
4070
|
+
logo = Aware.Logo;
|
|
4065
4071
|
break;
|
|
4066
4072
|
case Active.Id:
|
|
4067
|
-
logo =
|
|
4073
|
+
logo = Active.Logo;
|
|
4068
4074
|
break;
|
|
4069
4075
|
case AustralianEthical.Id:
|
|
4070
|
-
logo =
|
|
4076
|
+
logo = AustralianEthical.Logo;
|
|
4071
4077
|
break;
|
|
4072
4078
|
case Virgin.Id:
|
|
4073
|
-
logo =
|
|
4079
|
+
logo = Virgin.Logo;
|
|
4074
4080
|
break;
|
|
4075
4081
|
default:
|
|
4076
4082
|
return;
|
|
@@ -4352,7 +4358,7 @@ const FooterSection = class {
|
|
|
4352
4358
|
index.registerInstance(this, hostRef);
|
|
4353
4359
|
}
|
|
4354
4360
|
render() {
|
|
4355
|
-
return (index.h("div", { class: "text-center text-gray-500 text-xs mt-8 sm:mt-20 w-full max-w-960 mx-auto" }, index.h("span", null, "Powered by Flare"), index.h("p", { class: "block text-transparent
|
|
4361
|
+
return (index.h("div", { class: "text-center text-gray-500 text-xs mt-8 sm:mt-20 w-full max-w-960 mx-auto" }, index.h("span", null, "Powered by Flare"), index.h("p", { class: "block text-transparent" }, "v", AppVersion), !FeatureFlagService.isNewComplianceEnabled() && (index.h("p", { class: "mt-4" }, "This page contains factual information only and does not take into account your particular objectives, financial circumstances or needs. If you have questions or need help making a decision about your super fund, you should speak to a licensed financial advice provider. You should consider the relevant super fund's PDS and TMD (if applicable) in deciding whether to apply to join the super fund. Each of the advertised fund's PDS and TMD (if applicable) can be found in their advertisements above. If you are considering joining another fund you can find the PDS and TMD on the fund's website. Your employer and Flare do not endorse or accept responsibility for any financial product advice or services provided by the promoters or trustees of the advertised superannuation funds. Flare do not endorse or accept responsibility for any of their content shown about any of the advertised superannuation funds as they are merely passing on the content as provided without any changes. Flare do not express any opinion or make any recommendation about any of the advertised funds."))));
|
|
4356
4362
|
}
|
|
4357
4363
|
};
|
|
4358
4364
|
|
|
@@ -5338,13 +5344,13 @@ const SuperChoicePage = class {
|
|
|
5338
5344
|
}
|
|
5339
5345
|
allFunds() {
|
|
5340
5346
|
const Link = (props, children) => {
|
|
5341
|
-
return (index.h("a", { class:
|
|
5347
|
+
return (index.h("a", { class: props.className || 'font-medium underline hover:text-gray-600', target: "_blank", href: navigationService.toExternalUrl(props.href), onClick: props.onClick }, children));
|
|
5342
5348
|
};
|
|
5343
5349
|
return [
|
|
5344
5350
|
{
|
|
5345
5351
|
fundId: Slate.Id,
|
|
5346
5352
|
name: Slate.Name,
|
|
5347
|
-
logo:
|
|
5353
|
+
logo: Slate.Logo,
|
|
5348
5354
|
route: SuperSelectionAppRoutes.SlateJoin,
|
|
5349
5355
|
features: [
|
|
5350
5356
|
index.h("p", null, "A lifestage investment strategy that evolves with you"),
|
|
@@ -5358,7 +5364,7 @@ const SuperChoicePage = class {
|
|
|
5358
5364
|
{
|
|
5359
5365
|
fundId: AustralianRetirementTrust.Id,
|
|
5360
5366
|
name: AustralianRetirementTrust.Name,
|
|
5361
|
-
logo:
|
|
5367
|
+
logo: AustralianRetirementTrust.Logo,
|
|
5362
5368
|
route: SuperSelectionAppRoutes.PromotedFundJoinV1,
|
|
5363
5369
|
features: [
|
|
5364
5370
|
index.h("p", null, "$200 billion in retirement savings"),
|
|
@@ -5373,7 +5379,7 @@ const SuperChoicePage = class {
|
|
|
5373
5379
|
{
|
|
5374
5380
|
fundId: Aware.Id,
|
|
5375
5381
|
name: Aware.Name,
|
|
5376
|
-
logo:
|
|
5382
|
+
logo: Aware.Logo,
|
|
5377
5383
|
route: SuperSelectionAppRoutes.PromotedFundJoinV1,
|
|
5378
5384
|
features: [
|
|
5379
5385
|
index.h("p", null, "Acting on climate change"),
|
|
@@ -5387,7 +5393,7 @@ const SuperChoicePage = class {
|
|
|
5387
5393
|
{
|
|
5388
5394
|
fundId: Active.Id,
|
|
5389
5395
|
name: Active.Name,
|
|
5390
|
-
logo:
|
|
5396
|
+
logo: Active.Logo,
|
|
5391
5397
|
route: SuperSelectionAppRoutes.PromotedFundJoinV1,
|
|
5392
5398
|
features: [
|
|
5393
5399
|
index.h("p", null, "One of Canstar's top-performing funds*"),
|
|
@@ -5400,22 +5406,27 @@ const SuperChoicePage = class {
|
|
|
5400
5406
|
{
|
|
5401
5407
|
fundId: AustralianEthical.Id,
|
|
5402
5408
|
name: AustralianEthical.Name,
|
|
5403
|
-
logo:
|
|
5409
|
+
logo: AustralianEthical.Logo,
|
|
5404
5410
|
route: SuperSelectionAppRoutes.PromotedFundJoinV2,
|
|
5405
|
-
features: [
|
|
5406
|
-
|
|
5411
|
+
features: [
|
|
5412
|
+
index.h("p", null, "Fastest growing super fund in Australia", index.h("sup", { class: "text-tiny" }, "1")),
|
|
5413
|
+
index.h("p", null, "Nil investments in fossil fuel companies", index.h("sup", { class: "text-tiny" }, "2")),
|
|
5414
|
+
index.h("p", null, "Competitive returns")
|
|
5415
|
+
],
|
|
5416
|
+
featureSubText: (index.h("ol", { class: "list-decimal list-outside ml-3" }, index.h("li", null, "Source: KPMG Super Insights Report 2022."), index.h("li", null, "All our options go through positive and negative ethical screening in accordance with the Australian Ethical Charter (in place since 1986)."))),
|
|
5417
|
+
disclaimer: (index.h("p", null, "Issued by Australian Ethical Superannuation Pty Ltd (ABN 43 079 259 733, RSE L0001441, AFSL 526055). Please consider the", ' ', index.h(Link, { href: "https://www.australianethical.com.au/globalassets/pdf-files/forms--pds/superpension/important-information/ae-financial-services-guide_sec.pdf" }, "Financial Services Guide"), ", the", ' ', index.h(Link, { href: AustralianEthical.PdsUrl, onClick: () => this.pdsViewedAsync(AustralianEthical.Name) }, "Product Disclosure Statement"), ' ', "and", ' ', index.h(Link, { href: AustralianEthical.PdsUrl, onClick: () => this.pdsViewedAsync(AustralianEthical.Name) }, "Target Market Determination"), ' ', "available on our", ' ', index.h(Link, { href: AustralianEthical.PdsUrl, onClick: () => this.pdsViewedAsync(AustralianEthical.Name) }, "website"), "."))
|
|
5407
5418
|
},
|
|
5408
5419
|
{
|
|
5409
5420
|
fundId: Virgin.Id,
|
|
5410
5421
|
name: Virgin.Name,
|
|
5411
|
-
logo:
|
|
5422
|
+
logo: Virgin.Logo,
|
|
5412
5423
|
route: SuperSelectionAppRoutes.PromotedFundJoinV2,
|
|
5413
5424
|
features: [
|
|
5414
5425
|
index.h("p", null, "Returns above industry and retail super fund medians over the past 5 years"),
|
|
5415
5426
|
index.h("p", null, "One of the lowest fees in the market"),
|
|
5416
5427
|
index.h("p", null, "Virgin Money rewards you with Velocity Points on your contributions", index.h("sup", { class: "text-tiny" }, "1"))
|
|
5417
5428
|
],
|
|
5418
|
-
featureSubText: (index.h("span", null, index.h("sup", { class: "text-tiny" }, "1"), "Eligibility and T&Cs apply")),
|
|
5429
|
+
featureSubText: (index.h("span", null, index.h("sup", { class: "text-tiny" }, "1"), index.h(Link, { className: "underline hover:text-gray-600", href: "https://virginmoney.com.au/superannuation/forms-and-key-information/key-documents" }, "Eligibility and T&Cs apply"))),
|
|
5419
5430
|
disclaimer: (index.h("p", null, "Prepared by Virgin Money Financial Services Pty Ltd ABN 51 113 285 395 AFSL 286869 (\u2018Virgin Money\u2019). Virgin Money Super is a plan in the Mercer Super Trust ABN 19 905 422 981. Virgin Money Super is issued by Mercer Superannuation (Australia) Limited (MSAL) ABN 79 004 717 533 AFSL 235906 as trustee of the Mercer Super Trust. Consider the PDS and TMD at", ' ', index.h(Link, { href: Virgin.PdsUrl, onClick: () => this.pdsViewedAsync(Virgin.Name) }, "www.virginmoney.com.au"), ' ', "before making a decision"))
|
|
5420
5431
|
}
|
|
5421
5432
|
];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tailwindcss v3.1.4 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,select:focus,textarea:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}[multiple]{background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:#0000;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=checkbox]:indeterminate,[type=radio]:checked:focus,[type=radio]:checked:hover{border-color:#0000;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{border-color:#0000;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::-webkit-backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-y-0{top:0;bottom:0}.top-1\/2{top:50%}.left-1\/2{left:50%}.right-0{right:0}.top-0{top:0}.left-0{left:0}.z-50{z-index:50}.z-10{z-index:10}.z-40{z-index:40}.mx-auto{margin-left:auto;margin-right:auto}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mt-5{margin-top:1.25rem}.mt-4{margin-top:1rem}.-mt-12{margin-top:-3rem}.-mt-28{margin-top:-7rem}.mt-8{margin-top:2rem}.mt-3{margin-top:.75rem}.ml-6{margin-left:1.5rem}.mb-6{margin-bottom:1.5rem}.mt-6{margin-top:1.5rem}.mb-3{margin-bottom:.75rem}.mt-2{margin-top:.5rem}.mt-0\.5{margin-top:.125rem}.mt-0{margin-top:0}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.ml-2{margin-left:.5rem}.mt-1{margin-top:.25rem}.-mt-5{margin-top:-1.25rem}.-mr-3\.5{margin-right:-.875rem}.-mr-3{margin-right:-.75rem}.mr-0\.5{margin-right:.125rem}.mr-0{margin-right:0}.mr-1\.5{margin-right:.375rem}.mr-1{margin-right:.25rem}.mt-11{margin-top:2.75rem}.ml-3{margin-left:.75rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-20{height:5rem}.h-8{height:2rem}.h-16{height:4rem}.h-10{height:2.5rem}.h-full{height:100%}.h-5{height:1.25rem}.h-12{height:3rem}.max-h-60{max-height:15rem}.w-20{width:5rem}.w-8{width:2rem}.w-full{width:100%}.w-10{width:2.5rem}.w-auto{width:auto}.w-screen{width:100vw}.w-5{width:1.25rem}.w-36{width:9rem}.w-\[80px\]{width:80px}.w-1\/2{width:50%}.min-w-0{min-width:0}.max-w-560{max-width:560px}.max-w-\[200px\]{max-width:200px}.max-w-800{max-width:800px}.max-w-140{max-width:140px}.max-w-400{max-width:400px}.max-w-960{max-width:960px}.max-w-720{max-width:720px}.max-w-\[96px\]{max-width:96px}.flex-none{flex:none}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-1\/2{--tw-translate-x:-50%}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.resize{resize:both}.list-outside{list-style-position:outside}.list-disc{list-style-type:disc}.flex-col{flex-direction:column}.content-center{align-content:center}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.-space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px*var(--tw-space-y-reverse))}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1px*var(--tw-space-x-reverse));margin-left:calc(-1px*(1 - var(--tw-space-x-reverse)))}.overflow-auto{overflow:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-none{border-radius:0}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-tr-lg{border-top-right-radius:.5rem}.rounded-tr-none{border-top-right-radius:0}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-br-md{border-bottom-right-radius:.375rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l-4{border-left-width:4px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.border-r{border-right-width:1px}.border-b-0{border-bottom-width:0}.border-transparent{border-color:#0000}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity))}.bg-primary-base{background-color:var(--fl-color-primary)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-primary-hover{background-color:var(--fl-color-primary-hover)}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.fill-primary-base{fill:var(--fl-color-primary)}.fill-white{fill:#fff}.object-contain{-o-object-fit:contain;object-fit:contain}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-0\.5{padding:.125rem}.p-0{padding:0}.py-20{padding-top:5rem;padding-bottom:5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-0{padding-top:0;padding-bottom:0}.pt-28{padding-top:7rem}.pb-6{padding-bottom:1.5rem}.pt-8{padding-top:2rem}.pl-4{padding-left:1rem}.pb-4{padding-bottom:1rem}.pt-6{padding-top:1.5rem}.pl-6{padding-left:1.5rem}.pb-8{padding-bottom:2rem}.pl-3{padding-left:.75rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-9{padding-right:2.25rem}.pr-4{padding-right:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-inter{font-family:Inter,sans-serif}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-base{font-size:1rem;line-height:1.5rem}.text-tiny{font-size:.625rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-8{line-height:2rem}.leading-7{line-height:1.75rem}.leading-6{line-height:1.5rem}.leading-5{line-height:1.25rem}.leading-4{line-height:1rem}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-transparent{color:#0000}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-primary-base{color:var(--fl-color-primary)}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.opacity-10{opacity:.1}.opacity-70{opacity:.7}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-1,.ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity:0.05}.ring-offset-1{--tw-ring-offset-width:1px}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invalid\:border-red-300:invalid{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.invalid\:text-red-900:invalid{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.invalid\:placeholder-red-300:invalid::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.invalid\:placeholder-red-300:invalid:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.invalid\:placeholder-red-300:invalid::placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.hover\:bg-primary-hover:hover{background-color:var(--fl-color-primary-hover)}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:bg-primary-base:hover{background-color:var(--fl-color-primary)}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.hover\:text-primary-hover:hover{color:var(--fl-color-primary-hover)}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.focus\:z-10:focus{z-index:10}.focus\:border-primary-base:focus{border-color:var(--fl-color-primary)}.focus\:border-primary-focus:focus{border-color:var(--fl-color-primary-focus)}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-primary-focus:focus{--tw-ring-color:var(--fl-color-primary-focus)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.invalid\:focus\:border-red-500:focus:invalid{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.invalid\:focus\:ring-red-500:focus:invalid{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:border-gray-300:disabled{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.disabled\:bg-gray-100:disabled{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.disabled\:text-gray-400:disabled{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.group:hover .group-hover\:fill-white{fill:#fff}@media (min-width:640px){.sm\:mt-4{margin-top:1rem}.sm\:mt-12{margin-top:3rem}.sm\:mt-20{margin-top:5rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-0{margin-bottom:0}.sm\:mr-8{margin-right:2rem}.sm\:mt-2{margin-top:.5rem}.sm\:h-12{height:3rem}.sm\:w-auto{width:auto}.sm\:max-w-\[100px\]{max-width:100px}.sm\:max-w-320{max-width:320px}.sm\:flex-row{flex-direction:row}.sm\:justify-start{justify-content:flex-start}.sm\:border-b-0{border-bottom-width:0}.sm\:border-r{border-right-width:1px}.sm\:p-6{padding:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pb-0{padding-bottom:0}.sm\:pr-8{padding-right:2rem}.sm\:pb-12{padding-bottom:3rem}.sm\:pt-12{padding-top:3rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:leading-8{line-height:2rem}}@media (min-width:768px){.md\:mt-0{margin-top:0}.md\:ml-0{margin-left:0}.md\:mb-0{margin-bottom:0}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-14{height:3.5rem}.md\:w-\[96px\]{width:96px}.md\:max-w-\[240px\]{max-width:240px}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:1024px){.lg\:-mr-5{margin-right:-1.25rem}.lg\:mt-4{margin-top:1rem}.lg\:block{display:block}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-16{height:4rem}.lg\:w-\[140px\]{width:140px}.lg\:max-w-full{max-width:100%}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:rounded-tr-none{border-top-right-radius:0}.lg\:rounded-br-none{border-bottom-right-radius:0}.lg\:rounded-tr-lg{border-top-right-radius:.5rem}.lg\:border-b{border-bottom-width:1px}.lg\:border-b-0{border-bottom-width:0}.lg\:object-left{-o-object-position:left;object-position:left}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}}
|
|
1
|
+
/*! tailwindcss v3.1.4 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,select:focus,textarea:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}[multiple]{background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid #0000;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:#0000;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=checkbox]:indeterminate,[type=radio]:checked:focus,[type=radio]:checked:hover{border-color:#0000;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{border-color:#0000;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::-webkit-backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-y-0{top:0;bottom:0}.top-1\/2{top:50%}.left-1\/2{left:50%}.right-0{right:0}.top-0{top:0}.left-0{left:0}.z-50{z-index:50}.z-10{z-index:10}.z-40{z-index:40}.mx-auto{margin-left:auto;margin-right:auto}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mt-5{margin-top:1.25rem}.mt-4{margin-top:1rem}.-mt-12{margin-top:-3rem}.-mt-28{margin-top:-7rem}.mt-8{margin-top:2rem}.mt-3{margin-top:.75rem}.ml-6{margin-left:1.5rem}.mb-6{margin-bottom:1.5rem}.mt-6{margin-top:1.5rem}.mb-3{margin-bottom:.75rem}.mt-2{margin-top:.5rem}.mt-0\.5{margin-top:.125rem}.mt-0{margin-top:0}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.ml-2{margin-left:.5rem}.mt-1{margin-top:.25rem}.ml-3{margin-left:.75rem}.-mt-5{margin-top:-1.25rem}.-mr-3\.5{margin-right:-.875rem}.-mr-3{margin-right:-.75rem}.mr-0\.5{margin-right:.125rem}.mr-0{margin-right:0}.mr-1\.5{margin-right:.375rem}.mr-1{margin-right:.25rem}.mt-11{margin-top:2.75rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-20{height:5rem}.h-8{height:2rem}.h-16{height:4rem}.h-10{height:2.5rem}.h-full{height:100%}.h-5{height:1.25rem}.h-12{height:3rem}.max-h-60{max-height:15rem}.w-20{width:5rem}.w-8{width:2rem}.w-full{width:100%}.w-10{width:2.5rem}.w-auto{width:auto}.w-screen{width:100vw}.w-5{width:1.25rem}.w-36{width:9rem}.w-\[80px\]{width:80px}.w-1\/2{width:50%}.min-w-0{min-width:0}.max-w-560{max-width:560px}.max-w-\[200px\]{max-width:200px}.max-w-800{max-width:800px}.max-w-140{max-width:140px}.max-w-400{max-width:400px}.max-w-960{max-width:960px}.max-w-720{max-width:720px}.max-w-\[96px\]{max-width:96px}.flex-none{flex:none}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-1\/2{--tw-translate-x:-50%}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.resize{resize:both}.list-outside{list-style-position:outside}.list-disc{list-style-type:disc}.list-decimal{list-style-type:decimal}.flex-col{flex-direction:column}.content-center{align-content:center}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.-space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(-1px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px*var(--tw-space-y-reverse))}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-1px*var(--tw-space-x-reverse));margin-left:calc(-1px*(1 - var(--tw-space-x-reverse)))}.overflow-auto{overflow:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-none{border-radius:0}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-tr-lg{border-top-right-radius:.5rem}.rounded-tr-none{border-top-right-radius:0}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-br-md{border-bottom-right-radius:.375rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l-4{border-left-width:4px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.border-r{border-right-width:1px}.border-b-0{border-bottom-width:0}.border-transparent{border-color:#0000}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity))}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity))}.bg-primary-base{background-color:var(--fl-color-primary)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-primary-hover{background-color:var(--fl-color-primary-hover)}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.fill-primary-base{fill:var(--fl-color-primary)}.fill-white{fill:#fff}.object-contain{-o-object-fit:contain;object-fit:contain}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-0\.5{padding:.125rem}.p-0{padding:0}.py-20{padding-top:5rem;padding-bottom:5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-0{padding-top:0;padding-bottom:0}.pt-28{padding-top:7rem}.pb-6{padding-bottom:1.5rem}.pt-8{padding-top:2rem}.pl-4{padding-left:1rem}.pb-4{padding-bottom:1rem}.pt-6{padding-top:1.5rem}.pl-6{padding-left:1.5rem}.pb-8{padding-bottom:2rem}.pl-3{padding-left:.75rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-9{padding-right:2.25rem}.pr-4{padding-right:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-inter{font-family:Inter,sans-serif}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-base{font-size:1rem;line-height:1.5rem}.text-tiny{font-size:.625rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-8{line-height:2rem}.leading-7{line-height:1.75rem}.leading-6{line-height:1.5rem}.leading-5{line-height:1.25rem}.leading-4{line-height:1rem}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-transparent{color:#0000}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-primary-base{color:var(--fl-color-primary)}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.opacity-10{opacity:.1}.opacity-70{opacity:.7}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-1,.ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0/var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity:0.05}.ring-offset-1{--tw-ring-offset-width:1px}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invalid\:border-red-300:invalid{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity))}.invalid\:text-red-900:invalid{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity))}.invalid\:placeholder-red-300:invalid::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.invalid\:placeholder-red-300:invalid:-ms-input-placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.invalid\:placeholder-red-300:invalid::placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity))}.hover\:bg-primary-hover:hover{background-color:var(--fl-color-primary-hover)}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:bg-primary-base:hover{background-color:var(--fl-color-primary)}.hover\:text-primary-hover:hover{color:var(--fl-color-primary-hover)}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.focus\:z-10:focus{z-index:10}.focus\:border-primary-base:focus{border-color:var(--fl-color-primary)}.focus\:border-primary-focus:focus{border-color:var(--fl-color-primary-focus)}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-1:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-primary-focus:focus{--tw-ring-color:var(--fl-color-primary-focus)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.invalid\:focus\:border-red-500:focus:invalid{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.invalid\:focus\:ring-red-500:focus:invalid{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:border-gray-300:disabled{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.disabled\:bg-gray-100:disabled{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.disabled\:text-gray-400:disabled{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.group:hover .group-hover\:fill-white{fill:#fff}@media (min-width:640px){.sm\:mt-4{margin-top:1rem}.sm\:mt-12{margin-top:3rem}.sm\:mt-20{margin-top:5rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-0{margin-bottom:0}.sm\:mr-8{margin-right:2rem}.sm\:mt-2{margin-top:.5rem}.sm\:h-12{height:3rem}.sm\:w-auto{width:auto}.sm\:max-w-\[100px\]{max-width:100px}.sm\:max-w-320{max-width:320px}.sm\:flex-row{flex-direction:row}.sm\:justify-start{justify-content:flex-start}.sm\:border-b-0{border-bottom-width:0}.sm\:border-r{border-right-width:1px}.sm\:p-6{padding:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pb-0{padding-bottom:0}.sm\:pr-8{padding-right:2rem}.sm\:pb-12{padding-bottom:3rem}.sm\:pt-12{padding-top:3rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:leading-8{line-height:2rem}}@media (min-width:768px){.md\:mt-0{margin-top:0}.md\:ml-0{margin-left:0}.md\:mb-0{margin-bottom:0}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-14{height:3.5rem}.md\:w-\[96px\]{width:96px}.md\:max-w-\[240px\]{max-width:240px}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:1024px){.lg\:-mr-5{margin-right:-1.25rem}.lg\:mt-4{margin-top:1rem}.lg\:block{display:block}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-16{height:4rem}.lg\:w-\[140px\]{width:140px}.lg\:max-w-full{max-width:100%}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:rounded-tr-none{border-top-right-radius:0}.lg\:rounded-br-none{border-bottom-right-radius:0}.lg\:rounded-tr-lg{border-top-right-radius:.5rem}.lg\:border-b{border-bottom-width:1px}.lg\:border-b-0{border-bottom-width:0}.lg\:object-left{-o-object-position:left;object-position:left}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}}
|
|
@@ -5,7 +5,7 @@ export class FooterSection {
|
|
|
5
5
|
render() {
|
|
6
6
|
return (h("div", { class: "text-center text-gray-500 text-xs mt-8 sm:mt-20 w-full max-w-960 mx-auto" },
|
|
7
7
|
h("span", null, "Powered by Flare"),
|
|
8
|
-
h("p", { class: "block text-transparent
|
|
8
|
+
h("p", { class: "block text-transparent" },
|
|
9
9
|
"v",
|
|
10
10
|
AppVersion),
|
|
11
11
|
!FeatureFlagService.isNewComplianceEnabled() && (h("p", { class: "mt-4" }, "This page contains factual information only and does not take into account your particular objectives, financial circumstances or needs. If you have questions or need help making a decision about your super fund, you should speak to a licensed financial advice provider. You should consider the relevant super fund's PDS and TMD (if applicable) in deciding whether to apply to join the super fund. Each of the advertised fund's PDS and TMD (if applicable) can be found in their advertisements above. If you are considering joining another fund you can find the PDS and TMD on the fund's website. Your employer and Flare do not endorse or accept responsibility for any financial product advice or services provided by the promoters or trustees of the advertised superannuation funds. Flare do not endorse or accept responsibility for any of their content shown about any of the advertised superannuation funds as they are merely passing on the content as provided without any changes. Flare do not express any opinion or make any recommendation about any of the advertised funds."))));
|
|
@@ -2,6 +2,7 @@ import { getAssetPath } from '@stencil/core';
|
|
|
2
2
|
export const Slate = {
|
|
3
3
|
Id: 'slate',
|
|
4
4
|
Name: 'Slate Super',
|
|
5
|
+
Logo: 'logo-slate.png',
|
|
5
6
|
PdsUrl: 'https://slate.co/pds/?utm_source=flare&utm_medium=superselection',
|
|
6
7
|
Usi: '32367272075001',
|
|
7
8
|
DiversaAbn: '49 006 421 638'
|
|
@@ -9,30 +10,35 @@ export const Slate = {
|
|
|
9
10
|
export const AustralianRetirementTrust = {
|
|
10
11
|
Id: 'australian-retirement-trust',
|
|
11
12
|
Name: 'Australian Retirement Trust',
|
|
13
|
+
Logo: 'logo-art.svg',
|
|
12
14
|
PdsUrl: 'https://www.australianretirementtrust.com.au/library/media/pdfs/pds/super-savings-product-disclosure-statement-and-membership-form.pdf',
|
|
13
15
|
Abn: '60 905 115 063'
|
|
14
16
|
};
|
|
15
17
|
export const Aware = {
|
|
16
18
|
Id: 'aware',
|
|
17
19
|
Name: 'Aware Super',
|
|
20
|
+
Logo: 'logo-aware.svg',
|
|
18
21
|
PdsUrl: 'https://aware.com.au/member/forms-and-resources/pds/FSS',
|
|
19
22
|
Abn: '53 226 460 365'
|
|
20
23
|
};
|
|
21
24
|
export const Active = {
|
|
22
25
|
Id: 'active',
|
|
23
26
|
Name: 'Active Super',
|
|
27
|
+
Logo: 'logo-active.svg',
|
|
24
28
|
PdsUrl: 'https://www.activesuper.com.au/pds',
|
|
25
29
|
Abn: '28 901 371 321'
|
|
26
30
|
};
|
|
27
31
|
export const AustralianEthical = {
|
|
28
32
|
Id: 'australian-ethical',
|
|
29
33
|
Name: 'Australian Ethical',
|
|
30
|
-
|
|
31
|
-
|
|
34
|
+
Logo: 'logo-aus-eth.svg',
|
|
35
|
+
PdsUrl: 'https://www.australianethical.com.au/super/pds-forms/',
|
|
36
|
+
Abn: '43 079 259 733'
|
|
32
37
|
};
|
|
33
38
|
export const Virgin = {
|
|
34
39
|
Id: 'virgin',
|
|
35
40
|
Name: 'Virgin Money Super',
|
|
41
|
+
Logo: 'logo-virgin.svg',
|
|
36
42
|
PdsUrl: 'https://virginmoney.com.au/superannuation/',
|
|
37
43
|
Abn: '19 905 422 981'
|
|
38
44
|
};
|
|
@@ -74,22 +80,22 @@ export const getLogoSrc = (id) => {
|
|
|
74
80
|
let logo = '';
|
|
75
81
|
switch (id) {
|
|
76
82
|
case Slate.Id:
|
|
77
|
-
logo =
|
|
83
|
+
logo = Slate.Logo;
|
|
78
84
|
break;
|
|
79
85
|
case AustralianRetirementTrust.Id:
|
|
80
|
-
logo =
|
|
86
|
+
logo = AustralianRetirementTrust.Logo;
|
|
81
87
|
break;
|
|
82
88
|
case Aware.Id:
|
|
83
|
-
logo =
|
|
89
|
+
logo = Aware.Logo;
|
|
84
90
|
break;
|
|
85
91
|
case Active.Id:
|
|
86
|
-
logo =
|
|
92
|
+
logo = Active.Logo;
|
|
87
93
|
break;
|
|
88
94
|
case AustralianEthical.Id:
|
|
89
|
-
logo =
|
|
95
|
+
logo = AustralianEthical.Logo;
|
|
90
96
|
break;
|
|
91
97
|
case Virgin.Id:
|
|
92
|
-
logo =
|
|
98
|
+
logo = Virgin.Logo;
|
|
93
99
|
break;
|
|
94
100
|
default:
|
|
95
101
|
return;
|
package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-aus-eth.svg
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<svg width="469" height="158" viewBox="0 0 469 158" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5183_5768)">
|
|
3
|
+
<path d="M22.428 36.9863H14.4661L0.182373 74.3305H6.92749L10.5778 64.31H26.0519L29.7022 74.3305H36.7118L22.428 36.9863ZM12.641 58.7017L18.3016 43.1793H18.381L24.0416 58.7017H12.641Z" fill="black"/>
|
|
4
|
+
<path d="M54.2227 72.7357C54.7517 72.2572 55.2278 71.6991 55.6511 71.1409V74.3039H62.0788V47.8573H55.6511V62.5557C55.6511 63.7518 55.5453 64.7884 55.3072 65.7187C55.0691 66.649 54.7517 67.4198 54.2756 68.0311C53.8259 68.669 53.244 69.1209 52.5563 69.4398C51.8685 69.7588 51.0485 69.9182 50.0963 69.9182C49.1705 69.9182 48.3505 69.7588 47.6627 69.4398C46.975 69.1209 46.3931 68.669 45.9169 68.0311C45.4408 67.3932 45.0969 66.6224 44.8589 65.7187C44.6208 64.7884 44.515 63.7518 44.515 62.5557V47.8573H38.1138V63.8847C38.1138 65.6124 38.2989 67.154 38.6957 68.5361C39.0925 69.9182 39.6744 71.0877 40.4679 72.0446C41.2615 73.0015 42.2402 73.7457 43.4305 74.2773C44.6208 74.7823 46.0227 75.0481 47.6363 75.0481C48.5885 75.0481 49.4614 74.9418 50.255 74.7557C51.0485 74.5697 51.7627 74.3039 52.424 73.9583C53.0853 73.6394 53.6937 73.2407 54.2227 72.7357Z" fill="black"/>
|
|
5
|
+
<path d="M87.0225 61.2533C86.2025 60.642 85.2502 60.137 84.1393 59.7383C83.0283 59.3396 81.8115 58.9941 80.4625 58.7017L76.4948 57.8777C75.86 57.7448 75.3309 57.5854 74.8284 57.3993C74.3522 57.2133 73.9555 57.0006 73.6116 56.7348C73.2942 56.469 73.0297 56.1767 72.871 55.8311C72.7122 55.4856 72.6064 55.0603 72.6064 54.6085V54.5553C72.6064 54.0769 72.7122 53.6516 72.9503 53.2795C73.1884 52.9074 73.5058 52.5619 73.9026 52.2961C74.2993 52.0303 74.8019 51.8176 75.3574 51.6582C75.9129 51.4987 76.5213 51.4189 77.1561 51.4189C77.8438 51.4189 78.4787 51.4987 79.0606 51.6316C79.6425 51.7645 80.1451 51.9771 80.5683 52.2961C80.9915 52.5884 81.3619 52.9871 81.6793 53.439C81.9702 53.8908 82.2348 54.4224 82.4199 55.0337H88.7418C88.5302 53.7579 88.107 52.6416 87.4721 51.6316C86.8373 50.6481 86.0438 49.7976 85.0386 49.1065C84.0599 48.4155 82.896 47.9104 81.5999 47.5649C80.3038 47.2194 78.849 47.0333 77.2354 47.0333C75.6748 47.0333 74.22 47.2194 72.871 47.6181C71.5219 48.0168 70.3581 48.5484 69.3794 49.2394C68.4007 49.9305 67.6336 50.7545 67.0781 51.7379C66.5226 52.6948 66.2316 53.7845 66.2316 54.954V55.0072C66.2316 56.0969 66.4168 57.0804 66.8136 57.9309C67.2103 58.808 67.7394 59.5522 68.4536 60.1902C69.1413 60.8281 69.9878 61.3597 70.94 61.8115C71.8923 62.2634 72.9503 62.6089 74.1142 62.8481L78.1612 63.6986C78.9283 63.8581 79.6425 64.0442 80.2509 64.2302C80.8593 64.4163 81.3883 64.6555 81.838 64.9213C82.2877 65.2137 82.6051 65.5326 82.8696 65.9313C83.1077 66.33 83.2399 66.8084 83.2399 67.3932V67.4463C83.2399 67.7919 83.187 68.1374 83.0548 68.4298C82.9489 68.7222 82.7638 68.988 82.5786 69.2538C82.367 69.493 82.129 69.7056 81.8115 69.8917C81.5206 70.0777 81.1767 70.2106 80.8064 70.3435C80.4361 70.4498 80.0393 70.5561 79.5896 70.6093C79.1399 70.6625 78.6903 70.689 78.2141 70.689C77.3677 70.689 76.5742 70.5827 75.9129 70.3967C75.2251 70.2106 74.6432 69.9182 74.1406 69.5461C73.638 69.174 73.2413 68.6956 72.9239 68.1374C72.6064 67.5792 72.3684 66.9413 72.2097 66.2237H65.8613C66.02 67.4995 66.4168 68.6956 67.0252 69.7588C67.6336 70.8219 68.4536 71.7522 69.4852 72.5496C70.5168 73.347 71.76 73.9583 73.1884 74.4102C74.6168 74.862 76.2567 75.1012 78.1083 75.1012C79.8012 75.1012 81.3354 74.9152 82.7373 74.5431C84.1393 74.1709 85.356 73.6128 86.3612 72.8951C87.3928 72.1775 88.1863 71.3004 88.7418 70.2638C89.3237 69.2272 89.5883 68.0577 89.5883 66.7287V66.6755C89.5883 65.4529 89.3502 64.4163 88.9005 63.5392C88.4773 62.6355 87.8425 61.8647 87.0225 61.2533Z" fill="black"/>
|
|
6
|
+
<path d="M95.4073 65.8249C95.4073 67.3666 95.566 68.6689 95.9099 69.7587C96.2538 70.8219 96.7828 71.699 97.5234 72.3901C98.2641 73.0546 99.2163 73.5596 100.38 73.8785C101.571 74.1975 102.999 74.357 104.665 74.357H107.522V69.1208H106.041C105.327 69.1208 104.718 69.0676 104.189 68.9613C103.66 68.855 103.211 68.6424 102.867 68.35C102.523 68.0576 102.258 67.6323 102.073 67.0742C101.888 66.5426 101.809 65.8249 101.809 64.9744V53.1465H107.681V47.8572H101.809V40.8668H95.4073V47.8572H91.4661V53.0934H95.4073V65.8249Z" fill="black"/>
|
|
7
|
+
<path d="M120.907 55.3794C121.542 54.7946 122.282 54.396 123.182 54.1302C124.054 53.8644 125.06 53.758 126.171 53.758H127.758V47.5385H127.282C126.276 47.5385 125.324 47.6713 124.451 47.9106C123.578 48.1498 122.785 48.4953 122.097 48.9737C121.383 49.4256 120.774 49.9838 120.219 50.6217C119.69 51.2596 119.24 51.9772 118.87 52.748V47.8574H112.548V74.304H118.949V61.0142C118.949 59.6853 119.108 58.5423 119.452 57.6121C119.796 56.7084 120.272 55.9641 120.907 55.3794Z" fill="black"/>
|
|
8
|
+
<path d="M153.839 72.4965C153.733 71.8851 153.654 71.2207 153.574 70.5296C153.495 69.8385 153.468 69.1209 153.442 68.3501C153.416 67.5793 153.416 66.7287 153.416 65.7984L153.468 58.3562C153.495 56.3362 153.23 54.5819 152.728 53.1466C152.225 51.7113 151.458 50.5153 150.479 49.6116C149.501 48.6813 148.284 48.0168 146.856 47.5915C145.427 47.1662 143.814 46.9536 142.015 46.9536C140.243 46.9536 138.656 47.1662 137.28 47.6181C135.878 48.07 134.714 48.6813 133.709 49.5052C132.731 50.3026 131.937 51.2595 131.355 52.3758C130.773 53.4922 130.429 54.7148 130.297 56.0704H136.698C136.725 55.3527 136.883 54.6882 137.121 54.1301C137.36 53.5719 137.703 53.0935 138.153 52.6948C138.603 52.2961 139.132 52.0037 139.74 51.8177C140.375 51.605 141.089 51.5253 141.909 51.5253C142.729 51.5253 143.443 51.6316 144.078 51.8708C144.713 52.11 145.242 52.4556 145.692 52.9606C146.141 53.439 146.485 54.0503 146.723 54.7946C146.961 55.5388 147.067 56.4159 147.067 57.3728V57.8778C144.422 58.0372 141.989 58.303 139.793 58.6752C137.545 59.0473 135.64 59.5789 134.053 60.2965C132.466 61.0141 131.223 61.9444 130.35 63.0608C129.477 64.1771 129.027 65.5858 129.027 67.2603C129.027 68.483 129.292 69.6259 129.794 70.5827C130.297 71.5396 130.985 72.3636 131.858 73.0281C132.731 73.6925 133.762 74.1976 134.926 74.5697C136.09 74.9152 137.333 75.1013 138.629 75.1013C139.714 75.1013 140.719 74.9949 141.645 74.8089C142.57 74.6228 143.417 74.3305 144.184 73.9583C144.951 73.5862 145.639 73.1344 146.247 72.5762C146.856 72.0446 147.385 71.4067 147.861 70.7156C147.887 71.0878 147.887 71.4333 147.914 71.7788C147.94 72.1244 147.94 72.4433 147.967 72.7357C147.993 73.0281 148.019 73.3204 148.072 73.5862C148.125 73.852 148.152 74.0912 148.205 74.3039H154.236C154.077 73.7191 153.945 73.1344 153.839 72.4965ZM147.252 63.5923C147.252 64.4163 147.173 65.134 147.014 65.825C146.856 66.4895 146.644 67.1008 146.353 67.6058C146.062 68.1374 145.692 68.5893 145.295 68.988C144.872 69.3867 144.422 69.7056 143.92 69.9448C143.417 70.2106 142.888 70.3967 142.306 70.503C141.724 70.6359 141.116 70.6891 140.481 70.6891C139.767 70.6891 139.105 70.6093 138.523 70.4233C137.941 70.2638 137.439 70.0246 137.016 69.7056C136.592 69.3867 136.275 69.0146 136.037 68.5627C135.799 68.1109 135.693 67.6058 135.693 67.0211V66.9679C135.693 66.1174 135.931 65.4263 136.434 64.8416C136.936 64.2834 137.651 63.805 138.629 63.4329C139.608 63.0608 140.825 62.7684 142.28 62.5558C143.708 62.3431 145.348 62.1836 147.226 62.0773V63.5923H147.252Z" fill="black"/>
|
|
9
|
+
<path d="M165.107 36.9863H158.706V74.3039H165.107V36.9863Z" fill="black"/>
|
|
10
|
+
<path d="M177.116 36.9863H170.715V43.3388H177.116V36.9863Z" fill="black"/>
|
|
11
|
+
<path d="M177.116 47.8573H170.715V74.3039H177.116V47.8573Z" fill="black"/>
|
|
12
|
+
<path d="M205.842 70.5561C205.763 69.865 205.736 69.1474 205.71 68.3766C205.683 67.6058 205.683 66.7552 205.683 65.8249L205.736 58.3827C205.763 56.3627 205.498 54.6084 204.996 53.1731C204.493 51.7378 203.726 50.5417 202.747 49.638C201.769 48.7078 200.552 48.0433 199.123 47.618C197.695 47.1927 196.082 46.9801 194.283 46.9801C192.511 46.9801 190.923 47.1927 189.548 47.6446C188.146 48.0964 186.982 48.7078 185.977 49.5317C184.998 50.3291 184.205 51.286 183.623 52.4023C183.041 53.5187 182.697 54.7413 182.565 56.0969H188.966C188.993 55.3792 189.151 54.7147 189.389 54.1566C189.627 53.5984 189.971 53.12 190.421 52.7213C190.871 52.3226 191.4 52.0302 192.008 51.8441C192.643 51.6315 193.357 51.5518 194.177 51.5518C194.997 51.5518 195.711 51.6581 196.346 51.8973C196.981 52.1365 197.51 52.4821 197.96 52.9871C198.409 53.4655 198.753 54.0768 198.991 54.821C199.229 55.5653 199.335 56.4424 199.335 57.3992V57.9043C196.69 58.0637 194.256 58.3295 192.061 58.7016C189.813 59.0738 187.908 59.6053 186.321 60.323C184.734 61.0406 183.491 61.9709 182.618 63.0873C181.745 64.2036 181.295 65.6123 181.295 67.2868V67.34C181.295 68.5626 181.56 69.6524 182.062 70.6092C182.565 71.5661 183.253 72.3901 184.125 73.0545C184.998 73.719 186.03 74.224 187.194 74.5962C188.358 74.9417 189.601 75.1277 190.897 75.1277C191.982 75.1277 192.987 75.0214 193.913 74.8354C194.838 74.6493 195.685 74.3569 196.452 73.9848C197.219 73.6127 197.907 73.1609 198.515 72.6027C199.123 72.0711 199.652 71.4332 200.129 70.7421C200.155 71.1142 200.155 71.4598 200.181 71.8053C200.208 72.1508 200.208 72.4698 200.234 72.7622C200.261 73.0545 200.287 73.3469 200.34 73.6127C200.393 73.8785 200.42 74.1177 200.472 74.3304H206.503C206.345 73.7456 206.212 73.1343 206.107 72.523C206.001 71.885 205.895 71.2471 205.842 70.5561ZM199.52 63.5923C199.52 64.4162 199.441 65.1339 199.282 65.8249C199.123 66.4894 198.912 67.1007 198.621 67.6058C198.33 68.1373 197.96 68.5892 197.563 68.9879C197.14 69.3866 196.69 69.7055 196.187 69.9448C195.685 70.2105 195.156 70.3966 194.574 70.5029C193.992 70.6358 193.383 70.689 192.749 70.689C192.034 70.689 191.373 70.6092 190.791 70.4232C190.209 70.2637 189.707 70.0245 189.284 69.7055C188.86 69.3866 188.543 69.0145 188.305 68.5626C188.067 68.1108 187.961 67.6058 187.961 67.021V66.9678C187.961 66.1173 188.199 65.4262 188.702 64.8415C189.204 64.2833 189.918 63.8049 190.897 63.4328C191.876 63.0607 193.092 62.7683 194.547 62.5557C195.976 62.343 197.616 62.1835 199.494 62.0772V63.5923H199.52Z" fill="black"/>
|
|
13
|
+
<path d="M234.172 53.625C233.775 52.2428 233.193 51.0733 232.399 50.0899C231.606 49.133 230.627 48.3888 229.437 47.8572C228.247 47.3522 226.845 47.0864 225.205 47.0864C224.252 47.0864 223.406 47.1927 222.612 47.3788C221.819 47.5649 221.105 47.8307 220.443 48.1496C219.782 48.4686 219.2 48.8938 218.671 49.3457C218.142 49.8241 217.64 50.3557 217.19 50.9404V47.8572H210.789V74.3038H217.19V59.5788C217.19 58.3827 217.296 57.3461 217.534 56.4158C217.772 55.4855 218.116 54.7147 218.565 54.1034C219.041 53.4921 219.597 53.0136 220.311 52.6947C220.999 52.3757 221.819 52.2163 222.745 52.2163C223.697 52.2163 224.517 52.3757 225.205 52.6947C225.892 53.0136 226.501 53.4921 226.95 54.1034C227.427 54.7147 227.77 55.4855 227.982 56.4158C228.194 57.3461 228.299 58.3827 228.299 59.5788V74.3038H234.727V58.2764C234.78 56.5753 234.568 55.0071 234.172 53.625Z" fill="black"/>
|
|
14
|
+
<path d="M155.611 81.241H149.21V118.559H155.611V81.241Z" fill="black"/>
|
|
15
|
+
<path d="M143.999 114.811C143.919 114.12 143.893 113.402 143.866 112.631C143.84 111.861 143.84 111.01 143.84 110.08L143.893 102.638C143.919 100.618 143.655 98.8633 143.152 97.428C142.65 95.9927 141.883 94.7966 140.904 93.8929C139.925 92.9626 138.708 92.2982 137.28 91.8729C135.852 91.4476 134.238 91.235 132.439 91.235C130.667 91.235 129.08 91.4476 127.705 91.8995C126.303 92.3513 125.139 92.9626 124.134 93.7866C123.155 94.584 122.361 95.5409 121.78 96.6572C121.198 97.7735 120.854 98.9962 120.721 100.352H127.149C127.176 99.6341 127.334 98.9696 127.572 98.4114C127.81 97.8533 128.154 97.3748 128.604 96.9761C129.054 96.5774 129.583 96.2851 130.191 96.099C130.826 95.8864 131.54 95.8066 132.36 95.8066C133.18 95.8066 133.894 95.913 134.529 96.1522C135.164 96.3914 135.693 96.7369 136.143 97.2419C136.592 97.7204 136.936 98.3317 137.174 99.0759C137.412 99.8201 137.518 100.697 137.518 101.654V102.159C134.873 102.319 132.439 102.584 130.244 102.957C127.996 103.329 126.091 103.86 124.504 104.578C122.917 105.296 121.674 106.226 120.801 107.342C119.928 108.458 119.478 109.867 119.478 111.542V111.595C119.478 112.817 119.743 113.907 120.245 114.864C120.748 115.821 121.436 116.645 122.309 117.309C123.181 117.974 124.213 118.479 125.377 118.851C126.541 119.197 127.784 119.383 129.08 119.383C130.165 119.383 131.17 119.276 132.096 119.09C133.021 118.904 133.868 118.612 134.635 118.24C135.402 117.868 136.09 117.416 136.698 116.858C137.307 116.326 137.836 115.688 138.312 114.997C138.338 115.369 138.338 115.715 138.365 116.06C138.391 116.406 138.391 116.725 138.417 117.017C138.444 117.309 138.47 117.602 138.523 117.868C138.576 118.133 138.603 118.373 138.656 118.585H144.686C144.528 118 144.395 117.389 144.29 116.778C144.157 116.14 144.078 115.475 143.999 114.811ZM137.677 107.847C137.677 108.671 137.597 109.389 137.439 110.08C137.28 110.744 137.068 111.356 136.778 111.861C136.487 112.392 136.116 112.844 135.719 113.243C135.296 113.641 134.847 113.96 134.344 114.2C133.841 114.465 133.312 114.651 132.73 114.758C132.148 114.891 131.54 114.944 130.905 114.944C130.191 114.944 129.53 114.864 128.948 114.678C128.366 114.519 127.863 114.279 127.44 113.96C127.017 113.641 126.7 113.269 126.461 112.817C126.223 112.366 126.118 111.861 126.118 111.276V111.223C126.118 110.372 126.356 109.681 126.858 109.096C127.361 108.538 128.075 108.06 129.054 107.688C130.032 107.316 131.249 107.023 132.704 106.811C134.132 106.598 135.772 106.438 137.65 106.332V107.847H137.677Z" fill="black"/>
|
|
16
|
+
<path d="M97.5498 101.441C97.8672 100.298 98.3433 99.3681 98.9517 98.5973C99.5601 97.8265 100.274 97.2418 101.094 96.8165C101.941 96.3913 102.84 96.2052 103.872 96.2052C104.692 96.2052 105.432 96.3115 106.12 96.5241C106.808 96.7368 107.443 97.0557 107.972 97.4544C108.527 97.8531 108.977 98.3581 109.374 98.9695C109.744 99.5808 110.035 100.272 110.22 101.043H116.674C116.383 99.6339 115.907 98.305 115.193 97.1089C114.505 95.9128 113.606 94.9028 112.521 94.0257C111.437 93.1751 110.167 92.5107 108.686 92.0322C107.231 91.5538 105.591 91.3146 103.792 91.3146C101.729 91.3146 99.8775 91.6601 98.2375 92.3512C96.5975 93.0422 95.1691 93.9991 94.0053 95.2218C92.8414 96.4444 91.9421 97.9329 91.3072 99.6605C90.6724 101.388 90.355 103.275 90.355 105.322V105.375C90.355 107.422 90.6724 109.309 91.3072 111.037C91.9421 112.764 92.8414 114.226 94.0053 115.475C95.1691 116.725 96.5711 117.681 98.2375 118.372C99.8775 119.064 101.729 119.409 103.792 119.409C105.591 119.409 107.231 119.17 108.686 118.691C110.141 118.213 111.437 117.548 112.521 116.671C113.606 115.821 114.505 114.784 115.193 113.588C115.881 112.392 116.383 111.09 116.674 109.654H110.22C110.035 110.425 109.744 111.116 109.374 111.728C109.003 112.339 108.527 112.844 107.972 113.243C107.416 113.641 106.808 113.96 106.12 114.173C105.432 114.386 104.692 114.492 103.872 114.492C102.867 114.492 101.941 114.279 101.094 113.881C100.248 113.455 99.5336 112.871 98.9517 112.1C98.3433 111.329 97.8936 110.372 97.5498 109.256C97.2324 108.139 97.0472 106.864 97.0472 105.428V105.269C97.0736 103.833 97.2324 102.558 97.5498 101.441Z" fill="black"/>
|
|
17
|
+
<path d="M86.2025 81.241H79.8013V87.5935H86.2025V81.241Z" fill="black"/>
|
|
18
|
+
<path d="M86.2025 92.1121H79.8013V118.559H86.2025V92.1121Z" fill="black"/>
|
|
19
|
+
<path d="M72.4477 94.3446C71.6542 93.3878 70.6755 92.6436 69.4852 92.112C68.2949 91.607 66.8929 91.3412 65.2529 91.3412C64.3007 91.3412 63.4542 91.4475 62.6607 91.6335C61.8672 91.8196 61.153 92.0854 60.4917 92.4043C59.8304 92.7233 59.2485 93.1486 58.7194 93.6004C58.1904 94.0788 57.6878 94.6104 57.2382 95.1952V81.241H50.8369V118.559H57.2382V103.834C57.2382 102.637 57.344 101.601 57.582 100.671C57.8201 99.7403 58.164 98.9695 58.6136 98.3581C59.0898 97.7468 59.6452 97.2684 60.3594 96.9494C61.0472 96.6305 61.8672 96.471 62.793 96.471C63.7452 96.471 64.5652 96.6305 65.2529 96.9494C65.9407 97.2684 66.5491 97.7468 66.9987 98.3581C67.4749 98.9695 67.8187 99.7403 68.0303 100.671C68.242 101.601 68.3478 102.637 68.3478 103.834V118.559H74.7755V102.531C74.7755 100.803 74.5903 99.2353 74.1935 97.8531C73.8232 96.4976 73.2413 95.3015 72.4477 94.3446Z" fill="black"/>
|
|
20
|
+
<path d="M40.3355 85.1217H33.9078V92.1121H29.9666V97.3483H33.9078V110.053C33.9078 111.595 34.0665 112.897 34.4104 113.987C34.7543 115.05 35.2833 115.927 36.0239 116.618C36.7646 117.283 37.7168 117.788 38.8807 118.107C40.071 118.426 41.4994 118.585 43.1658 118.585H46.0226V113.349H44.5413C43.8271 113.349 43.2187 113.296 42.6897 113.19C42.1607 113.083 41.711 112.871 41.3671 112.578C41.0232 112.286 40.7587 111.861 40.5736 111.302C40.3884 110.771 40.3091 110.053 40.3091 109.203V97.3748H46.2077V92.1387H40.3355V85.1217Z" fill="black"/>
|
|
21
|
+
<path d="M9.5725 102.558H25.9724V96.8963H9.5725V86.9024H27.7975V81.241H2.90674V118.559H27.9033V112.897H9.5725V102.558Z" fill="black"/>
|
|
22
|
+
<path d="M273.875 0.280029H271.309V156.674H273.875V0.280029Z" fill="black"/>
|
|
23
|
+
<path d="M358.282 25.2646C352.198 15.6429 340.454 12.9584 330.799 26.7265C322.017 39.272 306.913 69.5726 301.067 86.6366C297.417 97.2684 300.062 104.445 305.696 105.986C310.193 107.236 315.959 105.083 318.975 93.3346C320.827 86.1847 323.313 80.7625 328.259 80.0183C341.512 78.0248 352.806 100.538 356.139 105.109C363.017 114.572 374.92 110.292 378.808 105.189C382.485 100.352 383.331 93.5207 381.4 83.2078C377.036 61.9177 363.334 33.2916 358.282 25.2646ZM353.468 63.7783C350.108 66.8881 338.47 63.2201 337.226 55.4057C336.565 51.2062 340.744 47.0332 343.892 46.3421C345.77 45.9435 347.886 46.4219 349.738 48.4419C356.06 55.326 355.928 61.6519 353.468 63.7783Z" fill="black"/>
|
|
24
|
+
<path d="M423.405 91.4741C422.321 84.59 433.589 80.8689 435.811 74.1177C436.869 70.8484 436.366 67.34 434.065 65.0275C429.516 60.4825 417.136 65.0541 414.597 58.994C410.576 49.4254 435.467 35.1257 427.188 24.6002C420.019 15.51 402.218 27.1252 395.869 32.8664C390.156 38.0228 386.109 45.7309 387.299 53.3857C388.569 61.4659 395.023 67.6323 398.462 75.048C402.271 83.2079 402.72 90.783 397.113 99.7669C390.209 110.797 386.929 120.579 391.24 127.277C396.636 135.702 418.089 134.081 429.013 128.154C436.34 124.193 443.112 117.15 443.138 108.777C443.164 94.5042 424.754 100.166 423.405 91.4741Z" fill="black"/>
|
|
25
|
+
</g>
|
|
26
|
+
<defs>
|
|
27
|
+
<clipPath id="clip0_5183_5768">
|
|
28
|
+
<rect width="468.772" height="157.616" fill="white" transform="translate(0.182373 0.280029)"/>
|
|
29
|
+
</clipPath>
|
|
30
|
+
</defs>
|
|
31
|
+
</svg>
|
package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js
CHANGED
|
@@ -93,13 +93,13 @@ export class SuperChoicePage {
|
|
|
93
93
|
}
|
|
94
94
|
allFunds() {
|
|
95
95
|
const Link = (props, children) => {
|
|
96
|
-
return (h("a", { class:
|
|
96
|
+
return (h("a", { class: props.className || 'font-medium underline hover:text-gray-600', target: "_blank", href: navigationService.toExternalUrl(props.href), onClick: props.onClick }, children));
|
|
97
97
|
};
|
|
98
98
|
return [
|
|
99
99
|
{
|
|
100
100
|
fundId: constants.Slate.Id,
|
|
101
101
|
name: constants.Slate.Name,
|
|
102
|
-
logo:
|
|
102
|
+
logo: constants.Slate.Logo,
|
|
103
103
|
route: SuperSelectionAppRoutes.SlateJoin,
|
|
104
104
|
features: [
|
|
105
105
|
h("p", null, "A lifestage investment strategy that evolves with you"),
|
|
@@ -122,7 +122,7 @@ export class SuperChoicePage {
|
|
|
122
122
|
{
|
|
123
123
|
fundId: constants.AustralianRetirementTrust.Id,
|
|
124
124
|
name: constants.AustralianRetirementTrust.Name,
|
|
125
|
-
logo:
|
|
125
|
+
logo: constants.AustralianRetirementTrust.Logo,
|
|
126
126
|
route: SuperSelectionAppRoutes.PromotedFundJoinV1,
|
|
127
127
|
features: [
|
|
128
128
|
h("p", null, "$200 billion in retirement savings"),
|
|
@@ -146,7 +146,7 @@ export class SuperChoicePage {
|
|
|
146
146
|
{
|
|
147
147
|
fundId: constants.Aware.Id,
|
|
148
148
|
name: constants.Aware.Name,
|
|
149
|
-
logo:
|
|
149
|
+
logo: constants.Aware.Logo,
|
|
150
150
|
route: SuperSelectionAppRoutes.PromotedFundJoinV1,
|
|
151
151
|
features: [
|
|
152
152
|
h("p", null, "Acting on climate change"),
|
|
@@ -165,7 +165,7 @@ export class SuperChoicePage {
|
|
|
165
165
|
{
|
|
166
166
|
fundId: constants.Active.Id,
|
|
167
167
|
name: constants.Active.Name,
|
|
168
|
-
logo:
|
|
168
|
+
logo: constants.Active.Logo,
|
|
169
169
|
route: SuperSelectionAppRoutes.PromotedFundJoinV1,
|
|
170
170
|
features: [
|
|
171
171
|
h("p", null, "One of Canstar's top-performing funds*"),
|
|
@@ -183,20 +183,41 @@ export class SuperChoicePage {
|
|
|
183
183
|
{
|
|
184
184
|
fundId: constants.AustralianEthical.Id,
|
|
185
185
|
name: constants.AustralianEthical.Name,
|
|
186
|
-
logo:
|
|
186
|
+
logo: constants.AustralianEthical.Logo,
|
|
187
187
|
route: SuperSelectionAppRoutes.PromotedFundJoinV2,
|
|
188
|
-
features: [
|
|
188
|
+
features: [
|
|
189
|
+
h("p", null,
|
|
190
|
+
"Fastest growing super fund in Australia",
|
|
191
|
+
h("sup", { class: "text-tiny" }, "1")),
|
|
192
|
+
h("p", null,
|
|
193
|
+
"Nil investments in fossil fuel companies",
|
|
194
|
+
h("sup", { class: "text-tiny" }, "2")),
|
|
195
|
+
h("p", null, "Competitive returns")
|
|
196
|
+
],
|
|
197
|
+
featureSubText: (h("ol", { class: "list-decimal list-outside ml-3" },
|
|
198
|
+
h("li", null, "Source: KPMG Super Insights Report 2022."),
|
|
199
|
+
h("li", null, "All our options go through positive and negative ethical screening in accordance with the Australian Ethical Charter (in place since 1986)."))),
|
|
189
200
|
disclaimer: (h("p", null,
|
|
190
|
-
"
|
|
201
|
+
"Issued by Australian Ethical Superannuation Pty Ltd (ABN 43 079 259 733, RSE L0001441, AFSL 526055). Please consider the",
|
|
202
|
+
' ',
|
|
203
|
+
h(Link, { href: "https://www.australianethical.com.au/globalassets/pdf-files/forms--pds/superpension/important-information/ae-financial-services-guide_sec.pdf" }, "Financial Services Guide"),
|
|
204
|
+
", the",
|
|
191
205
|
' ',
|
|
192
206
|
h(Link, { href: constants.AustralianEthical.PdsUrl, onClick: () => this.pdsViewedAsync(constants.AustralianEthical.Name) }, "Product Disclosure Statement"),
|
|
193
207
|
' ',
|
|
194
|
-
"
|
|
208
|
+
"and",
|
|
209
|
+
' ',
|
|
210
|
+
h(Link, { href: constants.AustralianEthical.PdsUrl, onClick: () => this.pdsViewedAsync(constants.AustralianEthical.Name) }, "Target Market Determination"),
|
|
211
|
+
' ',
|
|
212
|
+
"available on our",
|
|
213
|
+
' ',
|
|
214
|
+
h(Link, { href: constants.AustralianEthical.PdsUrl, onClick: () => this.pdsViewedAsync(constants.AustralianEthical.Name) }, "website"),
|
|
215
|
+
"."))
|
|
195
216
|
},
|
|
196
217
|
{
|
|
197
218
|
fundId: constants.Virgin.Id,
|
|
198
219
|
name: constants.Virgin.Name,
|
|
199
|
-
logo:
|
|
220
|
+
logo: constants.Virgin.Logo,
|
|
200
221
|
route: SuperSelectionAppRoutes.PromotedFundJoinV2,
|
|
201
222
|
features: [
|
|
202
223
|
h("p", null, "Returns above industry and retail super fund medians over the past 5 years"),
|
|
@@ -207,7 +228,7 @@ export class SuperChoicePage {
|
|
|
207
228
|
],
|
|
208
229
|
featureSubText: (h("span", null,
|
|
209
230
|
h("sup", { class: "text-tiny" }, "1"),
|
|
210
|
-
"Eligibility and T&Cs apply")),
|
|
231
|
+
h(Link, { className: "underline hover:text-gray-600", href: "https://virginmoney.com.au/superannuation/forms-and-key-information/key-documents" }, "Eligibility and T&Cs apply"))),
|
|
211
232
|
disclaimer: (h("p", null,
|
|
212
233
|
"Prepared by Virgin Money Financial Services Pty Ltd ABN 51 113 285 395 AFSL 286869 (\u2018Virgin Money\u2019). Virgin Money Super is a plan in the Mercer Super Trust ABN 19 905 422 981. Virgin Money Super is issued by Mercer Superannuation (Australia) Limited (MSAL) ABN 79 004 717 533 AFSL 235906 as trustee of the Mercer Super Trust. Consider the PDS and TMD at",
|
|
213
234
|
' ',
|