@nypl/design-system-react-components 0.25.10 → 0.25.11

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.
Files changed (56) hide show
  1. package/CHANGELOG.md +21 -1
  2. package/dist/components/List/List.d.ts +1 -1
  3. package/dist/components/Logo/LogoSvgs.d.ts +17 -1
  4. package/dist/components/Logo/LogoTypes.d.ts +17 -1
  5. package/dist/components/Notification/Notification.d.ts +2 -0
  6. package/dist/components/Select/Select.d.ts +4 -0
  7. package/dist/design-system-react-components.cjs.development.js +1215 -317
  8. package/dist/design-system-react-components.cjs.development.js.map +1 -1
  9. package/dist/design-system-react-components.cjs.production.min.js +1 -1
  10. package/dist/design-system-react-components.cjs.production.min.js.map +1 -1
  11. package/dist/design-system-react-components.esm.js +1217 -319
  12. package/dist/design-system-react-components.esm.js.map +1 -1
  13. package/dist/theme/components/notification.d.ts +13 -4
  14. package/dist/theme/components/searchBar.d.ts +4 -0
  15. package/dist/theme/components/structuredContent.d.ts +9 -9
  16. package/dist/theme/components/textInput.d.ts +2 -0
  17. package/package.json +1 -1
  18. package/src/components/Card/__snapshots__/Card.test.tsx.snap +1 -1
  19. package/src/components/Checkbox/Checkbox.stories.mdx +1 -1
  20. package/src/components/CheckboxGroup/CheckboxGroup.stories.mdx +1 -1
  21. package/src/components/DatePicker/DatePicker.tsx +9 -6
  22. package/src/components/DatePicker/__snapshots__/DatePicker.test.tsx.snap +28 -20
  23. package/src/components/HelperErrorText/HelperErrorText.stories.mdx +1 -1
  24. package/src/components/Icons/Icon.stories.mdx +1 -1
  25. package/src/components/Icons/Icon.test.tsx +1 -1
  26. package/src/components/Icons/Icon.tsx +1 -1
  27. package/src/components/List/List.stories.mdx +24 -5
  28. package/src/components/List/List.test.tsx +1 -1
  29. package/src/components/List/List.tsx +1 -1
  30. package/src/components/List/__snapshots__/List.test.tsx.snap +3 -1
  31. package/src/components/Logo/Logo.stories.mdx +7 -5
  32. package/src/components/Logo/LogoSvgs.tsx +33 -1
  33. package/src/components/Logo/LogoTypes.tsx +16 -0
  34. package/src/components/Notification/Notification.stories.mdx +68 -1
  35. package/src/components/Notification/Notification.test.tsx +49 -1
  36. package/src/components/Notification/Notification.tsx +16 -8
  37. package/src/components/Radio/Radio.stories.mdx +1 -1
  38. package/src/components/SearchBar/SearchBar.stories.mdx +1 -1
  39. package/src/components/SearchBar/SearchBar.tsx +2 -1
  40. package/src/components/Select/Select.stories.mdx +1 -1
  41. package/src/components/Select/Select.tsx +4 -1
  42. package/src/components/Slider/Slider.stories.mdx +1 -1
  43. package/src/components/StructuredContent/StructuredContent.stories.mdx +1 -1
  44. package/src/components/Tabs/Tabs.stories.mdx +1 -1
  45. package/src/components/Tabs/Tabs.tsx +3 -3
  46. package/src/components/TextInput/TextInput.stories.mdx +1 -1
  47. package/src/components/Toggle/Toggle.stories.mdx +1 -1
  48. package/src/components/Toggle/__snapshots__/Toggle.test.tsx.snap +4 -4
  49. package/src/theme/components/global.ts +1 -1
  50. package/src/theme/components/list.ts +2 -2
  51. package/src/theme/components/notification.ts +18 -8
  52. package/src/theme/components/searchBar.ts +4 -0
  53. package/src/theme/components/structuredContent.ts +26 -6
  54. package/src/theme/components/textInput.ts +1 -0
  55. package/src/theme/components/toggle.ts +1 -1
  56. package/src/theme/foundations/typography.ts +1 -1
@@ -1,2 +1,2 @@
1
- "use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var t,r,a,n,l,o,i,c,s,d=require("@chakra-ui/react"),p=require("react"),m=e(p),u=require("uuid"),h=e(require("react-datepicker")),v=require("@chakra-ui/system"),g=require("@chakra-ui/theme-tools");function f(){return(f=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}function y(e,t){return(y=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function b(){return u.v4()}(t=exports.IconAlign||(exports.IconAlign={})).Left="left",t.Right="right",t.None="none",(r=exports.IconTypes||(exports.IconTypes={})).Default="default",r.Breadcrumbs="breadcrumbs",(a=exports.IconRotationTypes||(exports.IconRotationTypes={})).Rotate0="rotate0",a.Rotate90="rotate90",a.Rotate180="rotate180",a.Rotate270="rotate270",(n=exports.IconColors||(exports.IconColors={})).UiBlack="ui.black",n.UiWhite="ui.white",n.BrandPrimary="brand.primary",n.BrandSecondary="brand.secondary",n.SectionWhatsOnPrimary="section.whats-on.primary",n.SectionWhatsOnSecondary="section.whats-on.secondary",n.SectionBooksAndMorePrimary="section.books-and-more.primary",n.SectionBooksAndMoreSecondary="section.books-and-more.secondary",n.SectionResearchPrimary="section.research.primary",n.SectionResearchSecondary="section.research.secondary",n.SectionLocationsPrimary="section.locations.primary",n.SectionLocationsSecondary="section.locations.secondary",n.SectionBlogsPrimary="section.blogs.primary",n.SectionBlogsSecondary="section.blogs.secondary",n.SectionResearchLibraryLpa="section.research-library.lpa",n.SectionResearchLibrarySchomburg="section.research-library.schomburg",n.SectionResearchLibrarySchwartzman="section.research-library.schwartzman",(l=exports.IconSizes||(exports.IconSizes={})).Small="small",l.Medium="medium",l.Large="large",l.ExtraLarge="xlarge",l.ExtraExtraLarge="xxlarge",l.ExtraExtraExtraLarge="xxxlarge",(o=exports.IconNames||(exports.IconNames={})).AccessibilityFull="accessibility_full",o.AccessibilityPartial="accessibility_partial",o.ActionCheckCircle="action_check_circle",o.ActionHelpDefault="action_help_default",o.ActionHelpOutline="action_help_outline",o.AlertNotificationImportant="alert_notification_important",o.ActionLaunch="action_launch",o.Arrow="arrow",o.Check="check",o.Clock="clock",o.Close="close",o.Download="download",o.ErrorFilled="error_filled",o.ErrorOutline="error_outline",o.FileTypeAudio="file_type_audio",o.FileTypeDoc="file_type_doc",o.FileTypeGenericDoc="file_type_generic_doc",o.FileTypeImage="file_type_image",o.FileTypePdf="file_type_pdf",o.FileTypeSpreadsheet="file_type_spreadsheet",o.FileTypeVideo="file_type_video",o.Headset="headset",o.Minus="minus",o.Plus="plus",o.Search="search",o.SpeakerNotes="speaker_notes",o.UtilityAccountFilled="utility_account_filled",o.UtilityAccountUnfilled="utility_account_unfilled",o.UtilityHamburger="utility_hamburger",o.UtilitySearch="utility_search";var x,w,z,E=["title","titleId"];function S(){return(S=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var O,T=["title","titleId"];function _(){return(_=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var C,I=["title","titleId"];function k(){return(k=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var B,R=["title","titleId"];function M(){return(M=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var j,L=["title","titleId"];function P(){return(P=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var H,V=["title","titleId"];function F(){return(F=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var D,A=["title","titleId"];function N(){return(N=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var W,q=["title","titleId"];function G(){return(G=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var Y,U=["title","titleId"];function X(){return(X=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var Q,J=["title","titleId"];function K(){return(K=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var Z,$,ee,te=["title","titleId"];function re(){return(re=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var ae,ne,le,oe=["title","titleId"];function ie(){return(ie=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var ce,se,de=["title","titleId"];function pe(){return(pe=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var me,ue,he,ve,ge,fe=["title","titleId"];function ye(){return(ye=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var be,xe,we,ze=["title","titleId"];function Ee(){return(Ee=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var Se,Oe,Te,_e=["title","titleId"];function Ce(){return(Ce=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var Ie,ke,Be=["title","titleId"];function Re(){return(Re=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var Me,je=["title","titleId"];function Le(){return(Le=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var Pe,He,Ve=["title","titleId"];function Fe(){return(Fe=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var De,Ae=["title","titleId"];function Ne(){return(Ne=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var We,qe=["title","titleId"];function Ge(){return(Ge=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var Ye,Ue=["title","titleId"];function Xe(){return(Xe=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var Qe,Je,Ke=["title","titleId"];function Ze(){return(Ze=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var $e,et=["title","titleId"];function tt(){return(tt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var rt,at=["title","titleId"];function nt(){return(nt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}function lt(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,at);return p.createElement("svg",nt({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,$e||($e=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-1.671 7.743A9.958 9.958 0 0110 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10a9.958 9.958 0 01-2.257 6.329l5.96 5.96a1 1 0 01-1.414 1.414l-5.96-5.96z"})))}var ot,it,ct=["title","titleId"];function st(){return(st=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var dt,pt,mt=["title","titleId"];function ut(){return(ut=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var ht,vt=["title","titleId"];function gt(){return(gt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var ft=["title","titleId"];function yt(){return(yt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var bt,xt={accessibility_full:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,E);return p.createElement("svg",S({viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,i||(i=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.257 0h15.485C17.434 0 18 .566 18 1.257v15.486A1.26 1.26 0 0116.742 18H1.257A1.26 1.26 0 010 16.743V1.257C0 .566.566 0 1.257 0z",fill:"#155196"})),c||(c=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.055 4.195a1.336 1.336 0 001.201-1.326c0-.733-.597-1.33-1.33-1.33a1.333 1.333 0 00-1.165 1.975l.475 6.671 4.883.002 2.003 4.692 2.629-1.031-.407-.97-1.472.531-1.938-4.473-4.54.03-.062-.845 3.287.001v-1.25l-3.412-.001-.152-2.676z",fill:"#fff"})),s||(s=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.967 13.763a4.973 4.973 0 01-4.39 2.702 4.917 4.917 0 01-4.907-4.907c0-1.897 1.15-3.66 2.867-4.442l.111 1.449a3.571 3.571 0 00-1.641 3.004c0 1.96 1.6 3.559 3.56 3.559 1.794 0 3.323-1.377 3.532-3.143l.868 1.778z",fill:"#fff"})))},accessibility_partial:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,T);return p.createElement("svg",_({viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,x||(x=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.257 0h15.485C17.434 0 18 .566 18 1.257v15.485c0 .692-.566 1.258-1.258 1.258H1.257A1.26 1.26 0 010 16.742V1.257C0 .566.566 0 1.257 0z",fill:"#EFEDEB"})),w||(w=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.055 4.194A1.336 1.336 0 008.256 2.87c0-.733-.597-1.33-1.33-1.33a1.333 1.333 0 00-1.165 1.975l.475 6.67 4.883.003 2.003 4.692 2.629-1.031-.407-.97-1.472.531-1.938-4.473-4.54.03-.062-.845 3.287.001v-1.25l-3.412-.001-.152-2.677z",fill:"#000"})),z||(z=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.967 13.762a4.973 4.973 0 01-4.39 2.703 4.917 4.917 0 01-4.907-4.907c0-1.897 1.15-3.66 2.867-4.443l.111 1.45a3.571 3.571 0 00-1.641 3.003c0 1.96 1.6 3.56 3.56 3.56 1.794 0 3.323-1.377 3.532-3.143l.868 1.777z",fill:"#000"})))},action_check_circle:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,I);return p.createElement("svg",k({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,O||(O=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-2-5.83l6.59-6.59L18 9l-8 8-4-4 1.41-1.41L10 14.17z"})))},action_help_default:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,R);return p.createElement("svg",M({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,C||(C=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17v-2h2v2h-2zm3.17-6.83l.9-.92c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83z"})))},action_help_outline:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,L);return p.createElement("svg",P({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,B||(B=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12zm11 4v2h-2v-2h2zm-1 4c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM8 10c0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.283-.79 1.973-1.56 2.646C13.712 13.283 13 13.905 13 15h-2c0-1.821.942-2.543 1.77-3.178.65-.498 1.23-.943 1.23-1.822 0-1.1-.9-2-2-2s-2 .9-2 2H8z"})))},action_launch:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,V);return p.createElement("svg",F({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,j||(j=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 5v14h14v-7h2v7c0 1.1-.9 2-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2h7v2H5zm9 0V3h7v7h-2V6.41l-9.83 9.83-1.41-1.41L17.59 5H14z"})))},alert_notification_important:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,A);return p.createElement("svg",N({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,H||(H=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.5 2.75c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v1.17c3.14.68 5.5 3.48 5.5 6.83v6l2 2v1H3v-1l2-2v-6C5 7.4 7.36 4.6 10.5 3.92V2.75zm1.5 3c2.76 0 5 2.24 5 5v7H7v-7c0-2.76 2.24-5 5-5zm-1.99 15.01c0 1.1.89 1.99 1.99 1.99s1.99-.89 1.99-1.99h-3.98zM13 7.75v4h-2v-4h2zm0 8v-2h-2v2h2z"})))},arrow:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,q);return p.createElement("svg",G({viewBox:"0 0 24 14",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,D||(D=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.526 12.871L.263 1.676 1.737.324 12 11.52 22.263.324l1.474 1.352L13.474 12.87a2 2 0 01-2.948 0z"})))},check:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,U);return p.createElement("svg",X({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,W||(W=p.createElement("path",{d:"M8.795 15.875l-4.17-4.17-1.42 1.41 5.59 5.59 12-12-1.41-1.41-10.59 10.58z"})))},clock:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,J);return p.createElement("svg",K({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,Y||(Y=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zM11 7h1.5v5.25l4.5 2.67-.75 1.23L11 13V7z"})))},close:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,te);return p.createElement("svg",re({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,Q||(Q=p.createElement("path",{d:"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"})))},download:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,Ve);return p.createElement("svg",Fe({viewBox:"0 0 14 18",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,Me||(Me=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6.684h-4v-6H4v6H0l7 7 7-7zm-8 2v-6h2v6h1.17L7 10.854l-2.17-2.17H6zm8 9v-2H0v2h14z"})))},error_filled:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,Ae);return p.createElement("svg",Ne({viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,Pe||(Pe=p.createElement("path",{d:"M12 .912c-6.624 0-12 5.376-12 12s5.376 12 12 12 12-5.376 12-12-5.376-12-12-12z"})),He||(He=p.createElement("path",{d:"M13.2 14.112h-2.4v-7.2h2.4v7.2zM13.2 18.912h-2.4v-2.4h2.4v2.4z",fill:"#fff"})))},error_outline:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,qe);return p.createElement("svg",Ge({viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,De||(De=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.988.912C5.364.912 0 6.288 0 12.912s5.364 12 11.988 12c6.636 0 12.012-5.376 12.012-12s-5.376-12-12.012-12zm1.212 13.2v-7.2h-2.4v7.2h2.4zm0 4.8v-2.4h-2.4v2.4h2.4zm-10.8-6c0 5.304 4.296 9.6 9.6 9.6 5.304 0 9.6-4.296 9.6-9.6 0-5.304-4.296-9.6-9.6-9.6a9.597 9.597 0 00-9.6 9.6z"})))},file_type_audio:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,oe);return p.createElement("svg",ie({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,Z||(Z=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2a1 1 0 011-1h12a1 1 0 01.71.295l4 4.028a1 1 0 01.29.705V22a1 1 0 01-1 1H4a1 1 0 01-1-1V2zm2 1v18h14V6.44L15.584 3H5z"})),$||($=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6V2h2v4h4v2h-4a2 2 0 01-2-2z"})),ee||(ee=p.createElement("path",{d:"M7.5 12.5v3h2L12 18v-8l-2.5 2.5h-2zm6.75 1.5A2.25 2.25 0 0013 11.985v4.025A2.237 2.237 0 0014.25 14zM13 9.615v1.03a3.503 3.503 0 010 6.71v1.03a4.498 4.498 0 000-8.77z"})))},file_type_doc:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,de);return p.createElement("svg",pe({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,ae||(ae=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2.188a1 1 0 011-1h12a1 1 0 01.71.295l4 4.028a1 1 0 01.29.705v15.971a1 1 0 01-1 1H4a1 1 0 01-1-1v-20zm2 1v18h14V6.627l-3.416-3.44H5z"})),ne||(ne=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6.188v-4h2v4h4v2h-4a2 2 0 01-2-2z"})),le||(le=p.createElement("path",{d:"M7 11.188h10v2H7zM7 15.188h10v2H7z"})))},file_type_generic_doc:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,fe);return p.createElement("svg",ye({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,ce||(ce=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2a1 1 0 011-1h12a1 1 0 01.71.295l4 4.028a1 1 0 01.29.705V22a1 1 0 01-1 1H4a1 1 0 01-1-1V2zm2 1v18h14V6.44L15.584 3H5z"})),se||(se=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6V2h2v4h4v2h-4a2 2 0 01-2-2z"})))},file_type_image:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,ze);return p.createElement("svg",Ee({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,me||(me=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2a1 1 0 011-1h12a1 1 0 01.71.295l4 4.028a1 1 0 01.29.705V22a1 1 0 01-1 1H4a1 1 0 01-1-1V2zm2 1v18h14V6.44L15.584 3H5z"})),ue||(ue=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6V2h2v4h4v2h-4a2 2 0 01-2-2z"})),he||(he=p.createElement("path",{d:"M14 11l-2.831 4-1.836-2.526L6 18h12l-4-7z"})),ve||(ve=p.createElement("circle",{cx:9.375,cy:10.125,r:1.125})),ge||(ge=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6V2h2v4h4v2h-4a2 2 0 01-2-2z"})))},file_type_pdf:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,_e);return p.createElement("svg",Ce({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,be||(be=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2a1 1 0 011-1h12a1 1 0 01.71.295l4 4.028a1 1 0 01.29.705V22a1 1 0 01-1 1H4a1 1 0 01-1-1V2zm2 1v18h14V6.44L15.584 3H5z"})),xe||(xe=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6V2h2v4h4v2h-4a2 2 0 01-2-2z"})),we||(we=p.createElement("path",{d:"M13.683 13.874c-.413-.46-.82-.974-1.187-1.436a51.432 51.432 0 00-.493-.617l-.011-.014c.226-.646.356-1.175.385-1.572.073-1.011-.04-1.663-.345-1.992a.759.759 0 00-.808-.201c-.208.07-.491.257-.653.753-.24.738-.124 2.046.56 3.128-.305.8-.73 1.72-1.2 2.596-.896.314-1.61.727-2.123 1.229-.669.653-.941 1.302-.746 1.78.12.296.397.472.741.472.24 0 .5-.087.75-.25.634-.415 1.462-1.797 1.906-2.597a11.81 11.81 0 012.286-.45c.209-.02.416-.035.615-.047.807.853 1.466 1.302 2.074 1.414.123.023.245.035.364.035.496 0 .905-.198 1.096-.53a.784.784 0 00-.008-.8c-.337-.584-1.355-.906-2.866-.906-.109 0-.221.002-.337.005zm-5.55 3.233a.676.676 0 01-.33.125.145.145 0 01-.034-.003c-.015-.077.04-.408.575-.932.252-.247.57-.471.947-.67-.475.766-.903 1.313-1.158 1.48zm3.168-8.074c.056-.171.125-.248.168-.263h.003c.042.046.219.314.14 1.41-.014.191-.061.433-.14.72-.255-.66-.326-1.393-.171-1.867zm1.37 4.907c-.408.039-1.03.12-1.724.284.27-.537.519-1.082.727-1.587l.22.278c.252.317.534.673.826 1.02l-.049.005zm3.55 1.22c.011.019.01.027.008.032-.032.056-.178.145-.432.145a1.23 1.23 0 01-.224-.022c-.316-.058-.686-.277-1.126-.668 1.194.057 1.677.345 1.774.512z"})))},file_type_spreadsheet:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,Be);return p.createElement("svg",Re({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,Se||(Se=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2a1 1 0 011-1h12a1 1 0 01.71.295l4 4.028a1 1 0 01.29.705V22a1 1 0 01-1 1H4a1 1 0 01-1-1V2zm2 1v18h14V6.44L15.584 3H5z"})),Oe||(Oe=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6V2h2v4h4v2h-4a2 2 0 01-2-2z"})),Te||(Te=p.createElement("path",{d:"M7 11h4v2H7zM13 11h4v2h-4zM7 15h4v2H7zM13 15h4v2h-4z"})))},file_type_video:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,je);return p.createElement("svg",Le({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,Ie||(Ie=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2a1 1 0 011-1h12a1 1 0 01.71.295l4 4.028a1 1 0 01.29.705V22a1 1 0 01-1 1H4a1 1 0 01-1-1V2zm2 1v18h14V6.44L15.584 3H5z"})),ke||(ke=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6V2h2v4h4v2h-4a2 2 0 01-2-2zM7.333 10.5h7c.321 0 .584.262.584.583v2.042l2.333-2.333v6.416l-2.333-2.333v2.042c0 .32-.263.583-.584.583h-7a.585.585 0 01-.583-.583v-5.834c0-.32.263-.583.583-.583zm6.417 5.833v-4.666H7.917v4.666h5.833z"})))},headset:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,Ue);return p.createElement("svg",Xe({viewBox:"0 0 18 19",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,We||(We=p.createElement("path",{d:"M9 0a9 9 0 00-9 9v7c0 1.66 1.34 3 3 3h3v-8H2V9c0-3.87 3.13-7 7-7s7 3.13 7 7v2h-4v8h3c1.66 0 3-1.34 3-3V9a9 9 0 00-9-9z"})))},minus:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,Ke);return p.createElement("svg",Ze({viewBox:"0 -11 24 24",width:24,height:2,xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,Ye||(Ye=p.createElement("rect",{width:24,height:2,rx:1})))},plus:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,et);return p.createElement("svg",tt({viewBox:"0 0 23 23",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,Qe||(Qe=p.createElement("rect",{x:11,y:24,width:24,height:2,rx:1,transform:"rotate(-90 11 24)"})),Je||(Je=p.createElement("rect",{y:11,width:24,height:2,rx:1})))},search:lt,speaker_notes:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,ct);return p.createElement("svg",st({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,rt||(rt=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 2h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H6l-4 4 .01-18c0-1.1.89-2 1.99-2zm1.17 14H20V4H4v13.17l.58-.58.59-.59zM6 12h2v2H6v-2zm2-3H6v2h2V9zM6 6h2v2H6V6zm9 6h-5v2h5v-2zm-5-3h8v2h-8V9zm8-3h-8v2h8V6z"})))},utility_account_filled:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,mt);return p.createElement("svg",ut({viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,ot||(ot=p.createElement("path",{clipRule:"evenodd",d:"M18.25 7.866c0 3.136-2.798 5.678-6.25 5.678s-6.25-2.542-6.25-5.678S8.548 2.188 12 2.188s6.25 2.542 6.25 5.678z"})),it||(it=p.createElement("path",{clipRule:"evenodd",d:"M11.225 12.993c-6.245.466-8.974 5.763-9.23 9.206h20s-3.078-9.78-10.77-9.206z"})))},utility_account_unfilled:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,vt);return p.createElement("svg",gt({viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,dt||(dt=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.8 7.807c0 2.87-2.558 5.263-5.8 5.263s-5.8-2.393-5.8-5.263S8.758 2.544 12 2.544s5.8 2.393 5.8 5.263z",fill:"#fff",stroke:"#000"})),pt||(pt=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.225 13.071c-6.245.466-8.974 5.763-9.23 9.207h20s-3.078-9.78-10.77-9.207z",fill:"#fff",stroke:"#000"})))},utility_hamburger:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,ft);return p.createElement("svg",yt({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,ht||(ht=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",stroke:"#000",strokeWidth:2,strokeLinecap:"round",d:"M4 16.938h16M4 11.938h16M4 6.938h16"})))},utility_search:lt};function wt(e){var t=e.additionalStyles,r=void 0===t?{}:t,a=e.align,n=void 0===a?exports.IconAlign.None:a,l=e.children,o=e.className,i=e.color,c=void 0===i?exports.IconColors.UiBlack:i,s=e.decorative,m=void 0===s||s,u=e.iconRotation,h=void 0===u?exports.IconRotationTypes.Rotate0:u,v=e.id,g=void 0===v?b():v,y=e.name,x=e.size,w=void 0===x?exports.IconSizes.Medium:x,z=e.title,E=void 0===z?y+" icon":z,S=e.type,O=void 0===S?exports.IconTypes.Default:S,T=d.useStyleConfig("Icon",{align:n,color:c,iconRotation:h,size:w,variant:O}),_={"aria-hidden":m,className:o,id:g,role:"img",title:E},C=null;return y&&l?(console.warn("Icon accepts either a `name` prop or an `svg` element child, not both."),null):y||l?y?p.createElement(d.Icon,Object.assign({as:xt[y]},_,{__css:f({},T,r)})):("svg"===l.type||"svg"===l.props.type||"svg"===l.props.mdxType?C=p.cloneElement(l,f({},_)):console.warn("You must pass an `svg` element to the `Icon` component."),p.createElement(d.Box,{__css:T},C)):(console.warn("Pass an icon `name` prop or an SVG child to `Icon` to ensure an icon appears."),null)}(bt=exports.ColorVariants||(exports.ColorVariants={})).Blogs="blogs",bt.BooksAndMore="booksAndMore",bt.Locations="locations",bt.Research="research",bt.WhatsOn="whatsOn";var zt,Et,St,Ot,Tt,_t=function(e,t,r){void 0===r&&(r=null);var a={};for(var n in t)a[t[n]]=t[n];return a[e]||r};function Ct(e){var t,r,a=e.additionalStyles,n=void 0===a?{}:a,l=e.attributes,o=e.buttonType,i=e.children,c=e.className,s=void 0===c?"":c,m=e.id,u=void 0===m?b():m,h=e.isDisabled,v=void 0!==h&&h,g=e.mouseDown,y=e.onClick,x=e.type,w=void 0===x?"button":x,z=void 0!==g&&g?{onMouseDown:y}:{onClick:y},E=0,S=!1;return p.Children.map(i,(function(e){E++,null!=e&&(e.type===wt||e.props&&"Icon"===e.props.mdxType)&&(S=!0)})),t=1===E&&S?"iconOnly":_t(o,exports.ButtonTypes,exports.ButtonTypes.Primary),r=d.useStyleConfig("Button",{variant:t}),p.createElement(d.Button,Object.assign({id:u,"data-testid":"button",className:s,type:w,isDisabled:v,__css:f({},r,n)},l,z),i)}(zt=exports.ButtonTypes||(exports.ButtonTypes={})).Primary="primary",zt.Secondary="secondary",zt.Callout="callout",zt.Pill="pill",zt.Link="link",zt.NoBrand="noBrand",(Et=exports.CardLayouts||(exports.CardLayouts={})).Row="row",Et.Column="column",(St=exports.HeadingDisplaySizes||(exports.HeadingDisplaySizes={})).Primary="primary",St.Secondary="secondary",St.Tertiary="tertiary",St.Callout="callout",(Ot=exports.HeadingLevels||(exports.HeadingLevels={})).One="one",Ot.Two="two",Ot.Three="three",Ot.Four="four",Ot.Five="five",Ot.Six="six",(Tt=exports.LinkTypes||(exports.LinkTypes={})).Action="action",Tt.Backwards="backwards",Tt.Button="button",Tt.Default="default",Tt.External="external",Tt.Forwards="forwards";var It,kt,Bt,Rt=p.forwardRef((function(e,t){var r=e.additionalStyles,a=void 0===r?{}:r,n=e.attributes,l=e.children,o=e.className,i=e.href,c=e.id,s=void 0===c?b():c,m=e.type,u=void 0===m?exports.LinkTypes.Default:m,h=f({id:s,href:i},n),v="link";if("string"==typeof l&&!i)throw new Error("`Link` needs the `href` prop.");u===exports.LinkTypes.Action||u===exports.LinkTypes.Forwards||u===exports.LinkTypes.Backwards||u===exports.LinkTypes.External?v="moreLink":u===exports.LinkTypes.Button&&(v="button");var g=d.useStyleConfig("Link",{variant:v}),y=(u===exports.LinkTypes.Forwards||u===exports.LinkTypes.Backwards)&&function(e,t,r){var a,n,l;return t===exports.LinkTypes.Backwards?(a=exports.IconRotationTypes.Rotate90,n=exports.IconAlign.Left):t===exports.LinkTypes.Forwards&&(a=exports.IconRotationTypes.Rotate270,n=exports.IconAlign.Right),l=p.createElement(wt,{align:n,className:"more-link",iconRotation:a,id:r+"-icon",name:exports.IconNames.Arrow}),p.createElement(p.Fragment,null,t===exports.LinkTypes.Backwards&&l,e,t===exports.LinkTypes.Forwards&&l)}(l,u,s)||u===exports.LinkTypes.External&&function(e,t){var r=p.createElement(wt,{align:exports.IconAlign.Right,className:"more-link",id:t+"-icon",name:exports.IconNames.ActionLaunch});return p.createElement(p.Fragment,null,e,r)}(l,s)||l,x=u===exports.LinkTypes.External?"nofollow":null,w=u===exports.LinkTypes.External?"_blank":null;if(i)return p.createElement(d.Box,Object.assign({as:"a",className:o,ref:t,rel:x,target:w},h,{__css:f({},g,a)}),y);if(p.Children.count(l)>1)throw new Error("Please pass only one child into `Link`.");var z=l[0]?l[0]:l;return p.createElement(d.Box,{as:"span",__css:g},p.cloneElement(z,f({className:o},h,z.props,{ref:t,rel:x,target:w,style:a}),[z.props.children]))}));function Mt(e){var t=e.additionalStyles,r=void 0===t?{}:t,a=e.className,n=e.displaySize,l=e.id,o=void 0===l?b():l,i=e.level,c=void 0===i?exports.HeadingLevels.Two:i,s=e.text,m=e.url,u=e.urlClass,h=function(e){return void 0===e&&(e=exports.HeadingLevels.Two),{one:1,two:2,three:3,four:4,five:5,six:6}[e]||2}(c),v=n?_t(n,exports.HeadingDisplaySizes):"h"+h,g=f({},d.useStyleConfig("Heading",{variant:v}),r),y="h"+h;if(!e.children&&!s)throw new Error("Heading has no children, please pass prop: text");if(p.Children.count(e.children)>1){var x=p.Children.map(e.children,(function(e){return e.type}));throw new Error("Please only pass one child into Heading, got "+x.join(", "))}var w=e.children?e.children:s,z=m?p.createElement(Rt,{className:u,href:m,id:o+"-link"},w):w;return p.createElement(d.Heading,{id:o,as:y,sx:g,className:a},z)}function jt(e){var t=e.additionalWrapperStyles,r=void 0===t?{}:t,a=e.className,n=void 0===a?"":a,l=e.children,o=e.imageAspectRatio,i=void 0===o?exports.ImageRatios.Original:o,c=e.imageSize,s=void 0===c?exports.ImageSizes.Default:c,m=d.useMultiStyleConfig("CustomImageWrapper",{ratio:i,size:s});return p.createElement(d.Box,{className:"the-wrap "+n,__css:f({},m,r)},p.createElement(d.Box,{className:"the-crop",__css:m.crop},l))}function Lt(e){var t=e.additionalFigureStyles,r=void 0===t?{}:t,a=e.additionalImageStyles,n=void 0===a?{}:a,l=e.additionalWrapperStyles,o=void 0===l?{}:l,i=e.alt,c=e.className,s=void 0===c?"":c,m=e.component,u=e.imageAspectRatio,h=void 0===u?exports.ImageRatios.Original:u,v=e.imageCaption,g=e.imageCredit,y=e.imageSize,b=void 0===y?exports.ImageSizes.Default:y,x=e.imageType,w=void 0===x?exports.ImageTypes.Default:x,z=e.src,E=h!==exports.ImageRatios.Original,S=d.useMultiStyleConfig("CustomImage",{variant:w,size:b});if(i&&i.length>300)throw new Error("Alt Text must be less than 300 characters");var O=m||p.createElement(d.Box,{as:"img",src:z,alt:i,__css:f({},S.img,n)}),T=E?p.createElement(jt,{className:s,imageAspectRatio:h,imageSize:b,additionalWrapperStyles:o},O):O;return v||g?p.createElement(d.Box,{as:"figure",__css:f({},S.figure,r)},T,p.createElement(d.Box,{as:"figcaption",__css:S.figcaption},v&&p.createElement(d.Box,{__css:S.captionWrappers},v),g&&p.createElement(d.Box,{__css:S.captionWrappers},g))):T}function Pt(e){var t=e.alt,r=e.component,a=e.imageSize,n=e.imageAspectRatio,l=e.src,o=d.useStyleConfig("CardImage",{center:e.center,imageAtEnd:e.imageAtEnd,imageSize:a,layout:e.layout});return p.createElement(d.Box,{__css:o},p.createElement(Lt,{alt:t,component:r,imageAspectRatio:n,imageSize:a,src:l}))}(It=exports.ImageRatios||(exports.ImageRatios={})).FourByThree="fourByThree",It.OneByTwo="oneByTwo",It.Original="original",It.SixteenByNine="sixteenByNine",It.Square="square",It.ThreeByFour="threeByFour",It.ThreeByTwo="threeByTwo",It.TwoByOne="twoByOne",(kt=exports.ImageSizes||(exports.ImageSizes={})).Default="default",kt.Large="large",kt.Medium="medium",kt.Small="small",kt.ExtraSmall="xsmall",kt.ExtraExtraSmall="xxsmall",(Bt=exports.ImageTypes||(exports.ImageTypes={})).Default="default",Bt.Circle="circle";var Ht=Mt;function Vt(e){var t=e.children,r=d.useStyleConfig("CardContent");return t&&p.createElement(d.Box,{__css:r},t)}function Ft(e){var t=e.children,r=d.useStyleConfig("CardActions",{bottomBorder:e.bottomBorder,topBorder:e.topBorder,center:e.center,layout:e.layout});return t&&p.createElement(d.Box,{__css:r},t)}function Dt(e){return p.createElement(e.mainActionLink?d.LinkBox:p.Fragment,null,e.children)}function At(e){var t=e.children,r=e.mainActionLink;return r?p.createElement(d.LinkOverlay,{href:r},t):p.createElement(p.Fragment,null,t)}function Nt(e){var t=e.additionalStyles,r=void 0===t?{}:t,a=e.ariaAtomic,n=void 0===a||a,l=e.ariaLive,o=void 0===l?"polite":l,i=e.className,c=void 0===i?"":i,s=e.id,m=void 0===s?b():s,u=e.isInvalid,h=void 0!==u&&u,v=e.text,g={"aria-atomic":n,"aria-live":h?o:"off",className:c,"data-isinvalid":h,id:m,__css:f({},d.useStyleConfig("HelperErrorText",{isInvalid:h}),r)};return"string"==typeof v?p.createElement(d.Box,Object.assign({},g,{dangerouslySetInnerHTML:{__html:v}})):p.createElement(d.Box,Object.assign({},g),v)}var Wt=["isIndeterminate","isChecked"],qt=function(){};function Gt(e){var t=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,Wt);return p.createElement(d.Icon,Object.assign({viewBox:"0 0 24 24"},t),p.createElement("path",{fill:"currentColor",d:"M8.795 15.875l-4.17-4.17-1.42 1.41 5.59 5.59 12-12-1.41-1.41-10.59 10.58z"}))}var Yt,Ut=p.forwardRef((function(e,t){var r=e.className,a=e.invalidText,n=e.helperText,l=e.id,o=void 0===l?b():l,i=e.isChecked,c=e.isDisabled,s=void 0!==c&&c,m=e.isIndeterminate,u=void 0!==m&&m,h=e.isInvalid,v=void 0!==h&&h,g=e.isRequired,f=void 0!==g&&g,y=e.labelText,x=e.name,w=e.showHelperInvalidText,z=void 0===w||w,E=e.showLabel,S=void 0===E||E,O=e.value,T=d.useMultiStyleConfig("Checkbox",{}),_=v?a:n,C={},I=e.onChange||qt,k=u?void 0:p.createElement(Gt,null);return S?_&&(C["aria-describedby"]=o+"-helperText"):C["aria-label"]=y&&_?y+" - "+_:y,p.createElement(p.Fragment,null,p.createElement(d.Checkbox,Object.assign({id:o,className:r,name:x||"default",isDisabled:s,isInvalid:v,isRequired:f,isIndeterminate:u,ref:t,value:O},void 0!==i?{isChecked:i,onChange:I}:{defaultIsChecked:!1},{icon:k,__css:T},C),S&&y),_&&z&&p.createElement(d.Box,{__css:T.helper},p.createElement(Nt,{id:o+"-helperText",isInvalid:v,text:_})))}));(Yt=exports.CheckboxGroupLayoutTypes||(exports.CheckboxGroupLayoutTypes={})).Column="column",Yt.Row="row";var Xt,Qt,Jt,Kt,Zt,$t=function(e){var t=e.children,r=e.className,a=e.id,n=e.isLegendHidden,l=e.isRequired,o=void 0!==l&&l,i=e.legendText,c=e.optReqFlag,s=void 0===c||c,p=d.useMultiStyleConfig("Fieldset",{isLegendHidden:void 0!==n&&n});return m.createElement(d.Box,{as:"fieldset",id:a,__css:p,className:r},m.createElement("legend",null,i,s&&m.createElement(d.Box,{__css:p.helper},o?"Required":"Optional")),t)},er={px:"1px",0:"0",xxxs:"0.125rem",.5:"0.125rem",xxs:"0.25rem",1:"0.25rem",1.5:"0.375rem",xs:"0.5rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",3.5:"0.875rem",s:"1rem",4:"1rem",5:"1.25rem",m:"1.5rem",6:"1.5rem",7:"1.75rem",l:"2rem",8:"2rem",9:"2.25rem",10:"2.5rem",xl:"3rem",12:"3rem",14:"3.5rem",xxl:"4rem",16:"4rem",20:"5rem",xxxl:"6rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem"},tr=p.forwardRef((function(e,t){var r=e.children,a=e.defaultValue,n=void 0===a?[]:a,l=e.helperText,o=e.id,i=void 0===o?b():o,c=e.isDisabled,s=void 0!==c&&c,m=e.isInvalid,u=void 0!==m&&m,h=e.isRequired,v=void 0!==h&&h,g=e.labelText,f=e.layout,y=void 0===f?exports.CheckboxGroupLayoutTypes.Column:f,x=e.name,w=e.onChange,z=e.optReqFlag,E=void 0===z||z,S=e.showHelperInvalidText,O=void 0===S||S,T=e.showLabel,_=void 0===T||T,C=u?e.invalidText:l,I=y===exports.CheckboxGroupLayoutTypes.Column?er.s:er.l,k=[],B=n&&w?{defaultValue:n,onChange:w}:{};p.Children.map(r,(function(e,t){e.type!==Ut&&(e.props.mdxType&&"Checkbox"===e.props.mdxType||console.warn("Only `Checkbox` components are allowed inside the `CheckboxGroup` component.")),null!=e&&k.push(p.cloneElement(e,{key:t,id:i+"-"+t,name:x,isDisabled:s,isInvalid:u,isRequired:v}))}));var R=d.useMultiStyleConfig("CheckboxGroup",{});return p.createElement($t,{id:i+"-checkbox-group",isLegendHidden:!_,legendText:g,optReqFlag:E},p.createElement(d.CheckboxGroup,Object.assign({},B),p.createElement(d.Stack,{id:i,"data-testid":"checkbox-group",direction:[y],spacing:I,ref:t,"aria-label":_?null:g,sx:R.stack},k)),C&&O&&p.createElement(d.Box,{__css:R.helper},p.createElement(Nt,{id:i+"-helperErrorText",isInvalid:u,text:C})))}));function rr(e){var t=e.children,r=e.columns,a=e.className,n=e.gap,l=void 0===n?exports.GridGaps.Large:n;return p.createElement(d.SimpleGrid,{columns:r?{base:1,md:r}:{base:1,md:2,lg:3},gap:l,id:e.id||b(),className:a},t)}function ar(e){var t=e.children,r=e.className,a=e.gap,n=e.id,l=p.Children.count(t),o=p.Children.map(t,(function(e,t){return e?e.type===nr||"FormField"===e.props.mdxType?p.cloneElement(e,{id:n+"-grandchild"+t}):(console.warn("FormRow children must be `FormField` components."),null):null}));return p.createElement(rr,{columns:l,className:r,gap:a,id:n},o)}function nr(e){return p.createElement(rr,{columns:1,className:e.className,gap:e.gap,id:e.id},e.children)}function lr(e){var t=e.children,r=e.className,a=e.htmlFor,n=e.id,l=void 0===n?b():n,o=e.optReqFlag,i=d.useMultiStyleConfig("Label",{});return p.createElement(d.Box,{as:"label",id:l,className:r,htmlFor:a,__css:i},t,o&&p.createElement(d.Box,{__css:i.helper},o))}(Xt=exports.DatePickerTypes||(exports.DatePickerTypes={})).Full="full",Xt.Month="month",Xt.Year="year",(Qt=exports.GridGaps||(exports.GridGaps={})).ExtraExtraSmall="xxs",Qt.ExtraSmall="xs",Qt.Small="s",Qt.Medium="m",Qt.Large="l",Qt.ExtraLarge="xl",Qt.ExtraExtraLarge="xxl",(Jt=exports.TextInputTypes||(exports.TextInputTypes={})).email="email",Jt.hidden="hidden",Jt.number="number",Jt.password="password",Jt.text="text",Jt.textarea="textarea",Jt.tel="tel",Jt.url="url",function(e){e.email="jdoe@domain.com",e.hidden="",e.number="",e.password="",e.text="",e.tel="(123) 123-1234",e.textarea="",e.url="https://domain.com"}(Kt||(Kt={})),function(e){e.Default="default",e.SearchBar="searchBar",e.SearchBarSelect="searchBarSelect"}(Zt||(Zt={}));var or,ir=p.forwardRef((function(e,t){var r,a,n=e.additionalStyles,l=void 0===n?{}:n,o=e.attributes,i=void 0===o?{}:o,c=e.className,s=e.defaultValue,m=e.helperText,u=e.id,h=void 0===u?b():u,v=e.invalidText,g=e.isDisabled,y=void 0!==g&&g,x=e.isInvalid,w=void 0!==x&&x,z=e.isRequired,E=void 0!==z&&z,S=e.labelText,O=e.name,T=e.onChange,_=e.placeholder,C=e.showHelperInvalidText,I=void 0===C||C,k=e.showLabel,B=void 0===k||k,R=e.showOptReqLabel,M=void 0===R||R,j=e.step,L=void 0===j?1:j,P=e.type,H=void 0===P?exports.TextInputTypes.text:P,V=e.value,F=e.variantType,D=f({},d.useMultiStyleConfig("TextInput",{variant:void 0===F?Zt.Default:F}),l),A=H===exports.TextInputTypes.textarea,N=H===exports.TextInputTypes.hidden,W=E?"Required":"Optional",q=w?v||"There is an error related to this field.":m;return B?m&&(i["aria-describedby"]=h+"-helperText"):i["aria-label"]=S&&q?S+" - "+q:S,(H===exports.TextInputTypes.tel||H===exports.TextInputTypes.url||H===exports.TextInputTypes.email)&&(q=p.createElement(p.Fragment,null,"Ex: ",Kt[H],p.createElement("br",null),q)),a=N?{id:h,"aria-hidden":N,name:O,onChange:T,ref:t}:f({"aria-required":E,defaultValue:s,id:h,isDisabled:y,isRequired:E,isInvalid:w,placeholder:_,name:O,onChange:T,ref:t,step:H===exports.TextInputTypes.number?L:null},i),A?r=p.createElement(d.Textarea,Object.assign({},a,{__css:D.textarea}),V):(a=f({type:H,value:V},a),r=p.createElement(d.Input,Object.assign({},a,{__css:D.input}))),p.createElement(d.Box,{__css:D,className:c},S&&B&&!N&&p.createElement(lr,{htmlFor:h,optReqFlag:M&&W,id:h+"-label"},S),r,q&&I&&!N&&p.createElement(d.Box,{__css:D.helper,"aria-disabled":y},p.createElement(Nt,{id:h+"-helperText",isInvalid:w,text:q})))})),cr=p.forwardRef((function(e,t){var r=e.additionalStyles,a=void 0===r?{}:r;return m.createElement(ir,{id:e.dsId,showLabel:e.showLabel,onChange:e.onChange,value:e.value,labelText:e.labelText,isDisabled:e.isDisabled,isRequired:e.isRequired,showHelperInvalidText:e.showHelperInvalidText,showOptReqLabel:e.showOptReqLabel,isInvalid:e.isInvalid,helperText:e.helperText,invalidText:e.invalidText,ref:e.dsRef||t,attributes:f({},e.attributes,{onClick:e.onClick}),additionalStyles:a})})),sr=function(e){var t=e.children,r=e.id;return m.createElement(nr,{id:r+"-form-field}"},e.isDateRange?m.createElement($t,{id:r,className:e.className,isLegendHidden:!e.showLabel,legendText:e.labelText,optReqFlag:e.showOptReqLabel,isRequired:e.isRequired},t):t)},dr=function(e){var t=e.children;return e.isDateRange?m.createElement(ar,{id:e.id+"-form-row",gap:exports.GridGaps.ExtraSmall},t):m.createElement(m.Fragment,null,t)},pr=m.forwardRef((function(e,t){var r=e.className,a=e.dateFormat,n=void 0===a?"yyyy-MM-dd":a,l=e.dateType,o=void 0===l?exports.DatePickerTypes.Full:l,i=e.helperText,c=e.helperTextFrom,s=e.helperTextTo,d=e.id,u=void 0===d?b():d,g=e.initialDate,y=e.initialDateTo,x=e.invalidText,w=e.isDateRange,z=void 0!==w&&w,E=e.isDisabled,S=e.isInvalid,O=e.isRequired,T=e.labelText,_=void 0===T?"From":T,C=e.maxDate,I=e.minDate,k=e.nameFrom,B=e.nameTo,R=e.onChange,M=e.refTo,j=e.showHelperInvalidText,L=void 0===j||j,P=e.showLabel,H=void 0===P||P,V=e.showOptReqLabel,F=void 0===V||V,D=v.useMultiStyleConfig("DatePicker",{}),A=z?D:{},N=g?new Date(g):new Date,W=y?new Date(y):new Date,q={startDate:N};z&&(q=f({},q,{endDate:W}));var G=p.useState(q),Y=G[0],U=G[1],X=function(e,t){var r,a;U(f({},Y,((r={})[t]=e,r))),R&&R(f({},Y,((a={})[t]=e,a)))},Q={popperClassName:"date-picker-calendar",popperPlacement:"bottom-start",popperModifiers:[{name:"offset",options:{offset:[0,-8]}}],minDate:I?new Date(I):null,maxDate:C?new Date(C):null,dateFormat:n},J={dsId:u+"-start",isRequired:O,showOptReqLabel:!z&&F,showLabel:!!z||H,isDisabled:E,isInvalid:S,helperText:z?c:i,showHelperInvalidText:L,invalidText:x,additionalStyles:A.subLabels},K={},Z={},$=null,ee=_;if(o===exports.DatePickerTypes.Month?(Q.showMonthYearPicker=!0,Q.dateFormat="MM-yyyy"):o===exports.DatePickerTypes.Year&&(Q.showYearPicker=!0,Q.yearItemNumber=12,Q.dateFormat="yyyy"),(t&&!k||M&&!B)&&console.warn("A `ref` or `refTo` prop was passed but not the equivalent `nameFrom` or `nameTo` prop."),R&&(t||M||k||B)&&console.warn("React `ref` props were passed and an `onChange` prop as well. Use whichever is best for your app but not both."),K=f({},Q),z){var te=f({},J,{dsId:u+"-end",helperText:s});K=f({},K,{selectsStart:!0,startDate:Y.startDate,endDate:Y.endDate}),Z=f({},Q,{selectsEnd:!0,minDate:Y.startDate,startDate:Y.startDate,endDate:Y.endDate}),ee="From",$=m.createElement(h,Object.assign({selected:Y.endDate,onChange:function(e){return X(e,"endDate")},customInput:m.createElement(cr,Object.assign({labelText:"To",dsRef:M,attributes:{name:B}},te))},Z))}var re=m.createElement(h,Object.assign({selected:Y.startDate,onChange:function(e){return X(e,"startDate")},customInput:m.createElement(cr,Object.assign({labelText:ee,dsRef:t,attributes:{name:k}},J))},K));return m.createElement(sr,{id:u,isDateRange:z,showLabel:H,labelText:_,className:r,isRequired:O,showOptReqLabel:F},m.createElement(dr,{id:u,isDateRange:z},m.createElement(nr,{id:u+"-start-form"},re),$&&m.createElement(nr,{id:u+"-end-form"},$)),i&&z&&L&&m.createElement(Nt,{id:u+"-helper-text",isInvalid:!1,text:i}))})),mr=g.createBreakpoints({sm:"20em",md:"38em",lg:"60em",xl:"80em","2xl":"96em"}),ur={primary:"#C60917",secondary:"#760000"},hr={transparent:"transparent",ui:{black:"#000",white:"#fff",disabled:{primary:"#E0E0E0",secondary:"#FAFAFA"},error:{primary:"#97272C",secondary:"#6F0106"},focus:"#4181F1",link:{primary:"#0576D3",secondary:"#004B98"},status:{primary:"#F9E08E",secondary:"#FBE7E1"},success:{primary:"#077719",secondary:"#095212"},test:"#FF6347",warning:{primary:"#F0974E",secondary:"#EC7B1F"},gray:{xdark:"#424242",dark:"#616161",medium:"#BDBDBD","light-cool":"#E0E0E0","light-warm":"#EFEDEB","x-light-cool":"#F5F5F5","x-light-warm":"#F8F8F7","xx-light-cool":"#FAFAFA"}},brand:ur,section:{"whats-on":{primary:"#242424",secondary:"#000000"},"books-and-more":ur,research:{primary:"#00838a",secondary:"#006166"},locations:ur,blogs:{primary:"#E0E0E0",secondary:"#BDBDBD"},"research-library":{lpa:"#005d53",schomburg:"#a03e31",schwartzman:"#760000"}},gray:{50:"#F2F2F2",100:"#DBDBDB",200:"#C4C4C4",300:"#ADADAD",400:"#969696",500:"#808080",600:"#666666",700:"#4D4D4D",800:"#333333",900:"#1A1A1A"},red:{50:"#FEE7E8",100:"#FCBBC0",200:"#FA8F97",300:"#F8636E",400:"#F63745",500:"#F40B1C",600:"#C30917",700:"#920711",800:"#62040B",900:"#310206"},orange:{50:"#FDF1E7",100:"#F9D8BD",200:"#F6BF93",300:"#F2A769",400:"#EF8E3E",500:"#EB7514",600:"#BC5E10",700:"#8D460C",800:"#5E2F08",900:"#2F1704"},yellow:{50:"#FEF8E7",100:"#FBECBB",200:"#F9E090",300:"#F7D464",400:"#F4C938",500:"#F2BD0D",600:"#C2970A",700:"#917108",800:"#614B05",900:"#302603"},green:{50:"#E7FEEB",100:"#BCFBC6",200:"#90F8A1",300:"#65F67C",400:"#3AF357",500:"#0EF133",600:"#0BC128",700:"#08911E",800:"#066014",900:"#03300A"},blue:{50:"#E6F3FE",100:"#B9DFFD",200:"#8CCAFC",300:"#60B5FB",400:"#33A0FA",500:"#068BF9",600:"#056FC7",700:"#045495",800:"#023864",900:"#011C32"}},vr={fonts:{body:"-apple-system, BlinkMacSystemFont, system-ui, sans-serif",heading:"-apple-system, BlinkMacSystemFont, system-ui, sans-seri"},fontSizes:{"-3":"0.625rem","-2":"0.75rem","-1":"0.875rem",0:"1rem",1:"1.125rem",2:"1.375rem",3:"1.75rem",4:"2.25rem",breadcrumbs:{default:"0.875rem"},button:{default:"0.875rem"},heading:{primary:"2.25rem",secondary:"1.75rem",tertiary:"1.375rem",callout:"1.125rem"},helper:{default:"0.875rem"},label:{default:"0.875rem",secondary:"0.75rem"},text:{default:"1rem",caption:"0.875rem",tag:"0.75rem",mini:"0.625rem"}},fontWeights:{light:300,regular:400,medium:500,bold:700,breadcrumbs:{default:400,lastChild:700},button:{default:400},heading:{primary:300,secondary:500,tertiary:500,callout:500},helper:{default:300},label:{default:500},text:{default:300,caption:300,tag:400,mini:400}}},gr={bg:"ui.link.primary",minWidth:"none",height:"none",fontSize:"button.default"},fr={baseStyle:{borderRadius:"sm",lineHeight:"1.5",display:"flex",cursor:"pointer",color:"ui.white",justifyContent:"center",py:"xs",px:"s",textDecoration:"none",wordWrap:"normal",fontWeight:"button.default",svg:{fill:"currentColor",marginTop:"xxs"},_hover:{bg:"ui.link.secondary"},_visited:{color:"ui.white"},_disabled:{bg:"ui.gray.light-cool",color:"ui.gray.dark",pointerEvents:"none",opacity:"1"}},variants:{primary:gr,secondary:{bg:"ui.white",border:"1px solid",borderColor:"ui.gray.light-cool",color:"inherit",fontSize:"button.default",_hover:{bg:"ui.gray.xx-light-cool"}},link:{bg:"transparent",lineHeight:"2.5",color:"ui.link.primary",textDecoration:"underline",_disabled:{bg:"transparent"},_hover:{bg:"transparent",color:"ui.link.secondary"}},pill:{bg:"ui.white",border:"1px solid",borderColor:"ui.gray.light-cool",color:"inherit",borderRadius:"pill",py:"xs",paddingInlineStart:"m",paddingInlineEnd:"m",fontSize:"button.default",_hover:{bg:"ui.gray.xx-light-cool"}},iconOnly:{bg:"ui.white",border:"1px solid",borderColor:"ui.gray.light-cool",color:"inherit",_hover:{bg:"ui.gray.xx-light-cool"},paddingInlineStart:"xs",paddingInlineEnd:"xs"},callout:{bg:"brand.primary",fontSize:"button.default",_hover:{bg:"brand.secondary"},_active:{bg:"brand.secondary"}},noBrand:f({},gr,{bg:"ui.black",color:"ui.white",_hover:{bg:"ui.gray.xdark"}})},defaultProps:{variant:"primary"}},yr={xxsmall:{flex:{base:"0 0 100%",md:"0 0 64px"},width:"100%"},xsmall:{flex:{md:"0 0 96px"}},small:{flex:{md:"0 0 165px"}},medium:{flex:{md:"0 0 225px"}},large:{flex:{md:"0 0 360px"}}},br={Card:{parts:["body","heading"],baseStyle:function(e){var t=e.border,r=e.center,a="row"===e.layout,n=a?{display:"flex",flexFlow:{base:"column nowrap",md:"row"},maxWidth:"100%",textAlign:"left",alignItems:r?"center":null}:{},l=t?{border:"1px solid",borderColor:"ui.gray.medium"}:{},o=null;return r&&(o="auto",a&&(o="0")),f({alignItems:"flex-start",display:"flex",flexFlow:"column wrap",textAlign:r?"center":null,heading:{marginBottom:"xs",a:e.mainActionLink?{color:"ui.black"}:null},body:{display:{md:"block"},flexFlow:{md:"row nowrap"},margin:o,padding:function(e){var t=e.border,r=e.hasImage,a=e.isRow,n=null;return t&&(n="s",r&&(n="0 var(--nypl-space-s) var(--nypl-space-s)")),a&&t&&(n="var(--nypl-space-s)"),a&&t&&r&&(n={base:"0 var(--nypl-space-s) var(--nypl-space-s)",md:"var(--nypl-space-s) var(--nypl-space-s) var(--nypl-space-s) 0"},e.imageAtEnd&&(n={base:"var(--nypl-space-s) var(--nypl-space-s) 0",md:"var(--nypl-space-s) 0 var(--nypl-space-s) var(--nypl-space-s)"})),n}({border:t,hasImage:e.hasImage,imageAtEnd:e.imageAtEnd,isRow:a})}},l,n)}},CardActions:{baseStyle:function(e){var t=null;return e.center?t="center":"row"===e.layout&&(t="left"),f({marginBottom:"xs",columnGap:"var(--nypl-space-xs)",display:"flex",_last:{marginBottom:"0"}},e.topBorder?{borderTop:"1px solid",paddingTop:"xs"}:{},e.bottomBorder?{borderBottom:"1px solid",paddingBottom:"xs"}:{},{justifyContent:t,borderColor:"ui.gray.medium"})}},CardContent:{baseStyle:{marginBottom:"xs",_last:{marginBottom:"0"}}},CardImage:{baseStyle:function(e){var t=e.imageAtEnd,r="row"===e.layout?f({flex:{md:"0 0 225px"},maxWidth:{base:"100%",md:"50%"},textAlign:"left",alignItems:e.center?"center":null,margin:{base:t?"var(--nypl-space-m) 0 0":null,md:t?"0 0 0 var(--nypl-space-m)":"0 var(--nypl-space-m) 0 0"},width:{base:"100%",md:null}},yr[e.imageSize]||{}):{marginBottom:"xs",width:"100%"};return f({},t?{marginBottom:"0",marginTop:"s",order:"2"}:{},r)}}},xr={marginY:"0",marginX:"auto",maxWidth:"1280px",paddingTop:"0",paddingBottom:"0",paddingRight:"0",paddingLeft:"0",width:"100%"},wr={clip:"rect(1px, 1px, 1px, 1px)",height:"1px",overflow:"hidden",position:"absolute !important",width:"1px",wordWrap:"normal"},zr={border:"1px solid",borderColor:"ui.focus",zIndex:"9999",outline:"1px solid",outlineColor:"ui.focus"},Er={marginTop:"xs",marginBottom:"0"},Sr={userSelect:"none",fontSize:"text.default",fontWeight:"text.default",marginBottom:"0",marginLeft:"xs",verticalAlign:"middle",_disabled:{color:"ui.gray.dark",opacity:1,fontStyle:"italic"},_invalid:{color:"ui.error.primary"}},Or={h:"1.375rem",w:"1.375rem"},Tr=f({},Er,{marginLeft:"30px",_disabled:{fontStyle:"italic"}}),_r={alignItems:"baseline",width:"100%",marginBottom:"xs",fontSize:"label.default",fontWeight:"label.default",display:"flex",justifyContent:"space-between",helper:{marginLeft:"m",fontSize:"helper.default",fontWeight:"helper.default"}},Cr={helper:{marginTop:"s"},stack:{width:"fit-content"}},Ir={parts:["icon","control","label","helper"],baseStyle:{icon:{transitionProperty:"transform",transitionDuration:"normal",width:"22px",height:"22px"},control:{border:"2px solid",borderRadius:"sm",borderColor:"ui.black",color:"ui.black",outline:"none",transitionProperty:"box-shadow",transitionDuration:"normal",_checked:{bg:"ui.white",borderColor:"ui.focus",color:"ui.focus",_hover:{bg:"ui.white"},_disabled:{bg:"ui.white",borderColor:"ui.gray.medium",color:"ui.gray.medium"},_indeterminate:{color:"ui.focus",borderColor:"ui.focus"}},_indeterminate:{color:"ui.focus",borderColor:"ui.focus"},_disabled:{bg:"ui.white",borderColor:"ui.gray.medium"},_focus:{borderColor:"ui.focus",boxShadow:"none",outlineColor:"ui.focus"},_invalid:{borderColor:"ui.error.primary",color:"ui.error.primary"}},label:f({},Sr),helper:f({},Tr)},sizes:{lg:{control:f({},Or,{borderRadius:"sm"}),label:{fontSize:"text.default"}}},defaultProps:{size:"lg",colorScheme:"white"}},kr={parts:["helper","stack"],baseStyle:Cr},Br={position:"relative",width:"100%",height:"auto",overflow:"hidden"},Rr={marginLeft:"auto",marginRight:"auto"},Mr={default:{maxWidth:"100%"},xxsmall:f({},Rr,{maxWidth:"64px"}),xsmall:f({},Rr,{maxWidth:"96px"}),small:f({},Rr,{maxWidth:"165px"}),medium:f({},Rr,{maxWidth:"225px"}),large:f({},Rr,{maxWidth:"360px"})},jr={fourByThree:f({},Br,{paddingBottom:"75%"}),oneByTwo:f({},Br,{paddingBottom:"200%"}),original:f({},Br),sixteenByNine:f({},Br,{paddingBottom:"56.25%"}),square:f({},Br,{paddingBottom:"100%"}),threeByFour:f({},Br,{paddingBottom:"133.33%"}),threeByTwo:f({},Br,{paddingBottom:"66.66%"}),twoByOne:f({},Br,{paddingBottom:"50%"})},Lr={parts:["captionWrappers"],variants:{circle:{img:{borderRadius:"50%"}}},baseStyle:function(e){var t=e.size,r=void 0===t?"default":t;return{figure:f({margin:"auto"},Mr[r],{img:{marginBottom:"xxs"}}),figcaption:{fontStyle:"italic"},img:f({display:"block",boxSizing:"border-box",objectFit:"cover",position:"relative",width:"100%"},Mr[r]),captionWrappers:{marginBottom:"xxs",fontSize:"text.caption"}}}},Pr={parts:["crop"],baseStyle:function(e){var t=e.ratio,r=e.size;return f({marginLeft:"auto",marginRight:"auto",width:"100%"},Mr[void 0===r?"default":r],{crop:f({},jr[void 0===t?"original":t]),img:{height:"100%",left:"0",maxWidth:"100%",position:"absolute",top:"0",width:"100%"}})}},Hr={backgroundColor:"ui.white",borderRadius:"sm",borderColor:"ui.gray.medium",paddingTop:"xs",paddingRight:"xl",paddingBottom:"xs",paddingLeft:"s",_hover:{borderColor:"ui.gray.medium"},_active:zr,_focus:zr,_disabled:{color:"ui.gray.xdark",bg:"ui.gray.xx-light-cool",opacity:"1"},_invalid:{border:"1px solid",borderColor:"ui.error.primary",boxShadow:"none"}},Vr={parts:["select","helper"],baseStyle:{marginBottom:"xs",helper:f({},Er),select:Hr},variants:{searchbar:{select:{flex:"1 1 20%",borderRightColor:{md:"transparent"},borderRightRadius:{md:"none"},_hover:{borderRightColor:{md:"transparent"}}}}},defaultProps:{size:"md"}},Fr={parts:["helper"],baseStyle:function(e){return{legend:f({},_r,e.isLegendHidden?wr:{}),helper:f({},_r.helper)}}},Dr={color:"ui.link.primary",textDecoration:"underline",_hover:{color:"ui.link.secondary"}},Ar={baseStyle:f({},Dr,{a:{_hover:{color:"ui.link.secondary"}}}),variants:{link:{},disabled:{color:"ui.gray.dark",pointerEvents:"none"},moreLink:{alignItems:"center",display:"inline-flex",svg:{height:"s",width:"s",textDecoration:"none",fill:"currentColor"},_hover:{color:"ui.link.secondary",textDecoration:"underline"}},button:{width:"100px",borderRadius:"sm",lineHeight:"1.5",display:"flex",cursor:"pointer",color:"ui.white",justifyContent:"center",py:"xs",px:"xs",textDecoration:"none",fontWeight:"button.default",bg:"ui.link.primary",_hover:{color:"ui.white",bg:"ui.link.secondary",textDecoration:"none"}}}},Nr={marginTop:"0",marginLeft:"0",marginRight:"0",marginBottom:"s"},Wr={h1:f({fontSize:"heading.primary",fontWeight:"heading.primary",letterSpacing:"0",lineHeight:"1.1"},Nr,{width:"auto"}),h2:f({fontSize:"heading.secondary",fontWeight:"heading.secondary",lineHeight:"1.25"},Nr,{width:"auto"}),h3:f({fontSize:"heading.tertiary",fontWeight:"heading.tertiary",lineHeight:"1.25"},Nr,{width:"auto"}),h4:f({fontSize:"heading.callout",fontWeight:"heading.callout",lineHeight:"1.15"},Nr,{width:"auto"}),fallback:f({fontSize:"1",fontWeight:"regular",lineHeight:"1.15"},Nr,{width:"auto"})},qr={baseStyle:{a:Dr},variants:{h1:Wr.h1,h2:Wr.h2,h3:Wr.h3,h4:Wr.h4,h5:Wr.fallback,h6:Wr.fallback,primary:Wr.h1,secondary:Wr.h2,tertiary:Wr.h3,callout:Wr.h4},defaultProps:{variant:"secondary"}},Gr={overflowX:"hidden",content:f({},xr,{paddingRight:"s",paddingLeft:"s",display:"flex",flexFlow:{base:"column nowrap",md:"row wrap"},img:{flex:{base:"1 1 100%",md:"0 0 250px"},order:{md:"3"},height:"150px",minWidth:"0",objectFit:"cover",width:"100%"}}),bodyText:{marginTop:"xs",marginRight:{md:"xs"},flex:{md:"1 1 50%"},order:{md:"2"}}},Yr={marginBottom:"0",bg:"ui.black",color:"ui.white",flex:"1 1 100%",marginTop:"0",paddingBottom:"xxs",position:"relative",zIndex:"0",order:{md:"1"},_before:{bg:"ui.black",content:'""',height:"100%",left:"-2000px",position:"absolute",width:"4000px",zIndex:"-1"}},Ur=function(e){return f({},Gr,{heading:f({},Yr,{bg:e,_before:f({},Yr._before,{bg:e})})})},Xr={baseStyle:{bg:"ui.gray.x-light-warm"},variants:{primary:{alignItems:"center",display:"flex",flexFlow:{base:"column nowrap",md:"row nowrap"},justifyContent:"center",minHeight:"350px",content:{bg:"ui.black",color:"ui.white",flex:{base:"0 0 100%",md:"0 0 60%"},maxWidth:{md:"960px"},paddingTop:"xxl",paddingBottom:"xxl",paddingRight:"l",paddingLeft:"l",a:{color:"inherit",display:"inline-block"},heading:{marginBottom:"0"},bodyText:{marginBottom:"0"}}},secondary:f({},Gr,{heading:f({},Yr)}),secondaryBooksAndMore:Ur("section.books-and-more.primary"),secondaryLocations:Ur("section.locations.primary"),secondaryResearch:Ur("section.research.primary"),secondaryWhatsOn:Ur("section.whats-on.primary"),tertiary:{bg:"ui.gray.xdark",content:f({},xr,{color:"ui.white",display:"flex",flexFlow:"column nowrap",paddingTop:"m",paddingBottom:"m",paddingRight:"s",paddingLeft:"s",p:{marginBottom:"0",marginTop:"s"}}),heading:{marginBottom:"0",_lastChild:{marginBottom:"0"}},p:{marginBottom:"0"}},campaign:{alignItems:"center",display:"flex",justifyContent:"center",marginBottom:"xxl",minHeight:"300px",overflow:"visible",padding:{base:"l",md:"0"},position:"relative",content:{alignItems:"center",bg:"ui.black",color:"ui.white",display:"flex",flexFlow:{base:"column nowrap",md:"row nowrap"},minHeight:"320px",flex:{md:"0 0 90%"},maxWidth:{md:"1280px"},position:{md:"relative"},top:{md:"xxl"}},a:{color:"inherit",display:"inline-block"},img:{flex:{base:"1 1 100%",md:"0 0 50%"},minWidth:"0",objectFit:"cover",width:"100%",height:{md:"320px"}},interior:{flex:{base:"0 0 100%",md:"0 0 50%"},padding:"l",maxWidth:{md:"960px"}}},fiftyfifty:{content:f({},xr,{alignItems:"center",display:"flex",flexFlow:{base:"column nowrap",lg:"row nowrap"},paddingBottom:"s",paddingRight:"s",paddingLeft:"s",padding:{lg:"unset"}}),img:{marginBottom:{base:"s",lg:"unset"},marginRight:{lg:"s"},maxWidth:{base:"fit-content",lg:"50%"}}}}},Qr={display:"inline-block",fill:"currentColor",width:"24px",height:"24px"},Jr={none:{},left:{marginRight:"xxs"},right:{marginLeft:"xxs"}},Kr={rotate180:{transform:"rotate(180deg)"},rotate270:{transform:"rotate(270deg)"},rotate0:{transform:"rotate(0deg)"},rotate90:{transform:"rotate(90deg)"}},Zr={xxxlarge:{height:"var(--nypl-space-xxl)",width:"var(--nypl-space-xxl)"},xxlarge:{height:"var(--nypl-space-xl)",width:"var(--nypl-space-xl)"},xlarge:{height:"var(--nypl-space-l)",width:"var(--nypl-space-l)"},large:{height:"var(--nypl-space-m)",width:"var(--nypl-space-m)"},medium:{height:"1.125rem",width:"1.125rem"},small:{height:"0.875rem",width:"0.875rem"}},$r={baseStyle:function(e){var t=f({},Qr,Jr[e.align],{fill:e.color},Kr[e.iconRotation],Zr[e.size]);return f({},t,{svg:f({},t)})},variants:{default:{},breadcrumbs:{fill:"var(--nypl-colors-ui-white)",display:{md:"none"}}}},ea={parts:["helper"],baseStyle:f({},_r)},ta={display:"inline-block",height:"auto",width:"100%"},ra={default:{maxWidth:"100%"},xxsmall:{maxWidth:"64px"},xsmall:{maxWidth:"96px"},small:{maxWidth:"165px"},medium:{maxWidth:"225px"},large:{maxWidth:"360px"},xlarge:{maxWidth:"360px"},xxlarge:{height:"var(--nypl-space-xl)",width:"var(--nypl-space-xl)"},xxxlarge:{height:"var(--nypl-space-xxl)",width:"var(--nypl-space-xxl)"}},aa={baseStyle:function(e){var t=f({},ta,ra[e.size]);return f({},t,{svg:f({},t)})}};(or=exports.NotificationTypes||(exports.NotificationTypes={})).Standard="standard",or.Announcement="announcement",or.Warning="warning";var na,la,oa={Notification:{parts:["container","dismissibleButton","icon"],baseStyle:function(e){var t=e.noMargin,r=e.notificationType,a="ui.status.primary";return r===exports.NotificationTypes.Announcement?a="ui.gray.light-cool":r===exports.NotificationTypes.Warning&&(a="ui.gray.xx-light-cool"),{bg:a,display:"flex",fontSize:"-1",padding:"var(--nypl-space-s) var(--nypl-space-l)",position:"relative",textAlign:e.centered?"center":null,borderRadius:t?"0":"4px",margin:t?"0":"s",container:{margin:"auto",width:"100%",maxWidth:"var(--nypl-breakpoint-large)"},dismissibleButton:{border:"none",alignItems:"center",bgColor:"inherit",color:"ui.black",display:"flex",height:"32px",width:"32px",minWidth:"0",position:"absolute",right:"0",top:"0",_hover:{bg:"inherit"}},icon:{flexShrink:"0",marginRight:"s"}}}},NotificationContent:{parts:["content"],baseStyle:function(e){return{display:"flex",justifyContent:"center",content:{color:e.notificationType===exports.NotificationTypes.Warning?"brand.primary":"currentColor",marginTop:e.icon?"xxxs":"0",paddingLeft:e.alignText?"calc(var(--nypl-space-m) + var(--nypl-space-s))":null,width:"100%"}}}},NotificationHeading:{parts:["heading"],baseStyle:function(e){var t=e.notificationType,r="ui.black";return t===exports.NotificationTypes.Announcement?r="section.research.secondary":t===exports.NotificationTypes.Warning&&(r="brand.primary"),{display:"flex",marginBottom:"xxs",justifyContent:e.centered?"center":null,heading:{marginBottom:"0",marginTop:e.icon?"xxxs":"0",color:r}}}}};(na=exports.ProgressIndicatorSizes||(exports.ProgressIndicatorSizes={})).Default="default",na.Small="small",(la=exports.ProgressIndicatorTypes||(exports.ProgressIndicatorTypes={})).Circular="circular",la.Linear="linear";var ia,ca={borderRadius:"2px",boxSizing:"border-box",marginBottom:"xs"},sa={border:"1px solid",borderColor:"ui.gray.light-cool",padding:"s"},da={landscape:"50%",portrait:"133%",square:"100%"},pa={landscape:"110px",portrait:"294px",square:"220px"},ma={parts:["section","image","container","heading","content","button"],baseStyle:function(e){var t=e.imageAspectRatio,r=e.border?f({},sa):{};return f({margin:"auto",width:"100%"},r,{section:{marginBottom:"s",_last:{marginBottom:"0"}},image:f({},ca,{boxSizing:"border-box",flexShrink:"0",height:"0",overflow:"hidden",paddingBottom:da[t],position:"relative",width:"100%"}),container:{marginTop:"s",width:"100%"},heading:f({},ca,{height:"32px"}),content:f({},ca,{height:"20px"}),button:{height:"32px",margin:"auto",maxWidth:"160px",width:"100%"}})},variants:{row:function(e){return{alignItems:"flex-start",display:{md:"flex"},image:{overflow:{md:"visible"},paddingBottom:{md:"0"},position:{md:"relative"},width:{md:"220px"},height:{md:pa[e.imageAspectRatio]}},container:{marginLeft:e.showImage?{md:"m"}:null,marginTop:{md:"0"}},button:{margin:{md:"0"}}}}}},ua={marginTop:"xs",marginBottom:"xs",marginRight:"s",marginLeft:"s"},ha={parts:["container","helper","leftValue","rightValue","textInput","filledTrack","track","thumb"],baseStyle:function(e){var t=e.isInvalid,r=e.showBoxes,a="ui.link.primary";return t?a="ui.error.primary":e.isDisabled&&(a="ui.gray.light-cool"),{container:{display:"flex",alignItems:"center"},helper:{marginTop:"xs"},leftValue:f({},ua,{marginLeft:r&&e.isRangeSlider?"0":"s"}),rightValue:f({},ua,{marginRight:r?"0":"s"}),textInput:{minWidth:"65px",color:t?"ui.error.primary":"ui.black"},filledTrack:{bgColor:a},track:{bgColor:"ui.gray.light-cool",_disabled:{bgColor:"ui.gray.light-cool"}},thumb:{border:"1px solid",borderColor:a,boxShadow:"none",_active:{transform:"translateY(-50%) scale(1.0)"}}}}},va={parts:["image","imageFigure","imageWrapper"],baseStyle:function(e){var t=e.hasFigureImage,r=e.imageAspectRatio,a=e.imagePosition,n={},l=f({float:"center"!==a?a:void 0,marginLeft:"center"===a?null:"left"===a?"0":"m",marginRight:"center"===a?null:"left"===a?"m":"0",width:"center"!==a?"100%":void 0},n);return"center"===a&&(n.maxWidth="100%"),{imageFigure:f({},l,{marginBottom:"m"}),imageWrapper:f({},l,{marginBottom:t?null:"m"}),image:f({float:"center"!==a?a:void 0,marginLeft:"right"===a&&"original"===r?"m":void 0,marginRight:"left"===a&&"original"===r?"m":void 0,marginBottom:t&&"original"!==r?null:"m"},n)}}},ga={marginY:0,marginX:"auto",maxWidth:"1280px",paddingTop:0,paddingBottom:0,paddingRight:"s",paddingLeft:"s",width:"100%"},fa={bgColor:"ui.white",border:"1px solid",borderColor:"ui.gray.medium",borderRadius:"sm",py:"xs",px:"s",_hover:{borderColor:"ui.gray.dark"},_disabled:{bgColor:"ui.gray.xx-light-cool",color:"ui.gray.xdark",opacity:"1"},_active:zr,_focus:zr,_placeholder:{color:"ui.gray.dark",fontStyle:"italic",lineHeight:"21px"},_invalid:{border:"1px solid",borderColor:"ui.error.primary",boxShadow:"none"}},ya=d.extendTheme(f({styles:{global:{body:{boxSizing:"border-box",bg:"ui.white",color:"ui.black",fontFamily:"body",fontSize:"text.default",fontWeight:"text.default",lineHeight:"1.5",overflowX:"hidden"},a:{color:"ui.link.primary"},svg:{display:"inline"},p:{margin:"0 0 var(--nypl-space-s"}}},breakpoints:mr,colors:hr,radii:{pill:"20px",round:"100%"},shadows:{outline:"none"},space:er},vr,{components:f({Accordion:{parts:["container","button","panel"],baseStyle:{container:{borderLeftWidth:"1px",borderRightWidth:"1px",borderColor:"ui.gray.medium",width:"100%"},button:{border:"none",fontWeight:500,_hover:{bg:"ui.gray.light-cool"}},panel:{paddingTop:"xs",paddingRight:"xxxl",paddingLeft:"s",paddingBottom:"xs"}}},Breadcrumb:{baseStyle:{bg:"ui.black",color:"ui.white",fontSize:"breadcrumbs.default",fontWeight:"breadcrumbs.default",paddingBottom:"xs",paddingTop:"xs",ol:{alignItems:{base:"center",md:"unset"},display:{base:"flex",md:"block"},margin:"auto",maxWidth:"1280px",paddingLeft:"s",paddingRight:"s"},a:{_hover:{color:"ui.gray.light-cool"}},"li:last-child":{fontWeight:{base:"breadcrumbs.default",md:"breadcrumbs.lastChild"},".chakra-breadcrumb__link":{_hover:{cursor:"default",textDecoration:"none"}},".icon":{display:"none"}},"li:not(:last-child)":{display:{base:"none",md:"inline-block"},a:{marginRight:{base:"xs",md:"0"}},".icon":{display:{base:"inline",md:"none"}},"span:not(.breadcrumb-label)":{marginInlineEnd:"xxs",marginInlineStart:"xxs"}},"li:nth-last-of-type(2)":{display:"inline-block",span:{display:{base:"none",md:"inline"}}}},variants:{blogs:{bg:"section.blogs.secondary",color:"ui.black",a:{_hover:{color:"ui.gray.xdark"}}},booksAndMore:{bg:"section.books-and-more.secondary"},locations:{bg:"section.locations.primary"},research:{bg:"section.research.secondary"},whatsOn:{bg:"section.whats-on.secondary"}}},Button:fr},br,{Checkbox:Ir,CheckboxGroup:kr,ComponentWrapper:{baseStyle:function(e){return{helperText:{marginBottom:"0",marginTop:e.hasChildren?"xs":"0"}}}},CustomImage:Lr,CustomImageWrapper:Pr,CustomSelect:Vr,DatePicker:{parts:["subLabels"],baseStyle:{subLabels:{label:{fontSize:"label.secondary",marginBottom:"0"}}}},Fieldset:Fr,Heading:qr,HelperErrorText:{baseStyle:function(e){return{marginBottom:"0",fontSize:"helper.default",color:e.isInvalid?"ui.error.primary":"ui.black"}}},Hero:Xr,HorizontalRule:{baseStyle:function(e){var t=e.align;return{bg:"ui.gray.light-cool",border:"0",height:"2px",marginBottom:"s",marginTop:"s",marginLeft:"left"===t?0:"auto",marginRight:"right"===t?0:"auto"}}},Icon:$r,Label:ea,Link:Ar,List:{baseStyle:function(e){var t=e.inline,r=e.noStyling;return{margin:r?"0":"unset",listStyle:r?"none":null,marginInlineStart:"unset",paddingLeft:r?"0":"l",padding:r?"0":null,display:t?"flex":null,li:{marginRight:t?"xs":null,listStyleType:t?"none":null,_notFirst:{marginTop:"xxs"}}}},variants:{ul:function(e){return{listStyle:"none",li:{_before:{color:"ui.gray.medium",content:e.noStyling?"unset":'"\\2022"',display:"inline-block",fontWeight:"bold",fontSize:"2",lineHeight:"0.9",marginLeft:"-1rem",width:"1rem"}}}},dl:{borderBottom:"1px solid",borderColor:"ui.gray.light-cool",paddingLeft:"0",h2:{borderTop:"3px solid",borderColor:"section.research.primary",margin:"0",padding:"var(--nypl-space-xs) 0 0"},dl:{display:"grid",gridTemplateColumns:{base:"100%",md:"max(250px) 1fr"},gridTemplateRows:"1fr",margin:"var(--nypl-space-xs) 0 0"},dt:{borderTop:"1px solid",borderColor:"ui.gray.light-cool",fontWeight:"label.default",paddingBottom:{base:"0",md:"s"},paddingTop:"s",paddingRight:{md:"m"}},dd:{margin:"0",paddingBottom:"s",borderTop:{base:"none",md:"1px solid"},borderColor:{md:"ui.gray.light-cool"},paddingTop:{md:"s"}}}}},Logo:aa},oa,{Pagination:{parts:["link"],baseStyle:{marginBottom:"l",alignItems:"stretch",display:"flex",width:"100%",link:{lineHeight:"1.15",textDecoration:"none"},li:{_first:{marginTop:"xxs"}}}},ProgressIndicator:{parts:["circular","circularLabel","linear","linearContainer","linearPercentage"],baseStyle:function(e){var t=e.darkMode,r=e.size;return{color:t?"ui.white":"ui.black",circular:{svg:{height:r===exports.ProgressIndicatorSizes.Small?"24px":"48px",width:r===exports.ProgressIndicatorSizes.Small?"24px":"48px",display:"block",circle:{_first:{stroke:t?"ui.gray.dark":"ui.gray.light-cool"},_last:{stroke:t?"ui.white":"ui.link.primary"}}}},circularContainer:{alignItems:"center",display:"flex",flexDirection:"column",width:"fit-content"},linear:{"> div":{bg:t?"ui.white":"ui.link.primary"},flex:25,bg:t?"ui.gray.dark":"ui.gray.light-cool",height:{base:"4px",md:r===exports.ProgressIndicatorSizes.Small?"4px":"8px"}},linearContainer:{display:"flex",alignItems:"center"},linearPercentage:{padding:"0 var(--nypl-space-xs)",flex:1}}}},Radio:{parts:["control","label","helper"],baseStyle:{control:{verticalAlign:"middle",transitionProperty:"box-shadow",transitionDuration:"normal",border:"2px solid",borderRadius:"round",borderColor:"ui.black",color:"ui.white",outline:"none",_checked:{bg:"ui.white",borderColor:"ui.focus",color:"ui.white",_disabled:{color:"ui.gray.medium",borderColor:"ui.gray.medium",bg:"ui.white",_before:{bg:"ui.gray.medium"}},_invalid:{_hover:{borderColor:"ui.error.primary"},_before:{borderColor:"ui.error.primary",bg:"ui.error.primary"}},_hover:{bg:"ui.white"},_before:{content:'""',display:"block",w:"3",h:"3",borderRadius:"round",bg:"ui.focus"}},_disabled:{borderColor:"ui.gray.medium",bg:"ui.white"},_focus:{boxShadow:"outline",borderColor:"ui.focus"},_invalid:{borderColor:"ui.error.primary"}},label:f({},Sr),helper:f({},Tr)},sizes:{md:{control:f({},Or)}},defaultProps:{size:"md"}},RadioGroup:{parts:["helper","stack"],baseStyle:Cr},SearchBar:{baseStyle:{display:"flex",marginBottom:{base:"xs",md:"auto"},flexFlow:{base:"column nowrap",md:"row nowrap"}}},Skeleton:{baseStyle:{borderRadius:"2px",background:"ui.gray.light-warm",animation:function(){return v.keyframes({from:{opacity:.9},"50%":{opacity:.7},to:{opacity:.9}})}()+" 1000ms cubic-bezier(0.25, -0.5, 1, 0) infinite"}},SkeletonLoader:ma,CustomSlider:ha,StatusBadge:{baseStyle:{borderRadius:"base",color:"ui.black",display:"block",fontSize:"-1",fontStyle:"italic",py:"xxs",px:"xs",textAlign:"center",width:"fit-content"},variants:{low:{bg:"ui.gray.light-cool"},medium:{bg:"ui.status.primary"},high:{bg:"ui.status.secondary"}}},StructuredContent:va,Tabs:{parts:["buttonArrows","tablistWrapper","carouselParent"],baseStyle:{tablist:{borderColor:"ui.black"},tab:{color:"black !important",paddingInlineStart:"s",paddingLeft:"s",background:"transparent",border:"0",borderBottom:"1px solid",borderColor:"red",height:{base:"44px"},marginRight:{base:"0",md:"1px"},paddingRight:{base:"s",md:"l",lg:"xl"},whiteSpace:"nowrap",_hover:{bg:"ui.gray.x-light-warm",borderTopRadius:"sm",borderBottom:"1px solid",borderBottomColor:"ui.black"},_selected:{fontWeight:"bold",bg:"ui.gray.light-warm",border:"0",borderTopRadius:"sm",borderBottom:"3px solid",borderBottomColor:"ui.black",paddingBottom:"5px"},_focus:{boxShadow:"0"}},buttonArrows:{border:"0",borderRadius:"0",display:{md:"none"},height:"44px",width:"44px !important",top:"8px",marginLeft:"4px",marginRight:"4px",pos:"absolute",transition:"0.6s ease",zIndex:"9999"},tablistWrapper:{display:"flex",alignItems:"center",borderBottom:{base:"0",md:"1px solid black"},height:{base:"58px",md:"auto"},margin:"0",overflowX:{base:"auto",md:"visible"},paddingBottom:{base:"5px",md:"0"},paddingLeft:{base:"4px",md:"0"},paddingRight:{base:"4px",md:"0"},paddingTop:{base:"4px",md:"0"},position:"relative"},tabpanels:{paddingTop:"2px"},carouselParent:{position:{base:"absolute",md:"relative"},left:{base:"50px",md:"auto"},paddingBottom:{base:"5px",md:"0"},paddingLeft:{base:"4px",md:"0"},paddingRight:"0",paddingTop:{base:"4px",md:"0"},right:{base:"52px",md:"auto"},top:{base:"4px",md:"0"},overflowX:{base:"hidden",md:"visible"}}}},CustomTable:{baseStyle:function(e){var t=e.showRowDividers;return{tbody:{th:{color:"var(--nypl-colors-ui-black)"}},th:{border:t?void 0:"none",borderBottom:t?void 0:"0px",color:e.columnHeadersTextColor||"ui.black",fontSize:"0",fontWeight:"bold",letterSpacing:"0",paddingLeft:0,paddingRight:"m",textTransform:"capitalize",_first:{paddingLeft:t?"m":null},_last:{paddingRight:t?"m":"0"}},td:{border:t?void 0:"none",borderBottom:t?void 0:"0px",letterSpacing:"0",paddingLeft:0,paddingRight:"m",_first:{paddingLeft:t&&!e.useRowHeaders?"m":null},_last:{paddingRight:t?"m":"0"}},caption:{captionSide:"top",color:"ui.black",fontSize:"heading.secondary",fontWeight:"heading.secondary",marginBottom:"s",marginLeft:"0",marginRight:"0",marginTop:"0",padding:"0",textAlign:"left"}}}}},{Template:{baseStyle:{boxSizing:"border-box",color:"ui.black",overflowX:"hidden","*":{boxSizing:"inherit"},"*::after":{boxSizing:"inherit"},"*::before":{boxSizing:"inherit"}},sizes:{},defaultProps:{}},TemplateHeader:{baseStyle:{marginBottom:"l"}},TemplateBreakout:{baseStyle:f({},{marginLeft:"calc(-50vw + 50%)",marginRight:"calc(-50vw + 50%)"},{width:"100vw",marginBottom:"l"})},TemplateContent:{baseStyle:f({},ga,{display:"block",marginBottom:"l"}),variants:{sidebar:{display:"flex",flexFlow:{base:"column nowrap",md:"row wrap"}}}},TemplateContentTop:{baseStyle:{flex:"1 0 100%",marginBottom:"l"}},TemplateContentPrimary:{baseStyle:{flex:"1 1",marginBottom:"l"},variants:{left:{display:"flex",flexFlow:"column nowrap",order:"1",marginRight:{md:0},minWidth:{md:0}}}},TemplateContentSidebar:{baseStyle:{flex:"0 0 255px",order:{md:"1"},marginBottom:"l"},variants:{left:{marginRight:{base:0,md:"xl"}},right:{marginLeft:{base:0,md:"xl"}}}}},{Text:{baseStyle:function(e){return{fontStyle:e.isItalic?"italic":null,fontWeight:e.isBold?"tag"===e.variant||"mini"===e.variant?"medium":"bold":null,marginBottom:e.noSpace?"0 !important":null}},variants:{default:{},caption:{fontSize:"text.caption"},tag:{fontSize:"text.tag"},mini:{fontSize:"text.mini"}}},TextInput:{parts:["helper","input","textarea"],baseStyle:{helper:f({},Er),input:fa,textarea:f({},fa,{lineheight:"1.5",minHeight:"xxl"})},variants:{searchBar:{flex:"1 1 80%",input:{borderRightRadius:"none"}},searchBarSelect:{flex:"1 1 80%",input:{borderRadius:"none",borderTopLeftRadius:{base:"sm",md:"none"},borderTopRightRadius:{base:"sm",md:"none"}}}}}},{Toggle:{parts:["helper"],baseStyle:{label:{display:"flex",alignItems:"center",width:"fit-content"},helper:f({},Er,{marginLeft:"xs"})},defaultProps:{size:"lg"}},Switch:{baseStyle:{opacity:.4,track:{border:"1px solid",borderColor:"ui.gray.medium",p:"4px",_checked:{bg:"ui.link.primary",borderColor:"ui.link.primary",opacity:1},_invalid:{bg:"inherit",borderColor:"ui.error.primary","> span":{bg:"ui.error.primary"}},_disabled:{bg:"ui.gray.medium",borderColor:"ui.gray.medium",_checked:{opacity:.4}},_focus:{outline:"2px solid",outlineColor:"ui.focus",outlineOffset:"2px",zIndex:"9999"}},label:{fontSize:"label.default",marginLeft:"xs",_disabled:{fontStyle:"italic"}},thumb:{_disabled:{bg:"ui.error.primary"}}},defaultProps:{colorScheme:"white"}}},{VideoPlayer:{baseStyle:{inside:{height:"0",overflow:"hidden",paddingBottom:"56.25%",position:"relative"},iframe:{height:"100%",left:"0",margin:"auto",position:"absolute",top:"0",width:"100%"},helperText:{marginBottom:"0",marginTop:"xs"}},variants:{fourByThree:{inside:{paddingBottom:"75%"}},invalid:{backgroundColor:"ui.gray.light-warm",height:"auto",padding:"s"},square:{inside:{paddingBottom:"100%"}}}}}),config:{cssVarPrefix:"nypl"}}));(ia=exports.HeroTypes||(exports.HeroTypes={})).Primary="primary",ia.Secondary="secondary",ia.SecondaryBooksAndMore="secondaryBooksAndMore",ia.SecondaryLocations="secondaryLocations",ia.SecondaryResearch="secondaryResearch",ia.SecondaryWhatsOn="secondaryWhatsOn",ia.Tertiary="tertiary",ia.Campaign="campaign",ia.FiftyFifty="fiftyfifty";var ba,xa,wa,za,Ea,Sa,Oa,Ta=[exports.HeroTypes.Secondary,exports.HeroTypes.SecondaryBooksAndMore,exports.HeroTypes.SecondaryLocations,exports.HeroTypes.SecondaryResearch,exports.HeroTypes.SecondaryWhatsOn],_a={};for(var Ca in exports.HeroTypes)_a[exports.HeroTypes[Ca]]=exports.HeroTypes[Ca];function Ia(e){var t=e.additionalStyles,r=void 0===t?{}:t,a=e.children,n=e.className,l=e.id,o=void 0===l?b():l,i=e.inline,c=e.listItems,s=e.noStyling,m=e.title,u=e.type,h=void 0===u?exports.ListTypes.Unordered:u,v=f({},d.useStyleConfig("List",{inline:void 0!==i&&i,noStyling:void 0!==s&&s,variant:h}),r),g=null;if(a&&(c||(null==c?void 0:c.length)>0))return console.warn("Pass in either `<li>`, `<dt>`, or `<dd>` children or use the `listItems` data prop, but don't use both."),null;if(!a&&!c)return console.warn("Either `<li>` children or the `listItems` prop must be used."),null;var y,x=function(e){return a||(e===exports.ListTypes.Ordered||e===exports.ListTypes.Unordered?c.map((function(e,t){return p.createElement("li",{key:t},e)})):e===exports.ListTypes.Definition?c.map((function(e,t){return[p.createElement("dt",{key:t+"-term"},e.term),p.createElement("dd",{key:t+"-def"},e.definition)]})):null)};return h===exports.ListTypes.Ordered||h===exports.ListTypes.Unordered?(y=h,p.Children.map(a,(function(e){var t;e&&"li"!==(null==e?void 0:e.type)&&"li"!==(null==e||null==(t=e.props)?void 0:t.mdxType)&&console.warn("Direct children of `List` ("+y+") should be `<li>`s.")})),g=p.createElement(d.Box,{as:h,id:o,className:n,__css:v},x(h))):h===exports.ListTypes.Definition&&(p.Children.map(a,(function(e){"dt"!==e.type&&"dd"!==e.type&&e.type!==p.Fragment&&"dt"!==e.props.mdxType&&"dd"!==e.props.mdxType&&e.props.mdxType!==p.Fragment&&console.warn("Direct children of `List` (definition) should be `<dt>`s and `<dd>`s.")})),g=p.createElement(d.Box,{as:"section",id:o,className:n,__css:v},m&&p.createElement(Mt,{id:o+"-heading",level:exports.HeadingLevels.Two},m),p.createElement("dl",null,x(h)))),g}(ba=exports.ListTypes||(exports.ListTypes={})).Ordered="ol",ba.Unordered="ul",ba.Definition="dl",(xa=exports.LogoColors||(exports.LogoColors={})).Default="",xa.UiBlack="ui.black",xa.UiWhite="ui.white",(wa=exports.LogoSizes||(exports.LogoSizes={})).ExtraExtraSmall="xxsmall",wa.ExtraSmall="xsmall",wa.Small="small",wa.Medium="medium",wa.Large="large",wa.Default="default",(za=exports.LogoNames||(exports.LogoNames={})).BrooklynPublicLibraryBlack="logo_bpl_black",za.LPAColor="logo_lpa_color",za.LPAWhite="logo_lpa_white",za.NYPLBlack="logo_nypl_full_black",za.NYPLWhite="logo_nypl_full_white",za.NYPLLionBlack="logo_nypl_lion_black",za.NYPLLionWhite="logo_nypl_lion_white",za.QueensPublicLibraryColor="logo_qpl_color",za.QueensPublicLibraryAltBlack="logo_qpl_alt_black",za.SchomburgColor="logo_schomburg_color",za.SchomburgCircleColor="logo_schomburg_circle_color",za.SimplyEColor="logo_simplye_color",za.SimplyEBlack="logo_simplye_black",za.SNFLBlack="logo_snfl_black",za.SNFLWhite="logo_snfl_white";var ka,Ba,Ra=["title","titleId"];function Ma(){return(Ma=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var ja,La=["title","titleId"];function Pa(){return(Pa=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var Ha,Va,Fa,Da,Aa,Na,Wa,qa=["title","titleId"];function Ga(){return(Ga=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var Ya,Ua,Xa=["title","titleId"];function Qa(){return(Qa=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var Ja,Ka,Za,$a=["title","titleId"];function en(){return(en=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var tn,rn,an,nn=["title","titleId"];function ln(){return(ln=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var on,cn=["title","titleId"];function sn(){return(sn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var dn,pn,mn=["title","titleId"];function un(){return(un=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var hn,vn,gn,fn,yn,bn=["title","titleId"];function xn(){return(xn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var wn,zn,En,Sn,On,Tn,_n,Cn=["title","titleId"];function In(){return(In=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var kn,Bn,Rn=["title","titleId"];function Mn(){return(Mn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var jn,Ln,Pn=["title","titleId"];function Hn(){return(Hn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var Vn,Fn=["title","titleId"];function Dn(){return(Dn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var An,Nn=["title","titleId"];function Wn(){return(Wn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var qn=["title","titleId"];function Gn(){return(Gn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}var Yn={logo_bpl_black:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,Ra);return p.createElement("svg",Ma({viewBox:"0 0 328 120",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,Ea||(Ea=p.createElement("path",{d:"M277.596 75.851c0-8.969-.046-17.9-.046-26.856-.017-6.498 1.196-19.651-11.682-24.62a21.793 21.793 0 00-3.504-.857 26.033 26.033 0 00-9.896.857 22.683 22.683 0 00-6.023 3.272c-.433.31-1.281 1.032-1.839 1.528a37.42 37.42 0 00-3.353 3.46c-.026 0 .271-7.03.304-8.416h-47.732c-.104.227-6.666 24.573-7.274 26.683-.514-2.001-7.572-25.973-7.748-26.683h-25.154V0h-25.465v24.455c-.027.02-27.162 0-27.324 0-.047.048-12.675 10.12-13.121 10.465 0-12.655.003-34.704.003-34.885C79.384.035 70.97 0 62.612 0l.003 14.073a17.495 17.495 0 00-5.506-7.93c-.265-.22-.914-.769-1.43-1.115-3.792-2.545-5.283-3.012-9.714-4.107-1.293-.25-2.599-.428-3.912-.532-.714-.067-3.53-.218-4.05-.233a511.856 511.856 0 00-8.722-.078H0c0 25.333.016 50.656.047 75.97.716 0 34.158-.142 34.76-.142 1.346 0 2.306-.06 3.593-.06a54.641 54.641 0 008.575-.913 22.543 22.543 0 009.106-4.218c5.638-4.787 6.307-8.214 6.529-8.579l-.012 13.608h24.978V61.406c.345-.284 2.788-2.312 2.84-2.312.998 1.287 12.898 15.798 13.608 16.65h49.625V29.749c.026 0 19.356 42.224 19.62 42.873-.63 1.275-18.374 38.247-18.374 38.273h27.074c.365-.877 35.612-80.465 35.612-80.517.026 0-.02 18.05-.02 45.473h25.574v-22.78c0-5.166-.943-9.81 5.232-9.633 2.316.067 3.614 2.61 3.711 3.975v28.438h25.518zM37.066 55.633c-2.638 2.797-7.72 2.224-11.953 2.224V46.128c7.693 0 8.73.014 9.917.52a5.163 5.163 0 013.279 4.881c0 2.353-.525 3.341-1.244 4.104zm0-28.068c-2.638 2.798-7.72 2.224-11.953 2.224V18.06c7.693 0 8.73.014 9.917.521a5.161 5.161 0 013.279 4.88c0 2.353-.525 3.341-1.244 4.104zM62.55 48.67c-.521-2.765-4.888-7.078-7.423-8.7a28.146 28.146 0 00-2.657-1.48c-.37-.184-1.21-.522-1.237-.548a21.838 21.838 0 008.863-6.267 12.437 12.437 0 002.481-4.32c0 6.93-.002 21.315-.027 21.315zm65.599 21.213c-.026 0-20.484-26.864-20.51-26.864.717-.568 20.484-15.963 20.51-15.963v42.827z"})),Sa||(Sa=p.createElement("path",{d:"M143.024 91.463a9.616 9.616 0 014.517.779c.238.12.781.368 1.012.467v6.607c-.052 0-2.502-2.406-5.328-1.42a4.676 4.676 0 00-2.07 2.289 6.187 6.187 0 00-.234 1.947c.168 1.822 2.034 3.917 5.296 3.037a6.235 6.235 0 002.336-1.557v6.619c-.851.416-1.737.755-2.648 1.012a11.662 11.662 0 01-8.177-1.479c-2.858-1.686-5.447-6.505-3.816-11.526a10.187 10.187 0 015.607-5.996 15.995 15.995 0 013.505-.78zM73.247 92.086h7.32v8.566c0 1.546-.104 3.156.546 4.05a2.904 2.904 0 002.492.779 3.415 3.415 0 001.635-.623c.762-.778.7-2.44.7-3.972v-8.8h7.243c0 .646.153 11.962-.233 13.784-.358 1.991-2.237 4.1-5.218 5.062-.806.229-1.632.378-2.468.444a22.52 22.52 0 01-3.92-.027 11.616 11.616 0 01-4.733-1.325 7.206 7.206 0 01-2.825-3.407 20.363 20.363 0 01-.539-5.653v-8.878zm12.694 8.8v-8.8h7.242c0 .646.153 11.962-.233 13.784M72.299 90.562a7.908 7.908 0 00-6.896-6.605c-2.204-.324-13.694-.15-13.878-.15v27.158h7.768v-8.722c5.783.02 9.628-.167 11.837-3.738.513-.944.88-1.96 1.087-3.015.061-.324.197-1.088.207-1.331.051-1.2.01-2.404-.126-3.597zm-8.4 4.367c-1.085.974-2.94.77-4.592.77v-5.567c3.061.041 3.627.287 4.075.518a2.552 2.552 0 011.045 2.079c-.02 1.298-.203 1.835-.528 2.2zM115.861 98.816a9.561 9.561 0 00-6.368-6.922 8.678 8.678 0 00-7.821 1.282V81.028H94.43v29.826h7.242v-1.246a5.681 5.681 0 002.959 1.635 10.3 10.3 0 005.497-.421 9.964 9.964 0 006.029-8.456 14.998 14.998 0 00-.296-3.55zm-10.803 6.252a3.607 3.607 0 01-2.008-.61 3.61 3.61 0 01-.548-5.562 3.614 3.614 0 115.112 5.113 3.612 3.612 0 01-2.556 1.059zM129.029 89.763a4.035 4.035 0 100-8.07 4.035 4.035 0 000 8.07zM116.931 81.058h7.23v29.799h-7.23s-.03-29.83 0-29.8zM125.368 92.11h7.23v18.747h-7.23s-.03-18.777 0-18.747zM223.562 89.763a4.034 4.034 0 100-8.068 4.034 4.034 0 000 8.068zM219.901 92.11h7.23v18.747h-7.23s-.03-18.777 0-18.747zM249.872 98.87a9.56 9.56 0 00-6.368-6.922 8.676 8.676 0 00-7.82 1.282V81.082h-7.243v29.826h7.243v-1.246a5.681 5.681 0 002.959 1.635 10.3 10.3 0 005.497-.421 9.967 9.967 0 006.029-8.456 14.997 14.997 0 00-.297-3.55zm-10.802 6.252a3.62 3.62 0 01-3.34-2.232 3.616 3.616 0 113.34 2.232zM279.092 92.093l.001 1.063c-.231-.137-.575-.427-.913-.62a6.268 6.268 0 00-2.292-.862c-5.628-.588-8.082 2.038-9.532 3.934a9.069 9.069 0 00-.973 2.13h-.094v-5.645c-5.361-.32-6.973 2.197-7.024 2.197v-2.197h-7.305v18.761l7.267-.005c.159-5.709-.388-9.522.788-11.215a3.866 3.866 0 012.457-1.318 7.012 7.012 0 011.893.06c.525.149 1.038.337 1.535.563a24.451 24.451 0 00-.234 3.504c.538 4.526 2.694 6.926 6.074 8.411 2.552 1.06 7.019.69 8.241-1.151h.162c0 .39.008 1.004.008 1.151h7.242V92.093h-7.301zm-3.356 13.029a3.62 3.62 0 01-3.34-2.232 3.616 3.616 0 113.34 2.232zM202.876 83.728v27.121h15.981v-6.719l-8.166.027v-20.43s-7.842-.026-7.815 0zM302.06 99.127c-.508-.165-1.39-.624-1.947-.737a6.497 6.497 0 00-1.736-.06 3.731 3.731 0 00-2.614 1.318c-1.176 1.693-.588 5.495-.747 11.204h-7.308V92.093h7.305v2.21c.051 0 1.693-2.21 7.024-2.21 0 .359.036 5.216.036 5.641l-.013 1.393zm-14.352 11.725V92.093h7.242"})),Oa||(Oa=p.createElement("path",{d:"M301.248 92.093l9.194 15.863-6.274 11.735h8.167l14.709-27.598h-8.206l-4.381 8.643-4.516-8.643s-8.679-.014-8.693 0z"})))},logo_lpa_color:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,La);return p.createElement("svg",Pa({viewBox:"0 0 186 74",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,ka||(ka=p.createElement("path",{d:"M44.43 13.745c-3.302-2.913-7.002-4.835-11.527-5.58-5.565-.93-9.692.404-12.047 1.179-.489.155-.55.465-.55.868-.03 1.023.397 1.829.734 2.139.367.34.734.154 1.284-.032 2.17-.744 5.167-1.27 8.316-.899 2.997.341 5.779 1.271 7.858 2.45-2.935.433-7.338 1.58-11.955 4.959-3.791-.217-8.56.31-13.85 3.007C2.664 26.92-3.634 39.846 2.297 53.919c2.416 5.703 7.889 10.973 14.279 12.864 3.73 1.116 7.063 1.023 7.95.96.275.218.733.559 1.284.93 8.958 6.014 17.213 4.805 22.075 2.108 4.464-2.48 10.395-8.71 10.579-19.56 8.285-8.09 6.726-17.42 5.625-21.388-2.599-9.454-11.282-15.437-19.66-16.088zm9.54 33.478c.03.713-.276 1.023-1.102 1.612-1.1.775-2.782 1.705-4.433 2.232-.214.062-.306-.186-.245-.341.214-.403.52-1.023.704-1.426.367-.806.733-1.643 1.04-2.449.641-1.674 1.283-3.844 1.68-5.61.062-.28.245-.31.337-.155.184.279.795 1.673 1.223 3.068.459 1.488.764 2.666.795 3.07zm-8.562.961c-.642 1.333-1.223 2.449-1.834 3.224-.367.465-2.783 1.302-7.247-.62-3.118-1.333-4.892-2.728-7.552-6.262-.611-.837-1.1-1.55-1.437-2.077-.367-.588-.55-1.053-1.59-.837-.764.155-2.385.806-3.271 2.14-.337.526-.092.96.214 1.456.58.992 1.468 2.17 2.293 3.162 2.905 3.534 6.574 6.51 10.885 7.998.58.185 1.681.495 2.17.62.337.093.49.495.306.681-1.131 1.24-4.066 3.255-4.953 3.72-2.14 1.116-4.311 1.891-5.931 2.139-.55.093-1.07.186-1.835-.465-.948-.837-1.804-1.829-2.568-2.82-1.498-1.985-2.66-4.248-3.455-6.603-1.651-4.867-1.835-10.168-.703-15.158 1.04-4.619 3.18-8.959 6.298-12.492.428-.496 2.049-2.108 2.538-2.45.397-.247.917-.495 2.201-.247 2.08.434 5.565 1.457 9.295 3.782 4.984 3.1 7.827 6.54 8.714 7.656.703.899.734 1.519.611 2.51-.428 4.185-2.018 8.587-3.149 10.943zM43.39 18.178c.245.031.52.093.887.589.703.992 1.865 3.007 2.323 4.06.826 1.985 1.468 4.526 1.743 5.797.061.31-.183.248-.275.186-.275-.31-.856-.806-1.04-.96-.855-.869-3.332-2.883-6.237-4.588-2.599-1.52-5.656-2.76-6.91-3.1-.153-.031-.214-.279-.03-.372.55-.248 2.323-.93 4.464-1.333 1.65-.31 3.516-.434 5.075-.279zM4.132 46.696c-1.07-6.664.917-13.205 5.228-17.452 2.324-2.293 5.137-4.122 8.225-5.145.917-.31 2.568-.744 3.669-.93.306-.031.397.34.214.527-1.04 1.116-2.507 3.44-2.966 4.215-3.577 6.045-5.136 13.33-4.403 20.335.887 8.648 5.106 13.856 5.779 14.755.153.217.306.589-.03.651-.062 0-.398-.062-.887-.155-9.57-2.139-13.82-10.57-14.83-16.8zm27.212 20.242c-.367-.155-.337-.434 0-.558.947-.341 2.69-1.054 3.516-1.52a26.587 26.587 0 004.647-3.223c.734-.62 2.293-2.046 3.21-3.13.306-.373.826-1.024 1.835-1.148 1.957-.217 2.538-.31 3.914-.65 1.314-.342 3.577-1.147 5.075-1.984.184-.093.49 0 .398.465-.673 3.378-2.997 8.586-7.155 11.252-4.8 3.162-10.395 2.82-15.44.496zm26.63-23.528c-.244.403-.611.31-.764-.03-.122-.373-.275-.9-.398-1.272-.642-1.797-1.436-3.564-2.415-5.207a56.94 56.94 0 00-1.62-2.542c-.367-.558-.367-.837-.367-1.519-.03-3.875-1.223-9.206-3.119-12.647-.183-.341.092-.558.306-.465 5.106 2.387 7.858 5.89 9.172 9.206 2.936 7.378.52 12.275-.795 14.476z",fill:"#008375"})),Ba||(Ba=p.createElement("path",{d:"M84.349 38.204c0-2.356-1.804-3.472-4.158-3.472h-3.578v11.005h2.324V41.8h.978c2.722 0 4.434-1.21 4.434-3.596zm-2.324.031c0 1.209-.611 1.829-2.079 1.829h-1.009V36.53h1.07c1.437-.03 2.018.59 2.018 1.705zm4.892 3.968h5.014c.276-2.976-.947-4.712-3.424-4.712-2.202 0-3.914 1.643-3.914 4.185 0 2.573 1.498 4.247 4.158 4.247 1.621 0 2.447-.465 2.966-.775l-.703-1.426c-.397.186-.978.558-2.079.558-1.284 0-1.896-.837-2.018-2.077zm0-1.488c.153-1.054.673-1.643 1.59-1.643.978 0 1.345.744 1.376 1.643h-2.966zm11.557-3.007c-.183-.093-.489-.217-1.07-.217-1.009 0-1.65.682-1.987 1.302v-1.085h-2.17v8.029h2.17v-5.053c.183-.372.764-1.209 1.712-1.209.459 0 .703.093.826.186l.52-1.953zm3.578 1.612h1.895v-1.643h-1.895v-.65c0-1.055.397-1.582 1.284-1.582.581 0 .948.155 1.101.217l.489-1.643c-.184-.124-.765-.372-1.927-.372-2.017 0-3.118 1.302-3.118 3.224v.837h-1.193v1.643h1.193v6.417h2.171V39.32zm10.242 2.325c0-2.077-1.253-4.185-4.005-4.185s-3.944 2.17-3.944 4.247 1.192 4.185 3.975 4.185c2.751.03 3.974-2.201 3.974-4.247zm-2.293.093c0 1.488-.428 2.51-1.681 2.51-1.223 0-1.713-1.084-1.713-2.603 0-1.488.398-2.542 1.621-2.542 1.253 0 1.773 1.116 1.773 2.635zm8.653-4.03c-.184-.093-.489-.217-1.07-.217-1.009 0-1.651.682-1.988 1.302v-1.085h-2.17v8.029h2.17v-5.053c.184-.372.765-1.209 1.713-1.209.458 0 .703.093.825.186l.52-1.953zm7.307 1.054c-.305-.744-.917-1.27-2.048-1.27-1.284 0-1.957.712-2.385 1.177v-.992h-2.11v8.029h2.171V40.28c.153-.217.673-.992 1.468-.992.642 0 .917.403.917 1.209v5.177h2.171v-5.487c.305-.372.795-.899 1.467-.899.704 0 .948.434.948 1.209v5.177h2.171v-5.642c0-1.488-.581-2.604-2.263-2.604-1.131.062-1.865.558-2.507 1.333zm8.622-1.085h-2.17v8.029h2.17v-8.029zm.245-2.356c0-.682-.581-1.302-1.345-1.302-.765 0-1.315.59-1.315 1.302 0 .713.55 1.333 1.315 1.333a1.34 1.34 0 001.345-1.333zm8.714 10.385v-5.642c0-1.488-.642-2.604-2.385-2.604-1.315 0-2.11.713-2.538 1.21v-.993h-2.109v8.029h2.17v-5.394c.153-.217.795-.992 1.621-.992.795 0 1.07.403 1.07 1.209v5.177h2.171zm6.084-8.029c-.397-.124-.886-.186-1.406-.186-2.202 0-3.516 1.178-3.516 2.914 0 1.054.52 1.89 1.406 2.418-.458.279-.886.744-.886 1.519 0 .589.275.96.703 1.209-.795.434-1.346 1.084-1.346 1.953 0 1.456 1.315 2.138 3.486 2.138 2.599 0 4.342-1.209 4.342-2.914 0-2.386-2.079-2.386-3.731-2.48-1.131-.061-1.589-.154-1.589-.588 0-.217.152-.372.305-.465.306.062.612.093.948.093 2.202 0 3.425-1.178 3.425-2.914 0-.465-.092-.899-.306-1.302h1.07v-1.426h-2.905v.031zm-1.406 4.216c-.887 0-1.437-.558-1.437-1.488 0-.93.55-1.488 1.437-1.488s1.437.558 1.437 1.488c0 .93-.52 1.488-1.437 1.488zm-.917 4.092c.336.062.703.093 1.07.124 1.162.093 1.895.062 1.895.898 0 .682-.733 1.178-2.079 1.178-1.1 0-1.559-.434-1.559-1.085.031-.465.245-.837.673-1.115zm11.863-2.325h4.341l.734 2.077h2.507l-4.25-11.005h-2.232l-4.127 11.005h2.323l.704-2.077zm3.669-1.86h-3.027l.917-2.635c.336-.93.55-1.767.581-1.89h.031c.03.123.244.96.58 1.89l.918 2.635zm9.937-4.092c-.184-.093-.49-.217-1.071-.217-1.009 0-1.651.682-1.987 1.302v-1.085h-2.171v8.029h2.171v-5.053c.184-.372.764-1.209 1.712-1.209.459 0 .704.093.826.186l.52-1.953zm1.498 1.612v4.092c0 1.55.642 2.51 2.507 2.51.978 0 1.651-.278 1.987-.464l-.489-1.643c-.153.093-.581.31-1.039.31-.612 0-.795-.341-.795-1.147V39.32h1.865v-1.643h-1.865v-2.325H174.3v2.325h-1.284v1.643h1.254zm10.732 4.03c0-1.364-.918-1.922-2.171-2.45-.918-.371-1.621-.526-1.621-1.053 0-.434.337-.713 1.101-.713s1.376.31 1.682.527l.764-1.488c-.367-.217-1.192-.65-2.538-.65-1.804 0-2.966.96-2.966 2.448 0 1.209.673 1.86 1.774 2.387 1.131.558 1.987.682 1.987 1.24 0 .465-.458.713-1.315.713-.886 0-1.651-.434-1.956-.651l-.734 1.519c.489.34 1.406.744 2.813.744 2.018 0 3.18-.9 3.18-2.573zM76.72 29.733h5.228v-.775h-4.342V18.73h-.886v11.004zm7.246-9.516c.367 0 .642-.31.642-.682a.65.65 0 00-.642-.65.65.65 0 00-.642.65c0 .372.275.682.642.682zm-.428 9.516h.856V21.86h-.856v7.873zm5.565.186c2.384 0 3.852-1.922 3.852-4.153 0-2.294-1.07-4.092-3.302-4.092-.795 0-1.56.372-2.049.899V17.83h-.856V29.3c.581.371 1.437.62 2.355.62zm.03-.744c-.611 0-1.162-.124-1.529-.31v-5.517c.428-.496 1.223-.9 1.896-.9 1.896 0 2.538 1.644 2.538 3.349.03 1.642-.917 3.378-2.905 3.378zm5.779.558h.856v-5.486c.214-.465.917-1.736 1.987-1.736.337 0 .52.062.642.124l.214-.806c-.122-.062-.397-.124-.733-.124-1.101 0-1.804.96-2.08 1.55V21.89h-.886v7.842zm6.604.186c.917 0 1.804-.465 2.354-1.178.031.28.061.744.123.992h.856c-.092-.34-.153-.899-.153-1.58v-3.968c0-1.705-.887-2.511-2.477-2.511-1.009 0-1.865.34-2.537.992l.458.589c.642-.62 1.284-.837 2.018-.837 1.162 0 1.712.589 1.712 1.86v.899h-.367c-1.804 0-4.097.589-4.097 2.697-.06 1.24.826 2.045 2.11 2.045zm.122-.744c-.672 0-1.406-.465-1.406-1.332 0-1.457 1.467-1.984 3.21-1.984h.367v2.107c-.581.775-1.315 1.21-2.171 1.21zm5.32.558h.856v-5.486c.215-.465.918-1.736 1.988-1.736.336 0 .52.062.642.124l.214-.806c-.122-.062-.398-.124-.734-.124-1.101 0-1.804.96-2.079 1.55V21.89h-.856v7.842h-.031zm4.77 3.782c1.682 0 2.293-1.178 2.844-2.666l3.332-9.02h-.886l-2.385 6.757-2.446-6.757h-.918l2.905 7.811-.397 1.116c-.459 1.24-.918 1.984-2.049 1.984-.306 0-.428-.03-.55-.062l-.123.713c.153.093.337.124.673.124zm11.588-3.782h.826v-7.191h2.017v-.682h-2.017v-1.24c0-1.426.58-2.17 1.773-2.17.458 0 .825.124.978.217l.214-.744c-.214-.093-.611-.217-1.192-.217-1.712 0-2.63 1.085-2.63 2.883v1.333h-1.345v.682h1.345v7.13h.031zm6.879.186c2.446 0 3.547-2.17 3.547-4.153 0-1.953-1.131-4.092-3.577-4.092-2.446 0-3.486 2.139-3.486 4.123.031 1.983 1.101 4.122 3.516 4.122zm.031-.744c-1.743 0-2.63-1.611-2.63-3.41 0-1.766.795-3.347 2.569-3.347 1.773 0 2.69 1.612 2.69 3.379 0 1.797-.856 3.378-2.629 3.378zm5.473.558h.856v-5.486c.214-.465.917-1.736 1.987-1.736.337 0 .52.062.642.124l.214-.806c-.122-.062-.397-.124-.733-.124-1.101 0-1.804.96-2.079 1.55V21.89h-.857v7.842h-.03zm10.793.186a2.65 2.65 0 001.498-.465l-.336-.65c-.153.123-.612.371-1.07.371-.704 0-.948-.434-.948-1.24v-5.362h1.987v-.682h-1.987v-2.263h-.856v2.232h-1.315v.682h1.315v5.424c0 1.24.55 1.953 1.712 1.953zm3.149-.186h.856V24c.275-.434 1.223-1.55 2.385-1.55 1.162 0 1.59.713 1.59 1.89v5.394h.856v-5.58c0-1.425-.642-2.48-2.263-2.48-1.314 0-2.201.9-2.568 1.427v-5.27h-.856v11.903zm11.068.186c1.254 0 2.14-.434 2.63-.806l-.367-.682c-.428.341-1.254.744-2.232.744-1.865 0-2.599-1.643-2.63-3.44v-.186h5.351c.031-.155.031-.28.031-.434 0-2.015-1.071-3.441-2.936-3.441-2.079 0-3.332 1.829-3.332 4.03 0 2.293 1.1 4.215 3.485 4.215zm-2.538-5.083c.214-1.364 1.009-2.418 2.355-2.418 1.467 0 2.079 1.209 2.109 2.418h-4.464zM76.687 12.688h.825V3.14l6.513 9.548h.825V1.684h-.856v9.485l-6.451-9.485h-.887v11.004h.03zm13.178.155c1.253 0 2.14-.434 2.63-.806l-.368-.682c-.428.34-1.253.744-2.232.744-1.865 0-2.599-1.643-2.63-3.44v-.187h5.351c.031-.155.031-.279.031-.434 0-2.015-1.07-3.44-2.935-3.44-2.08 0-3.333 1.828-3.333 4.03 0 2.293 1.1 4.215 3.486 4.215zM87.327 7.79c.214-1.364 1.009-2.418 2.354-2.418 1.468 0 2.08 1.21 2.11 2.418h-4.464zm8.5 4.898h.795l2.11-6.634 2.109 6.634h.795l2.354-7.874h-.856l-1.895 6.572-2.049-6.572h-.825l-2.049 6.54-1.896-6.54h-.917l2.324 7.874zm15.257 0h.886V8.534l3.608-6.85h-.917l-3.088 5.951h-.031l-3.088-5.951h-1.009l3.639 6.85v4.154zm7.093.155c2.446 0 3.547-2.17 3.547-4.154 0-1.953-1.132-4.092-3.578-4.092-2.445 0-3.485 2.14-3.485 4.123 0 2.015 1.07 4.123 3.516 4.123zm0-.744c-1.773 0-2.629-1.612-2.629-3.41 0-1.767.795-3.348 2.568-3.348 1.773 0 2.691 1.612 2.691 3.38 0 1.797-.857 3.378-2.63 3.378zm5.167.589h.856V7.2c.214-.465.918-1.736 1.988-1.736.336 0 .519.062.642.124l.214-.806c-.122-.062-.398-.124-.734-.124-1.101 0-1.804.961-2.079 1.55V4.845h-.887v7.843zm9.723 0h1.07l-3.608-4.433 3.425-3.44h-1.07l-3.394 3.44 3.577 4.433zm-4.525 0h.856V.816h-.856v11.872zm11.007 0h.887v-4.68h1.376c2.446 0 3.821-1.24 3.821-3.225 0-1.953-1.437-3.1-3.699-3.1h-2.385v11.005zm.887-5.456V2.46h1.376c2.079 0 2.874.991 2.874 2.355 0 1.457-.857 2.418-2.905 2.418h-1.345zm8.866 5.61c1.315 0 2.202-.867 2.569-1.456 0 .434.061 1.023.122 1.302h.856c-.092-.31-.153-.9-.153-1.52V4.815h-.856v5.704c-.275.465-1.223 1.58-2.385 1.58-1.192 0-1.59-.743-1.59-1.89V4.814h-.856v5.549c0 1.426.642 2.48 2.293 2.48zm8.072 0c2.385 0 3.853-1.921 3.853-4.153 0-2.294-1.07-4.092-3.302-4.092-.795 0-1.56.372-2.049.9V.753h-.856v11.469c.55.403 1.406.62 2.354.62zm.031-.743c-.612 0-1.162-.124-1.498-.31V6.302c.428-.496 1.223-.899 1.895-.899 1.896 0 2.538 1.643 2.538 3.348-.031 1.643-.978 3.348-2.935 3.348zm5.442.589h.856V.816h-.856v11.872zm3.73-9.548c.367 0 .642-.31.642-.681a.65.65 0 00-.642-.651.65.65 0 00-.642.65c0 .403.306.682.642.682zm-.428 9.548h.856V4.814h-.856v7.874zm5.901.155c1.162 0 1.988-.434 2.416-.806l-.367-.651c-.337.31-1.101.713-1.988.713-1.712 0-2.476-1.674-2.476-3.41 0-1.829.795-3.348 2.507-3.348.856 0 1.437.341 1.896.713l.428-.62c-.428-.372-1.162-.837-2.324-.837-1.987 0-3.424 1.612-3.424 4.123 0 2.139 1.1 4.123 3.332 4.123z",fill:"#000"})))},logo_lpa_white:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,qa);return p.createElement("svg",Ga({viewBox:"0 0 205 80",fill:"#fff",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,ja||(ja=p.createElement("path",{d:"M49.294 14.905c-3.663-3.189-7.768-5.292-12.788-6.106-6.174-1.018-10.754.44-13.366 1.289-.543.17-.61.509-.61.95-.035 1.12.44 2.001.814 2.34.407.373.814.17 1.424-.034 2.409-.814 5.733-1.39 9.227-.983 3.325.373 6.412 1.39 8.719 2.68-3.257.474-8.142 1.73-13.264 5.427-4.207-.237-9.499.34-15.367 3.29-11.127 5.564-18.115 19.71-11.534 35.11 2.68 6.243 8.752 12.01 15.842 14.079 4.138 1.22 7.836 1.12 8.82 1.051.305.238.814.61 1.425 1.018 9.939 6.581 19.098 5.258 24.492 2.307 4.953-2.714 11.534-9.533 11.737-21.405 9.193-8.854 7.463-19.065 6.242-23.407-2.884-10.347-12.518-16.894-21.813-17.606zM59.879 51.54c.034.78-.305 1.12-1.22 1.764-1.222.849-3.088 1.866-4.92 2.443-.237.068-.339-.204-.271-.373.237-.441.577-1.12.78-1.56.407-.883.814-1.799 1.154-2.68.712-1.832 1.424-4.207 1.865-6.14.068-.306.272-.34.373-.17.204.305.883 1.832 1.357 3.358.51 1.628.848 2.917.882 3.358zm-9.498 1.052c-.712 1.459-1.357 2.68-2.035 3.528-.407.509-3.087 1.425-8.04-.678-3.46-1.46-5.428-2.986-8.379-6.853a45.943 45.943 0 01-1.594-2.273c-.407-.644-.61-1.153-1.764-.916-.848.17-2.646.882-3.63 2.341-.373.577-.102 1.052.237 1.595.645 1.085 1.629 2.374 2.545 3.46 3.222 3.867 7.293 7.123 12.076 8.752.645.203 1.866.542 2.409.678.373.102.542.543.339.746-1.255 1.357-4.512 3.562-5.496 4.071-2.374 1.221-4.783 2.07-6.58 2.34-.611.103-1.188.204-2.036-.508-1.052-.916-2.002-2.002-2.85-3.087-1.662-2.171-2.95-4.647-3.833-7.226-1.832-5.325-2.035-11.126-.78-16.588 1.153-5.054 3.528-9.803 6.988-13.67.475-.543 2.273-2.307 2.816-2.68.44-.272 1.017-.543 2.442-.272 2.307.475 6.174 1.594 10.313 4.139 5.529 3.392 8.684 7.157 9.668 8.379.78.983.814 1.662.678 2.747-.475 4.58-2.239 9.397-3.494 11.975zm-2.239-32.837c.272.034.577.102.984.644.78 1.086 2.07 3.29 2.578 4.444.916 2.171 1.628 4.953 1.934 6.344.067.339-.204.271-.306.203-.305-.339-.95-.882-1.153-1.051-.95-.95-3.698-3.155-6.92-5.02-2.884-1.663-6.276-3.02-7.667-3.393-.17-.034-.237-.305-.034-.407.61-.272 2.578-1.018 4.953-1.459 1.832-.34 3.901-.475 5.631-.305zM4.584 50.965c-1.187-7.294 1.018-14.451 5.801-19.099 2.578-2.51 5.7-4.511 9.125-5.63 1.018-.34 2.85-.815 4.071-1.019.34-.034.441.373.238.577-1.154 1.221-2.782 3.765-3.291 4.614-3.969 6.614-5.699 14.586-4.885 22.253.984 9.464 5.665 15.163 6.412 16.147.17.238.339.645-.034.712-.068 0-.441-.067-.984-.17C10.419 67.01 5.704 57.784 4.584 50.966zm30.192 22.151c-.408-.17-.374-.475 0-.61 1.051-.373 2.985-1.154 3.9-1.662a29.517 29.517 0 005.157-3.528c.814-.679 2.544-2.24 3.562-3.427.339-.407.916-1.12 2.035-1.255 2.171-.237 2.816-.339 4.342-.712 1.459-.373 3.97-1.255 5.632-2.171.203-.102.542 0 .44.509-.746 3.697-3.324 9.396-7.938 12.314-5.325 3.46-11.533 3.087-17.13.542zM64.322 47.37c-.271.44-.678.34-.848-.034-.135-.407-.305-.984-.44-1.39-.713-1.968-1.595-3.902-2.68-5.7a62.217 62.217 0 00-1.799-2.781c-.407-.611-.407-.916-.407-1.663-.034-4.24-1.357-10.075-3.46-13.84-.203-.373.102-.61.34-.51 5.665 2.613 8.718 6.446 10.176 10.076 3.257 8.074.577 13.433-.882 15.842zM93.327 42.857c0-2.578-2.002-3.8-4.614-3.8h-3.969V51.1h2.578v-4.308h1.086c3.019 0 4.919-1.323 4.919-3.935zm-2.578.034c0 1.323-.679 2.002-2.307 2.002h-1.12v-3.868h1.188c1.594-.034 2.239.645 2.239 1.866zm5.427 4.342h5.563c.306-3.256-1.051-5.156-3.799-5.156-2.442 0-4.342 1.798-4.342 4.58 0 2.815 1.662 4.647 4.614 4.647 1.797 0 2.713-.509 3.29-.848l-.78-1.56c-.441.203-1.086.61-2.307.61-1.425 0-2.103-.916-2.239-2.273zm0-1.628c.17-1.153.746-1.798 1.764-1.798 1.086 0 1.493.814 1.527 1.798h-3.29zM109 42.315c-.204-.102-.543-.238-1.187-.238-1.12 0-1.832.746-2.205 1.425v-1.188h-2.409V51.1h2.409v-5.529c.203-.407.848-1.323 1.899-1.323.509 0 .781.102.916.204l.577-2.138zm3.969 1.763h2.103v-1.797h-2.103v-.713c0-1.153.441-1.73 1.425-1.73.644 0 1.051.17 1.221.237l.543-1.797c-.204-.136-.848-.407-2.138-.407-2.238 0-3.46 1.424-3.46 3.527v.916h-1.323v1.798h1.323v7.022h2.409v-7.056zm11.364 2.545c0-2.273-1.391-4.58-4.444-4.58s-4.376 2.375-4.376 4.648c0 2.272 1.323 4.579 4.41 4.579 3.053.034 4.41-2.409 4.41-4.647zm-2.544.101c0 1.629-.475 2.748-1.866 2.748-1.357 0-1.9-1.187-1.9-2.85 0-1.628.441-2.781 1.798-2.781 1.391 0 1.968 1.221 1.968 2.883zm9.6-4.41c-.204-.101-.543-.237-1.187-.237-1.12 0-1.832.746-2.205 1.425v-1.188h-2.409V51.1h2.409v-5.529c.203-.407.848-1.323 1.899-1.323.509 0 .781.102.916.204l.577-2.138zm8.107 1.154c-.339-.814-1.017-1.391-2.272-1.391-1.425 0-2.171.78-2.646 1.289v-1.085h-2.341v8.785h2.409V45.13c.169-.237.746-1.086 1.628-1.086.712 0 1.018.442 1.018 1.324v5.665h2.408v-6.005c.339-.407.882-.983 1.628-.983.781 0 1.052.474 1.052 1.322v5.666h2.408v-6.174c0-1.629-.644-2.85-2.51-2.85-1.255.068-2.069.61-2.782 1.459zm9.567-1.188h-2.409v8.786h2.409v-8.785zm.271-2.578c0-.746-.644-1.424-1.493-1.424-.848 0-1.458.644-1.458 1.424 0 .78.61 1.459 1.458 1.459.849 0 1.493-.678 1.493-1.459zm9.668 11.364v-6.173c0-1.629-.712-2.85-2.646-2.85-1.459 0-2.341.78-2.815 1.323v-1.085h-2.341v8.785h2.408v-5.902c.17-.238.882-1.086 1.798-1.086.882 0 1.188.441 1.188 1.323v5.665h2.408zm6.751-8.785c-.441-.136-.984-.204-1.561-.204-2.442 0-3.901 1.289-3.901 3.189 0 1.153.577 2.069 1.561 2.646-.509.305-.984.814-.984 1.662 0 .644.305 1.052.78 1.323-.882.475-1.493 1.187-1.493 2.137 0 1.594 1.459 2.34 3.868 2.34 2.883 0 4.817-1.322 4.817-3.188 0-2.612-2.307-2.612-4.139-2.714-1.255-.068-1.764-.17-1.764-.644 0-.238.17-.408.339-.51.34.069.679.102 1.052.102 2.442 0 3.799-1.288 3.799-3.188 0-.51-.101-.984-.339-1.425h1.187v-1.56h-3.222v.034zm-1.561 4.613c-.984 0-1.594-.61-1.594-1.628 0-1.018.61-1.629 1.594-1.629.984 0 1.595.611 1.595 1.629 0 1.017-.577 1.628-1.595 1.628zm-1.017 4.478c.373.068.78.102 1.187.136 1.289.101 2.103.067 2.103.983 0 .746-.814 1.29-2.307 1.29-1.221 0-1.73-.476-1.73-1.188.034-.509.272-.916.747-1.221zm13.162-2.544h4.817l.814 2.272h2.781l-4.715-12.042h-2.476l-4.58 12.042h2.578l.781-2.272zm4.07-2.036h-3.358l1.018-2.883c.373-1.018.61-1.934.644-2.07h.034c.034.136.272 1.052.645 2.07l1.017 2.883zm11.025-4.478c-.203-.101-.543-.237-1.187-.237-1.119 0-1.832.746-2.205 1.425v-1.188h-2.409V51.1h2.409v-5.529c.204-.407.848-1.323 1.9-1.323.508 0 .78.102.916.204l.576-2.138zm1.662 1.764v4.478c0 1.696.713 2.748 2.782 2.748 1.086 0 1.832-.305 2.205-.509l-.543-1.798c-.169.102-.644.34-1.153.34-.678 0-.882-.374-.882-1.256v-4.003h2.069v-1.797h-2.069v-2.545h-2.375v2.545h-1.424v1.797h1.39zM205 48.488c0-1.492-1.017-2.103-2.408-2.68-1.018-.407-1.798-.576-1.798-1.153 0-.475.373-.78 1.221-.78.848 0 1.527.34 1.866.577l.848-1.629c-.407-.237-1.323-.712-2.816-.712-2.001 0-3.29 1.052-3.29 2.68 0 1.323.746 2.035 1.967 2.612 1.256.61 2.205.746 2.205 1.357 0 .509-.508.78-1.458.78-.984 0-1.832-.475-2.171-.712l-.815 1.662c.543.373 1.561.814 3.121.814 2.239 0 3.528-.984 3.528-2.816zM85.117 32.409h5.801v-.848h-4.817V20.366h-.984V32.41zm8.04-10.414c.407 0 .712-.34.712-.747a.717.717 0 00-.712-.712.717.717 0 00-.712.712c0 .407.305.747.712.747zm-.475 10.414h.95v-8.616h-.95v8.616zm6.174.204c2.646 0 4.274-2.104 4.274-4.546 0-2.51-1.187-4.478-3.663-4.478-.882 0-1.73.407-2.273.984v-5.19h-.95v12.551c.644.407 1.594.679 2.612.679zm.034-.815c-.679 0-1.29-.135-1.696-.339v-6.038c.475-.543 1.357-.984 2.103-.984 2.103 0 2.815 1.798 2.815 3.664.034 1.798-1.017 3.697-3.222 3.697zm6.411.611h.95v-6.004c.238-.51 1.018-1.9 2.205-1.9.373 0 .577.068.712.136l.238-.882c-.136-.068-.441-.136-.814-.136-1.221 0-2.002 1.052-2.307 1.696v-1.492h-.984v8.582zm7.328.204c1.017 0 2.001-.51 2.612-1.29.034.306.067.815.135 1.086h.95c-.102-.373-.169-.984-.169-1.73v-4.342c0-1.866-.984-2.748-2.748-2.748-1.12 0-2.07.373-2.816 1.086l.509.644c.712-.678 1.425-.916 2.239-.916 1.289 0 1.9.645 1.9 2.036v.983h-.407c-2.002 0-4.546.645-4.546 2.952-.068 1.357.916 2.239 2.341 2.239zm.135-.815c-.746 0-1.56-.508-1.56-1.458 0-1.595 1.628-2.171 3.562-2.171h.407v2.306c-.645.848-1.459 1.323-2.409 1.323zm5.903.611h.95v-6.004c.237-.51 1.017-1.9 2.205-1.9.373 0 .576.068.712.136l.237-.882c-.135-.068-.441-.136-.814-.136-1.221 0-2.001 1.052-2.306 1.696v-1.492h-.95v8.582h-.034zm5.292 4.139c1.866 0 2.544-1.29 3.155-2.918l3.697-9.871h-.984l-2.646 7.395-2.713-7.395h-1.018l3.223 8.548-.441 1.221c-.509 1.357-1.018 2.172-2.273 2.172-.339 0-.475-.034-.611-.068l-.136.78c.17.102.374.136.747.136zm12.856-4.139h.916v-7.87h2.239v-.746h-2.239v-1.357c0-1.56.645-2.375 1.968-2.375.509 0 .916.136 1.085.238l.238-.814c-.238-.102-.679-.238-1.323-.238-1.9 0-2.917 1.187-2.917 3.155v1.458h-1.493v.747h1.493v7.802h.033zm7.633.204c2.714 0 3.935-2.375 3.935-4.546 0-2.137-1.255-4.478-3.969-4.478s-3.867 2.34-3.867 4.512c.034 2.17 1.221 4.512 3.901 4.512zm.034-.815c-1.934 0-2.917-1.764-2.917-3.731 0-1.934.882-3.664 2.849-3.664 1.968 0 2.985 1.764 2.985 3.698 0 1.967-.949 3.697-2.917 3.697zm6.072.611h.95v-6.004c.238-.51 1.018-1.9 2.205-1.9.373 0 .577.068.712.136l.238-.882c-.136-.068-.441-.136-.814-.136-1.222 0-2.002 1.052-2.307 1.696v-1.492h-.95v8.582h-.034zm11.975.204c.814 0 1.425-.34 1.662-.51l-.373-.712c-.17.136-.678.407-1.187.407-.781 0-1.052-.474-1.052-1.356v-5.87h2.205v-.745h-2.205V21.35h-.95v2.443h-1.458v.746h1.458v5.936c0 1.357.611 2.138 1.9 2.138zm3.494-.204h.95v-6.276c.305-.475 1.357-1.696 2.646-1.696s1.764.78 1.764 2.07v5.902h.95v-6.106c0-1.56-.713-2.714-2.511-2.714-1.458 0-2.442.984-2.849 1.56v-5.766h-.95v13.026zm12.28.204c1.391 0 2.375-.475 2.917-.882l-.407-.747c-.475.373-1.391.814-2.476.814-2.069 0-2.883-1.797-2.917-3.765v-.204h5.936c.034-.17.034-.305.034-.474 0-2.205-1.187-3.766-3.257-3.766-2.306 0-3.697 2.002-3.697 4.41 0 2.51 1.221 4.614 3.867 4.614zm-2.816-5.564c.238-1.492 1.12-2.646 2.612-2.646 1.629 0 2.307 1.323 2.341 2.646h-4.953zM85.083 13.752h.916V3.303l7.225 10.448h.916V1.71h-.95v10.38L86.033 1.71h-.984v12.043h.034zm14.62.17c1.391 0 2.375-.476 2.918-.883l-.407-.746c-.475.373-1.391.814-2.477.814-2.069 0-2.883-1.798-2.917-3.765v-.204h5.937c.033-.17.033-.305.033-.475 0-2.205-1.187-3.765-3.256-3.765-2.307 0-3.698 2.001-3.698 4.41 0 2.51 1.222 4.613 3.868 4.613zm-2.815-5.53c.237-1.493 1.12-2.646 2.612-2.646 1.628 0 2.307 1.323 2.341 2.646h-4.953zm9.43 5.36h.882l2.341-7.26 2.341 7.26h.882l2.612-8.617h-.95l-2.103 7.192-2.273-7.192h-.916l-2.273 7.158-2.103-7.158h-1.018l2.578 8.617zm16.928 0h.984V9.206l4.003-7.497h-1.018l-3.426 6.513h-.034l-3.426-6.513h-1.12l4.037 7.497v4.546zm7.87.17c2.714 0 3.935-2.376 3.935-4.547 0-2.137-1.255-4.477-3.969-4.477s-3.867 2.34-3.867 4.511c0 2.205 1.187 4.512 3.901 4.512zm0-.815c-1.968 0-2.917-1.764-2.917-3.732 0-1.933.882-3.663 2.849-3.663 1.968 0 2.985 1.764 2.985 3.697 0 1.968-.95 3.698-2.917 3.698zm5.733.645h.95V7.747c.237-.509 1.017-1.9 2.205-1.9.373 0 .576.068.712.136l.238-.882c-.136-.068-.441-.135-.815-.135-1.221 0-2.001 1.051-2.306 1.696V5.169h-.984v8.582zm10.787 0h1.188L144.821 8.9l3.799-3.766h-1.187l-3.766 3.766 3.969 4.85zm-5.02 0h.95V.758h-.95v12.992zm12.212 0h.984V8.628h1.526c2.714 0 4.241-1.357 4.241-3.528 0-2.137-1.595-3.392-4.105-3.392h-2.646v12.043zm.984-5.97V2.556h1.526c2.307 0 3.189 1.086 3.189 2.578 0 1.595-.95 2.646-3.223 2.646h-1.492zm9.837 6.14c1.459 0 2.443-.95 2.85-1.595 0 .475.068 1.12.136 1.425h.949c-.101-.34-.169-.984-.169-1.663V5.135h-.95v6.242c-.305.509-1.357 1.73-2.646 1.73-1.323 0-1.764-.814-1.764-2.07V5.136h-.95v6.072c0 1.56.713 2.714 2.544 2.714zm8.956 0c2.646 0 4.274-2.104 4.274-4.547 0-2.51-1.187-4.477-3.663-4.477a3.2 3.2 0 00-2.273.983V.691h-.95v12.552c.61.44 1.56.678 2.612.678zm.034-.815c-.679 0-1.289-.136-1.662-.34V6.764c.475-.542 1.357-.983 2.103-.983 2.103 0 2.815 1.798 2.815 3.663-.033 1.798-1.085 3.664-3.256 3.664zm6.038.645h.95V.758h-.95v12.992zm4.139-10.449c.407 0 .712-.339.712-.746a.716.716 0 00-.712-.712.717.717 0 00-.713.712c0 .441.34.746.713.746zm-.475 10.448h.95V5.136h-.95v8.617zm6.547.17c1.289 0 2.205-.475 2.68-.882l-.407-.712c-.373.339-1.222.78-2.205.78-1.9 0-2.748-1.832-2.748-3.732 0-2.001.882-3.663 2.782-3.663.949 0 1.594.373 2.103.78l.475-.678c-.475-.407-1.289-.916-2.578-.916-2.205 0-3.8 1.764-3.8 4.511 0 2.341 1.221 4.512 3.698 4.512z"})))},logo_nypl_full_black:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,Xa);return p.createElement("svg",Qa({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 966.787 543.733","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,Ha||(Ha=p.createElement("path",{d:"M485.288 7.284h7.269l53.44 77.4v-77.4h7v89.65h-6.867l-53.978-77.94v77.94h-6.864V7.284m126.535 49.67c-.134-9.691-5.114-19.652-17.365-19.652-11.171 0-17.634 8.614-19.518 19.653zm-44.692 7.27c0-18.172 10.5-32.98 27.597-32.98 16.422 0 25.442 13.192 24.094 31.498h-44.287v1.482c.136 14.673 6.328 28.134 21.674 28.134 8.21 0 15.076-3.366 18.576-6.059l2.96 5.52c-4.038 2.961-11.441 6.596-21.807 6.596-19.652 0-28.807-15.75-28.807-34.191m59.225-31.5h7.539l15.617 53.442 16.825-53.442h6.865L690.028 86.3l15.749-53.575h7.001l-19.385 64.21h-6.46l-17.366-54.112-17.365 54.112h-6.46l-19.386-64.21m148.337 30.422L744.676 7.284h8.345l25.44 48.459h.27l25.442-48.46h7.539l-29.75 55.863v33.788h-7.27V63.146m81.841 1.751c0-14.404-7.673-27.595-22.345-27.595-14.538 0-21.134 12.922-21.134 27.326 0 14.538 7.135 27.73 21.672 27.73 14.671 0 21.807-12.924 21.807-27.461zm-50.882 0c0-16.154 8.614-33.653 28.805-33.653 20.193 0 29.481 17.365 29.481 33.384 0 16.153-9.153 33.787-29.346 33.787-20.191 0-28.94-17.365-28.94-33.518m71.73-32.173h7v11.173c2.423-4.711 8.211-12.653 17.231-12.653 2.96 0 5.115.674 6.192 1.078l-1.75 6.594c-1.078-.404-2.558-.942-5.251-.942-8.884 0-14.673 10.5-16.421 14.27v44.69h-7.001v-64.21m51.013 28.134l28.135-28.134h8.75l-28.402 28.134 29.883 36.076h-8.75zM920.724.015h7v96.919h-7V.014m-416.725 187.38c17.095 0 24.094-7.808 24.094-19.654 0-11.173-6.73-19.25-23.826-19.25h-11.44v38.904zm-18.576-45.23h19.518c18.846 0 30.69 9.29 30.69 25.308 0 16.151-11.172 26.248-31.498 26.248h-11.307v38.094h-7.403v-89.65m61.513 70.805v-45.364h7v43.883c0 9.424 3.365 15.48 13.191 15.48 9.559 0 17.498-9.018 19.654-12.787v-46.576h6.999v51.825c0 5.115.538 9.962 1.212 12.384h-7.135c-.402-2.153-.942-7-.942-10.5-3.096 4.847-10.365 11.981-21.268 11.981-13.46 0-18.711-8.75-18.711-20.326m107.957-13.191c0-14-5.385-27.326-21-27.326-5.518 0-11.98 3.23-15.615 7.269v44.96c2.961 1.48 7.402 2.557 12.52 2.557 16.286 0 24.095-14.134 24.095-27.46zm-43.614 28.672v-93.555h6.999v38.634c3.904-4.443 10.232-7.404 16.827-7.404 18.305 0 27.19 14.672 27.19 33.383 0 18.038-12.115 33.787-31.768 33.787-7.672 0-14.806-1.884-19.248-4.845m65.416-93.555h7.001v96.92h-7v-96.92m27.862 32.71h7.134v64.21h-7.134zm-1.75-18.98c0-3.095 2.424-5.385 5.252-5.385 2.958 0 5.382 2.29 5.382 5.386s-2.424 5.52-5.382 5.52c-2.828 0-5.252-2.425-5.252-5.52m22.343 51.017c0-20.326 11.712-33.518 28.269-33.518 9.558 0 15.615 3.635 19.114 6.73l-3.635 5.115c-3.633-3.096-8.48-5.788-15.612-5.788-14.27 0-20.732 12.384-20.732 27.192 0 14.269 6.328 27.864 20.597 27.864 7.404 0 13.594-3.23 16.422-5.788l3.096 5.25c-3.5 3.096-10.23 6.595-19.923 6.595-18.441 0-27.596-16.422-27.596-33.652M483.403 366.697v-89.65h19.114v74.303H535.9v15.347h-52.498m66.689 0V301.14h18.036v65.558zm9.02-74.035c-6.328 0-10.906-4.981-10.906-10.77 0-5.654 4.578-10.5 10.905-10.5 6.327 0 11.037 4.846 11.037 10.5 0 5.789-4.71 10.77-11.037 10.77m42.67 60.17c1.21.403 4.037 1.482 9.018 1.482 9.961 0 15.883-7.404 15.883-20.865 0-12.25-4.17-19.788-13.864-19.788-5.652 0-9.961 3.634-11.037 4.98zm0-83.055v36.48c2.961-2.963 8.75-6.731 16.017-6.731 16.425 0 27.866 11.306 27.866 33.923 0 22.343-15.077 34.863-34.865 34.863-14.807 0-23.826-3.77-26.922-5.25v-93.285h17.904m94.224 47.114c-1.077-.672-3.097-1.482-6.868-1.482-7.94 0-12.651 7.002-14.267 9.961v41.327h-17.904V301.14h17.904v8.887c2.826-4.847 8.212-10.5 16.557-10.5 4.846 0 7.404.942 8.885 1.752l-4.307 15.613m45.362 20.728h-2.29c-10.498 0-17.767 3.1-17.767 10.77 0 4.846 3.905 6.865 7.941 6.865 6.463 0 10.232-3.77 12.116-5.787zm2.02 29.078c-.54-1.617-.942-4.98-1.079-7-2.96 3.5-9.153 8.615-18.44 8.615-11.174 0-19.788-6.73-19.788-18.442 0-17.096 17.634-23.288 34.998-23.288h2.289v-3.769c0-5.654-2.29-9.152-10.635-9.152-8.48 0-14.269 4.44-16.691 6.19l-7.808-10.901c3.904-3.5 12.52-9.424 26.52-9.424 17.903 0 26.383 6.866 26.383 24.23v23.557c0 8.883.941 15.209 1.884 19.384h-17.633m69.186-49.806c-1.076-.672-3.096-1.482-6.864-1.482-7.942 0-12.654 7.002-14.27 9.961v41.327h-17.904V301.14h17.904v8.887c2.828-4.847 8.212-10.5 16.558-10.5 4.844 0 7.403.942 8.884 1.752l-4.308 15.613m10.768-15.752h19.113l14.54 43.212h.673l13.326-43.212h18.442l-27.057 72.556c-5.789 15.48-12.654 24.499-30.556 24.499-5.52 0-8.75-.805-10.096-1.21l2.557-14.135c.942.27 2.423.672 6.327.672 9.153 0 12.384-4.44 14.94-11.441l2.423-6.73-24.632-64.21"})),Va||(Va=p.createElement("path",{d:"M244.07 275.908c-.632 3.292-2.639 9.649-5.848 10.062-3.233.413-5.562-3.053-7.881-4.352-3.912-2.182-9.444-3.61-14.556-5.302-4.41-1.462-10.457-3.27-12.23-7.479-2.657-6.265 3.55-9.229 8.02-10.605 4.21-1.293 7.292-1.78 12.78-2.036 8.075-.388 15.784.768 18.495 5.844 1.635 3.057 2.133 9.122 1.22 13.868zm74.12 4.038c-14.064-6.882-32.33-10.33-45.62-17.713-10.522-5.834-18.59-15.471-29.913-20.664-11.552-5.656-28.94-11.341-35.586-12.98-23.496-5.78-43.231 1.747-50.076 7.164-12.781 10.1-22.766 26.516-18.87 50.134 1.65 9.984 4.723 18.383 9.607 25.29 19.818 27.99 56.91 37.084 86.295 54.742 1.036.705 2.118.517 2.78-.383 4.935-7.258 8.947-13.1 17.26-16.558 8.44-3.524 21.722-2.327 33.174-1.77 11.83.573 24.6-.538 28.891-6.655 5.127-7.301 4.828-22.013-2.997-26.508-4.199-2.42-10.459-2.53-15.025-4.635-3.332-1.54-5.901-4.422-7.739-8.428-1.54-3.352-2.973-8.856-.976-12.447 1.84-3.308 6.475-2.372 10.199-1.506 7.38 1.694 19.711 3.49 26.811.376 2.092-1.068-5.386-6.076-8.216-7.459M20.98 299.71c.424-2.396.609-3.063 2.052-4.947 2.286-3.418 30.024-34.543 73.016-42.085 5.658-.811 9.734-.419 10.661 1.849 1.625 3.976-1.667 6.266-5.629 8.56-68.952 41.21-64.064 102.472-64.725 127.532.208 10.252-7.195 12.118-9.043 7.288-8.092-22.074-14.896-56.673-6.333-98.197m46.657-90.251c1.413-1.499 2.334-2.187 4.43-2.778 26.481-6.578 53.046-2.39 72.177 6.14 4.294 1.902 6.229 4.596 3.409 6.405-3.587 2.084-14.456 9.154-20.464 14.752-1.746 1.505-4.86 1.584-6.697 1.34-22.426-2.956-34.074-4.703-67.787 8.077-5.173 2.175-9.826-.784-7.445-4.85 4.489-8.04 14.927-21.49 22.377-29.086M111.209 183c-5.798-.66-5.88-4.902-3.428-6.553 6.3-4.414 16.521-9.743 26.804-13.82 3.078-1.22 4.668-1.537 7.487-1.255 7.578.759 20.125 5.86 34.522 16.133 17.266 12.32 32.626 35.725 22.354 33.83-6.497-1.125-3.668-.816-11.283-1.652-7.781-.69-12.888.11-16.475-.256-1.562-.128-2.793-1.168-3.893-2.07-14.573-13.067-31.407-21.36-56.088-24.357",fill:"#fff"})),Fa||(Fa=p.createElement("path",{d:"M388.617 387.566c-1.555 4.852-3.401 10.939-7.359 8.115-7.351-5.47-23.692-15.988-39.517-21.825-.85-.19-.754-1.37-.454-2.035 1.122-2.485 1.624-4.784 2.11-7.725.45-2.752 2.436-4.59 3.801-6.797 4.056-6.479 6.253-17.772 7.138-24.817.672-6.473.272-13.686-1.13-19.698-.599-2.568-2.45-5.878-2.401-8.718.048-2.779 1.354-5.69 1.622-8.97.783-9.49-11.194-17.403-17.731-20.452-14.83-6.924-30.59-13.117-46.607-21.568-9.041-4.769-16.297-15.23-23.552-20.845-7.327-5.654-30.879-14.995-40.292-17.482-2.125-.67-2.879-1.552-3.239-3.244-3.88-18.518-14.808-38.916-35.223-54.69-6.61-5.138.803-8.06 9.907-8.504 143.51-4.92 226.095 127.15 192.927 239.255",fill:"#fff"})),Da||(Da=p.createElement("path",{d:"M330.345 324.088c-.103-.73-.417-3.204-.415-3.715.008-1.305 2.691-3.081 3.942-4.074 1.897-1.51 4.093-3.17 5.532-3.895.52-.327.865.43.935.579 5.291 8.03 3.307 27.88-.515 37.318-.443.96-1.252 1.333-1.582.63-1.95-4.258-4.845-8.092-8.169-10.196-.613-.476-.66-1.468-.613-1.652 1.07-4.485 1.625-9.46.885-14.995m-65.426 48.855c1.14-3.291 2.466-5.23 5.024-6.83 4.814-3.02 12.815-3.15 20.538-3.678 7.482-.505 15.477-.943 20.8-3.403 3.222-1.481 6.444-5.7 11.423-3.552 2.357 1.016 3.64 3.176 4.344 5.324.79 2.394 1.364 4.81 1.118 8.019-.716 9.258-8.235 13.78-9.589 22.434-.125 1.337-.353 3.273-1.12 4.042-5.742 5.844-17.097 4.615-27.362 3.582-3.674-.366-7.306-.466-9.791-1.65-1.794-.838-3.403-2.549-4.894-3.932-3.283-3.043-5.14-5.283-8.433-8.975-1.117-1.251-3.648-3.515-3.814-4.89-.142-1.318 1.27-5.103 1.756-6.491M85.152 482.06c-3.768-3.087-5.388-5.69-7.555-9.347-17.576-28.094-27.427-127.586-4.778-161.332 7.208-11.823 14.843-6.373 12.306 2.767-4.338 20.517-1.68 32.014 8.297 54.276 15.679 33.083 64.073 79.017 76.884 95.676 21.963 28.57 29.272 49.386 29.172 54.993-.119 4.302-.944 7.045-8.483 6.408-39.764-3.151-78.206-19.638-105.843-43.441",fill:"#fff"})),Aa||(Aa=p.createElement("path",{d:"M107.885 347.889c-12.129-29.548-4.208-56.154 1.149-66.245 2.701-5.092 5.341-8.419 8.789-7.462 3.75 1.047 4.617 4.886 5.135 12.003 3.817 59.062 39.542 78.948 84.414 99.801 35.4 18.097 75.678 38.787 109.435 88.906 5.109 7.235 5.846 11.625.078 15.77-20.58 14.05-39.225 23.844-66.503 30.205-4.107.961-8.341.24-11.979-9.143-37.895-97.638-101.518-93.237-130.518-163.835m234.716 120.04c-5.77 5.767-9.041 1.246-10.927-2.457-8.08-17.18-15.971-31.56-28.698-45.488-2.205-2.235-.506-5.372 2.735-5.053 4.143.332 6.857.105 11.414-1.854 3.855-1.655 8.272-7.06 10.475-14.824 1.605-5.664 1.68-7.33 5.15-7.684.863-.082 2.442.136 3.399.412 4.224 1.202 8.76 4.653 12.074 7.196 8.501 6.494 21.184 20.827 23.404 25.464 1.409 2.952.06 4.956-.735 6.642-4.448 9.095-18.477 27.943-28.291 37.647",fill:"#fff"})),Na||(Na=p.createElement("path",{d:"M342.6 467.938c-5.768 5.766-9.04 1.245-10.926-2.458-8.08-17.18-15.971-31.56-28.698-45.488-2.205-2.235-.506-5.373 2.735-5.053 4.143.332 6.857.105 11.414-1.853 3.855-1.656 8.272-7.062 10.475-14.825 1.605-5.664 1.68-7.33 5.15-7.684.863-.082 2.442.136 3.399.412 4.224 1.202 8.76 4.653 12.074 7.196 8.501 6.493 21.184 20.826 23.404 25.465 1.409 2.951.06 4.955-.735 6.64-4.448 9.096-18.477 27.942-28.291 37.648zM107.91 347.859c-12.129-29.546-4.209-56.152 1.149-66.243 2.701-5.092 5.341-8.419 8.789-7.462 3.75 1.047 4.617 4.886 5.135 12.003 3.816 59.062 39.54 78.948 84.413 99.8 35.402 18.098 75.68 38.787 109.436 88.906 5.11 7.236 5.847 11.626.077 15.77-20.58 14.05-39.224 23.844-66.502 30.205-4.106.96-8.342.24-11.98-9.143-37.895-97.637-101.518-93.238-130.517-163.836zm-86.897-48.163c.426-2.396.612-3.062 2.054-4.946 2.286-3.417 30.023-34.543 73.017-42.084 5.656-.81 9.733-.419 10.66 1.849 1.625 3.976-1.667 6.268-5.628 8.56-68.953 41.21-64.065 102.472-64.725 127.532.208 10.25-7.195 12.118-9.044 7.288-8.092-22.074-14.896-56.674-6.334-98.199zm46.622-90.287c1.413-1.498 2.334-2.186 4.43-2.777 26.481-6.577 53.046-2.39 72.177 6.141 4.294 1.902 6.229 4.596 3.409 6.404-3.587 2.084-14.456 9.153-20.464 14.752-1.746 1.505-4.86 1.584-6.697 1.34-22.426-2.956-34.074-4.703-67.787 8.077-5.173 2.176-9.826-.784-7.445-4.85 4.489-8.04 14.927-21.49 22.377-29.087zm197.284 163.484c1.14-3.29 2.466-5.229 5.024-6.83 4.814-3.019 12.815-3.15 20.538-3.677 7.482-.506 15.477-.943 20.8-3.403 3.222-1.481 6.444-5.701 11.423-3.552 2.357 1.016 3.64 3.176 4.344 5.324.79 2.393 1.364 4.81 1.118 8.018-.716 9.259-8.235 13.78-9.589 22.434-.125 1.338-.353 3.274-1.12 4.043-5.742 5.844-17.097 4.615-27.362 3.581-3.674-.365-7.306-.465-9.791-1.649-1.794-.84-3.403-2.55-4.894-3.932-3.283-3.044-5.14-5.284-8.433-8.976-1.117-1.25-3.648-3.514-3.814-4.889-.142-1.319 1.27-5.104 1.756-6.492zm-153.71-189.94c-5.798-.662-5.88-4.902-3.428-6.553 6.3-4.415 16.521-9.744 26.804-13.821 3.078-1.22 4.668-1.538 7.487-1.254 7.578.759 20.125 5.86 34.522 16.132 17.266 12.32 32.626 35.724 22.354 33.83-6.497-1.126-3.668-.815-11.283-1.651-7.781-.69-12.888.108-16.475-.257-1.562-.127-2.793-1.168-3.893-2.068-14.573-13.068-31.407-21.361-56.088-24.358zm45.786 52.75c6.845-5.417 26.58-12.943 50.076-7.163 6.646 1.638 24.034 7.323 35.586 12.98 11.323 5.192 19.391 14.83 29.914 20.665 13.29 7.382 31.555 10.83 45.618 17.712 2.83 1.383 10.308 6.39 8.216 7.458-7.1 3.115-19.431 1.319-26.811-.376-3.724-.865-8.36-1.802-10.199 1.507-1.997 3.59-.565 9.094.976 12.446 1.838 4.007 4.407 6.888 7.739 8.428 4.566 2.105 10.826 2.216 15.025 4.636 7.825 4.495 8.124 19.206 2.997 26.507-4.29 6.116-17.06 7.227-28.891 6.656-11.452-.557-24.734-1.754-33.174 1.77-8.313 3.457-12.325 9.3-17.26 16.558-.662.9-1.744 1.088-2.78.382-29.384-17.658-66.477-26.752-86.295-54.742-4.884-6.907-7.957-15.305-9.607-25.289-3.896-23.618 6.089-40.035 18.87-50.135zm173.35 88.335c-.103-.73-.417-3.203-.415-3.714.008-1.305 2.691-3.081 3.942-4.075 1.897-1.51 4.093-3.169 5.532-3.894.52-.327.865.43.935.578 5.291 8.03 3.307 27.88-.515 37.318-.443.96-1.252 1.333-1.582.63-1.95-4.258-4.845-8.091-8.169-10.195-.613-.476-.66-1.468-.613-1.652 1.07-4.485 1.625-9.46.885-14.996zm58.272 63.479c-1.555 4.852-3.401 10.937-7.359 8.114-7.351-5.47-23.692-15.987-39.517-21.824-.85-.191-.754-1.37-.454-2.035 1.122-2.487 1.624-4.784 2.11-7.725.45-2.752 2.436-4.59 3.801-6.797 4.056-6.479 6.253-17.772 7.138-24.817.672-6.473.272-13.686-1.13-19.698-.599-2.568-2.45-5.879-2.401-8.719.048-2.778 1.354-5.689 1.622-8.969.783-9.49-11.194-17.402-17.731-20.453-14.83-6.923-30.59-13.115-46.607-21.566-9.041-4.769-16.297-15.231-23.552-20.846-7.327-5.653-30.879-14.996-40.292-17.48-2.125-.67-2.879-1.554-3.239-3.246-3.88-18.517-14.808-38.916-35.223-54.69-6.61-5.138.803-8.06 9.907-8.504 143.51-4.919 226.095 127.151 192.927 239.255zM85.152 482.01c-3.768-3.087-5.388-5.69-7.555-9.347-17.576-28.094-27.427-127.586-4.778-161.332 7.208-11.825 14.843-6.373 12.306 2.767-4.338 20.517-1.68 32.014 8.297 54.276 15.679 33.083 64.073 79.016 76.884 95.676 21.963 28.57 29.272 49.385 29.172 54.993-.119 4.302-.944 7.044-8.483 6.407-39.764-3.15-78.206-19.637-105.843-43.44zm120.73-352.236C92.439 129.775 0 222.018 0 336.73c0 114.706 93 207.004 206.01 207.004 114.711 0 207.544-92.25 207.544-206.957 0-114.715-92.966-207-207.671-207"})),Wa||(Wa=p.createElement("path",{d:"M215.816 276.316c5.112 1.692 10.642 3.12 14.554 5.302 2.319 1.299 4.648 4.765 7.883 4.352 3.208-.413 5.213-6.77 5.846-10.062.914-4.746.415-10.81-1.22-13.868-2.709-5.076-10.42-6.232-18.494-5.844-5.49.256-8.57.743-12.781 2.036-4.47 1.376-10.676 4.34-8.02 10.605 1.774 4.208 7.82 6.017 12.232 7.479"})))},logo_nypl_full_white:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,$a);return p.createElement("svg",en({viewBox:"0 0 967 568",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,Ya||(Ya=p.createElement("g",{clipPath:"url(#logo_nypl_full_white_svg__clip0_1147_1139)",fill:"#fff"},p.createElement("path",{d:"M251.237 291.137c-.698 3.641-2.919 10.677-6.472 11.135-3.576.456-6.155-3.379-8.719-4.818-4.33-2.413-10.451-3.994-16.107-5.865-4.88-1.616-11.571-3.62-13.531-8.276-2.942-6.93 3.928-10.211 8.872-11.733 4.659-1.433 8.068-1.97 14.142-2.254 8.934-.428 17.465.85 20.464 6.466 1.809 3.382 2.361 10.093 1.351 15.345zm82.012 4.469c-15.561-7.617-35.77-11.433-50.479-19.599-11.641-6.455-20.566-17.12-33.097-22.866-12.781-6.259-32.021-12.549-39.377-14.361-25.998-6.396-47.833 1.932-55.409 7.925-14.14 11.176-25.19 29.342-20.878 55.473 1.826 11.048 5.228 20.341 10.629 27.985 21.93 30.97 62.972 41.034 95.488 60.572 1.145.778 2.341.572 3.072-.423 5.461-8.034 9.901-14.498 19.1-18.322 9.339-3.899 24.035-2.576 36.705-1.957 13.093.629 27.224-.598 31.968-7.366 5.675-8.079 5.343-24.358-3.314-29.331-4.645-2.676-11.573-2.798-16.625-5.128-3.687-1.705-6.531-4.893-8.563-9.326-1.704-3.709-3.29-9.799-1.08-13.77 2.034-3.663 7.165-2.627 11.283-1.668 8.168 1.873 21.813 3.862 29.669.414 2.315-1.182-5.961-6.724-9.092-8.252zM4.386 317.474c.47-2.649.674-3.389 2.272-5.473 2.529-3.783 33.22-38.222 80.791-46.567 6.26-.899 10.772-.464 11.798 2.045 1.797 4.399-1.846 6.935-6.229 9.472C16.722 322.55 22.13 390.336 21.4 418.066c.23 11.341-7.962 13.409-10.007 8.064-8.954-24.425-16.482-62.708-7.007-108.656zm51.625-99.862c1.564-1.658 2.582-2.421 4.902-3.074 29.301-7.279 58.696-2.644 79.862 6.796 4.755 2.102 6.895 5.085 3.775 7.086-3.969 2.305-15.996 10.127-22.643 16.321-1.933 1.667-5.379 1.753-7.412 1.484-24.813-3.272-37.703-5.203-75.006 8.937-5.723 2.407-10.87-.868-8.237-5.366 4.967-8.898 16.516-23.78 24.76-32.184zm48.216-29.276c-6.415-.731-6.506-5.423-3.794-7.251 6.971-4.885 18.282-10.781 29.656-15.291 3.411-1.35 5.168-1.702 8.289-1.388 8.384.838 22.266 6.484 38.198 17.85 19.106 13.632 36.1 39.528 24.734 37.434-7.189-1.246-4.059-.904-12.485-1.828-8.611-.764-14.261.12-18.229-.284-1.729-.142-3.091-1.295-4.309-2.29-16.124-14.458-34.751-23.635-62.06-26.952z"}),p.createElement("path",{d:"M411.177 414.687c-1.719 5.368-3.764 12.1-8.142 8.979-8.135-6.055-26.216-17.689-43.726-24.149-.939-.209-.832-1.517-.502-2.252 1.242-2.75 1.797-5.294 2.335-8.548.497-3.046 2.694-5.079 4.205-7.522 4.488-7.169 6.92-19.661 7.899-27.458.743-7.161.301-15.142-1.251-21.795-.663-2.843-2.711-6.506-2.656-9.648.052-3.073 1.499-6.295 1.793-9.924.868-10.501-12.386-19.258-19.617-22.631-16.411-7.662-33.848-14.515-51.572-23.864-10.005-5.277-18.033-16.853-26.06-23.066-8.108-6.256-34.169-16.593-44.582-19.342-2.353-.741-3.186-1.719-3.584-3.592-4.293-20.489-16.389-43.06-38.975-60.514-7.314-5.686.887-8.918 10.961-9.41 158.795-5.443 250.175 140.692 213.474 264.736"}),p.createElement("path",{d:"M346.699 344.448c-.114-.808-.461-3.545-.458-4.111.009-1.442 2.976-3.406 4.361-4.506 2.098-1.671 4.529-3.507 6.122-4.309.574-.362.958.472 1.034.638 5.854 8.888 3.66 30.847-.571 41.292-.489 1.062-1.385 1.478-1.751.698-2.157-4.711-5.359-8.952-9.035-11.28-.682-.527-.734-1.625-.682-1.831 1.184-4.962 1.799-10.465.98-16.591zm-72.394 54.056c1.264-3.639 2.731-5.784 5.559-7.553 5.327-3.343 14.182-3.486 22.726-4.072 8.278-.556 17.125-1.044 23.014-3.764 3.568-1.64 7.133-6.308 12.639-3.931 2.608 1.123 4.031 3.514 4.807 5.891.875 2.646 1.511 5.322 1.24 8.872-.793 10.245-9.114 15.247-10.61 24.824-.142 1.48-.392 3.622-1.243 4.472-6.352 6.467-18.914 5.108-30.273 3.963-4.066-.403-8.086-.514-10.837-1.823-1.984-.93-3.764-2.821-5.412-4.353-3.635-3.368-5.689-5.845-9.334-9.93-1.233-1.384-4.033-3.89-4.217-5.411-.16-1.46 1.402-5.648 1.941-7.185zM75.395 519.246c-4.169-3.417-5.963-6.298-8.36-10.344-19.45-31.083-30.349-141.175-5.287-178.512 7.975-13.084 16.424-7.054 13.615 3.059-4.799 22.703-1.857 35.424 9.182 60.056 17.348 36.609 70.896 87.433 85.072 105.865 24.301 31.616 32.389 54.647 32.279 60.851-.13 4.76-1.045 7.795-9.385 7.09-44.001-3.488-86.535-21.728-117.116-48.065"}),p.createElement("path",{d:"M100.548 370.783c-13.42-32.694-4.658-62.132 1.272-73.299 2.988-5.635 5.91-9.316 9.724-8.256 4.151 1.157 5.11 5.406 5.683 13.281 4.222 65.353 43.753 87.356 93.401 110.43 39.174 20.024 83.741 42.918 121.092 98.373 5.653 8.007 6.469 12.864.088 17.45-22.776 15.546-43.404 26.383-73.589 33.422-4.541 1.063-9.229.265-13.253-10.116C203.035 444.031 132.634 448.9 100.548 370.783zM360.26 503.607c-6.382 6.383-10.006 1.382-12.089-2.719-8.941-19.01-17.674-34.919-31.756-50.332-2.437-2.471-.558-5.944 3.028-5.589 4.582.366 7.586.114 12.627-2.051 4.268-1.832 9.154-7.814 11.591-16.405 1.776-6.268 1.86-8.112 5.7-8.501.954-.089 2.702.149 3.761.453 4.674 1.332 9.693 5.152 13.36 7.964 9.406 7.185 23.439 23.046 25.895 28.177 1.56 3.267.068 5.482-.812 7.349-4.923 10.062-20.445 30.918-31.305 41.654zM476.671 7.388h7.369l54.269 78.566V7.388h7.088v90.997h-6.976l-54.777-79.13v79.13h-6.973V7.388zM605.125 57.78c-.159-9.84-5.183-19.917-17.64-19.917-11.322 0-17.904 8.725-19.814 19.917h37.454zm-45.387 7.396c0-18.458 10.686-33.49 28.009-33.49 16.703 0 25.843 13.385 24.463 32h-44.935v1.49c.114 14.876 6.412 28.542 21.992 28.542 8.322 0 15.295-3.397 18.839-6.13l3.037 5.607c-4.106 2.997-11.642 6.705-22.16 6.705-19.953 0-29.245-16.025-29.245-34.724zm60.783-31.973h7.649l15.861 54.242 17.063-54.242h7.008l17.041 54.384 16.026-54.384h7.088l-19.688 65.183h-6.519l-17.609-54.947-17.662 54.947h-6.572l-19.686-65.183zm151.272 30.876l-30.492-56.69h8.503l25.815 49.163h.223l25.823-49.163h7.664l-30.163 56.69v34.307h-7.373V64.077zm83.09 1.8c0-14.623-7.789-28.016-22.693-28.016-14.734 0-21.426 13.112-21.426 27.735 0 14.735 7.189 28.12 21.989 28.12 14.9 0 22.13-13.104 22.13-27.84zm-51.712 0c0-16.423 8.773-34.193 29.246-34.193 20.551 0 29.976 17.658 29.976 33.912 0 16.365-9.336 34.302-29.81 34.302-20.47 0-29.412-17.655-29.412-34.022zm72.807-32.676h7.14v11.36c2.433-4.785 8.329-12.877 17.496-12.877 3.038 0 5.173.675 6.298 1.124l-1.752 6.692c-1.117-.448-2.636-.956-5.333-.956-9.043 0-14.906 10.63-16.709 14.454v45.386h-7.14V33.202zm51.796 28.572L956.4 33.202h8.828l-28.847 28.572 30.366 36.61h-8.88l-30.093-36.61zM920.048.008h7.106v98.377h-7.106V.008zM495.649 190.396c17.321 0 24.463-7.929 24.463-19.964 0-11.361-6.861-19.566-24.183-19.566h-11.64v39.53h11.36zm-18.881-45.946h19.837c19.122 0 31.158 9.448 31.158 25.701 0 16.418-11.361 26.658-32.002 26.658h-11.472v38.692h-7.521V144.45zm62.463 71.929v-46.096h7.087v44.577c0 9.563 3.428 15.691 13.384 15.691 9.731 0 17.77-9.165 19.965-12.991v-47.277h7.085v52.623c0 5.171.563 10.121 1.237 12.595h-7.243c-.403-2.249-.956-7.122-.956-10.686-3.126 4.949-10.528 12.188-21.567 12.188-13.663 0-18.992-8.926-18.992-20.624zM648.8 202.942c0-14.222-5.473-27.73-21.332-27.73-5.566 0-12.146 3.263-15.826 7.369v45.667c3.004 1.516 7.503 2.531 12.705 2.531 16.524 0 24.453-14.343 24.453-27.837zm-44.276 29.127v-94.987h7.118v39.199c3.961-4.499 10.372-7.479 17.065-7.479 18.613 0 27.613 14.895 27.613 33.853 0 18.337-12.316 34.348-32.228 34.348-7.814 0-15.07-1.916-19.568-4.934zm67.747-94.987h7.143v98.419h-7.143v-98.419zm28.278 33.201h7.207v65.218h-7.207v-65.218zm-1.79-19.253c0-3.149 2.474-5.456 5.345-5.456 3.033 0 5.508 2.307 5.508 5.456 0 3.148-2.475 5.585-5.508 5.585-2.871 0-5.345-2.437-5.345-5.585zm22.718 51.796c0-20.641 11.866-34.024 28.683-34.024 9.73 0 15.858 3.654 19.39 6.803l-3.7 5.218c-3.654-3.136-8.605-5.892-15.858-5.892-14.472 0-21.037 12.595-21.037 27.612 0 14.456 6.471 28.236 20.941 28.236 7.52 0 13.817-3.264 16.688-5.796l3.091 5.312c-3.491 3.126-10.347 6.708-20.244 6.708-18.701 0-27.954-16.741-27.954-34.177zM476.671 372.798v-90.997h19.402v75.392h33.907v15.605h-53.309zm67.687 0v-66.535h18.319v66.535h-18.319zm9.154-75.134c-6.415 0-11.07-5.117-11.07-10.916 0-5.745 4.655-10.685 11.07-10.685 6.411 0 11.201 4.94 11.201 10.685 0 5.799-4.79 10.916-11.201 10.916zm43.305 61.017c1.232.429 4.1 1.521 9.163 1.521 10.122 0 16.139-7.48 16.139-21.203 0-12.429-4.222-20.077-14.059-20.077-5.736 0-10.123 3.765-11.243 5.117v34.642zm0-84.303v37.064c3.032-3.041 8.881-6.864 16.289-6.864 16.664 0 28.27 11.472 28.27 34.421 0 22.719-15.318 35.444-35.396 35.444-15.019 0-24.184-3.833-27.333-5.301v-94.764h18.17zm95.708 47.836c-1.122-.65-3.202-1.44-7.029-1.44-8.041 0-12.821 7.09-14.506 10.064v41.96h-18.138v-66.535h18.138v9.003c2.866-4.951 8.377-10.688 16.814-10.688 4.948 0 7.589.958 9.035 1.824l-4.314 15.812zm46.01 21.082h-2.368c-10.578 0-17.996 3.126-17.996 10.942 0 4.872 3.996 6.917 8.043 6.917 6.572 0 10.405-3.825 12.321-5.878v-11.981zm2.02 29.502c-.563-1.688-.955-5.064-1.061-7.087-2.987 3.487-9.288 8.732-18.697 8.732-11.399 0-20.124-6.818-20.124-18.691 0-17.375 17.892-23.673 35.494-23.673h2.368v-3.824c0-5.737-2.368-9.333-10.803-9.333-8.605 0-14.51 4.553-16.983 6.298l-7.875-11.081c3.992-3.486 12.661-9.561 26.938-9.561 18.167 0 26.77 7.032 26.77 24.634v23.9c0 8.999.956 15.465 1.912 19.686h-17.939zm70.962-50.584c-1.123-.65-3.205-1.44-7.029-1.44-8.041 0-12.824 7.09-14.496 10.064v41.96h-18.181v-66.535h18.181v9.003c2.878-4.951 8.365-10.688 16.801-10.688 4.948 0 7.593.958 9.083 1.824l-4.359 15.812zm10.604-15.951h19.349l14.799 43.814h.667l13.554-43.814h18.726l-27.499 73.619c-5.89 15.693-12.825 24.858-30.988 24.858-5.576 0-8.941-.786-10.292-1.182l2.642-14.338c.954.224 2.475.616 6.363.616 9.328 0 12.59-4.441 15.233-11.56l2.474-6.829-25.028-65.184z"}))),Ua||(Ua=p.createElement("defs",null,p.createElement("clipPath",{id:"logo_nypl_full_white_svg__clip0_1147_1139"},p.createElement("path",{fill:"#fff",d:"M0 0h966.773v567.413H0z"})))))},logo_nypl_lion_white:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,cn);return p.createElement("svg",sn({viewBox:"0 0 125 126",fill:"#fff",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,tn||(tn=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M122.666 79.082l-.006.019c-.499 1.582-1.133 3.595-2.402 2.672a59.23 59.23 0 00-12.99-7.207c-.275-.07-.24-.448-.14-.653.359-.81.591-1.67.69-2.551a6.232 6.232 0 011.239-2.243 22.616 22.616 0 002.338-8.203 20.544 20.544 0 00-.38-6.514 13.52 13.52 0 01-.789-2.86c0-.498.128-.995.262-1.518.118-.457.241-.934.287-1.448a8.87 8.87 0 00-5.85-6.758 275.96 275.96 0 00-4.997-2.249c-3.374-1.492-6.85-3.03-10.356-4.888a60.679 60.679 0 01-7.779-6.892 55.953 55.953 0 00-13.284-5.756 1.272 1.272 0 01-1.069-1.067 31.14 31.14 0 00-11.616-18.07c-2.168-1.69.295-2.657 3.293-2.791 20.115-1.132 39.54 7.499 52.152 23.172a62.1 62.1 0 0111.397 55.805zM29.501 8.846c-.797.53-.797 1.898 1.145 2.096 6.959.573 13.531 3.298 18.72 7.762.339.353.792.587 1.287.665.489.04 1.05.022 1.713 0 .993-.031 2.218-.071 3.782.067 1.262.103 2.516.281 3.754.535 3.41.603-1.7-6.866-7.438-10.798A27.838 27.838 0 0040.96 4.042a4.562 4.562 0 00-2.523.4 47.777 47.777 0 00-8.936 4.404zm-13 11.099c.373-.435.87-.75 1.428-.905a37.673 37.673 0 0123.522 1.974c1.393.604 2.04 1.45 1.121 2.04a51.105 51.105 0 00-6.67 4.717 3.228 3.228 0 01-2.178.435A36.309 36.309 0 0011.63 30.77c-1.7.701-3.201-.266-2.416-1.538a54.633 54.633 0 017.287-9.287zm81.78 23.683c-2.133-1.048-4.559-1.853-6.98-2.656-2.815-.934-5.624-1.866-7.958-3.175-1.581-.874-2.984-2.005-4.39-3.14-1.684-1.356-3.373-2.718-5.383-3.653a71.807 71.807 0 00-11.654-4.254 20.684 20.684 0 00-16.407 2.365 16.644 16.644 0 00-6.186 16.461 19.583 19.583 0 003.14 8.31c4.474 6.333 11.625 9.72 18.782 13.109 3.231 1.53 6.464 3.061 9.452 4.864a.625.625 0 00.88-.076l.003-.003.06-.045a12.757 12.757 0 015.64-5.454 28.588 28.588 0 0110.87-.585c3.325.64 6.765-.158 9.466-2.196a6.74 6.74 0 00-.992-8.712c-.748-.43-1.699-.636-2.653-.842-.792-.172-1.586-.344-2.268-.645a5.202 5.202 0 01-2.53-2.777 5.015 5.015 0 01-.308-4.08 2.84 2.84 0 013.349-.496c2.865.816 5.896.864 8.786.139a4.326 4.326 0 00-2.719-2.46zm-24.235-1.34a4.164 4.164 0 01-1.915 3.293 4.495 4.495 0 01-2.565-1.443 28.23 28.23 0 00-4.753-1.75 6.177 6.177 0 01-3.998-2.48c-.854-2.057 1.16-3.019 2.63-3.5a16.046 16.046 0 014.176-.669 6.278 6.278 0 016.048 1.919c.52 1.486.65 3.08.377 4.63zm-72.01 5.853a2.742 2.742 0 00-.696 1.619 59.402 59.402 0 002.083 32.42c.63 1.574 3.097.966 3.027-2.411.018-.624.026-1.314.034-2.064.102-9.222.302-27.42 21.493-40.004 1.322-.757 2.431-1.514 1.877-2.824a3.366 3.366 0 00-3.531-.623c-9.438 1.824-17.987 6.712-24.287 13.887zm100.09 8.538c0 .177.114 1.012.152 1.254a13.47 13.47 0 01-.277 4.979.713.713 0 00.223.558 8.308 8.308 0 012.91 3.413c.092.242.39.101.542-.211a16.316 16.316 0 00.184-12.429l-.008-.015c-.044-.084-.155-.296-.328-.196-.695.379-1.357.81-1.978 1.288-.6.322-1.091.793-1.42 1.36zM81.61 73.897c.239-.94.817-1.75 1.615-2.265a15.306 15.306 0 016.623-1.219 19.97 19.97 0 006.69-1.148 3.977 3.977 0 013.665-1.183c.7.351 1.215 1 1.411 1.777.306.858.433 1.772.371 2.684a82.29 82.29 0 01-3.094 7.487c.01.481-.119.955-.371 1.36a11.028 11.028 0 01-8.809 1.183 9.228 9.228 0 01-3.162-.56 6.333 6.333 0 01-1.581-1.323c-.776-.748-1.31-1.366-1.973-2.133-.23-.266-.475-.55-.75-.863A5.407 5.407 0 0181 76.056c.145-.736.35-1.458.61-2.16zm-61.686 33.61a9.874 9.874 0 002.494 3.102 61.69 61.69 0 0034.798 14.369c2.475.204 2.749-.689 2.784-2.105a43.057 43.057 0 00-9.589-18.179c-1.23-1.608-3.467-4.047-6.147-6.967-6.468-7.048-15.508-16.9-19.152-24.634a24.816 24.816 0 01-2.714-17.954c.823-3.003-1.686-4.798-4.056-.898-7.458 11.142-4.225 43.984 1.582 53.266zM30.107 65.19a26.819 26.819 0 01.378-21.694c.89-1.676 1.745-2.77 2.88-2.428 1.233.341 1.492 1.608 1.68 3.957 1.269 19.363 12.987 25.862 27.689 32.708a84.543 84.543 0 0135.91 29.117c1.68 2.359 1.919 3.798.034 5.163a60.152 60.152 0 01-21.829 9.892c-1.338.307-2.74.07-3.94-3.012-6.754-17.427-16.015-24.947-24.59-31.91-7.177-5.827-13.872-11.264-18.212-21.793zm72.632 39.117c.611 1.218 1.71 2.67 3.594.812a60.34 60.34 0 009.249-12.215 2.214 2.214 0 00.239-2.167 37.68 37.68 0 00-7.669-8.257 14.577 14.577 0 00-3.976-2.334 3.434 3.434 0 00-1.129-.137c-1.043.126-1.168.593-1.57 2.095-.034.129-.07.265-.11.41a7.431 7.431 0 01-3.424 4.803 6.76 6.76 0 01-3.733.612.97.97 0 00-1.094.467.938.938 0 00.204 1.157 55.145 55.145 0 019.419 14.754z"})),rn||(rn=p.createElement("mask",{id:"logo_nypl_lion_white_svg__a",maskUnits:"userSpaceOnUse",x:0,y:0,width:125,height:126},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M122.666 79.082l-.006.019c-.499 1.582-1.133 3.595-2.402 2.672a59.23 59.23 0 00-12.99-7.207c-.275-.07-.24-.448-.14-.653.359-.81.591-1.67.69-2.551a6.232 6.232 0 011.239-2.243 22.616 22.616 0 002.338-8.203 20.544 20.544 0 00-.38-6.514 13.52 13.52 0 01-.789-2.86c0-.498.128-.995.262-1.518.118-.457.241-.934.287-1.448a8.87 8.87 0 00-5.85-6.758 275.96 275.96 0 00-4.997-2.249c-3.374-1.492-6.85-3.03-10.356-4.888a60.679 60.679 0 01-7.779-6.892 55.953 55.953 0 00-13.284-5.756 1.272 1.272 0 01-1.069-1.067 31.14 31.14 0 00-11.616-18.07c-2.168-1.69.295-2.657 3.293-2.791 20.115-1.132 39.54 7.499 52.152 23.172a62.1 62.1 0 0111.397 55.805zM29.501 8.846c-.797.53-.797 1.898 1.145 2.096 6.959.573 13.531 3.298 18.72 7.762.339.353.792.587 1.287.665.489.04 1.05.022 1.713 0 .993-.031 2.218-.071 3.782.067 1.262.103 2.516.281 3.754.535 3.41.603-1.7-6.866-7.438-10.798A27.838 27.838 0 0040.96 4.042a4.562 4.562 0 00-2.523.4 47.777 47.777 0 00-8.936 4.404zm-13 11.099c.373-.435.87-.75 1.428-.905a37.673 37.673 0 0123.522 1.974c1.393.604 2.04 1.45 1.121 2.04a51.105 51.105 0 00-6.67 4.717 3.228 3.228 0 01-2.178.435A36.309 36.309 0 0011.63 30.77c-1.7.701-3.201-.266-2.416-1.538a54.633 54.633 0 017.287-9.287zm81.78 23.683c-2.133-1.048-4.559-1.853-6.98-2.656-2.815-.934-5.624-1.866-7.958-3.175-1.581-.874-2.984-2.005-4.39-3.14-1.684-1.356-3.373-2.718-5.383-3.653a71.807 71.807 0 00-11.654-4.254 20.684 20.684 0 00-16.407 2.365 16.644 16.644 0 00-6.186 16.461 19.583 19.583 0 003.14 8.31c4.474 6.333 11.625 9.72 18.782 13.109 3.231 1.53 6.464 3.061 9.452 4.864a.625.625 0 00.88-.076l.003-.003.06-.045a12.757 12.757 0 015.64-5.454 28.588 28.588 0 0110.87-.585c3.325.64 6.765-.158 9.466-2.196a6.74 6.74 0 00-.992-8.712c-.748-.43-1.699-.636-2.653-.842-.792-.172-1.586-.344-2.268-.645a5.202 5.202 0 01-2.53-2.777 5.015 5.015 0 01-.308-4.08 2.84 2.84 0 013.349-.496c2.865.816 5.896.864 8.786.139a4.326 4.326 0 00-2.719-2.46zm-24.235-1.34a4.164 4.164 0 01-1.915 3.293 4.495 4.495 0 01-2.565-1.443 28.23 28.23 0 00-4.753-1.75 6.177 6.177 0 01-3.998-2.48c-.854-2.057 1.16-3.019 2.63-3.5a16.046 16.046 0 014.176-.669 6.278 6.278 0 016.048 1.919c.52 1.486.65 3.08.377 4.63zm-72.01 5.853a2.742 2.742 0 00-.696 1.619 59.402 59.402 0 002.083 32.42c.63 1.574 3.097.966 3.027-2.411.018-.624.026-1.314.034-2.064.102-9.222.302-27.42 21.493-40.004 1.322-.757 2.431-1.514 1.877-2.824a3.366 3.366 0 00-3.531-.623c-9.438 1.824-17.987 6.712-24.287 13.887zm100.09 8.538c0 .177.114 1.012.152 1.254a13.47 13.47 0 01-.277 4.979.713.713 0 00.223.558 8.308 8.308 0 012.91 3.413c.092.242.39.101.542-.211a16.316 16.316 0 00.184-12.429l-.008-.015c-.044-.084-.155-.296-.328-.196-.695.379-1.357.81-1.978 1.288-.6.322-1.091.793-1.42 1.36zM81.61 73.897c.239-.94.817-1.75 1.615-2.265a15.306 15.306 0 016.623-1.219 19.97 19.97 0 006.69-1.148 3.977 3.977 0 013.665-1.183c.7.351 1.215 1 1.411 1.777.306.858.433 1.772.371 2.684a82.29 82.29 0 01-3.094 7.487c.01.481-.119.955-.371 1.36a11.028 11.028 0 01-8.809 1.183 9.228 9.228 0 01-3.162-.56 6.333 6.333 0 01-1.581-1.323c-.776-.748-1.31-1.366-1.973-2.133-.23-.266-.475-.55-.75-.863A5.407 5.407 0 0181 76.056c.145-.736.35-1.458.61-2.16zm-61.686 33.61a9.874 9.874 0 002.494 3.102 61.69 61.69 0 0034.798 14.369c2.475.204 2.749-.689 2.784-2.105a43.057 43.057 0 00-9.589-18.179c-1.23-1.608-3.467-4.047-6.147-6.967-6.468-7.048-15.508-16.9-19.152-24.634a24.816 24.816 0 01-2.714-17.954c.823-3.003-1.686-4.798-4.056-.898-7.458 11.142-4.225 43.984 1.582 53.266zM30.107 65.19a26.819 26.819 0 01.378-21.694c.89-1.676 1.745-2.77 2.88-2.428 1.233.341 1.492 1.608 1.68 3.957 1.269 19.363 12.987 25.862 27.689 32.708a84.543 84.543 0 0135.91 29.117c1.68 2.359 1.919 3.798.034 5.163a60.152 60.152 0 01-21.829 9.892c-1.338.307-2.74.07-3.94-3.012-6.754-17.427-16.015-24.947-24.59-31.91-7.177-5.827-13.872-11.264-18.212-21.793zm72.632 39.117c.611 1.218 1.71 2.67 3.594.812a60.34 60.34 0 009.249-12.215 2.214 2.214 0 00.239-2.167 37.68 37.68 0 00-7.669-8.257 14.577 14.577 0 00-3.976-2.334 3.434 3.434 0 00-1.129-.137c-1.043.126-1.168.593-1.57 2.095-.034.129-.07.265-.11.41a7.431 7.431 0 01-3.424 4.803 6.76 6.76 0 01-3.733.612.97.97 0 00-1.094.467.938.938 0 00.204 1.157 55.145 55.145 0 019.419 14.754z"}))),an||(an=p.createElement("g",{mask:"url(#logo_nypl_lion_white_svg__a)"},p.createElement("path",{d:"M0-.994h125v126H0z"}))))},logo_nypl_lion_black:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,nn);return p.createElement("svg",ln({viewBox:"0 0 136 135",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,Ja||(Ja=p.createElement("path",{d:"M80.251 43.353c-.87-1.65-3.396-2.04-6.052-1.91a16.55 16.55 0 00-4.18.651c-1.48.434-3.484 1.433-2.613 3.473.566 1.39 2.57 1.954 4.006 2.432 1.655.564 3.484.998 4.746 1.736.74.434 1.524 1.563 2.57 1.433 1.044-.13 1.698-2.214 1.915-3.256.305-1.607.175-3.56-.392-4.559z",fill:"#000"})),Ka||(Ka=p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M68.103.112C31.047.112.87 30.155.87 67.492c0 37.336 30.394 67.423 67.275 67.423 37.448 0 67.798-30.043 67.798-67.38C135.901 30.155 105.551.112 68.103.112zM28.652 114.77a10.757 10.757 0 01-2.482-3.039c-5.748-9.16-8.97-41.548-1.568-52.531 2.352-3.864 4.834-2.084 4.006.911-1.437 6.686-.566 10.42 2.7 17.67 3.631 7.609 12.59 17.32 19.008 24.279 2.664 2.887 4.89 5.301 6.117 6.893 7.185 9.29 9.58 16.063 9.536 17.887-.043 1.389-.305 2.3-2.787 2.083-12.932-.998-25.517-6.382-34.53-14.153zm99.052-30.575l.054-.162C138.6 47.52 111.647 4.497 64.837 6.19c-2.961.174-5.4 1.086-3.222 2.779 6.662 5.123 10.232 11.765 11.495 17.8.087.52.349.825 1.045 1.042 3.048.825 10.756 3.864 13.15 5.687.95.723 1.892 1.69 2.868 2.693 1.487 1.528 3.052 3.136 4.84 4.08 3.412 1.8 6.769 3.27 10.024 4.698h.003c1.77.777 3.511 1.54 5.213 2.335 2.134.955 6.053 3.56 5.792 6.642-.041.485-.157.952-.269 1.404-.13.518-.254 1.018-.254 1.505 0 .562.232 1.19.45 1.783.136.368.267.723.334 1.039.446 2.111.563 4.279.348 6.425-.305 2.301-1.045 5.948-2.351 8.075-.134.207-.282.4-.429.592-.375.49-.74.967-.834 1.623a11.233 11.233 0 01-.697 2.518c-.13.217-.13.608.131.65 5.138 1.911 10.494 5.34 12.889 7.12 1.22.881 1.83-.951 2.341-2.485zm-18.975-20.828a13.058 13.058 0 01-.13-1.215c0-.359.593-.806 1.046-1.147.095-.072.184-.139.26-.2a13.999 13.999 0 011.785-1.258c.14-.07.223.055.273.13.013.02.023.035.032.044 1.742 2.604 1.089 9.073-.174 12.156-.131.303-.392.434-.523.217-.653-1.39-1.567-2.649-2.656-3.3a.689.689 0 01-.218-.52c.435-1.599.538-3.268.305-4.907zM68.495 32.24c-7.708-1.867-14.152.564-16.373 2.344-4.18 3.3-7.446 8.64-6.14 16.238.523 3.256 1.524 5.99 3.136 8.248 4.45 6.297 11.622 9.674 18.79 13.048 3.21 1.512 6.42 3.023 9.382 4.796a.632.632 0 00.915-.13l.016-.024c1.604-2.334 2.91-4.235 5.601-5.36 2.43-1 6.123-.808 9.537-.63h.004c.44.023.874.046 1.302.066 3.875.173 8.055-.174 9.449-2.171 1.698-2.388 1.611-7.163-.958-8.64-.742-.415-1.668-.622-2.595-.83-.816-.181-1.633-.364-2.326-.69-1.088-.477-1.916-1.432-2.525-2.734-.48-1.086-.958-2.866-.305-4.038.556-1.066 2.037-.75 3.246-.49l.063.013c2.395.564 6.445 1.128 8.752.13.654-.347-1.785-1.997-2.699-2.431-2.15-1.062-4.607-1.873-7.06-2.684-2.765-.913-5.525-1.825-7.832-3.09-1.545-.858-2.923-1.961-4.307-3.07-1.7-1.36-3.408-2.727-5.447-3.66a74.478 74.478 0 00-11.626-4.211zM37.186 17.391c-1.872-.217-1.915-1.606-1.132-2.127a47.598 47.598 0 018.753-4.515 4.145 4.145 0 012.438-.391c2.482.26 6.575 1.91 11.278 5.253 5.617 3.994 10.668 11.635 7.315 11.027a34.483 34.483 0 00-3.7-.52c-1.441-.124-2.612-.093-3.57-.067-.723.02-1.325.036-1.83-.02a2.276 2.276 0 01-1.263-.695c-4.746-4.255-10.233-6.946-18.288-7.945zm51.818 59.652a3.828 3.828 0 00-1.655 2.214c-.027.09-.069.215-.118.361-.187.558-.473 1.413-.404 1.723.067.37.58.897.969 1.297.113.116.215.221.293.31a35.34 35.34 0 002.744 2.908 7.351 7.351 0 001.61 1.26c.604.3 1.44.37 2.348.445.273.022.55.045.832.075l.034.004c3.344.346 7.026.728 8.892-1.176.218-.217.305-.868.348-1.302.206-1.336.871-2.37 1.537-3.406.741-1.154 1.484-2.31 1.599-3.888a6.11 6.11 0 00-.349-2.605 2.827 2.827 0 00-1.437-1.737c-1.213-.509-2.098.102-2.896.652-.291.2-.57.393-.849.52-1.622.769-4 .934-6.289 1.094l-.503.035c-.296.02-.594.04-.89.058h-.001c-2.234.14-4.432.277-5.815 1.158zM22.948 26.03c.385-.43.883-.746 1.437-.912a37.386 37.386 0 0123.557 1.997c1.393.608 2.046 1.476 1.132 2.084-1.176.695-4.703 2.996-6.662 4.819-.566.478-1.568.521-2.177.434l-.246-.032c-7.157-.935-11.025-1.44-21.875 2.68-1.698.695-3.222-.26-2.438-1.563 1.437-2.648 4.833-7.033 7.272-9.507zM8.36 53.816a2.946 2.946 0 00-.653 1.606c-2.787 13.502-.566 24.79 2.09 31.997.61 1.563 3.048.955 2.961-2.388.017-.605.023-1.275.03-2.002.082-9.085.246-27.125 21.09-39.546 1.262-.738 2.35-1.476 1.828-2.778-.305-.738-1.655-.868-3.484-.608-14.064 2.475-23.121 12.59-23.862 13.72zm27.738 17.28c-3.963-9.639-1.393-18.279.392-21.578.87-1.65 1.741-2.735 2.874-2.431 1.219.347 1.524 1.606 1.698 3.907 1.263 19.233 12.932 25.702 27.563 32.518 11.583 5.904 24.733 12.633 35.75 28.957 1.654 2.345 1.916 3.777.043 5.123-6.705 4.559-12.802 7.771-21.728 9.855-1.35.304-2.743.087-3.919-2.995-6.742-17.265-15.964-24.728-24.497-31.632-7.174-5.805-13.86-11.216-18.176-21.725zm73.067 38.334c.609 1.172 1.698 2.649 3.57.782 3.223-3.17 7.795-9.291 9.319-12.243.035-.077.074-.154.115-.235.258-.511.56-1.11.146-1.936-.74-1.52-4.877-6.165-7.664-8.292l-.033-.025c-1.086-.823-2.55-1.933-3.929-2.32a3.246 3.246 0 00-1.089-.13c-1.025.118-1.158.592-1.561 2.034l-.137.484c-.74 2.518-2.177 4.298-3.44 4.82a6.957 6.957 0 01-3.745.607c-1.088-.087-1.654.912-.914 1.65 4.136 4.515 6.705 9.204 9.362 14.804z",fill:"#000"})),Za||(Za=p.createElement("path",{d:"M71.456 47.998c1.654.565 3.483.999 4.746 1.737.74.434 1.524 1.563 2.569 1.433 1.045-.13 1.698-2.214 1.916-3.256.305-1.563.13-3.517-.392-4.515-.87-1.65-3.397-2.041-6.053-1.91-1.415.037-2.82.256-4.18.65-1.48.435-3.483 1.433-2.612 3.474.566 1.302 2.569 1.91 4.005 2.388z",fill:"#000"})))},logo_qpl_alt_black:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,mn);return p.createElement("svg",un({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1114 601","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,on||(on=p.createElement("path",{d:"M115.2 66.6L0 133.2l.2 134.1.3 134.1 172 99.4c94.6 54.6 172.5 99.6 173.2 99.8 1 .5 112.9-63.2 116-66 1-.9-12.3-9-55.7-34-31.4-18.1-57-33.2-57-33.5 0-.3 25.7-15.4 57-33.5l57-32.8V133.5L347.9 67C284.5 30.4 232.2.4 231.6.3c-.6-.2-53 29.7-116.4 66.3zm172.5 100.5c30.7 17.7 56.4 32.7 57.1 33.3.9.9 1.2 28.4 1 133.2l-.3 132.1-56-32.4c-30.8-17.9-56.6-32.7-57.2-33-.7-.3-26.8 14.2-58 32.2-31.3 18-57.1 33-57.6 33.2-.4.2-.6-59.3-.5-132.2l.3-132.7 57-32.9c31.4-18.1 57.3-32.9 57.7-32.9.4 0 25.9 14.5 56.5 32.1zm322.4-99.6c-8.1 2.3-14.5 6.2-20.6 12.6-23.2 24.3-12 65.1 20 73.4 7.5 1.9 17.4 1.9 24.7 0l5.7-1.5 9.6 5.5c12.2 6.9 12.6 7 17.3 4.6 7.8-4 6.8-6.5-5.3-13.3l-9.3-5.2 3.4-4c13-15.2 13.6-39.4 1.4-55.7-4.8-6.4-12.4-12.1-19.8-14.9-7.5-2.9-19.8-3.5-27.1-1.5zm25.3 13.9c3.1 1.5 7.5 4.9 10 7.7 14.6 16.2 10 40.3-9.7 50.6-4.5 2.4-6.3 2.8-14.2 2.8-7.8 0-9.7-.4-14-2.7-14.4-7.6-21.5-23.7-16.9-38.4 6-19.2 27.1-28.6 44.8-20zm319.7-14c-.8.9-1 13.3-.9 43.7l.3 42.4 4.6.3c3 .2 5-.2 5.7-1.1.8-.9 1.3-10.6 1.4-31.2l.3-29.9 25.3 31.7c24.1 30.1 25.6 31.7 28.7 31.7 2.1 0 3.5-.6 3.9-1.6.9-2.4.7-82.7-.3-84.2-.5-.9-2.5-1.2-5.7-1l-4.9.3-.5 30.6-.5 30.7L987 97.9C965.3 70.7 961.1 66 958.9 66c-1.5 0-3.2.6-3.8 1.4zm117.2-.4c-11.9 2.4-20.3 11.7-20.3 22.7 0 10.4 6.1 18.4 18.5 24.2 13.7 6.4 15.9 7.6 19.1 10.7 6.4 6 5.2 13.8-2.9 17.4-7.2 3.3-13 2.2-23.2-4.6-6.2-4.1-7.2-4-10.8.8-2.6 3.5-1.6 6.1 3.9 9.9 10.6 7.2 26 9.2 35.9 4.5 15.1-7 19.1-23.5 8.7-35.6-2.6-3.1-6.8-5.7-17.8-11.1-15.8-7.7-18.4-10-18.4-16.7 0-3.2.7-4.7 3-7.1 5.2-5.1 12.5-5.4 22.5-.7 2.9 1.4 6 2.6 6.9 2.6 2.1 0 5.9-6.5 5.1-8.9-.8-2.7-9.8-6.9-17.1-8.1-6.6-1.1-7.3-1.1-13.1 0zm-379.6 1.6c-.4.4-.7 14.4-.7 31 0 28.3.1 30.7 2.1 35.9 2.8 7.5 9.9 14.6 17.6 17.5 8.2 3.1 21.5 2.5 28.9-1.2 6-3.1 11.8-9.3 14.8-15.7 2-4.4 2.1-6 2.1-36.1V68.5l-4.8-.3c-2.7-.2-5.5.2-6.3.9-1.1.9-1.4 6.2-1.4 29.8 0 27.8-.1 28.8-2.2 33.1-1.3 2.4-4 5.7-6.1 7.4-3.2 2.6-4.9 3.1-10.5 3.4-8.8.5-14.4-2.3-18.7-9.3l-3-4.8-.5-30.1-.5-30.1-5-.3c-2.8-.2-5.4 0-5.8.4zm97.5.6c-1.8 1.8-1.7 80.7.1 83.1 1.1 1.6 3.6 1.7 27.2 1.5l26-.3v-10l-20.7-.3-20.8-.2v-27l17.8-.2 17.7-.3v-10l-17.7-.3-17.8-.2V79l20.8-.2 20.7-.3v-10l-26-.3c-19.4-.2-26.4.1-27.3 1zm82.3 0c-.3.7-.4 20-.3 42.8l.3 41.5h53v-10l-20.7-.3-20.8-.2v-27l17.8-.2 17.7-.3v-10l-17.7-.3-17.8-.2V79l20.8-.2 20.7-.3v-10l-26.3-.3c-20.5-.2-26.4 0-26.7 1zm123 187.8c-15 2.4-27.1 11.6-33.8 25.8-3 6.3-3.2 7.3-3.2 18.3 0 11.3.1 11.7 3.7 19 4.6 9.3 12.2 16.8 21.5 21.2 6.5 3 7.4 3.2 18.8 3.2 11.5 0 12.3-.1 18.5-3.2 7.3-3.6 13-8.4 13-10.8 0-2.3-4.9-6.5-7.5-6.5-1.2 0-3.4.9-4.8 2s-5.1 3.2-8.3 4.7c-11 5-25.7 1.6-34-8.1-6.1-7.1-7.9-12.1-7.9-21.6 0-10 2-15.4 8.3-22.2 10.6-11.5 28.2-13.1 41.1-3.7 2.3 1.6 4.9 2.9 6 2.9 1.8 0 7.1-5.2 7.1-6.9 0-3.2-10.6-10.4-19-12.9-5.2-1.6-13.9-2.1-19.5-1.2zm-412 2.3c-.3.6-.4 19.9-.3 42.7l.3 41.5h11l.3-14.7.3-14.6 13.2-.4c14.2-.4 17.5-1.4 24.5-7.3 11.3-9.5 11.3-30.9 0-41.1-7.5-6.7-10.1-7.4-30.6-7.4-13.7 0-18.4.3-18.7 1.3zm36.6 13c5.9 3 9.4 9.7 8.4 15.8-.9 5.3-6.4 11.5-11.3 12.9-2.1.5-7.9 1-12.9 1H595v-32h10.3c8.9 0 11 .3 14.8 2.3zm45-12.4c-1.4 2.6-1.4 49.4 0 58.1 1.8 11.1 7.4 19 17.2 24.2 3.6 2 5.7 2.3 15.2 2.3 10 0 11.5-.2 16.1-2.7 7.3-3.8 13-10.7 15.4-18.6 1.8-5.7 2-9.3 2-34.2 0-15.3-.3-28.5-.6-29.4-.7-1.9-9.4-2.2-11.2-.4-.9.9-1.2 8.9-1.2 29.8 0 27.7-.1 28.7-2.2 33-1.3 2.4-4 5.7-6.1 7.4-7.1 5.6-21 4.6-26.8-2-5.2-5.9-5.4-7.1-5.9-38.9l-.5-30-5.2-.3c-4.3-.3-5.4 0-6.2 1.7zm98.1-.7c-.9.9-1.2 11.6-1.2 41.9 0 34.2.2 40.8 1.4 41.9 1.1.8 6.8 1.1 20.8.8 17.6-.3 19.7-.5 23.4-2.5 15-8 18.1-28 5.9-38l-3.8-3.2 3.1-3.9c4.2-5.2 5.2-8.2 5.2-15.3 0-7.4-1.7-11.5-6.5-16.2-5.9-5.7-10.3-6.7-30-6.7-12 0-17.5.4-18.3 1.2zm36.5 12.4c1.5 1.1 3.5 4 4.3 6.2 1.3 3.7 1.3 4.7 0 8.4-2.5 6.9-5.4 8.2-18.1 8.6l-10.9.4v-26.4l10.9.4c9.2.3 11.5.7 13.8 2.4zm1 37.4c4.5 2.7 6.5 6.3 6.5 11.2-.1 4.9-2.5 8.6-7.3 11-2.6 1.4-5.9 1.8-14.1 1.8H775v-26h11.3c9.3 0 11.7.3 14.4 2zm48.5-49.8c-1.9 1.9-1.7 82.1.2 83.7.9.8 8.2 1.1 24.2.9l22.9-.3v-10l-17.7-.3-17.8-.2-.2-37.3-.3-37.2-5-.3c-3-.2-5.5.2-6.3 1zm69.9.7c-1.7 3.1-1.5 80.2.2 82.5 1 1.3 2.4 1.7 6.2 1.4l5-.3v-85l-5.2-.3c-4.3-.3-5.4 0-6.2 1.7zm-20 189.8c-15 32.2-36.1 80.3-35.9 81.8.3 1.7 1.2 2 5.9 2.3l5.6.3 4.5-10.3 4.5-10.3 19.7-.3 19.6-.2 4 8.7c5.7 12.5 5 11.8 11.1 11.8 5 0 5.4-.2 5.6-2.5.2-1.5-6.9-18.6-18-43l-18.2-40.5-3.6-.3c-3-.3-3.7.1-4.8 2.5zm12.3 36.6l7.4 16.7h-15c-13.9 0-15-.1-14.4-1.8 1.1-3.1 14.1-32 14.3-31.8.1.1 3.5 7.7 7.7 16.9zm-327.9-37c-.3.6-.4 19.9-.3 42.7l.3 41.5h48v-10l-17.7-.3-17.8-.2v-36.3c0-26.9-.3-36.6-1.2-37.5-1.6-1.6-10.7-1.6-11.3.1zm70.1.3c-.8 2-.8 80.8 0 82.8.7 1.9 9.4 2.2 11.2.4.9-.9 1.2-11.5 1.2-41.4 0-22.1-.3-40.9-.6-41.8-.9-2.3-10.9-2.3-11.8 0zm45.6-.4c-.9.9-1.2 11.6-1.2 41.9 0 34.2.2 40.8 1.4 41.9 1.1.8 6.8 1.1 20.8.8l19.3-.3 5.5-3.1c13.8-7.8 16.3-27 4.8-36.8l-4.1-3.5 2.8-3.3c4.1-4.8 5.5-8.9 5.5-15.8 0-7.4-1.6-11.6-6.5-16.3-5.9-5.7-10.3-6.7-30-6.7-12 0-17.5.4-18.3 1.2zm36.5 12.4c1.5 1.1 3.5 4 4.3 6.2 1.3 3.7 1.3 4.7 0 8.4-1 2.7-2.7 5-4.9 6.5-3 2-4.6 2.3-13.7 2.3H711v-26.2l10.9.4c9.2.3 11.5.7 13.8 2.4zm.2 37.2c10 5.1 10 17.3 0 22.4-2.6 1.4-5.9 1.8-14.1 1.8H711v-26h10.8c8.2 0 11.5.4 14.1 1.8zm49.3-49.6c-.9.9-1.2 11.6-1.2 41.9 0 33.9.2 40.9 1.4 41.8.8.7 3.6 1.1 6.3.9l4.8-.3.3-15.8.3-15.7H817l8 16 8 16h6c9 0 8.9-1.4-.8-19.2l-7.9-14.6 4.3-3.1c8.7-6.1 13.5-16.6 12-26.2-.8-5.7-5.7-14.1-9.9-17.3-6.4-4.9-10.4-5.6-31.1-5.6-13.6 0-19.6.4-20.4 1.2zm39.1 12.2c1.8.7 4.5 2.8 6 4.5 5.2 6.2 4.5 14-1.9 20.2l-3.5 3.4-14 .3-13.9.4V460h12c7.9 0 13.2.5 15.3 1.4zm141.3-11.9c-.8 2.1-.8 80.8 0 82.9.9 2.3 10.9 2.3 11.8 0 .3-.9.6-8.1.6-16V502h19.5l8 15.8 8 15.7h5.9c9.3 0 9.3-.7-.2-18.1-8-14.8-8-14.9-5.9-16.4 9.6-6.7 14-14.1 14-24 .1-7.8-2.4-14-7.5-19.2-6.9-6.8-8.9-7.3-32.4-7.6-18.8-.3-21.2-.1-21.8 1.3zm40 12.1c4.2 2 7 5.5 8.5 10.5 1 3.3.9 4.3-1.2 8.6-1.3 2.6-3.9 5.8-5.8 7-3.1 2.1-4.6 2.3-16.2 2.3H978v-30h12.1c9.1 0 12.9.4 15.5 1.6zm37.9-11.5c-.8 2.4.2 4 16.7 26.7l11.8 16.3v19.2c0 13.7.3 19.6 1.2 20.5 1.8 1.8 10.5 1.5 11.2-.4.3-.9.6-10.1.6-20.4v-18.9l14.5-19.8c17.1-23.2 17.5-24.6 8.4-25.1l-5.7-.3-11.7 16.1c-6.5 8.9-12.1 15.8-12.4 15.3-.4-.4-5-6.7-10.1-13.8-13-18.1-12.4-17.5-18.6-17.5-4.4 0-5.4.3-5.9 2.1z"})))},logo_qpl_color:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,bn);return p.createElement("svg",xn({viewBox:"0 0 355 48",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,dn||(dn=p.createElement("g",{clipPath:"url(#logo_qpl_color_svg__clip0)"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M36.012 11.016v20.682l-9.003 5.17V16.186l-9.002-5.17-9.003 5.17v20.681L0 31.697v-20.68l9.004-5.173 9.001-5.17h.002l9.003 5.17 9.003 5.17-.001.002zM9.002 36.868l9.004-5.17 9.003 5.17 9.004 5.17-9.004 5.17-9.003-5.17-9.004-5.17z",fill:"#4B2D83"}),p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.003 36.868L27 47.209l9-5.17-18-10.341-8.997 5.171z",fill:"#422980"}),p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M27 16.185v20.683l9-5.17V11.015l-9 5.17z",fill:"#5C3296"}),p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 31.698l9 5.17V16.185l-9-5.17v20.682z",fill:"#282561"}),p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 11.016l9.004 5.17L18 11.016l9 5.17 9-5.17L18 .674 0 11.016z",fill:"#422980"}),p.createElement("path",{d:"M65.945 32.481a.78.78 0 01.033 1.395l-.856.485c-.312.18-.727.132-1.014-.039l-3.648-2.067c-.998.41-2.115.624-3.34.624-4.587 0-8.236-3.629-8.236-8.19a8.202 8.202 0 018.236-8.237 8.221 8.221 0 018.259 8.236c0 2.144-.916 4.438-2.547 6.016l3.113 1.777zm99.688-7.709a2.962 2.962 0 002.953-2.96c0-1.522-1.326-2.74-2.953-2.74h-3.107v5.7h3.107zm-3.107 7.104a.803.803 0 01-.79.786h-.832a.787.787 0 01-.791-.786v-14.42c0-.429.347-.787.79-.787h4.839c2.896 0 5.28 2.342 5.28 5.185 0 2.901-2.372 5.276-5.257 5.276h-3.239v4.746zm12.624-14.42c0-.425.365-.787.791-.787h.832c.444 0 .791.358.791.786v9.083c0 2.384 1.485 4.05 3.742 4.05 2.29 0 3.785-1.636 3.785-4.006v-9.126c0-.428.348-.786.79-.786h.834c.426 0 .79.362.79.786v9.213c0 3.571-2.585 6.212-6.2 6.212-3.591 0-6.155-2.64-6.155-6.212v-9.213zm23.645 6.051c1.395 0 2.251-.94 2.251-2.348 0-1.405-.815-2.24-2.251-2.24H195.6v4.59h3.195v-.002zm.372 6.95c1.378 0 2.384-1.018 2.384-2.394 0-1.296-1.207-2.306-2.756-2.306h-3.239v4.7H199.167zm4.972-2.373c0 2.674-2.144 4.578-5.148 4.578h-4.992a.79.79 0 01-.79-.788V17.455c0-.427.347-.785.79-.785h4.796c2.832 0 4.863 1.845 4.863 4.38 0 1.393-.71 2.62-1.767 3.432 1.36.747 2.248 1.954 2.248 3.603zm13.305 2.372c.444 0 .792.358.792.786v.633a.784.784 0 01-.233.558.785.785 0 01-.559.23h-7.576a.79.79 0 01-.79-.788v-14.42c0-.427.348-.785.79-.785h.855c.426 0 .79.362.79.786v13h5.931zm4.57-13c0-.424.365-.787.79-.787h.877c.426 0 .792.362.792.786v14.42a.805.805 0 01-.792.787h-.877a.804.804 0 01-.79-.788V17.455zm15.525-1.004c2.162 0 3.857.685 5.565 2.134.32.32.344.815.021 1.138l-.563.557c-.324.403-.756.378-1.109.028-1.107-.955-2.582-1.543-3.936-1.543-3.19 0-5.734 2.664-5.734 5.9 0 3.217 2.548 5.878 5.734 5.878 1.523 0 2.425-.408 3.948-1.552.322-.255.676-.278 1.01-.052l.634.568c.37.278.327.842.012 1.155-1.514 1.461-3.47 2.218-5.582 2.218-4.594 0-8.28-3.639-8.28-8.193 0-4.562 3.694-8.236 8.28-8.236zm27.593 14.005c.444 0 .792.358.792.786v.632a.784.784 0 01-.233.558.785.785 0 01-.559.23h-7.576a.79.79 0 01-.79-.788v-14.42c0-.427.346-.785.79-.785h.855c.425 0 .79.363.79.786v13h5.931v.001zm4.57-13c0-.425.364-.787.79-.787h.875c.427 0 .792.362.792.786v14.42a.805.805 0 01-.792.787h-.875a.802.802 0 01-.79-.789V17.455v.001zm13.947 6.051c1.396 0 2.252-.94 2.252-2.348 0-1.405-.815-2.24-2.252-2.24h-3.195v4.59h3.195v-.002zm.372 6.95c1.378 0 2.384-1.018 2.384-2.394 0-1.296-1.207-2.306-2.756-2.306h-3.238v4.7h3.61zm4.973-2.373c0 2.674-2.145 4.578-5.149 4.578h-4.991a.792.792 0 01-.792-.788v-14.42c0-.427.348-.785.792-.785h4.795c2.833 0 4.864 1.845 4.864 4.38 0 1.393-.71 2.62-1.768 3.432 1.36.747 2.249 1.954 2.249 3.603zm11.291-3.574c1.509 0 2.778-1.257 2.778-2.807 0-1.443-1.292-2.698-2.778-2.698h-3.873v5.505h3.873zm-3.915 7.364a.803.803 0 01-.79.786h-.855a.787.787 0 01-.791-.786v-14.42c0-.429.347-.786.79-.786h5.671c2.847 0 5.149 2.224 5.149 5.012 0 1.978-1.21 3.72-3.093 4.622l2.808 5.177c.291.54-.053 1.181-.704 1.181h-1.116a.75.75 0 01-.685-.4l-2.808-5.567h-3.576v5.181zm20.953-8.192a772.62 772.62 0 00-1.342-3.004l-2.708 6.052h5.412a687.64 687.64 0 01-1.362-3.048zm-2.137-6.789a.759.759 0 01.706-.443h.22c.33 0 .57.174.714.46l6.612 14.655c.247.533-.115 1.096-.714 1.096h-.876a.768.768 0 01-.714-.46l-1.52-3.374h-7.287l-1.494 3.36a.774.774 0 01-.722.474h-.875c-.598 0-.96-.562-.714-1.094l6.664-14.674zm18.459 7.616c1.508 0 2.777-1.257 2.777-2.807 0-1.443-1.292-2.698-2.777-2.698h-3.873v5.505h3.873zm-3.918 7.365a.803.803 0 01-.79.786h-.855a.787.787 0 01-.791-.786v-14.42c0-.428.348-.786.79-.786h5.672c2.847 0 5.149 2.224 5.149 5.012 0 1.977-1.211 3.72-3.093 4.622l2.808 5.178c.29.54-.054 1.18-.704 1.18h-1.117a.744.744 0 01-.685-.4l-2.807-5.567h-3.577v5.181zm12.088-14.006a.773.773 0 01.67-1.2h1.028c.267 0 .499.147.654.35l4.12 5.66 4.123-5.665a.824.824 0 01.65-.345h1.03c.642 0 1 .665.653 1.225l-5.271 7.155v6.826a.806.806 0 01-.791.788h-.855a.79.79 0 01-.79-.788V25.07l-5.221-7.2zm-271.826-.365c0-.423.364-.785.79-.785h.832c.445 0 .792.357.792.785v9.084c0 2.384 1.484 4.05 3.742 4.05 2.289 0 3.785-1.636 3.785-4.006v-9.128c0-.428.347-.785.79-.785h.833c.426 0 .79.362.79.785v9.215c0 3.57-2.584 6.21-6.198 6.21-3.593 0-6.156-2.639-6.156-6.21v-9.215zm27.476 13.001c.444 0 .792.358.792.787v.632a.79.79 0 01-.792.787h-8.627a.79.79 0 01-.79-.787v-14.42c0-.428.346-.785.79-.785h8.627c.443 0 .792.357.792.785v.632a.791.791 0 01-.792.788h-6.982v4.57h5.91c.425 0 .79.362.79.784v.632c0 .442-.36.787-.79.787h-5.91v4.808h6.982zm15.147 0c.444 0 .792.358.792.787v.632a.793.793 0 01-.792.787h-8.628a.79.79 0 01-.79-.787v-14.42c0-.427.347-.785.79-.785h8.628c.444 0 .792.357.792.785v.632a.784.784 0 01-.233.558.785.785 0 01-.559.23h-6.983v4.57h5.91c.426 0 .791.362.791.784v.632c0 .442-.36.787-.79.787h-5.91v4.808h6.982zm8.077 1.42a.78.78 0 01-.232.557.8.8 0 01-.558.23h-.767a.8.8 0 01-.79-.788V17.266c0-.427.365-.765.79-.765h.368a.75.75 0 01.585.28l9.139 11.326V17.505c0-.427.347-.786.79-.786h.767c.426 0 .792.363.792.786v14.66c0 .426-.367.765-.792.765h-.213a.752.752 0 01-.585-.28l-9.294-11.54v10.815zm15.855-2.074l.03-.04c.04-.05.076-.094.155-.195.085-.11.123-.158.163-.204.377-.492.834-.66 1.309-.253l.118.104a7 7 0 00.925.685c.785.487 1.602.775 2.412.775 1.51 0 2.56-.899 2.56-2.024 0-1.189-.964-2-3.607-3.098-2.96-1.286-4.08-2.444-4.08-4.85 0-2.245 1.87-4.25 5.04-4.25.97.007 1.929.205 2.822.584.307.128.583.264.825.402.148.083.253.15.266.164.415.208.622.732.276 1.28-.032.048-.06.091-.122.191l-.003.006a8.212 8.212 0 01-.135.211c-.31.482-.751.608-1.265.32-.009-.004-.206-.123-.305-.18a7.769 7.769 0 00-.585-.305c-.585-.272-1.156-.442-1.675-.466a2.67 2.67 0 00-.12-.003c-1.75 0-2.647.935-2.647 2.023 0 1.156.806 1.933 2.721 2.727 3.68 1.49 5.096 2.734 5.096 5.18 0 2.442-2.292 4.294-5.105 4.294a7.273 7.273 0 01-3.344-.825 7.02 7.02 0 01-1.523-1.03l-.046-.04c-.365-.323-.47-.69-.156-1.183zm-79.424.758c3.28 0 5.974-2.668 5.974-5.92 0-3.263-2.704-5.967-5.974-5.967-3.266 0-5.952 2.7-5.952 5.966 0 3.257 2.677 5.92 5.952 5.92v.001z",fill:"#422980"}))),pn||(pn=p.createElement("defs",null,p.createElement("clipPath",{id:"logo_qpl_color_svg__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(0 .674)",d:"M0 0h355v47H0z"})))))},logo_schomburg_circle_color:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,Cn);return p.createElement("svg",In({viewBox:"0 0 67 67",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,hn||(hn=p.createElement("path",{d:"M60.907 31.366l3.903 3.89 2.026-2-3.94-3.854 3.227-3.187-2.026-1.964-9.157 9.042 9.232 9.079 2.026-1.964-7.242-7.115 1.951-1.927zM.675 26.216l7.206 7.078-1.952 1.89-3.903-3.854L0 33.294l3.94 3.89-3.302 3.262 2.026 1.964 9.194-9.116-9.194-9.08-1.989 2.002zM17.714 43.04l15.687 15.49 15.723-15.527 1.99-1.964-17.676-17.454-1.989 1.964 15.649 15.49-13.697 13.526-15.65-15.49h-.037L5.293 51.34l2.026 2.001L17.714 43.04z",fill:"#C54B38"})),vn||(vn=p.createElement("path",{d:"M33.397 62.312l-15.686-15.49-8.969 8.893 1.99 1.964 6.98-6.892 1.913 1.89-6.492 6.41 1.989 1.965 6.492-6.411 1.914 1.89-5.329 5.262 2.026 2.001 5.33-5.262 1.913 1.89-3.302 3.26 2.026 1.965 3.265-3.261 3.94 3.89 3.94-3.853 3.266 3.26 2.026-2-3.302-3.261 1.951-1.89 5.329 5.262 1.989-2.001-5.329-5.262 1.914-1.89 6.492 6.41 2.026-1.963-6.492-6.411 1.877-1.89 6.98 6.892 2.026-2-6.98-6.893 1.914-1.89 6.492 6.41 1.99-2-7.544-7.45-.938-.926-19.627 19.382zM53.041 35.163l-2.017 1.991L62.17 48.16l2.017-1.992L53.04 35.163z",fill:"#C54B38"})),gn||(gn=p.createElement("path",{d:"M31.635 49.008l1.764 1.779 9.87-9.746-1.99-1.964L27.582 25.55l5.854-5.744 15.65 15.454h.037l15.123-14.935-1.989-2-13.134 12.97-15.687-15.49-9.87 9.745 15.687 15.49-5.854 5.782-13.66-13.527-2.026-1.964L2.552 46.303l2.026 1.964 13.135-12.97 13.922 13.711zM4.603 18.36l-2.017 1.992L13.81 31.436l2.017-1.991L4.603 18.36z",fill:"#C54B38"})),fn||(fn=p.createElement("path",{d:"M33.437 4.278l15.686 15.49 8.931-8.82-1.989-2-6.942 6.855-1.914-1.89 6.455-6.336-2.027-2.002-6.417 6.374-1.951-1.89 5.254-5.188-1.99-2-5.253 5.187-1.914-1.89 3.227-3.187-2.026-1.964-3.227 3.15-1.914-1.89h.037L33.437.313l-3.94 3.891-3.19-3.187-2.027 1.964 3.227 3.187-1.913 1.89-5.217-5.114-1.988 1.964 5.178 5.151-1.914 1.89L15.2 5.575l-1.99 2.002 6.455 6.337-1.951 1.89-6.943-6.856-1.988 2 6.942 6.857-1.914 1.89-6.492-6.375-1.989 1.965 8.481 8.375L33.437 4.278z",fill:"#C54B38"})),yn||(yn=p.createElement("path",{d:"M33.436 8.057L15.724 25.548l1.989 1.964 15.686 15.49 2.026-1.964-15.686-15.49 13.697-13.526 15.687 15.49L61.469 15.32l-2.026-1.964-10.32 10.191-15.687-15.49z",fill:"#C54B38"})))},logo_schomburg_color:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,Rn);return p.createElement("svg",Mn({viewBox:"0 0 185 79",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,wn||(wn=p.createElement("path",{d:"M72.306 33.437a.607.607 0 100-1.213c-.306 0-.613.27-.613.606.034.337.307.607.613.607zm-.374 8.728h.817v-7.212h-.817v7.212zm2.758 0h.784v-5.257c.442-.674 1.328-1.416 2.248-1.416 1.09 0 1.498.674 1.498 1.72v4.953h.783v-5.122c0-1.315-.613-2.258-2.111-2.258-1.022 0-1.873.606-2.418 1.314v-1.146h-.784v7.212zm9.707 0h2.316c2.316 0 3.78-.81 3.78-2.797 0-1.45-1.056-2.292-2.316-2.528v-.033c1.124-.27 1.873-1.045 1.873-2.224 0-1.786-1.294-2.494-3.303-2.494H84.43v10.076h-.034zm.817-.708v-4.246h1.533c1.975 0 2.895.809 2.895 2.19 0 1.45-.954 2.09-2.93 2.09h-1.498v-.034zm0-4.954v-3.706h1.43c1.703 0 2.555.539 2.555 1.82 0 1.246-.817 1.886-2.554 1.886h-1.43zm6.948 5.662h.783V31.28h-.783v10.885zm4.632.168a2.87 2.87 0 002.213-1.078c0 .27.069.674.103.91h.783c-.102-.304-.17-.843-.17-1.45v-3.639c0-1.55-.852-2.291-2.35-2.291-.954 0-1.737.303-2.384.91l.442.539c.613-.573 1.192-.775 1.908-.775 1.09 0 1.6.539 1.6 1.718v.81h-.34c-1.703 0-3.849.538-3.849 2.459 0 1.146.818 1.887 2.044 1.887zm.102-.674c-.647 0-1.328-.438-1.328-1.213 0-1.348 1.396-1.82 3.03-1.82h.341v1.921c-.51.708-1.226 1.112-2.043 1.112zm7.458.674c1.09 0 1.874-.404 2.248-.741l-.34-.607c-.307.303-1.022.64-1.873.64-1.635 0-2.35-1.516-2.35-3.133 0-1.652.749-3.067 2.35-3.067.817 0 1.362.303 1.77.64l.409-.572c-.408-.337-1.09-.742-2.179-.742-1.874 0-3.202 1.483-3.202 3.774.034 1.955 1.09 3.808 3.167 3.808zm7.936-.168h.987l-3.405-4.044 3.235-3.168h-.987l-3.202 3.168 3.372 4.044zm-4.223 0h.783V31.28h-.783v10.885zm13.589.168c1.328 0 2.384-.438 2.997-1.01l-.409-.607c-.613.539-1.464.876-2.554.876-2.589 0-4.053-2.157-4.053-4.55 0-2.358 1.464-4.481 4.019-4.481.953 0 1.702.27 2.316.674l.442-.64c-.715-.472-1.566-.742-2.724-.742-3.065 0-4.905 2.46-4.905 5.19 0 2.83 1.805 5.29 4.871 5.29zm6.709 0c1.226 0 2.077-.809 2.418-1.348 0 .405.068.944.102 1.18h.818c-.069-.27-.137-.81-.137-1.382v-5.83h-.783v5.223c-.238.438-1.158 1.45-2.248 1.45-1.124 0-1.498-.674-1.498-1.753v-4.92h-.784v5.089c0 1.314.579 2.291 2.112 2.291zm5.756-.168h.783V31.28h-.783v10.885zm5.245.168c.681 0 1.192-.27 1.396-.438l-.307-.607c-.136.102-.579.337-1.021.337-.647 0-.886-.404-.886-1.145v-4.92h1.873v-.64h-1.873v-2.056h-.783v2.056h-1.226v.64h1.226v4.953c0 1.18.511 1.82 1.601 1.82zm5.006 0c1.226 0 2.077-.809 2.418-1.348 0 .405.068.944.102 1.18h.818c-.069-.27-.137-.81-.137-1.382v-5.83h-.783v5.223c-.238.438-1.158 1.45-2.248 1.45-1.124 0-1.498-.674-1.498-1.753v-4.92h-.784v5.089c0 1.314.579 2.291 2.112 2.291zm5.756-.168h.783v-5.021c.204-.438.851-1.618 1.873-1.618.307 0 .477.068.613.101l.205-.741c-.137-.034-.375-.135-.716-.135-1.021 0-1.669.91-1.941 1.415V34.92h-.783v7.245h-.034zm7.356.168c1.192 0 2.009-.404 2.486-.741l-.34-.607a3.708 3.708 0 01-2.112.674c-1.737 0-2.452-1.516-2.452-3.167v-.169h5.04v-.404c0-1.854-1.021-3.134-2.758-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.055 1.021 3.841 3.269 3.841zm-2.384-4.65c.204-1.247.954-2.224 2.214-2.224 1.396 0 1.975 1.112 1.975 2.224H155.1zM72.1 26.53h.783v-6.572h1.907v-.64h-1.907v-1.146c0-1.314.545-1.988 1.67-1.988.442 0 .748.101.919.202l.204-.707c-.204-.102-.579-.203-1.124-.203-1.6 0-2.452.977-2.452 2.629v1.213h-1.26v.64h1.26v6.571zm6.777.168c2.282 0 3.338-1.989 3.338-3.808 0-1.786-1.056-3.74-3.338-3.74-2.281 0-3.27 1.954-3.27 3.774s.989 3.774 3.27 3.774zm.035-.674c-1.67 0-2.453-1.483-2.453-3.134 0-1.618.75-3.067 2.418-3.067 1.67 0 2.555 1.483 2.555 3.1-.034 1.652-.852 3.1-2.52 3.1zm4.836.505h.783v-5.02c.204-.439.851-1.618 1.873-1.618.307 0 .477.067.613.1l.205-.74c-.137-.034-.375-.135-.716-.135-1.022 0-1.668.876-1.941 1.415v-1.247h-.783v7.245h-.034zm8.446 0h.851v-4.886h.273c.613 0 .783.101 1.805 1.483l2.486 3.403h1.022l-2.827-3.808c-.579-.741-.783-1.01-.988-1.112h.136c1.772-.067 2.998-.91 2.998-2.56 0-1.686-1.26-2.596-3.304-2.596h-2.418V26.53h-.034zm.817-5.56v-3.808h1.465c1.668 0 2.554.64 2.554 1.887 0 1.247-.851 1.921-2.486 1.921H93.01zm9.604 5.729c1.192 0 2.01-.405 2.487-.742l-.341-.606a3.707 3.707 0 01-2.111.674c-1.737 0-2.453-1.517-2.453-3.168v-.168h5.041v-.405c0-1.853-1.022-3.134-2.759-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.09 1.056 3.842 3.269 3.842zm-2.384-4.65c.205-1.247.954-2.225 2.214-2.225 1.397 0 1.941 1.112 1.975 2.224h-4.189zm8.447 4.683c1.498 0 2.452-.775 2.452-2.022 0-1.179-1.022-1.684-2.146-2.19-.851-.37-1.566-.674-1.566-1.516 0-.708.476-1.18 1.362-1.18a2.71 2.71 0 011.669.573l.408-.573c-.34-.27-1.055-.674-2.077-.674-1.362 0-2.146.81-2.146 1.887 0 1.18.92 1.685 2.01 2.157.987.438 1.668.775 1.668 1.584 0 .775-.647 1.247-1.634 1.247-.784 0-1.533-.337-1.873-.607l-.341.607c.443.337 1.26.707 2.214.707zm7.016-.033c1.192 0 2.009-.405 2.486-.742l-.341-.606a3.707 3.707 0 01-2.111.674c-1.737 0-2.453-1.517-2.453-3.168v-.168h5.041v-.405c0-1.853-1.022-3.134-2.759-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.09 1.056 3.842 3.27 3.842zm-2.385-4.65c.205-1.247.954-2.225 2.214-2.225 1.397 0 1.941 1.112 1.976 2.224h-4.19zm8.379 4.65a2.87 2.87 0 002.213-1.079c0 .27.068.674.103.91h.783c-.102-.303-.136-.842-.136-1.449v-3.64c0-1.55-.852-2.29-2.35-2.29-.954 0-1.737.303-2.384.91l.442.538c.613-.572 1.192-.775 1.908-.775 1.089 0 1.6.54 1.6 1.719v.809h-.34c-1.703 0-3.849.539-3.849 2.46-.034 1.145.784 1.887 2.01 1.887zm.102-.674c-.647 0-1.328-.438-1.328-1.213 0-1.348 1.396-1.82 3.031-1.82h.34v1.92c-.545.708-1.226 1.113-2.043 1.113zm5.313.505h.783v-5.02c.204-.439.851-1.618 1.873-1.618.307 0 .477.067.613.1l.205-.74c-.137-.034-.375-.135-.716-.135-1.021 0-1.668.876-1.941 1.415v-1.247h-.817v7.245zm7.186.169c1.09 0 1.873-.405 2.248-.742l-.341-.606c-.306.303-1.022.64-1.873.64-1.635 0-2.35-1.516-2.35-3.134 0-1.651.749-3.066 2.35-3.066.817 0 1.362.303 1.771.64l.409-.573c-.409-.337-1.09-.741-2.18-.741-1.873 0-3.201 1.482-3.201 3.774.034 1.954 1.055 3.808 3.167 3.808zm3.985-.169h.783v-5.257c.272-.404 1.158-1.415 2.248-1.415 1.09 0 1.498.674 1.498 1.719v4.953h.784v-5.122c0-1.314-.613-2.258-2.112-2.258-1.226 0-2.078.81-2.418 1.315v-4.82h-.783V26.53zM74.452 48.769v-.809h-3.576v.809h1.294v3.808h.988v-3.808h1.294zm3.44 3.808v-2.36c0-.606-.273-1.078-1.022-1.078a1.36 1.36 0 00-1.056.506v-2.022h-.92v4.987h.92v-2.325c.068-.1.34-.438.716-.438.34 0 .442.169.442.506v2.19h.92v.034zm1.532-1.483h2.18c.102-1.247-.409-1.988-1.464-1.988-.954 0-1.703.674-1.703 1.752 0 1.078.647 1.786 1.77 1.786.716 0 1.056-.202 1.26-.337l-.306-.607c-.17.068-.442.236-.885.236-.545.034-.817-.337-.852-.842zm0-.64c.069-.438.273-.708.681-.708.443 0 .58.303.58.708h-1.26zm8.48 2.123V47.96h-.885v2.426c0 .37.034.708.034.742 0 0-.204-.371-.477-.775l-1.668-2.393h-1.056v4.617h.885v-2.629c0-.303-.034-.606-.034-.606s.17.337.443.707l1.805 2.561h.954v-.033zm1.567-1.483h2.18c.102-1.247-.409-1.988-1.465-1.988-.953 0-1.702.674-1.702 1.752 0 1.078.647 1.786 1.77 1.786.716 0 1.056-.202 1.26-.337l-.306-.607c-.17.068-.442.236-.885.236-.545.034-.818-.337-.852-.842zm0-.64c.069-.438.273-.708.681-.708.443 0 .58.303.58.708h-1.26zm7.425-1.247h-.92l-.545 2.157-.579-2.157h-.851l-.579 2.157-.51-2.157h-.989l.954 3.37h.852l.715-2.258.715 2.258h.851l.886-3.37zm5.551-1.247h-.953l-.988 1.954-.988-1.954h-1.09l1.533 2.864v1.753h.988v-1.753l1.498-2.864zm3.031 2.898c0-.876-.545-1.752-1.737-1.752-1.192 0-1.702.91-1.702 1.786s.51 1.752 1.702 1.752c1.226 0 1.737-.944 1.737-1.786zm-.987.034c0 .64-.205 1.044-.716 1.044-.51 0-.749-.471-.749-1.078 0-.606.17-1.078.715-1.078.511 0 .75.471.75 1.112zm3.78-1.685a.974.974 0 00-.477-.101c-.443 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .307.034.341.068l.238-.775zm1.328 1.718l1.09 1.652h1.09l-1.294-1.854 1.26-1.516h-1.022l-1.124 1.348v-2.966h-.919v4.988h.919v-1.652zm7.561-1.516c0-.977-.783-1.449-1.771-1.449h-1.533v4.617h.988v-1.652h.443c1.158 0 1.873-.505 1.873-1.516zm-.988 0c0 .505-.272.775-.885.775h-.443v-1.483h.477c.613 0 .851.27.851.708zm1.465-.202v2.359c0 .606.272 1.078 1.022 1.078.579 0 .919-.303 1.089-.54 0 .136.034.371.069.439h.919c-.034-.202-.102-.54-.102-.977v-2.393h-.92v2.258c-.068.067-.34.438-.715.438-.34 0-.443-.169-.443-.505v-2.19h-.919v.033zm3.78-1.618v4.785c.17.068.613.27 1.397.27 1.021 0 1.805-.64 1.805-1.786 0-1.18-.579-1.752-1.465-1.752-.374 0-.681.202-.817.337v-1.854h-.92zm.954 2.494c.068-.067.272-.27.579-.27.511 0 .715.371.715 1.011 0 .708-.307 1.079-.817 1.079-.273 0-.409-.068-.477-.068v-1.752zm3.814-2.494h-.919v4.988h.919v-4.988zm1.873 1.618h-.953v3.37h.953v-3.37zm.103-1.011c0-.303-.239-.54-.579-.54-.341 0-.579.237-.579.54 0 .303.238.54.579.54.34.033.579-.237.579-.54zm3.439 4.145l-.272-.607c-.102.068-.341.202-.749.202-.579 0-.852-.471-.852-1.078 0-.606.273-1.045.818-1.045.34 0 .545.101.715.203l.306-.64c-.17-.102-.476-.27-1.055-.27-1.022 0-1.805.64-1.805 1.786 0 1.044.681 1.752 1.77 1.752.648 0 .954-.202 1.124-.303zm4.905.236v-.775h-1.737v-3.808h-.988v4.616h2.725v-.033zm1.498-3.37h-.953v3.37h.953v-3.37zm.102-1.011c0-.303-.238-.54-.579-.54-.34 0-.579.237-.579.54 0 .303.239.54.579.54.341.033.579-.237.579-.54zm.784-.607v4.785c.17.068.613.27 1.396.27 1.022 0 1.805-.64 1.805-1.786 0-1.18-.579-1.752-1.464-1.752-.375 0-.682.202-.818.337v-1.854h-.919zm.953 2.494c.068-.067.273-.27.579-.27.511 0 .715.371.715 1.011 0 .708-.306 1.079-.817 1.079-.272 0-.409-.068-.477-.068v-1.752zm5.075-.876c-.068-.034-.204-.101-.477-.101-.443 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .306.034.34.068l.239-.775zm3.133 3.37c-.034-.203-.102-.54-.102-1.011v-1.213c0-.91-.443-1.247-1.362-1.247-.716 0-1.192.303-1.397.471l.409.573c.136-.1.443-.303.885-.303.443 0 .545.169.545.472v.202h-.136c-.919 0-1.805.303-1.805 1.213 0 .607.443.944 1.022.944.477 0 .817-.27.953-.438 0 .1.035.27.069.37h.919v-.033zm-1.022-.91c-.102.1-.306.303-.613.303-.204 0-.408-.101-.408-.337 0-.404.374-.54.919-.54h.136v.574h-.034zm3.951-2.46c-.068-.034-.204-.101-.477-.101-.442 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .307.034.341.068l.238-.775zm1.396 3.302l-.136.337c-.136.37-.306.607-.783.607-.204 0-.273-.034-.341-.034l-.136.741c.068.034.238.068.511.068.919 0 1.294-.472 1.601-1.247l1.396-3.74h-.954l-.681 2.224h-.034l-.749-2.225h-.988l1.294 3.27z",fill:"#010101"})),zn||(zn=p.createElement("path",{d:"M55.275 46.374l3.541 3.539 1.84-1.82-3.576-3.505 2.928-2.898-1.839-1.785-8.31 8.222 8.378 8.256 1.84-1.786-6.573-6.47 1.77-1.753zM.613 41.693l6.54 6.436-1.772 1.718-3.542-3.504L0 48.129l3.576 3.538-2.997 2.965 1.84 1.786 8.343-8.29-8.344-8.255-1.805 1.82zM16.075 56.992L30.31 71.077l14.27-14.12 1.805-1.785L30.345 39.3l-1.805 1.786 14.202 14.086-12.431 12.3-14.202-14.086h-.034L4.802 64.54l1.839 1.82 9.434-9.368z",fill:"#C54B38"})),En||(En=p.createElement("path",{d:"M30.31 74.513L16.072 60.427l-8.14 8.088L9.74 70.3l6.334-6.268 1.737 1.718-5.892 5.83 1.805 1.786 5.892-5.83 1.737 1.719-4.836 4.785 1.84 1.82 4.835-4.785 1.737 1.718-2.997 2.966 1.84 1.786 2.962-2.966 3.576 3.538 3.576-3.504 2.963 2.965 1.84-1.82-2.998-2.965 1.771-1.718 4.837 4.785 1.805-1.82-4.837-4.785 1.737-1.719 5.892 5.83 1.84-1.786-5.892-5.83 1.702-1.718L50.88 70.3l1.84-1.82-6.336-6.268 1.737-1.718 5.892 5.83 1.805-1.82-6.845-6.774-.852-.842L30.31 74.513zM48.136 49.83l-1.83 1.81L56.42 61.649l1.83-1.81L48.136 49.83z",fill:"#C54B38"})),Sn||(Sn=p.createElement("path",{d:"M28.709 62.417l1.6 1.617 8.958-8.862-1.805-1.786-12.431-12.3 5.313-5.223 14.202 14.052h.034l13.725-13.58-1.805-1.82L44.58 46.31 30.344 32.224l-8.957 8.862 14.236 14.086-5.313 5.257-12.397-12.3-1.84-1.786L2.315 59.957l1.84 1.786 11.92-11.794 12.635 12.468zM4.18 34.547l-1.83 1.811 10.186 10.08 1.83-1.811L4.18 34.547z",fill:"#C54B38"})),On||(On=p.createElement("path",{d:"M30.347 21.744l14.236 14.085 8.106-8.02-1.806-1.82-6.3 6.235-1.737-1.719 5.858-5.762-1.84-1.82-5.823 5.796L39.27 27l4.768-4.717-1.805-1.82-4.768 4.718-1.737-1.719 2.929-2.898-1.84-1.786-2.928 2.864-1.737-1.718h.034l-1.84-1.786-3.575 3.538-2.895-2.898-1.84 1.786 2.93 2.898-1.737 1.719-4.734-4.65-1.805 1.785L21.39 27l-1.737 1.719-5.858-5.796-1.805 1.82 5.858 5.762-1.771 1.719-6.3-6.234-1.806 1.82 6.3 6.233-1.736 1.719-5.892-5.796-1.805 1.786 7.697 7.616 17.812-17.624z",fill:"#C54B38"})),Tn||(Tn=p.createElement("path",{d:"M30.347 25.179L14.27 41.084l1.805 1.786 14.236 14.086 1.84-1.786-14.236-14.086 12.43-12.3L44.584 42.87l11.205-11.086-1.84-1.786-9.365 9.267-14.236-14.086z",fill:"#C54B38"})),_n||(_n=p.createElement("path",{d:"M77.683 8.128c0-1.82-1.226-2.46-2.554-3.066-1.056-.472-1.84-.708-1.84-1.483 0-.674.512-1.01 1.33-1.01.85 0 1.6.37 1.94.606l.852-1.45c-.409-.302-1.294-.808-2.895-.808-1.771 0-3.201 1.045-3.201 2.73 0 1.583.92 2.325 2.111 2.931 1.158.573 2.214.809 2.214 1.685 0 .64-.58 1.146-1.567 1.146a3.338 3.338 0 01-2.111-.741l-.886 1.449c.443.336 1.465.977 3.065.977 2.214-.068 3.542-1.18 3.542-2.966zm6.676 2.258l-.613-1.314c-.239.135-.716.438-1.567.438-1.226 0-1.805-.977-1.805-2.291 0-1.315.613-2.224 1.77-2.224.716 0 1.193.235 1.5.438l.646-1.348c-.34-.236-1.055-.573-2.213-.573-2.18 0-3.815 1.348-3.815 3.774 0 2.224 1.43 3.74 3.747 3.74 1.362 0 2.009-.404 2.35-.64zm7.288.472V5.837c0-1.314-.58-2.325-2.18-2.325-1.192 0-1.873.64-2.248 1.044V.276h-1.975v10.582h1.975V6.039c.137-.202.716-.91 1.499-.91.715 0 .953.371.953 1.079v4.65h1.976zm8.276-3.606c0-1.853-1.158-3.706-3.678-3.706s-3.61 1.954-3.61 3.774c0 1.853 1.09 3.74 3.61 3.74 2.554-.034 3.678-2.022 3.678-3.808zm-2.112.034c0 1.348-.408 2.258-1.532 2.258s-1.567-.978-1.567-2.325c0-1.348.375-2.258 1.499-2.258s1.6 1.01 1.6 2.325zm9.094-2.628c-.273-.674-.818-1.146-1.874-1.146-1.158 0-1.805.64-2.179 1.044V3.68h-1.942v7.178h1.976V6.039c.136-.202.613-.876 1.362-.876.579 0 .852.37.852 1.078v4.617h1.975V5.972c.272-.337.715-.809 1.362-.809.647 0 .852.37.852 1.078v4.617h1.975V5.837c0-1.314-.545-2.325-2.078-2.325-1.021 0-1.702.472-2.281 1.146zm5.721-4.381v10.177c.341.168 1.328.572 2.963.572 2.18 0 3.849-1.381 3.849-3.807 0-2.46-1.26-3.707-3.065-3.707a2.54 2.54 0 00-1.771.741V.277h-1.976zm1.976 5.324c.136-.135.579-.54 1.226-.54 1.055 0 1.532.81 1.532 2.158 0 1.482-.647 2.291-1.771 2.291-.545 0-.851-.135-.987-.168v-3.74zm5.823-1.887v5.021c0 1.314.579 2.325 2.18 2.325a2.83 2.83 0 002.316-1.146c0 .304.102.775.136.944h1.941c-.102-.438-.204-1.146-.204-2.056V3.714h-1.975v4.785c-.136.169-.715.91-1.499.91-.715 0-.953-.37-.953-1.078V3.714h-1.942zm12.738 0c-.17-.101-.443-.202-.988-.202-.919 0-1.532.606-1.839 1.146V3.68h-1.975v7.178h1.975V6.342c.17-.337.681-1.078 1.567-1.078.408 0 .647.101.749.169l.511-1.719zm4.7 0c-.375-.135-.818-.168-1.294-.168-2.01 0-3.202 1.044-3.202 2.594 0 .944.477 1.685 1.294 2.157-.442.236-.817.674-.817 1.348 0 .505.238.842.647 1.078-.715.37-1.226.944-1.226 1.752 0 1.28 1.192 1.921 3.167 1.921 2.384 0 3.951-1.078 3.951-2.595 0-2.123-1.907-2.123-3.406-2.19-1.055-.067-1.464-.135-1.464-.505 0-.203.136-.337.272-.438.273.033.545.067.852.067 2.009 0 3.133-1.045 3.133-2.595 0-.404-.102-.808-.272-1.145h.953V3.714h-2.588zm-1.26 3.74c-.818 0-1.294-.505-1.294-1.314 0-.842.476-1.314 1.294-1.314.817 0 1.294.472 1.294 1.314 0 .809-.477 1.314-1.294 1.314zm-.852 3.64c.307.034.647.067.988.1 1.056.068 1.737.035 1.737.81 0 .606-.681 1.044-1.873 1.044-1.022 0-1.397-.404-1.397-.977-.034-.404.171-.741.545-.977zm15.939-1.079l-.851-1.449c-.511.371-1.158.742-2.248.742-1.941 0-2.895-1.55-2.895-3.404 0-1.82.988-3.268 2.861-3.268.919 0 1.532.236 2.077.573l.92-1.517c-.783-.505-1.669-.775-2.963-.775-3.338 0-5.109 2.393-5.109 5.055s1.703 5.088 5.075 5.088c1.464-.034 2.656-.607 3.133-1.045zm2.248-2.291h4.598c.238-2.662-.852-4.212-3.134-4.212-2.009 0-3.576 1.449-3.576 3.707 0 2.291 1.363 3.807 3.781 3.807 1.498 0 2.213-.438 2.69-.674l-.647-1.28c-.34.168-.919.505-1.873.505-1.192 0-1.737-.74-1.839-1.853zm0-1.314c.136-.944.613-1.483 1.43-1.483.92 0 1.226.674 1.26 1.483h-2.69zm12.158 4.448V5.837c0-1.314-.579-2.325-2.179-2.325-1.192 0-1.907.64-2.316 1.078v-.91h-1.941v7.178h1.975V6.039c.136-.202.715-.91 1.498-.91.716 0 .954.371.954 1.079v4.65h2.009zm1.976-5.695v3.64c0 1.381.579 2.223 2.282 2.223.919 0 1.532-.236 1.805-.404l-.477-1.449c-.136.101-.511.27-.954.27-.545 0-.715-.304-.715-1.011V5.163h1.703V3.714h-1.703v-2.09h-1.975v2.09h-1.158v1.449h1.192zm6.403 2.561h4.597c.239-2.662-.851-4.212-3.133-4.212-2.009 0-3.576 1.449-3.576 3.707 0 2.291 1.362 3.807 3.78 3.807 1.499 0 2.214-.438 2.691-.674l-.647-1.28c-.341.168-.92.505-1.873.505-1.192 0-1.771-.74-1.839-1.853zm0-1.314c.136-.944.613-1.483 1.43-1.483.92 0 1.226.674 1.26 1.483h-2.69zm10.523-2.696c-.17-.101-.442-.202-.987-.202-.92 0-1.499.606-1.839 1.146V3.68h-1.942v7.178h1.976V6.342c.17-.337.681-1.078 1.566-1.078.409 0 .647.101.749.169l.477-1.719z",fill:"#010101"})))},logo_simplye_black:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,Pn);return p.createElement("svg",Hn({viewBox:"0 0 512 148",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,kn||(kn=p.createElement("g",{clipPath:"url(#logo_simplye_black_svg__clip0)"},p.createElement("path",{d:"M25.017 34.161c-.504-.616-.54-1.441.215-1.69l52.402-17.328a.944.944 0 011.24.898.998.998 0 00.93.945c.415.067.836.084 1.254.05a1.001 1.001 0 001.009-.941l-.003-5.512a1.001 1.001 0 00-.558-.914 1.137 1.137 0 00-.83-.118L21.98 29.023c-2.26.73-2.663 1.004-2.663 3.432l.02 99.764a.916.916 0 00.039.282c1.212 3.697 5.547 5.389 5.547 5.389 4.256 1.615 6.449 2.064 10.304.727 0 0 .085-99.525.035-99.963a.28.28 0 00-.23-.242c-.41-.077-6.716-.21-10.017-4.25"}),p.createElement("path",{d:"M6.382 25.48c-.529-.595-.54-1.44.216-1.69L58.999 6.462a.944.944 0 011.241.897.985.985 0 00.93.945c.415.059.835.075 1.254.05a.997.997 0 001.008-.94l-.002-5.403a1.172 1.172 0 00-.496-.989 1.077 1.077 0 00-.893-.152L3.346 20.342c-2.26.731-2.344 1.05-2.344 3.478l.006 100.104c.003.096.016.19.04.283.93 3.738 5.241 5.003 5.241 5.003 4.256 1.615 6.45 2.064 10.304.726 0 0 .086-99.525.035-99.962a.28.28 0 00-.229-.243c-.41-.077-6.585-.386-10.017-4.25"}),p.createElement("path",{d:"M112.969 28.139a.946.946 0 00-1.242-.897L65.072 42.744c-12.007 3.546-12.608 3.957-16.436 2.548a10.762 10.762 0 01-4.804-3.209c-.487-.63-.489-1.441.267-1.691l52.402-17.327a.946.946 0 011.24.897.984.984 0 00.93.946c.415.054.833.07 1.25.05a.99.99 0 001.013-.941l-.003-5.419a1.01 1.01 0 00-.557-1.008.99.99 0 00-.831-.117L40.848 36.944c-2.26.732-2.663 1.005-2.663 3.432l.02 97.48c0 .096.004 1.042.002 1.138-.059 3.155 3.655 4.911 5.418 5.699a14.107 14.107 0 0010.47.824l58.236-18.912a.945.945 0 00.638-.894v-18.715a.948.948 0 00-.783-.93.942.942 0 00-.435.027l-46.7 15.307a.986.986 0 01-1.265-.917v-16.534a.944.944 0 01.672-.904l47.793-15.656c.581-.213.718-.312.718-.808l-.037-19.111a.91.91 0 00-1.224-.756l-46.771 15.49c-.603.174-1.15-.439-1.15-1.067l.071-16.602a.945.945 0 01.656-.9l47.895-15.902c.391-.125.555-.68.555-1.091l.005-18.504zM193.94 91.63c.043 3.264-.609 6.5-1.911 9.494a19.556 19.556 0 01-5.499 7.236 25.79 25.79 0 01-8.742 4.574 38.338 38.338 0 01-11.52 1.621 41.503 41.503 0 01-8.569-.811 43.232 43.232 0 01-6.773-1.968 31.143 31.143 0 01-5.094-2.49 32.82 32.82 0 01-3.416-2.373l6.947-11.347c.463.31 1.158.792 2.084 1.447a20.297 20.297 0 003.473 1.911 33.661 33.661 0 004.864 1.679c2.003.521 4.066.774 6.136.752 3.937 0 6.967-.868 9.089-2.605a7.893 7.893 0 003.184-6.31 6.703 6.703 0 00-1.447-4.342 13.8 13.8 0 00-3.821-3.184 48.838 48.838 0 00-5.5-2.721 95.44 95.44 0 01-6.484-3.068 49.257 49.257 0 01-6.599-3.821 25.536 25.536 0 01-5.211-4.747 20.55 20.55 0 01-3.473-6.195 24.361 24.361 0 01-1.274-8.278 19.651 19.651 0 011.969-8.916 20.53 20.53 0 015.326-6.715 24.22 24.22 0 017.873-4.284 30.599 30.599 0 019.726-1.505c2.813-.03 5.624.202 8.394.694 2.181.398 4.329.96 6.426 1.68a26.533 26.533 0 014.631 2.083 41.813 41.813 0 013.126 2.027l-6.599 11.462a32.073 32.073 0 00-2.547-1.505 24.885 24.885 0 00-3.474-1.505 38.012 38.012 0 00-4.284-1.216 21.567 21.567 0 00-4.747-.521 12.53 12.53 0 00-7.526 2.026 6.912 6.912 0 00-2.779 5.963 6.563 6.563 0 001.101 3.88 11.19 11.19 0 003.01 2.836 30.206 30.206 0 004.515 2.431c1.737.773 3.609 1.622 5.616 2.547a110.48 110.48 0 017.41 3.706 26.855 26.855 0 016.31 4.747 21.065 21.065 0 016.079 15.63zM220.454 40.221a8.972 8.972 0 01-2.721 6.484 9.097 9.097 0 01-6.773 2.78 8.91 8.91 0 01-6.716-2.78 9.064 9.064 0 01-2.663-6.483 8.684 8.684 0 012.663-6.369 9.097 9.097 0 016.716-2.663 9.294 9.294 0 016.773 2.663 8.596 8.596 0 012.721 6.368zm-17.252 72.944V56.779h15.515v56.386h-15.515zM275.449 64.305a30.007 30.007 0 017.643-6.484 20.409 20.409 0 0110.42-2.432 18.358 18.358 0 017.584 1.39 13.05 13.05 0 014.978 3.82 14.903 14.903 0 012.721 5.79 31.09 31.09 0 01.81 7.294v39.482h-15.398V76.809a11.606 11.606 0 00-1.447-6.368c-.967-1.465-2.723-2.199-5.268-2.2a9.43 9.43 0 00-3.474.637c-1.037.4-2.012.946-2.895 1.62a20.225 20.225 0 00-2.315 2.085 74.01 74.01 0 00-1.853 2.026v38.556h-15.399V76.809c0-2.855-.521-4.997-1.564-6.426-1.041-1.427-2.72-2.141-5.036-2.142a8.78 8.78 0 00-3.878.868 14.06 14.06 0 00-3.127 2.026 15.322 15.322 0 00-2.2 2.316 73.736 73.736 0 01-1.331 1.737v37.977h-15.399V56.779h15.051v6.946a73.305 73.305 0 012.548-2.662 17.54 17.54 0 013.589-2.721 24.398 24.398 0 014.747-2.084 19.363 19.363 0 016.021-.869c4.013 0 7.159.81 9.437 2.432a14.285 14.285 0 015.035 6.484zM371.897 84.914a37.586 37.586 0 01-1.853 12.157 27.702 27.702 0 01-5.21 9.321 23.497 23.497 0 01-7.989 6.02 23.991 23.991 0 01-10.19 2.143 20.801 20.801 0 01-8.336-1.39 19.832 19.832 0 01-4.632-2.663v28.02h-15.398V56.779h15.052v5.904a21.67 21.67 0 016.078-5.094 18.72 18.72 0 019.553-2.2c7.178 0 12.794 2.547 16.846 7.642 4.052 5.094 6.078 12.389 6.079 21.883zm-16.326 0c0-5.326-.926-9.533-2.779-12.62a9.202 9.202 0 00-8.452-4.632 10.535 10.535 0 00-3.937.695c-1.095.43-2.142.974-3.126 1.62-.831.538-1.59 1.18-2.257 1.911a44.486 44.486 0 00-1.332 1.563v25.357a24.172 24.172 0 003.763 2.547 12.078 12.078 0 005.963 1.274 10.195 10.195 0 009.031-4.69c2.084-3.125 3.126-7.467 3.126-13.025zM380.929 113.165V29.801h15.399v83.364h-15.399zM402.811 56.779h16.441l12.505 37.166h.579l11.463-37.166h15.862l-23.272 62.407a64.516 64.516 0 01-4.053 8.916 25.026 25.026 0 01-5.21 6.599 21.354 21.354 0 01-7.121 4.111 29.982 29.982 0 01-9.9 1.447 31.243 31.243 0 01-5.673-.405c-1.389-.272-2.392-.484-3.01-.637l2.199-12.157a8.43 8.43 0 001.737.405c1.23.14 2.468.197 3.705.173 3.937 0 6.793-.888 8.568-2.663a19.126 19.126 0 004.284-7.178l2.084-5.79-21.188-55.228zM466.725 113.165V36.053h44.461v13.431h-28.368v17.368h25.009v12.736h-25.009v20.146h29.178v13.431h-45.271z"}))),Bn||(Bn=p.createElement("defs",null,p.createElement("clipPath",{id:"logo_simplye_black_svg__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(0 .118)",d:"M0 0h511.984v147H0z"})))))},logo_simplye_color:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,Fn);return p.createElement("svg",Dn({viewBox:"0 0 682 196",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,jn||(jn=p.createElement("g",{clipPath:"url(#logo_simplye_color_svg__clip0)"},p.createElement("path",{d:"M32.454 44.821c-.672-.822-.72-1.921.288-2.254l69.866-23.102a1.258 1.258 0 011.654 1.195c-.001.69.559 1.155 1.242 1.26.528.083 1.108.12 1.67.068.727-.068 1.346-.526 1.346-1.255l-.004-7.35c0-.376-.164-.94-.744-1.218-.324-.158-.735-.28-1.108-.156l-78.258 25.96c-3.012.975-3.55 1.34-3.55 4.576l.027 133.016c0 .126.013.257.052.377 1.616 4.929 7.396 7.184 7.396 7.184 5.674 2.155 8.598 2.753 13.738.969 0 0 .115-132.697.047-133.28a.373.373 0 00-.306-.323c-.546-.103-8.954-.279-13.355-5.667",fill:"#1B385E"}),p.createElement("path",{d:"M7.609 33.247c-.705-.794-.72-1.922.287-2.255L77.763 7.89a1.26 1.26 0 011.655 1.197c-.001.69.556 1.174 1.24 1.26.513.064 1.124.112 1.67.067.727-.059 1.346-.525 1.346-1.255l-.004-7.204c0-.477-.232-1.084-.66-1.317-.455-.248-.817-.327-1.19-.203L3.561 26.396c-3.013.975-3.55 1.34-3.55 4.576l.025 133.015c0 .127.016.256.053.376 1.47 4.922 7.395 7.186 7.395 7.186 5.674 2.153 8.599 2.751 13.739.969 0 0 .113-132.697.046-133.28a.373.373 0 00-.307-.324c-.546-.102-8.78-.514-13.355-5.667",fill:"#57AC35"}),p.createElement("path",{d:"M149.72 36.79c0-.858-.839-1.465-1.655-1.194L85.861 56.265c-16.01 4.726-16.81 5.274-21.914 3.396-2.865-1.054-5.098-2.59-6.405-4.279-.65-.838-.652-1.921.356-2.254l69.866-23.102a1.26 1.26 0 011.654 1.197c-.001.69.556 1.177 1.24 1.26a9.148 9.148 0 001.666.066c.73-.045 1.352-.522 1.35-1.254l-.002-7.224c0-.555-.1-.947-.743-1.344-.336-.207-.735-.28-1.108-.156l-78.258 25.96c-3.013.975-3.55 1.34-3.55 4.577l.026 129.97c0 .127.004 1.389.001 1.516-.078 4.206 4.874 6.547 7.224 7.598 3.853 1.723 8.819 2.882 13.96 1.1l77.645-25.217c.509-.174.851-.652.851-1.19v-24.953a1.26 1.26 0 00-1.624-1.205l-62.266 20.41c-.808.245-1.685-.379-1.685-1.223v-22.045c0-.556.364-1.045.895-1.205l63.724-20.874c.773-.284.956-.416.956-1.079l-.048-25.479c0-.73-.827-1.241-1.632-1.01l-62.361 20.654c-.805.231-1.534-.584-1.534-1.423l.096-22.134c0-.548.353-1.032.874-1.199l63.859-21.203c.52-.168.74-.908.74-1.456l.006-24.67",fill:"#656263"}),p.createElement("path",{d:"M257.68 121.443c0 4.631-.848 8.852-2.547 12.658-1.698 3.81-4.144 7.024-7.333 9.65-3.19 2.624-7.077 4.657-11.654 6.096-4.581 1.44-9.703 2.162-15.361 2.162-4.221 0-8.028-.362-11.424-1.08-3.396-.721-6.406-1.594-9.03-2.625-2.626-1.027-4.891-2.134-6.793-3.319-1.906-1.181-3.423-2.238-4.554-3.165l9.261-15.128c.619.412 1.546 1.056 2.78 1.93 1.235.876 2.779 1.724 4.631 2.548 1.853.824 4.015 1.569 6.484 2.237 2.47.67 5.196 1.004 8.181 1.004 5.249 0 9.288-1.158 12.12-3.473 2.829-2.316 4.245-5.119 4.245-8.414 0-2.264-.645-4.193-1.929-5.79-1.29-1.593-2.987-3.009-5.096-4.245-2.11-1.235-4.554-2.443-7.332-3.627a127.762 127.762 0 01-8.645-4.092c-3.192-1.544-6.124-3.241-8.8-5.093-2.677-1.853-4.993-3.961-6.947-6.33-1.955-2.366-3.499-5.118-4.631-8.259-1.134-3.139-1.698-6.817-1.698-11.038 0-4.424.874-8.387 2.624-11.887 1.75-3.497 4.115-6.484 7.101-8.954 2.984-2.47 6.484-4.372 10.497-5.71 4.015-1.338 8.338-2.009 12.968-2.009 4.219 0 7.951.31 11.193.927 3.241.617 6.097 1.365 8.568 2.239 2.469.876 4.528 1.8 6.175 2.778 1.645.979 3.034 1.879 4.167 2.702l-8.799 15.283c-.926-.617-2.06-1.285-3.395-2.007-1.34-.718-2.884-1.389-4.632-2.008a50.57 50.57 0 00-5.712-1.62 28.702 28.702 0 00-6.329-.694c-4.221 0-7.565.901-10.034 2.701-2.471 1.803-3.706 4.452-3.706 7.95 0 2.06.487 3.782 1.467 5.172.976 1.39 2.315 2.65 4.013 3.782 1.699 1.134 3.706 2.214 6.022 3.242a601.234 601.234 0 017.486 3.396 147.494 147.494 0 019.88 4.94c3.189 1.75 5.994 3.86 8.414 6.329 2.416 2.471 4.373 5.379 5.865 8.723 1.491 3.345 2.239 7.385 2.239 12.118zm12.349 28.714v-75.18h20.686v75.18h-20.686zm23.002-97.256c0 3.294-1.211 6.174-3.628 8.645-2.418 2.47-5.429 3.705-9.03 3.705-3.604 0-6.588-1.236-8.955-3.705-2.368-2.47-3.55-5.35-3.55-8.645 0-3.293 1.182-6.123 3.55-8.49 2.367-2.367 5.351-3.551 8.955-3.551 3.601 0 6.612 1.184 9.03 3.55 2.417 2.368 3.628 5.198 3.628 8.49zm73.325 32.11c3.089-3.602 6.485-6.484 10.19-8.645 3.706-2.162 8.336-3.242 13.893-3.242 4.015 0 7.385.618 10.112 1.852 2.727 1.235 4.94 2.933 6.637 5.095 1.699 2.161 2.907 4.734 3.628 7.718.719 2.987 1.081 6.228 1.081 9.725v52.643h-20.531v-48.473c0-3.706-.643-6.535-1.929-8.49-1.29-1.956-3.628-2.934-7.024-2.934-1.648 0-3.192.284-4.632.848a15.621 15.621 0 00-3.86 2.161 26.835 26.835 0 00-3.086 2.78 92.35 92.35 0 00-2.471 2.701v51.407h-20.532v-48.473c0-3.807-.694-6.663-2.085-8.57-1.388-1.902-3.626-2.854-6.714-2.854-1.852 0-3.578.385-5.171 1.157-1.597.772-2.987 1.674-4.169 2.701-1.184 1.031-2.161 2.06-2.932 3.088a106.536 106.536 0 01-1.776 2.316v50.635h-20.532v-75.18h20.068v9.262a97.36 97.36 0 013.397-3.55c1.336-1.337 2.934-2.547 4.785-3.629 1.854-1.081 3.962-2.006 6.33-2.778 2.366-.772 5.041-1.158 8.027-1.158 5.351 0 9.545 1.08 12.583 3.242 3.034 2.16 5.272 5.043 6.713 8.645zm106.828 27.478c0-7.1-1.235-12.71-3.705-16.827-2.471-4.114-6.228-6.174-11.269-6.174-1.956 0-3.704.308-5.25.925-1.544.619-2.933 1.34-4.167 2.162-1.235.825-2.238 1.674-3.01 2.547a59.725 59.725 0 00-1.776 2.084v33.808c1.336 1.134 3.01 2.266 5.018 3.397 2.006 1.133 4.654 1.698 7.95 1.698 5.249 0 9.261-2.085 12.041-6.253 2.779-4.168 4.168-9.957 4.168-17.367zm21.767 0c0 5.97-.825 11.374-2.47 16.21-1.647 4.838-3.964 8.98-6.947 12.426a31.322 31.322 0 01-10.651 8.028c-4.118 1.904-8.647 2.856-13.587 2.856-4.629 0-8.336-.616-11.114-1.852-2.779-1.236-4.839-2.417-6.175-3.551v37.358h-20.531V74.976h20.069v7.873c2.057-2.57 4.758-4.836 8.103-6.791 3.344-1.955 7.588-2.934 12.737-2.934 9.571 0 17.059 3.396 22.461 10.188 5.403 6.793 8.105 16.518 8.105 29.177zm12.041 37.668V39.007h20.532v111.15h-20.532zm29.176-75.18h21.92l16.673 49.554h.772l15.284-49.555h21.149l-31.029 83.208c-1.649 4.425-3.449 8.387-5.404 11.887-1.956 3.497-4.272 6.43-6.946 8.8-2.679 2.365-5.843 4.192-9.495 5.48-3.654 1.285-8.054 1.93-13.198 1.93-3.192 0-5.713-.181-7.565-.541-1.852-.361-3.192-.644-4.013-.848l2.932-16.21c.514.205 1.286.385 2.316.541 1.028.154 2.674.23 4.941.23 5.248 0 9.054-1.183 11.422-3.551 2.367-2.368 4.269-5.557 5.712-9.569l2.779-7.72-28.25-73.637zm85.216 75.18V47.342h59.28v17.91h-37.823v23.156h33.344v16.981h-33.344v26.861h38.903v17.907h-60.36z",fill:"#1B385E"}))),Ln||(Ln=p.createElement("defs",null,p.createElement("clipPath",{id:"logo_simplye_color_svg__clip0"},p.createElement("path",{fill:"#fff",transform:"translate(0 .118)",d:"M0 0h682v195H0z"})))))},logo_snfl_black:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,Nn);return p.createElement("svg",Wn({viewBox:"0 0 84 111",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,Vn||(Vn=p.createElement("path",{d:"M5.483 30.355c0 .392-.058.723-.204 1.055-.146.301-.32.572-.583.784a2.812 2.812 0 01-.933.512c-.38.12-.788.18-1.225.18-.35 0-.642-.03-.905-.09-.262-.06-.525-.12-.729-.21a9.82 9.82 0 01-.554-.272 1.82 1.82 0 01-.35-.271l.73-1.266c.057.03.116.09.233.15.087.06.233.151.379.211.145.06.32.12.525.181.204.06.408.09.641.09.409 0 .73-.09.963-.3a.854.854 0 00.35-.694.854.854 0 00-.146-.482c-.117-.121-.233-.242-.408-.362-.175-.09-.35-.211-.584-.302-.233-.09-.466-.21-.7-.331a3.985 3.985 0 01-.7-.422 3.085 3.085 0 01-.554-.513 2.213 2.213 0 01-.379-.693 2.928 2.928 0 01-.146-.904c0-.362.059-.694.204-.995.146-.302.321-.543.555-.754.233-.21.525-.362.845-.482.321-.12.671-.181 1.05-.181.35 0 .642.03.905.09.262.06.495.12.7.181.204.06.35.15.495.241.146.09.234.151.321.211l-.7 1.267-.262-.181a4.677 4.677 0 00-.38-.181 2.13 2.13 0 00-.466-.12c-.175-.031-.321-.061-.496-.061-.35 0-.613.06-.817.21-.204.152-.291.363-.291.664 0 .181.029.301.116.422.088.12.175.211.321.302.146.09.292.18.496.27.175.091.38.182.613.272.262.12.525.271.787.422.263.151.467.332.67.513.205.18.35.452.468.723.087.392.145.724.145 1.116zM11.171 25.712v7.024H9.392v-7.024H7.117v-1.477h6.3v1.477h-2.246zM18.346 27.672c-.059-.181-.117-.362-.175-.513-.059-.18-.088-.331-.146-.452a5.04 5.04 0 00-.088-.332c-.029-.09-.029-.15-.029-.18h-.03c0 .03-.028.09-.057.18a5.04 5.04 0 00-.088.332 2.71 2.71 0 01-.146.452c-.058.15-.116.332-.175.513l-.7 2.02h2.304l-.67-2.02zm-2.655 5.064h-1.75l3.15-8.5h1.692l3.238 8.5h-1.896l-.584-1.598h-3.295l-.555 1.598zM27.183 32.736h-1.662l-3.18-8.5h1.867l1.75 5.094c.059.15.088.331.146.482.059.15.088.301.146.452.03.15.088.241.088.332.029.09.029.15.029.15h.029s0-.06.03-.15c.028-.09.058-.211.087-.332.029-.15.087-.271.145-.452.059-.15.088-.332.146-.482l1.663-5.095h1.75l-3.034 8.501zM36.255 26.797c0-.391-.117-.693-.35-.874-.233-.18-.583-.301-1.08-.301h-.874v2.351h.962c.467 0 .817-.09 1.021-.301.204-.211.321-.513.321-.875zm.467 5.94l-1.517-2.413c-.175-.24-.292-.452-.408-.572-.117-.151-.204-.241-.292-.332-.087-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.116v3.496h-1.75v-8.5h2.741c.963 0 1.721.21 2.246.632.525.422.788 1.025.788 1.839 0 .362-.059.663-.175.904a2.152 2.152 0 01-.438.664 2.34 2.34 0 01-.612.452c-.234.12-.467.18-.73.24v.031c.117.09.263.211.409.392.146.18.35.452.554.814l1.604 2.532h-1.808zM46.522 28.486c0-.392-.058-.754-.146-1.116a2.491 2.491 0 00-.437-.934 2.123 2.123 0 00-.73-.633 2.262 2.262 0 00-1.05-.242c-.408 0-.758.09-1.078.242-.292.15-.555.361-.759.633a2.49 2.49 0 00-.437.934 4.669 4.669 0 00-.146 1.116c0 .392.058.783.146 1.145.087.362.233.694.437.965s.438.482.758.663c.292.15.671.241 1.08.241.408 0 .758-.09 1.079-.241.292-.15.554-.362.758-.633a2.49 2.49 0 00.438-.935c.029-.422.087-.783.087-1.205zm1.838-.03c0 .572-.088 1.145-.263 1.657a4.179 4.179 0 01-.787 1.417c-.35.422-.788.724-1.313.995-.525.241-1.137.362-1.808.362-.7 0-1.313-.12-1.838-.362a4.094 4.094 0 01-1.341-.965 4.112 4.112 0 01-.817-1.386 4.619 4.619 0 01-.292-1.658c0-.573.088-1.146.292-1.658.175-.543.467-.995.817-1.417.35-.422.787-.724 1.341-.965.525-.24 1.138-.361 1.838-.361.7 0 1.312.12 1.837.361.525.241.963.573 1.342.965.35.392.642.874.817 1.387.087.512.175 1.055.175 1.627zM55.534 30.355c0 .392-.058.724-.204 1.055-.146.302-.32.573-.583.784a2.81 2.81 0 01-.934.512c-.379.121-.787.181-1.225.181-.35 0-.641-.03-.904-.09-.262-.06-.525-.12-.73-.211-.203-.09-.378-.181-.553-.271a1.819 1.819 0 01-.35-.272l.729-1.266c.058.03.117.09.233.15.088.061.234.152.38.212.145.06.32.12.524.18.205.061.409.091.642.091.408 0 .73-.09.963-.301a.854.854 0 00.35-.694.854.854 0 00-.146-.482c-.117-.12-.234-.241-.409-.362-.175-.09-.35-.21-.583-.301a7.331 7.331 0 01-.7-.332 3.986 3.986 0 01-.7-.422 3.086 3.086 0 01-.554-.512 2.213 2.213 0 01-.38-.694 2.928 2.928 0 01-.145-.904c0-.362.058-.693.204-.995.146-.301.32-.542.554-.753.234-.211.525-.362.846-.483.32-.12.67-.18 1.05-.18.35 0 .642.03.904.09.263.06.496.12.7.18.204.061.35.151.496.242.146.09.233.15.32.21l-.7 1.267-.262-.18a4.669 4.669 0 00-.379-.182 2.125 2.125 0 00-.466-.12c-.175-.03-.321-.06-.496-.06-.35 0-.613.06-.817.21-.204.151-.292.362-.292.664 0 .18.03.301.117.422.088.12.175.21.32.301.147.09.293.18.497.271.175.09.379.181.612.272.263.12.525.271.788.422.262.15.466.331.67.512.205.211.35.452.467.724.088.392.146.723.146 1.115zM84 62.187H0v1.809h84v-1.809zM84 39.127H0v1.809h84v-1.809zM84 108.31H0v1.809h84v-1.809zM84 85.25H0v1.809h84V85.25zM5.542 55.796l-3.209-4.732a16.202 16.202 0 01-.583-.875c-.146-.24-.204-.392-.233-.392h.029v.121c0 .06 0 .15.029.271 0 .12 0 .211.03.362v5.245H0v-8.5h1.75l2.975 4.4c.117.181.233.362.35.513.117.181.204.332.263.452.087.12.145.242.175.332.058.09.058.12.058.12H5.6v-.12c0-.09 0-.181-.03-.302 0-.12 0-.27-.028-.422v-4.974h1.575v8.501H5.542zM11.842 47.295h-1.75v8.501h1.75v-8.5zM18.406 50.732c-.058-.18-.116-.362-.175-.513-.058-.18-.087-.331-.146-.452a5.04 5.04 0 00-.087-.331c-.03-.09-.03-.151-.03-.181h-.028c0 .03-.03.09-.059.18a5.04 5.04 0 00-.087.332 2.71 2.71 0 01-.146.452c-.058.151-.117.332-.175.513l-.7 2.02h2.304l-.67-2.02zm-2.625 5.064h-1.75l3.15-8.5h1.692l3.237 8.5h-1.895L19.66 54.2h-3.325l-.554 1.597zM28.174 49.858c0-.392-.117-.694-.35-.874-.233-.181-.583-.302-1.108-.302h-.875v2.351h.962c.467 0 .817-.09 1.021-.301.233-.211.35-.513.35-.874zm.467 5.938l-1.517-2.411c-.175-.241-.292-.452-.408-.573-.117-.15-.204-.241-.292-.332-.087-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.117v3.496h-1.75v-8.5h2.742c.963 0 1.721.21 2.246.633.525.421.788 1.024.788 1.838 0 .362-.059.663-.175.905a2.15 2.15 0 01-.438.663c-.175.18-.38.331-.613.452-.233.12-.466.18-.729.241v.03c.117.09.263.211.409.392.145.181.35.453.554.814l1.604 2.532h-1.808zM38.763 55.043c-.117.09-.234.211-.409.301-.175.09-.379.212-.583.302-.233.09-.467.15-.73.21-.262.061-.553.091-.845.091-.7 0-1.312-.12-1.837-.361a3.968 3.968 0 01-1.313-.965 4.18 4.18 0 01-.787-1.417 5.323 5.323 0 01-.263-1.658c0-.573.088-1.145.263-1.658.175-.542.437-.995.816-1.386.35-.392.817-.724 1.342-.965.525-.241 1.137-.362 1.837-.362.555 0 1.021.06 1.4.18.38.122.759.272 1.08.513l-.788 1.327a2.975 2.975 0 00-.758-.362c-.263-.09-.584-.12-.963-.12s-.729.06-1.02.21c-.292.151-.555.362-.73.603-.204.272-.35.573-.437.905-.117.331-.146.723-.146 1.115 0 .422.058.784.146 1.146.087.361.233.663.437.934.204.272.438.483.759.633.291.151.641.241 1.05.241.437 0 .816-.06 1.108-.21.292-.121.554-.272.758-.453l.613 1.206zM46.315 55.796V52.12H42.61v3.677H40.89v-8.5h1.72v3.346h3.705v-3.347h1.72v8.501h-1.72zM56.962 51.546c0-.392-.059-.754-.146-1.115a2.49 2.49 0 00-.438-.935 2.121 2.121 0 00-.729-.633 2.262 2.262 0 00-1.05-.241c-.408 0-.758.09-1.079.241-.292.15-.554.362-.758.633a2.49 2.49 0 00-.438.935 4.667 4.667 0 00-.146 1.115c0 .392.059.784.146 1.146.088.361.233.693.438.964.204.272.437.483.758.663.292.151.67.242 1.08.242.407 0 .758-.09 1.078-.242.292-.15.555-.361.759-.633.204-.27.35-.572.437-.934.03-.422.088-.784.088-1.206zm1.837-.03c0 .573-.087 1.145-.262 1.658a4.18 4.18 0 01-.788 1.417c-.35.422-.787.723-1.312.995-.525.24-1.138.361-1.809.361-.7 0-1.312-.12-1.837-.361a4.092 4.092 0 01-1.342-.965 4.112 4.112 0 01-.816-1.387 4.617 4.617 0 01-.292-1.658c0-.572.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.788-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.525.241.962.573 1.341.965.38.391.642.874.817 1.386.088.513.175 1.055.175 1.628zM66.033 53.416c0 .392-.058.724-.204 1.055-.146.302-.32.573-.583.784a2.811 2.811 0 01-.934.512c-.379.121-.787.181-1.225.181-.35 0-.641-.03-.904-.09-.262-.06-.525-.12-.729-.211-.204-.09-.38-.181-.554-.271a1.83 1.83 0 01-.35-.272l.729-1.266c.058.03.117.09.233.15.088.061.234.152.38.212.145.06.32.12.524.18.205.061.409.091.642.091.409 0 .73-.09.963-.301a.854.854 0 00.35-.694.853.853 0 00-.146-.482 1.707 1.707 0 00-.408-.362c-.175-.09-.35-.21-.584-.301a7.367 7.367 0 01-.7-.332 3.986 3.986 0 01-.7-.422 3.088 3.088 0 01-.554-.512 2.213 2.213 0 01-.38-.694 2.928 2.928 0 01-.145-.904c0-.362.058-.693.204-.995.146-.301.321-.542.554-.753.234-.211.525-.362.846-.483.321-.12.671-.18 1.05-.18a4 4 0 01.904.09c.263.06.496.12.7.18.204.061.35.151.496.242.146.09.234.15.321.21l-.7 1.267a1.17 1.17 0 00-.263-.15c-.116-.061-.233-.121-.379-.182a2.13 2.13 0 00-.466-.12c-.175-.03-.321-.06-.496-.06-.35 0-.613.06-.817.21-.204.151-.291.362-.291.664 0 .18.029.301.116.422.088.12.175.21.321.301.146.09.292.181.496.272.175.09.379.18.612.27.263.122.525.272.788.423.262.15.466.331.67.512.205.211.35.453.467.724.117.271.146.693.146 1.085zM1.75 71.834v2.08h2.625v1.417H1.75v3.527H0v-8.501h4.725v1.477H1.75zM13.182 74.608c0-.392-.058-.754-.146-1.115a2.49 2.49 0 00-.437-.935 2.122 2.122 0 00-.73-.633 2.262 2.262 0 00-1.05-.241c-.408 0-.758.09-1.078.241-.292.15-.554.362-.759.633a2.49 2.49 0 00-.437.935 4.668 4.668 0 00-.146 1.115c0 .392.058.784.146 1.146.087.361.233.693.437.964.205.272.438.483.759.663.291.151.67.242 1.079.242.408 0 .758-.09 1.079-.242.32-.15.554-.361.758-.632.204-.272.35-.573.438-.935.029-.422.087-.784.087-1.206zm1.838-.03c0 .573-.088 1.145-.263 1.658a4.18 4.18 0 01-.787 1.417c-.35.422-.788.723-1.313.995-.525.24-1.137.361-1.808.361-.7 0-1.312-.12-1.837-.361a4.094 4.094 0 01-1.342-.965 4.112 4.112 0 01-.817-1.387 4.617 4.617 0 01-.291-1.658c0-.573.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.787-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.524.241.962.573 1.341.965.38.391.642.874.817 1.386.087.513.175 1.055.175 1.628zM24.092 75.392c0 1.176-.291 2.05-.845 2.683-.555.633-1.4.934-2.538.934-1.196 0-2.07-.3-2.654-.874-.584-.603-.846-1.447-.846-2.562v-5.215h1.75v5.064c0 .724.146 1.266.408 1.598.263.332.73.512 1.4.512.613 0 1.05-.18 1.342-.542.292-.362.408-.844.408-1.477v-5.185h1.605v5.064h-.03zM32.345 78.858l-3.208-4.733a16.16 16.16 0 01-.583-.874c-.146-.241-.205-.392-.234-.392h-.029v.12c0 .06 0 .151.03.272 0 .12 0 .21.028.362v5.245h-1.575v-8.501h1.75l2.975 4.401c.117.181.234.362.35.513.117.18.205.331.263.452.087.12.146.241.175.331.058.09.058.121.058.121h.03v-.12c0-.091 0-.181-.03-.302 0-.12 0-.271-.029-.422v-4.974h1.575v8.5h-1.546zM42.262 74.547c0-.965-.233-1.658-.7-2.08-.466-.452-1.196-.663-2.158-.663h-.759v5.607h.817c.933 0 1.633-.241 2.1-.724.467-.482.7-1.205.7-2.14zm1.838-.06c0 .603-.088 1.175-.292 1.718-.204.543-.467.995-.875 1.387-.38.392-.875.693-1.487.934-.613.211-1.313.332-2.13.332h-2.42v-8.501h2.479c.816 0 1.516.09 2.1.301.583.211 1.079.483 1.458.844.38.362.67.814.846 1.297.233.512.32 1.085.32 1.688zM49.524 73.793c-.058-.18-.116-.361-.175-.512-.058-.18-.087-.332-.145-.452-.03-.12-.059-.241-.088-.332-.03-.09-.03-.15-.03-.18h-.028c0 .03-.03.09-.059.18-.029.09-.058.211-.087.332-.03.15-.088.301-.146.452a9.94 9.94 0 00-.175.512l-.7 2.02h2.304l-.67-2.02zM46.9 78.858h-1.75l3.15-8.501h1.692l3.238 8.5h-1.896l-.554-1.597h-3.296l-.584 1.598zM57.634 71.834v7.024h-1.75v-7.024H53.61v-1.477h6.3v1.477h-2.275zM63.846 70.357h-1.75v8.5h1.75v-8.5zM72.77 74.608c0-.392-.059-.754-.146-1.115a2.49 2.49 0 00-.438-.935 2.122 2.122 0 00-.73-.633 2.262 2.262 0 00-1.05-.241c-.407 0-.757.09-1.078.241-.292.15-.554.362-.759.633a2.49 2.49 0 00-.437.935 4.668 4.668 0 00-.146 1.115c0 .392.058.784.146 1.146.087.361.233.693.437.964.205.272.438.483.759.663.291.151.67.242 1.079.242.408 0 .758-.09 1.08-.242.29-.15.553-.361.757-.632a2.49 2.49 0 00.438-.935 8.39 8.39 0 00.087-1.206zm1.866-.03c0 .573-.087 1.145-.262 1.658a4.18 4.18 0 01-.788 1.417c-.35.422-.787.723-1.312.995-.525.24-1.138.361-1.809.361-.7 0-1.312-.12-1.837-.361a4.094 4.094 0 01-1.342-.965 4.112 4.112 0 01-.817-1.387 4.617 4.617 0 01-.291-1.658c0-.573.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.788-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.525.241.962.573 1.341.965.38.391.642.874.817 1.386.058.513.175 1.055.175 1.628zM82.395 78.858l-3.208-4.733a16.16 16.16 0 01-.584-.874c-.145-.241-.204-.392-.233-.392h-.03v.12c0 .06 0 .151.03.272 0 .12 0 .21.03.362v5.245h-1.576v-8.501h1.75l2.975 4.401c.117.181.234.362.35.513.117.18.204.331.263.452.087.12.146.241.175.331.058.09.058.121.058.121h.03v-.12c0-.091 0-.181-.03-.302 0-.12 0-.271-.03-.422v-4.974h1.576v8.5h-1.546zM0 101.92v-8.501h1.75v7.054h3.063v1.447H0zM8.867 93.419h-1.75v8.501h1.75v-8.501zM16.013 99.418c0-.392-.117-.694-.35-.905-.234-.21-.613-.3-1.109-.3h-.991v2.35h.904c.496 0 .875-.09 1.137-.271.292-.181.409-.482.409-.874zM15.72 95.8c0-.693-.437-1.025-1.312-1.025h-.846v2.11h.816c.467 0 .817-.09 1.021-.27.234-.151.321-.423.321-.815zm2.07 3.769c0 .422-.087.814-.232 1.115-.175.301-.38.543-.671.723a2.6 2.6 0 01-1.021.392 5.778 5.778 0 01-1.283.121H11.87v-8.501h2.742c.379 0 .729.03 1.079.09s.642.181.904.362c.263.15.467.392.613.663.145.272.233.603.233.995 0 .543-.146.995-.408 1.296a2.131 2.131 0 01-1.05.664v.03c.233.03.466.12.7.21.204.091.408.242.583.423.175.18.292.361.38.603.087.21.145.482.145.814zM24.267 95.981c0-.392-.117-.693-.35-.874-.234-.18-.584-.301-1.109-.301h-.875v2.351h.963c.467 0 .817-.09 1.02-.301.263-.212.35-.513.35-.875zm.466 5.939l-1.516-2.412c-.175-.24-.292-.452-.409-.572-.116-.151-.204-.242-.291-.332-.088-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.117v3.496h-1.75v-8.501h2.742c.962 0 1.72.211 2.246.633.525.422.787 1.025.787 1.839 0 .362-.058.663-.175.904a2.151 2.151 0 01-.437.663 2.34 2.34 0 01-.613.453c-.233.12-.466.18-.729.24v.03c.117.091.263.212.409.393.145.18.35.452.554.814l1.604 2.532h-1.809zM32.464 96.856c-.058-.181-.117-.362-.175-.513-.059-.18-.088-.332-.146-.452a5.006 5.006 0 00-.087-.332c-.03-.09-.03-.15-.03-.18h-.029c0 .03-.029.09-.058.18-.03.09-.058.211-.088.332-.029.15-.087.301-.145.452-.059.15-.117.332-.175.513l-.7 2.02h2.304l-.671-2.02zm-2.625 5.064h-1.75l3.15-8.501h1.692l3.237 8.501h-1.896l-.554-1.598h-3.296l-.583 1.598zM42.205 95.981c0-.392-.116-.693-.35-.874-.233-.18-.583-.301-1.079-.301h-.875v2.351h.963c.466 0 .816-.09 1.02-.301.205-.212.321-.513.321-.875zm.467 5.939l-1.517-2.412c-.175-.24-.291-.452-.408-.572-.117-.151-.204-.242-.292-.332-.087-.06-.146-.12-.233-.15-.058-.03-.146-.03-.263-.03h-.116v3.496h-1.75v-8.501h2.741c.963 0 1.721.211 2.246.633.525.422.788 1.025.788 1.839 0 .362-.059.663-.175.904a2.151 2.151 0 01-.438.663 2.34 2.34 0 01-.612.453c-.234.12-.467.18-.73.24v.03c.117.091.263.212.409.393.146.18.35.452.554.814l1.604 2.532h-1.808zM49.788 98.725v3.195h-1.75v-3.195l-2.713-5.306h1.925L49 97.036l1.75-3.617h1.692l-2.654 5.306zM84 17.844H55.533V3.224l-27.066 14.62H0v-1.778h28L57.254.119v15.947H84v1.778z"})))},logo_snfl_white:function(e){var t=e.title,r=e.titleId,a=function(e,t){if(null==e)return{};var r,a,n=function(e,t){if(null==e)return{};var r,a,n={},l=Object.keys(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||(n[r]=e[r]);return n}(e,t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(e);for(a=0;a<l.length;a++)t.indexOf(r=l[a])>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}(e,qn);return p.createElement("svg",Gn({viewBox:"0 0 84 111",fill:"#fff",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":r},a),t?p.createElement("title",{id:r},t):null,An||(An=p.createElement("path",{d:"M5.483 30.355c0 .392-.058.723-.204 1.055-.146.301-.32.572-.583.784a2.812 2.812 0 01-.933.512c-.38.12-.788.18-1.225.18-.35 0-.642-.03-.905-.09-.262-.06-.525-.12-.729-.21a9.82 9.82 0 01-.554-.272 1.82 1.82 0 01-.35-.271l.73-1.266c.057.03.116.09.233.15.087.06.233.151.379.211.145.06.32.12.525.181.204.06.408.09.641.09.409 0 .73-.09.963-.3a.854.854 0 00.35-.694.854.854 0 00-.146-.482c-.117-.121-.233-.242-.408-.362-.175-.09-.35-.211-.584-.302-.233-.09-.466-.21-.7-.331a3.985 3.985 0 01-.7-.422 3.085 3.085 0 01-.554-.513 2.213 2.213 0 01-.379-.693 2.928 2.928 0 01-.146-.904c0-.362.059-.694.204-.995.146-.302.321-.543.555-.754.233-.21.525-.362.845-.482.321-.12.671-.181 1.05-.181.35 0 .642.03.905.09.262.06.495.12.7.181.204.06.35.15.495.241.146.09.234.151.321.211l-.7 1.267-.262-.181a4.677 4.677 0 00-.38-.181 2.13 2.13 0 00-.466-.12c-.175-.031-.321-.061-.496-.061-.35 0-.613.06-.817.21-.204.152-.291.363-.291.664 0 .181.029.301.116.422.088.12.175.211.321.302.146.09.292.18.496.27.175.091.38.182.613.272.262.12.525.271.787.422.263.151.467.332.67.513.205.18.35.452.468.723.087.392.145.724.145 1.116zM11.171 25.712v7.024H9.392v-7.024H7.117v-1.477h6.3v1.477h-2.246zM18.346 27.672c-.059-.181-.117-.362-.175-.513-.059-.18-.088-.331-.146-.452a5.04 5.04 0 00-.088-.332c-.029-.09-.029-.15-.029-.18h-.03c0 .03-.028.09-.057.18a5.04 5.04 0 00-.088.332 2.71 2.71 0 01-.146.452c-.058.15-.116.332-.175.513l-.7 2.02h2.304l-.67-2.02zm-2.655 5.064h-1.75l3.15-8.5h1.692l3.238 8.5h-1.896l-.584-1.598h-3.295l-.555 1.598zM27.183 32.736h-1.662l-3.18-8.5h1.867l1.75 5.094c.059.15.088.331.146.482.059.15.088.301.146.452.03.15.088.241.088.332.029.09.029.15.029.15h.029s0-.06.03-.15c.028-.09.058-.211.087-.332.029-.15.087-.271.145-.452.059-.15.088-.332.146-.482l1.663-5.095h1.75l-3.034 8.501zM36.255 26.797c0-.391-.117-.693-.35-.874-.233-.18-.583-.301-1.08-.301h-.874v2.351h.962c.467 0 .817-.09 1.021-.301.204-.211.321-.513.321-.875zm.467 5.94l-1.517-2.413c-.175-.24-.292-.452-.408-.572-.117-.151-.204-.241-.292-.332-.087-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.116v3.496h-1.75v-8.5h2.741c.963 0 1.721.21 2.246.632.525.422.788 1.025.788 1.839 0 .362-.059.663-.175.904a2.152 2.152 0 01-.438.664 2.34 2.34 0 01-.612.452c-.234.12-.467.18-.73.24v.031c.117.09.263.211.409.392.146.18.35.452.554.814l1.604 2.532h-1.808zM46.522 28.486c0-.392-.058-.754-.146-1.116a2.491 2.491 0 00-.437-.934 2.123 2.123 0 00-.73-.633 2.262 2.262 0 00-1.05-.242c-.408 0-.758.09-1.078.242-.292.15-.555.361-.759.633a2.49 2.49 0 00-.437.934 4.669 4.669 0 00-.146 1.116c0 .392.058.783.146 1.145.087.362.233.694.437.965s.438.482.758.663c.292.15.671.241 1.08.241.408 0 .758-.09 1.079-.241.292-.15.554-.362.758-.633a2.49 2.49 0 00.438-.935c.029-.422.087-.783.087-1.205zm1.838-.03c0 .572-.088 1.145-.263 1.657a4.179 4.179 0 01-.787 1.417c-.35.422-.788.724-1.313.995-.525.241-1.137.362-1.808.362-.7 0-1.313-.12-1.838-.362a4.094 4.094 0 01-1.341-.965 4.112 4.112 0 01-.817-1.386 4.619 4.619 0 01-.292-1.658c0-.573.088-1.146.292-1.658.175-.543.467-.995.817-1.417.35-.422.787-.724 1.341-.965.525-.24 1.138-.361 1.838-.361.7 0 1.312.12 1.837.361.525.241.963.573 1.342.965.35.392.642.874.817 1.387.087.512.175 1.055.175 1.627zM55.534 30.355c0 .392-.058.724-.204 1.055-.146.302-.32.573-.583.784a2.81 2.81 0 01-.934.512c-.379.121-.787.181-1.225.181-.35 0-.641-.03-.904-.09-.262-.06-.525-.12-.73-.211-.203-.09-.378-.181-.553-.271a1.819 1.819 0 01-.35-.272l.729-1.266c.058.03.117.09.233.15.088.061.234.152.38.212.145.06.32.12.524.18.205.061.409.091.642.091.408 0 .73-.09.963-.301a.854.854 0 00.35-.694.854.854 0 00-.146-.482c-.117-.12-.234-.241-.409-.362-.175-.09-.35-.21-.583-.301a7.331 7.331 0 01-.7-.332 3.986 3.986 0 01-.7-.422 3.086 3.086 0 01-.554-.512 2.213 2.213 0 01-.38-.694 2.928 2.928 0 01-.145-.904c0-.362.058-.693.204-.995.146-.301.32-.542.554-.753.234-.211.525-.362.846-.483.32-.12.67-.18 1.05-.18.35 0 .642.03.904.09.263.06.496.12.7.18.204.061.35.151.496.242.146.09.233.15.32.21l-.7 1.267-.262-.18a4.669 4.669 0 00-.379-.182 2.125 2.125 0 00-.466-.12c-.175-.03-.321-.06-.496-.06-.35 0-.613.06-.817.21-.204.151-.292.362-.292.664 0 .18.03.301.117.422.088.12.175.21.32.301.147.09.293.18.497.271.175.09.379.181.612.272.263.12.525.271.788.422.262.15.466.331.67.512.205.211.35.452.467.724.088.392.146.723.146 1.115zM84 62.187H0v1.809h84v-1.809zM84 39.127H0v1.809h84v-1.809zM84 108.31H0v1.809h84v-1.809zM84 85.25H0v1.809h84V85.25zM5.542 55.796l-3.209-4.732a16.202 16.202 0 01-.583-.875c-.146-.24-.204-.392-.233-.392h.029v.121c0 .06 0 .15.029.271 0 .12 0 .211.03.362v5.245H0v-8.5h1.75l2.975 4.4c.117.181.233.362.35.513.117.181.204.332.263.452.087.12.145.242.175.332.058.09.058.12.058.12H5.6v-.12c0-.09 0-.181-.03-.302 0-.12 0-.27-.028-.422v-4.974h1.575v8.501H5.542zM11.842 47.295h-1.75v8.501h1.75v-8.5zM18.406 50.732c-.058-.18-.116-.362-.175-.513-.058-.18-.087-.331-.146-.452a5.04 5.04 0 00-.087-.331c-.03-.09-.03-.151-.03-.181h-.028c0 .03-.03.09-.059.18a5.04 5.04 0 00-.087.332 2.71 2.71 0 01-.146.452c-.058.151-.117.332-.175.513l-.7 2.02h2.304l-.67-2.02zm-2.625 5.064h-1.75l3.15-8.5h1.692l3.237 8.5h-1.895L19.66 54.2h-3.325l-.554 1.597zM28.174 49.858c0-.392-.117-.694-.35-.874-.233-.181-.583-.302-1.108-.302h-.875v2.351h.962c.467 0 .817-.09 1.021-.301.233-.211.35-.513.35-.874zm.467 5.938l-1.517-2.411c-.175-.241-.292-.452-.408-.573-.117-.15-.204-.241-.292-.332-.087-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.117v3.496h-1.75v-8.5h2.742c.963 0 1.721.21 2.246.633.525.421.788 1.024.788 1.838 0 .362-.059.663-.175.905a2.15 2.15 0 01-.438.663c-.175.18-.38.331-.613.452-.233.12-.466.18-.729.241v.03c.117.09.263.211.409.392.145.181.35.453.554.814l1.604 2.532h-1.808zM38.763 55.043c-.117.09-.234.211-.409.301-.175.09-.379.212-.583.302-.233.09-.467.15-.73.21-.262.061-.553.091-.845.091-.7 0-1.312-.12-1.837-.361a3.968 3.968 0 01-1.313-.965 4.18 4.18 0 01-.787-1.417 5.323 5.323 0 01-.263-1.658c0-.573.088-1.145.263-1.658.175-.542.437-.995.816-1.386.35-.392.817-.724 1.342-.965.525-.241 1.137-.362 1.837-.362.555 0 1.021.06 1.4.18.38.122.759.272 1.08.513l-.788 1.327a2.975 2.975 0 00-.758-.362c-.263-.09-.584-.12-.963-.12s-.729.06-1.02.21c-.292.151-.555.362-.73.603-.204.272-.35.573-.437.905-.117.331-.146.723-.146 1.115 0 .422.058.784.146 1.146.087.361.233.663.437.934.204.272.438.483.759.633.291.151.641.241 1.05.241.437 0 .816-.06 1.108-.21.292-.121.554-.272.758-.453l.613 1.206zM46.315 55.796V52.12H42.61v3.677H40.89v-8.5h1.72v3.346h3.705v-3.347h1.72v8.501h-1.72zM56.962 51.546c0-.392-.059-.754-.146-1.115a2.49 2.49 0 00-.438-.935 2.121 2.121 0 00-.729-.633 2.262 2.262 0 00-1.05-.241c-.408 0-.758.09-1.079.241-.292.15-.554.362-.758.633a2.49 2.49 0 00-.438.935 4.667 4.667 0 00-.146 1.115c0 .392.059.784.146 1.146.088.361.233.693.438.964.204.272.437.483.758.663.292.151.67.242 1.08.242.407 0 .758-.09 1.078-.242.292-.15.555-.361.759-.633.204-.27.35-.572.437-.934.03-.422.088-.784.088-1.206zm1.837-.03c0 .573-.087 1.145-.262 1.658a4.18 4.18 0 01-.788 1.417c-.35.422-.787.723-1.312.995-.525.24-1.138.361-1.809.361-.7 0-1.312-.12-1.837-.361a4.092 4.092 0 01-1.342-.965 4.112 4.112 0 01-.816-1.387 4.617 4.617 0 01-.292-1.658c0-.572.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.788-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.525.241.962.573 1.341.965.38.391.642.874.817 1.386.088.513.175 1.055.175 1.628zM66.033 53.416c0 .392-.058.724-.204 1.055-.146.302-.32.573-.583.784a2.811 2.811 0 01-.934.512c-.379.121-.787.181-1.225.181-.35 0-.641-.03-.904-.09-.262-.06-.525-.12-.729-.211-.204-.09-.38-.181-.554-.271a1.83 1.83 0 01-.35-.272l.729-1.266c.058.03.117.09.233.15.088.061.234.152.38.212.145.06.32.12.524.18.205.061.409.091.642.091.409 0 .73-.09.963-.301a.854.854 0 00.35-.694.853.853 0 00-.146-.482 1.707 1.707 0 00-.408-.362c-.175-.09-.35-.21-.584-.301a7.367 7.367 0 01-.7-.332 3.986 3.986 0 01-.7-.422 3.088 3.088 0 01-.554-.512 2.213 2.213 0 01-.38-.694 2.928 2.928 0 01-.145-.904c0-.362.058-.693.204-.995.146-.301.321-.542.554-.753.234-.211.525-.362.846-.483.321-.12.671-.18 1.05-.18a4 4 0 01.904.09c.263.06.496.12.7.18.204.061.35.151.496.242.146.09.234.15.321.21l-.7 1.267a1.17 1.17 0 00-.263-.15c-.116-.061-.233-.121-.379-.182a2.13 2.13 0 00-.466-.12c-.175-.03-.321-.06-.496-.06-.35 0-.613.06-.817.21-.204.151-.291.362-.291.664 0 .18.029.301.116.422.088.12.175.21.321.301.146.09.292.181.496.272.175.09.379.18.612.27.263.122.525.272.788.423.262.15.466.331.67.512.205.211.35.453.467.724.117.271.146.693.146 1.085zM1.75 71.834v2.08h2.625v1.417H1.75v3.527H0v-8.501h4.725v1.477H1.75zM13.182 74.608c0-.392-.058-.754-.146-1.115a2.49 2.49 0 00-.437-.935 2.122 2.122 0 00-.73-.633 2.262 2.262 0 00-1.05-.241c-.408 0-.758.09-1.078.241-.292.15-.554.362-.759.633a2.49 2.49 0 00-.437.935 4.668 4.668 0 00-.146 1.115c0 .392.058.784.146 1.146.087.361.233.693.437.964.205.272.438.483.759.663.291.151.67.242 1.079.242.408 0 .758-.09 1.079-.242.32-.15.554-.361.758-.632.204-.272.35-.573.438-.935.029-.422.087-.784.087-1.206zm1.838-.03c0 .573-.088 1.145-.263 1.658a4.18 4.18 0 01-.787 1.417c-.35.422-.788.723-1.313.995-.525.24-1.137.361-1.808.361-.7 0-1.312-.12-1.837-.361a4.094 4.094 0 01-1.342-.965 4.112 4.112 0 01-.817-1.387 4.617 4.617 0 01-.291-1.658c0-.573.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.787-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.524.241.962.573 1.341.965.38.391.642.874.817 1.386.087.513.175 1.055.175 1.628zM24.092 75.392c0 1.176-.291 2.05-.845 2.683-.555.633-1.4.934-2.538.934-1.196 0-2.07-.3-2.654-.874-.584-.603-.846-1.447-.846-2.562v-5.215h1.75v5.064c0 .724.146 1.266.408 1.598.263.332.73.512 1.4.512.613 0 1.05-.18 1.342-.542.292-.362.408-.844.408-1.477v-5.185h1.605v5.064h-.03zM32.345 78.858l-3.208-4.733a16.16 16.16 0 01-.583-.874c-.146-.241-.205-.392-.234-.392h-.029v.12c0 .06 0 .151.03.272 0 .12 0 .21.028.362v5.245h-1.575v-8.501h1.75l2.975 4.401c.117.181.234.362.35.513.117.18.205.331.263.452.087.12.146.241.175.331.058.09.058.121.058.121h.03v-.12c0-.091 0-.181-.03-.302 0-.12 0-.271-.029-.422v-4.974h1.575v8.5h-1.546zM42.262 74.547c0-.965-.233-1.658-.7-2.08-.466-.452-1.196-.663-2.158-.663h-.759v5.607h.817c.933 0 1.633-.241 2.1-.724.467-.482.7-1.205.7-2.14zm1.838-.06c0 .603-.088 1.175-.292 1.718-.204.543-.467.995-.875 1.387-.38.392-.875.693-1.487.934-.613.211-1.313.332-2.13.332h-2.42v-8.501h2.479c.816 0 1.516.09 2.1.301.583.211 1.079.483 1.458.844.38.362.67.814.846 1.297.233.512.32 1.085.32 1.688zM49.524 73.793c-.058-.18-.116-.361-.175-.512-.058-.18-.087-.332-.145-.452-.03-.12-.059-.241-.088-.332-.03-.09-.03-.15-.03-.18h-.028c0 .03-.03.09-.059.18-.029.09-.058.211-.087.332-.03.15-.088.301-.146.452a9.94 9.94 0 00-.175.512l-.7 2.02h2.304l-.67-2.02zM46.9 78.858h-1.75l3.15-8.501h1.692l3.238 8.5h-1.896l-.554-1.597h-3.296l-.584 1.598zM57.634 71.834v7.024h-1.75v-7.024H53.61v-1.477h6.3v1.477h-2.275zM63.846 70.357h-1.75v8.5h1.75v-8.5zM72.77 74.608c0-.392-.059-.754-.146-1.115a2.49 2.49 0 00-.438-.935 2.122 2.122 0 00-.73-.633 2.262 2.262 0 00-1.05-.241c-.407 0-.757.09-1.078.241-.292.15-.554.362-.759.633a2.49 2.49 0 00-.437.935 4.668 4.668 0 00-.146 1.115c0 .392.058.784.146 1.146.087.361.233.693.437.964.205.272.438.483.759.663.291.151.67.242 1.079.242.408 0 .758-.09 1.08-.242.29-.15.553-.361.757-.632a2.49 2.49 0 00.438-.935 8.39 8.39 0 00.087-1.206zm1.866-.03c0 .573-.087 1.145-.262 1.658a4.18 4.18 0 01-.788 1.417c-.35.422-.787.723-1.312.995-.525.24-1.138.361-1.809.361-.7 0-1.312-.12-1.837-.361a4.094 4.094 0 01-1.342-.965 4.112 4.112 0 01-.817-1.387 4.617 4.617 0 01-.291-1.658c0-.573.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.788-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.525.241.962.573 1.341.965.38.391.642.874.817 1.386.058.513.175 1.055.175 1.628zM82.395 78.858l-3.208-4.733a16.16 16.16 0 01-.584-.874c-.145-.241-.204-.392-.233-.392h-.03v.12c0 .06 0 .151.03.272 0 .12 0 .21.03.362v5.245h-1.576v-8.501h1.75l2.975 4.401c.117.181.234.362.35.513.117.18.204.331.263.452.087.12.146.241.175.331.058.09.058.121.058.121h.03v-.12c0-.091 0-.181-.03-.302 0-.12 0-.271-.03-.422v-4.974h1.576v8.5h-1.546zM0 101.92v-8.501h1.75v7.054h3.063v1.447H0zM8.867 93.419h-1.75v8.501h1.75v-8.501zM16.013 99.418c0-.392-.117-.694-.35-.905-.234-.21-.613-.3-1.109-.3h-.991v2.35h.904c.496 0 .875-.09 1.137-.271.292-.181.409-.482.409-.874zM15.72 95.8c0-.693-.437-1.025-1.312-1.025h-.846v2.11h.816c.467 0 .817-.09 1.021-.27.234-.151.321-.423.321-.815zm2.07 3.769c0 .422-.087.814-.232 1.115-.175.301-.38.543-.671.723a2.6 2.6 0 01-1.021.392 5.778 5.778 0 01-1.283.121H11.87v-8.501h2.742c.379 0 .729.03 1.079.09s.642.181.904.362c.263.15.467.392.613.663.145.272.233.603.233.995 0 .543-.146.995-.408 1.296a2.131 2.131 0 01-1.05.664v.03c.233.03.466.12.7.21.204.091.408.242.583.423.175.18.292.361.38.603.087.21.145.482.145.814zM24.267 95.981c0-.392-.117-.693-.35-.874-.234-.18-.584-.301-1.109-.301h-.875v2.351h.963c.467 0 .817-.09 1.02-.301.263-.212.35-.513.35-.875zm.466 5.939l-1.516-2.412c-.175-.24-.292-.452-.409-.572-.116-.151-.204-.242-.291-.332-.088-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.117v3.496h-1.75v-8.501h2.742c.962 0 1.72.211 2.246.633.525.422.787 1.025.787 1.839 0 .362-.058.663-.175.904a2.151 2.151 0 01-.437.663 2.34 2.34 0 01-.613.453c-.233.12-.466.18-.729.24v.03c.117.091.263.212.409.393.145.18.35.452.554.814l1.604 2.532h-1.809zM32.464 96.856c-.058-.181-.117-.362-.175-.513-.059-.18-.088-.332-.146-.452a5.006 5.006 0 00-.087-.332c-.03-.09-.03-.15-.03-.18h-.029c0 .03-.029.09-.058.18-.03.09-.058.211-.088.332-.029.15-.087.301-.145.452-.059.15-.117.332-.175.513l-.7 2.02h2.304l-.671-2.02zm-2.625 5.064h-1.75l3.15-8.501h1.692l3.237 8.501h-1.896l-.554-1.598h-3.296l-.583 1.598zM42.205 95.981c0-.392-.116-.693-.35-.874-.233-.18-.583-.301-1.079-.301h-.875v2.351h.963c.466 0 .816-.09 1.02-.301.205-.212.321-.513.321-.875zm.467 5.939l-1.517-2.412c-.175-.24-.291-.452-.408-.572-.117-.151-.204-.242-.292-.332-.087-.06-.146-.12-.233-.15-.058-.03-.146-.03-.263-.03h-.116v3.496h-1.75v-8.501h2.741c.963 0 1.721.211 2.246.633.525.422.788 1.025.788 1.839 0 .362-.059.663-.175.904a2.151 2.151 0 01-.438.663 2.34 2.34 0 01-.612.453c-.234.12-.467.18-.73.24v.03c.117.091.263.212.409.393.146.18.35.452.554.814l1.604 2.532h-1.808zM49.788 98.725v3.195h-1.75v-3.195l-2.713-5.306h1.925L49 97.036l1.75-3.617h1.692l-2.654 5.306zM84 17.844H55.533V3.224l-27.066 14.62H0v-1.778h28L57.254.119v15.947H84v1.778z"})))}},Un=function(e){var t,r;function a(){return e.apply(this,arguments)||this}r=e,(t=a).prototype=Object.create(r.prototype),t.prototype.constructor=t,y(t,r);var n=a.prototype;return n.componentDidMount=function(){document.body.classList.add("no-scroll")},n.componentWillUnmount=function(){document.body.classList.remove("no-scroll")},n.render=function(){var e=this.props;return p.createElement("div",{tabIndex:0,className:"modal "+e.className,id:e.id},this.props.children)},a}(p.Component);function Xn(e){var t=e.children,r=e.icon,a=e.id,n=d.useMultiStyleConfig("NotificationHeading",{centered:e.centered,icon:r,notificationType:e.notificationType});return m.createElement(d.Box,{as:"header",__css:n},r,m.createElement(Mt,{additionalStyles:n.heading,id:a+"-heading",level:exports.HeadingLevels.Four},t))}function Qn(e){var t=e.children,r=e.icon,a=d.useMultiStyleConfig("NotificationContent",{alignText:e.alignText,icon:r,notificationType:e.notificationType});return m.createElement(d.Box,{__css:a},r,m.createElement(d.Box,{__css:a.content},t))}var Jn,Kn=p.forwardRef((function(e,t){var r=e.className,a=e.helperText,n=e.id,l=void 0===n?b():n,o=e.invalidText,i=e.isChecked,c=e.isDisabled,s=void 0!==c&&c,m=e.isInvalid,u=void 0!==m&&m,h=e.isRequired,v=void 0!==h&&h,g=e.labelText,f=e.name,y=e.onChange,x=e.showHelperInvalidText,w=void 0===x||x,z=e.showLabel,E=void 0===z||z,S=e.value,O=d.useMultiStyleConfig("Radio",{}),T=u?o:a,_={};return E?T&&(_["aria-describedby"]=l+"-helperText"):_["aria-label"]=g&&T?g+" - "+T:g,p.createElement(p.Fragment,null,p.createElement(d.Radio,Object.assign({className:r,id:l,isChecked:i,isDisabled:s,isInvalid:u,isRequired:v,name:f,onChange:y,value:S,ref:t,__css:O},_),E&&g),T&&w&&p.createElement(d.Box,{__css:O.helper,"aria-disabled":s},p.createElement(Nt,{id:l+"-helperText",isInvalid:u,text:T})))}));(Jn=exports.RadioGroupLayoutTypes||(exports.RadioGroupLayoutTypes={})).Column="column",Jn.Row="row";var Zn,$n,el=function(){},tl=p.forwardRef((function(e,t){var r=e.children,a=e.className,n=void 0===a?"":a,l=e.defaultValue,o=e.helperText,i=e.id,c=void 0===i?b():i,s=e.isDisabled,m=void 0!==s&&s,u=e.isInvalid,h=void 0!==u&&u,v=e.isRequired,g=void 0!==v&&v,y=e.labelText,x=e.layout,w=void 0===x?exports.RadioGroupLayoutTypes.Column:x,z=e.onChange,E=e.optReqFlag,S=void 0===E||E,O=e.showHelperInvalidText,T=void 0===O||O,_=e.showLabel,C=void 0===_||_,I=h?e.invalidText:o,k=w===exports.RadioGroupLayoutTypes.Column?er.s:er.l,B=[],R=d.useRadioGroup({name:e.name,defaultValue:l,onChange:void 0===z?el:z}),M=R.getRadioProps,j=(0,R.getRootProps)();p.Children.map(r,(function(e,t){e.type!==Kn&&(e.props.mdxType&&"Radio"===e.props.mdxType||console.warn("Only `Radio` components are allowed inside the `RadioGroup` component."));var r=M({value:e.props.value});if(null!=e){var a={key:t,isDisabled:m,isInvalid:h,isRequired:g};e.props.value===l&&(a.checked=!0),B.push(p.cloneElement(e,f({},a,r)))}}));var L=d.useMultiStyleConfig("RadioGroup",{});return p.createElement($t,{className:n,id:"radio-group-"+c,isLegendHidden:!C,legendText:y,optReqFlag:S},p.createElement(d.Stack,Object.assign({"aria-label":C?null:y,direction:[w],spacing:k,ref:t},j,{sx:L.stack}),B),I&&T&&p.createElement(d.Box,{__css:L.helper},p.createElement(Nt,{id:c+"-helperErrorText",isInvalid:h,text:I})))}));function rl(e){var t=e.children,r=e.className,a=void 0===r?"":r,n=e.displaySize,l=void 0===n?exports.TextDisplaySizes.Default:n,o=e.isBold,i=e.isItalic,c=e.noSpace,s=_t(l,exports.TextDisplaySizes,exports.TextDisplaySizes.Default),m=d.useStyleConfig("Text",{variant:s,isBold:o,isItalic:i,noSpace:c});return t||console.warn("The Text component has no children and will not render correctly."),p.createElement(d.Text,{className:a,sx:m},t)}function al(e){var t=e.children,r=e.descriptionText,a=e.headingText,n=e.helperText,l=e.id,o=void 0===l?b():l,i=e.invalidText,c=e.isInvalid,s=void 0!==c&&c,m=!!t,u=d.useMultiStyleConfig("ComponentWrapper",{hasChildren:m}),h=s?i:n;return m||console.warn("`ComponentWrapper` has no children."),p.createElement(d.Box,{__css:u},a&&p.createElement(Mt,{id:o+"-heading",level:exports.HeadingLevels.Two,text:a}),r&&p.createElement(rl,null,r),t,h&&p.createElement(d.Box,{__css:u.helperText},p.createElement(Nt,{id:o+"-helperText",isInvalid:s,text:h})))}(Zn=exports.TextDisplaySizes||(exports.TextDisplaySizes={})).Default="default",Zn.Caption="caption",Zn.Tag="tag",Zn.Mini="mini",function(e){e.Default="default",e.SearchBar="searchbar"}($n||($n={}));var nl,ll,ol,il,cl=m.forwardRef((function(e,t){var r=e.children,a=e.className,n=e.helperText,l=e.id,o=void 0===l?b():l,i=e.invalidText,c=e.isDisabled,s=void 0!==c&&c,p=e.isInvalid,u=void 0!==p&&p,h=e.isRequired,v=void 0!==h&&h,g=e.labelText,f=e.name,y=e.onChange,x=e.placeholder,w=e.showHelperInvalidText,z=void 0===w||w,E=e.showLabel,S=void 0===E||E,O=e.showOptReqLabel,T=void 0===O||O,_=e.type,C=e.value,I=void 0===C?"":C,k={},B=v?"Required":"Optional",R=d.useMultiStyleConfig("CustomSelect",{variant:void 0===_?$n.Default:_}),M=u?i||"There is an error related to this field.":n,j=y?{onChange:y,value:I}:{};return S?n&&(k["aria-describedby"]=o+"-helperText"):k["aria-label"]=g&&M?g+" - "+M:g,m.Children.count(r)>10&&console.warn("NYPL DS recommends that <select> fields have no more than 10 options; an auto-complete text input is a good alternative for 11 or more options."),m.Children.count(r)<4&&console.warn("NYPL DS recommends that <select> fields have at least 4 options; a radio button group is a good alternative for 3 or fewer options."),m.createElement(d.Box,{className:a,__css:R},S&&m.createElement(lr,{id:o+"-label",htmlFor:o,optReqFlag:T&&B},g),m.createElement(d.Select,Object.assign({id:o,variant:"outline",isRequired:v,isDisabled:s,isInvalid:u,name:f,placeholder:x,ref:t},j,k,{icon:m.createElement(wt,{id:o+"-icon",name:exports.IconNames.Arrow,size:exports.IconSizes.Medium}),__css:R.select}),r),M&&z&&m.createElement(d.Box,{__css:R.helper,"aria-disabled":s},m.createElement(Nt,{id:o+"-helperText",isInvalid:u,text:M})))}));function sl(e){return p.createElement(Lt,{additionalFigureStyles:e.additionalFigureStyles,additionalImageStyles:e.additionalImageStyles,additionalWrapperStyles:e.additionalWrapperStyles,alt:e.alt,component:e.component,imageAspectRatio:e.imageAspectRatio,imageSize:e.imageSize,imageCaption:e.imageCaption,imageCredit:e.imageCredit,src:e.src})}(nl=exports.SkeletonLoaderLayouts||(exports.SkeletonLoaderLayouts={})).Row="row",nl.Column="column",(ll=exports.SkeletonLoaderImageRatios||(exports.SkeletonLoaderImageRatios={})).Landscape="landscape",ll.Portrait="portrait",ll.Square="square",(ol=exports.StatusBadgeTypes||(exports.StatusBadgeTypes={})).Low="low",ol.Medium="medium",ol.High="high",(il=exports.StructuredContentImagePosition||(exports.StructuredContentImagePosition={})).Left="left",il.Right="right",il.Center="center";var dl,pl=function(e){var t=d.useStyleConfig("Template",{});return p.createElement(d.Box,{__css:t,className:"nypl-ds"},e.children)},ml=function(e){var t=d.useStyleConfig("TemplateBreakout",{});return p.createElement(d.Box,{__css:t},e.children)},ul=function(e){var t=e.children,r=e.renderHeaderElement,a=void 0===r||r,n=d.useStyleConfig("TemplateHeader",{}),l=p.createElement(d.Box,{__css:n},t);return a&&(p.Children.map(t,(function(e){var t;"header"!==(null==e?void 0:e.type)&&"header"!==(null==e||null==(t=e.props)?void 0:t.mdxType)||console.warn("`TemplateHeader`: An HTML `header` element was passed in. Set `renderHeaderElement` to `false` to avoid nested HTML `header` elements.")})),l=p.createElement(d.Box,{as:"header",__css:n},t)),l},hl=function(e){var t=d.useStyleConfig("TemplateBreakout",{});return p.createElement(d.Box,{__css:t},e.children)},vl=function(e){var t=e.sidebar,r=void 0===t?"none":t,a=e.children,n=d.useStyleConfig("TemplateContent",{variant:"none"!==r?"sidebar":null}),l=p.Children.map(a,(function(e){var t,a,n=e;return(e&&(null==e?void 0:e.type)===fl||null!=e&&e.props&&"TemplateContentPrimary"===(null==(t=e.props)?void 0:t.mdxType)||(null==e?void 0:e.type)===yl||null!=e&&e.props&&"TemplateContentSidebar"===(null==(a=e.props)?void 0:a.mdxType))&&(n=p.cloneElement(e,{sidebar:r})),n}));return p.createElement(d.Box,{as:"main",__css:n},l)},gl=function(e){var t=d.useStyleConfig("TemplateContentTop",{});return p.createElement(d.Box,{__css:t},e.children)},fl=function(e){var t=d.useStyleConfig("TemplateContentPrimary",{variant:e.sidebar});return p.createElement(d.Box,{__css:t},e.children)},yl=function(e){var t=d.useStyleConfig("TemplateContentSidebar",{variant:e.sidebar});return p.createElement(d.Box,{__css:t},e.children)},bl=function(e){var t=e.children,r=e.renderFooterElement,a=void 0===r||r,n=p.createElement(p.Fragment,null,t);return a&&(p.Children.map(t,(function(e){var t;"footer"!==(null==e?void 0:e.type)&&"footer"!==(null==e||null==(t=e.props)?void 0:t.mdxType)||console.warn("`TemplateFooter`: An HTML `footer` element was passed in. Set `renderFooterElement` to `false` to avoid nested HTML `footer` elements.")})),n=p.createElement(d.Box,{as:"footer"},t)),n};(dl=exports.ToggleSizes||(exports.ToggleSizes={})).Large="large",dl.Small="small";var xl,wl,zl=function(){},El=p.forwardRef((function(e,t){var r=e.additionalStyles,a=void 0===r?{}:r,n=e.defaultChecked,l=void 0!==n&&n,o=e.helperText,i=e.id,c=void 0===i?b():i,s=e.isChecked,m=e.isDisabled,u=void 0!==m&&m,h=e.isInvalid,v=void 0!==h&&h,g=e.isRequired,y=void 0!==g&&g,x=e.labelText,w=e.name,z=e.onChange,E=void 0===z?zl:z,S=e.size,O=void 0===S?exports.ToggleSizes.Large:S,T=v?e.invalidText:o,_={},C=d.useMultiStyleConfig("Toggle",{}),I=d.useStyleConfig("Switch");return _["aria-label"]=x&&T?x+" - "+T:x,p.createElement(p.Fragment,null,p.createElement(d.Box,{__css:f({},C,a)},p.createElement(d.Switch,Object.assign({id:c,name:w||"default",isDisabled:u,isInvalid:v,isRequired:y,ref:t,size:O===exports.ToggleSizes.Large?"lg":"sm"},void 0!==s?{isChecked:s,onChange:E}:{defaultChecked:l},_,{__css:I}),x)),T&&p.createElement(d.Box,{__css:C.helper},p.createElement(Nt,{id:c+"-helperText",isInvalid:v,text:T})))}));(xl=exports.VideoPlayerTypes||(exports.VideoPlayerTypes={})).Vimeo="vimeo",xl.YouTube="youtube",(wl=exports.VideoPlayerAspectRatios||(exports.VideoPlayerAspectRatios={})).FourByThree="fourByThree",wl.SixteenByNine="sixteenByNine",wl.Square="square",Object.defineProperty(exports,"Box",{enumerable:!0,get:function(){return d.Box}}),Object.defineProperty(exports,"ButtonGroup",{enumerable:!0,get:function(){return d.ButtonGroup}}),Object.defineProperty(exports,"Center",{enumerable:!0,get:function(){return d.Center}}),Object.defineProperty(exports,"Circle",{enumerable:!0,get:function(){return d.Circle}}),Object.defineProperty(exports,"Flex",{enumerable:!0,get:function(){return d.Flex}}),Object.defineProperty(exports,"Grid",{enumerable:!0,get:function(){return d.Grid}}),Object.defineProperty(exports,"GridItem",{enumerable:!0,get:function(){return d.GridItem}}),Object.defineProperty(exports,"HStack",{enumerable:!0,get:function(){return d.HStack}}),Object.defineProperty(exports,"Spacer",{enumerable:!0,get:function(){return d.Spacer}}),Object.defineProperty(exports,"Square",{enumerable:!0,get:function(){return d.Square}}),Object.defineProperty(exports,"Stack",{enumerable:!0,get:function(){return d.Stack}}),Object.defineProperty(exports,"Tab",{enumerable:!0,get:function(){return d.Tab}}),Object.defineProperty(exports,"TabList",{enumerable:!0,get:function(){return d.TabList}}),Object.defineProperty(exports,"TabPanel",{enumerable:!0,get:function(){return d.TabPanel}}),Object.defineProperty(exports,"TabPanels",{enumerable:!0,get:function(){return d.TabPanels}}),Object.defineProperty(exports,"VStack",{enumerable:!0,get:function(){return d.VStack}}),exports.Accordion=function(e){var t=e.contentData,r=e.id,a=void 0===r?b():r,n=e.isDefaultOpen;return p.createElement(d.Accordion,{id:a,defaultIndex:[void 0!==n&&n?0:void 0],allowMultiple:!0},function(e,t){var r;void 0===e&&(e=[]);var a=(null==(r=e)?void 0:r.length)>1?4:null;return e.map((function(e,r){var n="string"==typeof e.panel?p.createElement(d.AccordionPanel,{id:t+"-panel-"+r,key:r,dangerouslySetInnerHTML:{__html:e.panel}}):p.createElement(d.AccordionPanel,{id:t+"-panel-"+r,key:r},e.panel);return p.createElement(d.AccordionItem,{id:t+"-item-"+r,key:r},(function(l){var o=l.isExpanded;return p.createElement(p.Fragment,null,p.createElement(d.AccordionButton,{id:t+"-button-"+r,padding:a},p.createElement(d.Box,{flex:"1",textAlign:"left"},e.label),function(e,t,r){void 0===e&&(e=!1);var a=e?exports.IconNames.Minus:exports.IconNames.Plus;return p.createElement(wt,{id:"accordion-"+r+"-icon-"+t,name:a,size:exports.IconSizes.Small})}(o,r,t)),n)}))}))}(t,a))},exports.Breadcrumbs=function(e){var t=e.additionalStyles,r=void 0===t?{}:t,a=e.breadcrumbsData,n=e.className,l=e.colorVariant,o=e.id,i=void 0===o?b():o,c=_t(l,exports.ColorVariants);if(!a||0===a.length)throw new Error("You must use the `breadcrumbsData` prop to pass a data object to the Breadcrumbs component. That prop is current empty.");var s,m,u=f({},d.useStyleConfig("Breadcrumb",{variant:c}),r),h=(m=i,null!=(s=a)&&s.length?s.map((function(e,t){return p.createElement(d.BreadcrumbItem,{key:t,isCurrentPage:t===s.length-1},p.createElement(d.BreadcrumbLink,{href:e.url},t===s.length-2&&p.createElement(wt,{name:exports.IconNames.Arrow,size:exports.IconSizes.Small,iconRotation:exports.IconRotationTypes.Rotate90,id:m+"__backarrow",className:"breadcrumbs-icon",type:exports.IconTypes.Breadcrumbs}),p.createElement("span",{className:"breadcrumb-label"},e.text)))})):{});return p.createElement(d.Breadcrumb,Object.assign({className:n,id:i},{"aria-label":"Breadcrumb"},{__css:u}),h)},exports.Button=Ct,exports.Card=function(e){var t=e.backgroundColor,r=e.border,a=e.center,n=void 0!==a&&a,l=e.children,o=e.className,i=e.foregroundColor,c=e.id,s=void 0===c?b():c,m=e.imageAlt,u=void 0===m?"":m,h=e.imageAspectRatio,v=void 0===h?exports.ImageRatios.Square:h,g=e.imageAtEnd,y=e.imageComponent,x=e.imageSize,w=void 0===x?exports.ImageSizes.Default:x,z=e.imageSrc,E=e.layout,S=void 0===E?exports.CardLayouts.Column:E,O=e.mainActionLink,T=z||y,_=y?exports.ImageRatios.Original:v,C={},I=[],k=0;y&&v!==exports.ImageRatios.Square&&console.warn("Both `imageComponent` and `imageAspectRatio` are set but `imageAspectRatio` will be ignored in favor of the aspect ratio on `imageComponent`."),t&&(C.backgroundColor=t),i&&(C.color=i);var B=d.useMultiStyleConfig("Card",{border:r,center:n,hasImage:T,imageAtEnd:g,layout:S,mainActionLink:O});return p.Children.map(l,(function(e,t){if(e.type===Ht||"CardHeading"===e.props.mdxType){var r=0===k?p.createElement(At,{mainActionLink:O},e.props.children):e.props.children,a=p.cloneElement(e,{additionalStyles:f({},B.heading,e.props.additionalStyles),key:t,center:n,children:r,layout:S});I.push(a),k++}else if(e.type===Vt||"CardContent"===e.props.mdxType||e.type===Ft||"CardActions"===e.props.mdxType){var l=p.cloneElement(e,{key:t,center:n,layout:S});I.push(l)}})),p.createElement(Dt,{mainActionLink:O},p.createElement(d.Box,{id:s,className:o,__css:f({},B,C)},T&&p.createElement(Pt,{src:z||null,component:y,alt:u,imageSize:w,imageAspectRatio:_,imageAtEnd:g,layout:S}),p.createElement(d.Box,{className:"card-body",__css:B.body},I)))},exports.CardActions=Ft,exports.CardContent=Vt,exports.CardHeading=Ht,exports.Checkbox=Ut,exports.CheckboxGroup=tr,exports.DSProvider=function(e){return m.createElement(d.ChakraProvider,{theme:ya},e.children)},exports.DatePicker=pr,exports.Fieldset=$t,exports.Form=function(e){var t=e.action,r=e.children,a=e.className,n=e.gap,l=void 0===n?exports.GridGaps.Large:n,o=e.id,i=void 0===o?b():o,c=e.method,s=e.onSubmit,d={};t&&(d.action=t),c&&("get"===c||"post"===c)&&(d.method=c);var m=p.Children.map(r,(function(e,t){return p.cloneElement(e,{gap:l,id:i+"-child"+t})}));return p.createElement("form",Object.assign({"aria-label":"form",className:a,id:i,onSubmit:s},d),p.createElement(rr,{columns:1,gap:l,id:i+"-parent"},m))},exports.FormField=nr,exports.FormGaps=exports.GridGaps,exports.FormRow=ar,exports.Heading=Mt,exports.HelperErrorText=Nt,exports.Hero=function(e){var t=e.backgroundColor,r=e.backgroundImageSrc,a=e.foregroundColor,n=e.heading,l=e.heroType,o=e.image,i=e.locationDetails,c=e.subHeaderText,s=function(e){return _a[e]||exports.HeroTypes.Primary}(l),m=d.useMultiStyleConfig("Hero",{variant:s}),u=n&&p.cloneElement(n,{additionalStyles:m.heading}),h={},v={};l===exports.HeroTypes.Primary?(r||console.warn('Warning: it is recommended to use the "backgroundImageSrc" prop for PRIMARY hero.'),o&&console.warn('Warning: the "image" prop has been passed, but PRIMARY hero will not use it.')):i&&console.warn('Warning: Please provide "locationDetails" only to PRIMARY hero.'),Ta.includes(l)&&r&&console.warn('Warning: the "backgroundImageSrc" prop has been passed, but SECONDARY hero will not use it.'),l===exports.HeroTypes.Tertiary&&(r||o)&&console.warn("Warning: TERTIARY hero will not use any of the image props."),l!==exports.HeroTypes.Campaign||r&&o||console.warn('Warning: it is recommended to use both "backgroundImageSrc" and "image" props for CAMPAIGN hero.'),l===exports.HeroTypes.FiftyFifty&&r&&console.warn('Warning: the "backgroundImageSrc" prop has been passed, but FIFTYFIFTY hero will not use it.'),l===exports.HeroTypes.Primary?h=r?{backgroundImage:"url("+r+")"}:{}:l===exports.HeroTypes.Campaign?h=r?{backgroundImage:"url("+r+")"}:{backgroundColor:t}:l!==exports.HeroTypes.Tertiary&&l!==exports.HeroTypes.FiftyFifty||(h={backgroundColor:t}),Ta.includes(l)?(a||t)&&console.warn('Warning: the "foregroundColor" and/or "backgroundColor" props have been passed, but SECONDARY Hero will not use them.'):v={color:a,backgroundColor:t};var g=l===exports.HeroTypes.Campaign?p.createElement(p.Fragment,null,o,p.createElement(d.Box,{__css:m.interior},u,c)):p.createElement(p.Fragment,null,l!==exports.HeroTypes.Primary&&l!==exports.HeroTypes.Tertiary&&o,u,l===exports.HeroTypes.Tertiary&&c?p.createElement("p",null,c):p.createElement(d.Box,{__css:m.bodyText},c));return p.createElement(d.Box,{"data-testid":"hero","data-responsive-background-image":!0,style:h,__css:m},p.createElement(d.Box,{"data-testid":"hero-content",style:v,__css:m.content},g),i)},exports.HorizontalRule=function(e){var t=e.className,r=e.height,a=void 0===r?"2px":r,n=e.width,l=void 0===n?"100%":n,o=d.useStyleConfig("HorizontalRule",{align:e.align}),i=a;a.endsWith("%")&&(console.warn("`HorizontalRule`: For the `height` prop, use a whole number, a `px` value, a `em` value, or a `rem` value. Using the default of 2px."),i="2px");var c=f({},o,{height:i,width:l});return p.createElement(d.Box,{as:"hr",className:t,__css:c})},exports.Icon=wt,exports.Image=Lt,exports.Label=lr,exports.Link=Rt,exports.List=Ia,exports.Logo=function(e){var t=e.additionalStyles,r=void 0===t?{}:t,a=e.children,n=e.className,l=e.decorative,o=void 0!==l&&l,i=e.id,c=void 0===i?b():i,s=e.name,m=e.size,u=void 0===m?exports.LogoSizes.Medium:m,h=e.title,v=void 0===h?s+" logo":h,g=d.useStyleConfig("Logo",{size:u}),y={"aria-hidden":o,className:n,id:c,role:"img",title:v},x=null;return s&&a?(console.warn("Logo accepts either a `name` prop or an `svg` element child. It can not accept both."),null):s||a?s?p.createElement(d.Icon,Object.assign({as:Yn[s]},y,{__css:f({},g,r)})):("svg"===a.type||"svg"===a.props.type||"svg"===a.props.mdxType?x=p.cloneElement(a,f({},y)):console.warn("You must pass an `svg` element to the `Logo` component."),p.createElement(d.Box,{__css:g},x)):(console.warn("Pass a logo `name` prop or an SVG child to `Logo` to ensure a logo appears."),null)},exports.Modal=Un,exports.Notification=function(e){var t=e.centered,r=void 0!==t&&t,a=e.className,n=e.dismissible,l=void 0!==n&&n,o=e.icon,i=e.id,c=void 0===i?b():i,s=e.noMargin,u=void 0!==s&&s,h=e.notificationContent,v=e.notificationHeading,g=e.notificationType,y=void 0===g?exports.NotificationTypes.Standard:g,x=e.showIcon,w=void 0===x||x,z=p.useState(!0),E=z[0],S=z[1],O=d.useMultiStyleConfig("Notification",{centered:r,noMargin:u,notificationType:y,showIcon:w}),T=l&&m.createElement(Ct,{buttonType:exports.ButtonTypes.Link,onClick:function(){return S(!1)},additionalStyles:O.dismissibleButton},m.createElement(wt,{id:c+"-notification-dismissible-icon",decorative:!1,name:exports.IconNames.Close,size:exports.IconSizes.Large})),_=function(){var e,t={decorative:!1,size:exports.IconSizes.Large,additionalStyles:O.icon};if(!w)return null;if(o)return m.cloneElement(o,f({id:c+"-custom-notification-icon"},t));var r=((e={})[exports.NotificationTypes.Announcement]={name:exports.IconNames.SpeakerNotes,color:exports.IconColors.SectionResearchSecondary},e[exports.NotificationTypes.Standard]={name:exports.IconNames.AlertNotificationImportant,color:exports.IconColors.UiBlack},e[exports.NotificationTypes.Warning]={name:exports.IconNames.ErrorFilled,color:exports.IconColors.BrandPrimary},e);return m.createElement(wt,Object.assign({id:c+"-notification-icon"},t,r[y]))}(),C=v&&m.createElement(Xn,{centered:r,icon:_,id:c,notificationType:y},v),I=m.createElement(Qn,{alignText:C&&w&&(!!o||!r),icon:C?null:_,notificationType:y},h);return E?m.createElement(d.Box,{as:"aside",id:c,className:a,__css:O,"data-type":y},m.createElement(d.Box,{__css:O.container},C,I),T):null},exports.Pagination=function(e){var t=e.className,r=e.getPageHref,a=e.id,n=void 0===a?b():a,l=e.initialPage,o=e.onPageChange,i=e.pageCount,c=p.useState(void 0===l?1:l),s=c[0],u=c[1],h=d.useMultiStyleConfig("Pagination",{}),v=s-1,g=s+1;if(i<=1)return null;r&&o&&console.warn("Props for both `getPageHref` and `onPageChange` are passed. Will default to using `getPageHref`.");var y,x,w,z,E,S,O=void 0!==r&&"function"==typeof r,T=function(e,t){e.preventDefault&&e.preventDefault(),s!==t&&(u(t),o&&o(t))},_=function(e){s>1&&T(e,v)},C=function(e){s<i&&T(e,g)},I=function(e,t){var a=s===t,l=a?{color:"ui.black",pointerEvent:"none"}:{},o={items:{href:O?r(t):"#",attributes:{"aria-label":"Page "+t,"aria-current":a?"page":null,onClick:O?void 0:function(e){return T(e,t)}},text:t},previous:{href:O?r(v):"#",attributes:{"aria-label":"Previous page",onClick:O?void 0:_},text:"Previous"},next:{href:O?r(g):"#",attributes:{"aria-label":"Next page",onClick:O?void 0:C},text:"Next"}}[e];return m.createElement(Rt,{additionalStyles:f({},h.link,l),attributes:o.attributes,href:o.href,id:n+"-"+o.text},o.text)},k=1!==s&&m.createElement("li",{key:"previous"},I("previous")),B=s!==i&&m.createElement("li",{key:"next"},I("next"));return m.createElement(d.Box,{as:"nav",id:n,"aria-label":"Pagination",role:"navigation",className:t,__css:h},m.createElement(Ia,{type:exports.ListTypes.Unordered,inline:!0,noStyling:!0,id:n+"-list"},k,(y=s,E=Math.max(3,Math.min(y-1,i-4)),S=Math.min(i-2,Math.max(y+1,5)),(i<4?Array.from({length:i},(function(e,t){return t+1})):[1,E>3?"ellipse-start":2].concat((w=S+1,void 0===z&&(z=1),(x=E)?Array(Math.ceil((w-x)/z)).fill(x).map((function(e,t){return e+t*z})):[]),[S<i-2?"ellipse-end":i-1,i])).map((function(e){var t="number"==typeof e?I("items",e):"...";return m.createElement("li",{key:e},t)}))),B))},exports.ProgressIndicator=function(e){var t=e.darkMode,r=void 0!==t&&t,a=e.id,n=void 0===a?b():a,l=e.indicatorType,o=void 0===l?exports.ProgressIndicatorTypes.Linear:l,i=e.isIndeterminate,c=void 0!==i&&i,s=e.labelText,p=e.showLabel,u=void 0===p||p,h=e.size,v=void 0===h?exports.ProgressIndicatorSizes.Default:h,g=e.value,f=void 0===g?0:g,y=d.useMultiStyleConfig("ProgressIndicator",{darkMode:r,size:v}),x=f;(x<0||x>100)&&(console.warn("ProgressIndicator: pass in a `value` between 0 and 100. Defaulting to 0."),x=0);var w={id:n,"aria-label":u?null:s,"aria-labelledby":u?n+"-label":null,isIndeterminate:c||null,value:c?null:x};return m.createElement(d.Box,{__css:y},function(e){return e===exports.ProgressIndicatorTypes.Circular?(v===exports.ProgressIndicatorSizes.Small&&(w["aria-label"]=s),m.createElement(d.Box,{__css:y.circularContainer},m.createElement(d.CircularProgress,Object.assign({},w,{sx:y.circular}),u&&!c&&v!==exports.ProgressIndicatorSizes.Small&&m.createElement(d.CircularProgressLabel,null,x,"%")),u&&v!==exports.ProgressIndicatorSizes.Small&&m.createElement(lr,{id:n+"-label",htmlFor:n},s))):m.createElement(m.Fragment,null,u&&m.createElement(lr,{id:n+"-label",htmlFor:n},s),m.createElement(d.Box,{__css:y.linearContainer},m.createElement(d.Progress,Object.assign({},w,{sx:y.linear})),u&&!c&&m.createElement(d.Box,{__css:y.linearPercentage},x,"%")))}(o))},exports.Radio=Kn,exports.RadioGroup=tl,exports.SearchBar=function(e){var t=e.action,r=e.buttonOnClick,a=void 0===r?null:r,n=e.className,l=e.descriptionText,o=e.headingText,i=e.helperText,c=e.id,s=void 0===c?b():c,m=e.invalidText,u=e.isDisabled,h=void 0!==u&&u,v=e.isInvalid,g=void 0!==v&&v,f=e.isRequired,y=void 0!==f&&f,x=e.labelText,w=e.method,z=e.noBrandButtonType,E=void 0!==z&&z,S=e.onSubmit,O=e.selectProps,T=e.textInputElement,_=e.textInputProps,C=d.useMultiStyleConfig("SearchBar",{hasSelect:O}),I={helperText:"",isDisabled:h,isInvalid:g,isRequired:y,showHelperInvalidText:!1,showLabel:!1},k=g?m:i,B=k?x+" - "+k:x,R=(null==_?void 0:_.placeholder)+" "+(y?"(Required)":""),M=E?exports.ButtonTypes.NoBrand:exports.ButtonTypes.Primary,j=O&&p.createElement(cl,Object.assign({id:"searchbar-select-"+s,labelText:null==O?void 0:O.labelText,name:null==O?void 0:O.name,onChange:null==O?void 0:O.onChange,type:$n.SearchBar},I),null==O?void 0:O.optionsData.map((function(e){return p.createElement("option",{key:e,value:e},e)}))),L=_&&p.createElement(ir,Object.assign({id:"searchbar-textinput-"+s,labelText:null==_?void 0:_.labelText,name:null==_?void 0:_.name,onChange:null==_?void 0:_.onChange,placeholder:R,type:exports.TextInputTypes.text,variantType:j?Zt.SearchBarSelect:Zt.SearchBar,value:null==_?void 0:_.value},I)),P=p.createElement(Ct,{additionalStyles:{borderLeftRadius:"none",borderRightRadius:{base:"none",md:"sm"},lineHeight:"1.70",marginBottom:"auto"},buttonType:M,id:"searchbar-button-"+s,isDisabled:h,onClick:a,type:"submit"},p.createElement(wt,{align:exports.IconAlign.Left,id:"searchbar-icon-"+s,name:exports.IconNames.Search,size:exports.IconSizes.Small}),"Search");return p.createElement(al,{descriptionText:l,headingText:o,helperText:i,id:s,invalidText:m,isInvalid:g},p.createElement(d.Box,{as:"form",id:"searchbar-form-"+s,className:n,role:"search","aria-label":B,onSubmit:S,method:w,action:t,__css:C},j,T||L,P))},exports.Select=cl,exports.SimpleGrid=rr,exports.SkeletonLoader=function(e){var t=e.border,r=e.className,a=e.contentSize,n=void 0===a?3:a,l=e.headingSize,o=void 0===l?1:l,i=e.imageAspectRatio,c=void 0===i?exports.SkeletonLoaderImageRatios.Square:i,s=e.layout,m=void 0===s?exports.SkeletonLoaderLayouts.Column:s,u=e.showButton,h=void 0!==u&&u,v=e.showContent,g=void 0===v||v,y=e.showHeading,b=void 0===y||y,x=e.showImage,w=void 0===x||x,z=e.width,E=d.useMultiStyleConfig("SkeletonLoader",{border:void 0!==t&&t,imageAspectRatio:c,showImage:w,variant:m}),S=function(e,t,r){return void 0===t&&(t=1),void 0===r&&(r="80%"),new Array(t).fill(null).map((function(a,n){return p.createElement(d.Skeleton,{key:e+"-"+n,width:n===t-1?r:"100%"},p.createElement(d.Box,{__css:E[e],style:{marginBottom:n===t-1&&"content"===e?"0":null}}))}))};return p.createElement(d.Box,{className:r,__css:E,style:{width:z}},w&&p.createElement(d.Skeleton,null,p.createElement(d.Box,{__css:f({},E.element,E.image)})),p.createElement(d.Box,{className:m,__css:E.container},b&&p.createElement(d.Box,{__css:E.section},S("heading",o,"80%")),g&&p.createElement(d.Box,{__css:E.section},S("content",n,"30%")),h&&p.createElement(d.Box,{__css:f({},E.section,E.button)},p.createElement(d.Skeleton,{borderRadius:"16px"},p.createElement(d.Box,{__css:E.button})))))},exports.Slider=function(e){var t=e.className,r=e.defaultValue,a=void 0===r?0:r,n=e.helperText,l=e.id,o=void 0===l?b():l,i=e.invalidText,c=e.isDisabled,s=void 0!==c&&c,m=e.isInvalid,u=void 0!==m&&m,h=e.isRangeSlider,v=void 0!==h&&h,g=e.isRequired,y=void 0!==g&&g,x=e.labelText,w=e.max,z=void 0===w?100:w,E=e.min,S=void 0===E?0:E,O=e.name,T=e.onChange,_=e.optReqFlag,C=void 0===_||_,I=e.showBoxes,k=void 0===I||I,B=e.showHelperInvalidText,R=void 0===B||B,M=e.showLabel,j=void 0===M||M,L=e.showValues,P=void 0===L||L,H=e.step,V=void 0===H?1:H,F=p.useState(v&&"number"==typeof a?[S,z]:a),D=F[0],A=F[1],N=u;v&&D[0]>D[1]&&(N=!0);var W=y?"Required":"Optional",q=N?i:n,G=d.useMultiStyleConfig("CustomSlider",{isDisabled:s,isInvalid:N,isRangeSlider:v,showBoxes:k}),Y={focusThumbOnChange:!1,id:o,isDisabled:s,max:z,min:S,name:O,onChange:function(e){return A(e)},onChangeEnd:function(e){return T&&T(e)},step:V},U={attributes:{max:z,min:S},isDisabled:s,isInvalid:N,isRequired:y,showHelperInvalidText:!1,showLabel:!1,step:V,type:exports.TextInputTypes.number},X=function(e){var t={start:f({value:v?D[0].toString():"",onChange:function(e){var t=[parseInt(e.target.value,10)?parseInt(e.target.value,10):0,D[1]];A(t),T&&T(t)}},U),end:f({value:v?D[1].toString():D.toString(),onChange:function(e){var t=parseInt(e.target.value,10)?parseInt(e.target.value,10):0;t>z&&(t=z);var r=v?[D[0],t]:t;A(r),T&&T(r)}},U)};return p.createElement(ir,Object.assign({id:o+"-textInput-"+e,labelText:v?x+" - "+e+" value":x,additionalStyles:f({},G.textInput,{marginRight:"start"===e?"s":null,marginLeft:"end"===e?"s":null})},t[e]))};return p.createElement(d.Box,{className:t,__css:G},j&&p.createElement(lr,{id:o+"-label",htmlFor:k?o+"-textInput-"+(v?"start":"end"):null,optReqFlag:C&&W},x),p.createElement(d.Box,{__css:G.container},k&&v&&X("start"),P&&p.createElement(d.Box,{__css:G.leftValue},S),v?p.createElement(d.RangeSlider,Object.assign({"aria-label":j?null:[x+" - start value",x+" - end value"],"aria-labelledby":j?[o+"-label",o+"-label"]:null,value:D,size:"lg"},Y),p.createElement(d.RangeSliderTrack,{sx:G.track},p.createElement(d.RangeSliderFilledTrack,{sx:G.filledTrack})),p.createElement(d.RangeSliderThumb,{index:0,sx:G.thumb}),p.createElement(d.RangeSliderThumb,{index:1,sx:G.thumb})):p.createElement(d.Slider,Object.assign({"aria-label":j?null:x,"aria-labelledby":o+"-label",value:D,size:"lg"},Y),p.createElement(d.SliderTrack,{sx:G.track},p.createElement(d.SliderFilledTrack,{sx:G.filledTrack})),p.createElement(d.SliderThumb,{sx:G.thumb})),P&&p.createElement(d.Box,{__css:G.rightValue},z),k&&X("end")),q&&R&&p.createElement(d.Box,{__css:G.helper},p.createElement(Nt,{id:o+"-helperText",isInvalid:N,text:q})))},exports.StatusBadge=function(e){var t=e.children,r=e.className,a=e.id,n=void 0===a?b():a,l=e.level,o=void 0===l?exports.StatusBadgeTypes.Low:l,i=d.useStyleConfig("StatusBadge",{variant:o});return t||console.warn("Status Badge has no children."),p.createElement(d.Box,{id:n,className:r,__css:i},t)},exports.StructuredContent=function(e){var t=e.calloutText,r=e.className,a=e.headingText,n=e.id,l=void 0===n?b():n,o=e.imageAlt,i=void 0===o?"":o,c=e.imageAspectRatio,s=void 0===c?exports.ImageRatios.Square:c,m=e.imageCaption,u=e.imageComponent,h=e.imageCredit,v=e.imagePosition,g=void 0===v?exports.StructuredContentImagePosition.Left:v,f=e.imageSize,y=void 0===f?exports.ImageSizes.Medium:f,x=e.imageSrc,w=e.bodyContent,z=x||u,E=d.useMultiStyleConfig("StructuredContent",{hasFigureImage:m||h,imageAspectRatio:s,imagePosition:g}),S="string"==typeof w?p.createElement("div",{dangerouslySetInnerHTML:{__html:w}}):p.createElement(d.Box,null,w);return z&&!i&&console.warn("StructuredContent: `imageAlt` prop is required when using an image."),p.createElement(d.Box,{id:l,className:r,__css:E},a&&p.createElement(Mt,{id:l+"-heading",level:exports.HeadingLevels.Two},a),t&&p.createElement(Mt,{displaySize:exports.HeadingDisplaySizes.Callout,id:l+"-callout",level:exports.HeadingLevels.Three},t),z&&p.createElement(sl,{additionalFigureStyles:E.imageFigure,additionalImageStyles:E.image,additionalWrapperStyles:E.imageWrapper,alt:i,component:u,imageAspectRatio:s,imageCaption:m,imageCredit:h,imageSize:y,src:x||null}),S)},exports.Table=function(e){var t=e.className,r=e.columnHeaders,a=e.columnHeadersBackgroundColor,n=e.columnHeadersTextColor,l=e.id,o=void 0===l?b():l,i=e.showRowDividers,c=void 0!==i&&i,s=e.tableData,m=e.titleText,u=e.useRowHeaders,h=void 0!==u&&u,v={};a&&(v.backgroundColor=a),n&&(v.color=n);var g=d.useMultiStyleConfig("CustomTable",{columnHeadersTextColor:n,showRowDividers:c,useRowHeaders:h}),f=m&&p.createElement(d.TableCaption,null,m),y=(null==r?void 0:r.length)>0&&p.createElement(d.Thead,null,p.createElement(d.Tr,null,r.map((function(e,t){return p.createElement(d.Th,{key:t,scope:"col",sx:v},e)}))));return p.createElement(d.Table,{id:o,sx:g,className:t},f,y,!Array.isArray(s)||s.length<=0||s[0].constructor!==Array?(console.warn("Table: data should be two dimensional array."),null):p.createElement(d.Tbody,null,s.map((function(e,t){return p.createElement(d.Tr,{key:t},e.map((function(e,t){return 0===t&&h?p.createElement(d.Th,{scope:"row",key:t},e):p.createElement(d.Td,{key:t},e)})))}))))},exports.Tabs=function(e){var t,r,a=e.children,n=e.contentData,l=e.defaultIndex,o=void 0===l?0:l,i=e.id,c=void 0===i?b():i,s=e.onChange,u=e.useHash,h=void 0!==u&&u,v=d.useMultiStyleConfig("Tabs",{}),g=p.useState(65),y=g[0],x=g[1],w=function(){var e=m.useState({width:0,height:0}),t=e[0],r=e[1];return m.useEffect((function(){var e=function(){r({width:window.innerWidth,height:window.innerHeight})};return e(),window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}}),[]),t}(),z=n?function(e,t){var r=[],a=[];return null!=e&&e.length?((null==e?void 0:e.length)>6&&console.warn("Tabs: We recommend to use no more than six tabs. If more than six tabs are needed, consider other navigational patterns."),e.forEach((function(e,n){var l,o=p.createElement(d.Tab,{fontSize:["0",null,"1"],key:n,onClick:t?function(){window.location.hash="tab"+(n+1)}:null},e.label);l="string"==typeof e.content?p.createElement(d.TabPanel,{dangerouslySetInnerHTML:{__html:e.content},key:n}):p.createElement(d.TabPanel,{key:n},e.content),r.push(o),a.push(l)})),{tabs:p.createElement(d.TabList,null,r),panels:p.createElement(d.TabPanels,null,a)}):{tabs:[],panels:[]}}(n,h):function(e){var t=[],r=[];return null!=e&&e.length?(e.forEach((function(e){e.type!==d.TabList&&"TabList"!==e.props.mdxType||(t.push(e),p.Children.count(e.props.children)>6&&console.warn("Tabs: We recommend to use no more than six tabs. If more than six tabs are needed, consider other navigational patterns.")),e.type!==d.TabPanels&&"TabPanels"!==e.props.mdxType||r.push(e)})),{tabs:t,panels:r}):{tabs:[],panels:[]}}(a),E=z.tabs,S=z.panels;E.length&&S.length||console.warn("Tabs: Pass data in the `data` props or as children.");var O=E[0]?null==(t=E[0])?void 0:t.props:E.props,T=function(e,t){void 0===e&&(e=0),void 0===t&&(t=100);var r=m.useState(0),a=r[1];return{prevSlide:function(){a((function(t){return 0===t?e-1:t-1}))},nextSlide:function(){a((function(t){return t===e-1?0:t+1}))},carouselStyle:{transition:"all .5s",marginLeft:"-"+r[0]*t+"%"},goToStart:function(){a(0)}}}(null==O||null==(r=O.children)?void 0:r.length,y),_=T.prevSlide,C=T.nextSlide,I=T.carouselStyle,k=T.goToStart;p.useEffect((function(){x(w.width>320?40:65),w.width>600&&k()}),[k,w.width]);var B=p.createElement(Ct,{attributes:f({"aria-label":"Previous"},v.buttonArrows,{left:"0"}),buttonType:exports.ButtonTypes.Primary,id:"tabs-previous-"+c,onClick:_},p.createElement(wt,{iconRotation:exports.IconRotationTypes.Rotate90,id:"tabs-previous-icon-"+c,name:exports.IconNames.Arrow,size:exports.IconSizes.Small})),R=p.createElement(Ct,{attributes:f({"aria-label":"Next"},v.buttonArrows,{right:"0"}),buttonType:exports.ButtonTypes.Primary,id:"tabs-next-"+c,onClick:C},p.createElement(wt,{iconRotation:exports.IconRotationTypes.Rotate270,id:"tabs-next-icon-"+c,name:exports.IconNames.Arrow,size:exports.IconSizes.Small}));return a&&null!=n&&n.length&&console.warn("Tabs: Only pass children or data in the `data` props but not both."),p.createElement(d.Tabs,{defaultIndex:o,id:c,isLazy:!0,onChange:s,variant:"enclosed"},p.createElement(d.Box,{__css:v.tablistWrapper,sx:{"&::-webkit-scrollbar":{display:"none"}}},B,p.createElement(d.Box,{__css:v.carouselParent},p.createElement(d.Box,Object.assign({},I),E)),R),S)},exports.Template=pl,exports.TemplateAboveHeader=ml,exports.TemplateAppContainer=function(e){var t=e.aboveHeader,r=e.breakout,a=e.contentPrimary,n=e.contentSidebar,l=e.contentTop,o=e.footer,i=e.header,c=e.sidebar,s=void 0===c?"none":c,d=e.renderFooterElement,m=void 0===d||d,u=e.renderHeaderElement,h=void 0===u||u,v=t&&p.createElement(ml,null,t),g=r&&p.createElement(hl,null,r),f=l&&p.createElement(gl,null,l),y=a&&p.createElement(fl,null,a),b=n&&p.createElement(yl,null,n);return p.createElement(pl,null,v,(i||g)&&p.createElement(ul,{renderHeaderElement:h},i,g),p.createElement(vl,{sidebar:s},f,"left"===s&&b,y,"right"===s&&b),o&&p.createElement(bl,{renderFooterElement:m},o))},exports.TemplateBreakout=hl,exports.TemplateContent=vl,exports.TemplateContentPrimary=fl,exports.TemplateContentSidebar=yl,exports.TemplateContentTop=gl,exports.TemplateFooter=bl,exports.TemplateHeader=ul,exports.Text=rl,exports.TextInput=ir,exports.Toggle=El,exports.VideoPlayer=function(e){var t=e.aspectRatio,r=e.className,a=e.descriptionText,n=e.embedCode,l=e.headingText,o=e.helperText,i=e.id,c=void 0===i?b():i,s=e.iframeTitle,m=e.showHelperInvalidText,u=void 0===m||m,h=e.videoId,v=e.videoType,g=v===exports.VideoPlayerTypes.Vimeo?s||"Vimeo video player":s||"YouTube video player",f=v===exports.VideoPlayerTypes.Vimeo?"https://player.vimeo.com/video/"+h+"?autoplay=0&loop=0":"https://www.youtube.com/embed/"+h+"?disablekb=1&autoplay=0&fs=1&modestbranding=0",y=s?""+s:"Video player",x=n&&n.includes("<iframe")&&!n.includes("title=")?n.replace("<iframe ",'<iframe title="'+y+'" '):n,w=!1;x||v||h?x||v?x||h?x&&(v||h)&&(console.warn("VideoPlayer can accept the `embedCode` prop or the `videoType` and `videoId` props. You have set both."),w=!0):(console.warn("VideoPlayer also requires the `videoId` prop. You have only set the `videoType` prop."),w=!0):(console.warn("VideoPlayer also requires the `videoType` prop. You have only set the `videoId` prop."),w=!0):(console.warn("VideoPlayer requires either the `embedCode` prop or both the `videoType` and `videoId` props."),w=!0),h&&(h.includes("://")||h.includes("http")||h.includes(".")||h.includes("youtube")||h.includes("vimeo"))&&(console.warn("The VideoPlayer `videoId` prop is not configured properly."),w=!0),!x||(x.includes("vimeo.com")||x.includes("youtube.com"))&&x.includes("<iframe")&&x.includes("</iframe")||(console.warn("The VideoPlayer `embedCode` prop is not configured properly."),w=!0);var z=w?"invalid":_t(t,exports.VideoPlayerAspectRatios),E=d.useMultiStyleConfig("VideoPlayer",{variant:z}),S=x?p.createElement("span",{dangerouslySetInnerHTML:{__html:x}}):p.createElement(d.Box,{as:"iframe",src:f,title:g,frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; fullscreen; gyroscope; picture-in-picture",allowFullScreen:!0,__css:E.iframe});return p.createElement(d.Box,{className:r,"data-testid":"video-player-component",id:c,__css:E},w?p.createElement("span",{dangerouslySetInnerHTML:{__html:"<strong>Error:</strong> This video player has not been configured properly. Please contact the site administrator."}}):p.createElement(al,{headingText:l||null,descriptionText:a||null,helperText:o&&u?o:null,id:c+"-componentWrapper"},p.createElement(d.Box,{__css:E.inside},S)))},exports.useNYPLTheme=function(){var e=d.useTheme();return e&&0!==Object.keys(e).length?{breakpoints:e.breakpoints,colors:{brand:e.colors.brand,section:e.colors.section,transparent:e.colors.transparent,ui:e.colors.ui},fontSizes:{"-3":e.fontSizes[-3],"-2":e.fontSizes.xs,"-1":e.fontSizes.sm,0:e.fontSizes.md,1:e.fontSizes.lg,2:e.fontSizes[2],3:e.fontSizes[3],4:e.fontSizes[4]},fontWeights:{light:e.fontWeights.light,regular:e.fontWeights.regular,medium:e.fontWeights.medium,bold:e.fontWeights.bold},fonts:{body:e.fonts.body,heading:e.fonts.heading},radii:e.radii,space:{xxs:e.space.xxs,xs:e.space.xs,s:e.space.s,m:e.space.m,l:e.space.l,xl:e.space.xl,xxl:e.space.xxl,xxxl:e.space.xxxl}}:(console.warn("The `useNYPLTheme` hook must be used inside of `<DSProvider />`."),{})};
1
+ "use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var t,l,r,a,n,c,o,i,s,h=require("@chakra-ui/react"),d=require("react"),m=e(d),p=require("uuid"),v=e(require("react-datepicker")),u=require("@chakra-ui/theme-tools"),f=require("@chakra-ui/system");function g(){return(g=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}function b(e,t){return(b=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function y(){return p.v4()}(t=exports.IconAlign||(exports.IconAlign={})).Left="left",t.Right="right",t.None="none",(l=exports.IconTypes||(exports.IconTypes={})).Default="default",l.Breadcrumbs="breadcrumbs",(r=exports.IconRotationTypes||(exports.IconRotationTypes={})).Rotate0="rotate0",r.Rotate90="rotate90",r.Rotate180="rotate180",r.Rotate270="rotate270",(a=exports.IconColors||(exports.IconColors={})).UiBlack="ui.black",a.UiWhite="ui.white",a.BrandPrimary="brand.primary",a.BrandSecondary="brand.secondary",a.SectionWhatsOnPrimary="section.whats-on.primary",a.SectionWhatsOnSecondary="section.whats-on.secondary",a.SectionBooksAndMorePrimary="section.books-and-more.primary",a.SectionBooksAndMoreSecondary="section.books-and-more.secondary",a.SectionResearchPrimary="section.research.primary",a.SectionResearchSecondary="section.research.secondary",a.SectionLocationsPrimary="section.locations.primary",a.SectionLocationsSecondary="section.locations.secondary",a.SectionBlogsPrimary="section.blogs.primary",a.SectionBlogsSecondary="section.blogs.secondary",a.SectionResearchLibraryLpa="section.research-library.lpa",a.SectionResearchLibrarySchomburg="section.research-library.schomburg",a.SectionResearchLibrarySchwartzman="section.research-library.schwartzman",(n=exports.IconSizes||(exports.IconSizes={})).Small="small",n.Medium="medium",n.Large="large",n.ExtraLarge="xlarge",n.ExtraExtraLarge="xxlarge",n.ExtraExtraExtraLarge="xxxlarge",(c=exports.IconNames||(exports.IconNames={})).AccessibilityFull="accessibility_full",c.AccessibilityPartial="accessibility_partial",c.ActionCheckCircle="action_check_circle",c.ActionHelpDefault="action_help_default",c.ActionHelpOutline="action_help_outline",c.AlertNotificationImportant="alert_notification_important",c.ActionLaunch="action_launch",c.Arrow="arrow",c.Check="check",c.Clock="clock",c.Close="close",c.Download="download",c.ErrorFilled="error_filled",c.ErrorOutline="error_outline",c.FileTypeAudio="file_type_audio",c.FileTypeDoc="file_type_doc",c.FileTypeGenericDoc="file_type_generic_doc",c.FileTypeImage="file_type_image",c.FileTypePdf="file_type_pdf",c.FileTypeSpreadsheet="file_type_spreadsheet",c.FileTypeVideo="file_type_video",c.Headset="headset",c.Minus="minus",c.Plus="plus",c.Search="search",c.SpeakerNotes="speaker_notes",c.UtilityAccountFilled="utility_account_filled",c.UtilityAccountUnfilled="utility_account_unfilled",c.UtilityHamburger="utility_hamburger",c.UtilitySearch="utility_search";var z,x,w,E=["title","titleId"];function O(){return(O=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var M,S=["title","titleId"];function _(){return(_=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var T,I=["title","titleId"];function C(){return(C=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var k,B=["title","titleId"];function L(){return(L=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var j,V=["title","titleId"];function R(){return(R=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var P,H=["title","titleId"];function F(){return(F=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var D,A=["title","titleId"];function N(){return(N=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var W,q=["title","titleId"];function G(){return(G=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Y,U=["title","titleId"];function X(){return(X=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Q,J=["title","titleId"];function K(){return(K=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Z,$,ee,te=["title","titleId"];function le(){return(le=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var re,ae,ne,ce=["title","titleId"];function oe(){return(oe=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var ie,se,he=["title","titleId"];function de(){return(de=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var me,pe,ve,ue,fe,ge=["title","titleId"];function be(){return(be=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var ye,ze,xe,we=["title","titleId"];function Ee(){return(Ee=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Oe,Me,Se,_e=["title","titleId"];function Te(){return(Te=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Ie,Ce,ke=["title","titleId"];function Be(){return(Be=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Le,je=["title","titleId"];function Ve(){return(Ve=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Re,Pe,He=["title","titleId"];function Fe(){return(Fe=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var De,Ae=["title","titleId"];function Ne(){return(Ne=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var We,qe=["title","titleId"];function Ge(){return(Ge=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Ye,Ue=["title","titleId"];function Xe(){return(Xe=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Qe,Je,Ke=["title","titleId"];function Ze(){return(Ze=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var $e,et=["title","titleId"];function tt(){return(tt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var lt,rt=["title","titleId"];function at(){return(at=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}function nt(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,rt);return d.createElement("svg",at({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,$e||($e=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-1.671 7.743A9.958 9.958 0 0110 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10a9.958 9.958 0 01-2.257 6.329l5.96 5.96a1 1 0 01-1.414 1.414l-5.96-5.96z"})))}var ct,ot,it=["title","titleId"];function st(){return(st=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var ht,dt,mt=["title","titleId"];function pt(){return(pt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var vt,ut=["title","titleId"];function ft(){return(ft=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var gt=["title","titleId"];function bt(){return(bt=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var yt,zt={accessibility_full:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,E);return d.createElement("svg",O({viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,o||(o=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.257 0h15.485C17.434 0 18 .566 18 1.257v15.486A1.26 1.26 0 0116.742 18H1.257A1.26 1.26 0 010 16.743V1.257C0 .566.566 0 1.257 0z",fill:"#155196"})),i||(i=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.055 4.195a1.336 1.336 0 001.201-1.326c0-.733-.597-1.33-1.33-1.33a1.333 1.333 0 00-1.165 1.975l.475 6.671 4.883.002 2.003 4.692 2.629-1.031-.407-.97-1.472.531-1.938-4.473-4.54.03-.062-.845 3.287.001v-1.25l-3.412-.001-.152-2.676z",fill:"#fff"})),s||(s=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.967 13.763a4.973 4.973 0 01-4.39 2.702 4.917 4.917 0 01-4.907-4.907c0-1.897 1.15-3.66 2.867-4.442l.111 1.449a3.571 3.571 0 00-1.641 3.004c0 1.96 1.6 3.559 3.56 3.559 1.794 0 3.323-1.377 3.532-3.143l.868 1.778z",fill:"#fff"})))},accessibility_partial:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,S);return d.createElement("svg",_({viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,z||(z=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.257 0h15.485C17.434 0 18 .566 18 1.257v15.485c0 .692-.566 1.258-1.258 1.258H1.257A1.26 1.26 0 010 16.742V1.257C0 .566.566 0 1.257 0z",fill:"#EFEDEB"})),x||(x=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.055 4.194A1.336 1.336 0 008.256 2.87c0-.733-.597-1.33-1.33-1.33a1.333 1.333 0 00-1.165 1.975l.475 6.67 4.883.003 2.003 4.692 2.629-1.031-.407-.97-1.472.531-1.938-4.473-4.54.03-.062-.845 3.287.001v-1.25l-3.412-.001-.152-2.677z",fill:"#000"})),w||(w=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.967 13.762a4.973 4.973 0 01-4.39 2.703 4.917 4.917 0 01-4.907-4.907c0-1.897 1.15-3.66 2.867-4.443l.111 1.45a3.571 3.571 0 00-1.641 3.003c0 1.96 1.6 3.56 3.56 3.56 1.794 0 3.323-1.377 3.532-3.143l.868 1.777z",fill:"#000"})))},action_check_circle:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,I);return d.createElement("svg",C({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,M||(M=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-2-5.83l6.59-6.59L18 9l-8 8-4-4 1.41-1.41L10 14.17z"})))},action_help_default:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,B);return d.createElement("svg",L({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,T||(T=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17v-2h2v2h-2zm3.17-6.83l.9-.92c.57-.57.93-1.37.93-2.25 0-2.21-1.79-4-4-4S8 6.79 8 9h2c0-1.1.9-2 2-2s2 .9 2 2c0 .55-.22 1.05-.59 1.41l-1.24 1.26C11.45 12.4 11 13.4 11 14.5v.5h2c0-1.5.45-2.1 1.17-2.83z"})))},action_help_outline:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,V);return d.createElement("svg",R({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,k||(k=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12zm11 4v2h-2v-2h2zm-1 4c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM8 10c0-2.21 1.79-4 4-4s4 1.79 4 4c0 1.283-.79 1.973-1.56 2.646C13.712 13.283 13 13.905 13 15h-2c0-1.821.942-2.543 1.77-3.178.65-.498 1.23-.943 1.23-1.822 0-1.1-.9-2-2-2s-2 .9-2 2H8z"})))},action_launch:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,H);return d.createElement("svg",F({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,j||(j=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 5v14h14v-7h2v7c0 1.1-.9 2-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2h7v2H5zm9 0V3h7v7h-2V6.41l-9.83 9.83-1.41-1.41L17.59 5H14z"})))},alert_notification_important:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,A);return d.createElement("svg",N({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,P||(P=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.5 2.75c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v1.17c3.14.68 5.5 3.48 5.5 6.83v6l2 2v1H3v-1l2-2v-6C5 7.4 7.36 4.6 10.5 3.92V2.75zm1.5 3c2.76 0 5 2.24 5 5v7H7v-7c0-2.76 2.24-5 5-5zm-1.99 15.01c0 1.1.89 1.99 1.99 1.99s1.99-.89 1.99-1.99h-3.98zM13 7.75v4h-2v-4h2zm0 8v-2h-2v2h2z"})))},arrow:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,q);return d.createElement("svg",G({viewBox:"0 0 24 14",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,D||(D=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.526 12.871L.263 1.676 1.737.324 12 11.52 22.263.324l1.474 1.352L13.474 12.87a2 2 0 01-2.948 0z"})))},check:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,U);return d.createElement("svg",X({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,W||(W=d.createElement("path",{d:"M8.795 15.875l-4.17-4.17-1.42 1.41 5.59 5.59 12-12-1.41-1.41-10.59 10.58z"})))},clock:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,J);return d.createElement("svg",K({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Y||(Y=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zM11 7h1.5v5.25l4.5 2.67-.75 1.23L11 13V7z"})))},close:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,te);return d.createElement("svg",le({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Q||(Q=d.createElement("path",{d:"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"})))},download:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,He);return d.createElement("svg",Fe({viewBox:"0 0 14 18",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Le||(Le=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6.684h-4v-6H4v6H0l7 7 7-7zm-8 2v-6h2v6h1.17L7 10.854l-2.17-2.17H6zm8 9v-2H0v2h14z"})))},error_filled:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Ae);return d.createElement("svg",Ne({viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Re||(Re=d.createElement("path",{d:"M12 .912c-6.624 0-12 5.376-12 12s5.376 12 12 12 12-5.376 12-12-5.376-12-12-12z"})),Pe||(Pe=d.createElement("path",{d:"M13.2 14.112h-2.4v-7.2h2.4v7.2zM13.2 18.912h-2.4v-2.4h2.4v2.4z",fill:"#fff"})))},error_outline:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,qe);return d.createElement("svg",Ge({viewBox:"0 0 24 25",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,De||(De=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.988.912C5.364.912 0 6.288 0 12.912s5.364 12 11.988 12c6.636 0 12.012-5.376 12.012-12s-5.376-12-12.012-12zm1.212 13.2v-7.2h-2.4v7.2h2.4zm0 4.8v-2.4h-2.4v2.4h2.4zm-10.8-6c0 5.304 4.296 9.6 9.6 9.6 5.304 0 9.6-4.296 9.6-9.6 0-5.304-4.296-9.6-9.6-9.6a9.597 9.597 0 00-9.6 9.6z"})))},file_type_audio:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,ce);return d.createElement("svg",oe({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Z||(Z=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2a1 1 0 011-1h12a1 1 0 01.71.295l4 4.028a1 1 0 01.29.705V22a1 1 0 01-1 1H4a1 1 0 01-1-1V2zm2 1v18h14V6.44L15.584 3H5z"})),$||($=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6V2h2v4h4v2h-4a2 2 0 01-2-2z"})),ee||(ee=d.createElement("path",{d:"M7.5 12.5v3h2L12 18v-8l-2.5 2.5h-2zm6.75 1.5A2.25 2.25 0 0013 11.985v4.025A2.237 2.237 0 0014.25 14zM13 9.615v1.03a3.503 3.503 0 010 6.71v1.03a4.498 4.498 0 000-8.77z"})))},file_type_doc:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,he);return d.createElement("svg",de({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,re||(re=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2.188a1 1 0 011-1h12a1 1 0 01.71.295l4 4.028a1 1 0 01.29.705v15.971a1 1 0 01-1 1H4a1 1 0 01-1-1v-20zm2 1v18h14V6.627l-3.416-3.44H5z"})),ae||(ae=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6.188v-4h2v4h4v2h-4a2 2 0 01-2-2z"})),ne||(ne=d.createElement("path",{d:"M7 11.188h10v2H7zM7 15.188h10v2H7z"})))},file_type_generic_doc:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,ge);return d.createElement("svg",be({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,ie||(ie=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2a1 1 0 011-1h12a1 1 0 01.71.295l4 4.028a1 1 0 01.29.705V22a1 1 0 01-1 1H4a1 1 0 01-1-1V2zm2 1v18h14V6.44L15.584 3H5z"})),se||(se=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6V2h2v4h4v2h-4a2 2 0 01-2-2z"})))},file_type_image:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,we);return d.createElement("svg",Ee({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,me||(me=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2a1 1 0 011-1h12a1 1 0 01.71.295l4 4.028a1 1 0 01.29.705V22a1 1 0 01-1 1H4a1 1 0 01-1-1V2zm2 1v18h14V6.44L15.584 3H5z"})),pe||(pe=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6V2h2v4h4v2h-4a2 2 0 01-2-2z"})),ve||(ve=d.createElement("path",{d:"M14 11l-2.831 4-1.836-2.526L6 18h12l-4-7z"})),ue||(ue=d.createElement("circle",{cx:9.375,cy:10.125,r:1.125})),fe||(fe=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6V2h2v4h4v2h-4a2 2 0 01-2-2z"})))},file_type_pdf:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,_e);return d.createElement("svg",Te({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,ye||(ye=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2a1 1 0 011-1h12a1 1 0 01.71.295l4 4.028a1 1 0 01.29.705V22a1 1 0 01-1 1H4a1 1 0 01-1-1V2zm2 1v18h14V6.44L15.584 3H5z"})),ze||(ze=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6V2h2v4h4v2h-4a2 2 0 01-2-2z"})),xe||(xe=d.createElement("path",{d:"M13.683 13.874c-.413-.46-.82-.974-1.187-1.436a51.432 51.432 0 00-.493-.617l-.011-.014c.226-.646.356-1.175.385-1.572.073-1.011-.04-1.663-.345-1.992a.759.759 0 00-.808-.201c-.208.07-.491.257-.653.753-.24.738-.124 2.046.56 3.128-.305.8-.73 1.72-1.2 2.596-.896.314-1.61.727-2.123 1.229-.669.653-.941 1.302-.746 1.78.12.296.397.472.741.472.24 0 .5-.087.75-.25.634-.415 1.462-1.797 1.906-2.597a11.81 11.81 0 012.286-.45c.209-.02.416-.035.615-.047.807.853 1.466 1.302 2.074 1.414.123.023.245.035.364.035.496 0 .905-.198 1.096-.53a.784.784 0 00-.008-.8c-.337-.584-1.355-.906-2.866-.906-.109 0-.221.002-.337.005zm-5.55 3.233a.676.676 0 01-.33.125.145.145 0 01-.034-.003c-.015-.077.04-.408.575-.932.252-.247.57-.471.947-.67-.475.766-.903 1.313-1.158 1.48zm3.168-8.074c.056-.171.125-.248.168-.263h.003c.042.046.219.314.14 1.41-.014.191-.061.433-.14.72-.255-.66-.326-1.393-.171-1.867zm1.37 4.907c-.408.039-1.03.12-1.724.284.27-.537.519-1.082.727-1.587l.22.278c.252.317.534.673.826 1.02l-.049.005zm3.55 1.22c.011.019.01.027.008.032-.032.056-.178.145-.432.145a1.23 1.23 0 01-.224-.022c-.316-.058-.686-.277-1.126-.668 1.194.057 1.677.345 1.774.512z"})))},file_type_spreadsheet:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,ke);return d.createElement("svg",Be({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Oe||(Oe=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2a1 1 0 011-1h12a1 1 0 01.71.295l4 4.028a1 1 0 01.29.705V22a1 1 0 01-1 1H4a1 1 0 01-1-1V2zm2 1v18h14V6.44L15.584 3H5z"})),Me||(Me=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6V2h2v4h4v2h-4a2 2 0 01-2-2z"})),Se||(Se=d.createElement("path",{d:"M7 11h4v2H7zM13 11h4v2h-4zM7 15h4v2H7zM13 15h4v2h-4z"})))},file_type_video:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,je);return d.createElement("svg",Ve({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Ie||(Ie=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2a1 1 0 011-1h12a1 1 0 01.71.295l4 4.028a1 1 0 01.29.705V22a1 1 0 01-1 1H4a1 1 0 01-1-1V2zm2 1v18h14V6.44L15.584 3H5z"})),Ce||(Ce=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 6V2h2v4h4v2h-4a2 2 0 01-2-2zM7.333 10.5h7c.321 0 .584.262.584.583v2.042l2.333-2.333v6.416l-2.333-2.333v2.042c0 .32-.263.583-.584.583h-7a.585.585 0 01-.583-.583v-5.834c0-.32.263-.583.583-.583zm6.417 5.833v-4.666H7.917v4.666h5.833z"})))},headset:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Ue);return d.createElement("svg",Xe({viewBox:"0 0 18 19",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,We||(We=d.createElement("path",{d:"M9 0a9 9 0 00-9 9v7c0 1.66 1.34 3 3 3h3v-8H2V9c0-3.87 3.13-7 7-7s7 3.13 7 7v2h-4v8h3c1.66 0 3-1.34 3-3V9a9 9 0 00-9-9z"})))},minus:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Ke);return d.createElement("svg",Ze({viewBox:"0 -11 24 24",width:24,height:2,xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Ye||(Ye=d.createElement("rect",{width:24,height:2,rx:1})))},plus:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,et);return d.createElement("svg",tt({viewBox:"0 0 23 23",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Qe||(Qe=d.createElement("rect",{x:11,y:24,width:24,height:2,rx:1,transform:"rotate(-90 11 24)"})),Je||(Je=d.createElement("rect",{y:11,width:24,height:2,rx:1})))},search:nt,speaker_notes:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,it);return d.createElement("svg",st({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,lt||(lt=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 2h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H6l-4 4 .01-18c0-1.1.89-2 1.99-2zm1.17 14H20V4H4v13.17l.58-.58.59-.59zM6 12h2v2H6v-2zm2-3H6v2h2V9zM6 6h2v2H6V6zm9 6h-5v2h5v-2zm-5-3h8v2h-8V9zm8-3h-8v2h8V6z"})))},utility_account_filled:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,mt);return d.createElement("svg",pt({viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,ct||(ct=d.createElement("path",{clipRule:"evenodd",d:"M18.25 7.866c0 3.136-2.798 5.678-6.25 5.678s-6.25-2.542-6.25-5.678S8.548 2.188 12 2.188s6.25 2.542 6.25 5.678z"})),ot||(ot=d.createElement("path",{clipRule:"evenodd",d:"M11.225 12.993c-6.245.466-8.974 5.763-9.23 9.206h20s-3.078-9.78-10.77-9.206z"})))},utility_account_unfilled:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,ut);return d.createElement("svg",ft({viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,ht||(ht=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.8 7.807c0 2.87-2.558 5.263-5.8 5.263s-5.8-2.393-5.8-5.263S8.758 2.544 12 2.544s5.8 2.393 5.8 5.263z",fill:"#fff",stroke:"#000"})),dt||(dt=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.225 13.071c-6.245.466-8.974 5.763-9.23 9.207h20s-3.078-9.78-10.77-9.207z",fill:"#fff",stroke:"#000"})))},utility_hamburger:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,gt);return d.createElement("svg",bt({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,vt||(vt=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",stroke:"#000",strokeWidth:2,strokeLinecap:"round",d:"M4 16.938h16M4 11.938h16M4 6.938h16"})))},utility_search:nt};function xt(e){var t=e.additionalStyles,l=void 0===t?{}:t,r=e.align,a=void 0===r?exports.IconAlign.None:r,n=e.children,c=e.className,o=e.color,i=void 0===o?exports.IconColors.UiBlack:o,s=e.decorative,m=void 0===s||s,p=e.iconRotation,v=void 0===p?exports.IconRotationTypes.Rotate0:p,u=e.id,f=void 0===u?y():u,b=e.name,z=e.size,x=void 0===z?exports.IconSizes.Medium:z,w=e.title,E=void 0===w?b+" icon":w,O=e.type,M=void 0===O?exports.IconTypes.Default:O,S=h.useStyleConfig("Icon",{align:a,color:i,iconRotation:v,size:x,variant:M}),_={"aria-hidden":m,className:c,id:f,role:"img",title:E},T=null;return b&&n?(console.warn("Icon accepts either a `name` prop or an `svg` element child, not both."),null):b||n?b?d.createElement(h.Icon,Object.assign({as:zt[b]},_,{__css:g({},S,l)})):("svg"===n.type||"svg"===n.props.type||"svg"===n.props.mdxType?T=d.cloneElement(n,g({},_)):console.warn("You must pass an `svg` element to the `Icon` component."),d.createElement(h.Box,{__css:S},T)):(console.warn("Icon: Pass an icon `name` prop or an SVG child to ensure an icon appears."),null)}(yt=exports.ColorVariants||(exports.ColorVariants={})).Blogs="blogs",yt.BooksAndMore="booksAndMore",yt.Locations="locations",yt.Research="research",yt.WhatsOn="whatsOn";var wt,Et,Ot,Mt,St,_t=function(e,t,l){void 0===l&&(l=null);var r={};for(var a in t)r[t[a]]=t[a];return r[e]||l};function Tt(e){var t,l,r=e.additionalStyles,a=void 0===r?{}:r,n=e.attributes,c=e.buttonType,o=e.children,i=e.className,s=void 0===i?"":i,m=e.id,p=void 0===m?y():m,v=e.isDisabled,u=void 0!==v&&v,f=e.mouseDown,b=e.onClick,z=e.type,x=void 0===z?"button":z,w=void 0!==f&&f?{onMouseDown:b}:{onClick:b},E=0,O=!1;return d.Children.map(o,(function(e){E++,null!=e&&(e.type===xt||e.props&&"Icon"===e.props.mdxType)&&(O=!0)})),t=1===E&&O?"iconOnly":_t(c,exports.ButtonTypes,exports.ButtonTypes.Primary),l=h.useStyleConfig("Button",{variant:t}),d.createElement(h.Button,Object.assign({id:p,"data-testid":"button",className:s,type:x,isDisabled:u,__css:g({},l,a)},n,w),o)}(wt=exports.ButtonTypes||(exports.ButtonTypes={})).Primary="primary",wt.Secondary="secondary",wt.Callout="callout",wt.Pill="pill",wt.Link="link",wt.NoBrand="noBrand",(Et=exports.CardLayouts||(exports.CardLayouts={})).Row="row",Et.Column="column",(Ot=exports.HeadingDisplaySizes||(exports.HeadingDisplaySizes={})).Primary="primary",Ot.Secondary="secondary",Ot.Tertiary="tertiary",Ot.Callout="callout",(Mt=exports.HeadingLevels||(exports.HeadingLevels={})).One="one",Mt.Two="two",Mt.Three="three",Mt.Four="four",Mt.Five="five",Mt.Six="six",(St=exports.LinkTypes||(exports.LinkTypes={})).Action="action",St.Backwards="backwards",St.Button="button",St.Default="default",St.External="external",St.Forwards="forwards";var It,Ct,kt,Bt=d.forwardRef((function(e,t){var l=e.additionalStyles,r=void 0===l?{}:l,a=e.attributes,n=e.children,c=e.className,o=e.href,i=e.id,s=void 0===i?y():i,m=e.type,p=void 0===m?exports.LinkTypes.Default:m,v=g({id:s,href:o},a),u="link";if("string"==typeof n&&!o)throw new Error("`Link` needs the `href` prop.");p===exports.LinkTypes.Action||p===exports.LinkTypes.Forwards||p===exports.LinkTypes.Backwards||p===exports.LinkTypes.External?u="moreLink":p===exports.LinkTypes.Button&&(u="button");var f=h.useStyleConfig("Link",{variant:u}),b=(p===exports.LinkTypes.Forwards||p===exports.LinkTypes.Backwards)&&function(e,t,l){var r,a,n;return t===exports.LinkTypes.Backwards?(r=exports.IconRotationTypes.Rotate90,a=exports.IconAlign.Left):t===exports.LinkTypes.Forwards&&(r=exports.IconRotationTypes.Rotate270,a=exports.IconAlign.Right),n=d.createElement(xt,{align:a,className:"more-link",iconRotation:r,id:l+"-icon",name:exports.IconNames.Arrow}),d.createElement(d.Fragment,null,t===exports.LinkTypes.Backwards&&n,e,t===exports.LinkTypes.Forwards&&n)}(n,p,s)||p===exports.LinkTypes.External&&function(e,t){var l=d.createElement(xt,{align:exports.IconAlign.Right,className:"more-link",id:t+"-icon",name:exports.IconNames.ActionLaunch});return d.createElement(d.Fragment,null,e,l)}(n,s)||n,z=p===exports.LinkTypes.External?"nofollow":null,x=p===exports.LinkTypes.External?"_blank":null;if(o)return d.createElement(h.Box,Object.assign({as:"a",className:c,ref:t,rel:z,target:x},v,{__css:g({},f,r)}),b);if(d.Children.count(n)>1)throw new Error("Please pass only one child into `Link`.");var w=n[0]?n[0]:n;return d.createElement(h.Box,{as:"span",__css:f},d.cloneElement(w,g({className:c},v,w.props,{ref:t,rel:z,target:x,style:r}),[w.props.children]))}));function Lt(e){var t=e.additionalStyles,l=void 0===t?{}:t,r=e.className,a=e.displaySize,n=e.id,c=void 0===n?y():n,o=e.level,i=void 0===o?exports.HeadingLevels.Two:o,s=e.text,m=e.url,p=e.urlClass,v=function(e){return void 0===e&&(e=exports.HeadingLevels.Two),{one:1,two:2,three:3,four:4,five:5,six:6}[e]||2}(i),u=a?_t(a,exports.HeadingDisplaySizes):"h"+v,f=g({},h.useStyleConfig("Heading",{variant:u}),l),b="h"+v;if(!e.children&&!s)throw new Error("Heading has no children, please pass prop: text");if(d.Children.count(e.children)>1){var z=d.Children.map(e.children,(function(e){return e.type}));throw new Error("Please only pass one child into Heading, got "+z.join(", "))}var x=e.children?e.children:s,w=m?d.createElement(Bt,{className:p,href:m,id:c+"-link"},x):x;return d.createElement(h.Heading,{id:c,as:b,sx:f,className:r},w)}function jt(e){var t=e.additionalWrapperStyles,l=void 0===t?{}:t,r=e.className,a=void 0===r?"":r,n=e.children,c=e.imageAspectRatio,o=void 0===c?exports.ImageRatios.Original:c,i=e.imageSize,s=void 0===i?exports.ImageSizes.Default:i,m=h.useMultiStyleConfig("CustomImageWrapper",{ratio:o,size:s});return d.createElement(h.Box,{className:"the-wrap "+a,__css:g({},m,l)},d.createElement(h.Box,{className:"the-crop",__css:m.crop},n))}function Vt(e){var t=e.additionalFigureStyles,l=void 0===t?{}:t,r=e.additionalImageStyles,a=void 0===r?{}:r,n=e.additionalWrapperStyles,c=void 0===n?{}:n,o=e.alt,i=e.className,s=void 0===i?"":i,m=e.component,p=e.imageAspectRatio,v=void 0===p?exports.ImageRatios.Original:p,u=e.imageCaption,f=e.imageCredit,b=e.imageSize,y=void 0===b?exports.ImageSizes.Default:b,z=e.imageType,x=void 0===z?exports.ImageTypes.Default:z,w=e.src,E=v!==exports.ImageRatios.Original,O=h.useMultiStyleConfig("CustomImage",{variant:x,size:y});if(o&&o.length>300)throw new Error("Alt Text must be less than 300 characters");var M=m||d.createElement(h.Box,{as:"img",src:w,alt:o,__css:g({},O.img,a)}),S=E?d.createElement(jt,{className:s,imageAspectRatio:v,imageSize:y,additionalWrapperStyles:c},M):M;return u||f?d.createElement(h.Box,{as:"figure",__css:g({},O.figure,l)},S,d.createElement(h.Box,{as:"figcaption",__css:O.figcaption},u&&d.createElement(h.Box,{__css:O.captionWrappers},u),f&&d.createElement(h.Box,{__css:O.captionWrappers},f))):S}function Rt(e){var t=e.alt,l=e.component,r=e.imageSize,a=e.imageAspectRatio,n=e.src,c=h.useStyleConfig("CardImage",{center:e.center,imageAtEnd:e.imageAtEnd,imageSize:r,layout:e.layout});return d.createElement(h.Box,{__css:c},d.createElement(Vt,{alt:t,component:l,imageAspectRatio:a,imageSize:r,src:n}))}(It=exports.ImageRatios||(exports.ImageRatios={})).FourByThree="fourByThree",It.OneByTwo="oneByTwo",It.Original="original",It.SixteenByNine="sixteenByNine",It.Square="square",It.ThreeByFour="threeByFour",It.ThreeByTwo="threeByTwo",It.TwoByOne="twoByOne",(Ct=exports.ImageSizes||(exports.ImageSizes={})).Default="default",Ct.Large="large",Ct.Medium="medium",Ct.Small="small",Ct.ExtraSmall="xsmall",Ct.ExtraExtraSmall="xxsmall",(kt=exports.ImageTypes||(exports.ImageTypes={})).Default="default",kt.Circle="circle";var Pt=Lt;function Ht(e){var t=e.children,l=h.useStyleConfig("CardContent");return t&&d.createElement(h.Box,{__css:l},t)}function Ft(e){var t=e.children,l=h.useStyleConfig("CardActions",{bottomBorder:e.bottomBorder,topBorder:e.topBorder,center:e.center,layout:e.layout});return t&&d.createElement(h.Box,{__css:l},t)}function Dt(e){return d.createElement(e.mainActionLink?h.LinkBox:d.Fragment,null,e.children)}function At(e){var t=e.children,l=e.mainActionLink;return l?d.createElement(h.LinkOverlay,{href:l},t):d.createElement(d.Fragment,null,t)}function Nt(e){var t=e.additionalStyles,l=void 0===t?{}:t,r=e.ariaAtomic,a=void 0===r||r,n=e.ariaLive,c=void 0===n?"polite":n,o=e.className,i=void 0===o?"":o,s=e.id,m=void 0===s?y():s,p=e.isInvalid,v=void 0!==p&&p,u=e.text,f={"aria-atomic":a,"aria-live":v?c:"off",className:i,"data-isinvalid":v,id:m,__css:g({},h.useStyleConfig("HelperErrorText",{isInvalid:v}),l)};return"string"==typeof u?d.createElement(h.Box,Object.assign({},f,{dangerouslySetInnerHTML:{__html:u}})):d.createElement(h.Box,Object.assign({},f),u)}var Wt=["isIndeterminate","isChecked"],qt=function(){};function Gt(e){var t=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,Wt);return d.createElement(h.Icon,Object.assign({viewBox:"0 0 24 24"},t),d.createElement("path",{fill:"currentColor",d:"M8.795 15.875l-4.17-4.17-1.42 1.41 5.59 5.59 12-12-1.41-1.41-10.59 10.58z"}))}var Yt,Ut=d.forwardRef((function(e,t){var l=e.className,r=e.invalidText,a=e.helperText,n=e.id,c=void 0===n?y():n,o=e.isChecked,i=e.isDisabled,s=void 0!==i&&i,m=e.isIndeterminate,p=void 0!==m&&m,v=e.isInvalid,u=void 0!==v&&v,f=e.isRequired,g=void 0!==f&&f,b=e.labelText,z=e.name,x=e.showHelperInvalidText,w=void 0===x||x,E=e.showLabel,O=void 0===E||E,M=e.value,S=h.useMultiStyleConfig("Checkbox",{}),_=u?r:a,T={},I=e.onChange||qt,C=p?void 0:d.createElement(Gt,null);return O?_&&(T["aria-describedby"]=c+"-helperText"):T["aria-label"]=b&&_?b+" - "+_:b,d.createElement(d.Fragment,null,d.createElement(h.Checkbox,Object.assign({id:c,className:l,name:z||"default",isDisabled:s,isInvalid:u,isRequired:g,isIndeterminate:p,ref:t,value:M},void 0!==o?{isChecked:o,onChange:I}:{defaultIsChecked:!1},{icon:C,__css:S},T),O&&b),_&&w&&d.createElement(h.Box,{__css:S.helper},d.createElement(Nt,{id:c+"-helperText",isInvalid:u,text:_})))}));(Yt=exports.CheckboxGroupLayoutTypes||(exports.CheckboxGroupLayoutTypes={})).Column="column",Yt.Row="row";var Xt,Qt,Jt=function(e){var t=e.children,l=e.className,r=e.id,a=e.isLegendHidden,n=e.isRequired,c=void 0!==n&&n,o=e.legendText,i=e.optReqFlag,s=void 0===i||i,d=h.useMultiStyleConfig("Fieldset",{isLegendHidden:void 0!==a&&a});return m.createElement(h.Box,{as:"fieldset",id:r,__css:d,className:l},m.createElement("legend",null,o,s&&m.createElement(h.Box,{__css:d.helper},c?"Required":"Optional")),t)},Kt={px:"1px",0:"0",xxxs:"0.125rem",.5:"0.125rem",xxs:"0.25rem",1:"0.25rem",1.5:"0.375rem",xs:"0.5rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",3.5:"0.875rem",s:"1rem",4:"1rem",5:"1.25rem",m:"1.5rem",6:"1.5rem",7:"1.75rem",l:"2rem",8:"2rem",9:"2.25rem",10:"2.5rem",xl:"3rem",12:"3rem",14:"3.5rem",xxl:"4rem",16:"4rem",20:"5rem",xxxl:"6rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem"},Zt=d.forwardRef((function(e,t){var l=e.children,r=e.defaultValue,a=void 0===r?[]:r,n=e.helperText,c=e.id,o=void 0===c?y():c,i=e.isDisabled,s=void 0!==i&&i,m=e.isInvalid,p=void 0!==m&&m,v=e.isRequired,u=void 0!==v&&v,f=e.labelText,g=e.layout,b=void 0===g?exports.CheckboxGroupLayoutTypes.Column:g,z=e.name,x=e.onChange,w=e.optReqFlag,E=void 0===w||w,O=e.showHelperInvalidText,M=void 0===O||O,S=e.showLabel,_=void 0===S||S,T=p?e.invalidText:n,I=b===exports.CheckboxGroupLayoutTypes.Column?Kt.s:Kt.l,C=[],k=a&&x?{defaultValue:a,onChange:x}:{};d.Children.map(l,(function(e,t){e.type!==Ut&&(e.props.mdxType&&"Checkbox"===e.props.mdxType||console.warn("Only `Checkbox` components are allowed inside the `CheckboxGroup` component.")),null!=e&&C.push(d.cloneElement(e,{key:t,id:o+"-"+t,name:z,isDisabled:s,isInvalid:p,isRequired:u}))}));var B=h.useMultiStyleConfig("CheckboxGroup",{});return d.createElement(Jt,{id:o+"-checkbox-group",isLegendHidden:!_,legendText:f,optReqFlag:E},d.createElement(h.CheckboxGroup,Object.assign({},k),d.createElement(h.Stack,{id:o,"data-testid":"checkbox-group",direction:[b],spacing:I,ref:t,"aria-label":_?null:f,sx:B.stack},C)),T&&M&&d.createElement(h.Box,{__css:B.helper},d.createElement(Nt,{id:o+"-helperErrorText",isInvalid:p,text:T})))}));function $t(e){var t=e.children,l=e.columns,r=e.className,a=e.gap,n=void 0===a?exports.GridGaps.Large:a;return d.createElement(h.SimpleGrid,{columns:l?{base:1,md:l}:{base:1,md:2,lg:3},gap:n,id:e.id||y(),className:r},t)}function el(e){var t=e.children,l=e.className,r=e.gap,a=e.id,n=d.Children.count(t),c=d.Children.map(t,(function(e,t){return e?e.type===tl||"FormField"===e.props.mdxType?d.cloneElement(e,{id:a+"-grandchild"+t}):(console.warn("FormRow children must be `FormField` components."),null):null}));return d.createElement($t,{columns:n,className:l,gap:r,id:a},c)}function tl(e){return d.createElement($t,{columns:1,className:e.className,gap:e.gap,id:e.id},e.children)}(Xt=exports.DatePickerTypes||(exports.DatePickerTypes={})).Full="full",Xt.Month="month",Xt.Year="year",(Qt=exports.GridGaps||(exports.GridGaps={})).ExtraExtraSmall="xxs",Qt.ExtraSmall="xs",Qt.Small="s",Qt.Medium="m",Qt.Large="l",Qt.ExtraLarge="xl",Qt.ExtraExtraLarge="xxl";var ll,rl,al,nl={marginY:"0",marginX:"auto",maxWidth:"1280px",paddingTop:"0",paddingBottom:"0",paddingRight:"0",paddingLeft:"0",width:"100%"},cl={clip:"rect(1px, 1px, 1px, 1px)",height:"1px",overflow:"hidden",position:"absolute !important",width:"1px",wordWrap:"normal"},ol={border:"1px solid",borderColor:"ui.focus",zIndex:"9999",outline:"1px solid",outlineColor:"ui.focus"},il={marginTop:"xxs",marginBottom:"0"},sl={userSelect:"none",fontSize:"text.default",fontWeight:"text.default",marginBottom:"0",marginLeft:"xs",verticalAlign:"middle",_disabled:{color:"ui.gray.dark",opacity:1,fontStyle:"italic"},_invalid:{color:"ui.error.primary"}},hl={h:"1.375rem",w:"1.375rem"},dl=g({},il,{marginLeft:"30px",_disabled:{fontStyle:"italic"}}),ml={alignItems:"baseline",width:"100%",marginBottom:"xs",fontSize:"label.default",fontWeight:"label.default",display:"flex",justifyContent:"space-between",helper:{marginLeft:"m",fontSize:"helper.default",fontWeight:"helper.default"}},pl={helper:{marginTop:"s"},stack:{width:"fit-content"}};function vl(e){var t=e.children,l=e.className,r=e.htmlFor,a=e.id,n=void 0===a?y():a,c=e.optReqFlag,o=h.useMultiStyleConfig("Label",{});return d.createElement(h.Box,{as:"label",id:n,className:l,htmlFor:r,__css:o},t,c&&d.createElement(h.Box,{__css:o.helper},c))}(ll=exports.TextInputTypes||(exports.TextInputTypes={})).email="email",ll.hidden="hidden",ll.number="number",ll.password="password",ll.text="text",ll.textarea="textarea",ll.tel="tel",ll.url="url",function(e){e.email="jdoe@domain.com",e.hidden="",e.number="",e.password="",e.text="",e.tel="(123) 123-1234",e.textarea="",e.url="https://domain.com"}(rl||(rl={})),function(e){e.Default="default",e.SearchBar="searchBar",e.SearchBarSelect="searchBarSelect"}(al||(al={}));var ul,fl=d.forwardRef((function(e,t){var l,r,a=e.additionalStyles,n=void 0===a?{}:a,c=e.attributes,o=void 0===c?{}:c,i=e.className,s=e.defaultValue,m=e.helperText,p=e.id,v=void 0===p?y():p,u=e.invalidText,f=e.isDisabled,b=void 0!==f&&f,z=e.isInvalid,x=void 0!==z&&z,w=e.isRequired,E=void 0!==w&&w,O=e.labelText,M=e.name,S=e.onChange,_=e.placeholder,T=e.showHelperInvalidText,I=void 0===T||T,C=e.showLabel,k=void 0===C||C,B=e.showOptReqLabel,L=void 0===B||B,j=e.step,V=void 0===j?1:j,R=e.type,P=void 0===R?exports.TextInputTypes.text:R,H=e.value,F=e.variantType,D=g({},h.useMultiStyleConfig("TextInput",{variant:void 0===F?al.Default:F}),n),A=P===exports.TextInputTypes.textarea,N=P===exports.TextInputTypes.hidden,W=E?"Required":"Optional",q=x?u||"There is an error related to this field.":m;return k?m&&(o["aria-describedby"]=v+"-helperText"):o["aria-label"]=O&&q?O+" - "+q:O,(P===exports.TextInputTypes.tel||P===exports.TextInputTypes.url||P===exports.TextInputTypes.email)&&(q=d.createElement(d.Fragment,null,"Ex: ",rl[P],d.createElement("br",null),q)),r=N?{id:v,"aria-hidden":N,name:M,onChange:S,ref:t}:g({"aria-required":E,defaultValue:s,id:v,isDisabled:b,isRequired:E,isInvalid:x,placeholder:_,name:M,onChange:S,ref:t,step:P===exports.TextInputTypes.number?V:null},o),A?l=d.createElement(h.Textarea,Object.assign({},r,{__css:D.textarea}),H):(r=g({type:P,value:H},r),l=d.createElement(h.Input,Object.assign({},r,{__css:D.input}))),d.createElement(h.Box,{__css:D,className:i},O&&k&&!N&&d.createElement(vl,{htmlFor:v,optReqFlag:L&&W,id:v+"-label"},O),l,q&&I&&!N&&d.createElement(h.Box,{__css:D.helper,"aria-disabled":b},d.createElement(Nt,{id:v+"-helperText",isInvalid:x,text:q})))})),gl=d.forwardRef((function(e,t){var l=e.additionalStyles,r=void 0===l?{}:l;return m.createElement(fl,{id:e.dsId,showLabel:e.showLabel,onChange:e.onChange,value:e.value,labelText:e.labelText,isDisabled:e.isDisabled,isRequired:e.isRequired,showHelperInvalidText:e.showHelperInvalidText,showOptReqLabel:e.showOptReqLabel,isInvalid:e.isInvalid,helperText:e.helperText,invalidText:e.invalidText,ref:e.dsRef||t,attributes:g({},e.attributes,{onClick:e.onClick}),additionalStyles:r})})),bl=function(e){var t=e.children,l=e.id;return m.createElement(tl,{id:l+"-form-field}"},e.isDateRange?m.createElement(Jt,{id:l,className:e.className,isLegendHidden:!e.showLabel,legendText:e.labelText,optReqFlag:e.showOptReqLabel,isRequired:e.isRequired},t):t)},yl=function(e){var t=e.children;return e.isDateRange?m.createElement(el,{id:e.id+"-form-row",gap:exports.GridGaps.ExtraSmall},t):m.createElement(m.Fragment,null,t)},zl=m.forwardRef((function(e,t){var l=e.className,r=e.dateFormat,a=void 0===r?"yyyy-MM-dd":r,n=e.dateType,c=void 0===n?exports.DatePickerTypes.Full:n,o=e.helperText,i=e.helperTextFrom,s=e.helperTextTo,p=e.id,u=void 0===p?y():p,f=e.initialDate,b=e.initialDateTo,z=e.invalidText,x=e.isDateRange,w=void 0!==x&&x,E=e.isDisabled,O=e.isInvalid,M=e.isRequired,S=e.labelText,_=void 0===S?"From":S,T=e.maxDate,I=e.minDate,C=e.nameFrom,k=e.nameTo,B=e.onChange,L=e.refTo,j=e.showHelperInvalidText,V=void 0===j||j,R=e.showLabel,P=void 0===R||R,H=e.showOptReqLabel,F=void 0===H||H,D=h.useMultiStyleConfig("DatePicker",{}),A=w?D:{},N=f?new Date(f):new Date,W=b?new Date(b):new Date,q={startDate:N};w&&(q=g({},q,{endDate:W}));var G=d.useState(q),Y=G[0],U=G[1],X=function(e,t){var l,r;U(g({},Y,((l={})[t]=e,l))),B&&B(g({},Y,((r={})[t]=e,r)))},Q={popperClassName:"date-picker-calendar",popperPlacement:"bottom-start",popperModifiers:[{name:"offset",options:{offset:[0,-8]}}],minDate:I?new Date(I):null,maxDate:T?new Date(T):null,dateFormat:a},J={dsId:u+"-start",isRequired:M,showOptReqLabel:!w&&F,showLabel:!!w||P,isDisabled:E,isInvalid:O,helperText:w?i:o,showHelperInvalidText:V,invalidText:z,additionalStyles:A.subLabels},K={},Z={},$=null,ee=_;if(c===exports.DatePickerTypes.Month?(Q.showMonthYearPicker=!0,Q.dateFormat="MM-yyyy"):c===exports.DatePickerTypes.Year&&(Q.showYearPicker=!0,Q.yearItemNumber=12,Q.dateFormat="yyyy"),(t&&!C||L&&!k)&&console.warn("A `ref` or `refTo` prop was passed but not the equivalent `nameFrom` or `nameTo` prop."),B&&(t||L||C||k)&&console.warn("React `ref` props were passed and an `onChange` prop as well. Use whichever is best for your app but not both."),K=g({},Q),w){var te=g({},J,{dsId:u+"-end",helperText:s});K=g({},K,{selectsStart:!0,startDate:Y.startDate,endDate:Y.endDate}),Z=g({},Q,{selectsEnd:!0,minDate:Y.startDate,startDate:Y.startDate,endDate:Y.endDate}),ee="From",$=m.createElement(v,Object.assign({selected:Y.endDate,onChange:function(e){return X(e,"endDate")},customInput:m.createElement(gl,Object.assign({labelText:"To",dsRef:L,attributes:{name:k}},te))},Z))}var le=m.createElement(v,Object.assign({selected:Y.startDate,onChange:function(e){return X(e,"startDate")},customInput:m.createElement(gl,Object.assign({labelText:ee,dsRef:t,attributes:{name:C}},J))},K));return m.createElement(bl,{id:u,isDateRange:w,showLabel:P,labelText:_,className:l,isRequired:M,showOptReqLabel:F},m.createElement(yl,{id:u,isDateRange:w},m.createElement(tl,{id:u+"-start-form"},le),$&&m.createElement(tl,{id:u+"-end-form"},$)),o&&w&&V&&m.createElement(h.Box,{__css:il},m.createElement(Nt,{id:u+"-helper-text",isInvalid:!1,text:o})))})),xl=u.createBreakpoints({sm:"20em",md:"38em",lg:"60em",xl:"80em","2xl":"96em"}),wl={primary:"#C60917",secondary:"#760000"},El={transparent:"transparent",ui:{black:"#000",white:"#fff",disabled:{primary:"#E0E0E0",secondary:"#FAFAFA"},error:{primary:"#97272C",secondary:"#6F0106"},focus:"#4181F1",link:{primary:"#0576D3",secondary:"#004B98"},status:{primary:"#F9E08E",secondary:"#FBE7E1"},success:{primary:"#077719",secondary:"#095212"},test:"#FF6347",warning:{primary:"#F0974E",secondary:"#EC7B1F"},gray:{xdark:"#424242",dark:"#616161",medium:"#BDBDBD","light-cool":"#E0E0E0","light-warm":"#EFEDEB","x-light-cool":"#F5F5F5","x-light-warm":"#F8F8F7","xx-light-cool":"#FAFAFA"}},brand:wl,section:{"whats-on":{primary:"#242424",secondary:"#000000"},"books-and-more":wl,research:{primary:"#00838a",secondary:"#006166"},locations:wl,blogs:{primary:"#E0E0E0",secondary:"#BDBDBD"},"research-library":{lpa:"#005d53",schomburg:"#a03e31",schwartzman:"#760000"}},gray:{50:"#F2F2F2",100:"#DBDBDB",200:"#C4C4C4",300:"#ADADAD",400:"#969696",500:"#808080",600:"#666666",700:"#4D4D4D",800:"#333333",900:"#1A1A1A"},red:{50:"#FEE7E8",100:"#FCBBC0",200:"#FA8F97",300:"#F8636E",400:"#F63745",500:"#F40B1C",600:"#C30917",700:"#920711",800:"#62040B",900:"#310206"},orange:{50:"#FDF1E7",100:"#F9D8BD",200:"#F6BF93",300:"#F2A769",400:"#EF8E3E",500:"#EB7514",600:"#BC5E10",700:"#8D460C",800:"#5E2F08",900:"#2F1704"},yellow:{50:"#FEF8E7",100:"#FBECBB",200:"#F9E090",300:"#F7D464",400:"#F4C938",500:"#F2BD0D",600:"#C2970A",700:"#917108",800:"#614B05",900:"#302603"},green:{50:"#E7FEEB",100:"#BCFBC6",200:"#90F8A1",300:"#65F67C",400:"#3AF357",500:"#0EF133",600:"#0BC128",700:"#08911E",800:"#066014",900:"#03300A"},blue:{50:"#E6F3FE",100:"#B9DFFD",200:"#8CCAFC",300:"#60B5FB",400:"#33A0FA",500:"#068BF9",600:"#056FC7",700:"#045495",800:"#023864",900:"#011C32"}},Ol={fonts:{body:"-apple-system, BlinkMacSystemFont, system-ui, sans-serif",heading:"-apple-system, BlinkMacSystemFont, system-ui, sans-seri"},fontSizes:{"-3":"0.625rem","-2":"0.75rem","-1":"0.875rem",0:"1rem",1:"1.125rem",2:"1.375rem",3:"1.75rem",4:"2.25rem",breadcrumbs:{default:"0.875rem"},button:{default:"0.875rem"},heading:{primary:"2.25rem",secondary:"1.75rem",tertiary:"1.375rem",callout:"1.125rem"},helper:{default:"0.75rem"},label:{default:"0.875rem",secondary:"0.75rem"},text:{default:"1rem",caption:"0.875rem",tag:"0.75rem",mini:"0.625rem"}},fontWeights:{light:300,regular:400,medium:500,bold:700,breadcrumbs:{default:400,lastChild:700},button:{default:400},heading:{primary:300,secondary:500,tertiary:500,callout:500},helper:{default:300},label:{default:500},text:{default:300,caption:300,tag:400,mini:400}}},Ml={bg:"ui.link.primary",minWidth:"none",height:"none",fontSize:"button.default"},Sl={baseStyle:{borderRadius:"sm",lineHeight:"1.5",display:"flex",cursor:"pointer",color:"ui.white",justifyContent:"center",py:"xs",px:"s",textDecoration:"none",wordWrap:"normal",fontWeight:"button.default",svg:{fill:"currentColor",marginTop:"xxs"},_hover:{bg:"ui.link.secondary"},_visited:{color:"ui.white"},_disabled:{bg:"ui.gray.light-cool",color:"ui.gray.dark",pointerEvents:"none",opacity:"1"}},variants:{primary:Ml,secondary:{bg:"ui.white",border:"1px solid",borderColor:"ui.gray.light-cool",color:"inherit",fontSize:"button.default",_hover:{bg:"ui.gray.xx-light-cool"}},link:{bg:"transparent",lineHeight:"2.5",color:"ui.link.primary",textDecoration:"underline",_disabled:{bg:"transparent"},_hover:{bg:"transparent",color:"ui.link.secondary"}},pill:{bg:"ui.white",border:"1px solid",borderColor:"ui.gray.light-cool",color:"inherit",borderRadius:"pill",py:"xs",paddingInlineStart:"m",paddingInlineEnd:"m",fontSize:"button.default",_hover:{bg:"ui.gray.xx-light-cool"}},iconOnly:{bg:"ui.white",border:"1px solid",borderColor:"ui.gray.light-cool",color:"inherit",_hover:{bg:"ui.gray.xx-light-cool"},paddingInlineStart:"xs",paddingInlineEnd:"xs"},callout:{bg:"brand.primary",fontSize:"button.default",_hover:{bg:"brand.secondary"},_active:{bg:"brand.secondary"}},noBrand:g({},Ml,{bg:"ui.black",color:"ui.white",_hover:{bg:"ui.gray.xdark"}})},defaultProps:{variant:"primary"}},_l={xxsmall:{flex:{base:"0 0 100%",md:"0 0 64px"},width:"100%"},xsmall:{flex:{md:"0 0 96px"}},small:{flex:{md:"0 0 165px"}},medium:{flex:{md:"0 0 225px"}},large:{flex:{md:"0 0 360px"}}},Tl={Card:{parts:["body","heading"],baseStyle:function(e){var t=e.border,l=e.center,r="row"===e.layout,a=r?{display:"flex",flexFlow:{base:"column nowrap",md:"row"},maxWidth:"100%",textAlign:"left",alignItems:l?"center":null}:{},n=t?{border:"1px solid",borderColor:"ui.gray.medium"}:{},c=null;return l&&(c="auto",r&&(c="0")),g({alignItems:"flex-start",display:"flex",flexFlow:"column wrap",textAlign:l?"center":null,heading:{marginBottom:"xs",a:e.mainActionLink?{color:"ui.black"}:null},body:{display:{md:"block"},flexFlow:{md:"row nowrap"},margin:c,padding:function(e){var t=e.border,l=e.hasImage,r=e.isRow,a=null;return t&&(a="s",l&&(a="0 var(--nypl-space-s) var(--nypl-space-s)")),r&&t&&(a="var(--nypl-space-s)"),r&&t&&l&&(a={base:"0 var(--nypl-space-s) var(--nypl-space-s)",md:"var(--nypl-space-s) var(--nypl-space-s) var(--nypl-space-s) 0"},e.imageAtEnd&&(a={base:"var(--nypl-space-s) var(--nypl-space-s) 0",md:"var(--nypl-space-s) 0 var(--nypl-space-s) var(--nypl-space-s)"})),a}({border:t,hasImage:e.hasImage,imageAtEnd:e.imageAtEnd,isRow:r})}},n,a)}},CardActions:{baseStyle:function(e){var t=null;return e.center?t="center":"row"===e.layout&&(t="left"),g({marginBottom:"xs",columnGap:"var(--nypl-space-xs)",display:"flex",_last:{marginBottom:"0"}},e.topBorder?{borderTop:"1px solid",paddingTop:"xs"}:{},e.bottomBorder?{borderBottom:"1px solid",paddingBottom:"xs"}:{},{justifyContent:t,borderColor:"ui.gray.medium"})}},CardContent:{baseStyle:{marginBottom:"xs",_last:{marginBottom:"0"}}},CardImage:{baseStyle:function(e){var t=e.imageAtEnd,l="row"===e.layout?g({flex:{md:"0 0 225px"},maxWidth:{base:"100%",md:"50%"},textAlign:"left",alignItems:e.center?"center":null,margin:{base:t?"var(--nypl-space-m) 0 0":null,md:t?"0 0 0 var(--nypl-space-m)":"0 var(--nypl-space-m) 0 0"},width:{base:"100%",md:null}},_l[e.imageSize]||{}):{marginBottom:"xs",width:"100%"};return g({},t?{marginBottom:"0",marginTop:"s",order:"2"}:{},l)}}},Il={parts:["icon","control","label","helper"],baseStyle:{icon:{transitionProperty:"transform",transitionDuration:"normal",width:"22px",height:"22px"},control:{border:"2px solid",borderRadius:"sm",borderColor:"ui.black",color:"ui.black",outline:"none",transitionProperty:"box-shadow",transitionDuration:"normal",_checked:{bg:"ui.white",borderColor:"ui.focus",color:"ui.focus",_hover:{bg:"ui.white"},_disabled:{bg:"ui.white",borderColor:"ui.gray.medium",color:"ui.gray.medium"},_indeterminate:{color:"ui.focus",borderColor:"ui.focus"}},_indeterminate:{color:"ui.focus",borderColor:"ui.focus"},_disabled:{bg:"ui.white",borderColor:"ui.gray.medium"},_focus:{borderColor:"ui.focus",boxShadow:"none",outlineColor:"ui.focus"},_invalid:{borderColor:"ui.error.primary",color:"ui.error.primary"}},label:g({},sl),helper:g({},dl)},sizes:{lg:{control:g({},hl,{borderRadius:"sm"}),label:{fontSize:"text.default"}}},defaultProps:{size:"lg",colorScheme:"white"}},Cl={parts:["helper","stack"],baseStyle:pl},kl={position:"relative",width:"100%",height:"auto",overflow:"hidden"},Bl={marginLeft:"auto",marginRight:"auto"},Ll={default:{maxWidth:"100%"},xxsmall:g({},Bl,{maxWidth:"64px"}),xsmall:g({},Bl,{maxWidth:"96px"}),small:g({},Bl,{maxWidth:"165px"}),medium:g({},Bl,{maxWidth:"225px"}),large:g({},Bl,{maxWidth:"360px"})},jl={fourByThree:g({},kl,{paddingBottom:"75%"}),oneByTwo:g({},kl,{paddingBottom:"200%"}),original:g({},kl),sixteenByNine:g({},kl,{paddingBottom:"56.25%"}),square:g({},kl,{paddingBottom:"100%"}),threeByFour:g({},kl,{paddingBottom:"133.33%"}),threeByTwo:g({},kl,{paddingBottom:"66.66%"}),twoByOne:g({},kl,{paddingBottom:"50%"})},Vl={parts:["captionWrappers"],variants:{circle:{img:{borderRadius:"50%"}}},baseStyle:function(e){var t=e.size,l=void 0===t?"default":t;return{figure:g({margin:"auto"},Ll[l],{img:{marginBottom:"xxs"}}),figcaption:{fontStyle:"italic"},img:g({display:"block",boxSizing:"border-box",objectFit:"cover",position:"relative",width:"100%"},Ll[l]),captionWrappers:{marginBottom:"xxs",fontSize:"text.caption"}}}},Rl={parts:["crop"],baseStyle:function(e){var t=e.ratio,l=e.size;return g({marginLeft:"auto",marginRight:"auto",width:"100%"},Ll[void 0===l?"default":l],{crop:g({},jl[void 0===t?"original":t]),img:{height:"100%",left:"0",maxWidth:"100%",position:"absolute",top:"0",width:"100%"}})}},Pl={backgroundColor:"ui.white",borderRadius:"sm",borderColor:"ui.gray.medium",paddingTop:"xs",paddingRight:"xl",paddingBottom:"xs",paddingLeft:"s",_hover:{borderColor:"ui.gray.medium"},_active:ol,_focus:ol,_disabled:{color:"ui.gray.xdark",bg:"ui.gray.xx-light-cool",opacity:"1"},_invalid:{border:"1px solid",borderColor:"ui.error.primary",boxShadow:"none"}},Hl={parts:["select","helper"],baseStyle:{marginBottom:"xs",helper:g({},il),select:Pl},variants:{searchbar:{select:{flex:"1 1 20%",borderRightColor:{md:"transparent"},borderRightRadius:{md:"none"},_hover:{borderRightColor:{md:"transparent"}}}}},defaultProps:{size:"md"}},Fl={parts:["helper"],baseStyle:function(e){return{legend:g({},ml,e.isLegendHidden?cl:{}),helper:g({},ml.helper)}}},Dl={color:"ui.link.primary",textDecoration:"underline",_hover:{color:"ui.link.secondary"}},Al={baseStyle:g({},Dl,{a:{_hover:{color:"ui.link.secondary"}}}),variants:{link:{},disabled:{color:"ui.gray.dark",pointerEvents:"none"},moreLink:{alignItems:"center",display:"inline-flex",svg:{height:"s",width:"s",textDecoration:"none",fill:"currentColor"},_hover:{color:"ui.link.secondary",textDecoration:"underline"}},button:{width:"100px",borderRadius:"sm",lineHeight:"1.5",display:"flex",cursor:"pointer",color:"ui.white",justifyContent:"center",py:"xs",px:"xs",textDecoration:"none",fontWeight:"button.default",bg:"ui.link.primary",_hover:{color:"ui.white",bg:"ui.link.secondary",textDecoration:"none"}}}},Nl={marginTop:"0",marginLeft:"0",marginRight:"0",marginBottom:"s"},Wl={h1:g({fontSize:"heading.primary",fontWeight:"heading.primary",letterSpacing:"0",lineHeight:"1.1"},Nl,{width:"auto"}),h2:g({fontSize:"heading.secondary",fontWeight:"heading.secondary",lineHeight:"1.25"},Nl,{width:"auto"}),h3:g({fontSize:"heading.tertiary",fontWeight:"heading.tertiary",lineHeight:"1.25"},Nl,{width:"auto"}),h4:g({fontSize:"heading.callout",fontWeight:"heading.callout",lineHeight:"1.15"},Nl,{width:"auto"}),fallback:g({fontSize:"1",fontWeight:"regular",lineHeight:"1.15"},Nl,{width:"auto"})},ql={baseStyle:{a:Dl},variants:{h1:Wl.h1,h2:Wl.h2,h3:Wl.h3,h4:Wl.h4,h5:Wl.fallback,h6:Wl.fallback,primary:Wl.h1,secondary:Wl.h2,tertiary:Wl.h3,callout:Wl.h4},defaultProps:{variant:"secondary"}},Gl={overflowX:"hidden",content:g({},nl,{paddingRight:"s",paddingLeft:"s",display:"flex",flexFlow:{base:"column nowrap",md:"row wrap"},img:{flex:{base:"1 1 100%",md:"0 0 250px"},order:{md:"3"},height:"150px",minWidth:"0",objectFit:"cover",width:"100%"}}),bodyText:{marginTop:"xs",marginRight:{md:"xs"},flex:{md:"1 1 50%"},order:{md:"2"}}},Yl={marginBottom:"0",bg:"ui.black",color:"ui.white",flex:"1 1 100%",marginTop:"0",paddingBottom:"xxs",position:"relative",zIndex:"0",order:{md:"1"},_before:{bg:"ui.black",content:'""',height:"100%",left:"-2000px",position:"absolute",width:"4000px",zIndex:"-1"}},Ul=function(e){return g({},Gl,{heading:g({},Yl,{bg:e,_before:g({},Yl._before,{bg:e})})})},Xl={baseStyle:{bg:"ui.gray.x-light-warm"},variants:{primary:{alignItems:"center",display:"flex",flexFlow:{base:"column nowrap",md:"row nowrap"},justifyContent:"center",minHeight:"350px",content:{bg:"ui.black",color:"ui.white",flex:{base:"0 0 100%",md:"0 0 60%"},maxWidth:{md:"960px"},paddingTop:"xxl",paddingBottom:"xxl",paddingRight:"l",paddingLeft:"l",a:{color:"inherit",display:"inline-block"},heading:{marginBottom:"0"},bodyText:{marginBottom:"0"}}},secondary:g({},Gl,{heading:g({},Yl)}),secondaryBooksAndMore:Ul("section.books-and-more.primary"),secondaryLocations:Ul("section.locations.primary"),secondaryResearch:Ul("section.research.primary"),secondaryWhatsOn:Ul("section.whats-on.primary"),tertiary:{bg:"ui.gray.xdark",content:g({},nl,{color:"ui.white",display:"flex",flexFlow:"column nowrap",paddingTop:"m",paddingBottom:"m",paddingRight:"s",paddingLeft:"s",p:{marginBottom:"0",marginTop:"s"}}),heading:{marginBottom:"0",_lastChild:{marginBottom:"0"}},p:{marginBottom:"0"}},campaign:{alignItems:"center",display:"flex",justifyContent:"center",marginBottom:"xxl",minHeight:"300px",overflow:"visible",padding:{base:"l",md:"0"},position:"relative",content:{alignItems:"center",bg:"ui.black",color:"ui.white",display:"flex",flexFlow:{base:"column nowrap",md:"row nowrap"},minHeight:"320px",flex:{md:"0 0 90%"},maxWidth:{md:"1280px"},position:{md:"relative"},top:{md:"xxl"}},a:{color:"inherit",display:"inline-block"},img:{flex:{base:"1 1 100%",md:"0 0 50%"},minWidth:"0",objectFit:"cover",width:"100%",height:{md:"320px"}},interior:{flex:{base:"0 0 100%",md:"0 0 50%"},padding:"l",maxWidth:{md:"960px"}}},fiftyfifty:{content:g({},nl,{alignItems:"center",display:"flex",flexFlow:{base:"column nowrap",lg:"row nowrap"},paddingBottom:"s",paddingRight:"s",paddingLeft:"s",padding:{lg:"unset"}}),img:{marginBottom:{base:"s",lg:"unset"},marginRight:{lg:"s"},maxWidth:{base:"fit-content",lg:"50%"}}}}},Ql={display:"inline-block",fill:"currentColor",width:"24px",height:"24px"},Jl={none:{},left:{marginRight:"xxs"},right:{marginLeft:"xxs"}},Kl={rotate180:{transform:"rotate(180deg)"},rotate270:{transform:"rotate(270deg)"},rotate0:{transform:"rotate(0deg)"},rotate90:{transform:"rotate(90deg)"}},Zl={xxxlarge:{height:"var(--nypl-space-xxl)",width:"var(--nypl-space-xxl)"},xxlarge:{height:"var(--nypl-space-xl)",width:"var(--nypl-space-xl)"},xlarge:{height:"var(--nypl-space-l)",width:"var(--nypl-space-l)"},large:{height:"var(--nypl-space-m)",width:"var(--nypl-space-m)"},medium:{height:"1.125rem",width:"1.125rem"},small:{height:"0.875rem",width:"0.875rem"}},$l={baseStyle:function(e){var t=g({},Ql,Jl[e.align],{fill:e.color},Kl[e.iconRotation],Zl[e.size]);return g({},t,{svg:g({},t)})},variants:{default:{},breadcrumbs:{fill:"var(--nypl-colors-ui-white)",display:{md:"none"}}}},er={parts:["helper"],baseStyle:g({},ml)},tr={display:"inline-block",height:"auto",width:"100%"},lr={default:{maxWidth:"100%"},xxsmall:{maxWidth:"64px"},xsmall:{maxWidth:"96px"},small:{maxWidth:"165px"},medium:{maxWidth:"225px"},large:{maxWidth:"360px"},xlarge:{maxWidth:"360px"},xxlarge:{height:"var(--nypl-space-xl)",width:"var(--nypl-space-xl)"},xxxlarge:{height:"var(--nypl-space-xxl)",width:"var(--nypl-space-xxl)"}},rr={baseStyle:function(e){var t=g({},tr,lr[e.size]);return g({},t,{svg:g({},t)})}};(ul=exports.NotificationTypes||(exports.NotificationTypes={})).Standard="standard",ul.Announcement="announcement",ul.Warning="warning";var ar,nr,cr={Notification:{parts:["container","dismissibleButton","icon"],baseStyle:function(e){var t=e.centered,l=e.dismissible,r=e.noMargin,a=e.notificationType,n="ui.status.primary";return a!==exports.NotificationTypes.Announcement&&a!==exports.NotificationTypes.Warning||(n="ui.gray.x-light-cool"),{bg:n,display:"flex",fontSize:"-1",position:"relative",textAlign:t?"center":null,borderRadius:r?"0":"4px",margin:r?"0":"s",container:{margin:"auto",maxWidth:"var(--nypl-breakpoint-xl)",padding:"s",paddingRight:l?"l":null,paddingLeft:t&&l?"l":null,width:"100%"},dismissibleButton:{border:"none",bgColor:"inherit",alignItems:"center",color:"ui.black",display:"flex",height:"32px",width:"32px",minWidth:"0",position:"absolute",right:"0",top:"0",_hover:{bg:"inherit"}},icon:{flexShrink:"0",marginRight:"s"}}}},NotificationContent:{parts:["content"],baseStyle:function(e){return{display:"flex",justifyContent:"center",content:{color:e.notificationType===exports.NotificationTypes.Warning?"brand.primary":"currentColor",marginTop:e.icon?"xxxs":"0",paddingLeft:e.alignText?"calc(var(--nypl-space-m) + var(--nypl-space-s))":null,width:"100%",a:{color:"ui.black",_hover:{color:"ui.black"}}}}}},NotificationHeading:{parts:["heading"],baseStyle:function(e){var t=e.notificationType,l="ui.black";return t===exports.NotificationTypes.Announcement?l="section.research.secondary":t===exports.NotificationTypes.Warning&&(l="brand.primary"),{display:"flex",marginBottom:"xxs",justifyContent:e.centered?"center":null,heading:{marginBottom:"0",marginTop:e.icon?"xxxs":"0",color:l}}}}};(ar=exports.ProgressIndicatorSizes||(exports.ProgressIndicatorSizes={})).Default="default",ar.Small="small",(nr=exports.ProgressIndicatorTypes||(exports.ProgressIndicatorTypes={})).Circular="circular",nr.Linear="linear";var or,ir={borderRadius:"2px",boxSizing:"border-box",marginBottom:"xs"},sr={border:"1px solid",borderColor:"ui.gray.light-cool",padding:"s"},hr={landscape:"50%",portrait:"133%",square:"100%"},dr={landscape:"110px",portrait:"294px",square:"220px"},mr={parts:["section","image","container","heading","content","button"],baseStyle:function(e){var t=e.imageAspectRatio,l=e.border?g({},sr):{};return g({margin:"auto",width:"100%"},l,{section:{marginBottom:"s",_last:{marginBottom:"0"}},image:g({},ir,{boxSizing:"border-box",flexShrink:"0",height:"0",overflow:"hidden",paddingBottom:hr[t],position:"relative",width:"100%"}),container:{marginTop:"s",width:"100%"},heading:g({},ir,{height:"32px"}),content:g({},ir,{height:"20px"}),button:{height:"32px",margin:"auto",maxWidth:"160px",width:"100%"}})},variants:{row:function(e){return{alignItems:"flex-start",display:{md:"flex"},image:{overflow:{md:"visible"},paddingBottom:{md:"0"},position:{md:"relative"},width:{md:"220px"},height:{md:dr[e.imageAspectRatio]}},container:{marginLeft:e.showImage?{md:"m"}:null,marginTop:{md:"0"}},button:{margin:{md:"0"}}}}}},pr={marginTop:"xs",marginBottom:"xs",marginRight:"s",marginLeft:"s"},vr={parts:["container","helper","leftValue","rightValue","textInput","filledTrack","track","thumb"],baseStyle:function(e){var t=e.isInvalid,l=e.showBoxes,r="ui.link.primary";return t?r="ui.error.primary":e.isDisabled&&(r="ui.gray.light-cool"),{container:{display:"flex",alignItems:"center"},helper:{marginTop:"xs"},leftValue:g({},pr,{marginLeft:l&&e.isRangeSlider?"0":"s"}),rightValue:g({},pr,{marginRight:l?"0":"s"}),textInput:{minWidth:"65px",color:t?"ui.error.primary":"ui.black"},filledTrack:{bgColor:r},track:{bgColor:"ui.gray.light-cool",_disabled:{bgColor:"ui.gray.light-cool"}},thumb:{border:"1px solid",borderColor:r,boxShadow:"none",_active:{transform:"translateY(-50%) scale(1.0)"}}}}},ur={parts:["image","imageFigure","imageWrapper"],baseStyle:function(e){var t=e.hasFigureImage,l=e.imageAspectRatio,r=e.imagePosition,a={},n=g({float:["none","none","center"!==r?r:void 0],marginLeft:["auto","auto","center"===r?null:"left"===r?"0":"m"],marginRight:["auto","auto","center"===r?null:"left"===r?"m":"0"],width:"center"!==r?"100%":void 0},a);return"center"===r&&(a.maxWidth="100%"),{imageFigure:g({},n,{marginBottom:"m"}),imageWrapper:g({},n,{marginBottom:t?null:"m"}),image:g({float:["none","none","center"!==r?r:void 0],marginLeft:["auto","auto","right"===r&&"original"===l?"m":void 0],marginRight:["auto","auto","left"===r&&"original"===l?"m":void 0],marginBottom:t&&"original"!==l?null:"m"},a)}}},fr={marginY:0,marginX:"auto",maxWidth:"1280px",paddingTop:0,paddingBottom:0,paddingRight:"s",paddingLeft:"s",width:"100%"},gr={bgColor:"ui.white",border:"1px solid",borderColor:"ui.gray.medium",borderRadius:"sm",fontSize:"text.caption",py:"xs",px:"s",_hover:{borderColor:"ui.gray.dark"},_disabled:{bgColor:"ui.gray.xx-light-cool",color:"ui.gray.xdark",opacity:"1"},_active:ol,_focus:ol,_placeholder:{color:"ui.gray.dark",fontStyle:"italic",lineHeight:"21px"},_invalid:{border:"1px solid",borderColor:"ui.error.primary",boxShadow:"none"}},br=h.extendTheme(g({styles:{global:{body:{boxSizing:"border-box",bg:"ui.white",color:"ui.black",fontFamily:"body",fontSize:"text.default",fontWeight:"text.default",lineHeight:"1.5",overflowX:"hidden"},a:{color:"ui.link.primary"},svg:{display:"inline"},p:{margin:"0 0 var(--nypl-space-s"}}},breakpoints:xl,colors:El,radii:{pill:"20px",round:"100%"},shadows:{outline:"none"},space:Kt},Ol,{components:g({Accordion:{parts:["container","button","panel"],baseStyle:{container:{borderLeftWidth:"1px",borderRightWidth:"1px",borderColor:"ui.gray.medium",width:"100%"},button:{border:"none",fontWeight:500,_hover:{bg:"ui.gray.light-cool"}},panel:{paddingTop:"xs",paddingRight:"xxxl",paddingLeft:"s",paddingBottom:"xs"}}},Breadcrumb:{baseStyle:{bg:"ui.black",color:"ui.white",fontSize:"breadcrumbs.default",fontWeight:"breadcrumbs.default",paddingBottom:"xs",paddingTop:"xs",ol:{alignItems:{base:"center",md:"unset"},display:{base:"flex",md:"block"},margin:"auto",maxWidth:"1280px",paddingLeft:"s",paddingRight:"s"},a:{_hover:{color:"ui.gray.light-cool"}},"li:last-child":{fontWeight:{base:"breadcrumbs.default",md:"breadcrumbs.lastChild"},".chakra-breadcrumb__link":{_hover:{cursor:"default",textDecoration:"none"}},".icon":{display:"none"}},"li:not(:last-child)":{display:{base:"none",md:"inline-block"},a:{marginRight:{base:"xs",md:"0"}},".icon":{display:{base:"inline",md:"none"}},"span:not(.breadcrumb-label)":{marginInlineEnd:"xxs",marginInlineStart:"xxs"}},"li:nth-last-of-type(2)":{display:"inline-block",span:{display:{base:"none",md:"inline"}}}},variants:{blogs:{bg:"section.blogs.secondary",color:"ui.black",a:{_hover:{color:"ui.gray.xdark"}}},booksAndMore:{bg:"section.books-and-more.secondary"},locations:{bg:"section.locations.primary"},research:{bg:"section.research.secondary"},whatsOn:{bg:"section.whats-on.secondary"}}},Button:Sl},Tl,{Checkbox:Il,CheckboxGroup:Cl,ComponentWrapper:{baseStyle:function(e){return{helperText:{marginBottom:"0",marginTop:e.hasChildren?"xs":"0"}}}},CustomImage:Vl,CustomImageWrapper:Rl,CustomSelect:Hl,DatePicker:{parts:["subLabels"],baseStyle:{subLabels:{label:{fontSize:"label.secondary",marginBottom:"0"}}}},Fieldset:Fl,Heading:ql,HelperErrorText:{baseStyle:function(e){return{marginBottom:"0",fontSize:"helper.default",color:e.isInvalid?"ui.error.primary":"ui.black"}}},Hero:Xl,HorizontalRule:{baseStyle:function(e){var t=e.align;return{bg:"ui.gray.light-cool",border:"0",height:"2px",marginBottom:"s",marginTop:"s",marginLeft:"left"===t?0:"auto",marginRight:"right"===t?0:"auto"}}},Icon:$l,Label:er,Link:Al,List:{baseStyle:function(e){var t=e.inline,l=e.noStyling;return{margin:l?"0":"unset",listStyle:l?"none":null,marginInlineStart:"unset",paddingLeft:l?"0":"l",padding:l?"0":null,display:t?"flex":null,li:{marginRight:t?"m":null,listStyleType:t?"none":null,_notFirst:{marginTop:t?null:"xxs"}}}},variants:{ul:function(e){return{listStyle:"none",li:{_before:{color:"ui.gray.medium",content:e.noStyling?"unset":'"\\2022"',display:"inline-block",fontWeight:"bold",fontSize:"2",lineHeight:"0.9",marginLeft:"-1rem",width:"1rem"}}}},dl:{borderBottom:"1px solid",borderColor:"ui.gray.light-cool",paddingLeft:"0",h2:{borderTop:"3px solid",borderColor:"section.research.primary",margin:"0",padding:"var(--nypl-space-xs) 0 0"},dl:{display:"grid",gridTemplateColumns:{base:"100%",md:"max(250px) 1fr"},gridTemplateRows:"1fr",margin:"var(--nypl-space-xs) 0 0"},dt:{borderTop:"1px solid",borderColor:"ui.gray.light-cool",fontWeight:"label.default",paddingBottom:{base:"0",md:"s"},paddingTop:"s",paddingRight:{md:"m"}},dd:{margin:"0",paddingBottom:"s",borderTop:{base:"none",md:"1px solid"},borderColor:{md:"ui.gray.light-cool"},paddingTop:{md:"s"}}}}},Logo:rr},cr,{Pagination:{parts:["link"],baseStyle:{marginBottom:"l",alignItems:"stretch",display:"flex",width:"100%",link:{lineHeight:"1.15",textDecoration:"none"},li:{_first:{marginTop:"xxs"}}}},ProgressIndicator:{parts:["circular","circularLabel","linear","linearContainer","linearPercentage"],baseStyle:function(e){var t=e.darkMode,l=e.size;return{color:t?"ui.white":"ui.black",circular:{svg:{height:l===exports.ProgressIndicatorSizes.Small?"24px":"48px",width:l===exports.ProgressIndicatorSizes.Small?"24px":"48px",display:"block",circle:{_first:{stroke:t?"ui.gray.dark":"ui.gray.light-cool"},_last:{stroke:t?"ui.white":"ui.link.primary"}}}},circularContainer:{alignItems:"center",display:"flex",flexDirection:"column",width:"fit-content"},linear:{"> div":{bg:t?"ui.white":"ui.link.primary"},flex:25,bg:t?"ui.gray.dark":"ui.gray.light-cool",height:{base:"4px",md:l===exports.ProgressIndicatorSizes.Small?"4px":"8px"}},linearContainer:{display:"flex",alignItems:"center"},linearPercentage:{padding:"0 var(--nypl-space-xs)",flex:1}}}},Radio:{parts:["control","label","helper"],baseStyle:{control:{verticalAlign:"middle",transitionProperty:"box-shadow",transitionDuration:"normal",border:"2px solid",borderRadius:"round",borderColor:"ui.black",color:"ui.white",outline:"none",_checked:{bg:"ui.white",borderColor:"ui.focus",color:"ui.white",_disabled:{color:"ui.gray.medium",borderColor:"ui.gray.medium",bg:"ui.white",_before:{bg:"ui.gray.medium"}},_invalid:{_hover:{borderColor:"ui.error.primary"},_before:{borderColor:"ui.error.primary",bg:"ui.error.primary"}},_hover:{bg:"ui.white"},_before:{content:'""',display:"block",w:"3",h:"3",borderRadius:"round",bg:"ui.focus"}},_disabled:{borderColor:"ui.gray.medium",bg:"ui.white"},_focus:{boxShadow:"outline",borderColor:"ui.focus"},_invalid:{borderColor:"ui.error.primary"}},label:g({},sl),helper:g({},dl)},sizes:{md:{control:g({},hl)}},defaultProps:{size:"md"}},RadioGroup:{parts:["helper","stack"],baseStyle:pl},SearchBar:{parts:["select"],baseStyle:{display:"flex",marginBottom:{base:"xs",md:"auto"},flexFlow:{base:"column nowrap",md:"row nowrap"},select:{marginBottom:"0"}}},Skeleton:{baseStyle:{borderRadius:"2px",background:"ui.gray.light-warm",animation:function(){return f.keyframes({from:{opacity:.9},"50%":{opacity:.7},to:{opacity:.9}})}()+" 1000ms cubic-bezier(0.25, -0.5, 1, 0) infinite"}},SkeletonLoader:mr,CustomSlider:vr,StatusBadge:{baseStyle:{borderRadius:"base",color:"ui.black",display:"block",fontSize:"-1",fontStyle:"italic",py:"xxs",px:"xs",textAlign:"center",width:"fit-content"},variants:{low:{bg:"ui.gray.light-cool"},medium:{bg:"ui.status.primary"},high:{bg:"ui.status.secondary"}}},StructuredContent:ur,Tabs:{parts:["buttonArrows","tablistWrapper","carouselParent"],baseStyle:{tablist:{borderColor:"ui.black"},tab:{color:"black !important",paddingInlineStart:"s",paddingLeft:"s",background:"transparent",border:"0",borderBottom:"1px solid",borderColor:"red",height:{base:"44px"},marginRight:{base:"0",md:"1px"},paddingRight:{base:"s",md:"l",lg:"xl"},whiteSpace:"nowrap",_hover:{bg:"ui.gray.x-light-warm",borderTopRadius:"sm",borderBottom:"1px solid",borderBottomColor:"ui.black"},_selected:{fontWeight:"bold",bg:"ui.gray.light-warm",border:"0",borderTopRadius:"sm",borderBottom:"3px solid",borderBottomColor:"ui.black",paddingBottom:"5px"},_focus:{boxShadow:"0"}},buttonArrows:{border:"0",borderRadius:"0",display:{md:"none"},height:"44px",width:"44px !important",top:"8px",marginLeft:"4px",marginRight:"4px",pos:"absolute",transition:"0.6s ease",zIndex:"9999"},tablistWrapper:{display:"flex",alignItems:"center",borderBottom:{base:"0",md:"1px solid black"},height:{base:"58px",md:"auto"},margin:"0",overflowX:{base:"auto",md:"visible"},paddingBottom:{base:"5px",md:"0"},paddingLeft:{base:"4px",md:"0"},paddingRight:{base:"4px",md:"0"},paddingTop:{base:"4px",md:"0"},position:"relative"},tabpanels:{paddingTop:"2px"},carouselParent:{position:{base:"absolute",md:"relative"},left:{base:"50px",md:"auto"},paddingBottom:{base:"5px",md:"0"},paddingLeft:{base:"4px",md:"0"},paddingRight:"0",paddingTop:{base:"4px",md:"0"},right:{base:"52px",md:"auto"},top:{base:"4px",md:"0"},overflowX:{base:"hidden",md:"visible"}}}},CustomTable:{baseStyle:function(e){var t=e.showRowDividers;return{tbody:{th:{color:"var(--nypl-colors-ui-black)"}},th:{border:t?void 0:"none",borderBottom:t?void 0:"0px",color:e.columnHeadersTextColor||"ui.black",fontSize:"0",fontWeight:"bold",letterSpacing:"0",paddingLeft:0,paddingRight:"m",textTransform:"capitalize",_first:{paddingLeft:t?"m":null},_last:{paddingRight:t?"m":"0"}},td:{border:t?void 0:"none",borderBottom:t?void 0:"0px",letterSpacing:"0",paddingLeft:0,paddingRight:"m",_first:{paddingLeft:t&&!e.useRowHeaders?"m":null},_last:{paddingRight:t?"m":"0"}},caption:{captionSide:"top",color:"ui.black",fontSize:"heading.secondary",fontWeight:"heading.secondary",marginBottom:"s",marginLeft:"0",marginRight:"0",marginTop:"0",padding:"0",textAlign:"left"}}}}},{Template:{baseStyle:{boxSizing:"border-box",color:"ui.black",overflowX:"hidden","*":{boxSizing:"inherit"},"*::after":{boxSizing:"inherit"},"*::before":{boxSizing:"inherit"}},sizes:{},defaultProps:{}},TemplateHeader:{baseStyle:{marginBottom:"l"}},TemplateBreakout:{baseStyle:g({},{marginLeft:"calc(-50vw + 50%)",marginRight:"calc(-50vw + 50%)"},{width:"100vw",marginBottom:"l"})},TemplateContent:{baseStyle:g({},fr,{display:"block",marginBottom:"l"}),variants:{sidebar:{display:"flex",flexFlow:{base:"column nowrap",md:"row wrap"}}}},TemplateContentTop:{baseStyle:{flex:"1 0 100%",marginBottom:"l"}},TemplateContentPrimary:{baseStyle:{flex:"1 1",marginBottom:"l"},variants:{left:{display:"flex",flexFlow:"column nowrap",order:"1",marginRight:{md:0},minWidth:{md:0}}}},TemplateContentSidebar:{baseStyle:{flex:"0 0 255px",order:{md:"1"},marginBottom:"l"},variants:{left:{marginRight:{base:0,md:"xl"}},right:{marginLeft:{base:0,md:"xl"}}}}},{Text:{baseStyle:function(e){return{fontStyle:e.isItalic?"italic":null,fontWeight:e.isBold?"tag"===e.variant||"mini"===e.variant?"medium":"bold":null,marginBottom:e.noSpace?"0 !important":null}},variants:{default:{},caption:{fontSize:"text.caption"},tag:{fontSize:"text.tag"},mini:{fontSize:"text.mini"}}},TextInput:{parts:["helper","input","textarea"],baseStyle:{helper:g({},il),input:gr,textarea:g({},gr,{lineheight:"1.5",minHeight:"xxl"})},variants:{searchBar:{flex:"1 1 80%",input:{borderRightRadius:"none"}},searchBarSelect:{flex:"1 1 80%",input:{borderRadius:"none",borderTopLeftRadius:{base:"sm",md:"none"},borderTopRightRadius:{base:"sm",md:"none"}}}}}},{Toggle:{parts:["helper"],baseStyle:{label:{display:"flex",alignItems:"center",width:"fit-content"},helper:g({},il,{marginLeft:"xxs"})},defaultProps:{size:"lg"}},Switch:{baseStyle:{opacity:.4,track:{border:"1px solid",borderColor:"ui.gray.medium",p:"4px",_checked:{bg:"ui.link.primary",borderColor:"ui.link.primary",opacity:1},_invalid:{bg:"inherit",borderColor:"ui.error.primary","> span":{bg:"ui.error.primary"}},_disabled:{bg:"ui.gray.medium",borderColor:"ui.gray.medium",_checked:{opacity:.4}},_focus:{outline:"2px solid",outlineColor:"ui.focus",outlineOffset:"2px",zIndex:"9999"}},label:{fontSize:"label.default",marginLeft:"xs",_disabled:{fontStyle:"italic"}},thumb:{_disabled:{bg:"ui.error.primary"}}},defaultProps:{colorScheme:"white"}}},{VideoPlayer:{baseStyle:{inside:{height:"0",overflow:"hidden",paddingBottom:"56.25%",position:"relative"},iframe:{height:"100%",left:"0",margin:"auto",position:"absolute",top:"0",width:"100%"},helperText:{marginBottom:"0",marginTop:"xs"}},variants:{fourByThree:{inside:{paddingBottom:"75%"}},invalid:{backgroundColor:"ui.gray.light-warm",height:"auto",padding:"s"},square:{inside:{paddingBottom:"100%"}}}}}),config:{cssVarPrefix:"nypl"}}));(or=exports.HeroTypes||(exports.HeroTypes={})).Primary="primary",or.Secondary="secondary",or.SecondaryBooksAndMore="secondaryBooksAndMore",or.SecondaryLocations="secondaryLocations",or.SecondaryResearch="secondaryResearch",or.SecondaryWhatsOn="secondaryWhatsOn",or.Tertiary="tertiary",or.Campaign="campaign",or.FiftyFifty="fiftyfifty";var yr,zr,xr,wr,Er,Or,Mr,Sr=[exports.HeroTypes.Secondary,exports.HeroTypes.SecondaryBooksAndMore,exports.HeroTypes.SecondaryLocations,exports.HeroTypes.SecondaryResearch,exports.HeroTypes.SecondaryWhatsOn],_r={};for(var Tr in exports.HeroTypes)_r[exports.HeroTypes[Tr]]=exports.HeroTypes[Tr];function Ir(e){var t=e.additionalStyles,l=void 0===t?{}:t,r=e.children,a=e.className,n=e.id,c=void 0===n?y():n,o=e.inline,i=e.listItems,s=e.noStyling,m=e.title,p=e.type,v=void 0===p?exports.ListTypes.Unordered:p,u=g({},h.useStyleConfig("List",{inline:void 0!==o&&o,noStyling:void 0!==s&&s,variant:v}),l),f=null;if(r&&(i||(null==i?void 0:i.length)>0))return console.warn("Pass in either `<li>`, `<dt>`, or `<dd>` children or use the `listItems` data prop, but don't use both."),null;if(!r&&!i)return console.warn("Either `<li>` children or the `listItems` prop must be used."),null;var b,z=function(e){return r||(e===exports.ListTypes.Ordered||e===exports.ListTypes.Unordered?i.map((function(e,t){return d.createElement("li",{key:t},e)})):e===exports.ListTypes.Definition?i.map((function(e,t){return[d.createElement("dt",{key:t+"-term"},e.term),d.createElement("dd",{key:t+"-def"},e.definition)]})):null)};return v===exports.ListTypes.Ordered||v===exports.ListTypes.Unordered?(b=v,d.Children.map(r,(function(e){var t;e&&"li"!==(null==e?void 0:e.type)&&"li"!==(null==e||null==(t=e.props)?void 0:t.mdxType)&&console.warn("Direct children of `List` ("+b+") should be `<li>`s.")})),f=d.createElement(h.Box,{as:v,id:c,className:a,__css:u},z(v))):v===exports.ListTypes.Definition&&(d.Children.map(r,(function(e){"dt"!==e.type&&"dd"!==e.type&&e.type!==d.Fragment&&"dt"!==e.props.mdxType&&"dd"!==e.props.mdxType&&e.props.mdxType!==d.Fragment&&console.warn("Direct children of `List` (definition) should be `<dt>`s and `<dd>`s.")})),f=d.createElement(h.Box,{as:"section",id:c,className:a,__css:u},m&&d.createElement(Lt,{id:c+"-heading",level:exports.HeadingLevels.Two},m),d.createElement("dl",null,z(v)))),f}(yr=exports.ListTypes||(exports.ListTypes={})).Ordered="ol",yr.Unordered="ul",yr.Definition="dl",(zr=exports.LogoColors||(exports.LogoColors={})).Default="",zr.UiBlack="ui.black",zr.UiWhite="ui.white",(xr=exports.LogoSizes||(exports.LogoSizes={})).ExtraExtraSmall="xxsmall",xr.ExtraSmall="xsmall",xr.Small="small",xr.Medium="medium",xr.Large="large",xr.Default="default",(wr=exports.LogoNames||(exports.LogoNames={})).BrooklynPublicLibraryBlack="logo_bpl_black",wr.BrooklynPublicLibraryWhite="logo_bpl_white",wr.CleverColor="logo_clever_color",wr.CleverWhite="logo_clever_white",wr.LPAColor="logo_lpa_color",wr.LPABlack="logo_lpa_black",wr.LPAWhite="logo_lpa_white",wr.MyLibraryNYCBlack="logo_mln_black",wr.MyLibraryNYCWhite="logo_mln_white",wr.NYPLBlack="logo_nypl_full_black",wr.NYPLWhite="logo_nypl_full_white",wr.NYPLLionBlack="logo_nypl_lion_black",wr.NYPLLionWhite="logo_nypl_lion_white",wr.QueensPublicLibraryColor="logo_qpl_color",wr.QueensPublicLibraryBlack="logo_qpl_black",wr.QueensPublicLibraryWhite="logo_qpl_white",wr.QueensPublicLibraryAltBlack="logo_qpl_alt_black",wr.QueensPublicLibraryAltWhite="logo_qpl_alt_white",wr.SchomburgColor="logo_schomburg_color",wr.SchomburgBlack="logo_schomburg_black",wr.SchomburgWhite="logo_schomburg_white",wr.SchomburgCircleColor="logo_schomburg_circle_color",wr.SchomburgCircleBlack="logo_schomburg_circle_black",wr.SchomburgCircleWhite="logo_schomburg_circle_white",wr.SimplyEColor="logo_simplye_color",wr.SimplyEBlack="logo_simplye_black",wr.SimplyEWhite="logo_simplye_white",wr.SNFLBlack="logo_snfl_black",wr.SNFLWhite="logo_snfl_white",wr.TreasuresColor="logo_treasures_color",wr.TreasuresColorNegative="logo_treasures_color_negative";var Cr,kr,Br,Lr=["title","titleId"];function jr(){return(jr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Vr,Rr=["title","titleId"];function Pr(){return(Pr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Hr,Fr=["title","titleId"];function Dr(){return(Dr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Ar,Nr,Wr=["title","titleId"];function qr(){return(qr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Gr,Yr=["title","titleId"];function Ur(){return(Ur=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Xr,Qr=["title","titleId"];function Jr(){return(Jr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Kr,Zr=["title","titleId"];function $r(){return($r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var ea,ta=["title","titleId"];function la(){return(la=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var ra,aa,na,ca,oa,ia,sa,ha=["title","titleId"];function da(){return(da=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var ma,pa,va=["title","titleId"];function ua(){return(ua=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var fa,ga,ba,ya=["title","titleId"];function za(){return(za=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var xa,wa,Ea,Oa=["title","titleId"];function Ma(){return(Ma=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Sa,_a=["title","titleId"];function Ta(){return(Ta=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Ia,Ca=["title","titleId"];function ka(){return(ka=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Ba,La,ja,Va,Ra,Pa=["title","titleId"];function Ha(){return(Ha=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Fa,Da,Aa=["title","titleId"];function Na(){return(Na=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Wa,qa,Ga,Ya,Ua,Xa=["title","titleId"];function Qa(){return(Qa=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Ja,Ka,Za,$a,en,tn=["title","titleId"];function ln(){return(ln=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var rn,an,nn,cn,on,sn=["title","titleId"];function hn(){return(hn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var dn,mn,pn,vn,un,fn=["title","titleId"];function gn(){return(gn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var bn,yn,zn,xn,wn,En=["title","titleId"];function On(){return(On=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Mn,Sn,_n,Tn,In,Cn,kn,Bn=["title","titleId"];function Ln(){return(Ln=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var jn,Vn,Rn,Pn,Hn,Fn=["title","titleId"];function Dn(){return(Dn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var An,Nn,Wn=["title","titleId"];function qn(){return(qn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Gn,Yn,Un=["title","titleId"];function Xn(){return(Xn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var Qn,Jn,Kn=["title","titleId"];function Zn(){return(Zn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var $n,ec=["title","titleId"];function tc(){return(tc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var lc,rc=["title","titleId"];function ac(){return(ac=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var nc,cc,oc,ic,sc,hc,dc,mc,pc,vc,uc,fc,gc,bc,yc,zc,xc,wc,Ec,Oc,Mc,Sc,_c,Tc,Ic,Cc,kc,Bc,Lc,jc,Vc,Rc,Pc,Hc,Fc,Dc,Ac,Nc,Wc,qc,Gc,Yc,Uc,Xc,Qc,Jc,Kc,Zc,$c,eo,to,lo,ro,ao,no,co=["title","titleId"];function oo(){return(oo=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var io,so,ho,mo,po,vo,uo,fo,go,bo,yo,zo,xo,wo,Eo,Oo,Mo,So,_o,To,Io,Co,ko,Bo,Lo,jo,Vo,Ro,Po,Ho,Fo,Do,Ao,No,Wo,qo,Go,Yo,Uo,Xo,Qo,Jo,Ko,Zo,$o,ei,ti,li,ri,ai,ni,ci,oi,ii,si,hi=["title","titleId"];function di(){return(di=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var mi=["title","titleId"];function pi(){return(pi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var r in l)Object.prototype.hasOwnProperty.call(l,r)&&(e[r]=l[r])}return e}).apply(this,arguments)}var vi={logo_bpl_black:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Lr);return d.createElement("svg",jr({viewBox:"0 0 328 120",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Er||(Er=d.createElement("path",{d:"M277.596 75.851c0-8.969-.046-17.9-.046-26.856-.017-6.498 1.196-19.651-11.682-24.62a21.793 21.793 0 00-3.504-.857 26.033 26.033 0 00-9.896.857 22.683 22.683 0 00-6.023 3.272c-.433.31-1.281 1.032-1.839 1.528a37.42 37.42 0 00-3.353 3.46c-.026 0 .271-7.03.304-8.416h-47.732c-.104.227-6.666 24.573-7.274 26.683-.514-2.001-7.572-25.973-7.748-26.683h-25.154V0h-25.465v24.455c-.027.02-27.162 0-27.324 0-.047.048-12.675 10.12-13.121 10.465 0-12.655.003-34.704.003-34.885C79.384.035 70.97 0 62.612 0l.003 14.073a17.495 17.495 0 00-5.506-7.93c-.265-.22-.914-.769-1.43-1.115-3.792-2.545-5.283-3.012-9.714-4.107-1.293-.25-2.599-.428-3.912-.532-.714-.067-3.53-.218-4.05-.233a511.856 511.856 0 00-8.722-.078H0c0 25.333.016 50.656.047 75.97.716 0 34.158-.142 34.76-.142 1.346 0 2.306-.06 3.593-.06a54.641 54.641 0 008.575-.913 22.543 22.543 0 009.106-4.218c5.638-4.787 6.307-8.214 6.529-8.579l-.012 13.608h24.978V61.406c.345-.284 2.788-2.312 2.84-2.312.998 1.287 12.898 15.798 13.608 16.65h49.625V29.749c.026 0 19.356 42.224 19.62 42.873-.63 1.275-18.374 38.247-18.374 38.273h27.074c.365-.877 35.612-80.465 35.612-80.517.026 0-.02 18.05-.02 45.473h25.574v-22.78c0-5.166-.943-9.81 5.232-9.633 2.316.067 3.614 2.61 3.711 3.975v28.438h25.518zM37.066 55.633c-2.638 2.797-7.72 2.224-11.953 2.224V46.128c7.693 0 8.73.014 9.917.52a5.163 5.163 0 013.279 4.881c0 2.353-.525 3.341-1.244 4.104zm0-28.068c-2.638 2.798-7.72 2.224-11.953 2.224V18.06c7.693 0 8.73.014 9.917.521a5.161 5.161 0 013.279 4.88c0 2.353-.525 3.341-1.244 4.104zM62.55 48.67c-.521-2.765-4.888-7.078-7.423-8.7a28.146 28.146 0 00-2.657-1.48c-.37-.184-1.21-.522-1.237-.548a21.838 21.838 0 008.863-6.267 12.437 12.437 0 002.481-4.32c0 6.93-.002 21.315-.027 21.315zm65.599 21.213c-.026 0-20.484-26.864-20.51-26.864.717-.568 20.484-15.963 20.51-15.963v42.827z"})),Or||(Or=d.createElement("path",{d:"M143.024 91.463a9.616 9.616 0 014.517.779c.238.12.781.368 1.012.467v6.607c-.052 0-2.502-2.406-5.328-1.42a4.676 4.676 0 00-2.07 2.289 6.187 6.187 0 00-.234 1.947c.168 1.822 2.034 3.917 5.296 3.037a6.235 6.235 0 002.336-1.557v6.619c-.851.416-1.737.755-2.648 1.012a11.662 11.662 0 01-8.177-1.479c-2.858-1.686-5.447-6.505-3.816-11.526a10.187 10.187 0 015.607-5.996 15.995 15.995 0 013.505-.78zM73.247 92.086h7.32v8.566c0 1.546-.104 3.156.546 4.05a2.904 2.904 0 002.492.779 3.415 3.415 0 001.635-.623c.762-.778.7-2.44.7-3.972v-8.8h7.243c0 .646.153 11.962-.233 13.784-.358 1.991-2.237 4.1-5.218 5.062-.806.229-1.632.378-2.468.444a22.52 22.52 0 01-3.92-.027 11.616 11.616 0 01-4.733-1.325 7.206 7.206 0 01-2.825-3.407 20.363 20.363 0 01-.539-5.653v-8.878zm12.694 8.8v-8.8h7.242c0 .646.153 11.962-.233 13.784M72.299 90.562a7.908 7.908 0 00-6.896-6.605c-2.204-.324-13.694-.15-13.878-.15v27.158h7.768v-8.722c5.783.02 9.628-.167 11.837-3.738.513-.944.88-1.96 1.087-3.015.061-.324.197-1.088.207-1.331.051-1.2.01-2.404-.126-3.597zm-8.4 4.367c-1.085.974-2.94.77-4.592.77v-5.567c3.061.041 3.627.287 4.075.518a2.552 2.552 0 011.045 2.079c-.02 1.298-.203 1.835-.528 2.2zM115.861 98.816a9.561 9.561 0 00-6.368-6.922 8.678 8.678 0 00-7.821 1.282V81.028H94.43v29.826h7.242v-1.246a5.681 5.681 0 002.959 1.635 10.3 10.3 0 005.497-.421 9.964 9.964 0 006.029-8.456 14.998 14.998 0 00-.296-3.55zm-10.803 6.252a3.607 3.607 0 01-2.008-.61 3.61 3.61 0 01-.548-5.562 3.614 3.614 0 115.112 5.113 3.612 3.612 0 01-2.556 1.059zM129.029 89.763a4.035 4.035 0 100-8.07 4.035 4.035 0 000 8.07zM116.931 81.058h7.23v29.799h-7.23s-.03-29.83 0-29.8zM125.368 92.11h7.23v18.747h-7.23s-.03-18.777 0-18.747zM223.562 89.763a4.034 4.034 0 100-8.068 4.034 4.034 0 000 8.068zM219.901 92.11h7.23v18.747h-7.23s-.03-18.777 0-18.747zM249.872 98.87a9.56 9.56 0 00-6.368-6.922 8.676 8.676 0 00-7.82 1.282V81.082h-7.243v29.826h7.243v-1.246a5.681 5.681 0 002.959 1.635 10.3 10.3 0 005.497-.421 9.967 9.967 0 006.029-8.456 14.997 14.997 0 00-.297-3.55zm-10.802 6.252a3.62 3.62 0 01-3.34-2.232 3.616 3.616 0 113.34 2.232zM279.092 92.093l.001 1.063c-.231-.137-.575-.427-.913-.62a6.268 6.268 0 00-2.292-.862c-5.628-.588-8.082 2.038-9.532 3.934a9.069 9.069 0 00-.973 2.13h-.094v-5.645c-5.361-.32-6.973 2.197-7.024 2.197v-2.197h-7.305v18.761l7.267-.005c.159-5.709-.388-9.522.788-11.215a3.866 3.866 0 012.457-1.318 7.012 7.012 0 011.893.06c.525.149 1.038.337 1.535.563a24.451 24.451 0 00-.234 3.504c.538 4.526 2.694 6.926 6.074 8.411 2.552 1.06 7.019.69 8.241-1.151h.162c0 .39.008 1.004.008 1.151h7.242V92.093h-7.301zm-3.356 13.029a3.62 3.62 0 01-3.34-2.232 3.616 3.616 0 113.34 2.232zM202.876 83.728v27.121h15.981v-6.719l-8.166.027v-20.43s-7.842-.026-7.815 0zM302.06 99.127c-.508-.165-1.39-.624-1.947-.737a6.497 6.497 0 00-1.736-.06 3.731 3.731 0 00-2.614 1.318c-1.176 1.693-.588 5.495-.747 11.204h-7.308V92.093h7.305v2.21c.051 0 1.693-2.21 7.024-2.21 0 .359.036 5.216.036 5.641l-.013 1.393zm-14.352 11.725V92.093h7.242"})),Mr||(Mr=d.createElement("path",{d:"M301.248 92.093l9.194 15.863-6.274 11.735h8.167l14.709-27.598h-8.206l-4.381 8.643-4.516-8.643s-8.679-.014-8.693 0z"})))},logo_bpl_white:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Rr);return d.createElement("svg",Pr({viewBox:"0 0 328 120",fill:"#fff",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Cr||(Cr=d.createElement("path",{d:"M277.596 75.851c0-8.969-.046-17.9-.046-26.856-.017-6.498 1.196-19.651-11.682-24.62a21.793 21.793 0 00-3.504-.857 26.033 26.033 0 00-9.896.857 22.683 22.683 0 00-6.023 3.272c-.433.31-1.281 1.032-1.839 1.528a37.42 37.42 0 00-3.353 3.46c-.026 0 .271-7.03.304-8.416h-47.732c-.104.227-6.666 24.573-7.274 26.683-.514-2.001-7.572-25.973-7.748-26.683h-25.154V0h-25.465v24.455c-.027.02-27.162 0-27.324 0-.047.048-12.675 10.12-13.121 10.465 0-12.655.003-34.704.003-34.885C79.384.035 70.97 0 62.612 0l.003 14.073a17.495 17.495 0 00-5.506-7.93c-.265-.22-.914-.769-1.43-1.115-3.792-2.545-5.283-3.012-9.714-4.107-1.293-.25-2.599-.428-3.912-.532-.714-.067-3.53-.218-4.05-.233a511.856 511.856 0 00-8.722-.078H0c0 25.333.016 50.656.047 75.97.716 0 34.158-.142 34.76-.142 1.346 0 2.306-.06 3.593-.06a54.641 54.641 0 008.575-.913 22.543 22.543 0 009.106-4.218c5.638-4.787 6.307-8.214 6.529-8.579l-.012 13.608h24.978V61.406c.345-.284 2.788-2.312 2.84-2.312.998 1.287 12.898 15.798 13.608 16.65h49.625V29.749c.026 0 19.356 42.224 19.62 42.873-.63 1.275-18.374 38.247-18.374 38.273h27.074c.365-.877 35.612-80.465 35.612-80.517.026 0-.02 18.05-.02 45.473h25.574v-22.78c0-5.166-.943-9.81 5.232-9.633 2.316.067 3.614 2.61 3.711 3.975v28.438h25.518zM37.066 55.633c-2.638 2.797-7.72 2.224-11.953 2.224V46.128c7.693 0 8.73.014 9.917.52a5.163 5.163 0 013.279 4.881c0 2.353-.525 3.341-1.244 4.104zm0-28.068c-2.638 2.798-7.72 2.224-11.953 2.224V18.06c7.693 0 8.73.014 9.917.521a5.161 5.161 0 013.279 4.88c0 2.353-.525 3.341-1.244 4.104zM62.55 48.67c-.521-2.765-4.888-7.078-7.423-8.7a28.146 28.146 0 00-2.657-1.48c-.37-.184-1.21-.522-1.237-.548a21.838 21.838 0 008.863-6.267 12.437 12.437 0 002.481-4.32c0 6.93-.002 21.315-.027 21.315zm65.599 21.213c-.026 0-20.484-26.864-20.51-26.864.717-.568 20.484-15.963 20.51-15.963v42.827z"})),kr||(kr=d.createElement("path",{d:"M143.024 91.463a9.616 9.616 0 014.517.779c.238.12.781.368 1.012.467v6.607c-.052 0-2.502-2.406-5.328-1.42a4.676 4.676 0 00-2.07 2.289 6.187 6.187 0 00-.234 1.947c.168 1.822 2.034 3.917 5.296 3.037a6.235 6.235 0 002.336-1.557v6.619c-.851.416-1.737.755-2.648 1.012a11.662 11.662 0 01-8.177-1.479c-2.858-1.686-5.447-6.505-3.816-11.526a10.187 10.187 0 015.607-5.996 15.995 15.995 0 013.505-.78zM73.247 92.086h7.32v8.566c0 1.546-.104 3.156.546 4.05a2.904 2.904 0 002.492.779 3.415 3.415 0 001.635-.623c.762-.778.7-2.44.7-3.972v-8.8h7.243c0 .646.153 11.962-.233 13.784-.358 1.991-2.237 4.1-5.218 5.062-.806.229-1.632.378-2.468.444a22.52 22.52 0 01-3.92-.027 11.616 11.616 0 01-4.733-1.325 7.206 7.206 0 01-2.825-3.407 20.363 20.363 0 01-.539-5.653v-8.878zm12.694 8.8v-8.8h7.242c0 .646.153 11.962-.233 13.784M72.299 90.562a7.908 7.908 0 00-6.896-6.605c-2.204-.324-13.694-.15-13.878-.15v27.158h7.768v-8.722c5.783.02 9.628-.167 11.837-3.738.513-.944.88-1.96 1.087-3.015.061-.324.197-1.088.207-1.331.051-1.2.01-2.404-.126-3.597zm-8.4 4.367c-1.085.974-2.94.77-4.592.77v-5.567c3.061.041 3.627.287 4.075.518a2.552 2.552 0 011.045 2.079c-.02 1.298-.203 1.835-.528 2.2zM115.861 98.816a9.561 9.561 0 00-6.368-6.922 8.678 8.678 0 00-7.821 1.282V81.028H94.43v29.826h7.242v-1.246a5.681 5.681 0 002.959 1.635 10.3 10.3 0 005.497-.421 9.964 9.964 0 006.029-8.456 14.998 14.998 0 00-.296-3.55zm-10.803 6.252a3.607 3.607 0 01-2.008-.61 3.61 3.61 0 01-.548-5.562 3.614 3.614 0 115.112 5.113 3.612 3.612 0 01-2.556 1.059zM129.029 89.763a4.035 4.035 0 100-8.07 4.035 4.035 0 000 8.07zM116.931 81.058h7.23v29.799h-7.23s-.03-29.83 0-29.8zM125.368 92.11h7.23v18.747h-7.23s-.03-18.777 0-18.747zM223.562 89.763a4.034 4.034 0 100-8.068 4.034 4.034 0 000 8.068zM219.901 92.11h7.23v18.747h-7.23s-.03-18.777 0-18.747zM249.872 98.87a9.56 9.56 0 00-6.368-6.922 8.676 8.676 0 00-7.82 1.282V81.082h-7.243v29.826h7.243v-1.246a5.681 5.681 0 002.959 1.635 10.3 10.3 0 005.497-.421 9.967 9.967 0 006.029-8.456 14.997 14.997 0 00-.297-3.55zm-10.802 6.252a3.62 3.62 0 01-3.34-2.232 3.616 3.616 0 113.34 2.232zM279.092 92.093l.001 1.063c-.231-.137-.575-.427-.913-.62a6.268 6.268 0 00-2.292-.862c-5.628-.588-8.082 2.038-9.532 3.934a9.069 9.069 0 00-.973 2.13h-.094v-5.645c-5.361-.32-6.973 2.197-7.024 2.197v-2.197h-7.305v18.761l7.267-.005c.159-5.709-.388-9.522.788-11.215a3.866 3.866 0 012.457-1.318 7.012 7.012 0 011.893.06c.525.149 1.038.337 1.535.563a24.451 24.451 0 00-.234 3.504c.538 4.526 2.694 6.926 6.074 8.411 2.552 1.06 7.019.69 8.241-1.151h.162c0 .39.008 1.004.008 1.151h7.242V92.093h-7.301zm-3.356 13.029a3.62 3.62 0 01-3.34-2.232 3.616 3.616 0 113.34 2.232zM202.876 83.728v27.121h15.981v-6.719l-8.166.027v-20.43s-7.842-.026-7.815 0zM302.06 99.127c-.508-.165-1.39-.624-1.947-.737a6.497 6.497 0 00-1.736-.06 3.731 3.731 0 00-2.614 1.318c-1.176 1.693-.588 5.495-.747 11.204h-7.308V92.093h7.305v2.21c.051 0 1.693-2.21 7.024-2.21 0 .359.036 5.216.036 5.641l-.013 1.393zm-14.352 11.725V92.093h7.242"})),Br||(Br=d.createElement("path",{d:"M301.248 92.093l9.194 15.863-6.274 11.735h8.167l14.709-27.598h-8.206l-4.381 8.643-4.516-8.643s-8.679-.014-8.693 0z"})))},logo_clever_color:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Fr);return d.createElement("svg",Dr({viewBox:"0 0 312 88",fill:"#436CF2",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Vr||(Vr=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 44.275C0 20.342 17.667.92 42.993.92c15.532 0 24.838 5.247 32.497 12.856l-11.534 13.47c-6.347-5.83-12.846-9.42-21.085-9.42-13.883 0-23.922 11.66-23.922 25.958 0 14.543 9.764 26.448 23.922 26.448 9.43 0 15.196-3.805 21.665-9.757L76.07 72.257c-8.483 9.174-17.911 14.88-33.809 14.88C18.003 87.138 0 68.208 0 44.276zM77.718 0H95.63v86.954H77.718V0zM128.828 35.223c-7.415 0-12.236 5.37-13.67 13.593h26.974c-1.038-8.131-5.767-13.593-13.304-13.593zm30.514 24.884h-43.94c1.77 8.223 7.415 12.518 15.44 12.518 6.011 0 10.375-1.902 15.318-6.566l10.252 9.174c-5.889 7.395-14.372 11.905-25.784 11.905-18.948 0-32.985-13.47-32.985-32.984v-.245c0-18.225 12.846-33.23 31.216-33.23 21.084 0 30.727 16.57 30.727 34.672v.245c0 1.78-.122 2.854-.244 4.51zM193.638 86.8h-16.264l-24.838-64.31h18.949l14.127 42.772 14.25-42.772h18.614L193.638 86.8zM241.665 35.223c-7.415 0-12.236 5.37-13.67 13.593h26.974c-1.038-8.131-5.767-13.593-13.304-13.593zm30.513 24.884h-43.939c1.77 8.223 7.415 12.518 15.44 12.518 6.011 0 10.374-1.902 15.318-6.566l10.252 9.174c-5.889 7.395-14.372 11.905-25.784 11.905-18.949 0-32.985-13.47-32.985-32.984v-.245c0-18.225 12.846-33.23 31.216-33.23 21.084 0 30.727 16.57 30.727 34.672v.245c0 1.78-.122 2.854-.245 4.51zM311.054 40.87c-11.9 0-19.193 7.27-19.193 22.52v23.595H273.95V23.104h17.911V35.96c3.662-8.806 9.551-14.544 20.139-14.053v18.931h-.946"})))},logo_clever_white:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Wr);return d.createElement("svg",qr({viewBox:"0 0 312 88",fill:"#fff",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Hr||(Hr=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 44.275C0 20.342 17.667.92 42.993.92c15.532 0 24.838 5.247 32.497 12.856l-11.534 13.47c-6.347-5.83-12.846-9.42-21.085-9.42-13.883 0-23.922 11.66-23.922 25.958 0 14.543 9.764 26.448 23.922 26.448 9.43 0 15.196-3.805 21.665-9.757L76.07 72.257c-8.483 9.174-17.911 14.88-33.809 14.88C18.003 87.138 0 68.208 0 44.276zM77.718 0H95.63v86.954H77.718V0zM128.828 35.223c-7.415 0-12.236 5.37-13.67 13.593h26.974c-1.038-8.131-5.767-13.593-13.304-13.593zm30.514 24.884h-43.94c1.77 8.223 7.415 12.518 15.44 12.518 6.011 0 10.375-1.902 15.318-6.566l10.252 9.174c-5.889 7.395-14.372 11.905-25.784 11.905-18.948 0-32.985-13.47-32.985-32.984v-.245c0-18.225 12.846-33.23 31.216-33.23 21.084 0 30.727 16.57 30.727 34.672v.245c0 1.78-.122 2.854-.244 4.51zM193.638 86.8h-16.264l-24.838-64.31h18.949l14.127 42.772 14.25-42.772h18.614L193.638 86.8zM241.665 35.223c-7.415 0-12.236 5.37-13.67 13.593h26.974c-1.038-8.131-5.767-13.593-13.304-13.593zm30.513 24.884h-43.939c1.77 8.223 7.415 12.518 15.44 12.518 6.011 0 10.374-1.902 15.318-6.566l10.252 9.174c-5.889 7.395-14.372 11.905-25.784 11.905-18.949 0-32.985-13.47-32.985-32.984v-.245c0-18.225 12.846-33.23 31.216-33.23 21.084 0 30.727 16.57 30.727 34.672v.245c0 1.78-.122 2.854-.245 4.51zM311.054 40.87c-11.9 0-19.193 7.27-19.193 22.52v23.595H273.95V23.104h17.911V35.96c3.662-8.806 9.551-14.544 20.139-14.053v18.931h-.946"})))},logo_lpa_black:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Qr);return d.createElement("svg",Jr({viewBox:"0 0 186 74",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Gr||(Gr=d.createElement("path",{d:"M44.43 13.745c-3.302-2.913-7.002-4.835-11.527-5.58-5.565-.93-9.692.404-12.047 1.179-.489.155-.55.465-.55.868-.03 1.023.397 1.829.734 2.139.367.34.734.154 1.284-.032 2.17-.744 5.167-1.27 8.316-.899 2.997.341 5.779 1.271 7.858 2.45-2.935.433-7.338 1.58-11.955 4.959-3.791-.217-8.56.31-13.85 3.007C2.664 26.92-3.634 39.846 2.297 53.919c2.416 5.703 7.889 10.973 14.279 12.864 3.73 1.116 7.063 1.023 7.95.96.275.218.733.559 1.284.93 8.958 6.014 17.213 4.805 22.075 2.108 4.464-2.48 10.395-8.71 10.579-19.56 8.285-8.09 6.726-17.42 5.625-21.388-2.599-9.454-11.282-15.437-19.66-16.088zm9.54 33.478c.03.713-.276 1.023-1.102 1.612-1.1.775-2.782 1.705-4.433 2.232-.214.062-.306-.186-.245-.341.214-.403.52-1.023.704-1.426.367-.806.733-1.643 1.04-2.449.641-1.674 1.283-3.844 1.68-5.61.062-.28.245-.31.337-.155.184.279.795 1.673 1.223 3.068.459 1.488.764 2.666.795 3.07zm-8.562.961c-.642 1.333-1.223 2.449-1.834 3.224-.367.465-2.783 1.302-7.247-.62-3.118-1.333-4.892-2.728-7.552-6.262-.611-.837-1.1-1.55-1.437-2.077-.367-.588-.55-1.053-1.59-.837-.764.155-2.385.806-3.271 2.14-.337.526-.092.96.214 1.456.58.992 1.468 2.17 2.293 3.162 2.905 3.534 6.574 6.51 10.885 7.998.58.185 1.681.495 2.17.62.337.093.49.495.306.681-1.131 1.24-4.066 3.255-4.953 3.72-2.14 1.116-4.311 1.891-5.931 2.139-.55.093-1.07.186-1.835-.465-.948-.837-1.804-1.829-2.568-2.82-1.498-1.985-2.66-4.248-3.455-6.603-1.651-4.867-1.835-10.168-.703-15.158 1.04-4.619 3.18-8.959 6.298-12.492.428-.496 2.049-2.108 2.538-2.45.397-.247.917-.495 2.201-.247 2.08.434 5.565 1.457 9.295 3.782 4.984 3.1 7.827 6.54 8.714 7.656.703.899.734 1.519.611 2.51-.428 4.185-2.018 8.587-3.149 10.943zM43.39 18.178c.245.031.52.093.887.589.703.992 1.865 3.007 2.323 4.06.826 1.985 1.468 4.526 1.743 5.797.061.31-.183.248-.275.186-.275-.31-.856-.806-1.04-.96-.855-.869-3.332-2.883-6.237-4.588-2.599-1.52-5.656-2.76-6.91-3.1-.153-.031-.214-.279-.03-.372.55-.248 2.323-.93 4.464-1.333 1.65-.31 3.516-.434 5.075-.279zM4.132 46.696c-1.07-6.664.917-13.205 5.228-17.452 2.324-2.293 5.137-4.122 8.225-5.145.917-.31 2.568-.744 3.669-.93.306-.031.397.34.214.527-1.04 1.116-2.507 3.44-2.966 4.215-3.577 6.045-5.136 13.33-4.403 20.335.887 8.648 5.106 13.856 5.779 14.755.153.217.306.589-.03.651-.062 0-.398-.062-.887-.155-9.57-2.139-13.82-10.57-14.83-16.8zm27.212 20.242c-.367-.155-.337-.434 0-.558.947-.341 2.69-1.054 3.516-1.52a26.587 26.587 0 004.647-3.223c.734-.62 2.293-2.046 3.21-3.13.306-.373.826-1.024 1.835-1.148 1.957-.217 2.538-.31 3.914-.65 1.314-.342 3.577-1.147 5.075-1.984.184-.093.49 0 .398.465-.673 3.378-2.997 8.586-7.155 11.252-4.8 3.162-10.395 2.82-15.44.496zm26.63-23.528c-.244.403-.611.31-.764-.03-.122-.373-.275-.9-.398-1.272-.642-1.797-1.436-3.564-2.415-5.207a56.94 56.94 0 00-1.62-2.542c-.367-.558-.367-.837-.367-1.519-.03-3.875-1.223-9.206-3.119-12.647-.183-.341.092-.558.306-.465 5.106 2.387 7.858 5.89 9.172 9.206 2.936 7.378.52 12.275-.795 14.476zM84.349 38.204c0-2.356-1.804-3.472-4.158-3.472h-3.578v11.005h2.324V41.8h.978c2.722 0 4.434-1.21 4.434-3.596zm-2.324.031c0 1.209-.611 1.829-2.079 1.829h-1.009V36.53h1.07c1.437-.03 2.018.59 2.018 1.705zm4.892 3.968h5.014c.276-2.976-.947-4.712-3.424-4.712-2.202 0-3.914 1.643-3.914 4.185 0 2.573 1.498 4.247 4.158 4.247 1.621 0 2.447-.465 2.966-.775l-.703-1.426c-.397.186-.978.558-2.079.558-1.284 0-1.896-.837-2.018-2.077zm0-1.488c.153-1.054.673-1.643 1.59-1.643.978 0 1.345.744 1.376 1.643h-2.966zm11.557-3.007c-.183-.093-.489-.217-1.07-.217-1.009 0-1.65.682-1.987 1.302v-1.085h-2.17v8.029h2.17v-5.053c.183-.372.764-1.209 1.712-1.209.459 0 .703.093.826.186l.52-1.953zm3.578 1.612h1.895v-1.643h-1.895v-.65c0-1.055.397-1.582 1.284-1.582.581 0 .948.155 1.101.217l.489-1.643c-.184-.124-.765-.372-1.927-.372-2.017 0-3.118 1.302-3.118 3.224v.837h-1.193v1.643h1.193v6.417h2.171V39.32zm10.242 2.325c0-2.077-1.253-4.185-4.005-4.185s-3.944 2.17-3.944 4.247 1.192 4.185 3.975 4.185c2.751.03 3.974-2.201 3.974-4.247zm-2.293.093c0 1.488-.428 2.51-1.681 2.51-1.223 0-1.713-1.084-1.713-2.603 0-1.488.398-2.542 1.621-2.542 1.253 0 1.773 1.116 1.773 2.635zm8.653-4.03c-.184-.093-.489-.217-1.07-.217-1.009 0-1.651.682-1.988 1.302v-1.085h-2.17v8.029h2.17v-5.053c.184-.372.765-1.209 1.713-1.209.458 0 .703.093.825.186l.52-1.953zm7.307 1.054c-.305-.744-.917-1.27-2.048-1.27-1.284 0-1.957.712-2.385 1.177v-.992h-2.11v8.029h2.171V40.28c.153-.217.673-.992 1.468-.992.642 0 .917.403.917 1.209v5.177h2.171v-5.487c.305-.372.795-.899 1.467-.899.704 0 .948.434.948 1.209v5.177h2.171v-5.642c0-1.488-.581-2.604-2.263-2.604-1.131.062-1.865.558-2.507 1.333zm8.622-1.085h-2.17v8.029h2.17v-8.029zm.245-2.356c0-.682-.581-1.302-1.345-1.302-.765 0-1.315.59-1.315 1.302 0 .713.55 1.333 1.315 1.333a1.34 1.34 0 001.345-1.333zm8.714 10.385v-5.642c0-1.488-.642-2.604-2.385-2.604-1.315 0-2.11.713-2.538 1.21v-.993h-2.109v8.029h2.17v-5.394c.153-.217.795-.992 1.621-.992.795 0 1.07.403 1.07 1.209v5.177h2.171zm6.084-8.029c-.397-.124-.886-.186-1.406-.186-2.202 0-3.516 1.178-3.516 2.914 0 1.054.52 1.89 1.406 2.418-.458.279-.886.744-.886 1.519 0 .589.275.96.703 1.209-.795.434-1.346 1.084-1.346 1.953 0 1.456 1.315 2.138 3.486 2.138 2.599 0 4.342-1.209 4.342-2.914 0-2.386-2.079-2.386-3.731-2.48-1.131-.061-1.589-.154-1.589-.588 0-.217.152-.372.305-.465.306.062.612.093.948.093 2.202 0 3.425-1.178 3.425-2.914 0-.465-.092-.899-.306-1.302h1.07v-1.426h-2.905v.031zm-1.406 4.216c-.887 0-1.437-.558-1.437-1.488 0-.93.55-1.488 1.437-1.488s1.437.558 1.437 1.488c0 .93-.52 1.488-1.437 1.488zm-.917 4.092c.336.062.703.093 1.07.124 1.162.093 1.895.062 1.895.898 0 .682-.733 1.178-2.079 1.178-1.1 0-1.559-.434-1.559-1.085.031-.465.245-.837.673-1.115zm11.863-2.325h4.341l.734 2.077h2.507l-4.25-11.005h-2.232l-4.127 11.005h2.323l.704-2.077zm3.669-1.86h-3.027l.917-2.635c.336-.93.55-1.767.581-1.89h.031c.03.123.244.96.58 1.89l.918 2.635zm9.937-4.092c-.184-.093-.49-.217-1.071-.217-1.009 0-1.651.682-1.987 1.302v-1.085h-2.171v8.029h2.171v-5.053c.184-.372.764-1.209 1.712-1.209.459 0 .704.093.826.186l.52-1.953zm1.498 1.612v4.092c0 1.55.642 2.51 2.507 2.51.978 0 1.651-.278 1.987-.464l-.489-1.643c-.153.093-.581.31-1.039.31-.612 0-.795-.341-.795-1.147V39.32h1.865v-1.643h-1.865v-2.325H174.3v2.325h-1.284v1.643h1.254zm10.732 4.03c0-1.364-.918-1.922-2.171-2.45-.918-.371-1.621-.526-1.621-1.053 0-.434.337-.713 1.101-.713s1.376.31 1.682.527l.764-1.488c-.367-.217-1.192-.65-2.538-.65-1.804 0-2.966.96-2.966 2.448 0 1.209.673 1.86 1.774 2.387 1.131.558 1.987.682 1.987 1.24 0 .465-.458.713-1.315.713-.886 0-1.651-.434-1.956-.651l-.734 1.519c.489.34 1.406.744 2.813.744 2.018 0 3.18-.9 3.18-2.573zM76.72 29.733h5.228v-.775h-4.342V18.73h-.886v11.004zm7.246-9.516c.367 0 .642-.31.642-.682a.65.65 0 00-.642-.65.65.65 0 00-.642.65c0 .372.275.682.642.682zm-.428 9.516h.856V21.86h-.856v7.873zm5.565.186c2.384 0 3.852-1.922 3.852-4.153 0-2.294-1.07-4.092-3.302-4.092-.795 0-1.56.372-2.049.899V17.83h-.856V29.3c.581.371 1.437.62 2.355.62zm.03-.744c-.611 0-1.162-.124-1.529-.31v-5.517c.428-.496 1.223-.9 1.896-.9 1.896 0 2.538 1.644 2.538 3.349.03 1.642-.917 3.378-2.905 3.378zm5.779.558h.856v-5.486c.214-.465.917-1.736 1.987-1.736.337 0 .52.062.642.124l.214-.806c-.122-.062-.397-.124-.733-.124-1.101 0-1.804.96-2.08 1.55V21.89h-.886v7.842zm6.604.186c.917 0 1.804-.465 2.354-1.178.031.28.061.744.123.992h.856c-.092-.34-.153-.899-.153-1.58v-3.968c0-1.705-.887-2.511-2.477-2.511-1.009 0-1.865.34-2.537.992l.458.589c.642-.62 1.284-.837 2.018-.837 1.162 0 1.712.589 1.712 1.86v.899h-.367c-1.804 0-4.097.589-4.097 2.697-.06 1.24.826 2.045 2.11 2.045zm.122-.744c-.672 0-1.406-.465-1.406-1.332 0-1.457 1.467-1.984 3.21-1.984h.367v2.107c-.581.775-1.315 1.21-2.171 1.21zm5.32.558h.856v-5.486c.215-.465.918-1.736 1.988-1.736.336 0 .52.062.642.124l.214-.806c-.122-.062-.398-.124-.734-.124-1.101 0-1.804.96-2.079 1.55V21.89h-.856v7.842h-.031zm4.77 3.782c1.682 0 2.293-1.178 2.844-2.666l3.332-9.02h-.886l-2.385 6.757-2.446-6.757h-.918l2.905 7.811-.397 1.116c-.459 1.24-.918 1.984-2.049 1.984-.306 0-.428-.03-.55-.062l-.123.713c.153.093.337.124.673.124zm11.588-3.782h.826v-7.191h2.017v-.682h-2.017v-1.24c0-1.426.58-2.17 1.773-2.17.458 0 .825.124.978.217l.214-.744c-.214-.093-.611-.217-1.192-.217-1.712 0-2.63 1.085-2.63 2.883v1.333h-1.345v.682h1.345v7.13h.031zm6.879.186c2.446 0 3.547-2.17 3.547-4.153 0-1.953-1.131-4.092-3.577-4.092-2.446 0-3.486 2.139-3.486 4.123.031 1.983 1.101 4.122 3.516 4.122zm.031-.744c-1.743 0-2.63-1.611-2.63-3.41 0-1.766.795-3.347 2.569-3.347 1.773 0 2.69 1.612 2.69 3.379 0 1.797-.856 3.378-2.629 3.378zm5.473.558h.856v-5.486c.214-.465.917-1.736 1.987-1.736.337 0 .52.062.642.124l.214-.806c-.122-.062-.397-.124-.733-.124-1.101 0-1.804.96-2.079 1.55V21.89h-.857v7.842h-.03zm10.793.186a2.65 2.65 0 001.498-.465l-.336-.65c-.153.123-.612.371-1.07.371-.704 0-.948-.434-.948-1.24v-5.362h1.987v-.682h-1.987v-2.263h-.856v2.232h-1.315v.682h1.315v5.424c0 1.24.55 1.953 1.712 1.953zm3.149-.186h.856V24c.275-.434 1.223-1.55 2.385-1.55 1.162 0 1.59.713 1.59 1.89v5.394h.856v-5.58c0-1.425-.642-2.48-2.263-2.48-1.314 0-2.201.9-2.568 1.427v-5.27h-.856v11.903zm11.068.186c1.254 0 2.14-.434 2.63-.806l-.367-.682c-.428.341-1.254.744-2.232.744-1.865 0-2.599-1.643-2.63-3.44v-.186h5.351c.031-.155.031-.28.031-.434 0-2.015-1.071-3.441-2.936-3.441-2.079 0-3.332 1.829-3.332 4.03 0 2.293 1.1 4.215 3.485 4.215zm-2.538-5.083c.214-1.364 1.009-2.418 2.355-2.418 1.467 0 2.079 1.209 2.109 2.418h-4.464zM76.687 12.688h.825V3.14l6.513 9.548h.825V1.684h-.856v9.485l-6.451-9.485h-.887v11.004h.03zm13.178.155c1.253 0 2.14-.434 2.63-.806l-.368-.682c-.428.34-1.253.744-2.232.744-1.865 0-2.599-1.643-2.63-3.44v-.187h5.351c.031-.155.031-.279.031-.434 0-2.015-1.07-3.44-2.935-3.44-2.08 0-3.333 1.828-3.333 4.03 0 2.293 1.1 4.215 3.486 4.215zM87.327 7.79c.214-1.364 1.009-2.418 2.354-2.418 1.468 0 2.08 1.21 2.11 2.418h-4.464zm8.5 4.898h.795l2.11-6.634 2.109 6.634h.795l2.354-7.874h-.856l-1.895 6.572-2.049-6.572h-.825l-2.049 6.54-1.896-6.54h-.917l2.324 7.874zm15.257 0h.886V8.534l3.608-6.85h-.917l-3.088 5.951h-.031l-3.088-5.951h-1.009l3.639 6.85v4.154zm7.093.155c2.446 0 3.547-2.17 3.547-4.154 0-1.953-1.132-4.092-3.578-4.092-2.445 0-3.485 2.14-3.485 4.123 0 2.015 1.07 4.123 3.516 4.123zm0-.744c-1.773 0-2.629-1.612-2.629-3.41 0-1.767.795-3.348 2.568-3.348 1.773 0 2.691 1.612 2.691 3.38 0 1.797-.857 3.378-2.63 3.378zm5.167.589h.856V7.2c.214-.465.918-1.736 1.988-1.736.336 0 .519.062.642.124l.214-.806c-.122-.062-.398-.124-.734-.124-1.101 0-1.804.961-2.079 1.55V4.845h-.887v7.843zm9.723 0h1.07l-3.608-4.433 3.425-3.44h-1.07l-3.394 3.44 3.577 4.433zm-4.525 0h.856V.816h-.856v11.872zm11.007 0h.887v-4.68h1.376c2.446 0 3.821-1.24 3.821-3.225 0-1.953-1.437-3.1-3.699-3.1h-2.385v11.005zm.887-5.456V2.46h1.376c2.079 0 2.874.991 2.874 2.355 0 1.457-.857 2.418-2.905 2.418h-1.345zm8.866 5.61c1.315 0 2.202-.867 2.569-1.456 0 .434.061 1.023.122 1.302h.856c-.092-.31-.153-.9-.153-1.52V4.815h-.856v5.704c-.275.465-1.223 1.58-2.385 1.58-1.192 0-1.59-.743-1.59-1.89V4.814h-.856v5.549c0 1.426.642 2.48 2.293 2.48zm8.072 0c2.385 0 3.853-1.921 3.853-4.153 0-2.294-1.07-4.092-3.302-4.092-.795 0-1.56.372-2.049.9V.753h-.856v11.469c.55.403 1.406.62 2.354.62zm.031-.743c-.612 0-1.162-.124-1.498-.31V6.302c.428-.496 1.223-.899 1.895-.899 1.896 0 2.538 1.643 2.538 3.348-.031 1.643-.978 3.348-2.935 3.348zm5.442.589h.856V.816h-.856v11.872zm3.73-9.548c.367 0 .642-.31.642-.681a.65.65 0 00-.642-.651.65.65 0 00-.642.65c0 .403.306.682.642.682zm-.428 9.548h.856V4.814h-.856v7.874zm5.901.155c1.162 0 1.988-.434 2.416-.806l-.367-.651c-.337.31-1.101.713-1.988.713-1.712 0-2.476-1.674-2.476-3.41 0-1.829.795-3.348 2.507-3.348.856 0 1.437.341 1.896.713l.428-.62c-.428-.372-1.162-.837-2.324-.837-1.987 0-3.424 1.612-3.424 4.123 0 2.139 1.1 4.123 3.332 4.123z"})))},logo_lpa_color:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Yr);return d.createElement("svg",Ur({viewBox:"0 0 186 74",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Ar||(Ar=d.createElement("path",{d:"M44.43 13.745c-3.302-2.913-7.002-4.835-11.527-5.58-5.565-.93-9.692.404-12.047 1.179-.489.155-.55.465-.55.868-.03 1.023.397 1.829.734 2.139.367.34.734.154 1.284-.032 2.17-.744 5.167-1.27 8.316-.899 2.997.341 5.779 1.271 7.858 2.45-2.935.433-7.338 1.58-11.955 4.959-3.791-.217-8.56.31-13.85 3.007C2.664 26.92-3.634 39.846 2.297 53.919c2.416 5.703 7.889 10.973 14.279 12.864 3.73 1.116 7.063 1.023 7.95.96.275.218.733.559 1.284.93 8.958 6.014 17.213 4.805 22.075 2.108 4.464-2.48 10.395-8.71 10.579-19.56 8.285-8.09 6.726-17.42 5.625-21.388-2.599-9.454-11.282-15.437-19.66-16.088zm9.54 33.478c.03.713-.276 1.023-1.102 1.612-1.1.775-2.782 1.705-4.433 2.232-.214.062-.306-.186-.245-.341.214-.403.52-1.023.704-1.426.367-.806.733-1.643 1.04-2.449.641-1.674 1.283-3.844 1.68-5.61.062-.28.245-.31.337-.155.184.279.795 1.673 1.223 3.068.459 1.488.764 2.666.795 3.07zm-8.562.961c-.642 1.333-1.223 2.449-1.834 3.224-.367.465-2.783 1.302-7.247-.62-3.118-1.333-4.892-2.728-7.552-6.262-.611-.837-1.1-1.55-1.437-2.077-.367-.588-.55-1.053-1.59-.837-.764.155-2.385.806-3.271 2.14-.337.526-.092.96.214 1.456.58.992 1.468 2.17 2.293 3.162 2.905 3.534 6.574 6.51 10.885 7.998.58.185 1.681.495 2.17.62.337.093.49.495.306.681-1.131 1.24-4.066 3.255-4.953 3.72-2.14 1.116-4.311 1.891-5.931 2.139-.55.093-1.07.186-1.835-.465-.948-.837-1.804-1.829-2.568-2.82-1.498-1.985-2.66-4.248-3.455-6.603-1.651-4.867-1.835-10.168-.703-15.158 1.04-4.619 3.18-8.959 6.298-12.492.428-.496 2.049-2.108 2.538-2.45.397-.247.917-.495 2.201-.247 2.08.434 5.565 1.457 9.295 3.782 4.984 3.1 7.827 6.54 8.714 7.656.703.899.734 1.519.611 2.51-.428 4.185-2.018 8.587-3.149 10.943zM43.39 18.178c.245.031.52.093.887.589.703.992 1.865 3.007 2.323 4.06.826 1.985 1.468 4.526 1.743 5.797.061.31-.183.248-.275.186-.275-.31-.856-.806-1.04-.96-.855-.869-3.332-2.883-6.237-4.588-2.599-1.52-5.656-2.76-6.91-3.1-.153-.031-.214-.279-.03-.372.55-.248 2.323-.93 4.464-1.333 1.65-.31 3.516-.434 5.075-.279zM4.132 46.696c-1.07-6.664.917-13.205 5.228-17.452 2.324-2.293 5.137-4.122 8.225-5.145.917-.31 2.568-.744 3.669-.93.306-.031.397.34.214.527-1.04 1.116-2.507 3.44-2.966 4.215-3.577 6.045-5.136 13.33-4.403 20.335.887 8.648 5.106 13.856 5.779 14.755.153.217.306.589-.03.651-.062 0-.398-.062-.887-.155-9.57-2.139-13.82-10.57-14.83-16.8zm27.212 20.242c-.367-.155-.337-.434 0-.558.947-.341 2.69-1.054 3.516-1.52a26.587 26.587 0 004.647-3.223c.734-.62 2.293-2.046 3.21-3.13.306-.373.826-1.024 1.835-1.148 1.957-.217 2.538-.31 3.914-.65 1.314-.342 3.577-1.147 5.075-1.984.184-.093.49 0 .398.465-.673 3.378-2.997 8.586-7.155 11.252-4.8 3.162-10.395 2.82-15.44.496zm26.63-23.528c-.244.403-.611.31-.764-.03-.122-.373-.275-.9-.398-1.272-.642-1.797-1.436-3.564-2.415-5.207a56.94 56.94 0 00-1.62-2.542c-.367-.558-.367-.837-.367-1.519-.03-3.875-1.223-9.206-3.119-12.647-.183-.341.092-.558.306-.465 5.106 2.387 7.858 5.89 9.172 9.206 2.936 7.378.52 12.275-.795 14.476z",fill:"#008375"})),Nr||(Nr=d.createElement("path",{d:"M84.349 38.204c0-2.356-1.804-3.472-4.158-3.472h-3.578v11.005h2.324V41.8h.978c2.722 0 4.434-1.21 4.434-3.596zm-2.324.031c0 1.209-.611 1.829-2.079 1.829h-1.009V36.53h1.07c1.437-.03 2.018.59 2.018 1.705zm4.892 3.968h5.014c.276-2.976-.947-4.712-3.424-4.712-2.202 0-3.914 1.643-3.914 4.185 0 2.573 1.498 4.247 4.158 4.247 1.621 0 2.447-.465 2.966-.775l-.703-1.426c-.397.186-.978.558-2.079.558-1.284 0-1.896-.837-2.018-2.077zm0-1.488c.153-1.054.673-1.643 1.59-1.643.978 0 1.345.744 1.376 1.643h-2.966zm11.557-3.007c-.183-.093-.489-.217-1.07-.217-1.009 0-1.65.682-1.987 1.302v-1.085h-2.17v8.029h2.17v-5.053c.183-.372.764-1.209 1.712-1.209.459 0 .703.093.826.186l.52-1.953zm3.578 1.612h1.895v-1.643h-1.895v-.65c0-1.055.397-1.582 1.284-1.582.581 0 .948.155 1.101.217l.489-1.643c-.184-.124-.765-.372-1.927-.372-2.017 0-3.118 1.302-3.118 3.224v.837h-1.193v1.643h1.193v6.417h2.171V39.32zm10.242 2.325c0-2.077-1.253-4.185-4.005-4.185s-3.944 2.17-3.944 4.247 1.192 4.185 3.975 4.185c2.751.03 3.974-2.201 3.974-4.247zm-2.293.093c0 1.488-.428 2.51-1.681 2.51-1.223 0-1.713-1.084-1.713-2.603 0-1.488.398-2.542 1.621-2.542 1.253 0 1.773 1.116 1.773 2.635zm8.653-4.03c-.184-.093-.489-.217-1.07-.217-1.009 0-1.651.682-1.988 1.302v-1.085h-2.17v8.029h2.17v-5.053c.184-.372.765-1.209 1.713-1.209.458 0 .703.093.825.186l.52-1.953zm7.307 1.054c-.305-.744-.917-1.27-2.048-1.27-1.284 0-1.957.712-2.385 1.177v-.992h-2.11v8.029h2.171V40.28c.153-.217.673-.992 1.468-.992.642 0 .917.403.917 1.209v5.177h2.171v-5.487c.305-.372.795-.899 1.467-.899.704 0 .948.434.948 1.209v5.177h2.171v-5.642c0-1.488-.581-2.604-2.263-2.604-1.131.062-1.865.558-2.507 1.333zm8.622-1.085h-2.17v8.029h2.17v-8.029zm.245-2.356c0-.682-.581-1.302-1.345-1.302-.765 0-1.315.59-1.315 1.302 0 .713.55 1.333 1.315 1.333a1.34 1.34 0 001.345-1.333zm8.714 10.385v-5.642c0-1.488-.642-2.604-2.385-2.604-1.315 0-2.11.713-2.538 1.21v-.993h-2.109v8.029h2.17v-5.394c.153-.217.795-.992 1.621-.992.795 0 1.07.403 1.07 1.209v5.177h2.171zm6.084-8.029c-.397-.124-.886-.186-1.406-.186-2.202 0-3.516 1.178-3.516 2.914 0 1.054.52 1.89 1.406 2.418-.458.279-.886.744-.886 1.519 0 .589.275.96.703 1.209-.795.434-1.346 1.084-1.346 1.953 0 1.456 1.315 2.138 3.486 2.138 2.599 0 4.342-1.209 4.342-2.914 0-2.386-2.079-2.386-3.731-2.48-1.131-.061-1.589-.154-1.589-.588 0-.217.152-.372.305-.465.306.062.612.093.948.093 2.202 0 3.425-1.178 3.425-2.914 0-.465-.092-.899-.306-1.302h1.07v-1.426h-2.905v.031zm-1.406 4.216c-.887 0-1.437-.558-1.437-1.488 0-.93.55-1.488 1.437-1.488s1.437.558 1.437 1.488c0 .93-.52 1.488-1.437 1.488zm-.917 4.092c.336.062.703.093 1.07.124 1.162.093 1.895.062 1.895.898 0 .682-.733 1.178-2.079 1.178-1.1 0-1.559-.434-1.559-1.085.031-.465.245-.837.673-1.115zm11.863-2.325h4.341l.734 2.077h2.507l-4.25-11.005h-2.232l-4.127 11.005h2.323l.704-2.077zm3.669-1.86h-3.027l.917-2.635c.336-.93.55-1.767.581-1.89h.031c.03.123.244.96.58 1.89l.918 2.635zm9.937-4.092c-.184-.093-.49-.217-1.071-.217-1.009 0-1.651.682-1.987 1.302v-1.085h-2.171v8.029h2.171v-5.053c.184-.372.764-1.209 1.712-1.209.459 0 .704.093.826.186l.52-1.953zm1.498 1.612v4.092c0 1.55.642 2.51 2.507 2.51.978 0 1.651-.278 1.987-.464l-.489-1.643c-.153.093-.581.31-1.039.31-.612 0-.795-.341-.795-1.147V39.32h1.865v-1.643h-1.865v-2.325H174.3v2.325h-1.284v1.643h1.254zm10.732 4.03c0-1.364-.918-1.922-2.171-2.45-.918-.371-1.621-.526-1.621-1.053 0-.434.337-.713 1.101-.713s1.376.31 1.682.527l.764-1.488c-.367-.217-1.192-.65-2.538-.65-1.804 0-2.966.96-2.966 2.448 0 1.209.673 1.86 1.774 2.387 1.131.558 1.987.682 1.987 1.24 0 .465-.458.713-1.315.713-.886 0-1.651-.434-1.956-.651l-.734 1.519c.489.34 1.406.744 2.813.744 2.018 0 3.18-.9 3.18-2.573zM76.72 29.733h5.228v-.775h-4.342V18.73h-.886v11.004zm7.246-9.516c.367 0 .642-.31.642-.682a.65.65 0 00-.642-.65.65.65 0 00-.642.65c0 .372.275.682.642.682zm-.428 9.516h.856V21.86h-.856v7.873zm5.565.186c2.384 0 3.852-1.922 3.852-4.153 0-2.294-1.07-4.092-3.302-4.092-.795 0-1.56.372-2.049.899V17.83h-.856V29.3c.581.371 1.437.62 2.355.62zm.03-.744c-.611 0-1.162-.124-1.529-.31v-5.517c.428-.496 1.223-.9 1.896-.9 1.896 0 2.538 1.644 2.538 3.349.03 1.642-.917 3.378-2.905 3.378zm5.779.558h.856v-5.486c.214-.465.917-1.736 1.987-1.736.337 0 .52.062.642.124l.214-.806c-.122-.062-.397-.124-.733-.124-1.101 0-1.804.96-2.08 1.55V21.89h-.886v7.842zm6.604.186c.917 0 1.804-.465 2.354-1.178.031.28.061.744.123.992h.856c-.092-.34-.153-.899-.153-1.58v-3.968c0-1.705-.887-2.511-2.477-2.511-1.009 0-1.865.34-2.537.992l.458.589c.642-.62 1.284-.837 2.018-.837 1.162 0 1.712.589 1.712 1.86v.899h-.367c-1.804 0-4.097.589-4.097 2.697-.06 1.24.826 2.045 2.11 2.045zm.122-.744c-.672 0-1.406-.465-1.406-1.332 0-1.457 1.467-1.984 3.21-1.984h.367v2.107c-.581.775-1.315 1.21-2.171 1.21zm5.32.558h.856v-5.486c.215-.465.918-1.736 1.988-1.736.336 0 .52.062.642.124l.214-.806c-.122-.062-.398-.124-.734-.124-1.101 0-1.804.96-2.079 1.55V21.89h-.856v7.842h-.031zm4.77 3.782c1.682 0 2.293-1.178 2.844-2.666l3.332-9.02h-.886l-2.385 6.757-2.446-6.757h-.918l2.905 7.811-.397 1.116c-.459 1.24-.918 1.984-2.049 1.984-.306 0-.428-.03-.55-.062l-.123.713c.153.093.337.124.673.124zm11.588-3.782h.826v-7.191h2.017v-.682h-2.017v-1.24c0-1.426.58-2.17 1.773-2.17.458 0 .825.124.978.217l.214-.744c-.214-.093-.611-.217-1.192-.217-1.712 0-2.63 1.085-2.63 2.883v1.333h-1.345v.682h1.345v7.13h.031zm6.879.186c2.446 0 3.547-2.17 3.547-4.153 0-1.953-1.131-4.092-3.577-4.092-2.446 0-3.486 2.139-3.486 4.123.031 1.983 1.101 4.122 3.516 4.122zm.031-.744c-1.743 0-2.63-1.611-2.63-3.41 0-1.766.795-3.347 2.569-3.347 1.773 0 2.69 1.612 2.69 3.379 0 1.797-.856 3.378-2.629 3.378zm5.473.558h.856v-5.486c.214-.465.917-1.736 1.987-1.736.337 0 .52.062.642.124l.214-.806c-.122-.062-.397-.124-.733-.124-1.101 0-1.804.96-2.079 1.55V21.89h-.857v7.842h-.03zm10.793.186a2.65 2.65 0 001.498-.465l-.336-.65c-.153.123-.612.371-1.07.371-.704 0-.948-.434-.948-1.24v-5.362h1.987v-.682h-1.987v-2.263h-.856v2.232h-1.315v.682h1.315v5.424c0 1.24.55 1.953 1.712 1.953zm3.149-.186h.856V24c.275-.434 1.223-1.55 2.385-1.55 1.162 0 1.59.713 1.59 1.89v5.394h.856v-5.58c0-1.425-.642-2.48-2.263-2.48-1.314 0-2.201.9-2.568 1.427v-5.27h-.856v11.903zm11.068.186c1.254 0 2.14-.434 2.63-.806l-.367-.682c-.428.341-1.254.744-2.232.744-1.865 0-2.599-1.643-2.63-3.44v-.186h5.351c.031-.155.031-.28.031-.434 0-2.015-1.071-3.441-2.936-3.441-2.079 0-3.332 1.829-3.332 4.03 0 2.293 1.1 4.215 3.485 4.215zm-2.538-5.083c.214-1.364 1.009-2.418 2.355-2.418 1.467 0 2.079 1.209 2.109 2.418h-4.464zM76.687 12.688h.825V3.14l6.513 9.548h.825V1.684h-.856v9.485l-6.451-9.485h-.887v11.004h.03zm13.178.155c1.253 0 2.14-.434 2.63-.806l-.368-.682c-.428.34-1.253.744-2.232.744-1.865 0-2.599-1.643-2.63-3.44v-.187h5.351c.031-.155.031-.279.031-.434 0-2.015-1.07-3.44-2.935-3.44-2.08 0-3.333 1.828-3.333 4.03 0 2.293 1.1 4.215 3.486 4.215zM87.327 7.79c.214-1.364 1.009-2.418 2.354-2.418 1.468 0 2.08 1.21 2.11 2.418h-4.464zm8.5 4.898h.795l2.11-6.634 2.109 6.634h.795l2.354-7.874h-.856l-1.895 6.572-2.049-6.572h-.825l-2.049 6.54-1.896-6.54h-.917l2.324 7.874zm15.257 0h.886V8.534l3.608-6.85h-.917l-3.088 5.951h-.031l-3.088-5.951h-1.009l3.639 6.85v4.154zm7.093.155c2.446 0 3.547-2.17 3.547-4.154 0-1.953-1.132-4.092-3.578-4.092-2.445 0-3.485 2.14-3.485 4.123 0 2.015 1.07 4.123 3.516 4.123zm0-.744c-1.773 0-2.629-1.612-2.629-3.41 0-1.767.795-3.348 2.568-3.348 1.773 0 2.691 1.612 2.691 3.38 0 1.797-.857 3.378-2.63 3.378zm5.167.589h.856V7.2c.214-.465.918-1.736 1.988-1.736.336 0 .519.062.642.124l.214-.806c-.122-.062-.398-.124-.734-.124-1.101 0-1.804.961-2.079 1.55V4.845h-.887v7.843zm9.723 0h1.07l-3.608-4.433 3.425-3.44h-1.07l-3.394 3.44 3.577 4.433zm-4.525 0h.856V.816h-.856v11.872zm11.007 0h.887v-4.68h1.376c2.446 0 3.821-1.24 3.821-3.225 0-1.953-1.437-3.1-3.699-3.1h-2.385v11.005zm.887-5.456V2.46h1.376c2.079 0 2.874.991 2.874 2.355 0 1.457-.857 2.418-2.905 2.418h-1.345zm8.866 5.61c1.315 0 2.202-.867 2.569-1.456 0 .434.061 1.023.122 1.302h.856c-.092-.31-.153-.9-.153-1.52V4.815h-.856v5.704c-.275.465-1.223 1.58-2.385 1.58-1.192 0-1.59-.743-1.59-1.89V4.814h-.856v5.549c0 1.426.642 2.48 2.293 2.48zm8.072 0c2.385 0 3.853-1.921 3.853-4.153 0-2.294-1.07-4.092-3.302-4.092-.795 0-1.56.372-2.049.9V.753h-.856v11.469c.55.403 1.406.62 2.354.62zm.031-.743c-.612 0-1.162-.124-1.498-.31V6.302c.428-.496 1.223-.899 1.895-.899 1.896 0 2.538 1.643 2.538 3.348-.031 1.643-.978 3.348-2.935 3.348zm5.442.589h.856V.816h-.856v11.872zm3.73-9.548c.367 0 .642-.31.642-.681a.65.65 0 00-.642-.651.65.65 0 00-.642.65c0 .403.306.682.642.682zm-.428 9.548h.856V4.814h-.856v7.874zm5.901.155c1.162 0 1.988-.434 2.416-.806l-.367-.651c-.337.31-1.101.713-1.988.713-1.712 0-2.476-1.674-2.476-3.41 0-1.829.795-3.348 2.507-3.348.856 0 1.437.341 1.896.713l.428-.62c-.428-.372-1.162-.837-2.324-.837-1.987 0-3.424 1.612-3.424 4.123 0 2.139 1.1 4.123 3.332 4.123z",fill:"#000"})))},logo_lpa_white:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Zr);return d.createElement("svg",$r({viewBox:"0 0 186 74",fill:"#fff",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Xr||(Xr=d.createElement("path",{d:"M44.43 13.745c-3.302-2.913-7.002-4.835-11.527-5.58-5.565-.93-9.692.404-12.047 1.179-.489.155-.55.465-.55.868-.03 1.023.397 1.829.734 2.139.367.34.734.154 1.284-.032 2.17-.744 5.167-1.27 8.316-.899 2.997.341 5.779 1.271 7.858 2.45-2.935.433-7.338 1.58-11.955 4.959-3.791-.217-8.56.31-13.85 3.007C2.664 26.92-3.634 39.846 2.297 53.919c2.416 5.703 7.889 10.973 14.279 12.864 3.73 1.116 7.063 1.023 7.95.96.275.218.733.559 1.284.93 8.958 6.014 17.213 4.805 22.075 2.108 4.464-2.48 10.395-8.71 10.579-19.56 8.285-8.09 6.726-17.42 5.625-21.388-2.599-9.454-11.282-15.437-19.66-16.088zm9.54 33.478c.03.713-.276 1.023-1.102 1.612-1.1.775-2.782 1.705-4.433 2.232-.214.062-.306-.186-.245-.341.214-.403.52-1.023.704-1.426.367-.806.733-1.643 1.04-2.449.641-1.674 1.283-3.844 1.68-5.61.062-.28.245-.31.337-.155.184.279.795 1.673 1.223 3.068.459 1.488.764 2.666.795 3.07zm-8.562.961c-.642 1.333-1.223 2.449-1.834 3.224-.367.465-2.783 1.302-7.247-.62-3.118-1.333-4.892-2.728-7.552-6.262-.611-.837-1.1-1.55-1.437-2.077-.367-.588-.55-1.053-1.59-.837-.764.155-2.385.806-3.271 2.14-.337.526-.092.96.214 1.456.58.992 1.468 2.17 2.293 3.162 2.905 3.534 6.574 6.51 10.885 7.998.58.185 1.681.495 2.17.62.337.093.49.495.306.681-1.131 1.24-4.066 3.255-4.953 3.72-2.14 1.116-4.311 1.891-5.931 2.139-.55.093-1.07.186-1.835-.465-.948-.837-1.804-1.829-2.568-2.82-1.498-1.985-2.66-4.248-3.455-6.603-1.651-4.867-1.835-10.168-.703-15.158 1.04-4.619 3.18-8.959 6.298-12.492.428-.496 2.049-2.108 2.538-2.45.397-.247.917-.495 2.201-.247 2.08.434 5.565 1.457 9.295 3.782 4.984 3.1 7.827 6.54 8.714 7.656.703.899.734 1.519.611 2.51-.428 4.185-2.018 8.587-3.149 10.943zM43.39 18.178c.245.031.52.093.887.589.703.992 1.865 3.007 2.323 4.06.826 1.985 1.468 4.526 1.743 5.797.061.31-.183.248-.275.186-.275-.31-.856-.806-1.04-.96-.855-.869-3.332-2.883-6.237-4.588-2.599-1.52-5.656-2.76-6.91-3.1-.153-.031-.214-.279-.03-.372.55-.248 2.323-.93 4.464-1.333 1.65-.31 3.516-.434 5.075-.279zM4.132 46.696c-1.07-6.664.917-13.205 5.228-17.452 2.324-2.293 5.137-4.122 8.225-5.145.917-.31 2.568-.744 3.669-.93.306-.031.397.34.214.527-1.04 1.116-2.507 3.44-2.966 4.215-3.577 6.045-5.136 13.33-4.403 20.335.887 8.648 5.106 13.856 5.779 14.755.153.217.306.589-.03.651-.062 0-.398-.062-.887-.155-9.57-2.139-13.82-10.57-14.83-16.8zm27.212 20.242c-.367-.155-.337-.434 0-.558.947-.341 2.69-1.054 3.516-1.52a26.587 26.587 0 004.647-3.223c.734-.62 2.293-2.046 3.21-3.13.306-.373.826-1.024 1.835-1.148 1.957-.217 2.538-.31 3.914-.65 1.314-.342 3.577-1.147 5.075-1.984.184-.093.49 0 .398.465-.673 3.378-2.997 8.586-7.155 11.252-4.8 3.162-10.395 2.82-15.44.496zm26.63-23.528c-.244.403-.611.31-.764-.03-.122-.373-.275-.9-.398-1.272-.642-1.797-1.436-3.564-2.415-5.207a56.94 56.94 0 00-1.62-2.542c-.367-.558-.367-.837-.367-1.519-.03-3.875-1.223-9.206-3.119-12.647-.183-.341.092-.558.306-.465 5.106 2.387 7.858 5.89 9.172 9.206 2.936 7.378.52 12.275-.795 14.476zM84.349 38.204c0-2.356-1.804-3.472-4.158-3.472h-3.578v11.005h2.324V41.8h.978c2.722 0 4.434-1.21 4.434-3.596zm-2.324.031c0 1.209-.611 1.829-2.079 1.829h-1.009V36.53h1.07c1.437-.03 2.018.59 2.018 1.705zm4.892 3.968h5.014c.276-2.976-.947-4.712-3.424-4.712-2.202 0-3.914 1.643-3.914 4.185 0 2.573 1.498 4.247 4.158 4.247 1.621 0 2.447-.465 2.966-.775l-.703-1.426c-.397.186-.978.558-2.079.558-1.284 0-1.896-.837-2.018-2.077zm0-1.488c.153-1.054.673-1.643 1.59-1.643.978 0 1.345.744 1.376 1.643h-2.966zm11.557-3.007c-.183-.093-.489-.217-1.07-.217-1.009 0-1.65.682-1.987 1.302v-1.085h-2.17v8.029h2.17v-5.053c.183-.372.764-1.209 1.712-1.209.459 0 .703.093.826.186l.52-1.953zm3.578 1.612h1.895v-1.643h-1.895v-.65c0-1.055.397-1.582 1.284-1.582.581 0 .948.155 1.101.217l.489-1.643c-.184-.124-.765-.372-1.927-.372-2.017 0-3.118 1.302-3.118 3.224v.837h-1.193v1.643h1.193v6.417h2.171V39.32zm10.242 2.325c0-2.077-1.253-4.185-4.005-4.185s-3.944 2.17-3.944 4.247 1.192 4.185 3.975 4.185c2.751.03 3.974-2.201 3.974-4.247zm-2.293.093c0 1.488-.428 2.51-1.681 2.51-1.223 0-1.713-1.084-1.713-2.603 0-1.488.398-2.542 1.621-2.542 1.253 0 1.773 1.116 1.773 2.635zm8.653-4.03c-.184-.093-.489-.217-1.07-.217-1.009 0-1.651.682-1.988 1.302v-1.085h-2.17v8.029h2.17v-5.053c.184-.372.765-1.209 1.713-1.209.458 0 .703.093.825.186l.52-1.953zm7.307 1.054c-.305-.744-.917-1.27-2.048-1.27-1.284 0-1.957.712-2.385 1.177v-.992h-2.11v8.029h2.171V40.28c.153-.217.673-.992 1.468-.992.642 0 .917.403.917 1.209v5.177h2.171v-5.487c.305-.372.795-.899 1.467-.899.704 0 .948.434.948 1.209v5.177h2.171v-5.642c0-1.488-.581-2.604-2.263-2.604-1.131.062-1.865.558-2.507 1.333zm8.622-1.085h-2.17v8.029h2.17v-8.029zm.245-2.356c0-.682-.581-1.302-1.345-1.302-.765 0-1.315.59-1.315 1.302 0 .713.55 1.333 1.315 1.333a1.34 1.34 0 001.345-1.333zm8.714 10.385v-5.642c0-1.488-.642-2.604-2.385-2.604-1.315 0-2.11.713-2.538 1.21v-.993h-2.109v8.029h2.17v-5.394c.153-.217.795-.992 1.621-.992.795 0 1.07.403 1.07 1.209v5.177h2.171zm6.084-8.029c-.397-.124-.886-.186-1.406-.186-2.202 0-3.516 1.178-3.516 2.914 0 1.054.52 1.89 1.406 2.418-.458.279-.886.744-.886 1.519 0 .589.275.96.703 1.209-.795.434-1.346 1.084-1.346 1.953 0 1.456 1.315 2.138 3.486 2.138 2.599 0 4.342-1.209 4.342-2.914 0-2.386-2.079-2.386-3.731-2.48-1.131-.061-1.589-.154-1.589-.588 0-.217.152-.372.305-.465.306.062.612.093.948.093 2.202 0 3.425-1.178 3.425-2.914 0-.465-.092-.899-.306-1.302h1.07v-1.426h-2.905v.031zm-1.406 4.216c-.887 0-1.437-.558-1.437-1.488 0-.93.55-1.488 1.437-1.488s1.437.558 1.437 1.488c0 .93-.52 1.488-1.437 1.488zm-.917 4.092c.336.062.703.093 1.07.124 1.162.093 1.895.062 1.895.898 0 .682-.733 1.178-2.079 1.178-1.1 0-1.559-.434-1.559-1.085.031-.465.245-.837.673-1.115zm11.863-2.325h4.341l.734 2.077h2.507l-4.25-11.005h-2.232l-4.127 11.005h2.323l.704-2.077zm3.669-1.86h-3.027l.917-2.635c.336-.93.55-1.767.581-1.89h.031c.03.123.244.96.58 1.89l.918 2.635zm9.937-4.092c-.184-.093-.49-.217-1.071-.217-1.009 0-1.651.682-1.987 1.302v-1.085h-2.171v8.029h2.171v-5.053c.184-.372.764-1.209 1.712-1.209.459 0 .704.093.826.186l.52-1.953zm1.498 1.612v4.092c0 1.55.642 2.51 2.507 2.51.978 0 1.651-.278 1.987-.464l-.489-1.643c-.153.093-.581.31-1.039.31-.612 0-.795-.341-.795-1.147V39.32h1.865v-1.643h-1.865v-2.325H174.3v2.325h-1.284v1.643h1.254zm10.732 4.03c0-1.364-.918-1.922-2.171-2.45-.918-.371-1.621-.526-1.621-1.053 0-.434.337-.713 1.101-.713s1.376.31 1.682.527l.764-1.488c-.367-.217-1.192-.65-2.538-.65-1.804 0-2.966.96-2.966 2.448 0 1.209.673 1.86 1.774 2.387 1.131.558 1.987.682 1.987 1.24 0 .465-.458.713-1.315.713-.886 0-1.651-.434-1.956-.651l-.734 1.519c.489.34 1.406.744 2.813.744 2.018 0 3.18-.9 3.18-2.573zM76.72 29.733h5.228v-.775h-4.342V18.73h-.886v11.004zm7.246-9.516c.367 0 .642-.31.642-.682a.65.65 0 00-.642-.65.65.65 0 00-.642.65c0 .372.275.682.642.682zm-.428 9.516h.856V21.86h-.856v7.873zm5.565.186c2.384 0 3.852-1.922 3.852-4.153 0-2.294-1.07-4.092-3.302-4.092-.795 0-1.56.372-2.049.899V17.83h-.856V29.3c.581.371 1.437.62 2.355.62zm.03-.744c-.611 0-1.162-.124-1.529-.31v-5.517c.428-.496 1.223-.9 1.896-.9 1.896 0 2.538 1.644 2.538 3.349.03 1.642-.917 3.378-2.905 3.378zm5.779.558h.856v-5.486c.214-.465.917-1.736 1.987-1.736.337 0 .52.062.642.124l.214-.806c-.122-.062-.397-.124-.733-.124-1.101 0-1.804.96-2.08 1.55V21.89h-.886v7.842zm6.604.186c.917 0 1.804-.465 2.354-1.178.031.28.061.744.123.992h.856c-.092-.34-.153-.899-.153-1.58v-3.968c0-1.705-.887-2.511-2.477-2.511-1.009 0-1.865.34-2.537.992l.458.589c.642-.62 1.284-.837 2.018-.837 1.162 0 1.712.589 1.712 1.86v.899h-.367c-1.804 0-4.097.589-4.097 2.697-.06 1.24.826 2.045 2.11 2.045zm.122-.744c-.672 0-1.406-.465-1.406-1.332 0-1.457 1.467-1.984 3.21-1.984h.367v2.107c-.581.775-1.315 1.21-2.171 1.21zm5.32.558h.856v-5.486c.215-.465.918-1.736 1.988-1.736.336 0 .52.062.642.124l.214-.806c-.122-.062-.398-.124-.734-.124-1.101 0-1.804.96-2.079 1.55V21.89h-.856v7.842h-.031zm4.77 3.782c1.682 0 2.293-1.178 2.844-2.666l3.332-9.02h-.886l-2.385 6.757-2.446-6.757h-.918l2.905 7.811-.397 1.116c-.459 1.24-.918 1.984-2.049 1.984-.306 0-.428-.03-.55-.062l-.123.713c.153.093.337.124.673.124zm11.588-3.782h.826v-7.191h2.017v-.682h-2.017v-1.24c0-1.426.58-2.17 1.773-2.17.458 0 .825.124.978.217l.214-.744c-.214-.093-.611-.217-1.192-.217-1.712 0-2.63 1.085-2.63 2.883v1.333h-1.345v.682h1.345v7.13h.031zm6.879.186c2.446 0 3.547-2.17 3.547-4.153 0-1.953-1.131-4.092-3.577-4.092-2.446 0-3.486 2.139-3.486 4.123.031 1.983 1.101 4.122 3.516 4.122zm.031-.744c-1.743 0-2.63-1.611-2.63-3.41 0-1.766.795-3.347 2.569-3.347 1.773 0 2.69 1.612 2.69 3.379 0 1.797-.856 3.378-2.629 3.378zm5.473.558h.856v-5.486c.214-.465.917-1.736 1.987-1.736.337 0 .52.062.642.124l.214-.806c-.122-.062-.397-.124-.733-.124-1.101 0-1.804.96-2.079 1.55V21.89h-.857v7.842h-.03zm10.793.186a2.65 2.65 0 001.498-.465l-.336-.65c-.153.123-.612.371-1.07.371-.704 0-.948-.434-.948-1.24v-5.362h1.987v-.682h-1.987v-2.263h-.856v2.232h-1.315v.682h1.315v5.424c0 1.24.55 1.953 1.712 1.953zm3.149-.186h.856V24c.275-.434 1.223-1.55 2.385-1.55 1.162 0 1.59.713 1.59 1.89v5.394h.856v-5.58c0-1.425-.642-2.48-2.263-2.48-1.314 0-2.201.9-2.568 1.427v-5.27h-.856v11.903zm11.068.186c1.254 0 2.14-.434 2.63-.806l-.367-.682c-.428.341-1.254.744-2.232.744-1.865 0-2.599-1.643-2.63-3.44v-.186h5.351c.031-.155.031-.28.031-.434 0-2.015-1.071-3.441-2.936-3.441-2.079 0-3.332 1.829-3.332 4.03 0 2.293 1.1 4.215 3.485 4.215zm-2.538-5.083c.214-1.364 1.009-2.418 2.355-2.418 1.467 0 2.079 1.209 2.109 2.418h-4.464zM76.687 12.688h.825V3.14l6.513 9.548h.825V1.684h-.856v9.485l-6.451-9.485h-.887v11.004h.03zm13.178.155c1.253 0 2.14-.434 2.63-.806l-.368-.682c-.428.34-1.253.744-2.232.744-1.865 0-2.599-1.643-2.63-3.44v-.187h5.351c.031-.155.031-.279.031-.434 0-2.015-1.07-3.44-2.935-3.44-2.08 0-3.333 1.828-3.333 4.03 0 2.293 1.1 4.215 3.486 4.215zM87.327 7.79c.214-1.364 1.009-2.418 2.354-2.418 1.468 0 2.08 1.21 2.11 2.418h-4.464zm8.5 4.898h.795l2.11-6.634 2.109 6.634h.795l2.354-7.874h-.856l-1.895 6.572-2.049-6.572h-.825l-2.049 6.54-1.896-6.54h-.917l2.324 7.874zm15.257 0h.886V8.534l3.608-6.85h-.917l-3.088 5.951h-.031l-3.088-5.951h-1.009l3.639 6.85v4.154zm7.093.155c2.446 0 3.547-2.17 3.547-4.154 0-1.953-1.132-4.092-3.578-4.092-2.445 0-3.485 2.14-3.485 4.123 0 2.015 1.07 4.123 3.516 4.123zm0-.744c-1.773 0-2.629-1.612-2.629-3.41 0-1.767.795-3.348 2.568-3.348 1.773 0 2.691 1.612 2.691 3.38 0 1.797-.857 3.378-2.63 3.378zm5.167.589h.856V7.2c.214-.465.918-1.736 1.988-1.736.336 0 .519.062.642.124l.214-.806c-.122-.062-.398-.124-.734-.124-1.101 0-1.804.961-2.079 1.55V4.845h-.887v7.843zm9.723 0h1.07l-3.608-4.433 3.425-3.44h-1.07l-3.394 3.44 3.577 4.433zm-4.525 0h.856V.816h-.856v11.872zm11.007 0h.887v-4.68h1.376c2.446 0 3.821-1.24 3.821-3.225 0-1.953-1.437-3.1-3.699-3.1h-2.385v11.005zm.887-5.456V2.46h1.376c2.079 0 2.874.991 2.874 2.355 0 1.457-.857 2.418-2.905 2.418h-1.345zm8.866 5.61c1.315 0 2.202-.867 2.569-1.456 0 .434.061 1.023.122 1.302h.856c-.092-.31-.153-.9-.153-1.52V4.815h-.856v5.704c-.275.465-1.223 1.58-2.385 1.58-1.192 0-1.59-.743-1.59-1.89V4.814h-.856v5.549c0 1.426.642 2.48 2.293 2.48zm8.072 0c2.385 0 3.853-1.921 3.853-4.153 0-2.294-1.07-4.092-3.302-4.092-.795 0-1.56.372-2.049.9V.753h-.856v11.469c.55.403 1.406.62 2.354.62zm.031-.743c-.612 0-1.162-.124-1.498-.31V6.302c.428-.496 1.223-.899 1.895-.899 1.896 0 2.538 1.643 2.538 3.348-.031 1.643-.978 3.348-2.935 3.348zm5.442.589h.856V.816h-.856v11.872zm3.73-9.548c.367 0 .642-.31.642-.681a.65.65 0 00-.642-.651.65.65 0 00-.642.65c0 .403.306.682.642.682zm-.428 9.548h.856V4.814h-.856v7.874zm5.901.155c1.162 0 1.988-.434 2.416-.806l-.367-.651c-.337.31-1.101.713-1.988.713-1.712 0-2.476-1.674-2.476-3.41 0-1.829.795-3.348 2.507-3.348.856 0 1.437.341 1.896.713l.428-.62c-.428-.372-1.162-.837-2.324-.837-1.987 0-3.424 1.612-3.424 4.123 0 2.139 1.1 4.123 3.332 4.123z"})))},logo_mln_black:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,ta);return d.createElement("svg",la({viewBox:"0 0 300 71",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Kr||(Kr=d.createElement("g",{clipPath:"url(#logo_mln_black_svg__clip0_51609_40290)"},d.createElement("path",{d:"M0 66.115c3.741-4.266 7.607-8.432 11.173-12.871.254-.504.922-1.196 1.053-1.301.44-.354.774-.943 1.274-1.443.5 0 1.346.528 1.904.626 1.391.63.725.269 1.555.63a52.471 52.471 0 0030.7 3.422c15.464-2.48 30.702-6.175 46.065-9.3 9.726-1.983 19.477-3.819 29.528-2.802a32.053 32.053 0 0114.739 4.628 31.83 31.83 0 0110.824 10.97c.25.398.549.794.923 1.365.349-.37.667-.768.948-1.19 6.759-11.21 17.133-15.946 29.928-16.145 12.245-.198 23.992 2.877 35.813 5.431 11.323 2.48 22.67 4.96 34.118 6.795a57.052 57.052 0 0035.439-4.588l14.091 16.839c-5.163 1.091-9.702 2.48-14.291 2.976-17.906 2.48-35.215-.843-52.373-5.53-12.719-3.447-25.389-7.118-38.258-9.92-10.3-2.306-20.725-2.48-30.526 2.678a37.93 37.93 0 00-12.869 11.185l-1.646 2.182c-3.167-3.273-5.96-6.745-9.302-9.572-7.781-6.547-17.109-8.358-27.085-7.688-13.592.917-26.411 5.233-39.355 8.952a201.691 201.691 0 01-38.058 8.184A89.37 89.37 0 012.62 67.9c-.823-.248-1.721-.347-2.494-.52L-1 67l1-.885zM15.57 30h4.991V11.78h.372L27.798 30h3.507l6.865-18.22h.371V30h4.991V3.226h-6.42l-7.385 19.593h-.333L21.99 3.226h-6.42V30zm36.367 7.2c5.047 0 7.738-1.82 9.556-7.219l6.958-20.41h-5.715L58.45 25.046h-.37L53.792 9.57h-5.956L55.017 30l-.185.78c-.39 1.595-1.503 2.337-3.433 2.337-.5 0-1.039-.018-1.41-.055v4.082c.631.037 1.318.055 1.949.055zM72.757 30h17.516v-4.62H78.359V3.226h-5.603V30zM97.582 6.436c1.67 0 3.043-1.336 3.043-3.006A3.029 3.029 0 0097.582.405c-1.67 0-3.061 1.336-3.061 3.025 0 1.67 1.391 3.006 3.061 3.006zM94.855 30h5.417V9.571h-5.418V30zm22.933.315c5.103 0 8.294-3.989 8.294-10.52v-.037c0-6.568-3.117-10.52-8.294-10.52-2.802 0-5.084 1.372-6.123 3.599h-.334V1.76h-5.418V30h5.418v-3.173h.334c1.058 2.208 3.229 3.488 6.123 3.488zm-1.855-4.49c-2.858 0-4.658-2.264-4.658-6.011v-.038c0-3.748 1.819-6.049 4.658-6.049 2.857 0 4.638 2.301 4.638 6.03v.038c0 3.766-1.762 6.03-4.638 6.03zM130.479 30h5.418V18.57c0-2.894 1.949-4.657 5.029-4.657.835 0 1.67.13 2.486.316V9.497a8.113 8.113 0 00-2.022-.26c-2.654 0-4.509 1.3-5.159 3.507h-.334V9.571h-5.418V30zm21.747.315c2.671 0 4.824-1.131 5.863-3.024h.334V30h5.344V16.047c0-4.36-3.062-6.921-8.48-6.921-5.14 0-8.516 2.375-8.943 5.956l-.019.167h5.01l.037-.074c.427-1.206 1.67-1.893 3.618-1.893 2.227 0 3.433 1.002 3.433 2.765v1.688l-4.936.297c-5.084.297-7.923 2.45-7.923 6.123v.037c0 3.711 2.765 6.123 6.662 6.123zm-1.373-6.457v-.037c0-1.484 1.131-2.356 3.451-2.505l4.119-.26v1.504c0 2.152-1.874 3.803-4.379 3.803-1.874 0-3.191-.946-3.191-2.505zM169.073 30h5.418V18.57c0-2.894 1.948-4.657 5.029-4.657.834 0 1.669.13 2.486.316V9.497a8.115 8.115 0 00-2.023-.26c-2.653 0-4.508 1.3-5.158 3.507h-.334V9.571h-5.418V30zm19.353 7.2c5.047 0 7.737-1.82 9.555-7.219l6.958-20.41h-5.714l-4.287 15.475h-.371L190.281 9.57h-5.956L191.506 30l-.186.78c-.389 1.595-1.503 2.337-3.432 2.337-.501 0-1.039-.018-1.41-.055v4.082c.63.037 1.317.055 1.948.055zm20.818-7.2h5.362V12.874h.297L227.298 30h4.639V3.226h-5.363v17.051h-.297L213.92 3.226h-4.676V30zm36.609 0h5.603V19.999l9.333-16.773h-6.067l-5.882 11.262h-.334l-5.901-11.262h-6.067l9.315 16.773V30zm29.279.686c6.457 0 11.04-3.822 11.615-9.425l.019-.204h-5.455l-.038.148c-.593 2.858-2.913 4.732-6.123 4.732-4.23 0-6.846-3.563-6.846-9.315v-.037c0-5.752 2.616-9.296 6.828-9.296 3.191 0 5.585 2.041 6.16 5.047v.13h5.455v-.223c-.519-5.659-5.269-9.704-11.615-9.704-7.775 0-12.562 5.362-12.562 14.046v.037c0 8.684 4.806 14.064 12.562 14.064z"}))))},logo_mln_white:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,ha);return d.createElement("svg",da({viewBox:"0 0 300 71",fill:"#fff",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,ea||(ea=d.createElement("g",{clipPath:"url(#logo_mln_white_svg__clip0_51609_40290)"},d.createElement("path",{d:"M0 66.115c3.741-4.266 7.607-8.432 11.173-12.871.254-.504.922-1.196 1.053-1.301.44-.354.774-.943 1.274-1.443.5 0 1.346.528 1.904.626 1.391.63.725.269 1.555.63a52.471 52.471 0 0030.7 3.422c15.464-2.48 30.702-6.175 46.065-9.3 9.726-1.983 19.477-3.819 29.528-2.802a32.053 32.053 0 0114.739 4.628 31.83 31.83 0 0110.824 10.97c.25.398.549.794.923 1.365.349-.37.667-.768.948-1.19 6.759-11.21 17.133-15.946 29.928-16.145 12.245-.198 23.992 2.877 35.813 5.431 11.323 2.48 22.67 4.96 34.118 6.795a57.052 57.052 0 0035.439-4.588l14.091 16.839c-5.163 1.091-9.702 2.48-14.291 2.976-17.906 2.48-35.215-.843-52.373-5.53-12.719-3.447-25.389-7.118-38.258-9.92-10.3-2.306-20.725-2.48-30.526 2.678a37.93 37.93 0 00-12.869 11.185l-1.646 2.182c-3.167-3.273-5.96-6.745-9.302-9.572-7.781-6.547-17.109-8.358-27.085-7.688-13.592.917-26.411 5.233-39.355 8.952a201.691 201.691 0 01-38.058 8.184A89.37 89.37 0 012.62 67.9c-.823-.248-1.721-.347-2.494-.52L-1 67l1-.885zM15.57 30h4.991V11.78h.372L27.798 30h3.507l6.865-18.22h.371V30h4.991V3.226h-6.42l-7.385 19.593h-.333L21.99 3.226h-6.42V30zm36.367 7.2c5.047 0 7.738-1.82 9.556-7.219l6.958-20.41h-5.715L58.45 25.046h-.37L53.792 9.57h-5.956L55.017 30l-.185.78c-.39 1.595-1.503 2.337-3.433 2.337-.5 0-1.039-.018-1.41-.055v4.082c.631.037 1.318.055 1.949.055zM72.757 30h17.516v-4.62H78.359V3.226h-5.603V30zM97.582 6.436c1.67 0 3.043-1.336 3.043-3.006A3.029 3.029 0 0097.582.405c-1.67 0-3.061 1.336-3.061 3.025 0 1.67 1.391 3.006 3.061 3.006zM94.855 30h5.417V9.571h-5.418V30zm22.933.315c5.103 0 8.294-3.989 8.294-10.52v-.037c0-6.568-3.117-10.52-8.294-10.52-2.802 0-5.084 1.372-6.123 3.599h-.334V1.76h-5.418V30h5.418v-3.173h.334c1.058 2.208 3.229 3.488 6.123 3.488zm-1.855-4.49c-2.858 0-4.658-2.264-4.658-6.011v-.038c0-3.748 1.819-6.049 4.658-6.049 2.857 0 4.638 2.301 4.638 6.03v.038c0 3.766-1.762 6.03-4.638 6.03zM130.479 30h5.418V18.57c0-2.894 1.949-4.657 5.029-4.657.835 0 1.67.13 2.486.316V9.497a8.113 8.113 0 00-2.022-.26c-2.654 0-4.509 1.3-5.159 3.507h-.334V9.571h-5.418V30zm21.747.315c2.671 0 4.824-1.131 5.863-3.024h.334V30h5.344V16.047c0-4.36-3.062-6.921-8.48-6.921-5.14 0-8.516 2.375-8.943 5.956l-.019.167h5.01l.037-.074c.427-1.206 1.67-1.893 3.618-1.893 2.227 0 3.433 1.002 3.433 2.765v1.688l-4.936.297c-5.084.297-7.923 2.45-7.923 6.123v.037c0 3.711 2.765 6.123 6.662 6.123zm-1.373-6.457v-.037c0-1.484 1.131-2.356 3.451-2.505l4.119-.26v1.504c0 2.152-1.874 3.803-4.379 3.803-1.874 0-3.191-.946-3.191-2.505zM169.073 30h5.418V18.57c0-2.894 1.948-4.657 5.029-4.657.834 0 1.669.13 2.486.316V9.497a8.115 8.115 0 00-2.023-.26c-2.653 0-4.508 1.3-5.158 3.507h-.334V9.571h-5.418V30zm19.353 7.2c5.047 0 7.737-1.82 9.555-7.219l6.958-20.41h-5.714l-4.287 15.475h-.371L190.281 9.57h-5.956L191.506 30l-.186.78c-.389 1.595-1.503 2.337-3.432 2.337-.501 0-1.039-.018-1.41-.055v4.082c.63.037 1.317.055 1.948.055zm20.818-7.2h5.362V12.874h.297L227.298 30h4.639V3.226h-5.363v17.051h-.297L213.92 3.226h-4.676V30zm36.609 0h5.603V19.999l9.333-16.773h-6.067l-5.882 11.262h-.334l-5.901-11.262h-6.067l9.315 16.773V30zm29.279.686c6.457 0 11.04-3.822 11.615-9.425l.019-.204h-5.455l-.038.148c-.593 2.858-2.913 4.732-6.123 4.732-4.23 0-6.846-3.563-6.846-9.315v-.037c0-5.752 2.616-9.296 6.828-9.296 3.191 0 5.585 2.041 6.16 5.047v.13h5.455v-.223c-.519-5.659-5.269-9.704-11.615-9.704-7.775 0-12.562 5.362-12.562 14.046v.037c0 8.684 4.806 14.064 12.562 14.064z"}))))},logo_nypl_full_black:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,va);return d.createElement("svg",ua({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 966.787 543.733","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,ra||(ra=d.createElement("path",{d:"M485.288 7.284h7.269l53.44 77.4v-77.4h7v89.65h-6.867l-53.978-77.94v77.94h-6.864V7.284m126.535 49.67c-.134-9.691-5.114-19.652-17.365-19.652-11.171 0-17.634 8.614-19.518 19.653zm-44.692 7.27c0-18.172 10.5-32.98 27.597-32.98 16.422 0 25.442 13.192 24.094 31.498h-44.287v1.482c.136 14.673 6.328 28.134 21.674 28.134 8.21 0 15.076-3.366 18.576-6.059l2.96 5.52c-4.038 2.961-11.441 6.596-21.807 6.596-19.652 0-28.807-15.75-28.807-34.191m59.225-31.5h7.539l15.617 53.442 16.825-53.442h6.865L690.028 86.3l15.749-53.575h7.001l-19.385 64.21h-6.46l-17.366-54.112-17.365 54.112h-6.46l-19.386-64.21m148.337 30.422L744.676 7.284h8.345l25.44 48.459h.27l25.442-48.46h7.539l-29.75 55.863v33.788h-7.27V63.146m81.841 1.751c0-14.404-7.673-27.595-22.345-27.595-14.538 0-21.134 12.922-21.134 27.326 0 14.538 7.135 27.73 21.672 27.73 14.671 0 21.807-12.924 21.807-27.461zm-50.882 0c0-16.154 8.614-33.653 28.805-33.653 20.193 0 29.481 17.365 29.481 33.384 0 16.153-9.153 33.787-29.346 33.787-20.191 0-28.94-17.365-28.94-33.518m71.73-32.173h7v11.173c2.423-4.711 8.211-12.653 17.231-12.653 2.96 0 5.115.674 6.192 1.078l-1.75 6.594c-1.078-.404-2.558-.942-5.251-.942-8.884 0-14.673 10.5-16.421 14.27v44.69h-7.001v-64.21m51.013 28.134l28.135-28.134h8.75l-28.402 28.134 29.883 36.076h-8.75zM920.724.015h7v96.919h-7V.014m-416.725 187.38c17.095 0 24.094-7.808 24.094-19.654 0-11.173-6.73-19.25-23.826-19.25h-11.44v38.904zm-18.576-45.23h19.518c18.846 0 30.69 9.29 30.69 25.308 0 16.151-11.172 26.248-31.498 26.248h-11.307v38.094h-7.403v-89.65m61.513 70.805v-45.364h7v43.883c0 9.424 3.365 15.48 13.191 15.48 9.559 0 17.498-9.018 19.654-12.787v-46.576h6.999v51.825c0 5.115.538 9.962 1.212 12.384h-7.135c-.402-2.153-.942-7-.942-10.5-3.096 4.847-10.365 11.981-21.268 11.981-13.46 0-18.711-8.75-18.711-20.326m107.957-13.191c0-14-5.385-27.326-21-27.326-5.518 0-11.98 3.23-15.615 7.269v44.96c2.961 1.48 7.402 2.557 12.52 2.557 16.286 0 24.095-14.134 24.095-27.46zm-43.614 28.672v-93.555h6.999v38.634c3.904-4.443 10.232-7.404 16.827-7.404 18.305 0 27.19 14.672 27.19 33.383 0 18.038-12.115 33.787-31.768 33.787-7.672 0-14.806-1.884-19.248-4.845m65.416-93.555h7.001v96.92h-7v-96.92m27.862 32.71h7.134v64.21h-7.134zm-1.75-18.98c0-3.095 2.424-5.385 5.252-5.385 2.958 0 5.382 2.29 5.382 5.386s-2.424 5.52-5.382 5.52c-2.828 0-5.252-2.425-5.252-5.52m22.343 51.017c0-20.326 11.712-33.518 28.269-33.518 9.558 0 15.615 3.635 19.114 6.73l-3.635 5.115c-3.633-3.096-8.48-5.788-15.612-5.788-14.27 0-20.732 12.384-20.732 27.192 0 14.269 6.328 27.864 20.597 27.864 7.404 0 13.594-3.23 16.422-5.788l3.096 5.25c-3.5 3.096-10.23 6.595-19.923 6.595-18.441 0-27.596-16.422-27.596-33.652M483.403 366.697v-89.65h19.114v74.303H535.9v15.347h-52.498m66.689 0V301.14h18.036v65.558zm9.02-74.035c-6.328 0-10.906-4.981-10.906-10.77 0-5.654 4.578-10.5 10.905-10.5 6.327 0 11.037 4.846 11.037 10.5 0 5.789-4.71 10.77-11.037 10.77m42.67 60.17c1.21.403 4.037 1.482 9.018 1.482 9.961 0 15.883-7.404 15.883-20.865 0-12.25-4.17-19.788-13.864-19.788-5.652 0-9.961 3.634-11.037 4.98zm0-83.055v36.48c2.961-2.963 8.75-6.731 16.017-6.731 16.425 0 27.866 11.306 27.866 33.923 0 22.343-15.077 34.863-34.865 34.863-14.807 0-23.826-3.77-26.922-5.25v-93.285h17.904m94.224 47.114c-1.077-.672-3.097-1.482-6.868-1.482-7.94 0-12.651 7.002-14.267 9.961v41.327h-17.904V301.14h17.904v8.887c2.826-4.847 8.212-10.5 16.557-10.5 4.846 0 7.404.942 8.885 1.752l-4.307 15.613m45.362 20.728h-2.29c-10.498 0-17.767 3.1-17.767 10.77 0 4.846 3.905 6.865 7.941 6.865 6.463 0 10.232-3.77 12.116-5.787zm2.02 29.078c-.54-1.617-.942-4.98-1.079-7-2.96 3.5-9.153 8.615-18.44 8.615-11.174 0-19.788-6.73-19.788-18.442 0-17.096 17.634-23.288 34.998-23.288h2.289v-3.769c0-5.654-2.29-9.152-10.635-9.152-8.48 0-14.269 4.44-16.691 6.19l-7.808-10.901c3.904-3.5 12.52-9.424 26.52-9.424 17.903 0 26.383 6.866 26.383 24.23v23.557c0 8.883.941 15.209 1.884 19.384h-17.633m69.186-49.806c-1.076-.672-3.096-1.482-6.864-1.482-7.942 0-12.654 7.002-14.27 9.961v41.327h-17.904V301.14h17.904v8.887c2.828-4.847 8.212-10.5 16.558-10.5 4.844 0 7.403.942 8.884 1.752l-4.308 15.613m10.768-15.752h19.113l14.54 43.212h.673l13.326-43.212h18.442l-27.057 72.556c-5.789 15.48-12.654 24.499-30.556 24.499-5.52 0-8.75-.805-10.096-1.21l2.557-14.135c.942.27 2.423.672 6.327.672 9.153 0 12.384-4.44 14.94-11.441l2.423-6.73-24.632-64.21"})),aa||(aa=d.createElement("path",{d:"M244.07 275.908c-.632 3.292-2.639 9.649-5.848 10.062-3.233.413-5.562-3.053-7.881-4.352-3.912-2.182-9.444-3.61-14.556-5.302-4.41-1.462-10.457-3.27-12.23-7.479-2.657-6.265 3.55-9.229 8.02-10.605 4.21-1.293 7.292-1.78 12.78-2.036 8.075-.388 15.784.768 18.495 5.844 1.635 3.057 2.133 9.122 1.22 13.868zm74.12 4.038c-14.064-6.882-32.33-10.33-45.62-17.713-10.522-5.834-18.59-15.471-29.913-20.664-11.552-5.656-28.94-11.341-35.586-12.98-23.496-5.78-43.231 1.747-50.076 7.164-12.781 10.1-22.766 26.516-18.87 50.134 1.65 9.984 4.723 18.383 9.607 25.29 19.818 27.99 56.91 37.084 86.295 54.742 1.036.705 2.118.517 2.78-.383 4.935-7.258 8.947-13.1 17.26-16.558 8.44-3.524 21.722-2.327 33.174-1.77 11.83.573 24.6-.538 28.891-6.655 5.127-7.301 4.828-22.013-2.997-26.508-4.199-2.42-10.459-2.53-15.025-4.635-3.332-1.54-5.901-4.422-7.739-8.428-1.54-3.352-2.973-8.856-.976-12.447 1.84-3.308 6.475-2.372 10.199-1.506 7.38 1.694 19.711 3.49 26.811.376 2.092-1.068-5.386-6.076-8.216-7.459M20.98 299.71c.424-2.396.609-3.063 2.052-4.947 2.286-3.418 30.024-34.543 73.016-42.085 5.658-.811 9.734-.419 10.661 1.849 1.625 3.976-1.667 6.266-5.629 8.56-68.952 41.21-64.064 102.472-64.725 127.532.208 10.252-7.195 12.118-9.043 7.288-8.092-22.074-14.896-56.673-6.333-98.197m46.657-90.251c1.413-1.499 2.334-2.187 4.43-2.778 26.481-6.578 53.046-2.39 72.177 6.14 4.294 1.902 6.229 4.596 3.409 6.405-3.587 2.084-14.456 9.154-20.464 14.752-1.746 1.505-4.86 1.584-6.697 1.34-22.426-2.956-34.074-4.703-67.787 8.077-5.173 2.175-9.826-.784-7.445-4.85 4.489-8.04 14.927-21.49 22.377-29.086M111.209 183c-5.798-.66-5.88-4.902-3.428-6.553 6.3-4.414 16.521-9.743 26.804-13.82 3.078-1.22 4.668-1.537 7.487-1.255 7.578.759 20.125 5.86 34.522 16.133 17.266 12.32 32.626 35.725 22.354 33.83-6.497-1.125-3.668-.816-11.283-1.652-7.781-.69-12.888.11-16.475-.256-1.562-.128-2.793-1.168-3.893-2.07-14.573-13.067-31.407-21.36-56.088-24.357",fill:"#fff"})),na||(na=d.createElement("path",{d:"M388.617 387.566c-1.555 4.852-3.401 10.939-7.359 8.115-7.351-5.47-23.692-15.988-39.517-21.825-.85-.19-.754-1.37-.454-2.035 1.122-2.485 1.624-4.784 2.11-7.725.45-2.752 2.436-4.59 3.801-6.797 4.056-6.479 6.253-17.772 7.138-24.817.672-6.473.272-13.686-1.13-19.698-.599-2.568-2.45-5.878-2.401-8.718.048-2.779 1.354-5.69 1.622-8.97.783-9.49-11.194-17.403-17.731-20.452-14.83-6.924-30.59-13.117-46.607-21.568-9.041-4.769-16.297-15.23-23.552-20.845-7.327-5.654-30.879-14.995-40.292-17.482-2.125-.67-2.879-1.552-3.239-3.244-3.88-18.518-14.808-38.916-35.223-54.69-6.61-5.138.803-8.06 9.907-8.504 143.51-4.92 226.095 127.15 192.927 239.255",fill:"#fff"})),ca||(ca=d.createElement("path",{d:"M330.345 324.088c-.103-.73-.417-3.204-.415-3.715.008-1.305 2.691-3.081 3.942-4.074 1.897-1.51 4.093-3.17 5.532-3.895.52-.327.865.43.935.579 5.291 8.03 3.307 27.88-.515 37.318-.443.96-1.252 1.333-1.582.63-1.95-4.258-4.845-8.092-8.169-10.196-.613-.476-.66-1.468-.613-1.652 1.07-4.485 1.625-9.46.885-14.995m-65.426 48.855c1.14-3.291 2.466-5.23 5.024-6.83 4.814-3.02 12.815-3.15 20.538-3.678 7.482-.505 15.477-.943 20.8-3.403 3.222-1.481 6.444-5.7 11.423-3.552 2.357 1.016 3.64 3.176 4.344 5.324.79 2.394 1.364 4.81 1.118 8.019-.716 9.258-8.235 13.78-9.589 22.434-.125 1.337-.353 3.273-1.12 4.042-5.742 5.844-17.097 4.615-27.362 3.582-3.674-.366-7.306-.466-9.791-1.65-1.794-.838-3.403-2.549-4.894-3.932-3.283-3.043-5.14-5.283-8.433-8.975-1.117-1.251-3.648-3.515-3.814-4.89-.142-1.318 1.27-5.103 1.756-6.491M85.152 482.06c-3.768-3.087-5.388-5.69-7.555-9.347-17.576-28.094-27.427-127.586-4.778-161.332 7.208-11.823 14.843-6.373 12.306 2.767-4.338 20.517-1.68 32.014 8.297 54.276 15.679 33.083 64.073 79.017 76.884 95.676 21.963 28.57 29.272 49.386 29.172 54.993-.119 4.302-.944 7.045-8.483 6.408-39.764-3.151-78.206-19.638-105.843-43.441",fill:"#fff"})),oa||(oa=d.createElement("path",{d:"M107.885 347.889c-12.129-29.548-4.208-56.154 1.149-66.245 2.701-5.092 5.341-8.419 8.789-7.462 3.75 1.047 4.617 4.886 5.135 12.003 3.817 59.062 39.542 78.948 84.414 99.801 35.4 18.097 75.678 38.787 109.435 88.906 5.109 7.235 5.846 11.625.078 15.77-20.58 14.05-39.225 23.844-66.503 30.205-4.107.961-8.341.24-11.979-9.143-37.895-97.638-101.518-93.237-130.518-163.835m234.716 120.04c-5.77 5.767-9.041 1.246-10.927-2.457-8.08-17.18-15.971-31.56-28.698-45.488-2.205-2.235-.506-5.372 2.735-5.053 4.143.332 6.857.105 11.414-1.854 3.855-1.655 8.272-7.06 10.475-14.824 1.605-5.664 1.68-7.33 5.15-7.684.863-.082 2.442.136 3.399.412 4.224 1.202 8.76 4.653 12.074 7.196 8.501 6.494 21.184 20.827 23.404 25.464 1.409 2.952.06 4.956-.735 6.642-4.448 9.095-18.477 27.943-28.291 37.647",fill:"#fff"})),ia||(ia=d.createElement("path",{d:"M342.6 467.938c-5.768 5.766-9.04 1.245-10.926-2.458-8.08-17.18-15.971-31.56-28.698-45.488-2.205-2.235-.506-5.373 2.735-5.053 4.143.332 6.857.105 11.414-1.853 3.855-1.656 8.272-7.062 10.475-14.825 1.605-5.664 1.68-7.33 5.15-7.684.863-.082 2.442.136 3.399.412 4.224 1.202 8.76 4.653 12.074 7.196 8.501 6.493 21.184 20.826 23.404 25.465 1.409 2.951.06 4.955-.735 6.64-4.448 9.096-18.477 27.942-28.291 37.648zM107.91 347.859c-12.129-29.546-4.209-56.152 1.149-66.243 2.701-5.092 5.341-8.419 8.789-7.462 3.75 1.047 4.617 4.886 5.135 12.003 3.816 59.062 39.54 78.948 84.413 99.8 35.402 18.098 75.68 38.787 109.436 88.906 5.11 7.236 5.847 11.626.077 15.77-20.58 14.05-39.224 23.844-66.502 30.205-4.106.96-8.342.24-11.98-9.143-37.895-97.637-101.518-93.238-130.517-163.836zm-86.897-48.163c.426-2.396.612-3.062 2.054-4.946 2.286-3.417 30.023-34.543 73.017-42.084 5.656-.81 9.733-.419 10.66 1.849 1.625 3.976-1.667 6.268-5.628 8.56-68.953 41.21-64.065 102.472-64.725 127.532.208 10.25-7.195 12.118-9.044 7.288-8.092-22.074-14.896-56.674-6.334-98.199zm46.622-90.287c1.413-1.498 2.334-2.186 4.43-2.777 26.481-6.577 53.046-2.39 72.177 6.141 4.294 1.902 6.229 4.596 3.409 6.404-3.587 2.084-14.456 9.153-20.464 14.752-1.746 1.505-4.86 1.584-6.697 1.34-22.426-2.956-34.074-4.703-67.787 8.077-5.173 2.176-9.826-.784-7.445-4.85 4.489-8.04 14.927-21.49 22.377-29.087zm197.284 163.484c1.14-3.29 2.466-5.229 5.024-6.83 4.814-3.019 12.815-3.15 20.538-3.677 7.482-.506 15.477-.943 20.8-3.403 3.222-1.481 6.444-5.701 11.423-3.552 2.357 1.016 3.64 3.176 4.344 5.324.79 2.393 1.364 4.81 1.118 8.018-.716 9.259-8.235 13.78-9.589 22.434-.125 1.338-.353 3.274-1.12 4.043-5.742 5.844-17.097 4.615-27.362 3.581-3.674-.365-7.306-.465-9.791-1.649-1.794-.84-3.403-2.55-4.894-3.932-3.283-3.044-5.14-5.284-8.433-8.976-1.117-1.25-3.648-3.514-3.814-4.889-.142-1.319 1.27-5.104 1.756-6.492zm-153.71-189.94c-5.798-.662-5.88-4.902-3.428-6.553 6.3-4.415 16.521-9.744 26.804-13.821 3.078-1.22 4.668-1.538 7.487-1.254 7.578.759 20.125 5.86 34.522 16.132 17.266 12.32 32.626 35.724 22.354 33.83-6.497-1.126-3.668-.815-11.283-1.651-7.781-.69-12.888.108-16.475-.257-1.562-.127-2.793-1.168-3.893-2.068-14.573-13.068-31.407-21.361-56.088-24.358zm45.786 52.75c6.845-5.417 26.58-12.943 50.076-7.163 6.646 1.638 24.034 7.323 35.586 12.98 11.323 5.192 19.391 14.83 29.914 20.665 13.29 7.382 31.555 10.83 45.618 17.712 2.83 1.383 10.308 6.39 8.216 7.458-7.1 3.115-19.431 1.319-26.811-.376-3.724-.865-8.36-1.802-10.199 1.507-1.997 3.59-.565 9.094.976 12.446 1.838 4.007 4.407 6.888 7.739 8.428 4.566 2.105 10.826 2.216 15.025 4.636 7.825 4.495 8.124 19.206 2.997 26.507-4.29 6.116-17.06 7.227-28.891 6.656-11.452-.557-24.734-1.754-33.174 1.77-8.313 3.457-12.325 9.3-17.26 16.558-.662.9-1.744 1.088-2.78.382-29.384-17.658-66.477-26.752-86.295-54.742-4.884-6.907-7.957-15.305-9.607-25.289-3.896-23.618 6.089-40.035 18.87-50.135zm173.35 88.335c-.103-.73-.417-3.203-.415-3.714.008-1.305 2.691-3.081 3.942-4.075 1.897-1.51 4.093-3.169 5.532-3.894.52-.327.865.43.935.578 5.291 8.03 3.307 27.88-.515 37.318-.443.96-1.252 1.333-1.582.63-1.95-4.258-4.845-8.091-8.169-10.195-.613-.476-.66-1.468-.613-1.652 1.07-4.485 1.625-9.46.885-14.996zm58.272 63.479c-1.555 4.852-3.401 10.937-7.359 8.114-7.351-5.47-23.692-15.987-39.517-21.824-.85-.191-.754-1.37-.454-2.035 1.122-2.487 1.624-4.784 2.11-7.725.45-2.752 2.436-4.59 3.801-6.797 4.056-6.479 6.253-17.772 7.138-24.817.672-6.473.272-13.686-1.13-19.698-.599-2.568-2.45-5.879-2.401-8.719.048-2.778 1.354-5.689 1.622-8.969.783-9.49-11.194-17.402-17.731-20.453-14.83-6.923-30.59-13.115-46.607-21.566-9.041-4.769-16.297-15.231-23.552-20.846-7.327-5.653-30.879-14.996-40.292-17.48-2.125-.67-2.879-1.554-3.239-3.246-3.88-18.517-14.808-38.916-35.223-54.69-6.61-5.138.803-8.06 9.907-8.504 143.51-4.919 226.095 127.151 192.927 239.255zM85.152 482.01c-3.768-3.087-5.388-5.69-7.555-9.347-17.576-28.094-27.427-127.586-4.778-161.332 7.208-11.825 14.843-6.373 12.306 2.767-4.338 20.517-1.68 32.014 8.297 54.276 15.679 33.083 64.073 79.016 76.884 95.676 21.963 28.57 29.272 49.385 29.172 54.993-.119 4.302-.944 7.044-8.483 6.407-39.764-3.15-78.206-19.637-105.843-43.44zm120.73-352.236C92.439 129.775 0 222.018 0 336.73c0 114.706 93 207.004 206.01 207.004 114.711 0 207.544-92.25 207.544-206.957 0-114.715-92.966-207-207.671-207"})),sa||(sa=d.createElement("path",{d:"M215.816 276.316c5.112 1.692 10.642 3.12 14.554 5.302 2.319 1.299 4.648 4.765 7.883 4.352 3.208-.413 5.213-6.77 5.846-10.062.914-4.746.415-10.81-1.22-13.868-2.709-5.076-10.42-6.232-18.494-5.844-5.49.256-8.57.743-12.781 2.036-4.47 1.376-10.676 4.34-8.02 10.605 1.774 4.208 7.82 6.017 12.232 7.479"})))},logo_nypl_full_white:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,ya);return d.createElement("svg",za({viewBox:"0 0 967 568",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,ma||(ma=d.createElement("g",{clipPath:"url(#logo_nypl_full_white_svg__clip0_1147_1139)",fill:"#fff"},d.createElement("path",{d:"M251.237 291.137c-.698 3.641-2.919 10.677-6.472 11.135-3.576.456-6.155-3.379-8.719-4.818-4.33-2.413-10.451-3.994-16.107-5.865-4.88-1.616-11.571-3.62-13.531-8.276-2.942-6.93 3.928-10.211 8.872-11.733 4.659-1.433 8.068-1.97 14.142-2.254 8.934-.428 17.465.85 20.464 6.466 1.809 3.382 2.361 10.093 1.351 15.345zm82.012 4.469c-15.561-7.617-35.77-11.433-50.479-19.599-11.641-6.455-20.566-17.12-33.097-22.866-12.781-6.259-32.021-12.549-39.377-14.361-25.998-6.396-47.833 1.932-55.409 7.925-14.14 11.176-25.19 29.342-20.878 55.473 1.826 11.048 5.228 20.341 10.629 27.985 21.93 30.97 62.972 41.034 95.488 60.572 1.145.778 2.341.572 3.072-.423 5.461-8.034 9.901-14.498 19.1-18.322 9.339-3.899 24.035-2.576 36.705-1.957 13.093.629 27.224-.598 31.968-7.366 5.675-8.079 5.343-24.358-3.314-29.331-4.645-2.676-11.573-2.798-16.625-5.128-3.687-1.705-6.531-4.893-8.563-9.326-1.704-3.709-3.29-9.799-1.08-13.77 2.034-3.663 7.165-2.627 11.283-1.668 8.168 1.873 21.813 3.862 29.669.414 2.315-1.182-5.961-6.724-9.092-8.252zM4.386 317.474c.47-2.649.674-3.389 2.272-5.473 2.529-3.783 33.22-38.222 80.791-46.567 6.26-.899 10.772-.464 11.798 2.045 1.797 4.399-1.846 6.935-6.229 9.472C16.722 322.55 22.13 390.336 21.4 418.066c.23 11.341-7.962 13.409-10.007 8.064-8.954-24.425-16.482-62.708-7.007-108.656zm51.625-99.862c1.564-1.658 2.582-2.421 4.902-3.074 29.301-7.279 58.696-2.644 79.862 6.796 4.755 2.102 6.895 5.085 3.775 7.086-3.969 2.305-15.996 10.127-22.643 16.321-1.933 1.667-5.379 1.753-7.412 1.484-24.813-3.272-37.703-5.203-75.006 8.937-5.723 2.407-10.87-.868-8.237-5.366 4.967-8.898 16.516-23.78 24.76-32.184zm48.216-29.276c-6.415-.731-6.506-5.423-3.794-7.251 6.971-4.885 18.282-10.781 29.656-15.291 3.411-1.35 5.168-1.702 8.289-1.388 8.384.838 22.266 6.484 38.198 17.85 19.106 13.632 36.1 39.528 24.734 37.434-7.189-1.246-4.059-.904-12.485-1.828-8.611-.764-14.261.12-18.229-.284-1.729-.142-3.091-1.295-4.309-2.29-16.124-14.458-34.751-23.635-62.06-26.952z"}),d.createElement("path",{d:"M411.177 414.687c-1.719 5.368-3.764 12.1-8.142 8.979-8.135-6.055-26.216-17.689-43.726-24.149-.939-.209-.832-1.517-.502-2.252 1.242-2.75 1.797-5.294 2.335-8.548.497-3.046 2.694-5.079 4.205-7.522 4.488-7.169 6.92-19.661 7.899-27.458.743-7.161.301-15.142-1.251-21.795-.663-2.843-2.711-6.506-2.656-9.648.052-3.073 1.499-6.295 1.793-9.924.868-10.501-12.386-19.258-19.617-22.631-16.411-7.662-33.848-14.515-51.572-23.864-10.005-5.277-18.033-16.853-26.06-23.066-8.108-6.256-34.169-16.593-44.582-19.342-2.353-.741-3.186-1.719-3.584-3.592-4.293-20.489-16.389-43.06-38.975-60.514-7.314-5.686.887-8.918 10.961-9.41 158.795-5.443 250.175 140.692 213.474 264.736"}),d.createElement("path",{d:"M346.699 344.448c-.114-.808-.461-3.545-.458-4.111.009-1.442 2.976-3.406 4.361-4.506 2.098-1.671 4.529-3.507 6.122-4.309.574-.362.958.472 1.034.638 5.854 8.888 3.66 30.847-.571 41.292-.489 1.062-1.385 1.478-1.751.698-2.157-4.711-5.359-8.952-9.035-11.28-.682-.527-.734-1.625-.682-1.831 1.184-4.962 1.799-10.465.98-16.591zm-72.394 54.056c1.264-3.639 2.731-5.784 5.559-7.553 5.327-3.343 14.182-3.486 22.726-4.072 8.278-.556 17.125-1.044 23.014-3.764 3.568-1.64 7.133-6.308 12.639-3.931 2.608 1.123 4.031 3.514 4.807 5.891.875 2.646 1.511 5.322 1.24 8.872-.793 10.245-9.114 15.247-10.61 24.824-.142 1.48-.392 3.622-1.243 4.472-6.352 6.467-18.914 5.108-30.273 3.963-4.066-.403-8.086-.514-10.837-1.823-1.984-.93-3.764-2.821-5.412-4.353-3.635-3.368-5.689-5.845-9.334-9.93-1.233-1.384-4.033-3.89-4.217-5.411-.16-1.46 1.402-5.648 1.941-7.185zM75.395 519.246c-4.169-3.417-5.963-6.298-8.36-10.344-19.45-31.083-30.349-141.175-5.287-178.512 7.975-13.084 16.424-7.054 13.615 3.059-4.799 22.703-1.857 35.424 9.182 60.056 17.348 36.609 70.896 87.433 85.072 105.865 24.301 31.616 32.389 54.647 32.279 60.851-.13 4.76-1.045 7.795-9.385 7.09-44.001-3.488-86.535-21.728-117.116-48.065"}),d.createElement("path",{d:"M100.548 370.783c-13.42-32.694-4.658-62.132 1.272-73.299 2.988-5.635 5.91-9.316 9.724-8.256 4.151 1.157 5.11 5.406 5.683 13.281 4.222 65.353 43.753 87.356 93.401 110.43 39.174 20.024 83.741 42.918 121.092 98.373 5.653 8.007 6.469 12.864.088 17.45-22.776 15.546-43.404 26.383-73.589 33.422-4.541 1.063-9.229.265-13.253-10.116C203.035 444.031 132.634 448.9 100.548 370.783zM360.26 503.607c-6.382 6.383-10.006 1.382-12.089-2.719-8.941-19.01-17.674-34.919-31.756-50.332-2.437-2.471-.558-5.944 3.028-5.589 4.582.366 7.586.114 12.627-2.051 4.268-1.832 9.154-7.814 11.591-16.405 1.776-6.268 1.86-8.112 5.7-8.501.954-.089 2.702.149 3.761.453 4.674 1.332 9.693 5.152 13.36 7.964 9.406 7.185 23.439 23.046 25.895 28.177 1.56 3.267.068 5.482-.812 7.349-4.923 10.062-20.445 30.918-31.305 41.654zM476.671 7.388h7.369l54.269 78.566V7.388h7.088v90.997h-6.976l-54.777-79.13v79.13h-6.973V7.388zM605.125 57.78c-.159-9.84-5.183-19.917-17.64-19.917-11.322 0-17.904 8.725-19.814 19.917h37.454zm-45.387 7.396c0-18.458 10.686-33.49 28.009-33.49 16.703 0 25.843 13.385 24.463 32h-44.935v1.49c.114 14.876 6.412 28.542 21.992 28.542 8.322 0 15.295-3.397 18.839-6.13l3.037 5.607c-4.106 2.997-11.642 6.705-22.16 6.705-19.953 0-29.245-16.025-29.245-34.724zm60.783-31.973h7.649l15.861 54.242 17.063-54.242h7.008l17.041 54.384 16.026-54.384h7.088l-19.688 65.183h-6.519l-17.609-54.947-17.662 54.947h-6.572l-19.686-65.183zm151.272 30.876l-30.492-56.69h8.503l25.815 49.163h.223l25.823-49.163h7.664l-30.163 56.69v34.307h-7.373V64.077zm83.09 1.8c0-14.623-7.789-28.016-22.693-28.016-14.734 0-21.426 13.112-21.426 27.735 0 14.735 7.189 28.12 21.989 28.12 14.9 0 22.13-13.104 22.13-27.84zm-51.712 0c0-16.423 8.773-34.193 29.246-34.193 20.551 0 29.976 17.658 29.976 33.912 0 16.365-9.336 34.302-29.81 34.302-20.47 0-29.412-17.655-29.412-34.022zm72.807-32.676h7.14v11.36c2.433-4.785 8.329-12.877 17.496-12.877 3.038 0 5.173.675 6.298 1.124l-1.752 6.692c-1.117-.448-2.636-.956-5.333-.956-9.043 0-14.906 10.63-16.709 14.454v45.386h-7.14V33.202zm51.796 28.572L956.4 33.202h8.828l-28.847 28.572 30.366 36.61h-8.88l-30.093-36.61zM920.048.008h7.106v98.377h-7.106V.008zM495.649 190.396c17.321 0 24.463-7.929 24.463-19.964 0-11.361-6.861-19.566-24.183-19.566h-11.64v39.53h11.36zm-18.881-45.946h19.837c19.122 0 31.158 9.448 31.158 25.701 0 16.418-11.361 26.658-32.002 26.658h-11.472v38.692h-7.521V144.45zm62.463 71.929v-46.096h7.087v44.577c0 9.563 3.428 15.691 13.384 15.691 9.731 0 17.77-9.165 19.965-12.991v-47.277h7.085v52.623c0 5.171.563 10.121 1.237 12.595h-7.243c-.403-2.249-.956-7.122-.956-10.686-3.126 4.949-10.528 12.188-21.567 12.188-13.663 0-18.992-8.926-18.992-20.624zM648.8 202.942c0-14.222-5.473-27.73-21.332-27.73-5.566 0-12.146 3.263-15.826 7.369v45.667c3.004 1.516 7.503 2.531 12.705 2.531 16.524 0 24.453-14.343 24.453-27.837zm-44.276 29.127v-94.987h7.118v39.199c3.961-4.499 10.372-7.479 17.065-7.479 18.613 0 27.613 14.895 27.613 33.853 0 18.337-12.316 34.348-32.228 34.348-7.814 0-15.07-1.916-19.568-4.934zm67.747-94.987h7.143v98.419h-7.143v-98.419zm28.278 33.201h7.207v65.218h-7.207v-65.218zm-1.79-19.253c0-3.149 2.474-5.456 5.345-5.456 3.033 0 5.508 2.307 5.508 5.456 0 3.148-2.475 5.585-5.508 5.585-2.871 0-5.345-2.437-5.345-5.585zm22.718 51.796c0-20.641 11.866-34.024 28.683-34.024 9.73 0 15.858 3.654 19.39 6.803l-3.7 5.218c-3.654-3.136-8.605-5.892-15.858-5.892-14.472 0-21.037 12.595-21.037 27.612 0 14.456 6.471 28.236 20.941 28.236 7.52 0 13.817-3.264 16.688-5.796l3.091 5.312c-3.491 3.126-10.347 6.708-20.244 6.708-18.701 0-27.954-16.741-27.954-34.177zM476.671 372.798v-90.997h19.402v75.392h33.907v15.605h-53.309zm67.687 0v-66.535h18.319v66.535h-18.319zm9.154-75.134c-6.415 0-11.07-5.117-11.07-10.916 0-5.745 4.655-10.685 11.07-10.685 6.411 0 11.201 4.94 11.201 10.685 0 5.799-4.79 10.916-11.201 10.916zm43.305 61.017c1.232.429 4.1 1.521 9.163 1.521 10.122 0 16.139-7.48 16.139-21.203 0-12.429-4.222-20.077-14.059-20.077-5.736 0-10.123 3.765-11.243 5.117v34.642zm0-84.303v37.064c3.032-3.041 8.881-6.864 16.289-6.864 16.664 0 28.27 11.472 28.27 34.421 0 22.719-15.318 35.444-35.396 35.444-15.019 0-24.184-3.833-27.333-5.301v-94.764h18.17zm95.708 47.836c-1.122-.65-3.202-1.44-7.029-1.44-8.041 0-12.821 7.09-14.506 10.064v41.96h-18.138v-66.535h18.138v9.003c2.866-4.951 8.377-10.688 16.814-10.688 4.948 0 7.589.958 9.035 1.824l-4.314 15.812zm46.01 21.082h-2.368c-10.578 0-17.996 3.126-17.996 10.942 0 4.872 3.996 6.917 8.043 6.917 6.572 0 10.405-3.825 12.321-5.878v-11.981zm2.02 29.502c-.563-1.688-.955-5.064-1.061-7.087-2.987 3.487-9.288 8.732-18.697 8.732-11.399 0-20.124-6.818-20.124-18.691 0-17.375 17.892-23.673 35.494-23.673h2.368v-3.824c0-5.737-2.368-9.333-10.803-9.333-8.605 0-14.51 4.553-16.983 6.298l-7.875-11.081c3.992-3.486 12.661-9.561 26.938-9.561 18.167 0 26.77 7.032 26.77 24.634v23.9c0 8.999.956 15.465 1.912 19.686h-17.939zm70.962-50.584c-1.123-.65-3.205-1.44-7.029-1.44-8.041 0-12.824 7.09-14.496 10.064v41.96h-18.181v-66.535h18.181v9.003c2.878-4.951 8.365-10.688 16.801-10.688 4.948 0 7.593.958 9.083 1.824l-4.359 15.812zm10.604-15.951h19.349l14.799 43.814h.667l13.554-43.814h18.726l-27.499 73.619c-5.89 15.693-12.825 24.858-30.988 24.858-5.576 0-8.941-.786-10.292-1.182l2.642-14.338c.954.224 2.475.616 6.363.616 9.328 0 12.59-4.441 15.233-11.56l2.474-6.829-25.028-65.184z"}))),pa||(pa=d.createElement("defs",null,d.createElement("clipPath",{id:"logo_nypl_full_white_svg__clip0_1147_1139"},d.createElement("path",{fill:"#fff",d:"M0 0h966.773v567.413H0z"})))))},logo_nypl_lion_black:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Oa);return d.createElement("svg",Ma({viewBox:"0 0 136 135",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,fa||(fa=d.createElement("path",{d:"M80.251 43.353c-.87-1.65-3.396-2.04-6.052-1.91a16.55 16.55 0 00-4.18.651c-1.48.434-3.484 1.433-2.613 3.473.566 1.39 2.57 1.954 4.006 2.432 1.655.564 3.484.998 4.746 1.736.74.434 1.524 1.563 2.57 1.433 1.044-.13 1.698-2.214 1.915-3.256.305-1.607.175-3.56-.392-4.559z",fill:"#000"})),ga||(ga=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M68.103.112C31.047.112.87 30.155.87 67.492c0 37.336 30.394 67.423 67.275 67.423 37.448 0 67.798-30.043 67.798-67.38C135.901 30.155 105.551.112 68.103.112zM28.652 114.77a10.757 10.757 0 01-2.482-3.039c-5.748-9.16-8.97-41.548-1.568-52.531 2.352-3.864 4.834-2.084 4.006.911-1.437 6.686-.566 10.42 2.7 17.67 3.631 7.609 12.59 17.32 19.008 24.279 2.664 2.887 4.89 5.301 6.117 6.893 7.185 9.29 9.58 16.063 9.536 17.887-.043 1.389-.305 2.3-2.787 2.083-12.932-.998-25.517-6.382-34.53-14.153zm99.052-30.575l.054-.162C138.6 47.52 111.647 4.497 64.837 6.19c-2.961.174-5.4 1.086-3.222 2.779 6.662 5.123 10.232 11.765 11.495 17.8.087.52.349.825 1.045 1.042 3.048.825 10.756 3.864 13.15 5.687.95.723 1.892 1.69 2.868 2.693 1.487 1.528 3.052 3.136 4.84 4.08 3.412 1.8 6.769 3.27 10.024 4.698h.003c1.77.777 3.511 1.54 5.213 2.335 2.134.955 6.053 3.56 5.792 6.642-.041.485-.157.952-.269 1.404-.13.518-.254 1.018-.254 1.505 0 .562.232 1.19.45 1.783.136.368.267.723.334 1.039.446 2.111.563 4.279.348 6.425-.305 2.301-1.045 5.948-2.351 8.075-.134.207-.282.4-.429.592-.375.49-.74.967-.834 1.623a11.233 11.233 0 01-.697 2.518c-.13.217-.13.608.131.65 5.138 1.911 10.494 5.34 12.889 7.12 1.22.881 1.83-.951 2.341-2.485zm-18.975-20.828a13.058 13.058 0 01-.13-1.215c0-.359.593-.806 1.046-1.147.095-.072.184-.139.26-.2a13.999 13.999 0 011.785-1.258c.14-.07.223.055.273.13.013.02.023.035.032.044 1.742 2.604 1.089 9.073-.174 12.156-.131.303-.392.434-.523.217-.653-1.39-1.567-2.649-2.656-3.3a.689.689 0 01-.218-.52c.435-1.599.538-3.268.305-4.907zM68.495 32.24c-7.708-1.867-14.152.564-16.373 2.344-4.18 3.3-7.446 8.64-6.14 16.238.523 3.256 1.524 5.99 3.136 8.248 4.45 6.297 11.622 9.674 18.79 13.048 3.21 1.512 6.42 3.023 9.382 4.796a.632.632 0 00.915-.13l.016-.024c1.604-2.334 2.91-4.235 5.601-5.36 2.43-1 6.123-.808 9.537-.63h.004c.44.023.874.046 1.302.066 3.875.173 8.055-.174 9.449-2.171 1.698-2.388 1.611-7.163-.958-8.64-.742-.415-1.668-.622-2.595-.83-.816-.181-1.633-.364-2.326-.69-1.088-.477-1.916-1.432-2.525-2.734-.48-1.086-.958-2.866-.305-4.038.556-1.066 2.037-.75 3.246-.49l.063.013c2.395.564 6.445 1.128 8.752.13.654-.347-1.785-1.997-2.699-2.431-2.15-1.062-4.607-1.873-7.06-2.684-2.765-.913-5.525-1.825-7.832-3.09-1.545-.858-2.923-1.961-4.307-3.07-1.7-1.36-3.408-2.727-5.447-3.66a74.478 74.478 0 00-11.626-4.211zM37.186 17.391c-1.872-.217-1.915-1.606-1.132-2.127a47.598 47.598 0 018.753-4.515 4.145 4.145 0 012.438-.391c2.482.26 6.575 1.91 11.278 5.253 5.617 3.994 10.668 11.635 7.315 11.027a34.483 34.483 0 00-3.7-.52c-1.441-.124-2.612-.093-3.57-.067-.723.02-1.325.036-1.83-.02a2.276 2.276 0 01-1.263-.695c-4.746-4.255-10.233-6.946-18.288-7.945zm51.818 59.652a3.828 3.828 0 00-1.655 2.214c-.027.09-.069.215-.118.361-.187.558-.473 1.413-.404 1.723.067.37.58.897.969 1.297.113.116.215.221.293.31a35.34 35.34 0 002.744 2.908 7.351 7.351 0 001.61 1.26c.604.3 1.44.37 2.348.445.273.022.55.045.832.075l.034.004c3.344.346 7.026.728 8.892-1.176.218-.217.305-.868.348-1.302.206-1.336.871-2.37 1.537-3.406.741-1.154 1.484-2.31 1.599-3.888a6.11 6.11 0 00-.349-2.605 2.827 2.827 0 00-1.437-1.737c-1.213-.509-2.098.102-2.896.652-.291.2-.57.393-.849.52-1.622.769-4 .934-6.289 1.094l-.503.035c-.296.02-.594.04-.89.058h-.001c-2.234.14-4.432.277-5.815 1.158zM22.948 26.03c.385-.43.883-.746 1.437-.912a37.386 37.386 0 0123.557 1.997c1.393.608 2.046 1.476 1.132 2.084-1.176.695-4.703 2.996-6.662 4.819-.566.478-1.568.521-2.177.434l-.246-.032c-7.157-.935-11.025-1.44-21.875 2.68-1.698.695-3.222-.26-2.438-1.563 1.437-2.648 4.833-7.033 7.272-9.507zM8.36 53.816a2.946 2.946 0 00-.653 1.606c-2.787 13.502-.566 24.79 2.09 31.997.61 1.563 3.048.955 2.961-2.388.017-.605.023-1.275.03-2.002.082-9.085.246-27.125 21.09-39.546 1.262-.738 2.35-1.476 1.828-2.778-.305-.738-1.655-.868-3.484-.608-14.064 2.475-23.121 12.59-23.862 13.72zm27.738 17.28c-3.963-9.639-1.393-18.279.392-21.578.87-1.65 1.741-2.735 2.874-2.431 1.219.347 1.524 1.606 1.698 3.907 1.263 19.233 12.932 25.702 27.563 32.518 11.583 5.904 24.733 12.633 35.75 28.957 1.654 2.345 1.916 3.777.043 5.123-6.705 4.559-12.802 7.771-21.728 9.855-1.35.304-2.743.087-3.919-2.995-6.742-17.265-15.964-24.728-24.497-31.632-7.174-5.805-13.86-11.216-18.176-21.725zm73.067 38.334c.609 1.172 1.698 2.649 3.57.782 3.223-3.17 7.795-9.291 9.319-12.243.035-.077.074-.154.115-.235.258-.511.56-1.11.146-1.936-.74-1.52-4.877-6.165-7.664-8.292l-.033-.025c-1.086-.823-2.55-1.933-3.929-2.32a3.246 3.246 0 00-1.089-.13c-1.025.118-1.158.592-1.561 2.034l-.137.484c-.74 2.518-2.177 4.298-3.44 4.82a6.957 6.957 0 01-3.745.607c-1.088-.087-1.654.912-.914 1.65 4.136 4.515 6.705 9.204 9.362 14.804z",fill:"#000"})),ba||(ba=d.createElement("path",{d:"M71.456 47.998c1.654.565 3.483.999 4.746 1.737.74.434 1.524 1.563 2.569 1.433 1.045-.13 1.698-2.214 1.916-3.256.305-1.563.13-3.517-.392-4.515-.87-1.65-3.397-2.041-6.053-1.91-1.415.037-2.82.256-4.18.65-1.48.435-3.483 1.433-2.612 3.474.566 1.302 2.569 1.91 4.005 2.388z",fill:"#000"})))},logo_nypl_lion_white:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,_a);return d.createElement("svg",Ta({viewBox:"0 0 125 126",fill:"#fff",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,xa||(xa=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M122.666 79.082l-.006.019c-.499 1.582-1.133 3.595-2.402 2.672a59.23 59.23 0 00-12.99-7.207c-.275-.07-.24-.448-.14-.653.359-.81.591-1.67.69-2.551a6.232 6.232 0 011.239-2.243 22.616 22.616 0 002.338-8.203 20.544 20.544 0 00-.38-6.514 13.52 13.52 0 01-.789-2.86c0-.498.128-.995.262-1.518.118-.457.241-.934.287-1.448a8.87 8.87 0 00-5.85-6.758 275.96 275.96 0 00-4.997-2.249c-3.374-1.492-6.85-3.03-10.356-4.888a60.679 60.679 0 01-7.779-6.892 55.953 55.953 0 00-13.284-5.756 1.272 1.272 0 01-1.069-1.067 31.14 31.14 0 00-11.616-18.07c-2.168-1.69.295-2.657 3.293-2.791 20.115-1.132 39.54 7.499 52.152 23.172a62.1 62.1 0 0111.397 55.805zM29.501 8.846c-.797.53-.797 1.898 1.145 2.096 6.959.573 13.531 3.298 18.72 7.762.339.353.792.587 1.287.665.489.04 1.05.022 1.713 0 .993-.031 2.218-.071 3.782.067 1.262.103 2.516.281 3.754.535 3.41.603-1.7-6.866-7.438-10.798A27.838 27.838 0 0040.96 4.042a4.562 4.562 0 00-2.523.4 47.777 47.777 0 00-8.936 4.404zm-13 11.099c.373-.435.87-.75 1.428-.905a37.673 37.673 0 0123.522 1.974c1.393.604 2.04 1.45 1.121 2.04a51.105 51.105 0 00-6.67 4.717 3.228 3.228 0 01-2.178.435A36.309 36.309 0 0011.63 30.77c-1.7.701-3.201-.266-2.416-1.538a54.633 54.633 0 017.287-9.287zm81.78 23.683c-2.133-1.048-4.559-1.853-6.98-2.656-2.815-.934-5.624-1.866-7.958-3.175-1.581-.874-2.984-2.005-4.39-3.14-1.684-1.356-3.373-2.718-5.383-3.653a71.807 71.807 0 00-11.654-4.254 20.684 20.684 0 00-16.407 2.365 16.644 16.644 0 00-6.186 16.461 19.583 19.583 0 003.14 8.31c4.474 6.333 11.625 9.72 18.782 13.109 3.231 1.53 6.464 3.061 9.452 4.864a.625.625 0 00.88-.076l.003-.003.06-.045a12.757 12.757 0 015.64-5.454 28.588 28.588 0 0110.87-.585c3.325.64 6.765-.158 9.466-2.196a6.74 6.74 0 00-.992-8.712c-.748-.43-1.699-.636-2.653-.842-.792-.172-1.586-.344-2.268-.645a5.202 5.202 0 01-2.53-2.777 5.015 5.015 0 01-.308-4.08 2.84 2.84 0 013.349-.496c2.865.816 5.896.864 8.786.139a4.326 4.326 0 00-2.719-2.46zm-24.235-1.34a4.164 4.164 0 01-1.915 3.293 4.495 4.495 0 01-2.565-1.443 28.23 28.23 0 00-4.753-1.75 6.177 6.177 0 01-3.998-2.48c-.854-2.057 1.16-3.019 2.63-3.5a16.046 16.046 0 014.176-.669 6.278 6.278 0 016.048 1.919c.52 1.486.65 3.08.377 4.63zm-72.01 5.853a2.742 2.742 0 00-.696 1.619 59.402 59.402 0 002.083 32.42c.63 1.574 3.097.966 3.027-2.411.018-.624.026-1.314.034-2.064.102-9.222.302-27.42 21.493-40.004 1.322-.757 2.431-1.514 1.877-2.824a3.366 3.366 0 00-3.531-.623c-9.438 1.824-17.987 6.712-24.287 13.887zm100.09 8.538c0 .177.114 1.012.152 1.254a13.47 13.47 0 01-.277 4.979.713.713 0 00.223.558 8.308 8.308 0 012.91 3.413c.092.242.39.101.542-.211a16.316 16.316 0 00.184-12.429l-.008-.015c-.044-.084-.155-.296-.328-.196-.695.379-1.357.81-1.978 1.288-.6.322-1.091.793-1.42 1.36zM81.61 73.897c.239-.94.817-1.75 1.615-2.265a15.306 15.306 0 016.623-1.219 19.97 19.97 0 006.69-1.148 3.977 3.977 0 013.665-1.183c.7.351 1.215 1 1.411 1.777.306.858.433 1.772.371 2.684a82.29 82.29 0 01-3.094 7.487c.01.481-.119.955-.371 1.36a11.028 11.028 0 01-8.809 1.183 9.228 9.228 0 01-3.162-.56 6.333 6.333 0 01-1.581-1.323c-.776-.748-1.31-1.366-1.973-2.133-.23-.266-.475-.55-.75-.863A5.407 5.407 0 0181 76.056c.145-.736.35-1.458.61-2.16zm-61.686 33.61a9.874 9.874 0 002.494 3.102 61.69 61.69 0 0034.798 14.369c2.475.204 2.749-.689 2.784-2.105a43.057 43.057 0 00-9.589-18.179c-1.23-1.608-3.467-4.047-6.147-6.967-6.468-7.048-15.508-16.9-19.152-24.634a24.816 24.816 0 01-2.714-17.954c.823-3.003-1.686-4.798-4.056-.898-7.458 11.142-4.225 43.984 1.582 53.266zM30.107 65.19a26.819 26.819 0 01.378-21.694c.89-1.676 1.745-2.77 2.88-2.428 1.233.341 1.492 1.608 1.68 3.957 1.269 19.363 12.987 25.862 27.689 32.708a84.543 84.543 0 0135.91 29.117c1.68 2.359 1.919 3.798.034 5.163a60.152 60.152 0 01-21.829 9.892c-1.338.307-2.74.07-3.94-3.012-6.754-17.427-16.015-24.947-24.59-31.91-7.177-5.827-13.872-11.264-18.212-21.793zm72.632 39.117c.611 1.218 1.71 2.67 3.594.812a60.34 60.34 0 009.249-12.215 2.214 2.214 0 00.239-2.167 37.68 37.68 0 00-7.669-8.257 14.577 14.577 0 00-3.976-2.334 3.434 3.434 0 00-1.129-.137c-1.043.126-1.168.593-1.57 2.095-.034.129-.07.265-.11.41a7.431 7.431 0 01-3.424 4.803 6.76 6.76 0 01-3.733.612.97.97 0 00-1.094.467.938.938 0 00.204 1.157 55.145 55.145 0 019.419 14.754z"})),wa||(wa=d.createElement("mask",{id:"logo_nypl_lion_white_svg__a",maskUnits:"userSpaceOnUse",x:0,y:0,width:125,height:126},d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M122.666 79.082l-.006.019c-.499 1.582-1.133 3.595-2.402 2.672a59.23 59.23 0 00-12.99-7.207c-.275-.07-.24-.448-.14-.653.359-.81.591-1.67.69-2.551a6.232 6.232 0 011.239-2.243 22.616 22.616 0 002.338-8.203 20.544 20.544 0 00-.38-6.514 13.52 13.52 0 01-.789-2.86c0-.498.128-.995.262-1.518.118-.457.241-.934.287-1.448a8.87 8.87 0 00-5.85-6.758 275.96 275.96 0 00-4.997-2.249c-3.374-1.492-6.85-3.03-10.356-4.888a60.679 60.679 0 01-7.779-6.892 55.953 55.953 0 00-13.284-5.756 1.272 1.272 0 01-1.069-1.067 31.14 31.14 0 00-11.616-18.07c-2.168-1.69.295-2.657 3.293-2.791 20.115-1.132 39.54 7.499 52.152 23.172a62.1 62.1 0 0111.397 55.805zM29.501 8.846c-.797.53-.797 1.898 1.145 2.096 6.959.573 13.531 3.298 18.72 7.762.339.353.792.587 1.287.665.489.04 1.05.022 1.713 0 .993-.031 2.218-.071 3.782.067 1.262.103 2.516.281 3.754.535 3.41.603-1.7-6.866-7.438-10.798A27.838 27.838 0 0040.96 4.042a4.562 4.562 0 00-2.523.4 47.777 47.777 0 00-8.936 4.404zm-13 11.099c.373-.435.87-.75 1.428-.905a37.673 37.673 0 0123.522 1.974c1.393.604 2.04 1.45 1.121 2.04a51.105 51.105 0 00-6.67 4.717 3.228 3.228 0 01-2.178.435A36.309 36.309 0 0011.63 30.77c-1.7.701-3.201-.266-2.416-1.538a54.633 54.633 0 017.287-9.287zm81.78 23.683c-2.133-1.048-4.559-1.853-6.98-2.656-2.815-.934-5.624-1.866-7.958-3.175-1.581-.874-2.984-2.005-4.39-3.14-1.684-1.356-3.373-2.718-5.383-3.653a71.807 71.807 0 00-11.654-4.254 20.684 20.684 0 00-16.407 2.365 16.644 16.644 0 00-6.186 16.461 19.583 19.583 0 003.14 8.31c4.474 6.333 11.625 9.72 18.782 13.109 3.231 1.53 6.464 3.061 9.452 4.864a.625.625 0 00.88-.076l.003-.003.06-.045a12.757 12.757 0 015.64-5.454 28.588 28.588 0 0110.87-.585c3.325.64 6.765-.158 9.466-2.196a6.74 6.74 0 00-.992-8.712c-.748-.43-1.699-.636-2.653-.842-.792-.172-1.586-.344-2.268-.645a5.202 5.202 0 01-2.53-2.777 5.015 5.015 0 01-.308-4.08 2.84 2.84 0 013.349-.496c2.865.816 5.896.864 8.786.139a4.326 4.326 0 00-2.719-2.46zm-24.235-1.34a4.164 4.164 0 01-1.915 3.293 4.495 4.495 0 01-2.565-1.443 28.23 28.23 0 00-4.753-1.75 6.177 6.177 0 01-3.998-2.48c-.854-2.057 1.16-3.019 2.63-3.5a16.046 16.046 0 014.176-.669 6.278 6.278 0 016.048 1.919c.52 1.486.65 3.08.377 4.63zm-72.01 5.853a2.742 2.742 0 00-.696 1.619 59.402 59.402 0 002.083 32.42c.63 1.574 3.097.966 3.027-2.411.018-.624.026-1.314.034-2.064.102-9.222.302-27.42 21.493-40.004 1.322-.757 2.431-1.514 1.877-2.824a3.366 3.366 0 00-3.531-.623c-9.438 1.824-17.987 6.712-24.287 13.887zm100.09 8.538c0 .177.114 1.012.152 1.254a13.47 13.47 0 01-.277 4.979.713.713 0 00.223.558 8.308 8.308 0 012.91 3.413c.092.242.39.101.542-.211a16.316 16.316 0 00.184-12.429l-.008-.015c-.044-.084-.155-.296-.328-.196-.695.379-1.357.81-1.978 1.288-.6.322-1.091.793-1.42 1.36zM81.61 73.897c.239-.94.817-1.75 1.615-2.265a15.306 15.306 0 016.623-1.219 19.97 19.97 0 006.69-1.148 3.977 3.977 0 013.665-1.183c.7.351 1.215 1 1.411 1.777.306.858.433 1.772.371 2.684a82.29 82.29 0 01-3.094 7.487c.01.481-.119.955-.371 1.36a11.028 11.028 0 01-8.809 1.183 9.228 9.228 0 01-3.162-.56 6.333 6.333 0 01-1.581-1.323c-.776-.748-1.31-1.366-1.973-2.133-.23-.266-.475-.55-.75-.863A5.407 5.407 0 0181 76.056c.145-.736.35-1.458.61-2.16zm-61.686 33.61a9.874 9.874 0 002.494 3.102 61.69 61.69 0 0034.798 14.369c2.475.204 2.749-.689 2.784-2.105a43.057 43.057 0 00-9.589-18.179c-1.23-1.608-3.467-4.047-6.147-6.967-6.468-7.048-15.508-16.9-19.152-24.634a24.816 24.816 0 01-2.714-17.954c.823-3.003-1.686-4.798-4.056-.898-7.458 11.142-4.225 43.984 1.582 53.266zM30.107 65.19a26.819 26.819 0 01.378-21.694c.89-1.676 1.745-2.77 2.88-2.428 1.233.341 1.492 1.608 1.68 3.957 1.269 19.363 12.987 25.862 27.689 32.708a84.543 84.543 0 0135.91 29.117c1.68 2.359 1.919 3.798.034 5.163a60.152 60.152 0 01-21.829 9.892c-1.338.307-2.74.07-3.94-3.012-6.754-17.427-16.015-24.947-24.59-31.91-7.177-5.827-13.872-11.264-18.212-21.793zm72.632 39.117c.611 1.218 1.71 2.67 3.594.812a60.34 60.34 0 009.249-12.215 2.214 2.214 0 00.239-2.167 37.68 37.68 0 00-7.669-8.257 14.577 14.577 0 00-3.976-2.334 3.434 3.434 0 00-1.129-.137c-1.043.126-1.168.593-1.57 2.095-.034.129-.07.265-.11.41a7.431 7.431 0 01-3.424 4.803 6.76 6.76 0 01-3.733.612.97.97 0 00-1.094.467.938.938 0 00.204 1.157 55.145 55.145 0 019.419 14.754z"}))),Ea||(Ea=d.createElement("g",{mask:"url(#logo_nypl_lion_white_svg__a)"},d.createElement("path",{d:"M0-.994h125v126H0z"}))))},logo_qpl_alt_black:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Ca);return d.createElement("svg",ka({viewBox:"0 0 250 134",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Sa||(Sa=d.createElement("path",{d:"M25.853 14.85L0 29.697l.045 29.9.067 29.899 38.6 22.162c21.23 12.174 38.712 22.207 38.869 22.252.224.111 25.336-14.091 26.032-14.716.225-.2-2.76-2.006-12.5-7.58-7.047-4.036-12.792-7.403-12.792-7.47 0-.067 5.768-3.433 12.792-7.469l12.792-7.313V29.765l-25.83-14.827C63.846 6.778 52.108.09 51.974.067 51.84.022 40.08 6.689 25.853 14.849zm38.712 22.407c6.89 3.946 12.657 7.29 12.814 7.424.202.201.27 6.333.224 29.699l-.067 29.453-12.567-7.224c-6.912-3.99-12.702-7.29-12.837-7.358-.157-.066-6.014 3.166-13.016 7.18-7.024 4.013-12.814 7.358-12.927 7.402-.09.045-.134-13.221-.112-29.475l.067-29.587 12.792-7.336c7.047-4.035 12.86-7.335 12.95-7.335.089 0 5.811 3.233 12.679 7.157zM136.917 15.05c-1.818.513-3.254 1.382-4.623 2.81-5.207 5.417-2.693 14.514 4.488 16.364 1.683.424 3.905.424 5.543 0l1.279-.334 2.155 1.226c2.738 1.539 2.827 1.561 3.882 1.026 1.75-.892 1.526-1.45-1.189-2.965l-2.087-1.16.763-.892c2.917-3.389 3.052-8.784.314-12.419-1.077-1.427-2.783-2.697-4.444-3.322-1.683-.646-4.443-.78-6.081-.334zm5.677 3.099c.696.334 1.683 1.092 2.245 1.717 3.276 3.612 2.244 8.985-2.177 11.282-1.01.535-1.414.624-3.187.624-1.75 0-2.177-.09-3.142-.602-3.231-1.695-4.825-5.284-3.793-8.562 1.347-4.28 6.082-6.377 10.054-4.46zM214.34 15.027c-.179.201-.224 2.966-.202 9.744l.067 9.453 1.033.067c.673.045 1.122-.044 1.279-.245.179-.2.292-2.363.314-6.956l.067-6.667 5.678 7.068c5.409 6.711 5.745 7.068 6.441 7.068.471 0 .785-.134.875-.357.202-.535.157-18.439-.067-18.773-.112-.2-.561-.268-1.279-.223l-1.1.067-.112 6.822-.112 6.845-5.723-7.112c-4.87-6.065-5.812-7.113-6.306-7.113-.337 0-.718.134-.853.313zM240.642 14.938c-2.671.535-4.556 2.609-4.556 5.062 0 2.318 1.369 4.102 4.152 5.395 3.074 1.427 3.568 1.695 4.286 2.386 1.436 1.338 1.167 3.077-.651 3.88-1.615.735-2.917.49-5.206-1.026-1.392-.914-1.616-.892-2.424.178-.583.78-.359 1.36.875 2.207 2.379 1.606 5.835 2.052 8.057 1.004 3.389-1.561 4.286-5.24 1.952-7.938-.583-.69-1.526-1.27-3.994-2.474-3.546-1.717-4.13-2.23-4.13-3.724 0-.714.158-1.048.674-1.583 1.167-1.137 2.805-1.204 5.049-.156.651.312 1.347.58 1.549.58.471 0 1.324-1.45 1.144-1.985-.179-.602-2.199-1.538-3.837-1.806-1.482-.245-1.639-.245-2.94 0zM155.453 15.295c-.09.09-.157 3.21-.157 6.912 0 6.31.023 6.845.471 8.004.629 1.672 2.222 3.256 3.95 3.902 1.84.691 4.825.557 6.486-.267 1.346-.692 2.648-2.074 3.321-3.501.449-.981.471-1.338.471-8.049v-7.023l-1.077-.067c-.606-.045-1.234.045-1.414.2-.246.201-.314 1.383-.314 6.645 0 6.198-.022 6.421-.494 7.38-.291.535-.897 1.27-1.368 1.65-.719.58-1.1.69-2.357.758-1.975.111-3.231-.513-4.196-2.074l-.674-1.07-.112-6.711-.112-6.711-1.122-.067c-.629-.045-1.212 0-1.302.09zM177.334 15.429c-.404.401-.382 17.993.022 18.528.247.357.808.379 6.105.334l5.834-.067v-2.229l-4.645-.067-4.668-.045v-6.02l3.995-.044 3.972-.067v-2.23l-3.972-.067-3.995-.044V17.614l4.668-.045 4.645-.067v-2.229l-5.834-.067c-4.354-.045-5.925.022-6.127.223zM195.803 15.429c-.067.156-.089 4.46-.067 9.543l.067 9.253h11.894v-2.23l-4.645-.067-4.668-.044v-6.02l3.995-.045 3.972-.067v-2.23l-3.972-.066-3.995-.045V17.614l4.668-.045 4.645-.066v-2.23l-5.902-.067c-4.6-.045-5.924 0-5.992.223zM223.407 57.301c-3.367.535-6.082 2.587-7.586 5.753-.673 1.404-.718 1.627-.718 4.08 0 2.52.023 2.608.831 4.236a10.298 10.298 0 004.825 4.727c1.458.669 1.66.713 4.219.713 2.58 0 2.76-.022 4.151-.713 1.639-.803 2.918-1.873 2.918-2.408 0-.513-1.1-1.45-1.683-1.45-.27 0-.763.201-1.078.447-.314.245-1.144.713-1.862 1.047-2.469 1.115-5.768.357-7.63-1.806-1.369-1.583-1.773-2.697-1.773-4.816 0-2.23.449-3.433 1.862-4.95 2.379-2.563 6.329-2.92 9.224-.824.516.356 1.1.646 1.346.646.404 0 1.594-1.16 1.594-1.538 0-.714-2.379-2.319-4.264-2.876-1.167-.357-3.12-.469-4.376-.268zM130.947 57.814c-.067.134-.09 4.437-.067 9.52l.067 9.253h2.468l.068-3.277.067-3.255 2.962-.09c3.187-.089 3.928-.312 5.499-1.627 2.535-2.118 2.535-6.89 0-9.164-1.684-1.494-2.267-1.65-6.868-1.65-3.074 0-4.129.067-4.196.29zm8.213 2.898c1.325.67 2.11 2.163 1.886 3.523-.202 1.182-1.437 2.564-2.536 2.876-.472.112-1.773.223-2.895.223h-2.087V60.2h2.311c1.997 0 2.469.066 3.321.512zM149.26 57.948c-.315.58-.315 11.014 0 12.954.404 2.475 1.66 4.236 3.86 5.395.807.446 1.279.513 3.411.513 2.244 0 2.58-.044 3.613-.602a7.063 7.063 0 003.456-4.147c.404-1.27.449-2.073.449-7.625 0-3.411-.068-6.355-.135-6.555-.157-.424-2.11-.49-2.514-.09-.201.201-.269 1.985-.269 6.645 0 6.176-.022 6.399-.494 7.358-.291.535-.897 1.27-1.368 1.65-1.594 1.248-4.713 1.025-6.015-.446-1.167-1.316-1.212-1.583-1.324-8.674l-.112-6.688-1.167-.067c-.965-.067-1.212 0-1.391.379zM171.275 57.792c-.202.2-.27 2.586-.27 9.342 0 7.625.045 9.097.315 9.342.246.178 1.526.245 4.667.178 3.95-.067 4.421-.111 5.252-.557 3.366-1.784 4.062-6.243 1.324-8.473l-.853-.713.696-.87c.942-1.16 1.167-1.828 1.167-3.411 0-1.65-.382-2.564-1.459-3.612-1.324-1.271-2.311-1.494-6.732-1.494-2.694 0-3.928.09-4.107.268zm8.191 2.764c.337.245.785.892.965 1.383.292.825.292 1.048 0 1.873-.561 1.538-1.212 1.828-4.062 1.917l-2.446.09V59.931l2.446.09c2.065.066 2.581.155 3.097.534zm.224 8.34c1.01.601 1.459 1.404 1.459 2.496-.022 1.093-.561 1.918-1.638 2.453-.584.312-1.324.401-3.165.401h-2.423V68.45h2.536c2.087 0 2.625.067 3.231.446zM190.575 57.791c-.427.424-.382 18.306.044 18.662.202.179 1.841.246 5.431.201l5.14-.067v-2.229l-3.973-.067-3.994-.045-.045-8.316-.067-8.295-1.123-.066c-.673-.045-1.234.044-1.413.222zM206.261 57.948c-.381.69-.336 17.881.045 18.394.225.29.539.38 1.392.312l1.122-.067V57.636l-1.167-.067c-.965-.067-1.212 0-1.392.379zM201.773 100.266c-3.366 7.179-8.102 17.904-8.057 18.238.068.379.27.446 1.324.513l1.257.067 1.01-2.297 1.01-2.296 4.421-.067 4.398-.045.898 1.94c1.279 2.787 1.122 2.631 2.491 2.631 1.122 0 1.212-.045 1.257-.557.045-.335-1.549-4.148-4.04-9.588l-4.084-9.03-.808-.067c-.673-.067-.83.023-1.077.558zm2.76 8.16l1.661 3.724h-3.366c-3.12 0-3.367-.023-3.232-.402.247-.691 3.164-7.134 3.209-7.09.023.022.786 1.717 1.728 3.768zM130.947 100.177c-.067.133-.09 4.437-.067 9.52l.067 9.253h10.772v-2.23l-3.972-.066-3.995-.045v-8.094c0-5.997-.067-8.16-.269-8.361-.359-.356-2.402-.356-2.536.023zM146.679 100.243c-.18.446-.18 18.016 0 18.462.157.423 2.109.49 2.513.089.202-.201.269-2.564.269-9.231 0-4.927-.067-9.119-.134-9.32-.202-.512-2.446-.512-2.648 0zM156.912 100.154c-.202.201-.269 2.587-.269 9.342 0 7.626.045 9.097.314 9.342.247.179 1.526.246 4.668.179l4.331-.067 1.234-.691c3.097-1.739 3.658-6.02 1.078-8.205l-.921-.781.629-.735c.92-1.071 1.234-1.985 1.234-3.523 0-1.65-.359-2.587-1.459-3.634-1.324-1.271-2.311-1.494-6.732-1.494-2.693 0-3.927.089-4.107.267zm8.191 2.765c.337.245.786.892.965 1.382.292.825.292 1.048 0 1.873-.224.602-.606 1.115-1.099 1.449-.674.446-1.033.513-3.075.513h-2.334V102.295l2.446.089c2.065.067 2.581.156 3.097.535zm.045 8.294c2.244 1.137 2.244 3.857 0 4.994-.583.313-1.324.402-3.164.402h-2.424V110.812h2.424c1.84 0 2.581.089 3.164.401zM176.212 100.154c-.202.201-.269 2.587-.269 9.342 0 7.559.045 9.12.314 9.32.179.156.808.246 1.414.201l1.077-.067.067-3.523.067-3.5h4.466l1.796 3.567 1.795 3.568h1.347c2.019 0 1.997-.313-.18-4.281l-1.773-3.256.965-.691c1.953-1.36 3.03-3.701 2.693-5.841-.179-1.271-1.279-3.144-2.222-3.858-1.436-1.092-2.334-1.248-6.979-1.248-3.052 0-4.399.089-4.578.267zm8.775 2.72c.404.157 1.009.625 1.346 1.004 1.167 1.382 1.01 3.121-.426 4.504l-.786.758-3.142.067-3.119.089v-6.734h2.693c1.773 0 2.962.112 3.434.312zM216.697 100.221c-.18.468-.18 18.016 0 18.484.202.513 2.446.513 2.648 0 .067-.201.134-1.806.134-3.568v-3.21H223.856l1.795 3.523 1.795 3.5h1.324c2.087 0 2.087-.156-.045-4.036-1.795-3.299-1.795-3.322-1.324-3.656 2.155-1.494 3.142-3.144 3.142-5.351.023-1.739-.538-3.122-1.683-4.281-1.548-1.516-1.997-1.628-7.271-1.695-4.219-.066-4.758-.022-4.892.29zm8.976 2.698c.943.446 1.571 1.226 1.908 2.341.224.736.202.959-.269 1.918-.292.579-.876 1.293-1.302 1.56-.696.469-1.032.513-3.636.513h-2.895v-6.689h2.716c2.042 0 2.895.089 3.478.357zM234.179 100.355c-.18.535.044.892 3.747 5.953l2.648 3.634v4.281c0 3.055.068 4.37.27 4.571.404.401 2.356.334 2.513-.089.067-.201.135-2.252.135-4.549v-4.214l3.254-4.414c3.837-5.173 3.927-5.485 1.885-5.597l-1.279-.066-2.626 3.589c-1.459 1.984-2.715 3.523-2.783 3.411-.089-.089-1.122-1.493-2.266-3.076-2.918-4.036-2.783-3.902-4.174-3.902-.988 0-1.212.067-1.324.468z"})))},logo_qpl_alt_white:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Pa);return d.createElement("svg",Ha({viewBox:"0 0 250 134",fill:"#fff",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Ia||(Ia=d.createElement("path",{d:"M25.853 14.85L0 29.697l.045 29.9.067 29.899 38.6 22.162c21.23 12.174 38.712 22.207 38.869 22.252.224.111 25.336-14.091 26.032-14.716.225-.2-2.76-2.006-12.5-7.58-7.047-4.036-12.792-7.403-12.792-7.47 0-.067 5.768-3.433 12.792-7.469l12.792-7.313V29.765l-25.83-14.827C63.846 6.778 52.108.09 51.974.067 51.84.022 40.08 6.689 25.853 14.849zm38.712 22.407c6.89 3.946 12.657 7.29 12.814 7.424.202.201.27 6.333.224 29.699l-.067 29.453-12.567-7.224c-6.912-3.99-12.702-7.29-12.837-7.358-.157-.066-6.014 3.166-13.016 7.18-7.024 4.013-12.814 7.358-12.927 7.402-.09.045-.134-13.221-.112-29.475l.067-29.587 12.792-7.336c7.047-4.035 12.86-7.335 12.95-7.335.089 0 5.811 3.233 12.679 7.157zM136.917 15.05c-1.818.513-3.254 1.382-4.623 2.81-5.207 5.417-2.693 14.514 4.488 16.364 1.683.424 3.905.424 5.543 0l1.279-.334 2.155 1.226c2.738 1.539 2.827 1.561 3.882 1.026 1.75-.892 1.526-1.45-1.189-2.965l-2.087-1.16.763-.892c2.917-3.389 3.052-8.784.314-12.419-1.077-1.427-2.783-2.697-4.444-3.322-1.683-.646-4.443-.78-6.081-.334zm5.677 3.099c.696.334 1.683 1.092 2.245 1.717 3.276 3.612 2.244 8.985-2.177 11.282-1.01.535-1.414.624-3.187.624-1.75 0-2.177-.09-3.142-.602-3.231-1.695-4.825-5.284-3.793-8.562 1.347-4.28 6.082-6.377 10.054-4.46zM214.34 15.027c-.179.201-.224 2.966-.202 9.744l.067 9.453 1.033.067c.673.045 1.122-.044 1.279-.245.179-.2.292-2.363.314-6.956l.067-6.667 5.678 7.068c5.409 6.711 5.745 7.068 6.441 7.068.471 0 .785-.134.875-.357.202-.535.157-18.439-.067-18.773-.112-.2-.561-.268-1.279-.223l-1.1.067-.112 6.822-.112 6.845-5.723-7.112c-4.87-6.065-5.812-7.113-6.306-7.113-.337 0-.718.134-.853.313zM240.642 14.938c-2.671.535-4.556 2.609-4.556 5.062 0 2.318 1.369 4.102 4.152 5.395 3.074 1.427 3.568 1.695 4.286 2.386 1.436 1.338 1.167 3.077-.651 3.88-1.615.735-2.917.49-5.206-1.026-1.392-.914-1.616-.892-2.424.178-.583.78-.359 1.36.875 2.207 2.379 1.606 5.835 2.052 8.057 1.004 3.389-1.561 4.286-5.24 1.952-7.938-.583-.69-1.526-1.27-3.994-2.474-3.546-1.717-4.13-2.23-4.13-3.724 0-.714.158-1.048.674-1.583 1.167-1.137 2.805-1.204 5.049-.156.651.312 1.347.58 1.549.58.471 0 1.324-1.45 1.144-1.985-.179-.602-2.199-1.538-3.837-1.806-1.482-.245-1.639-.245-2.94 0zM155.453 15.295c-.09.09-.157 3.21-.157 6.912 0 6.31.023 6.845.471 8.004.629 1.672 2.222 3.256 3.95 3.902 1.84.691 4.825.557 6.486-.267 1.346-.692 2.648-2.074 3.321-3.501.449-.981.471-1.338.471-8.049v-7.023l-1.077-.067c-.606-.045-1.234.045-1.414.2-.246.201-.314 1.383-.314 6.645 0 6.198-.022 6.421-.494 7.38-.291.535-.897 1.27-1.368 1.65-.719.58-1.1.69-2.357.758-1.975.111-3.231-.513-4.196-2.074l-.674-1.07-.112-6.711-.112-6.711-1.122-.067c-.629-.045-1.212 0-1.302.09zM177.334 15.429c-.404.401-.382 17.993.022 18.528.247.357.808.379 6.105.334l5.834-.067v-2.229l-4.645-.067-4.668-.045v-6.02l3.995-.044 3.972-.067v-2.23l-3.972-.067-3.995-.044V17.614l4.668-.045 4.645-.067v-2.229l-5.834-.067c-4.354-.045-5.925.022-6.127.223zM195.803 15.429c-.067.156-.089 4.46-.067 9.543l.067 9.253h11.894v-2.23l-4.645-.067-4.668-.044v-6.02l3.995-.045 3.972-.067v-2.23l-3.972-.066-3.995-.045V17.614l4.668-.045 4.645-.066v-2.23l-5.902-.067c-4.6-.045-5.924 0-5.992.223zM223.407 57.301c-3.367.535-6.082 2.587-7.586 5.753-.673 1.404-.718 1.627-.718 4.08 0 2.52.023 2.608.831 4.236a10.298 10.298 0 004.825 4.727c1.458.669 1.66.713 4.219.713 2.58 0 2.76-.022 4.151-.713 1.639-.803 2.918-1.873 2.918-2.408 0-.513-1.1-1.45-1.683-1.45-.27 0-.763.201-1.078.447-.314.245-1.144.713-1.862 1.047-2.469 1.115-5.768.357-7.63-1.806-1.369-1.583-1.773-2.697-1.773-4.816 0-2.23.449-3.433 1.862-4.95 2.379-2.563 6.329-2.92 9.224-.824.516.356 1.1.646 1.346.646.404 0 1.594-1.16 1.594-1.538 0-.714-2.379-2.319-4.264-2.876-1.167-.357-3.12-.469-4.376-.268zM130.947 57.814c-.067.134-.09 4.437-.067 9.52l.067 9.253h2.468l.068-3.277.067-3.255 2.962-.09c3.187-.089 3.928-.312 5.499-1.627 2.535-2.118 2.535-6.89 0-9.164-1.684-1.494-2.267-1.65-6.868-1.65-3.074 0-4.129.067-4.196.29zm8.213 2.898c1.325.67 2.11 2.163 1.886 3.523-.202 1.182-1.437 2.564-2.536 2.876-.472.112-1.773.223-2.895.223h-2.087V60.2h2.311c1.997 0 2.469.066 3.321.512zM149.26 57.948c-.315.58-.315 11.014 0 12.954.404 2.475 1.66 4.236 3.86 5.395.807.446 1.279.513 3.411.513 2.244 0 2.58-.044 3.613-.602a7.063 7.063 0 003.456-4.147c.404-1.27.449-2.073.449-7.625 0-3.411-.068-6.355-.135-6.555-.157-.424-2.11-.49-2.514-.09-.201.201-.269 1.985-.269 6.645 0 6.176-.022 6.399-.494 7.358-.291.535-.897 1.27-1.368 1.65-1.594 1.248-4.713 1.025-6.015-.446-1.167-1.316-1.212-1.583-1.324-8.674l-.112-6.688-1.167-.067c-.965-.067-1.212 0-1.391.379zM171.275 57.792c-.202.2-.27 2.586-.27 9.342 0 7.625.045 9.097.315 9.342.246.178 1.526.245 4.667.178 3.95-.067 4.421-.111 5.252-.557 3.366-1.784 4.062-6.243 1.324-8.473l-.853-.713.696-.87c.942-1.16 1.167-1.828 1.167-3.411 0-1.65-.382-2.564-1.459-3.612-1.324-1.271-2.311-1.494-6.732-1.494-2.694 0-3.928.09-4.107.268zm8.191 2.764c.337.245.785.892.965 1.383.292.825.292 1.048 0 1.873-.561 1.538-1.212 1.828-4.062 1.917l-2.446.09V59.931l2.446.09c2.065.066 2.581.155 3.097.534zm.224 8.34c1.01.601 1.459 1.404 1.459 2.496-.022 1.093-.561 1.918-1.638 2.453-.584.312-1.324.401-3.165.401h-2.423V68.45h2.536c2.087 0 2.625.067 3.231.446zM190.575 57.791c-.427.424-.382 18.306.044 18.662.202.179 1.841.246 5.431.201l5.14-.067v-2.229l-3.973-.067-3.994-.045-.045-8.316-.067-8.295-1.123-.066c-.673-.045-1.234.044-1.413.222zM206.261 57.948c-.381.69-.336 17.881.045 18.394.225.29.539.38 1.392.312l1.122-.067V57.636l-1.167-.067c-.965-.067-1.212 0-1.392.379zM201.773 100.266c-3.366 7.179-8.102 17.904-8.057 18.238.068.379.27.446 1.324.513l1.257.067 1.01-2.297 1.01-2.296 4.421-.067 4.398-.045.898 1.94c1.279 2.787 1.122 2.631 2.491 2.631 1.122 0 1.212-.045 1.257-.557.045-.335-1.549-4.148-4.04-9.588l-4.084-9.03-.808-.067c-.673-.067-.83.023-1.077.558zm2.76 8.16l1.661 3.724h-3.366c-3.12 0-3.367-.023-3.232-.402.247-.691 3.164-7.134 3.209-7.09.023.022.786 1.717 1.728 3.768zM130.947 100.177c-.067.133-.09 4.437-.067 9.52l.067 9.253h10.772v-2.23l-3.972-.066-3.995-.045v-8.094c0-5.997-.067-8.16-.269-8.361-.359-.356-2.402-.356-2.536.023zM146.679 100.243c-.18.446-.18 18.016 0 18.462.157.423 2.109.49 2.513.089.202-.201.269-2.564.269-9.231 0-4.927-.067-9.119-.134-9.32-.202-.512-2.446-.512-2.648 0zM156.912 100.154c-.202.201-.269 2.587-.269 9.342 0 7.626.045 9.097.314 9.342.247.179 1.526.246 4.668.179l4.331-.067 1.234-.691c3.097-1.739 3.658-6.02 1.078-8.205l-.921-.781.629-.735c.92-1.071 1.234-1.985 1.234-3.523 0-1.65-.359-2.587-1.459-3.634-1.324-1.271-2.311-1.494-6.732-1.494-2.693 0-3.927.089-4.107.267zm8.191 2.765c.337.245.786.892.965 1.382.292.825.292 1.048 0 1.873-.224.602-.606 1.115-1.099 1.449-.674.446-1.033.513-3.075.513h-2.334V102.295l2.446.089c2.065.067 2.581.156 3.097.535zm.045 8.294c2.244 1.137 2.244 3.857 0 4.994-.583.313-1.324.402-3.164.402h-2.424V110.812h2.424c1.84 0 2.581.089 3.164.401zM176.212 100.154c-.202.201-.269 2.587-.269 9.342 0 7.559.045 9.12.314 9.32.179.156.808.246 1.414.201l1.077-.067.067-3.523.067-3.5h4.466l1.796 3.567 1.795 3.568h1.347c2.019 0 1.997-.313-.18-4.281l-1.773-3.256.965-.691c1.953-1.36 3.03-3.701 2.693-5.841-.179-1.271-1.279-3.144-2.222-3.858-1.436-1.092-2.334-1.248-6.979-1.248-3.052 0-4.399.089-4.578.267zm8.775 2.72c.404.157 1.009.625 1.346 1.004 1.167 1.382 1.01 3.121-.426 4.504l-.786.758-3.142.067-3.119.089v-6.734h2.693c1.773 0 2.962.112 3.434.312zM216.697 100.221c-.18.468-.18 18.016 0 18.484.202.513 2.446.513 2.648 0 .067-.201.134-1.806.134-3.568v-3.21H223.856l1.795 3.523 1.795 3.5h1.324c2.087 0 2.087-.156-.045-4.036-1.795-3.299-1.795-3.322-1.324-3.656 2.155-1.494 3.142-3.144 3.142-5.351.023-1.739-.538-3.122-1.683-4.281-1.548-1.516-1.997-1.628-7.271-1.695-4.219-.066-4.758-.022-4.892.29zm8.976 2.698c.943.446 1.571 1.226 1.908 2.341.224.736.202.959-.269 1.918-.292.579-.876 1.293-1.302 1.56-.696.469-1.032.513-3.636.513h-2.895v-6.689h2.716c2.042 0 2.895.089 3.478.357zM234.179 100.355c-.18.535.044.892 3.747 5.953l2.648 3.634v4.281c0 3.055.068 4.37.27 4.571.404.401 2.356.334 2.513-.089.067-.201.135-2.252.135-4.549v-4.214l3.254-4.414c3.837-5.173 3.927-5.485 1.885-5.597l-1.279-.066-2.626 3.589c-1.459 1.984-2.715 3.523-2.783 3.411-.089-.089-1.122-1.493-2.266-3.076-2.918-4.036-2.783-3.902-4.174-3.902-.988 0-1.212.067-1.324.468z"})))},logo_qpl_black:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Aa);return d.createElement("svg",Na({viewBox:"0 0 320 43",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Ba||(Ba=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32.462 9.322v18.643l-8.116 4.66V13.984l-8.114-4.66-8.116 4.66v18.642L0 27.965V9.322L8.116 4.66 16.23 0h.002l8.115 4.66 8.115 4.66v.002zM8.114 32.626l8.117-4.662 8.115 4.662 8.116 4.66-8.116 4.66-8.115-4.66-8.117-4.66z"})),La||(La=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.115 32.626l16.223 9.32 8.112-4.66-16.225-9.322-8.11 4.662z"})),ja||(ja=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24.338 13.982v18.644l8.113-4.661V9.322l-8.113 4.66zM0 27.965l8.113 4.66V13.982L0 9.322v18.643z"})),Va||(Va=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 9.322l8.116 4.66 8.11-4.66 8.112 4.66 8.113-4.66L16.225 0 0 9.322z"})),Ra||(Ra=d.createElement("path",{d:"M59.443 28.671a.703.703 0 01.03 1.258l-.772.437c-.28.162-.655.119-.914-.035L54.5 28.467c-.9.37-1.907.563-3.01.563-4.136 0-7.425-3.271-7.425-7.384a7.393 7.393 0 017.424-7.424 7.41 7.41 0 017.445 7.425c0 1.932-.826 4-2.296 5.422l2.806 1.602zm89.86-6.949a2.672 2.672 0 002.662-2.668c0-1.372-1.196-2.47-2.662-2.47h-2.801v5.138h2.801zm-2.801 6.404a.723.723 0 01-.712.708h-.75a.709.709 0 01-.713-.708v-13a.71.71 0 01.712-.708h4.362c2.611 0 4.759 2.111 4.759 4.674 0 2.615-2.138 4.756-4.738 4.756h-2.92v4.277zm11.38-13c0-.382.329-.708.713-.708h.749a.71.71 0 01.714.709v8.187c0 2.149 1.338 3.65 3.373 3.65 2.064 0 3.411-1.474 3.411-3.61v-8.226a.71.71 0 01.713-.709h.751c.384 0 .712.326.712.708v8.305c0 3.22-2.33 5.6-5.588 5.6-3.237 0-5.548-2.38-5.548-5.6v-8.305zm21.313 5.456c1.258 0 2.029-.847 2.029-2.117 0-1.266-.734-2.02-2.029-2.02h-2.88v4.138h2.88v-.001zm.336 6.264c1.242 0 2.149-.917 2.149-2.157 0-1.169-1.088-2.079-2.485-2.079h-2.919v4.236h3.255zm4.481-2.138c0 2.41-1.932 4.126-4.64 4.126h-4.5a.711.711 0 01-.712-.71V15.127a.71.71 0 01.712-.708h4.323c2.553 0 4.384 1.663 4.384 3.948 0 1.256-.64 2.362-1.593 3.094 1.226.673 2.026 1.761 2.026 3.248v-.001zm11.994 2.138c.4 0 .714.323.714.708v.57a.727.727 0 01-.21.504.717.717 0 01-.504.207h-6.829a.71.71 0 01-.712-.71V15.127a.71.71 0 01.712-.708h.77c.384 0 .712.326.712.708v11.719h5.347zm4.119-11.72c0-.38.329-.708.712-.708h.791c.384 0 .714.326.714.709v12.998a.726.726 0 01-.714.71h-.791a.725.725 0 01-.712-.711V15.127zm13.994-.903c1.949 0 3.477.617 5.017 1.923.288.288.31.735.019 1.026l-.508.502c-.292.363-.681.34-.999.025-.998-.86-2.328-1.39-3.548-1.39-2.876 0-5.169 2.4-5.169 5.318 0 2.9 2.297 5.298 5.169 5.298 1.372 0 2.186-.368 3.558-1.399.291-.23.61-.25.911-.047l.571.512c.334.25.295.76.011 1.041-1.365 1.317-3.128 2-5.032 2-4.141 0-7.463-3.28-7.463-7.386 0-4.112 3.33-7.424 7.463-7.424zm24.873 12.624c.4 0 .714.322.714.708v.57a.708.708 0 01-.441.657.716.716 0 01-.273.053h-6.829a.71.71 0 01-.712-.71V15.127a.71.71 0 01.712-.708h.771c.383 0 .712.327.712.708v11.719h5.346zm4.119-11.72c0-.382.329-.708.713-.708h.788c.385 0 .714.326.714.708v12.998a.725.725 0 01-.714.71h-.788a.724.724 0 01-.713-.711V15.127zm12.572 5.456c1.259 0 2.03-.848 2.03-2.117 0-1.266-.734-2.02-2.03-2.02h-2.88v4.138h2.88v-.001zm.336 6.264c1.242 0 2.149-.917 2.149-2.157 0-1.169-1.088-2.079-2.485-2.079h-2.918v4.236h3.254zm4.482-2.139c0 2.41-1.933 4.127-4.641 4.127h-4.499a.71.71 0 01-.714-.71V15.127c0-.385.314-.708.714-.708h4.322c2.554 0 4.385 1.663 4.385 3.948 0 1.256-.64 2.362-1.594 3.094 1.226.673 2.027 1.761 2.027 3.248zm10.178-3.221c1.36 0 2.504-1.133 2.504-2.53 0-1.301-1.164-2.432-2.504-2.432h-3.491v4.962h3.491zm-3.529 6.638a.723.723 0 01-.712.708h-.771a.714.714 0 01-.658-.436.725.725 0 01-.055-.272V15.127a.71.71 0 01.713-.709h5.111c2.567 0 4.642 2.005 4.642 4.518 0 1.783-1.091 3.353-2.788 4.166l2.531 4.667c.262.487-.048 1.064-.635 1.064h-1.006a.675.675 0 01-.617-.36l-2.531-5.018h-3.224v4.67zm18.887-7.384a575.069 575.069 0 00-1.209-2.708l-2.441 5.455h4.878c-.318-.707-.64-1.426-1.228-2.747zm-1.926-6.12a.688.688 0 01.637-.4h.198c.297 0 .514.157.643.415l5.961 13.21c.222.48-.104.988-.644.988h-.79a.688.688 0 01-.643-.415l-1.37-3.04h-6.569l-1.347 3.028a.698.698 0 01-.651.427h-.788c-.539 0-.866-.506-.644-.986l6.007-13.227zm16.639 6.865c1.36 0 2.503-1.133 2.503-2.53 0-1.301-1.164-2.432-2.503-2.432h-3.491v4.962h3.491zm-3.531 6.639a.724.724 0 01-.713.709h-.77a.716.716 0 01-.504-.207.706.706 0 01-.209-.502V15.127a.71.71 0 01.712-.709h5.113c2.566 0 4.641 2.005 4.641 4.518 0 1.782-1.092 3.353-2.788 4.166l2.531 4.668c.261.486-.049 1.063-.635 1.063h-1.006a.671.671 0 01-.618-.36l-2.53-5.018h-3.224v4.67zM308.115 15.5a.694.694 0 01-.026-.724.698.698 0 01.63-.358h.926c.241 0 .45.133.59.316l3.714 5.101 3.716-5.106a.744.744 0 01.586-.31h.929c.578 0 .901.598.588 1.103l-4.751 6.45v6.153a.726.726 0 01-.713.71h-.771a.71.71 0 01-.712-.71V21.99l-4.706-6.49V15.5zm-245.026-.33c0-.38.328-.707.712-.707h.75a.71.71 0 01.713.708v8.188c0 2.15 1.338 3.65 3.374 3.65 2.063 0 3.411-1.474 3.411-3.61V15.17a.71.71 0 01.712-.708h.751c.384 0 .713.326.713.708v8.306c0 3.218-2.33 5.598-5.587 5.598-3.24 0-5.55-2.379-5.55-5.598v-8.306zm24.767 11.72c.4 0 .714.323.714.71v.57a.712.712 0 01-.714.708h-7.777a.711.711 0 01-.712-.709V15.171c0-.386.312-.708.712-.708h7.777c.399 0 .714.322.714.708v.57a.711.711 0 01-.714.71h-6.294v4.118h5.327c.383 0 .712.328.712.708v.57a.71.71 0 01-.712.709h-5.327v4.334h6.294zm13.653 0c.4 0 .714.323.714.71v.57a.712.712 0 01-.714.708h-7.777a.712.712 0 01-.712-.709V15.171a.71.71 0 01.712-.708h7.777c.4 0 .714.322.714.708v.57a.708.708 0 01-.441.656.712.712 0 01-.273.054h-6.294v4.118h5.327c.384 0 .713.328.713.708v.57a.71.71 0 01-.712.709h-5.327v4.334h6.293zm7.281 1.28a.704.704 0 01-.209.502.724.724 0 01-.503.206h-.692a.723.723 0 01-.712-.709V14.956c0-.385.329-.69.712-.69h.332c.206 0 .399.094.527.253l8.238 10.21v-9.557a.71.71 0 01.713-.709h.691c.384 0 .714.327.714.709v13.214c0 .384-.331.69-.714.69h-.192a.677.677 0 01-.527-.253l-8.378-10.402v9.749zm14.292-1.87l.027-.036c.036-.045.068-.084.139-.175.077-.1.111-.143.147-.184.34-.444.752-.595 1.18-.228l.107.093c.26.229.539.435.834.618.707.439 1.444.698 2.174.698 1.361 0 2.307-.81 2.307-1.824 0-1.072-.869-1.803-3.251-2.793-2.668-1.159-3.678-2.203-3.678-4.372 0-2.023 1.686-3.83 4.543-3.83a6.623 6.623 0 012.544.526c.277.115.526.238.744.362.133.075.228.136.24.148.374.188.56.66.248 1.154a5.326 5.326 0 00-.11.172l-.002.006c-.04.064-.08.127-.122.19-.279.434-.677.548-1.14.288-.008-.003-.186-.11-.275-.162-.172-.1-.348-.19-.528-.275-.527-.245-1.042-.398-1.509-.42a2.478 2.478 0 00-.109-.003c-1.577 0-2.386.843-2.386 1.824 0 1.042.727 1.742 2.453 2.458 3.317 1.343 4.594 2.465 4.594 4.67 0 2.2-2.066 3.87-4.602 3.87a6.553 6.553 0 01-3.014-.744 6.331 6.331 0 01-1.373-.929l-.042-.036c-.329-.29-.423-.622-.14-1.066zm-71.594.684c2.957 0 5.385-2.405 5.385-5.338 0-2.94-2.437-5.377-5.385-5.377-2.944 0-5.365 2.434-5.365 5.378 0 2.935 2.413 5.336 5.365 5.336z"})))},logo_qpl_color:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Xa);return d.createElement("svg",Qa({viewBox:"0 0 355 48",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Fa||(Fa=d.createElement("g",{clipPath:"url(#logo_qpl_color_svg__clip0)"},d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M36.012 11.016v20.682l-9.003 5.17V16.186l-9.002-5.17-9.003 5.17v20.681L0 31.697v-20.68l9.004-5.173 9.001-5.17h.002l9.003 5.17 9.003 5.17-.001.002zM9.002 36.868l9.004-5.17 9.003 5.17 9.004 5.17-9.004 5.17-9.003-5.17-9.004-5.17z",fill:"#4B2D83"}),d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.003 36.868L27 47.209l9-5.17-18-10.341-8.997 5.171z",fill:"#422980"}),d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M27 16.185v20.683l9-5.17V11.015l-9 5.17z",fill:"#5C3296"}),d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 31.698l9 5.17V16.185l-9-5.17v20.682z",fill:"#282561"}),d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 11.016l9.004 5.17L18 11.016l9 5.17 9-5.17L18 .674 0 11.016z",fill:"#422980"}),d.createElement("path",{d:"M65.945 32.481a.78.78 0 01.033 1.395l-.856.485c-.312.18-.727.132-1.014-.039l-3.648-2.067c-.998.41-2.115.624-3.34.624-4.587 0-8.236-3.629-8.236-8.19a8.202 8.202 0 018.236-8.237 8.221 8.221 0 018.259 8.236c0 2.144-.916 4.438-2.547 6.016l3.113 1.777zm99.688-7.709a2.962 2.962 0 002.953-2.96c0-1.522-1.326-2.74-2.953-2.74h-3.107v5.7h3.107zm-3.107 7.104a.803.803 0 01-.79.786h-.832a.787.787 0 01-.791-.786v-14.42c0-.429.347-.787.79-.787h4.839c2.896 0 5.28 2.342 5.28 5.185 0 2.901-2.372 5.276-5.257 5.276h-3.239v4.746zm12.624-14.42c0-.425.365-.787.791-.787h.832c.444 0 .791.358.791.786v9.083c0 2.384 1.485 4.05 3.742 4.05 2.29 0 3.785-1.636 3.785-4.006v-9.126c0-.428.348-.786.79-.786h.834c.426 0 .79.362.79.786v9.213c0 3.571-2.585 6.212-6.2 6.212-3.591 0-6.155-2.64-6.155-6.212v-9.213zm23.645 6.051c1.395 0 2.251-.94 2.251-2.348 0-1.405-.815-2.24-2.251-2.24H195.6v4.59h3.195v-.002zm.372 6.95c1.378 0 2.384-1.018 2.384-2.394 0-1.296-1.207-2.306-2.756-2.306h-3.239v4.7H199.167zm4.972-2.373c0 2.674-2.144 4.578-5.148 4.578h-4.992a.79.79 0 01-.79-.788V17.455c0-.427.347-.785.79-.785h4.796c2.832 0 4.863 1.845 4.863 4.38 0 1.393-.71 2.62-1.767 3.432 1.36.747 2.248 1.954 2.248 3.603zm13.305 2.372c.444 0 .792.358.792.786v.633a.784.784 0 01-.233.558.785.785 0 01-.559.23h-7.576a.79.79 0 01-.79-.788v-14.42c0-.427.348-.785.79-.785h.855c.426 0 .79.362.79.786v13h5.931zm4.57-13c0-.424.365-.787.79-.787h.877c.426 0 .792.362.792.786v14.42a.805.805 0 01-.792.787h-.877a.804.804 0 01-.79-.788V17.455zm15.525-1.004c2.162 0 3.857.685 5.565 2.134.32.32.344.815.021 1.138l-.563.557c-.324.403-.756.378-1.109.028-1.107-.955-2.582-1.543-3.936-1.543-3.19 0-5.734 2.664-5.734 5.9 0 3.217 2.548 5.878 5.734 5.878 1.523 0 2.425-.408 3.948-1.552.322-.255.676-.278 1.01-.052l.634.568c.37.278.327.842.012 1.155-1.514 1.461-3.47 2.218-5.582 2.218-4.594 0-8.28-3.639-8.28-8.193 0-4.562 3.694-8.236 8.28-8.236zm27.593 14.005c.444 0 .792.358.792.786v.632a.784.784 0 01-.233.558.785.785 0 01-.559.23h-7.576a.79.79 0 01-.79-.788v-14.42c0-.427.346-.785.79-.785h.855c.425 0 .79.363.79.786v13h5.931v.001zm4.57-13c0-.425.364-.787.79-.787h.875c.427 0 .792.362.792.786v14.42a.805.805 0 01-.792.787h-.875a.802.802 0 01-.79-.789V17.455v.001zm13.947 6.051c1.396 0 2.252-.94 2.252-2.348 0-1.405-.815-2.24-2.252-2.24h-3.195v4.59h3.195v-.002zm.372 6.95c1.378 0 2.384-1.018 2.384-2.394 0-1.296-1.207-2.306-2.756-2.306h-3.238v4.7h3.61zm4.973-2.373c0 2.674-2.145 4.578-5.149 4.578h-4.991a.792.792 0 01-.792-.788v-14.42c0-.427.348-.785.792-.785h4.795c2.833 0 4.864 1.845 4.864 4.38 0 1.393-.71 2.62-1.768 3.432 1.36.747 2.249 1.954 2.249 3.603zm11.291-3.574c1.509 0 2.778-1.257 2.778-2.807 0-1.443-1.292-2.698-2.778-2.698h-3.873v5.505h3.873zm-3.915 7.364a.803.803 0 01-.79.786h-.855a.787.787 0 01-.791-.786v-14.42c0-.429.347-.786.79-.786h5.671c2.847 0 5.149 2.224 5.149 5.012 0 1.978-1.21 3.72-3.093 4.622l2.808 5.177c.291.54-.053 1.181-.704 1.181h-1.116a.75.75 0 01-.685-.4l-2.808-5.567h-3.576v5.181zm20.953-8.192a772.62 772.62 0 00-1.342-3.004l-2.708 6.052h5.412a687.64 687.64 0 01-1.362-3.048zm-2.137-6.789a.759.759 0 01.706-.443h.22c.33 0 .57.174.714.46l6.612 14.655c.247.533-.115 1.096-.714 1.096h-.876a.768.768 0 01-.714-.46l-1.52-3.374h-7.287l-1.494 3.36a.774.774 0 01-.722.474h-.875c-.598 0-.96-.562-.714-1.094l6.664-14.674zm18.459 7.616c1.508 0 2.777-1.257 2.777-2.807 0-1.443-1.292-2.698-2.777-2.698h-3.873v5.505h3.873zm-3.918 7.365a.803.803 0 01-.79.786h-.855a.787.787 0 01-.791-.786v-14.42c0-.428.348-.786.79-.786h5.672c2.847 0 5.149 2.224 5.149 5.012 0 1.977-1.211 3.72-3.093 4.622l2.808 5.178c.29.54-.054 1.18-.704 1.18h-1.117a.744.744 0 01-.685-.4l-2.807-5.567h-3.577v5.181zm12.088-14.006a.773.773 0 01.67-1.2h1.028c.267 0 .499.147.654.35l4.12 5.66 4.123-5.665a.824.824 0 01.65-.345h1.03c.642 0 1 .665.653 1.225l-5.271 7.155v6.826a.806.806 0 01-.791.788h-.855a.79.79 0 01-.79-.788V25.07l-5.221-7.2zm-271.826-.365c0-.423.364-.785.79-.785h.832c.445 0 .792.357.792.785v9.084c0 2.384 1.484 4.05 3.742 4.05 2.289 0 3.785-1.636 3.785-4.006v-9.128c0-.428.347-.785.79-.785h.833c.426 0 .79.362.79.785v9.215c0 3.57-2.584 6.21-6.198 6.21-3.593 0-6.156-2.639-6.156-6.21v-9.215zm27.476 13.001c.444 0 .792.358.792.787v.632a.79.79 0 01-.792.787h-8.627a.79.79 0 01-.79-.787v-14.42c0-.428.346-.785.79-.785h8.627c.443 0 .792.357.792.785v.632a.791.791 0 01-.792.788h-6.982v4.57h5.91c.425 0 .79.362.79.784v.632c0 .442-.36.787-.79.787h-5.91v4.808h6.982zm15.147 0c.444 0 .792.358.792.787v.632a.793.793 0 01-.792.787h-8.628a.79.79 0 01-.79-.787v-14.42c0-.427.347-.785.79-.785h8.628c.444 0 .792.357.792.785v.632a.784.784 0 01-.233.558.785.785 0 01-.559.23h-6.983v4.57h5.91c.426 0 .791.362.791.784v.632c0 .442-.36.787-.79.787h-5.91v4.808h6.982zm8.077 1.42a.78.78 0 01-.232.557.8.8 0 01-.558.23h-.767a.8.8 0 01-.79-.788V17.266c0-.427.365-.765.79-.765h.368a.75.75 0 01.585.28l9.139 11.326V17.505c0-.427.347-.786.79-.786h.767c.426 0 .792.363.792.786v14.66c0 .426-.367.765-.792.765h-.213a.752.752 0 01-.585-.28l-9.294-11.54v10.815zm15.855-2.074l.03-.04c.04-.05.076-.094.155-.195.085-.11.123-.158.163-.204.377-.492.834-.66 1.309-.253l.118.104a7 7 0 00.925.685c.785.487 1.602.775 2.412.775 1.51 0 2.56-.899 2.56-2.024 0-1.189-.964-2-3.607-3.098-2.96-1.286-4.08-2.444-4.08-4.85 0-2.245 1.87-4.25 5.04-4.25.97.007 1.929.205 2.822.584.307.128.583.264.825.402.148.083.253.15.266.164.415.208.622.732.276 1.28-.032.048-.06.091-.122.191l-.003.006a8.212 8.212 0 01-.135.211c-.31.482-.751.608-1.265.32-.009-.004-.206-.123-.305-.18a7.769 7.769 0 00-.585-.305c-.585-.272-1.156-.442-1.675-.466a2.67 2.67 0 00-.12-.003c-1.75 0-2.647.935-2.647 2.023 0 1.156.806 1.933 2.721 2.727 3.68 1.49 5.096 2.734 5.096 5.18 0 2.442-2.292 4.294-5.105 4.294a7.273 7.273 0 01-3.344-.825 7.02 7.02 0 01-1.523-1.03l-.046-.04c-.365-.323-.47-.69-.156-1.183zm-79.424.758c3.28 0 5.974-2.668 5.974-5.92 0-3.263-2.704-5.967-5.974-5.967-3.266 0-5.952 2.7-5.952 5.966 0 3.257 2.677 5.92 5.952 5.92v.001z",fill:"#422980"}))),Da||(Da=d.createElement("defs",null,d.createElement("clipPath",{id:"logo_qpl_color_svg__clip0"},d.createElement("path",{fill:"#fff",transform:"translate(0 .674)",d:"M0 0h355v47H0z"})))))},logo_qpl_white:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,tn);return d.createElement("svg",ln({viewBox:"0 0 320 43",fill:"#fff",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Wa||(Wa=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32.462 9.322v18.643l-8.116 4.66V13.984l-8.114-4.66-8.116 4.66v18.642L0 27.965V9.322L8.116 4.66 16.23 0h.002l8.115 4.66 8.115 4.66v.002zM8.114 32.626l8.117-4.662 8.115 4.662 8.116 4.66-8.116 4.66-8.115-4.66-8.117-4.66z"})),qa||(qa=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.115 32.626l16.223 9.32 8.112-4.66-16.225-9.322-8.11 4.662z"})),Ga||(Ga=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24.338 13.982v18.644l8.113-4.661V9.322l-8.113 4.66zM0 27.965l8.113 4.66V13.982L0 9.322v18.643z"})),Ya||(Ya=d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 9.322l8.116 4.66 8.11-4.66 8.112 4.66 8.113-4.66L16.225 0 0 9.322z"})),Ua||(Ua=d.createElement("path",{d:"M59.443 28.671a.703.703 0 01.03 1.258l-.772.437c-.28.162-.655.119-.914-.035L54.5 28.467c-.9.37-1.907.563-3.01.563-4.136 0-7.425-3.271-7.425-7.384a7.393 7.393 0 017.424-7.424 7.41 7.41 0 017.445 7.425c0 1.932-.826 4-2.296 5.422l2.806 1.602zm89.86-6.949a2.672 2.672 0 002.662-2.668c0-1.372-1.196-2.47-2.662-2.47h-2.801v5.138h2.801zm-2.801 6.404a.723.723 0 01-.712.708h-.75a.709.709 0 01-.713-.708v-13a.71.71 0 01.712-.708h4.362c2.611 0 4.759 2.111 4.759 4.674 0 2.615-2.138 4.756-4.738 4.756h-2.92v4.277zm11.38-13c0-.382.329-.708.713-.708h.749a.71.71 0 01.714.709v8.187c0 2.149 1.338 3.65 3.373 3.65 2.064 0 3.411-1.474 3.411-3.61v-8.226a.71.71 0 01.713-.709h.751c.384 0 .712.326.712.708v8.305c0 3.22-2.33 5.6-5.588 5.6-3.237 0-5.548-2.38-5.548-5.6v-8.305zm21.313 5.456c1.258 0 2.029-.847 2.029-2.117 0-1.266-.734-2.02-2.029-2.02h-2.88v4.138h2.88v-.001zm.336 6.264c1.242 0 2.149-.917 2.149-2.157 0-1.169-1.088-2.079-2.485-2.079h-2.919v4.236h3.255zm4.481-2.138c0 2.41-1.932 4.126-4.64 4.126h-4.5a.711.711 0 01-.712-.71V15.127a.71.71 0 01.712-.708h4.323c2.553 0 4.384 1.663 4.384 3.948 0 1.256-.64 2.362-1.593 3.094 1.226.673 2.026 1.761 2.026 3.248v-.001zm11.994 2.138c.4 0 .714.323.714.708v.57a.727.727 0 01-.21.504.717.717 0 01-.504.207h-6.829a.71.71 0 01-.712-.71V15.127a.71.71 0 01.712-.708h.77c.384 0 .712.326.712.708v11.719h5.347zm4.119-11.72c0-.38.329-.708.712-.708h.791c.384 0 .714.326.714.709v12.998a.726.726 0 01-.714.71h-.791a.725.725 0 01-.712-.711V15.127zm13.994-.903c1.949 0 3.477.617 5.017 1.923.288.288.31.735.019 1.026l-.508.502c-.292.363-.681.34-.999.025-.998-.86-2.328-1.39-3.548-1.39-2.876 0-5.169 2.4-5.169 5.318 0 2.9 2.297 5.298 5.169 5.298 1.372 0 2.186-.368 3.558-1.399.291-.23.61-.25.911-.047l.571.512c.334.25.295.76.011 1.041-1.365 1.317-3.128 2-5.032 2-4.141 0-7.463-3.28-7.463-7.386 0-4.112 3.33-7.424 7.463-7.424zm24.873 12.624c.4 0 .714.322.714.708v.57a.708.708 0 01-.441.657.716.716 0 01-.273.053h-6.829a.71.71 0 01-.712-.71V15.127a.71.71 0 01.712-.708h.771c.383 0 .712.327.712.708v11.719h5.346zm4.119-11.72c0-.382.329-.708.713-.708h.788c.385 0 .714.326.714.708v12.998a.725.725 0 01-.714.71h-.788a.724.724 0 01-.713-.711V15.127zm12.572 5.456c1.259 0 2.03-.848 2.03-2.117 0-1.266-.734-2.02-2.03-2.02h-2.88v4.138h2.88v-.001zm.336 6.264c1.242 0 2.149-.917 2.149-2.157 0-1.169-1.088-2.079-2.485-2.079h-2.918v4.236h3.254zm4.482-2.139c0 2.41-1.933 4.127-4.641 4.127h-4.499a.71.71 0 01-.714-.71V15.127c0-.385.314-.708.714-.708h4.322c2.554 0 4.385 1.663 4.385 3.948 0 1.256-.64 2.362-1.594 3.094 1.226.673 2.027 1.761 2.027 3.248zm10.178-3.221c1.36 0 2.504-1.133 2.504-2.53 0-1.301-1.164-2.432-2.504-2.432h-3.491v4.962h3.491zm-3.529 6.638a.723.723 0 01-.712.708h-.771a.714.714 0 01-.658-.436.725.725 0 01-.055-.272V15.127a.71.71 0 01.713-.709h5.111c2.567 0 4.642 2.005 4.642 4.518 0 1.783-1.091 3.353-2.788 4.166l2.531 4.667c.262.487-.048 1.064-.635 1.064h-1.006a.675.675 0 01-.617-.36l-2.531-5.018h-3.224v4.67zm18.887-7.384a575.069 575.069 0 00-1.209-2.708l-2.441 5.455h4.878c-.318-.707-.64-1.426-1.228-2.747zm-1.926-6.12a.688.688 0 01.637-.4h.198c.297 0 .514.157.643.415l5.961 13.21c.222.48-.104.988-.644.988h-.79a.688.688 0 01-.643-.415l-1.37-3.04h-6.569l-1.347 3.028a.698.698 0 01-.651.427h-.788c-.539 0-.866-.506-.644-.986l6.007-13.227zm16.639 6.865c1.36 0 2.503-1.133 2.503-2.53 0-1.301-1.164-2.432-2.503-2.432h-3.491v4.962h3.491zm-3.531 6.639a.724.724 0 01-.713.709h-.77a.716.716 0 01-.504-.207.706.706 0 01-.209-.502V15.127a.71.71 0 01.712-.709h5.113c2.566 0 4.641 2.005 4.641 4.518 0 1.782-1.092 3.353-2.788 4.166l2.531 4.668c.261.486-.049 1.063-.635 1.063h-1.006a.671.671 0 01-.618-.36l-2.53-5.018h-3.224v4.67zM308.115 15.5a.694.694 0 01-.026-.724.698.698 0 01.63-.358h.926c.241 0 .45.133.59.316l3.714 5.101 3.716-5.106a.744.744 0 01.586-.31h.929c.578 0 .901.598.588 1.103l-4.751 6.45v6.153a.726.726 0 01-.713.71h-.771a.71.71 0 01-.712-.71V21.99l-4.706-6.49V15.5zm-245.026-.33c0-.38.328-.707.712-.707h.75a.71.71 0 01.713.708v8.188c0 2.15 1.338 3.65 3.374 3.65 2.063 0 3.411-1.474 3.411-3.61V15.17a.71.71 0 01.712-.708h.751c.384 0 .713.326.713.708v8.306c0 3.218-2.33 5.598-5.587 5.598-3.24 0-5.55-2.379-5.55-5.598v-8.306zm24.767 11.72c.4 0 .714.323.714.71v.57a.712.712 0 01-.714.708h-7.777a.711.711 0 01-.712-.709V15.171c0-.386.312-.708.712-.708h7.777c.399 0 .714.322.714.708v.57a.711.711 0 01-.714.71h-6.294v4.118h5.327c.383 0 .712.328.712.708v.57a.71.71 0 01-.712.709h-5.327v4.334h6.294zm13.653 0c.4 0 .714.323.714.71v.57a.712.712 0 01-.714.708h-7.777a.712.712 0 01-.712-.709V15.171a.71.71 0 01.712-.708h7.777c.4 0 .714.322.714.708v.57a.708.708 0 01-.441.656.712.712 0 01-.273.054h-6.294v4.118h5.327c.384 0 .713.328.713.708v.57a.71.71 0 01-.712.709h-5.327v4.334h6.293zm7.281 1.28a.704.704 0 01-.209.502.724.724 0 01-.503.206h-.692a.723.723 0 01-.712-.709V14.956c0-.385.329-.69.712-.69h.332c.206 0 .399.094.527.253l8.238 10.21v-9.557a.71.71 0 01.713-.709h.691c.384 0 .714.327.714.709v13.214c0 .384-.331.69-.714.69h-.192a.677.677 0 01-.527-.253l-8.378-10.402v9.749zm14.292-1.87l.027-.036c.036-.045.068-.084.139-.175.077-.1.111-.143.147-.184.34-.444.752-.595 1.18-.228l.107.093c.26.229.539.435.834.618.707.439 1.444.698 2.174.698 1.361 0 2.307-.81 2.307-1.824 0-1.072-.869-1.803-3.251-2.793-2.668-1.159-3.678-2.203-3.678-4.372 0-2.023 1.686-3.83 4.543-3.83a6.623 6.623 0 012.544.526c.277.115.526.238.744.362.133.075.228.136.24.148.374.188.56.66.248 1.154a5.326 5.326 0 00-.11.172l-.002.006c-.04.064-.08.127-.122.19-.279.434-.677.548-1.14.288-.008-.003-.186-.11-.275-.162-.172-.1-.348-.19-.528-.275-.527-.245-1.042-.398-1.509-.42a2.478 2.478 0 00-.109-.003c-1.577 0-2.386.843-2.386 1.824 0 1.042.727 1.742 2.453 2.458 3.317 1.343 4.594 2.465 4.594 4.67 0 2.2-2.066 3.87-4.602 3.87a6.553 6.553 0 01-3.014-.744 6.331 6.331 0 01-1.373-.929l-.042-.036c-.329-.29-.423-.622-.14-1.066zm-71.594.684c2.957 0 5.385-2.405 5.385-5.338 0-2.94-2.437-5.377-5.385-5.377-2.944 0-5.365 2.434-5.365 5.378 0 2.935 2.413 5.336 5.365 5.336z"})))},logo_schomburg_black:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,sn);return d.createElement("svg",hn({viewBox:"0 0 185 79",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Ja||(Ja=d.createElement("path",{d:"M72.306 33.437a.607.607 0 100-1.213c-.306 0-.613.27-.613.606.034.337.307.607.613.607zm-.374 8.728h.817v-7.212h-.817v7.212zm2.758 0h.784v-5.257c.442-.674 1.328-1.416 2.248-1.416 1.09 0 1.498.674 1.498 1.72v4.953h.783v-5.122c0-1.315-.613-2.258-2.111-2.258-1.022 0-1.873.606-2.418 1.314v-1.146h-.784v7.212zm9.707 0h2.316c2.316 0 3.78-.81 3.78-2.797 0-1.45-1.056-2.292-2.316-2.528v-.033c1.124-.27 1.873-1.045 1.873-2.224 0-1.786-1.294-2.494-3.303-2.494H84.43v10.076h-.034zm.817-.708v-4.246h1.533c1.975 0 2.895.809 2.895 2.19 0 1.45-.954 2.09-2.93 2.09h-1.498v-.034zm0-4.954v-3.706h1.43c1.703 0 2.555.539 2.555 1.82 0 1.246-.817 1.886-2.554 1.886h-1.43zm6.948 5.662h.783V31.28h-.783v10.885zm4.632.168a2.87 2.87 0 002.213-1.078c0 .27.069.674.103.91h.783c-.102-.304-.17-.843-.17-1.45v-3.639c0-1.55-.852-2.291-2.35-2.291-.954 0-1.737.303-2.384.91l.442.539c.613-.573 1.192-.775 1.908-.775 1.09 0 1.6.539 1.6 1.718v.81h-.34c-1.703 0-3.849.538-3.849 2.459 0 1.146.818 1.887 2.044 1.887zm.102-.674c-.647 0-1.328-.438-1.328-1.213 0-1.348 1.396-1.82 3.03-1.82h.341v1.921c-.51.708-1.226 1.112-2.043 1.112zm7.458.674c1.09 0 1.874-.404 2.248-.741l-.34-.607c-.307.303-1.022.64-1.873.64-1.635 0-2.35-1.516-2.35-3.133 0-1.652.749-3.067 2.35-3.067.817 0 1.362.303 1.77.64l.409-.572c-.408-.337-1.09-.742-2.179-.742-1.874 0-3.202 1.483-3.202 3.774.034 1.955 1.09 3.808 3.167 3.808zm7.936-.168h.987l-3.405-4.044 3.235-3.168h-.987l-3.202 3.168 3.372 4.044zm-4.223 0h.783V31.28h-.783v10.885zm13.589.168c1.328 0 2.384-.438 2.997-1.01l-.409-.607c-.613.539-1.464.876-2.554.876-2.589 0-4.053-2.157-4.053-4.55 0-2.358 1.464-4.481 4.019-4.481.953 0 1.702.27 2.316.674l.442-.64c-.715-.472-1.566-.742-2.724-.742-3.065 0-4.905 2.46-4.905 5.19 0 2.83 1.805 5.29 4.871 5.29zm6.709 0c1.226 0 2.077-.809 2.418-1.348 0 .405.068.944.102 1.18h.818c-.069-.27-.137-.81-.137-1.382v-5.83h-.783v5.223c-.238.438-1.158 1.45-2.248 1.45-1.124 0-1.498-.674-1.498-1.753v-4.92h-.784v5.089c0 1.314.579 2.291 2.112 2.291zm5.756-.168h.783V31.28h-.783v10.885zm5.245.168c.681 0 1.192-.27 1.396-.438l-.307-.607c-.136.102-.579.337-1.021.337-.647 0-.886-.404-.886-1.145v-4.92h1.873v-.64h-1.873v-2.056h-.783v2.056h-1.226v.64h1.226v4.953c0 1.18.511 1.82 1.601 1.82zm5.006 0c1.226 0 2.077-.809 2.418-1.348 0 .405.068.944.102 1.18h.818c-.069-.27-.137-.81-.137-1.382v-5.83h-.783v5.223c-.238.438-1.158 1.45-2.248 1.45-1.124 0-1.498-.674-1.498-1.753v-4.92h-.784v5.089c0 1.314.579 2.291 2.112 2.291zm5.756-.168h.783v-5.021c.204-.438.851-1.618 1.873-1.618.307 0 .477.068.613.101l.205-.741c-.137-.034-.375-.135-.716-.135-1.021 0-1.669.91-1.941 1.415V34.92h-.783v7.245h-.034zm7.356.168c1.192 0 2.009-.404 2.486-.741l-.34-.607a3.708 3.708 0 01-2.112.674c-1.737 0-2.452-1.516-2.452-3.167v-.169h5.04v-.404c0-1.854-1.021-3.134-2.758-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.055 1.021 3.841 3.269 3.841zm-2.384-4.65c.204-1.247.954-2.224 2.214-2.224 1.396 0 1.975 1.112 1.975 2.224H155.1zM72.1 26.53h.783v-6.572h1.907v-.64h-1.907v-1.146c0-1.314.545-1.988 1.67-1.988.442 0 .748.101.919.202l.204-.707c-.204-.102-.579-.203-1.124-.203-1.6 0-2.452.977-2.452 2.629v1.213h-1.26v.64h1.26v6.571zm6.777.168c2.282 0 3.338-1.989 3.338-3.808 0-1.786-1.056-3.74-3.338-3.74-2.281 0-3.27 1.954-3.27 3.774s.989 3.774 3.27 3.774zm.035-.674c-1.67 0-2.453-1.483-2.453-3.134 0-1.618.75-3.067 2.418-3.067 1.67 0 2.555 1.483 2.555 3.1-.034 1.652-.852 3.1-2.52 3.1zm4.836.505h.783v-5.02c.204-.439.851-1.618 1.873-1.618.307 0 .477.067.613.1l.205-.74c-.137-.034-.375-.135-.716-.135-1.022 0-1.668.876-1.941 1.415v-1.247h-.783v7.245h-.034zm8.446 0h.851v-4.886h.273c.613 0 .783.101 1.805 1.483l2.486 3.403h1.022l-2.827-3.808c-.579-.741-.783-1.01-.988-1.112h.136c1.772-.067 2.998-.91 2.998-2.56 0-1.686-1.26-2.596-3.304-2.596h-2.418V26.53h-.034zm.817-5.56v-3.808h1.465c1.668 0 2.554.64 2.554 1.887 0 1.247-.851 1.921-2.486 1.921H93.01zm9.604 5.729c1.192 0 2.01-.405 2.487-.742l-.341-.606a3.707 3.707 0 01-2.111.674c-1.737 0-2.453-1.517-2.453-3.168v-.168h5.041v-.405c0-1.853-1.022-3.134-2.759-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.09 1.056 3.842 3.269 3.842zm-2.384-4.65c.205-1.247.954-2.225 2.214-2.225 1.397 0 1.941 1.112 1.975 2.224h-4.189zm8.447 4.683c1.498 0 2.452-.775 2.452-2.022 0-1.179-1.022-1.684-2.146-2.19-.851-.37-1.566-.674-1.566-1.516 0-.708.476-1.18 1.362-1.18a2.71 2.71 0 011.669.573l.408-.573c-.34-.27-1.055-.674-2.077-.674-1.362 0-2.146.81-2.146 1.887 0 1.18.92 1.685 2.01 2.157.987.438 1.668.775 1.668 1.584 0 .775-.647 1.247-1.634 1.247-.784 0-1.533-.337-1.873-.607l-.341.607c.443.337 1.26.707 2.214.707zm7.016-.033c1.192 0 2.009-.405 2.486-.742l-.341-.606a3.707 3.707 0 01-2.111.674c-1.737 0-2.453-1.517-2.453-3.168v-.168h5.041v-.405c0-1.853-1.022-3.134-2.759-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.09 1.056 3.842 3.27 3.842zm-2.385-4.65c.205-1.247.954-2.225 2.214-2.225 1.397 0 1.941 1.112 1.976 2.224h-4.19zm8.379 4.65a2.87 2.87 0 002.213-1.079c0 .27.068.674.103.91h.783c-.102-.303-.136-.842-.136-1.449v-3.64c0-1.55-.852-2.29-2.35-2.29-.954 0-1.737.303-2.384.91l.442.538c.613-.572 1.192-.775 1.908-.775 1.089 0 1.6.54 1.6 1.719v.809h-.34c-1.703 0-3.849.539-3.849 2.46-.034 1.145.784 1.887 2.01 1.887zm.102-.674c-.647 0-1.328-.438-1.328-1.213 0-1.348 1.396-1.82 3.031-1.82h.34v1.92c-.545.708-1.226 1.113-2.043 1.113zm5.313.505h.783v-5.02c.204-.439.851-1.618 1.873-1.618.307 0 .477.067.613.1l.205-.74c-.137-.034-.375-.135-.716-.135-1.021 0-1.668.876-1.941 1.415v-1.247h-.817v7.245zm7.186.169c1.09 0 1.873-.405 2.248-.742l-.341-.606c-.306.303-1.022.64-1.873.64-1.635 0-2.35-1.516-2.35-3.134 0-1.651.749-3.066 2.35-3.066.817 0 1.362.303 1.771.64l.409-.573c-.409-.337-1.09-.741-2.18-.741-1.873 0-3.201 1.482-3.201 3.774.034 1.954 1.055 3.808 3.167 3.808zm3.985-.169h.783v-5.257c.272-.404 1.158-1.415 2.248-1.415 1.09 0 1.498.674 1.498 1.719v4.953h.784v-5.122c0-1.314-.613-2.258-2.112-2.258-1.226 0-2.078.81-2.418 1.315v-4.82h-.783V26.53zM74.452 48.769v-.809h-3.576v.809h1.294v3.808h.988v-3.808h1.294zm3.44 3.808v-2.36c0-.606-.273-1.078-1.022-1.078a1.36 1.36 0 00-1.056.506v-2.022h-.92v4.987h.92v-2.325c.068-.1.34-.438.716-.438.34 0 .442.169.442.506v2.19h.92v.034zm1.532-1.483h2.18c.102-1.247-.409-1.988-1.464-1.988-.954 0-1.703.674-1.703 1.752 0 1.078.647 1.786 1.77 1.786.716 0 1.056-.202 1.26-.337l-.306-.607c-.17.068-.442.236-.885.236-.545.034-.817-.337-.852-.842zm0-.64c.069-.438.273-.708.681-.708.443 0 .58.303.58.708h-1.26zm8.48 2.123V47.96h-.885v2.426c0 .37.034.708.034.742 0 0-.204-.371-.477-.775l-1.668-2.393h-1.056v4.617h.885v-2.629c0-.303-.034-.606-.034-.606s.17.337.443.707l1.805 2.561h.954v-.033zm1.567-1.483h2.18c.102-1.247-.409-1.988-1.465-1.988-.953 0-1.702.674-1.702 1.752 0 1.078.647 1.786 1.77 1.786.716 0 1.056-.202 1.26-.337l-.306-.607c-.17.068-.442.236-.885.236-.545.034-.818-.337-.852-.842zm0-.64c.069-.438.273-.708.681-.708.443 0 .58.303.58.708h-1.26zm7.425-1.247h-.92l-.545 2.157-.579-2.157h-.851l-.579 2.157-.51-2.157h-.989l.954 3.37h.852l.715-2.258.715 2.258h.851l.886-3.37zm5.551-1.247h-.953l-.988 1.954-.988-1.954h-1.09l1.533 2.864v1.753h.988v-1.753l1.498-2.864zm3.031 2.898c0-.876-.545-1.752-1.737-1.752-1.192 0-1.702.91-1.702 1.786s.51 1.752 1.702 1.752c1.226 0 1.737-.944 1.737-1.786zm-.987.034c0 .64-.205 1.044-.716 1.044-.51 0-.749-.471-.749-1.078 0-.606.17-1.078.715-1.078.511 0 .75.471.75 1.112zm3.78-1.685a.974.974 0 00-.477-.101c-.443 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .307.034.341.068l.238-.775zm1.328 1.718l1.09 1.652h1.09l-1.294-1.854 1.26-1.516h-1.022l-1.124 1.348v-2.966h-.919v4.988h.919v-1.652zm7.561-1.516c0-.977-.783-1.449-1.771-1.449h-1.533v4.617h.988v-1.652h.443c1.158 0 1.873-.505 1.873-1.516zm-.988 0c0 .505-.272.775-.885.775h-.443v-1.483h.477c.613 0 .851.27.851.708zm1.465-.202v2.359c0 .606.272 1.078 1.022 1.078.579 0 .919-.303 1.089-.54 0 .136.034.371.069.439h.919c-.034-.202-.102-.54-.102-.977v-2.393h-.92v2.258c-.068.067-.34.438-.715.438-.34 0-.443-.169-.443-.505v-2.19h-.919v.033zm3.78-1.618v4.785c.17.068.613.27 1.397.27 1.021 0 1.805-.64 1.805-1.786 0-1.18-.579-1.752-1.465-1.752-.374 0-.681.202-.817.337v-1.854h-.92zm.954 2.494c.068-.067.272-.27.579-.27.511 0 .715.371.715 1.011 0 .708-.307 1.079-.817 1.079-.273 0-.409-.068-.477-.068v-1.752zm3.814-2.494h-.919v4.988h.919v-4.988zm1.873 1.618h-.953v3.37h.953v-3.37zm.103-1.011c0-.303-.239-.54-.579-.54-.341 0-.579.237-.579.54 0 .303.238.54.579.54.34.033.579-.237.579-.54zm3.439 4.145l-.272-.607c-.102.068-.341.202-.749.202-.579 0-.852-.471-.852-1.078 0-.606.273-1.045.818-1.045.34 0 .545.101.715.203l.306-.64c-.17-.102-.476-.27-1.055-.27-1.022 0-1.805.64-1.805 1.786 0 1.044.681 1.752 1.77 1.752.648 0 .954-.202 1.124-.303zm4.905.236v-.775h-1.737v-3.808h-.988v4.616h2.725v-.033zm1.498-3.37h-.953v3.37h.953v-3.37zm.102-1.011c0-.303-.238-.54-.579-.54-.34 0-.579.237-.579.54 0 .303.239.54.579.54.341.033.579-.237.579-.54zm.784-.607v4.785c.17.068.613.27 1.396.27 1.022 0 1.805-.64 1.805-1.786 0-1.18-.579-1.752-1.464-1.752-.375 0-.682.202-.818.337v-1.854h-.919zm.953 2.494c.068-.067.273-.27.579-.27.511 0 .715.371.715 1.011 0 .708-.306 1.079-.817 1.079-.272 0-.409-.068-.477-.068v-1.752zm5.075-.876c-.068-.034-.204-.101-.477-.101-.443 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .306.034.34.068l.239-.775zm3.133 3.37c-.034-.203-.102-.54-.102-1.011v-1.213c0-.91-.443-1.247-1.362-1.247-.716 0-1.192.303-1.397.471l.409.573c.136-.1.443-.303.885-.303.443 0 .545.169.545.472v.202h-.136c-.919 0-1.805.303-1.805 1.213 0 .607.443.944 1.022.944.477 0 .817-.27.953-.438 0 .1.035.27.069.37h.919v-.033zm-1.022-.91c-.102.1-.306.303-.613.303-.204 0-.408-.101-.408-.337 0-.404.374-.54.919-.54h.136v.574h-.034zm3.951-2.46c-.068-.034-.204-.101-.477-.101-.442 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .307.034.341.068l.238-.775zm1.396 3.302l-.136.337c-.136.37-.306.607-.783.607-.204 0-.273-.034-.341-.034l-.136.741c.068.034.238.068.511.068.919 0 1.294-.472 1.601-1.247l1.396-3.74h-.954l-.681 2.224h-.034l-.749-2.225h-.988l1.294 3.27zM55.275 46.374l3.541 3.539 1.84-1.82-3.576-3.505 2.928-2.898-1.839-1.785-8.31 8.222 8.378 8.256 1.84-1.786-6.573-6.47 1.77-1.753zM.613 41.693l6.54 6.436-1.772 1.718-3.542-3.504L0 48.129l3.576 3.538-2.997 2.965 1.84 1.786 8.343-8.29-8.344-8.255-1.805 1.82zM16.075 56.992L30.31 71.077l14.27-14.12 1.805-1.785L30.345 39.3l-1.805 1.786 14.202 14.086-12.431 12.3-14.202-14.086h-.034L4.802 64.54l1.839 1.82 9.434-9.368z"})),Ka||(Ka=d.createElement("path",{d:"M30.31 74.513L16.072 60.427l-8.14 8.088L9.74 70.3l6.334-6.268 1.737 1.718-5.892 5.83 1.805 1.786 5.892-5.83 1.737 1.719-4.836 4.785 1.84 1.82 4.835-4.785 1.737 1.718-2.997 2.966 1.84 1.786 2.962-2.966 3.576 3.538 3.576-3.504 2.963 2.965 1.84-1.82-2.998-2.965 1.771-1.718 4.837 4.785 1.805-1.82-4.837-4.785 1.737-1.719 5.892 5.83 1.84-1.786-5.892-5.83 1.702-1.718L50.88 70.3l1.84-1.82-6.336-6.268 1.737-1.718 5.892 5.83 1.805-1.82-6.845-6.774-.852-.842L30.31 74.513zM48.136 49.83l-1.83 1.81L56.42 61.649l1.83-1.81L48.136 49.83z"})),Za||(Za=d.createElement("path",{d:"M28.709 62.417l1.6 1.617 8.958-8.862-1.805-1.786-12.431-12.3 5.313-5.223 14.202 14.052h.034l13.725-13.58-1.805-1.82L44.58 46.31 30.344 32.224l-8.957 8.862 14.236 14.086-5.313 5.257-12.397-12.3-1.84-1.786L2.315 59.957l1.84 1.786 11.92-11.794 12.635 12.468zM4.18 34.547l-1.83 1.811 10.186 10.08 1.83-1.811L4.18 34.547z"})),$a||($a=d.createElement("path",{d:"M30.347 21.744l14.236 14.085 8.106-8.02-1.806-1.82-6.3 6.235-1.737-1.719 5.858-5.762-1.84-1.82-5.823 5.796L39.27 27l4.768-4.717-1.805-1.82-4.768 4.718-1.737-1.719 2.929-2.898-1.84-1.786-2.928 2.864-1.737-1.718h.034l-1.84-1.786-3.575 3.538-2.895-2.898-1.84 1.786 2.93 2.898-1.737 1.719-4.734-4.65-1.805 1.785L21.39 27l-1.737 1.719-5.858-5.796-1.805 1.82 5.858 5.762-1.771 1.719-6.3-6.234-1.806 1.82 6.3 6.233-1.736 1.719-5.892-5.796-1.805 1.786 7.697 7.616 17.812-17.624z"})),en||(en=d.createElement("path",{d:"M30.347 25.179L14.27 41.084l1.805 1.786 14.236 14.086 1.84-1.786-14.236-14.086 12.43-12.3L44.584 42.87l11.205-11.086-1.84-1.786-9.365 9.267-14.236-14.086zM77.683 8.128c0-1.82-1.226-2.46-2.554-3.066-1.056-.472-1.84-.708-1.84-1.483 0-.674.512-1.01 1.33-1.01.85 0 1.6.37 1.94.606l.852-1.45c-.409-.302-1.294-.808-2.895-.808-1.771 0-3.201 1.045-3.201 2.73 0 1.583.92 2.325 2.111 2.931 1.158.573 2.214.809 2.214 1.685 0 .64-.58 1.146-1.567 1.146a3.338 3.338 0 01-2.111-.741l-.886 1.449c.443.336 1.465.977 3.065.977 2.214-.068 3.542-1.18 3.542-2.966zm6.676 2.258l-.613-1.314c-.239.135-.716.438-1.567.438-1.226 0-1.805-.977-1.805-2.291 0-1.315.613-2.224 1.77-2.224.716 0 1.193.235 1.5.438l.646-1.348c-.34-.236-1.055-.573-2.213-.573-2.18 0-3.815 1.348-3.815 3.774 0 2.224 1.43 3.74 3.747 3.74 1.362 0 2.009-.404 2.35-.64zm7.288.472V5.837c0-1.314-.58-2.325-2.18-2.325-1.192 0-1.873.64-2.248 1.044V.276h-1.975v10.582h1.975V6.039c.137-.202.716-.91 1.499-.91.715 0 .953.371.953 1.079v4.65h1.976zm8.276-3.606c0-1.853-1.158-3.706-3.678-3.706s-3.61 1.954-3.61 3.774c0 1.853 1.09 3.74 3.61 3.74 2.554-.034 3.678-2.022 3.678-3.808zm-2.112.034c0 1.348-.408 2.258-1.532 2.258s-1.567-.978-1.567-2.325c0-1.348.375-2.258 1.499-2.258s1.6 1.01 1.6 2.325zm9.094-2.628c-.273-.674-.818-1.146-1.874-1.146-1.158 0-1.805.64-2.179 1.044V3.68h-1.942v7.178h1.976V6.039c.136-.202.613-.876 1.362-.876.579 0 .852.37.852 1.078v4.617h1.975V5.972c.272-.337.715-.809 1.362-.809.647 0 .852.37.852 1.078v4.617h1.975V5.837c0-1.314-.545-2.325-2.078-2.325-1.021 0-1.702.472-2.281 1.146zm5.721-4.381v10.177c.341.168 1.328.572 2.963.572 2.18 0 3.849-1.381 3.849-3.807 0-2.46-1.26-3.707-3.065-3.707a2.54 2.54 0 00-1.771.741V.277h-1.976zm1.976 5.324c.136-.135.579-.54 1.226-.54 1.055 0 1.532.81 1.532 2.158 0 1.482-.647 2.291-1.771 2.291-.545 0-.851-.135-.987-.168v-3.74zm5.823-1.887v5.021c0 1.314.579 2.325 2.18 2.325a2.83 2.83 0 002.316-1.146c0 .304.102.775.136.944h1.941c-.102-.438-.204-1.146-.204-2.056V3.714h-1.975v4.785c-.136.169-.715.91-1.499.91-.715 0-.953-.37-.953-1.078V3.714h-1.942zm12.738 0c-.17-.101-.443-.202-.988-.202-.919 0-1.532.606-1.839 1.146V3.68h-1.975v7.178h1.975V6.342c.17-.337.681-1.078 1.567-1.078.408 0 .647.101.749.169l.511-1.719zm4.7 0c-.375-.135-.818-.168-1.294-.168-2.01 0-3.202 1.044-3.202 2.594 0 .944.477 1.685 1.294 2.157-.442.236-.817.674-.817 1.348 0 .505.238.842.647 1.078-.715.37-1.226.944-1.226 1.752 0 1.28 1.192 1.921 3.167 1.921 2.384 0 3.951-1.078 3.951-2.595 0-2.123-1.907-2.123-3.406-2.19-1.055-.067-1.464-.135-1.464-.505 0-.203.136-.337.272-.438.273.033.545.067.852.067 2.009 0 3.133-1.045 3.133-2.595 0-.404-.102-.808-.272-1.145h.953V3.714h-2.588zm-1.26 3.74c-.818 0-1.294-.505-1.294-1.314 0-.842.476-1.314 1.294-1.314.817 0 1.294.472 1.294 1.314 0 .809-.477 1.314-1.294 1.314zm-.852 3.64c.307.034.647.067.988.1 1.056.068 1.737.035 1.737.81 0 .606-.681 1.044-1.873 1.044-1.022 0-1.397-.404-1.397-.977-.034-.404.171-.741.545-.977zm15.939-1.079l-.851-1.449c-.511.371-1.158.742-2.248.742-1.941 0-2.895-1.55-2.895-3.404 0-1.82.988-3.268 2.861-3.268.919 0 1.532.236 2.077.573l.92-1.517c-.783-.505-1.669-.775-2.963-.775-3.338 0-5.109 2.393-5.109 5.055s1.703 5.088 5.075 5.088c1.464-.034 2.656-.607 3.133-1.045zm2.248-2.291h4.598c.238-2.662-.852-4.212-3.134-4.212-2.009 0-3.576 1.449-3.576 3.707 0 2.291 1.363 3.807 3.781 3.807 1.498 0 2.213-.438 2.69-.674l-.647-1.28c-.34.168-.919.505-1.873.505-1.192 0-1.737-.74-1.839-1.853zm0-1.314c.136-.944.613-1.483 1.43-1.483.92 0 1.226.674 1.26 1.483h-2.69zm12.158 4.448V5.837c0-1.314-.579-2.325-2.179-2.325-1.192 0-1.907.64-2.316 1.078v-.91h-1.941v7.178h1.975V6.039c.136-.202.715-.91 1.498-.91.716 0 .954.371.954 1.079v4.65h2.009zm1.976-5.695v3.64c0 1.381.579 2.223 2.282 2.223.919 0 1.532-.236 1.805-.404l-.477-1.449c-.136.101-.511.27-.954.27-.545 0-.715-.304-.715-1.011V5.163h1.703V3.714h-1.703v-2.09h-1.975v2.09h-1.158v1.449h1.192zm6.403 2.561h4.597c.239-2.662-.851-4.212-3.133-4.212-2.009 0-3.576 1.449-3.576 3.707 0 2.291 1.362 3.807 3.78 3.807 1.499 0 2.214-.438 2.691-.674l-.647-1.28c-.341.168-.92.505-1.873.505-1.192 0-1.771-.74-1.839-1.853zm0-1.314c.136-.944.613-1.483 1.43-1.483.92 0 1.226.674 1.26 1.483h-2.69zm10.523-2.696c-.17-.101-.442-.202-.987-.202-.92 0-1.499.606-1.839 1.146V3.68h-1.942v7.178h1.976V6.342c.17-.337.681-1.078 1.566-1.078.409 0 .647.101.749.169l.477-1.719z"})))},logo_schomburg_circle_black:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,fn);return d.createElement("svg",gn({viewBox:"0 0 67 67",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,rn||(rn=d.createElement("path",{d:"M60.907 31.366l3.903 3.89 2.026-2-3.94-3.854 3.227-3.187-2.026-1.964-9.157 9.042 9.232 9.079 2.026-1.964-7.242-7.115 1.951-1.927zM.675 26.216l7.206 7.078-1.952 1.89-3.903-3.854L0 33.294l3.94 3.89-3.302 3.262 2.026 1.964 9.194-9.116-9.194-9.08-1.989 2.002zM17.714 43.04l15.687 15.49 15.723-15.527 1.99-1.964-17.676-17.454-1.989 1.964 15.649 15.49-13.697 13.526-15.65-15.49h-.037L5.293 51.34l2.026 2.001L17.714 43.04z"})),an||(an=d.createElement("path",{d:"M33.397 62.312l-15.686-15.49-8.969 8.893 1.99 1.964 6.98-6.892 1.913 1.89-6.492 6.41 1.989 1.965 6.492-6.411 1.914 1.89-5.329 5.262 2.026 2.001 5.33-5.262 1.913 1.89-3.302 3.26 2.026 1.965 3.265-3.261 3.94 3.89 3.94-3.853 3.266 3.26 2.026-2-3.302-3.261 1.951-1.89 5.329 5.262 1.989-2.001-5.329-5.262 1.914-1.89 6.492 6.41 2.026-1.963-6.492-6.411 1.877-1.89 6.98 6.892 2.026-2-6.98-6.893 1.914-1.89 6.492 6.41 1.99-2-7.544-7.45-.938-.926-19.627 19.382zM53.041 35.163l-2.017 1.991L62.17 48.16l2.017-1.992L53.04 35.163z"})),nn||(nn=d.createElement("path",{d:"M31.635 49.008l1.764 1.779 9.87-9.746-1.99-1.964L27.582 25.55l5.854-5.744 15.65 15.454h.037l15.123-14.935-1.989-2-13.134 12.97-15.687-15.49-9.87 9.745 15.687 15.49-5.854 5.782-13.66-13.527-2.026-1.964L2.552 46.303l2.026 1.964 13.135-12.97 13.922 13.711zM4.603 18.36l-2.017 1.992L13.81 31.436l2.017-1.991L4.603 18.36z"})),cn||(cn=d.createElement("path",{d:"M33.437 4.278l15.686 15.49 8.931-8.82-1.989-2-6.942 6.855-1.914-1.89 6.455-6.336-2.027-2.002-6.417 6.374-1.951-1.89 5.254-5.188-1.99-2-5.253 5.187-1.914-1.89 3.227-3.187-2.026-1.964-3.227 3.15-1.914-1.89h.037L33.437.313l-3.94 3.891-3.19-3.187-2.027 1.964 3.227 3.187-1.913 1.89-5.217-5.114-1.988 1.964 5.178 5.151-1.914 1.89L15.2 5.575l-1.99 2.002 6.455 6.337-1.951 1.89-6.943-6.856-1.988 2 6.942 6.857-1.914 1.89-6.492-6.375-1.989 1.965 8.481 8.375L33.437 4.278z"})),on||(on=d.createElement("path",{d:"M33.436 8.057L15.724 25.548l1.989 1.964 15.686 15.49 2.026-1.964-15.686-15.49 13.697-13.526 15.687 15.49L61.469 15.32l-2.026-1.964-10.32 10.191-15.687-15.49z"})))},logo_schomburg_circle_color:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,En);return d.createElement("svg",On({viewBox:"0 0 67 67",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,dn||(dn=d.createElement("path",{d:"M60.907 31.366l3.903 3.89 2.026-2-3.94-3.854 3.227-3.187-2.026-1.964-9.157 9.042 9.232 9.079 2.026-1.964-7.242-7.115 1.951-1.927zM.675 26.216l7.206 7.078-1.952 1.89-3.903-3.854L0 33.294l3.94 3.89-3.302 3.262 2.026 1.964 9.194-9.116-9.194-9.08-1.989 2.002zM17.714 43.04l15.687 15.49 15.723-15.527 1.99-1.964-17.676-17.454-1.989 1.964 15.649 15.49-13.697 13.526-15.65-15.49h-.037L5.293 51.34l2.026 2.001L17.714 43.04z",fill:"#C54B38"})),mn||(mn=d.createElement("path",{d:"M33.397 62.312l-15.686-15.49-8.969 8.893 1.99 1.964 6.98-6.892 1.913 1.89-6.492 6.41 1.989 1.965 6.492-6.411 1.914 1.89-5.329 5.262 2.026 2.001 5.33-5.262 1.913 1.89-3.302 3.26 2.026 1.965 3.265-3.261 3.94 3.89 3.94-3.853 3.266 3.26 2.026-2-3.302-3.261 1.951-1.89 5.329 5.262 1.989-2.001-5.329-5.262 1.914-1.89 6.492 6.41 2.026-1.963-6.492-6.411 1.877-1.89 6.98 6.892 2.026-2-6.98-6.893 1.914-1.89 6.492 6.41 1.99-2-7.544-7.45-.938-.926-19.627 19.382zM53.041 35.163l-2.017 1.991L62.17 48.16l2.017-1.992L53.04 35.163z",fill:"#C54B38"})),pn||(pn=d.createElement("path",{d:"M31.635 49.008l1.764 1.779 9.87-9.746-1.99-1.964L27.582 25.55l5.854-5.744 15.65 15.454h.037l15.123-14.935-1.989-2-13.134 12.97-15.687-15.49-9.87 9.745 15.687 15.49-5.854 5.782-13.66-13.527-2.026-1.964L2.552 46.303l2.026 1.964 13.135-12.97 13.922 13.711zM4.603 18.36l-2.017 1.992L13.81 31.436l2.017-1.991L4.603 18.36z",fill:"#C54B38"})),vn||(vn=d.createElement("path",{d:"M33.437 4.278l15.686 15.49 8.931-8.82-1.989-2-6.942 6.855-1.914-1.89 6.455-6.336-2.027-2.002-6.417 6.374-1.951-1.89 5.254-5.188-1.99-2-5.253 5.187-1.914-1.89 3.227-3.187-2.026-1.964-3.227 3.15-1.914-1.89h.037L33.437.313l-3.94 3.891-3.19-3.187-2.027 1.964 3.227 3.187-1.913 1.89-5.217-5.114-1.988 1.964 5.178 5.151-1.914 1.89L15.2 5.575l-1.99 2.002 6.455 6.337-1.951 1.89-6.943-6.856-1.988 2 6.942 6.857-1.914 1.89-6.492-6.375-1.989 1.965 8.481 8.375L33.437 4.278z",fill:"#C54B38"})),un||(un=d.createElement("path",{d:"M33.436 8.057L15.724 25.548l1.989 1.964 15.686 15.49 2.026-1.964-15.686-15.49 13.697-13.526 15.687 15.49L61.469 15.32l-2.026-1.964-10.32 10.191-15.687-15.49z",fill:"#C54B38"})))},logo_schomburg_circle_white:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Bn);return d.createElement("svg",Ln({viewBox:"0 0 67 67",fill:"#fff",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,bn||(bn=d.createElement("path",{d:"M60.907 31.366l3.903 3.89 2.026-2-3.94-3.854 3.227-3.187-2.026-1.964-9.157 9.042 9.232 9.079 2.026-1.964-7.242-7.115 1.951-1.927zM.675 26.216l7.206 7.078-1.952 1.89-3.903-3.854L0 33.294l3.94 3.89-3.302 3.262 2.026 1.964 9.194-9.116-9.194-9.08-1.989 2.002zM17.714 43.04l15.687 15.49 15.723-15.527 1.99-1.964-17.676-17.454-1.989 1.964 15.649 15.49-13.697 13.526-15.65-15.49h-.037L5.293 51.34l2.026 2.001L17.714 43.04z"})),yn||(yn=d.createElement("path",{d:"M33.397 62.312l-15.686-15.49-8.969 8.893 1.99 1.964 6.98-6.892 1.913 1.89-6.492 6.41 1.989 1.965 6.492-6.411 1.914 1.89-5.329 5.262 2.026 2.001 5.33-5.262 1.913 1.89-3.302 3.26 2.026 1.965 3.265-3.261 3.94 3.89 3.94-3.853 3.266 3.26 2.026-2-3.302-3.261 1.951-1.89 5.329 5.262 1.989-2.001-5.329-5.262 1.914-1.89 6.492 6.41 2.026-1.963-6.492-6.411 1.877-1.89 6.98 6.892 2.026-2-6.98-6.893 1.914-1.89 6.492 6.41 1.99-2-7.544-7.45-.938-.926-19.627 19.382zM53.041 35.163l-2.017 1.991L62.17 48.16l2.017-1.992L53.04 35.163z"})),zn||(zn=d.createElement("path",{d:"M31.635 49.008l1.764 1.779 9.87-9.746-1.99-1.964L27.582 25.55l5.854-5.744 15.65 15.454h.037l15.123-14.935-1.989-2-13.134 12.97-15.687-15.49-9.87 9.745 15.687 15.49-5.854 5.782-13.66-13.527-2.026-1.964L2.552 46.303l2.026 1.964 13.135-12.97 13.922 13.711zM4.603 18.36l-2.017 1.992L13.81 31.436l2.017-1.991L4.603 18.36z"})),xn||(xn=d.createElement("path",{d:"M33.437 4.278l15.686 15.49 8.931-8.82-1.989-2-6.942 6.855-1.914-1.89 6.455-6.336-2.027-2.002-6.417 6.374-1.951-1.89 5.254-5.188-1.99-2-5.253 5.187-1.914-1.89 3.227-3.187-2.026-1.964-3.227 3.15-1.914-1.89h.037L33.437.313l-3.94 3.891-3.19-3.187-2.027 1.964 3.227 3.187-1.913 1.89-5.217-5.114-1.988 1.964 5.178 5.151-1.914 1.89L15.2 5.575l-1.99 2.002 6.455 6.337-1.951 1.89-6.943-6.856-1.988 2 6.942 6.857-1.914 1.89-6.492-6.375-1.989 1.965 8.481 8.375L33.437 4.278z"})),wn||(wn=d.createElement("path",{d:"M33.436 8.057L15.724 25.548l1.989 1.964 15.686 15.49 2.026-1.964-15.686-15.49 13.697-13.526 15.687 15.49L61.469 15.32l-2.026-1.964-10.32 10.191-15.687-15.49z"})))},logo_schomburg_color:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Fn);return d.createElement("svg",Dn({viewBox:"0 0 185 79",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Mn||(Mn=d.createElement("path",{d:"M72.306 33.437a.607.607 0 100-1.213c-.306 0-.613.27-.613.606.034.337.307.607.613.607zm-.374 8.728h.817v-7.212h-.817v7.212zm2.758 0h.784v-5.257c.442-.674 1.328-1.416 2.248-1.416 1.09 0 1.498.674 1.498 1.72v4.953h.783v-5.122c0-1.315-.613-2.258-2.111-2.258-1.022 0-1.873.606-2.418 1.314v-1.146h-.784v7.212zm9.707 0h2.316c2.316 0 3.78-.81 3.78-2.797 0-1.45-1.056-2.292-2.316-2.528v-.033c1.124-.27 1.873-1.045 1.873-2.224 0-1.786-1.294-2.494-3.303-2.494H84.43v10.076h-.034zm.817-.708v-4.246h1.533c1.975 0 2.895.809 2.895 2.19 0 1.45-.954 2.09-2.93 2.09h-1.498v-.034zm0-4.954v-3.706h1.43c1.703 0 2.555.539 2.555 1.82 0 1.246-.817 1.886-2.554 1.886h-1.43zm6.948 5.662h.783V31.28h-.783v10.885zm4.632.168a2.87 2.87 0 002.213-1.078c0 .27.069.674.103.91h.783c-.102-.304-.17-.843-.17-1.45v-3.639c0-1.55-.852-2.291-2.35-2.291-.954 0-1.737.303-2.384.91l.442.539c.613-.573 1.192-.775 1.908-.775 1.09 0 1.6.539 1.6 1.718v.81h-.34c-1.703 0-3.849.538-3.849 2.459 0 1.146.818 1.887 2.044 1.887zm.102-.674c-.647 0-1.328-.438-1.328-1.213 0-1.348 1.396-1.82 3.03-1.82h.341v1.921c-.51.708-1.226 1.112-2.043 1.112zm7.458.674c1.09 0 1.874-.404 2.248-.741l-.34-.607c-.307.303-1.022.64-1.873.64-1.635 0-2.35-1.516-2.35-3.133 0-1.652.749-3.067 2.35-3.067.817 0 1.362.303 1.77.64l.409-.572c-.408-.337-1.09-.742-2.179-.742-1.874 0-3.202 1.483-3.202 3.774.034 1.955 1.09 3.808 3.167 3.808zm7.936-.168h.987l-3.405-4.044 3.235-3.168h-.987l-3.202 3.168 3.372 4.044zm-4.223 0h.783V31.28h-.783v10.885zm13.589.168c1.328 0 2.384-.438 2.997-1.01l-.409-.607c-.613.539-1.464.876-2.554.876-2.589 0-4.053-2.157-4.053-4.55 0-2.358 1.464-4.481 4.019-4.481.953 0 1.702.27 2.316.674l.442-.64c-.715-.472-1.566-.742-2.724-.742-3.065 0-4.905 2.46-4.905 5.19 0 2.83 1.805 5.29 4.871 5.29zm6.709 0c1.226 0 2.077-.809 2.418-1.348 0 .405.068.944.102 1.18h.818c-.069-.27-.137-.81-.137-1.382v-5.83h-.783v5.223c-.238.438-1.158 1.45-2.248 1.45-1.124 0-1.498-.674-1.498-1.753v-4.92h-.784v5.089c0 1.314.579 2.291 2.112 2.291zm5.756-.168h.783V31.28h-.783v10.885zm5.245.168c.681 0 1.192-.27 1.396-.438l-.307-.607c-.136.102-.579.337-1.021.337-.647 0-.886-.404-.886-1.145v-4.92h1.873v-.64h-1.873v-2.056h-.783v2.056h-1.226v.64h1.226v4.953c0 1.18.511 1.82 1.601 1.82zm5.006 0c1.226 0 2.077-.809 2.418-1.348 0 .405.068.944.102 1.18h.818c-.069-.27-.137-.81-.137-1.382v-5.83h-.783v5.223c-.238.438-1.158 1.45-2.248 1.45-1.124 0-1.498-.674-1.498-1.753v-4.92h-.784v5.089c0 1.314.579 2.291 2.112 2.291zm5.756-.168h.783v-5.021c.204-.438.851-1.618 1.873-1.618.307 0 .477.068.613.101l.205-.741c-.137-.034-.375-.135-.716-.135-1.021 0-1.669.91-1.941 1.415V34.92h-.783v7.245h-.034zm7.356.168c1.192 0 2.009-.404 2.486-.741l-.34-.607a3.708 3.708 0 01-2.112.674c-1.737 0-2.452-1.516-2.452-3.167v-.169h5.04v-.404c0-1.854-1.021-3.134-2.758-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.055 1.021 3.841 3.269 3.841zm-2.384-4.65c.204-1.247.954-2.224 2.214-2.224 1.396 0 1.975 1.112 1.975 2.224H155.1zM72.1 26.53h.783v-6.572h1.907v-.64h-1.907v-1.146c0-1.314.545-1.988 1.67-1.988.442 0 .748.101.919.202l.204-.707c-.204-.102-.579-.203-1.124-.203-1.6 0-2.452.977-2.452 2.629v1.213h-1.26v.64h1.26v6.571zm6.777.168c2.282 0 3.338-1.989 3.338-3.808 0-1.786-1.056-3.74-3.338-3.74-2.281 0-3.27 1.954-3.27 3.774s.989 3.774 3.27 3.774zm.035-.674c-1.67 0-2.453-1.483-2.453-3.134 0-1.618.75-3.067 2.418-3.067 1.67 0 2.555 1.483 2.555 3.1-.034 1.652-.852 3.1-2.52 3.1zm4.836.505h.783v-5.02c.204-.439.851-1.618 1.873-1.618.307 0 .477.067.613.1l.205-.74c-.137-.034-.375-.135-.716-.135-1.022 0-1.668.876-1.941 1.415v-1.247h-.783v7.245h-.034zm8.446 0h.851v-4.886h.273c.613 0 .783.101 1.805 1.483l2.486 3.403h1.022l-2.827-3.808c-.579-.741-.783-1.01-.988-1.112h.136c1.772-.067 2.998-.91 2.998-2.56 0-1.686-1.26-2.596-3.304-2.596h-2.418V26.53h-.034zm.817-5.56v-3.808h1.465c1.668 0 2.554.64 2.554 1.887 0 1.247-.851 1.921-2.486 1.921H93.01zm9.604 5.729c1.192 0 2.01-.405 2.487-.742l-.341-.606a3.707 3.707 0 01-2.111.674c-1.737 0-2.453-1.517-2.453-3.168v-.168h5.041v-.405c0-1.853-1.022-3.134-2.759-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.09 1.056 3.842 3.269 3.842zm-2.384-4.65c.205-1.247.954-2.225 2.214-2.225 1.397 0 1.941 1.112 1.975 2.224h-4.189zm8.447 4.683c1.498 0 2.452-.775 2.452-2.022 0-1.179-1.022-1.684-2.146-2.19-.851-.37-1.566-.674-1.566-1.516 0-.708.476-1.18 1.362-1.18a2.71 2.71 0 011.669.573l.408-.573c-.34-.27-1.055-.674-2.077-.674-1.362 0-2.146.81-2.146 1.887 0 1.18.92 1.685 2.01 2.157.987.438 1.668.775 1.668 1.584 0 .775-.647 1.247-1.634 1.247-.784 0-1.533-.337-1.873-.607l-.341.607c.443.337 1.26.707 2.214.707zm7.016-.033c1.192 0 2.009-.405 2.486-.742l-.341-.606a3.707 3.707 0 01-2.111.674c-1.737 0-2.453-1.517-2.453-3.168v-.168h5.041v-.405c0-1.853-1.022-3.134-2.759-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.09 1.056 3.842 3.27 3.842zm-2.385-4.65c.205-1.247.954-2.225 2.214-2.225 1.397 0 1.941 1.112 1.976 2.224h-4.19zm8.379 4.65a2.87 2.87 0 002.213-1.079c0 .27.068.674.103.91h.783c-.102-.303-.136-.842-.136-1.449v-3.64c0-1.55-.852-2.29-2.35-2.29-.954 0-1.737.303-2.384.91l.442.538c.613-.572 1.192-.775 1.908-.775 1.089 0 1.6.54 1.6 1.719v.809h-.34c-1.703 0-3.849.539-3.849 2.46-.034 1.145.784 1.887 2.01 1.887zm.102-.674c-.647 0-1.328-.438-1.328-1.213 0-1.348 1.396-1.82 3.031-1.82h.34v1.92c-.545.708-1.226 1.113-2.043 1.113zm5.313.505h.783v-5.02c.204-.439.851-1.618 1.873-1.618.307 0 .477.067.613.1l.205-.74c-.137-.034-.375-.135-.716-.135-1.021 0-1.668.876-1.941 1.415v-1.247h-.817v7.245zm7.186.169c1.09 0 1.873-.405 2.248-.742l-.341-.606c-.306.303-1.022.64-1.873.64-1.635 0-2.35-1.516-2.35-3.134 0-1.651.749-3.066 2.35-3.066.817 0 1.362.303 1.771.64l.409-.573c-.409-.337-1.09-.741-2.18-.741-1.873 0-3.201 1.482-3.201 3.774.034 1.954 1.055 3.808 3.167 3.808zm3.985-.169h.783v-5.257c.272-.404 1.158-1.415 2.248-1.415 1.09 0 1.498.674 1.498 1.719v4.953h.784v-5.122c0-1.314-.613-2.258-2.112-2.258-1.226 0-2.078.81-2.418 1.315v-4.82h-.783V26.53zM74.452 48.769v-.809h-3.576v.809h1.294v3.808h.988v-3.808h1.294zm3.44 3.808v-2.36c0-.606-.273-1.078-1.022-1.078a1.36 1.36 0 00-1.056.506v-2.022h-.92v4.987h.92v-2.325c.068-.1.34-.438.716-.438.34 0 .442.169.442.506v2.19h.92v.034zm1.532-1.483h2.18c.102-1.247-.409-1.988-1.464-1.988-.954 0-1.703.674-1.703 1.752 0 1.078.647 1.786 1.77 1.786.716 0 1.056-.202 1.26-.337l-.306-.607c-.17.068-.442.236-.885.236-.545.034-.817-.337-.852-.842zm0-.64c.069-.438.273-.708.681-.708.443 0 .58.303.58.708h-1.26zm8.48 2.123V47.96h-.885v2.426c0 .37.034.708.034.742 0 0-.204-.371-.477-.775l-1.668-2.393h-1.056v4.617h.885v-2.629c0-.303-.034-.606-.034-.606s.17.337.443.707l1.805 2.561h.954v-.033zm1.567-1.483h2.18c.102-1.247-.409-1.988-1.465-1.988-.953 0-1.702.674-1.702 1.752 0 1.078.647 1.786 1.77 1.786.716 0 1.056-.202 1.26-.337l-.306-.607c-.17.068-.442.236-.885.236-.545.034-.818-.337-.852-.842zm0-.64c.069-.438.273-.708.681-.708.443 0 .58.303.58.708h-1.26zm7.425-1.247h-.92l-.545 2.157-.579-2.157h-.851l-.579 2.157-.51-2.157h-.989l.954 3.37h.852l.715-2.258.715 2.258h.851l.886-3.37zm5.551-1.247h-.953l-.988 1.954-.988-1.954h-1.09l1.533 2.864v1.753h.988v-1.753l1.498-2.864zm3.031 2.898c0-.876-.545-1.752-1.737-1.752-1.192 0-1.702.91-1.702 1.786s.51 1.752 1.702 1.752c1.226 0 1.737-.944 1.737-1.786zm-.987.034c0 .64-.205 1.044-.716 1.044-.51 0-.749-.471-.749-1.078 0-.606.17-1.078.715-1.078.511 0 .75.471.75 1.112zm3.78-1.685a.974.974 0 00-.477-.101c-.443 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .307.034.341.068l.238-.775zm1.328 1.718l1.09 1.652h1.09l-1.294-1.854 1.26-1.516h-1.022l-1.124 1.348v-2.966h-.919v4.988h.919v-1.652zm7.561-1.516c0-.977-.783-1.449-1.771-1.449h-1.533v4.617h.988v-1.652h.443c1.158 0 1.873-.505 1.873-1.516zm-.988 0c0 .505-.272.775-.885.775h-.443v-1.483h.477c.613 0 .851.27.851.708zm1.465-.202v2.359c0 .606.272 1.078 1.022 1.078.579 0 .919-.303 1.089-.54 0 .136.034.371.069.439h.919c-.034-.202-.102-.54-.102-.977v-2.393h-.92v2.258c-.068.067-.34.438-.715.438-.34 0-.443-.169-.443-.505v-2.19h-.919v.033zm3.78-1.618v4.785c.17.068.613.27 1.397.27 1.021 0 1.805-.64 1.805-1.786 0-1.18-.579-1.752-1.465-1.752-.374 0-.681.202-.817.337v-1.854h-.92zm.954 2.494c.068-.067.272-.27.579-.27.511 0 .715.371.715 1.011 0 .708-.307 1.079-.817 1.079-.273 0-.409-.068-.477-.068v-1.752zm3.814-2.494h-.919v4.988h.919v-4.988zm1.873 1.618h-.953v3.37h.953v-3.37zm.103-1.011c0-.303-.239-.54-.579-.54-.341 0-.579.237-.579.54 0 .303.238.54.579.54.34.033.579-.237.579-.54zm3.439 4.145l-.272-.607c-.102.068-.341.202-.749.202-.579 0-.852-.471-.852-1.078 0-.606.273-1.045.818-1.045.34 0 .545.101.715.203l.306-.64c-.17-.102-.476-.27-1.055-.27-1.022 0-1.805.64-1.805 1.786 0 1.044.681 1.752 1.77 1.752.648 0 .954-.202 1.124-.303zm4.905.236v-.775h-1.737v-3.808h-.988v4.616h2.725v-.033zm1.498-3.37h-.953v3.37h.953v-3.37zm.102-1.011c0-.303-.238-.54-.579-.54-.34 0-.579.237-.579.54 0 .303.239.54.579.54.341.033.579-.237.579-.54zm.784-.607v4.785c.17.068.613.27 1.396.27 1.022 0 1.805-.64 1.805-1.786 0-1.18-.579-1.752-1.464-1.752-.375 0-.682.202-.818.337v-1.854h-.919zm.953 2.494c.068-.067.273-.27.579-.27.511 0 .715.371.715 1.011 0 .708-.306 1.079-.817 1.079-.272 0-.409-.068-.477-.068v-1.752zm5.075-.876c-.068-.034-.204-.101-.477-.101-.443 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .306.034.34.068l.239-.775zm3.133 3.37c-.034-.203-.102-.54-.102-1.011v-1.213c0-.91-.443-1.247-1.362-1.247-.716 0-1.192.303-1.397.471l.409.573c.136-.1.443-.303.885-.303.443 0 .545.169.545.472v.202h-.136c-.919 0-1.805.303-1.805 1.213 0 .607.443.944 1.022.944.477 0 .817-.27.953-.438 0 .1.035.27.069.37h.919v-.033zm-1.022-.91c-.102.1-.306.303-.613.303-.204 0-.408-.101-.408-.337 0-.404.374-.54.919-.54h.136v.574h-.034zm3.951-2.46c-.068-.034-.204-.101-.477-.101-.442 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .307.034.341.068l.238-.775zm1.396 3.302l-.136.337c-.136.37-.306.607-.783.607-.204 0-.273-.034-.341-.034l-.136.741c.068.034.238.068.511.068.919 0 1.294-.472 1.601-1.247l1.396-3.74h-.954l-.681 2.224h-.034l-.749-2.225h-.988l1.294 3.27z",fill:"#010101"})),Sn||(Sn=d.createElement("path",{d:"M55.275 46.374l3.541 3.539 1.84-1.82-3.576-3.505 2.928-2.898-1.839-1.785-8.31 8.222 8.378 8.256 1.84-1.786-6.573-6.47 1.77-1.753zM.613 41.693l6.54 6.436-1.772 1.718-3.542-3.504L0 48.129l3.576 3.538-2.997 2.965 1.84 1.786 8.343-8.29-8.344-8.255-1.805 1.82zM16.075 56.992L30.31 71.077l14.27-14.12 1.805-1.785L30.345 39.3l-1.805 1.786 14.202 14.086-12.431 12.3-14.202-14.086h-.034L4.802 64.54l1.839 1.82 9.434-9.368z",fill:"#C54B38"})),_n||(_n=d.createElement("path",{d:"M30.31 74.513L16.072 60.427l-8.14 8.088L9.74 70.3l6.334-6.268 1.737 1.718-5.892 5.83 1.805 1.786 5.892-5.83 1.737 1.719-4.836 4.785 1.84 1.82 4.835-4.785 1.737 1.718-2.997 2.966 1.84 1.786 2.962-2.966 3.576 3.538 3.576-3.504 2.963 2.965 1.84-1.82-2.998-2.965 1.771-1.718 4.837 4.785 1.805-1.82-4.837-4.785 1.737-1.719 5.892 5.83 1.84-1.786-5.892-5.83 1.702-1.718L50.88 70.3l1.84-1.82-6.336-6.268 1.737-1.718 5.892 5.83 1.805-1.82-6.845-6.774-.852-.842L30.31 74.513zM48.136 49.83l-1.83 1.81L56.42 61.649l1.83-1.81L48.136 49.83z",fill:"#C54B38"})),Tn||(Tn=d.createElement("path",{d:"M28.709 62.417l1.6 1.617 8.958-8.862-1.805-1.786-12.431-12.3 5.313-5.223 14.202 14.052h.034l13.725-13.58-1.805-1.82L44.58 46.31 30.344 32.224l-8.957 8.862 14.236 14.086-5.313 5.257-12.397-12.3-1.84-1.786L2.315 59.957l1.84 1.786 11.92-11.794 12.635 12.468zM4.18 34.547l-1.83 1.811 10.186 10.08 1.83-1.811L4.18 34.547z",fill:"#C54B38"})),In||(In=d.createElement("path",{d:"M30.347 21.744l14.236 14.085 8.106-8.02-1.806-1.82-6.3 6.235-1.737-1.719 5.858-5.762-1.84-1.82-5.823 5.796L39.27 27l4.768-4.717-1.805-1.82-4.768 4.718-1.737-1.719 2.929-2.898-1.84-1.786-2.928 2.864-1.737-1.718h.034l-1.84-1.786-3.575 3.538-2.895-2.898-1.84 1.786 2.93 2.898-1.737 1.719-4.734-4.65-1.805 1.785L21.39 27l-1.737 1.719-5.858-5.796-1.805 1.82 5.858 5.762-1.771 1.719-6.3-6.234-1.806 1.82 6.3 6.233-1.736 1.719-5.892-5.796-1.805 1.786 7.697 7.616 17.812-17.624z",fill:"#C54B38"})),Cn||(Cn=d.createElement("path",{d:"M30.347 25.179L14.27 41.084l1.805 1.786 14.236 14.086 1.84-1.786-14.236-14.086 12.43-12.3L44.584 42.87l11.205-11.086-1.84-1.786-9.365 9.267-14.236-14.086z",fill:"#C54B38"})),kn||(kn=d.createElement("path",{d:"M77.683 8.128c0-1.82-1.226-2.46-2.554-3.066-1.056-.472-1.84-.708-1.84-1.483 0-.674.512-1.01 1.33-1.01.85 0 1.6.37 1.94.606l.852-1.45c-.409-.302-1.294-.808-2.895-.808-1.771 0-3.201 1.045-3.201 2.73 0 1.583.92 2.325 2.111 2.931 1.158.573 2.214.809 2.214 1.685 0 .64-.58 1.146-1.567 1.146a3.338 3.338 0 01-2.111-.741l-.886 1.449c.443.336 1.465.977 3.065.977 2.214-.068 3.542-1.18 3.542-2.966zm6.676 2.258l-.613-1.314c-.239.135-.716.438-1.567.438-1.226 0-1.805-.977-1.805-2.291 0-1.315.613-2.224 1.77-2.224.716 0 1.193.235 1.5.438l.646-1.348c-.34-.236-1.055-.573-2.213-.573-2.18 0-3.815 1.348-3.815 3.774 0 2.224 1.43 3.74 3.747 3.74 1.362 0 2.009-.404 2.35-.64zm7.288.472V5.837c0-1.314-.58-2.325-2.18-2.325-1.192 0-1.873.64-2.248 1.044V.276h-1.975v10.582h1.975V6.039c.137-.202.716-.91 1.499-.91.715 0 .953.371.953 1.079v4.65h1.976zm8.276-3.606c0-1.853-1.158-3.706-3.678-3.706s-3.61 1.954-3.61 3.774c0 1.853 1.09 3.74 3.61 3.74 2.554-.034 3.678-2.022 3.678-3.808zm-2.112.034c0 1.348-.408 2.258-1.532 2.258s-1.567-.978-1.567-2.325c0-1.348.375-2.258 1.499-2.258s1.6 1.01 1.6 2.325zm9.094-2.628c-.273-.674-.818-1.146-1.874-1.146-1.158 0-1.805.64-2.179 1.044V3.68h-1.942v7.178h1.976V6.039c.136-.202.613-.876 1.362-.876.579 0 .852.37.852 1.078v4.617h1.975V5.972c.272-.337.715-.809 1.362-.809.647 0 .852.37.852 1.078v4.617h1.975V5.837c0-1.314-.545-2.325-2.078-2.325-1.021 0-1.702.472-2.281 1.146zm5.721-4.381v10.177c.341.168 1.328.572 2.963.572 2.18 0 3.849-1.381 3.849-3.807 0-2.46-1.26-3.707-3.065-3.707a2.54 2.54 0 00-1.771.741V.277h-1.976zm1.976 5.324c.136-.135.579-.54 1.226-.54 1.055 0 1.532.81 1.532 2.158 0 1.482-.647 2.291-1.771 2.291-.545 0-.851-.135-.987-.168v-3.74zm5.823-1.887v5.021c0 1.314.579 2.325 2.18 2.325a2.83 2.83 0 002.316-1.146c0 .304.102.775.136.944h1.941c-.102-.438-.204-1.146-.204-2.056V3.714h-1.975v4.785c-.136.169-.715.91-1.499.91-.715 0-.953-.37-.953-1.078V3.714h-1.942zm12.738 0c-.17-.101-.443-.202-.988-.202-.919 0-1.532.606-1.839 1.146V3.68h-1.975v7.178h1.975V6.342c.17-.337.681-1.078 1.567-1.078.408 0 .647.101.749.169l.511-1.719zm4.7 0c-.375-.135-.818-.168-1.294-.168-2.01 0-3.202 1.044-3.202 2.594 0 .944.477 1.685 1.294 2.157-.442.236-.817.674-.817 1.348 0 .505.238.842.647 1.078-.715.37-1.226.944-1.226 1.752 0 1.28 1.192 1.921 3.167 1.921 2.384 0 3.951-1.078 3.951-2.595 0-2.123-1.907-2.123-3.406-2.19-1.055-.067-1.464-.135-1.464-.505 0-.203.136-.337.272-.438.273.033.545.067.852.067 2.009 0 3.133-1.045 3.133-2.595 0-.404-.102-.808-.272-1.145h.953V3.714h-2.588zm-1.26 3.74c-.818 0-1.294-.505-1.294-1.314 0-.842.476-1.314 1.294-1.314.817 0 1.294.472 1.294 1.314 0 .809-.477 1.314-1.294 1.314zm-.852 3.64c.307.034.647.067.988.1 1.056.068 1.737.035 1.737.81 0 .606-.681 1.044-1.873 1.044-1.022 0-1.397-.404-1.397-.977-.034-.404.171-.741.545-.977zm15.939-1.079l-.851-1.449c-.511.371-1.158.742-2.248.742-1.941 0-2.895-1.55-2.895-3.404 0-1.82.988-3.268 2.861-3.268.919 0 1.532.236 2.077.573l.92-1.517c-.783-.505-1.669-.775-2.963-.775-3.338 0-5.109 2.393-5.109 5.055s1.703 5.088 5.075 5.088c1.464-.034 2.656-.607 3.133-1.045zm2.248-2.291h4.598c.238-2.662-.852-4.212-3.134-4.212-2.009 0-3.576 1.449-3.576 3.707 0 2.291 1.363 3.807 3.781 3.807 1.498 0 2.213-.438 2.69-.674l-.647-1.28c-.34.168-.919.505-1.873.505-1.192 0-1.737-.74-1.839-1.853zm0-1.314c.136-.944.613-1.483 1.43-1.483.92 0 1.226.674 1.26 1.483h-2.69zm12.158 4.448V5.837c0-1.314-.579-2.325-2.179-2.325-1.192 0-1.907.64-2.316 1.078v-.91h-1.941v7.178h1.975V6.039c.136-.202.715-.91 1.498-.91.716 0 .954.371.954 1.079v4.65h2.009zm1.976-5.695v3.64c0 1.381.579 2.223 2.282 2.223.919 0 1.532-.236 1.805-.404l-.477-1.449c-.136.101-.511.27-.954.27-.545 0-.715-.304-.715-1.011V5.163h1.703V3.714h-1.703v-2.09h-1.975v2.09h-1.158v1.449h1.192zm6.403 2.561h4.597c.239-2.662-.851-4.212-3.133-4.212-2.009 0-3.576 1.449-3.576 3.707 0 2.291 1.362 3.807 3.78 3.807 1.499 0 2.214-.438 2.691-.674l-.647-1.28c-.341.168-.92.505-1.873.505-1.192 0-1.771-.74-1.839-1.853zm0-1.314c.136-.944.613-1.483 1.43-1.483.92 0 1.226.674 1.26 1.483h-2.69zm10.523-2.696c-.17-.101-.442-.202-.987-.202-.92 0-1.499.606-1.839 1.146V3.68h-1.942v7.178h1.976V6.342c.17-.337.681-1.078 1.566-1.078.409 0 .647.101.749.169l.477-1.719z",fill:"#010101"})))},logo_schomburg_white:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Wn);return d.createElement("svg",qn({viewBox:"0 0 185 79",fill:"#fff",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,jn||(jn=d.createElement("path",{d:"M72.306 33.437a.607.607 0 100-1.213c-.306 0-.613.27-.613.606.034.337.307.607.613.607zm-.374 8.728h.817v-7.212h-.817v7.212zm2.758 0h.784v-5.257c.442-.674 1.328-1.416 2.248-1.416 1.09 0 1.498.674 1.498 1.72v4.953h.783v-5.122c0-1.315-.613-2.258-2.111-2.258-1.022 0-1.873.606-2.418 1.314v-1.146h-.784v7.212zm9.707 0h2.316c2.316 0 3.78-.81 3.78-2.797 0-1.45-1.056-2.292-2.316-2.528v-.033c1.124-.27 1.873-1.045 1.873-2.224 0-1.786-1.294-2.494-3.303-2.494H84.43v10.076h-.034zm.817-.708v-4.246h1.533c1.975 0 2.895.809 2.895 2.19 0 1.45-.954 2.09-2.93 2.09h-1.498v-.034zm0-4.954v-3.706h1.43c1.703 0 2.555.539 2.555 1.82 0 1.246-.817 1.886-2.554 1.886h-1.43zm6.948 5.662h.783V31.28h-.783v10.885zm4.632.168a2.87 2.87 0 002.213-1.078c0 .27.069.674.103.91h.783c-.102-.304-.17-.843-.17-1.45v-3.639c0-1.55-.852-2.291-2.35-2.291-.954 0-1.737.303-2.384.91l.442.539c.613-.573 1.192-.775 1.908-.775 1.09 0 1.6.539 1.6 1.718v.81h-.34c-1.703 0-3.849.538-3.849 2.459 0 1.146.818 1.887 2.044 1.887zm.102-.674c-.647 0-1.328-.438-1.328-1.213 0-1.348 1.396-1.82 3.03-1.82h.341v1.921c-.51.708-1.226 1.112-2.043 1.112zm7.458.674c1.09 0 1.874-.404 2.248-.741l-.34-.607c-.307.303-1.022.64-1.873.64-1.635 0-2.35-1.516-2.35-3.133 0-1.652.749-3.067 2.35-3.067.817 0 1.362.303 1.77.64l.409-.572c-.408-.337-1.09-.742-2.179-.742-1.874 0-3.202 1.483-3.202 3.774.034 1.955 1.09 3.808 3.167 3.808zm7.936-.168h.987l-3.405-4.044 3.235-3.168h-.987l-3.202 3.168 3.372 4.044zm-4.223 0h.783V31.28h-.783v10.885zm13.589.168c1.328 0 2.384-.438 2.997-1.01l-.409-.607c-.613.539-1.464.876-2.554.876-2.589 0-4.053-2.157-4.053-4.55 0-2.358 1.464-4.481 4.019-4.481.953 0 1.702.27 2.316.674l.442-.64c-.715-.472-1.566-.742-2.724-.742-3.065 0-4.905 2.46-4.905 5.19 0 2.83 1.805 5.29 4.871 5.29zm6.709 0c1.226 0 2.077-.809 2.418-1.348 0 .405.068.944.102 1.18h.818c-.069-.27-.137-.81-.137-1.382v-5.83h-.783v5.223c-.238.438-1.158 1.45-2.248 1.45-1.124 0-1.498-.674-1.498-1.753v-4.92h-.784v5.089c0 1.314.579 2.291 2.112 2.291zm5.756-.168h.783V31.28h-.783v10.885zm5.245.168c.681 0 1.192-.27 1.396-.438l-.307-.607c-.136.102-.579.337-1.021.337-.647 0-.886-.404-.886-1.145v-4.92h1.873v-.64h-1.873v-2.056h-.783v2.056h-1.226v.64h1.226v4.953c0 1.18.511 1.82 1.601 1.82zm5.006 0c1.226 0 2.077-.809 2.418-1.348 0 .405.068.944.102 1.18h.818c-.069-.27-.137-.81-.137-1.382v-5.83h-.783v5.223c-.238.438-1.158 1.45-2.248 1.45-1.124 0-1.498-.674-1.498-1.753v-4.92h-.784v5.089c0 1.314.579 2.291 2.112 2.291zm5.756-.168h.783v-5.021c.204-.438.851-1.618 1.873-1.618.307 0 .477.068.613.101l.205-.741c-.137-.034-.375-.135-.716-.135-1.021 0-1.669.91-1.941 1.415V34.92h-.783v7.245h-.034zm7.356.168c1.192 0 2.009-.404 2.486-.741l-.34-.607a3.708 3.708 0 01-2.112.674c-1.737 0-2.452-1.516-2.452-3.167v-.169h5.04v-.404c0-1.854-1.021-3.134-2.758-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.055 1.021 3.841 3.269 3.841zm-2.384-4.65c.204-1.247.954-2.224 2.214-2.224 1.396 0 1.975 1.112 1.975 2.224H155.1zM72.1 26.53h.783v-6.572h1.907v-.64h-1.907v-1.146c0-1.314.545-1.988 1.67-1.988.442 0 .748.101.919.202l.204-.707c-.204-.102-.579-.203-1.124-.203-1.6 0-2.452.977-2.452 2.629v1.213h-1.26v.64h1.26v6.571zm6.777.168c2.282 0 3.338-1.989 3.338-3.808 0-1.786-1.056-3.74-3.338-3.74-2.281 0-3.27 1.954-3.27 3.774s.989 3.774 3.27 3.774zm.035-.674c-1.67 0-2.453-1.483-2.453-3.134 0-1.618.75-3.067 2.418-3.067 1.67 0 2.555 1.483 2.555 3.1-.034 1.652-.852 3.1-2.52 3.1zm4.836.505h.783v-5.02c.204-.439.851-1.618 1.873-1.618.307 0 .477.067.613.1l.205-.74c-.137-.034-.375-.135-.716-.135-1.022 0-1.668.876-1.941 1.415v-1.247h-.783v7.245h-.034zm8.446 0h.851v-4.886h.273c.613 0 .783.101 1.805 1.483l2.486 3.403h1.022l-2.827-3.808c-.579-.741-.783-1.01-.988-1.112h.136c1.772-.067 2.998-.91 2.998-2.56 0-1.686-1.26-2.596-3.304-2.596h-2.418V26.53h-.034zm.817-5.56v-3.808h1.465c1.668 0 2.554.64 2.554 1.887 0 1.247-.851 1.921-2.486 1.921H93.01zm9.604 5.729c1.192 0 2.01-.405 2.487-.742l-.341-.606a3.707 3.707 0 01-2.111.674c-1.737 0-2.453-1.517-2.453-3.168v-.168h5.041v-.405c0-1.853-1.022-3.134-2.759-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.09 1.056 3.842 3.269 3.842zm-2.384-4.65c.205-1.247.954-2.225 2.214-2.225 1.397 0 1.941 1.112 1.975 2.224h-4.189zm8.447 4.683c1.498 0 2.452-.775 2.452-2.022 0-1.179-1.022-1.684-2.146-2.19-.851-.37-1.566-.674-1.566-1.516 0-.708.476-1.18 1.362-1.18a2.71 2.71 0 011.669.573l.408-.573c-.34-.27-1.055-.674-2.077-.674-1.362 0-2.146.81-2.146 1.887 0 1.18.92 1.685 2.01 2.157.987.438 1.668.775 1.668 1.584 0 .775-.647 1.247-1.634 1.247-.784 0-1.533-.337-1.873-.607l-.341.607c.443.337 1.26.707 2.214.707zm7.016-.033c1.192 0 2.009-.405 2.486-.742l-.341-.606a3.707 3.707 0 01-2.111.674c-1.737 0-2.453-1.517-2.453-3.168v-.168h5.041v-.405c0-1.853-1.022-3.134-2.759-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.09 1.056 3.842 3.27 3.842zm-2.385-4.65c.205-1.247.954-2.225 2.214-2.225 1.397 0 1.941 1.112 1.976 2.224h-4.19zm8.379 4.65a2.87 2.87 0 002.213-1.079c0 .27.068.674.103.91h.783c-.102-.303-.136-.842-.136-1.449v-3.64c0-1.55-.852-2.29-2.35-2.29-.954 0-1.737.303-2.384.91l.442.538c.613-.572 1.192-.775 1.908-.775 1.089 0 1.6.54 1.6 1.719v.809h-.34c-1.703 0-3.849.539-3.849 2.46-.034 1.145.784 1.887 2.01 1.887zm.102-.674c-.647 0-1.328-.438-1.328-1.213 0-1.348 1.396-1.82 3.031-1.82h.34v1.92c-.545.708-1.226 1.113-2.043 1.113zm5.313.505h.783v-5.02c.204-.439.851-1.618 1.873-1.618.307 0 .477.067.613.1l.205-.74c-.137-.034-.375-.135-.716-.135-1.021 0-1.668.876-1.941 1.415v-1.247h-.817v7.245zm7.186.169c1.09 0 1.873-.405 2.248-.742l-.341-.606c-.306.303-1.022.64-1.873.64-1.635 0-2.35-1.516-2.35-3.134 0-1.651.749-3.066 2.35-3.066.817 0 1.362.303 1.771.64l.409-.573c-.409-.337-1.09-.741-2.18-.741-1.873 0-3.201 1.482-3.201 3.774.034 1.954 1.055 3.808 3.167 3.808zm3.985-.169h.783v-5.257c.272-.404 1.158-1.415 2.248-1.415 1.09 0 1.498.674 1.498 1.719v4.953h.784v-5.122c0-1.314-.613-2.258-2.112-2.258-1.226 0-2.078.81-2.418 1.315v-4.82h-.783V26.53zM74.452 48.769v-.809h-3.576v.809h1.294v3.808h.988v-3.808h1.294zm3.44 3.808v-2.36c0-.606-.273-1.078-1.022-1.078a1.36 1.36 0 00-1.056.506v-2.022h-.92v4.987h.92v-2.325c.068-.1.34-.438.716-.438.34 0 .442.169.442.506v2.19h.92v.034zm1.532-1.483h2.18c.102-1.247-.409-1.988-1.464-1.988-.954 0-1.703.674-1.703 1.752 0 1.078.647 1.786 1.77 1.786.716 0 1.056-.202 1.26-.337l-.306-.607c-.17.068-.442.236-.885.236-.545.034-.817-.337-.852-.842zm0-.64c.069-.438.273-.708.681-.708.443 0 .58.303.58.708h-1.26zm8.48 2.123V47.96h-.885v2.426c0 .37.034.708.034.742 0 0-.204-.371-.477-.775l-1.668-2.393h-1.056v4.617h.885v-2.629c0-.303-.034-.606-.034-.606s.17.337.443.707l1.805 2.561h.954v-.033zm1.567-1.483h2.18c.102-1.247-.409-1.988-1.465-1.988-.953 0-1.702.674-1.702 1.752 0 1.078.647 1.786 1.77 1.786.716 0 1.056-.202 1.26-.337l-.306-.607c-.17.068-.442.236-.885.236-.545.034-.818-.337-.852-.842zm0-.64c.069-.438.273-.708.681-.708.443 0 .58.303.58.708h-1.26zm7.425-1.247h-.92l-.545 2.157-.579-2.157h-.851l-.579 2.157-.51-2.157h-.989l.954 3.37h.852l.715-2.258.715 2.258h.851l.886-3.37zm5.551-1.247h-.953l-.988 1.954-.988-1.954h-1.09l1.533 2.864v1.753h.988v-1.753l1.498-2.864zm3.031 2.898c0-.876-.545-1.752-1.737-1.752-1.192 0-1.702.91-1.702 1.786s.51 1.752 1.702 1.752c1.226 0 1.737-.944 1.737-1.786zm-.987.034c0 .64-.205 1.044-.716 1.044-.51 0-.749-.471-.749-1.078 0-.606.17-1.078.715-1.078.511 0 .75.471.75 1.112zm3.78-1.685a.974.974 0 00-.477-.101c-.443 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .307.034.341.068l.238-.775zm1.328 1.718l1.09 1.652h1.09l-1.294-1.854 1.26-1.516h-1.022l-1.124 1.348v-2.966h-.919v4.988h.919v-1.652zm7.561-1.516c0-.977-.783-1.449-1.771-1.449h-1.533v4.617h.988v-1.652h.443c1.158 0 1.873-.505 1.873-1.516zm-.988 0c0 .505-.272.775-.885.775h-.443v-1.483h.477c.613 0 .851.27.851.708zm1.465-.202v2.359c0 .606.272 1.078 1.022 1.078.579 0 .919-.303 1.089-.54 0 .136.034.371.069.439h.919c-.034-.202-.102-.54-.102-.977v-2.393h-.92v2.258c-.068.067-.34.438-.715.438-.34 0-.443-.169-.443-.505v-2.19h-.919v.033zm3.78-1.618v4.785c.17.068.613.27 1.397.27 1.021 0 1.805-.64 1.805-1.786 0-1.18-.579-1.752-1.465-1.752-.374 0-.681.202-.817.337v-1.854h-.92zm.954 2.494c.068-.067.272-.27.579-.27.511 0 .715.371.715 1.011 0 .708-.307 1.079-.817 1.079-.273 0-.409-.068-.477-.068v-1.752zm3.814-2.494h-.919v4.988h.919v-4.988zm1.873 1.618h-.953v3.37h.953v-3.37zm.103-1.011c0-.303-.239-.54-.579-.54-.341 0-.579.237-.579.54 0 .303.238.54.579.54.34.033.579-.237.579-.54zm3.439 4.145l-.272-.607c-.102.068-.341.202-.749.202-.579 0-.852-.471-.852-1.078 0-.606.273-1.045.818-1.045.34 0 .545.101.715.203l.306-.64c-.17-.102-.476-.27-1.055-.27-1.022 0-1.805.64-1.805 1.786 0 1.044.681 1.752 1.77 1.752.648 0 .954-.202 1.124-.303zm4.905.236v-.775h-1.737v-3.808h-.988v4.616h2.725v-.033zm1.498-3.37h-.953v3.37h.953v-3.37zm.102-1.011c0-.303-.238-.54-.579-.54-.34 0-.579.237-.579.54 0 .303.239.54.579.54.341.033.579-.237.579-.54zm.784-.607v4.785c.17.068.613.27 1.396.27 1.022 0 1.805-.64 1.805-1.786 0-1.18-.579-1.752-1.464-1.752-.375 0-.682.202-.818.337v-1.854h-.919zm.953 2.494c.068-.067.273-.27.579-.27.511 0 .715.371.715 1.011 0 .708-.306 1.079-.817 1.079-.272 0-.409-.068-.477-.068v-1.752zm5.075-.876c-.068-.034-.204-.101-.477-.101-.443 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .306.034.34.068l.239-.775zm3.133 3.37c-.034-.203-.102-.54-.102-1.011v-1.213c0-.91-.443-1.247-1.362-1.247-.716 0-1.192.303-1.397.471l.409.573c.136-.1.443-.303.885-.303.443 0 .545.169.545.472v.202h-.136c-.919 0-1.805.303-1.805 1.213 0 .607.443.944 1.022.944.477 0 .817-.27.953-.438 0 .1.035.27.069.37h.919v-.033zm-1.022-.91c-.102.1-.306.303-.613.303-.204 0-.408-.101-.408-.337 0-.404.374-.54.919-.54h.136v.574h-.034zm3.951-2.46c-.068-.034-.204-.101-.477-.101-.442 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .307.034.341.068l.238-.775zm1.396 3.302l-.136.337c-.136.37-.306.607-.783.607-.204 0-.273-.034-.341-.034l-.136.741c.068.034.238.068.511.068.919 0 1.294-.472 1.601-1.247l1.396-3.74h-.954l-.681 2.224h-.034l-.749-2.225h-.988l1.294 3.27zM55.275 46.374l3.541 3.539 1.84-1.82-3.576-3.505 2.928-2.898-1.839-1.785-8.31 8.222 8.378 8.256 1.84-1.786-6.573-6.47 1.77-1.753zM.613 41.693l6.54 6.436-1.772 1.718-3.542-3.504L0 48.129l3.576 3.538-2.997 2.965 1.84 1.786 8.343-8.29-8.344-8.255-1.805 1.82zM16.075 56.992L30.31 71.077l14.27-14.12 1.805-1.785L30.345 39.3l-1.805 1.786 14.202 14.086-12.431 12.3-14.202-14.086h-.034L4.802 64.54l1.839 1.82 9.434-9.368z"})),Vn||(Vn=d.createElement("path",{d:"M30.31 74.513L16.072 60.427l-8.14 8.088L9.74 70.3l6.334-6.268 1.737 1.718-5.892 5.83 1.805 1.786 5.892-5.83 1.737 1.719-4.836 4.785 1.84 1.82 4.835-4.785 1.737 1.718-2.997 2.966 1.84 1.786 2.962-2.966 3.576 3.538 3.576-3.504 2.963 2.965 1.84-1.82-2.998-2.965 1.771-1.718 4.837 4.785 1.805-1.82-4.837-4.785 1.737-1.719 5.892 5.83 1.84-1.786-5.892-5.83 1.702-1.718L50.88 70.3l1.84-1.82-6.336-6.268 1.737-1.718 5.892 5.83 1.805-1.82-6.845-6.774-.852-.842L30.31 74.513zM48.136 49.83l-1.83 1.81L56.42 61.649l1.83-1.81L48.136 49.83z"})),Rn||(Rn=d.createElement("path",{d:"M28.709 62.417l1.6 1.617 8.958-8.862-1.805-1.786-12.431-12.3 5.313-5.223 14.202 14.052h.034l13.725-13.58-1.805-1.82L44.58 46.31 30.344 32.224l-8.957 8.862 14.236 14.086-5.313 5.257-12.397-12.3-1.84-1.786L2.315 59.957l1.84 1.786 11.92-11.794 12.635 12.468zM4.18 34.547l-1.83 1.811 10.186 10.08 1.83-1.811L4.18 34.547z"})),Pn||(Pn=d.createElement("path",{d:"M30.347 21.744l14.236 14.085 8.106-8.02-1.806-1.82-6.3 6.235-1.737-1.719 5.858-5.762-1.84-1.82-5.823 5.796L39.27 27l4.768-4.717-1.805-1.82-4.768 4.718-1.737-1.719 2.929-2.898-1.84-1.786-2.928 2.864-1.737-1.718h.034l-1.84-1.786-3.575 3.538-2.895-2.898-1.84 1.786 2.93 2.898-1.737 1.719-4.734-4.65-1.805 1.785L21.39 27l-1.737 1.719-5.858-5.796-1.805 1.82 5.858 5.762-1.771 1.719-6.3-6.234-1.806 1.82 6.3 6.233-1.736 1.719-5.892-5.796-1.805 1.786 7.697 7.616 17.812-17.624z"})),Hn||(Hn=d.createElement("path",{d:"M30.347 25.179L14.27 41.084l1.805 1.786 14.236 14.086 1.84-1.786-14.236-14.086 12.43-12.3L44.584 42.87l11.205-11.086-1.84-1.786-9.365 9.267-14.236-14.086zM77.683 8.128c0-1.82-1.226-2.46-2.554-3.066-1.056-.472-1.84-.708-1.84-1.483 0-.674.512-1.01 1.33-1.01.85 0 1.6.37 1.94.606l.852-1.45c-.409-.302-1.294-.808-2.895-.808-1.771 0-3.201 1.045-3.201 2.73 0 1.583.92 2.325 2.111 2.931 1.158.573 2.214.809 2.214 1.685 0 .64-.58 1.146-1.567 1.146a3.338 3.338 0 01-2.111-.741l-.886 1.449c.443.336 1.465.977 3.065.977 2.214-.068 3.542-1.18 3.542-2.966zm6.676 2.258l-.613-1.314c-.239.135-.716.438-1.567.438-1.226 0-1.805-.977-1.805-2.291 0-1.315.613-2.224 1.77-2.224.716 0 1.193.235 1.5.438l.646-1.348c-.34-.236-1.055-.573-2.213-.573-2.18 0-3.815 1.348-3.815 3.774 0 2.224 1.43 3.74 3.747 3.74 1.362 0 2.009-.404 2.35-.64zm7.288.472V5.837c0-1.314-.58-2.325-2.18-2.325-1.192 0-1.873.64-2.248 1.044V.276h-1.975v10.582h1.975V6.039c.137-.202.716-.91 1.499-.91.715 0 .953.371.953 1.079v4.65h1.976zm8.276-3.606c0-1.853-1.158-3.706-3.678-3.706s-3.61 1.954-3.61 3.774c0 1.853 1.09 3.74 3.61 3.74 2.554-.034 3.678-2.022 3.678-3.808zm-2.112.034c0 1.348-.408 2.258-1.532 2.258s-1.567-.978-1.567-2.325c0-1.348.375-2.258 1.499-2.258s1.6 1.01 1.6 2.325zm9.094-2.628c-.273-.674-.818-1.146-1.874-1.146-1.158 0-1.805.64-2.179 1.044V3.68h-1.942v7.178h1.976V6.039c.136-.202.613-.876 1.362-.876.579 0 .852.37.852 1.078v4.617h1.975V5.972c.272-.337.715-.809 1.362-.809.647 0 .852.37.852 1.078v4.617h1.975V5.837c0-1.314-.545-2.325-2.078-2.325-1.021 0-1.702.472-2.281 1.146zm5.721-4.381v10.177c.341.168 1.328.572 2.963.572 2.18 0 3.849-1.381 3.849-3.807 0-2.46-1.26-3.707-3.065-3.707a2.54 2.54 0 00-1.771.741V.277h-1.976zm1.976 5.324c.136-.135.579-.54 1.226-.54 1.055 0 1.532.81 1.532 2.158 0 1.482-.647 2.291-1.771 2.291-.545 0-.851-.135-.987-.168v-3.74zm5.823-1.887v5.021c0 1.314.579 2.325 2.18 2.325a2.83 2.83 0 002.316-1.146c0 .304.102.775.136.944h1.941c-.102-.438-.204-1.146-.204-2.056V3.714h-1.975v4.785c-.136.169-.715.91-1.499.91-.715 0-.953-.37-.953-1.078V3.714h-1.942zm12.738 0c-.17-.101-.443-.202-.988-.202-.919 0-1.532.606-1.839 1.146V3.68h-1.975v7.178h1.975V6.342c.17-.337.681-1.078 1.567-1.078.408 0 .647.101.749.169l.511-1.719zm4.7 0c-.375-.135-.818-.168-1.294-.168-2.01 0-3.202 1.044-3.202 2.594 0 .944.477 1.685 1.294 2.157-.442.236-.817.674-.817 1.348 0 .505.238.842.647 1.078-.715.37-1.226.944-1.226 1.752 0 1.28 1.192 1.921 3.167 1.921 2.384 0 3.951-1.078 3.951-2.595 0-2.123-1.907-2.123-3.406-2.19-1.055-.067-1.464-.135-1.464-.505 0-.203.136-.337.272-.438.273.033.545.067.852.067 2.009 0 3.133-1.045 3.133-2.595 0-.404-.102-.808-.272-1.145h.953V3.714h-2.588zm-1.26 3.74c-.818 0-1.294-.505-1.294-1.314 0-.842.476-1.314 1.294-1.314.817 0 1.294.472 1.294 1.314 0 .809-.477 1.314-1.294 1.314zm-.852 3.64c.307.034.647.067.988.1 1.056.068 1.737.035 1.737.81 0 .606-.681 1.044-1.873 1.044-1.022 0-1.397-.404-1.397-.977-.034-.404.171-.741.545-.977zm15.939-1.079l-.851-1.449c-.511.371-1.158.742-2.248.742-1.941 0-2.895-1.55-2.895-3.404 0-1.82.988-3.268 2.861-3.268.919 0 1.532.236 2.077.573l.92-1.517c-.783-.505-1.669-.775-2.963-.775-3.338 0-5.109 2.393-5.109 5.055s1.703 5.088 5.075 5.088c1.464-.034 2.656-.607 3.133-1.045zm2.248-2.291h4.598c.238-2.662-.852-4.212-3.134-4.212-2.009 0-3.576 1.449-3.576 3.707 0 2.291 1.363 3.807 3.781 3.807 1.498 0 2.213-.438 2.69-.674l-.647-1.28c-.34.168-.919.505-1.873.505-1.192 0-1.737-.74-1.839-1.853zm0-1.314c.136-.944.613-1.483 1.43-1.483.92 0 1.226.674 1.26 1.483h-2.69zm12.158 4.448V5.837c0-1.314-.579-2.325-2.179-2.325-1.192 0-1.907.64-2.316 1.078v-.91h-1.941v7.178h1.975V6.039c.136-.202.715-.91 1.498-.91.716 0 .954.371.954 1.079v4.65h2.009zm1.976-5.695v3.64c0 1.381.579 2.223 2.282 2.223.919 0 1.532-.236 1.805-.404l-.477-1.449c-.136.101-.511.27-.954.27-.545 0-.715-.304-.715-1.011V5.163h1.703V3.714h-1.703v-2.09h-1.975v2.09h-1.158v1.449h1.192zm6.403 2.561h4.597c.239-2.662-.851-4.212-3.133-4.212-2.009 0-3.576 1.449-3.576 3.707 0 2.291 1.362 3.807 3.78 3.807 1.499 0 2.214-.438 2.691-.674l-.647-1.28c-.341.168-.92.505-1.873.505-1.192 0-1.771-.74-1.839-1.853zm0-1.314c.136-.944.613-1.483 1.43-1.483.92 0 1.226.674 1.26 1.483h-2.69zm10.523-2.696c-.17-.101-.442-.202-.987-.202-.92 0-1.499.606-1.839 1.146V3.68h-1.942v7.178h1.976V6.342c.17-.337.681-1.078 1.566-1.078.409 0 .647.101.749.169l.477-1.719z"})))},logo_simplye_black:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Un);return d.createElement("svg",Xn({viewBox:"0 0 512 148",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,An||(An=d.createElement("g",{clipPath:"url(#logo_simplye_black_svg__clip0)"},d.createElement("path",{d:"M25.017 34.161c-.504-.616-.54-1.441.215-1.69l52.402-17.328a.944.944 0 011.24.898.998.998 0 00.93.945c.415.067.836.084 1.254.05a1.001 1.001 0 001.009-.941l-.003-5.512a1.001 1.001 0 00-.558-.914 1.137 1.137 0 00-.83-.118L21.98 29.023c-2.26.73-2.663 1.004-2.663 3.432l.02 99.764a.916.916 0 00.039.282c1.212 3.697 5.547 5.389 5.547 5.389 4.256 1.615 6.449 2.064 10.304.727 0 0 .085-99.525.035-99.963a.28.28 0 00-.23-.242c-.41-.077-6.716-.21-10.017-4.25"}),d.createElement("path",{d:"M6.382 25.48c-.529-.595-.54-1.44.216-1.69L58.999 6.462a.944.944 0 011.241.897.985.985 0 00.93.945c.415.059.835.075 1.254.05a.997.997 0 001.008-.94l-.002-5.403a1.172 1.172 0 00-.496-.989 1.077 1.077 0 00-.893-.152L3.346 20.342c-2.26.731-2.344 1.05-2.344 3.478l.006 100.104c.003.096.016.19.04.283.93 3.738 5.241 5.003 5.241 5.003 4.256 1.615 6.45 2.064 10.304.726 0 0 .086-99.525.035-99.962a.28.28 0 00-.229-.243c-.41-.077-6.585-.386-10.017-4.25"}),d.createElement("path",{d:"M112.969 28.139a.946.946 0 00-1.242-.897L65.072 42.744c-12.007 3.546-12.608 3.957-16.436 2.548a10.762 10.762 0 01-4.804-3.209c-.487-.63-.489-1.441.267-1.691l52.402-17.327a.946.946 0 011.24.897.984.984 0 00.93.946c.415.054.833.07 1.25.05a.99.99 0 001.013-.941l-.003-5.419a1.01 1.01 0 00-.557-1.008.99.99 0 00-.831-.117L40.848 36.944c-2.26.732-2.663 1.005-2.663 3.432l.02 97.48c0 .096.004 1.042.002 1.138-.059 3.155 3.655 4.911 5.418 5.699a14.107 14.107 0 0010.47.824l58.236-18.912a.945.945 0 00.638-.894v-18.715a.948.948 0 00-.783-.93.942.942 0 00-.435.027l-46.7 15.307a.986.986 0 01-1.265-.917v-16.534a.944.944 0 01.672-.904l47.793-15.656c.581-.213.718-.312.718-.808l-.037-19.111a.91.91 0 00-1.224-.756l-46.771 15.49c-.603.174-1.15-.439-1.15-1.067l.071-16.602a.945.945 0 01.656-.9l47.895-15.902c.391-.125.555-.68.555-1.091l.005-18.504zM193.94 91.63c.043 3.264-.609 6.5-1.911 9.494a19.556 19.556 0 01-5.499 7.236 25.79 25.79 0 01-8.742 4.574 38.338 38.338 0 01-11.52 1.621 41.503 41.503 0 01-8.569-.811 43.232 43.232 0 01-6.773-1.968 31.143 31.143 0 01-5.094-2.49 32.82 32.82 0 01-3.416-2.373l6.947-11.347c.463.31 1.158.792 2.084 1.447a20.297 20.297 0 003.473 1.911 33.661 33.661 0 004.864 1.679c2.003.521 4.066.774 6.136.752 3.937 0 6.967-.868 9.089-2.605a7.893 7.893 0 003.184-6.31 6.703 6.703 0 00-1.447-4.342 13.8 13.8 0 00-3.821-3.184 48.838 48.838 0 00-5.5-2.721 95.44 95.44 0 01-6.484-3.068 49.257 49.257 0 01-6.599-3.821 25.536 25.536 0 01-5.211-4.747 20.55 20.55 0 01-3.473-6.195 24.361 24.361 0 01-1.274-8.278 19.651 19.651 0 011.969-8.916 20.53 20.53 0 015.326-6.715 24.22 24.22 0 017.873-4.284 30.599 30.599 0 019.726-1.505c2.813-.03 5.624.202 8.394.694 2.181.398 4.329.96 6.426 1.68a26.533 26.533 0 014.631 2.083 41.813 41.813 0 013.126 2.027l-6.599 11.462a32.073 32.073 0 00-2.547-1.505 24.885 24.885 0 00-3.474-1.505 38.012 38.012 0 00-4.284-1.216 21.567 21.567 0 00-4.747-.521 12.53 12.53 0 00-7.526 2.026 6.912 6.912 0 00-2.779 5.963 6.563 6.563 0 001.101 3.88 11.19 11.19 0 003.01 2.836 30.206 30.206 0 004.515 2.431c1.737.773 3.609 1.622 5.616 2.547a110.48 110.48 0 017.41 3.706 26.855 26.855 0 016.31 4.747 21.065 21.065 0 016.079 15.63zM220.454 40.221a8.972 8.972 0 01-2.721 6.484 9.097 9.097 0 01-6.773 2.78 8.91 8.91 0 01-6.716-2.78 9.064 9.064 0 01-2.663-6.483 8.684 8.684 0 012.663-6.369 9.097 9.097 0 016.716-2.663 9.294 9.294 0 016.773 2.663 8.596 8.596 0 012.721 6.368zm-17.252 72.944V56.779h15.515v56.386h-15.515zM275.449 64.305a30.007 30.007 0 017.643-6.484 20.409 20.409 0 0110.42-2.432 18.358 18.358 0 017.584 1.39 13.05 13.05 0 014.978 3.82 14.903 14.903 0 012.721 5.79 31.09 31.09 0 01.81 7.294v39.482h-15.398V76.809a11.606 11.606 0 00-1.447-6.368c-.967-1.465-2.723-2.199-5.268-2.2a9.43 9.43 0 00-3.474.637c-1.037.4-2.012.946-2.895 1.62a20.225 20.225 0 00-2.315 2.085 74.01 74.01 0 00-1.853 2.026v38.556h-15.399V76.809c0-2.855-.521-4.997-1.564-6.426-1.041-1.427-2.72-2.141-5.036-2.142a8.78 8.78 0 00-3.878.868 14.06 14.06 0 00-3.127 2.026 15.322 15.322 0 00-2.2 2.316 73.736 73.736 0 01-1.331 1.737v37.977h-15.399V56.779h15.051v6.946a73.305 73.305 0 012.548-2.662 17.54 17.54 0 013.589-2.721 24.398 24.398 0 014.747-2.084 19.363 19.363 0 016.021-.869c4.013 0 7.159.81 9.437 2.432a14.285 14.285 0 015.035 6.484zM371.897 84.914a37.586 37.586 0 01-1.853 12.157 27.702 27.702 0 01-5.21 9.321 23.497 23.497 0 01-7.989 6.02 23.991 23.991 0 01-10.19 2.143 20.801 20.801 0 01-8.336-1.39 19.832 19.832 0 01-4.632-2.663v28.02h-15.398V56.779h15.052v5.904a21.67 21.67 0 016.078-5.094 18.72 18.72 0 019.553-2.2c7.178 0 12.794 2.547 16.846 7.642 4.052 5.094 6.078 12.389 6.079 21.883zm-16.326 0c0-5.326-.926-9.533-2.779-12.62a9.202 9.202 0 00-8.452-4.632 10.535 10.535 0 00-3.937.695c-1.095.43-2.142.974-3.126 1.62-.831.538-1.59 1.18-2.257 1.911a44.486 44.486 0 00-1.332 1.563v25.357a24.172 24.172 0 003.763 2.547 12.078 12.078 0 005.963 1.274 10.195 10.195 0 009.031-4.69c2.084-3.125 3.126-7.467 3.126-13.025zM380.929 113.165V29.801h15.399v83.364h-15.399zM402.811 56.779h16.441l12.505 37.166h.579l11.463-37.166h15.862l-23.272 62.407a64.516 64.516 0 01-4.053 8.916 25.026 25.026 0 01-5.21 6.599 21.354 21.354 0 01-7.121 4.111 29.982 29.982 0 01-9.9 1.447 31.243 31.243 0 01-5.673-.405c-1.389-.272-2.392-.484-3.01-.637l2.199-12.157a8.43 8.43 0 001.737.405c1.23.14 2.468.197 3.705.173 3.937 0 6.793-.888 8.568-2.663a19.126 19.126 0 004.284-7.178l2.084-5.79-21.188-55.228zM466.725 113.165V36.053h44.461v13.431h-28.368v17.368h25.009v12.736h-25.009v20.146h29.178v13.431h-45.271z"}))),Nn||(Nn=d.createElement("defs",null,d.createElement("clipPath",{id:"logo_simplye_black_svg__clip0"},d.createElement("path",{fill:"#fff",transform:"translate(0 .118)",d:"M0 0h511.984v147H0z"})))))},logo_simplye_white:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,Kn);return d.createElement("svg",Zn({viewBox:"0 0 512 148",fill:"#fff",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Gn||(Gn=d.createElement("g",{clipPath:"url(#logo_simplye_white_svg__clip0)"},d.createElement("path",{d:"M25.017 34.161c-.504-.616-.54-1.441.215-1.69l52.402-17.328a.944.944 0 011.24.898.998.998 0 00.93.945c.415.067.836.084 1.254.05a1.001 1.001 0 001.009-.941l-.003-5.512a1.001 1.001 0 00-.558-.914 1.137 1.137 0 00-.83-.118L21.98 29.023c-2.26.73-2.663 1.004-2.663 3.432l.02 99.764a.916.916 0 00.039.282c1.212 3.697 5.547 5.389 5.547 5.389 4.256 1.615 6.449 2.064 10.304.727 0 0 .085-99.525.035-99.963a.28.28 0 00-.23-.242c-.41-.077-6.716-.21-10.017-4.25"}),d.createElement("path",{d:"M6.382 25.48c-.529-.595-.54-1.44.216-1.69L58.999 6.462a.944.944 0 011.241.897.985.985 0 00.93.945c.415.059.835.075 1.254.05a.997.997 0 001.008-.94l-.002-5.403a1.172 1.172 0 00-.496-.989 1.077 1.077 0 00-.893-.152L3.346 20.342c-2.26.731-2.344 1.05-2.344 3.478l.006 100.104c.003.096.016.19.04.283.93 3.738 5.241 5.003 5.241 5.003 4.256 1.615 6.45 2.064 10.304.726 0 0 .086-99.525.035-99.962a.28.28 0 00-.229-.243c-.41-.077-6.585-.386-10.017-4.25"}),d.createElement("path",{d:"M112.969 28.139a.946.946 0 00-1.242-.897L65.072 42.744c-12.007 3.546-12.608 3.957-16.436 2.548a10.762 10.762 0 01-4.804-3.209c-.487-.63-.489-1.441.267-1.691l52.402-17.327a.946.946 0 011.24.897.984.984 0 00.93.946c.415.054.833.07 1.25.05a.99.99 0 001.013-.941l-.003-5.419a1.01 1.01 0 00-.557-1.008.99.99 0 00-.831-.117L40.848 36.944c-2.26.732-2.663 1.005-2.663 3.432l.02 97.48c0 .096.004 1.042.002 1.138-.059 3.155 3.655 4.911 5.418 5.699a14.107 14.107 0 0010.47.824l58.236-18.912a.945.945 0 00.638-.894v-18.715a.948.948 0 00-.783-.93.942.942 0 00-.435.027l-46.7 15.307a.986.986 0 01-1.265-.917v-16.534a.944.944 0 01.672-.904l47.793-15.656c.581-.213.718-.312.718-.808l-.037-19.111a.91.91 0 00-1.224-.756l-46.771 15.49c-.603.174-1.15-.439-1.15-1.067l.071-16.602a.945.945 0 01.656-.9l47.895-15.902c.391-.125.555-.68.555-1.091l.005-18.504zM193.94 91.63c.043 3.264-.609 6.5-1.911 9.494a19.556 19.556 0 01-5.499 7.236 25.79 25.79 0 01-8.742 4.574 38.338 38.338 0 01-11.52 1.621 41.503 41.503 0 01-8.569-.811 43.232 43.232 0 01-6.773-1.968 31.143 31.143 0 01-5.094-2.49 32.82 32.82 0 01-3.416-2.373l6.947-11.347c.463.31 1.158.792 2.084 1.447a20.297 20.297 0 003.473 1.911 33.661 33.661 0 004.864 1.679c2.003.521 4.066.774 6.136.752 3.937 0 6.967-.868 9.089-2.605a7.893 7.893 0 003.184-6.31 6.703 6.703 0 00-1.447-4.342 13.8 13.8 0 00-3.821-3.184 48.838 48.838 0 00-5.5-2.721 95.44 95.44 0 01-6.484-3.068 49.257 49.257 0 01-6.599-3.821 25.536 25.536 0 01-5.211-4.747 20.55 20.55 0 01-3.473-6.195 24.361 24.361 0 01-1.274-8.278 19.651 19.651 0 011.969-8.916 20.53 20.53 0 015.326-6.715 24.22 24.22 0 017.873-4.284 30.599 30.599 0 019.726-1.505c2.813-.03 5.624.202 8.394.694 2.181.398 4.329.96 6.426 1.68a26.533 26.533 0 014.631 2.083 41.813 41.813 0 013.126 2.027l-6.599 11.462a32.073 32.073 0 00-2.547-1.505 24.885 24.885 0 00-3.474-1.505 38.012 38.012 0 00-4.284-1.216 21.567 21.567 0 00-4.747-.521 12.53 12.53 0 00-7.526 2.026 6.912 6.912 0 00-2.779 5.963 6.563 6.563 0 001.101 3.88 11.19 11.19 0 003.01 2.836 30.206 30.206 0 004.515 2.431c1.737.773 3.609 1.622 5.616 2.547a110.48 110.48 0 017.41 3.706 26.855 26.855 0 016.31 4.747 21.065 21.065 0 016.079 15.63zM220.454 40.221a8.972 8.972 0 01-2.721 6.484 9.097 9.097 0 01-6.773 2.78 8.91 8.91 0 01-6.716-2.78 9.064 9.064 0 01-2.663-6.483 8.684 8.684 0 012.663-6.369 9.097 9.097 0 016.716-2.663 9.294 9.294 0 016.773 2.663 8.596 8.596 0 012.721 6.368zm-17.252 72.944V56.779h15.515v56.386h-15.515zM275.449 64.305a30.007 30.007 0 017.643-6.484 20.409 20.409 0 0110.42-2.432 18.358 18.358 0 017.584 1.39 13.05 13.05 0 014.978 3.82 14.903 14.903 0 012.721 5.79 31.09 31.09 0 01.81 7.294v39.482h-15.398V76.809a11.606 11.606 0 00-1.447-6.368c-.967-1.465-2.723-2.199-5.268-2.2a9.43 9.43 0 00-3.474.637c-1.037.4-2.012.946-2.895 1.62a20.225 20.225 0 00-2.315 2.085 74.01 74.01 0 00-1.853 2.026v38.556h-15.399V76.809c0-2.855-.521-4.997-1.564-6.426-1.041-1.427-2.72-2.141-5.036-2.142a8.78 8.78 0 00-3.878.868 14.06 14.06 0 00-3.127 2.026 15.322 15.322 0 00-2.2 2.316 73.736 73.736 0 01-1.331 1.737v37.977h-15.399V56.779h15.051v6.946a73.305 73.305 0 012.548-2.662 17.54 17.54 0 013.589-2.721 24.398 24.398 0 014.747-2.084 19.363 19.363 0 016.021-.869c4.013 0 7.159.81 9.437 2.432a14.285 14.285 0 015.035 6.484zM371.897 84.914a37.586 37.586 0 01-1.853 12.157 27.702 27.702 0 01-5.21 9.321 23.497 23.497 0 01-7.989 6.02 23.991 23.991 0 01-10.19 2.143 20.801 20.801 0 01-8.336-1.39 19.832 19.832 0 01-4.632-2.663v28.02h-15.398V56.779h15.052v5.904a21.67 21.67 0 016.078-5.094 18.72 18.72 0 019.553-2.2c7.178 0 12.794 2.547 16.846 7.642 4.052 5.094 6.078 12.389 6.079 21.883zm-16.326 0c0-5.326-.926-9.533-2.779-12.62a9.202 9.202 0 00-8.452-4.632 10.535 10.535 0 00-3.937.695c-1.095.43-2.142.974-3.126 1.62-.831.538-1.59 1.18-2.257 1.911a44.486 44.486 0 00-1.332 1.563v25.357a24.172 24.172 0 003.763 2.547 12.078 12.078 0 005.963 1.274 10.195 10.195 0 009.031-4.69c2.084-3.125 3.126-7.467 3.126-13.025zM380.929 113.165V29.801h15.399v83.364h-15.399zM402.811 56.779h16.441l12.505 37.166h.579l11.463-37.166h15.862l-23.272 62.407a64.516 64.516 0 01-4.053 8.916 25.026 25.026 0 01-5.21 6.599 21.354 21.354 0 01-7.121 4.111 29.982 29.982 0 01-9.9 1.447 31.243 31.243 0 01-5.673-.405c-1.389-.272-2.392-.484-3.01-.637l2.199-12.157a8.43 8.43 0 001.737.405c1.23.14 2.468.197 3.705.173 3.937 0 6.793-.888 8.568-2.663a19.126 19.126 0 004.284-7.178l2.084-5.79-21.188-55.228zM466.725 113.165V36.053h44.461v13.431h-28.368v17.368h25.009v12.736h-25.009v20.146h29.178v13.431h-45.271z"}))),Yn||(Yn=d.createElement("defs",null,d.createElement("clipPath",{id:"logo_simplye_white_svg__clip0"},d.createElement("path",{transform:"translate(0 .118)",d:"M0 0h511.984v147H0z"})))))},logo_simplye_color:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,ec);return d.createElement("svg",tc({viewBox:"0 0 682 196",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,Qn||(Qn=d.createElement("g",{clipPath:"url(#logo_simplye_color_svg__clip0)"},d.createElement("path",{d:"M32.454 44.821c-.672-.822-.72-1.921.288-2.254l69.866-23.102a1.258 1.258 0 011.654 1.195c-.001.69.559 1.155 1.242 1.26.528.083 1.108.12 1.67.068.727-.068 1.346-.526 1.346-1.255l-.004-7.35c0-.376-.164-.94-.744-1.218-.324-.158-.735-.28-1.108-.156l-78.258 25.96c-3.012.975-3.55 1.34-3.55 4.576l.027 133.016c0 .126.013.257.052.377 1.616 4.929 7.396 7.184 7.396 7.184 5.674 2.155 8.598 2.753 13.738.969 0 0 .115-132.697.047-133.28a.373.373 0 00-.306-.323c-.546-.103-8.954-.279-13.355-5.667",fill:"#1B385E"}),d.createElement("path",{d:"M7.609 33.247c-.705-.794-.72-1.922.287-2.255L77.763 7.89a1.26 1.26 0 011.655 1.197c-.001.69.556 1.174 1.24 1.26.513.064 1.124.112 1.67.067.727-.059 1.346-.525 1.346-1.255l-.004-7.204c0-.477-.232-1.084-.66-1.317-.455-.248-.817-.327-1.19-.203L3.561 26.396c-3.013.975-3.55 1.34-3.55 4.576l.025 133.015c0 .127.016.256.053.376 1.47 4.922 7.395 7.186 7.395 7.186 5.674 2.153 8.599 2.751 13.739.969 0 0 .113-132.697.046-133.28a.373.373 0 00-.307-.324c-.546-.102-8.78-.514-13.355-5.667",fill:"#57AC35"}),d.createElement("path",{d:"M149.72 36.79c0-.858-.839-1.465-1.655-1.194L85.861 56.265c-16.01 4.726-16.81 5.274-21.914 3.396-2.865-1.054-5.098-2.59-6.405-4.279-.65-.838-.652-1.921.356-2.254l69.866-23.102a1.26 1.26 0 011.654 1.197c-.001.69.556 1.177 1.24 1.26a9.148 9.148 0 001.666.066c.73-.045 1.352-.522 1.35-1.254l-.002-7.224c0-.555-.1-.947-.743-1.344-.336-.207-.735-.28-1.108-.156l-78.258 25.96c-3.013.975-3.55 1.34-3.55 4.577l.026 129.97c0 .127.004 1.389.001 1.516-.078 4.206 4.874 6.547 7.224 7.598 3.853 1.723 8.819 2.882 13.96 1.1l77.645-25.217c.509-.174.851-.652.851-1.19v-24.953a1.26 1.26 0 00-1.624-1.205l-62.266 20.41c-.808.245-1.685-.379-1.685-1.223v-22.045c0-.556.364-1.045.895-1.205l63.724-20.874c.773-.284.956-.416.956-1.079l-.048-25.479c0-.73-.827-1.241-1.632-1.01l-62.361 20.654c-.805.231-1.534-.584-1.534-1.423l.096-22.134c0-.548.353-1.032.874-1.199l63.859-21.203c.52-.168.74-.908.74-1.456l.006-24.67",fill:"#656263"}),d.createElement("path",{d:"M257.68 121.443c0 4.631-.848 8.852-2.547 12.658-1.698 3.81-4.144 7.024-7.333 9.65-3.19 2.624-7.077 4.657-11.654 6.096-4.581 1.44-9.703 2.162-15.361 2.162-4.221 0-8.028-.362-11.424-1.08-3.396-.721-6.406-1.594-9.03-2.625-2.626-1.027-4.891-2.134-6.793-3.319-1.906-1.181-3.423-2.238-4.554-3.165l9.261-15.128c.619.412 1.546 1.056 2.78 1.93 1.235.876 2.779 1.724 4.631 2.548 1.853.824 4.015 1.569 6.484 2.237 2.47.67 5.196 1.004 8.181 1.004 5.249 0 9.288-1.158 12.12-3.473 2.829-2.316 4.245-5.119 4.245-8.414 0-2.264-.645-4.193-1.929-5.79-1.29-1.593-2.987-3.009-5.096-4.245-2.11-1.235-4.554-2.443-7.332-3.627a127.762 127.762 0 01-8.645-4.092c-3.192-1.544-6.124-3.241-8.8-5.093-2.677-1.853-4.993-3.961-6.947-6.33-1.955-2.366-3.499-5.118-4.631-8.259-1.134-3.139-1.698-6.817-1.698-11.038 0-4.424.874-8.387 2.624-11.887 1.75-3.497 4.115-6.484 7.101-8.954 2.984-2.47 6.484-4.372 10.497-5.71 4.015-1.338 8.338-2.009 12.968-2.009 4.219 0 7.951.31 11.193.927 3.241.617 6.097 1.365 8.568 2.239 2.469.876 4.528 1.8 6.175 2.778 1.645.979 3.034 1.879 4.167 2.702l-8.799 15.283c-.926-.617-2.06-1.285-3.395-2.007-1.34-.718-2.884-1.389-4.632-2.008a50.57 50.57 0 00-5.712-1.62 28.702 28.702 0 00-6.329-.694c-4.221 0-7.565.901-10.034 2.701-2.471 1.803-3.706 4.452-3.706 7.95 0 2.06.487 3.782 1.467 5.172.976 1.39 2.315 2.65 4.013 3.782 1.699 1.134 3.706 2.214 6.022 3.242a601.234 601.234 0 017.486 3.396 147.494 147.494 0 019.88 4.94c3.189 1.75 5.994 3.86 8.414 6.329 2.416 2.471 4.373 5.379 5.865 8.723 1.491 3.345 2.239 7.385 2.239 12.118zm12.349 28.714v-75.18h20.686v75.18h-20.686zm23.002-97.256c0 3.294-1.211 6.174-3.628 8.645-2.418 2.47-5.429 3.705-9.03 3.705-3.604 0-6.588-1.236-8.955-3.705-2.368-2.47-3.55-5.35-3.55-8.645 0-3.293 1.182-6.123 3.55-8.49 2.367-2.367 5.351-3.551 8.955-3.551 3.601 0 6.612 1.184 9.03 3.55 2.417 2.368 3.628 5.198 3.628 8.49zm73.325 32.11c3.089-3.602 6.485-6.484 10.19-8.645 3.706-2.162 8.336-3.242 13.893-3.242 4.015 0 7.385.618 10.112 1.852 2.727 1.235 4.94 2.933 6.637 5.095 1.699 2.161 2.907 4.734 3.628 7.718.719 2.987 1.081 6.228 1.081 9.725v52.643h-20.531v-48.473c0-3.706-.643-6.535-1.929-8.49-1.29-1.956-3.628-2.934-7.024-2.934-1.648 0-3.192.284-4.632.848a15.621 15.621 0 00-3.86 2.161 26.835 26.835 0 00-3.086 2.78 92.35 92.35 0 00-2.471 2.701v51.407h-20.532v-48.473c0-3.807-.694-6.663-2.085-8.57-1.388-1.902-3.626-2.854-6.714-2.854-1.852 0-3.578.385-5.171 1.157-1.597.772-2.987 1.674-4.169 2.701-1.184 1.031-2.161 2.06-2.932 3.088a106.536 106.536 0 01-1.776 2.316v50.635h-20.532v-75.18h20.068v9.262a97.36 97.36 0 013.397-3.55c1.336-1.337 2.934-2.547 4.785-3.629 1.854-1.081 3.962-2.006 6.33-2.778 2.366-.772 5.041-1.158 8.027-1.158 5.351 0 9.545 1.08 12.583 3.242 3.034 2.16 5.272 5.043 6.713 8.645zm106.828 27.478c0-7.1-1.235-12.71-3.705-16.827-2.471-4.114-6.228-6.174-11.269-6.174-1.956 0-3.704.308-5.25.925-1.544.619-2.933 1.34-4.167 2.162-1.235.825-2.238 1.674-3.01 2.547a59.725 59.725 0 00-1.776 2.084v33.808c1.336 1.134 3.01 2.266 5.018 3.397 2.006 1.133 4.654 1.698 7.95 1.698 5.249 0 9.261-2.085 12.041-6.253 2.779-4.168 4.168-9.957 4.168-17.367zm21.767 0c0 5.97-.825 11.374-2.47 16.21-1.647 4.838-3.964 8.98-6.947 12.426a31.322 31.322 0 01-10.651 8.028c-4.118 1.904-8.647 2.856-13.587 2.856-4.629 0-8.336-.616-11.114-1.852-2.779-1.236-4.839-2.417-6.175-3.551v37.358h-20.531V74.976h20.069v7.873c2.057-2.57 4.758-4.836 8.103-6.791 3.344-1.955 7.588-2.934 12.737-2.934 9.571 0 17.059 3.396 22.461 10.188 5.403 6.793 8.105 16.518 8.105 29.177zm12.041 37.668V39.007h20.532v111.15h-20.532zm29.176-75.18h21.92l16.673 49.554h.772l15.284-49.555h21.149l-31.029 83.208c-1.649 4.425-3.449 8.387-5.404 11.887-1.956 3.497-4.272 6.43-6.946 8.8-2.679 2.365-5.843 4.192-9.495 5.48-3.654 1.285-8.054 1.93-13.198 1.93-3.192 0-5.713-.181-7.565-.541-1.852-.361-3.192-.644-4.013-.848l2.932-16.21c.514.205 1.286.385 2.316.541 1.028.154 2.674.23 4.941.23 5.248 0 9.054-1.183 11.422-3.551 2.367-2.368 4.269-5.557 5.712-9.569l2.779-7.72-28.25-73.637zm85.216 75.18V47.342h59.28v17.91h-37.823v23.156h33.344v16.981h-33.344v26.861h38.903v17.907h-60.36z",fill:"#1B385E"}))),Jn||(Jn=d.createElement("defs",null,d.createElement("clipPath",{id:"logo_simplye_color_svg__clip0"},d.createElement("path",{fill:"#fff",transform:"translate(0 .118)",d:"M0 0h682v195H0z"})))))},logo_snfl_black:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,rc);return d.createElement("svg",ac({viewBox:"0 0 84 111",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,$n||($n=d.createElement("path",{d:"M5.483 30.355c0 .392-.058.723-.204 1.055-.146.301-.32.572-.583.784a2.812 2.812 0 01-.933.512c-.38.12-.788.18-1.225.18-.35 0-.642-.03-.905-.09-.262-.06-.525-.12-.729-.21a9.82 9.82 0 01-.554-.272 1.82 1.82 0 01-.35-.271l.73-1.266c.057.03.116.09.233.15.087.06.233.151.379.211.145.06.32.12.525.181.204.06.408.09.641.09.409 0 .73-.09.963-.3a.854.854 0 00.35-.694.854.854 0 00-.146-.482c-.117-.121-.233-.242-.408-.362-.175-.09-.35-.211-.584-.302-.233-.09-.466-.21-.7-.331a3.985 3.985 0 01-.7-.422 3.085 3.085 0 01-.554-.513 2.213 2.213 0 01-.379-.693 2.928 2.928 0 01-.146-.904c0-.362.059-.694.204-.995.146-.302.321-.543.555-.754.233-.21.525-.362.845-.482.321-.12.671-.181 1.05-.181.35 0 .642.03.905.09.262.06.495.12.7.181.204.06.35.15.495.241.146.09.234.151.321.211l-.7 1.267-.262-.181a4.677 4.677 0 00-.38-.181 2.13 2.13 0 00-.466-.12c-.175-.031-.321-.061-.496-.061-.35 0-.613.06-.817.21-.204.152-.291.363-.291.664 0 .181.029.301.116.422.088.12.175.211.321.302.146.09.292.18.496.27.175.091.38.182.613.272.262.12.525.271.787.422.263.151.467.332.67.513.205.18.35.452.468.723.087.392.145.724.145 1.116zM11.171 25.712v7.024H9.392v-7.024H7.117v-1.477h6.3v1.477h-2.246zM18.346 27.672c-.059-.181-.117-.362-.175-.513-.059-.18-.088-.331-.146-.452a5.04 5.04 0 00-.088-.332c-.029-.09-.029-.15-.029-.18h-.03c0 .03-.028.09-.057.18a5.04 5.04 0 00-.088.332 2.71 2.71 0 01-.146.452c-.058.15-.116.332-.175.513l-.7 2.02h2.304l-.67-2.02zm-2.655 5.064h-1.75l3.15-8.5h1.692l3.238 8.5h-1.896l-.584-1.598h-3.295l-.555 1.598zM27.183 32.736h-1.662l-3.18-8.5h1.867l1.75 5.094c.059.15.088.331.146.482.059.15.088.301.146.452.03.15.088.241.088.332.029.09.029.15.029.15h.029s0-.06.03-.15c.028-.09.058-.211.087-.332.029-.15.087-.271.145-.452.059-.15.088-.332.146-.482l1.663-5.095h1.75l-3.034 8.501zM36.255 26.797c0-.391-.117-.693-.35-.874-.233-.18-.583-.301-1.08-.301h-.874v2.351h.962c.467 0 .817-.09 1.021-.301.204-.211.321-.513.321-.875zm.467 5.94l-1.517-2.413c-.175-.24-.292-.452-.408-.572-.117-.151-.204-.241-.292-.332-.087-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.116v3.496h-1.75v-8.5h2.741c.963 0 1.721.21 2.246.632.525.422.788 1.025.788 1.839 0 .362-.059.663-.175.904a2.152 2.152 0 01-.438.664 2.34 2.34 0 01-.612.452c-.234.12-.467.18-.73.24v.031c.117.09.263.211.409.392.146.18.35.452.554.814l1.604 2.532h-1.808zM46.522 28.486c0-.392-.058-.754-.146-1.116a2.491 2.491 0 00-.437-.934 2.123 2.123 0 00-.73-.633 2.262 2.262 0 00-1.05-.242c-.408 0-.758.09-1.078.242-.292.15-.555.361-.759.633a2.49 2.49 0 00-.437.934 4.669 4.669 0 00-.146 1.116c0 .392.058.783.146 1.145.087.362.233.694.437.965s.438.482.758.663c.292.15.671.241 1.08.241.408 0 .758-.09 1.079-.241.292-.15.554-.362.758-.633a2.49 2.49 0 00.438-.935c.029-.422.087-.783.087-1.205zm1.838-.03c0 .572-.088 1.145-.263 1.657a4.179 4.179 0 01-.787 1.417c-.35.422-.788.724-1.313.995-.525.241-1.137.362-1.808.362-.7 0-1.313-.12-1.838-.362a4.094 4.094 0 01-1.341-.965 4.112 4.112 0 01-.817-1.386 4.619 4.619 0 01-.292-1.658c0-.573.088-1.146.292-1.658.175-.543.467-.995.817-1.417.35-.422.787-.724 1.341-.965.525-.24 1.138-.361 1.838-.361.7 0 1.312.12 1.837.361.525.241.963.573 1.342.965.35.392.642.874.817 1.387.087.512.175 1.055.175 1.627zM55.534 30.355c0 .392-.058.724-.204 1.055-.146.302-.32.573-.583.784a2.81 2.81 0 01-.934.512c-.379.121-.787.181-1.225.181-.35 0-.641-.03-.904-.09-.262-.06-.525-.12-.73-.211-.203-.09-.378-.181-.553-.271a1.819 1.819 0 01-.35-.272l.729-1.266c.058.03.117.09.233.15.088.061.234.152.38.212.145.06.32.12.524.18.205.061.409.091.642.091.408 0 .73-.09.963-.301a.854.854 0 00.35-.694.854.854 0 00-.146-.482c-.117-.12-.234-.241-.409-.362-.175-.09-.35-.21-.583-.301a7.331 7.331 0 01-.7-.332 3.986 3.986 0 01-.7-.422 3.086 3.086 0 01-.554-.512 2.213 2.213 0 01-.38-.694 2.928 2.928 0 01-.145-.904c0-.362.058-.693.204-.995.146-.301.32-.542.554-.753.234-.211.525-.362.846-.483.32-.12.67-.18 1.05-.18.35 0 .642.03.904.09.263.06.496.12.7.18.204.061.35.151.496.242.146.09.233.15.32.21l-.7 1.267-.262-.18a4.669 4.669 0 00-.379-.182 2.125 2.125 0 00-.466-.12c-.175-.03-.321-.06-.496-.06-.35 0-.613.06-.817.21-.204.151-.292.362-.292.664 0 .18.03.301.117.422.088.12.175.21.32.301.147.09.293.18.497.271.175.09.379.181.612.272.263.12.525.271.788.422.262.15.466.331.67.512.205.211.35.452.467.724.088.392.146.723.146 1.115zM84 62.187H0v1.809h84v-1.809zM84 39.127H0v1.809h84v-1.809zM84 108.31H0v1.809h84v-1.809zM84 85.25H0v1.809h84V85.25zM5.542 55.796l-3.209-4.732a16.202 16.202 0 01-.583-.875c-.146-.24-.204-.392-.233-.392h.029v.121c0 .06 0 .15.029.271 0 .12 0 .211.03.362v5.245H0v-8.5h1.75l2.975 4.4c.117.181.233.362.35.513.117.181.204.332.263.452.087.12.145.242.175.332.058.09.058.12.058.12H5.6v-.12c0-.09 0-.181-.03-.302 0-.12 0-.27-.028-.422v-4.974h1.575v8.501H5.542zM11.842 47.295h-1.75v8.501h1.75v-8.5zM18.406 50.732c-.058-.18-.116-.362-.175-.513-.058-.18-.087-.331-.146-.452a5.04 5.04 0 00-.087-.331c-.03-.09-.03-.151-.03-.181h-.028c0 .03-.03.09-.059.18a5.04 5.04 0 00-.087.332 2.71 2.71 0 01-.146.452c-.058.151-.117.332-.175.513l-.7 2.02h2.304l-.67-2.02zm-2.625 5.064h-1.75l3.15-8.5h1.692l3.237 8.5h-1.895L19.66 54.2h-3.325l-.554 1.597zM28.174 49.858c0-.392-.117-.694-.35-.874-.233-.181-.583-.302-1.108-.302h-.875v2.351h.962c.467 0 .817-.09 1.021-.301.233-.211.35-.513.35-.874zm.467 5.938l-1.517-2.411c-.175-.241-.292-.452-.408-.573-.117-.15-.204-.241-.292-.332-.087-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.117v3.496h-1.75v-8.5h2.742c.963 0 1.721.21 2.246.633.525.421.788 1.024.788 1.838 0 .362-.059.663-.175.905a2.15 2.15 0 01-.438.663c-.175.18-.38.331-.613.452-.233.12-.466.18-.729.241v.03c.117.09.263.211.409.392.145.181.35.453.554.814l1.604 2.532h-1.808zM38.763 55.043c-.117.09-.234.211-.409.301-.175.09-.379.212-.583.302-.233.09-.467.15-.73.21-.262.061-.553.091-.845.091-.7 0-1.312-.12-1.837-.361a3.968 3.968 0 01-1.313-.965 4.18 4.18 0 01-.787-1.417 5.323 5.323 0 01-.263-1.658c0-.573.088-1.145.263-1.658.175-.542.437-.995.816-1.386.35-.392.817-.724 1.342-.965.525-.241 1.137-.362 1.837-.362.555 0 1.021.06 1.4.18.38.122.759.272 1.08.513l-.788 1.327a2.975 2.975 0 00-.758-.362c-.263-.09-.584-.12-.963-.12s-.729.06-1.02.21c-.292.151-.555.362-.73.603-.204.272-.35.573-.437.905-.117.331-.146.723-.146 1.115 0 .422.058.784.146 1.146.087.361.233.663.437.934.204.272.438.483.759.633.291.151.641.241 1.05.241.437 0 .816-.06 1.108-.21.292-.121.554-.272.758-.453l.613 1.206zM46.315 55.796V52.12H42.61v3.677H40.89v-8.5h1.72v3.346h3.705v-3.347h1.72v8.501h-1.72zM56.962 51.546c0-.392-.059-.754-.146-1.115a2.49 2.49 0 00-.438-.935 2.121 2.121 0 00-.729-.633 2.262 2.262 0 00-1.05-.241c-.408 0-.758.09-1.079.241-.292.15-.554.362-.758.633a2.49 2.49 0 00-.438.935 4.667 4.667 0 00-.146 1.115c0 .392.059.784.146 1.146.088.361.233.693.438.964.204.272.437.483.758.663.292.151.67.242 1.08.242.407 0 .758-.09 1.078-.242.292-.15.555-.361.759-.633.204-.27.35-.572.437-.934.03-.422.088-.784.088-1.206zm1.837-.03c0 .573-.087 1.145-.262 1.658a4.18 4.18 0 01-.788 1.417c-.35.422-.787.723-1.312.995-.525.24-1.138.361-1.809.361-.7 0-1.312-.12-1.837-.361a4.092 4.092 0 01-1.342-.965 4.112 4.112 0 01-.816-1.387 4.617 4.617 0 01-.292-1.658c0-.572.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.788-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.525.241.962.573 1.341.965.38.391.642.874.817 1.386.088.513.175 1.055.175 1.628zM66.033 53.416c0 .392-.058.724-.204 1.055-.146.302-.32.573-.583.784a2.811 2.811 0 01-.934.512c-.379.121-.787.181-1.225.181-.35 0-.641-.03-.904-.09-.262-.06-.525-.12-.729-.211-.204-.09-.38-.181-.554-.271a1.83 1.83 0 01-.35-.272l.729-1.266c.058.03.117.09.233.15.088.061.234.152.38.212.145.06.32.12.524.18.205.061.409.091.642.091.409 0 .73-.09.963-.301a.854.854 0 00.35-.694.853.853 0 00-.146-.482 1.707 1.707 0 00-.408-.362c-.175-.09-.35-.21-.584-.301a7.367 7.367 0 01-.7-.332 3.986 3.986 0 01-.7-.422 3.088 3.088 0 01-.554-.512 2.213 2.213 0 01-.38-.694 2.928 2.928 0 01-.145-.904c0-.362.058-.693.204-.995.146-.301.321-.542.554-.753.234-.211.525-.362.846-.483.321-.12.671-.18 1.05-.18a4 4 0 01.904.09c.263.06.496.12.7.18.204.061.35.151.496.242.146.09.234.15.321.21l-.7 1.267a1.17 1.17 0 00-.263-.15c-.116-.061-.233-.121-.379-.182a2.13 2.13 0 00-.466-.12c-.175-.03-.321-.06-.496-.06-.35 0-.613.06-.817.21-.204.151-.291.362-.291.664 0 .18.029.301.116.422.088.12.175.21.321.301.146.09.292.181.496.272.175.09.379.18.612.27.263.122.525.272.788.423.262.15.466.331.67.512.205.211.35.453.467.724.117.271.146.693.146 1.085zM1.75 71.834v2.08h2.625v1.417H1.75v3.527H0v-8.501h4.725v1.477H1.75zM13.182 74.608c0-.392-.058-.754-.146-1.115a2.49 2.49 0 00-.437-.935 2.122 2.122 0 00-.73-.633 2.262 2.262 0 00-1.05-.241c-.408 0-.758.09-1.078.241-.292.15-.554.362-.759.633a2.49 2.49 0 00-.437.935 4.668 4.668 0 00-.146 1.115c0 .392.058.784.146 1.146.087.361.233.693.437.964.205.272.438.483.759.663.291.151.67.242 1.079.242.408 0 .758-.09 1.079-.242.32-.15.554-.361.758-.632.204-.272.35-.573.438-.935.029-.422.087-.784.087-1.206zm1.838-.03c0 .573-.088 1.145-.263 1.658a4.18 4.18 0 01-.787 1.417c-.35.422-.788.723-1.313.995-.525.24-1.137.361-1.808.361-.7 0-1.312-.12-1.837-.361a4.094 4.094 0 01-1.342-.965 4.112 4.112 0 01-.817-1.387 4.617 4.617 0 01-.291-1.658c0-.573.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.787-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.524.241.962.573 1.341.965.38.391.642.874.817 1.386.087.513.175 1.055.175 1.628zM24.092 75.392c0 1.176-.291 2.05-.845 2.683-.555.633-1.4.934-2.538.934-1.196 0-2.07-.3-2.654-.874-.584-.603-.846-1.447-.846-2.562v-5.215h1.75v5.064c0 .724.146 1.266.408 1.598.263.332.73.512 1.4.512.613 0 1.05-.18 1.342-.542.292-.362.408-.844.408-1.477v-5.185h1.605v5.064h-.03zM32.345 78.858l-3.208-4.733a16.16 16.16 0 01-.583-.874c-.146-.241-.205-.392-.234-.392h-.029v.12c0 .06 0 .151.03.272 0 .12 0 .21.028.362v5.245h-1.575v-8.501h1.75l2.975 4.401c.117.181.234.362.35.513.117.18.205.331.263.452.087.12.146.241.175.331.058.09.058.121.058.121h.03v-.12c0-.091 0-.181-.03-.302 0-.12 0-.271-.029-.422v-4.974h1.575v8.5h-1.546zM42.262 74.547c0-.965-.233-1.658-.7-2.08-.466-.452-1.196-.663-2.158-.663h-.759v5.607h.817c.933 0 1.633-.241 2.1-.724.467-.482.7-1.205.7-2.14zm1.838-.06c0 .603-.088 1.175-.292 1.718-.204.543-.467.995-.875 1.387-.38.392-.875.693-1.487.934-.613.211-1.313.332-2.13.332h-2.42v-8.501h2.479c.816 0 1.516.09 2.1.301.583.211 1.079.483 1.458.844.38.362.67.814.846 1.297.233.512.32 1.085.32 1.688zM49.524 73.793c-.058-.18-.116-.361-.175-.512-.058-.18-.087-.332-.145-.452-.03-.12-.059-.241-.088-.332-.03-.09-.03-.15-.03-.18h-.028c0 .03-.03.09-.059.18-.029.09-.058.211-.087.332-.03.15-.088.301-.146.452a9.94 9.94 0 00-.175.512l-.7 2.02h2.304l-.67-2.02zM46.9 78.858h-1.75l3.15-8.501h1.692l3.238 8.5h-1.896l-.554-1.597h-3.296l-.584 1.598zM57.634 71.834v7.024h-1.75v-7.024H53.61v-1.477h6.3v1.477h-2.275zM63.846 70.357h-1.75v8.5h1.75v-8.5zM72.77 74.608c0-.392-.059-.754-.146-1.115a2.49 2.49 0 00-.438-.935 2.122 2.122 0 00-.73-.633 2.262 2.262 0 00-1.05-.241c-.407 0-.757.09-1.078.241-.292.15-.554.362-.759.633a2.49 2.49 0 00-.437.935 4.668 4.668 0 00-.146 1.115c0 .392.058.784.146 1.146.087.361.233.693.437.964.205.272.438.483.759.663.291.151.67.242 1.079.242.408 0 .758-.09 1.08-.242.29-.15.553-.361.757-.632a2.49 2.49 0 00.438-.935 8.39 8.39 0 00.087-1.206zm1.866-.03c0 .573-.087 1.145-.262 1.658a4.18 4.18 0 01-.788 1.417c-.35.422-.787.723-1.312.995-.525.24-1.138.361-1.809.361-.7 0-1.312-.12-1.837-.361a4.094 4.094 0 01-1.342-.965 4.112 4.112 0 01-.817-1.387 4.617 4.617 0 01-.291-1.658c0-.573.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.788-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.525.241.962.573 1.341.965.38.391.642.874.817 1.386.058.513.175 1.055.175 1.628zM82.395 78.858l-3.208-4.733a16.16 16.16 0 01-.584-.874c-.145-.241-.204-.392-.233-.392h-.03v.12c0 .06 0 .151.03.272 0 .12 0 .21.03.362v5.245h-1.576v-8.501h1.75l2.975 4.401c.117.181.234.362.35.513.117.18.204.331.263.452.087.12.146.241.175.331.058.09.058.121.058.121h.03v-.12c0-.091 0-.181-.03-.302 0-.12 0-.271-.03-.422v-4.974h1.576v8.5h-1.546zM0 101.92v-8.501h1.75v7.054h3.063v1.447H0zM8.867 93.419h-1.75v8.501h1.75v-8.501zM16.013 99.418c0-.392-.117-.694-.35-.905-.234-.21-.613-.3-1.109-.3h-.991v2.35h.904c.496 0 .875-.09 1.137-.271.292-.181.409-.482.409-.874zM15.72 95.8c0-.693-.437-1.025-1.312-1.025h-.846v2.11h.816c.467 0 .817-.09 1.021-.27.234-.151.321-.423.321-.815zm2.07 3.769c0 .422-.087.814-.232 1.115-.175.301-.38.543-.671.723a2.6 2.6 0 01-1.021.392 5.778 5.778 0 01-1.283.121H11.87v-8.501h2.742c.379 0 .729.03 1.079.09s.642.181.904.362c.263.15.467.392.613.663.145.272.233.603.233.995 0 .543-.146.995-.408 1.296a2.131 2.131 0 01-1.05.664v.03c.233.03.466.12.7.21.204.091.408.242.583.423.175.18.292.361.38.603.087.21.145.482.145.814zM24.267 95.981c0-.392-.117-.693-.35-.874-.234-.18-.584-.301-1.109-.301h-.875v2.351h.963c.467 0 .817-.09 1.02-.301.263-.212.35-.513.35-.875zm.466 5.939l-1.516-2.412c-.175-.24-.292-.452-.409-.572-.116-.151-.204-.242-.291-.332-.088-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.117v3.496h-1.75v-8.501h2.742c.962 0 1.72.211 2.246.633.525.422.787 1.025.787 1.839 0 .362-.058.663-.175.904a2.151 2.151 0 01-.437.663 2.34 2.34 0 01-.613.453c-.233.12-.466.18-.729.24v.03c.117.091.263.212.409.393.145.18.35.452.554.814l1.604 2.532h-1.809zM32.464 96.856c-.058-.181-.117-.362-.175-.513-.059-.18-.088-.332-.146-.452a5.006 5.006 0 00-.087-.332c-.03-.09-.03-.15-.03-.18h-.029c0 .03-.029.09-.058.18-.03.09-.058.211-.088.332-.029.15-.087.301-.145.452-.059.15-.117.332-.175.513l-.7 2.02h2.304l-.671-2.02zm-2.625 5.064h-1.75l3.15-8.501h1.692l3.237 8.501h-1.896l-.554-1.598h-3.296l-.583 1.598zM42.205 95.981c0-.392-.116-.693-.35-.874-.233-.18-.583-.301-1.079-.301h-.875v2.351h.963c.466 0 .816-.09 1.02-.301.205-.212.321-.513.321-.875zm.467 5.939l-1.517-2.412c-.175-.24-.291-.452-.408-.572-.117-.151-.204-.242-.292-.332-.087-.06-.146-.12-.233-.15-.058-.03-.146-.03-.263-.03h-.116v3.496h-1.75v-8.501h2.741c.963 0 1.721.211 2.246.633.525.422.788 1.025.788 1.839 0 .362-.059.663-.175.904a2.151 2.151 0 01-.438.663 2.34 2.34 0 01-.612.453c-.234.12-.467.18-.73.24v.03c.117.091.263.212.409.393.146.18.35.452.554.814l1.604 2.532h-1.808zM49.788 98.725v3.195h-1.75v-3.195l-2.713-5.306h1.925L49 97.036l1.75-3.617h1.692l-2.654 5.306zM84 17.844H55.533V3.224l-27.066 14.62H0v-1.778h28L57.254.119v15.947H84v1.778z"})))},logo_snfl_white:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,co);return d.createElement("svg",oo({viewBox:"0 0 84 111",fill:"#fff",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,lc||(lc=d.createElement("path",{d:"M5.483 30.355c0 .392-.058.723-.204 1.055-.146.301-.32.572-.583.784a2.812 2.812 0 01-.933.512c-.38.12-.788.18-1.225.18-.35 0-.642-.03-.905-.09-.262-.06-.525-.12-.729-.21a9.82 9.82 0 01-.554-.272 1.82 1.82 0 01-.35-.271l.73-1.266c.057.03.116.09.233.15.087.06.233.151.379.211.145.06.32.12.525.181.204.06.408.09.641.09.409 0 .73-.09.963-.3a.854.854 0 00.35-.694.854.854 0 00-.146-.482c-.117-.121-.233-.242-.408-.362-.175-.09-.35-.211-.584-.302-.233-.09-.466-.21-.7-.331a3.985 3.985 0 01-.7-.422 3.085 3.085 0 01-.554-.513 2.213 2.213 0 01-.379-.693 2.928 2.928 0 01-.146-.904c0-.362.059-.694.204-.995.146-.302.321-.543.555-.754.233-.21.525-.362.845-.482.321-.12.671-.181 1.05-.181.35 0 .642.03.905.09.262.06.495.12.7.181.204.06.35.15.495.241.146.09.234.151.321.211l-.7 1.267-.262-.181a4.677 4.677 0 00-.38-.181 2.13 2.13 0 00-.466-.12c-.175-.031-.321-.061-.496-.061-.35 0-.613.06-.817.21-.204.152-.291.363-.291.664 0 .181.029.301.116.422.088.12.175.211.321.302.146.09.292.18.496.27.175.091.38.182.613.272.262.12.525.271.787.422.263.151.467.332.67.513.205.18.35.452.468.723.087.392.145.724.145 1.116zM11.171 25.712v7.024H9.392v-7.024H7.117v-1.477h6.3v1.477h-2.246zM18.346 27.672c-.059-.181-.117-.362-.175-.513-.059-.18-.088-.331-.146-.452a5.04 5.04 0 00-.088-.332c-.029-.09-.029-.15-.029-.18h-.03c0 .03-.028.09-.057.18a5.04 5.04 0 00-.088.332 2.71 2.71 0 01-.146.452c-.058.15-.116.332-.175.513l-.7 2.02h2.304l-.67-2.02zm-2.655 5.064h-1.75l3.15-8.5h1.692l3.238 8.5h-1.896l-.584-1.598h-3.295l-.555 1.598zM27.183 32.736h-1.662l-3.18-8.5h1.867l1.75 5.094c.059.15.088.331.146.482.059.15.088.301.146.452.03.15.088.241.088.332.029.09.029.15.029.15h.029s0-.06.03-.15c.028-.09.058-.211.087-.332.029-.15.087-.271.145-.452.059-.15.088-.332.146-.482l1.663-5.095h1.75l-3.034 8.501zM36.255 26.797c0-.391-.117-.693-.35-.874-.233-.18-.583-.301-1.08-.301h-.874v2.351h.962c.467 0 .817-.09 1.021-.301.204-.211.321-.513.321-.875zm.467 5.94l-1.517-2.413c-.175-.24-.292-.452-.408-.572-.117-.151-.204-.241-.292-.332-.087-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.116v3.496h-1.75v-8.5h2.741c.963 0 1.721.21 2.246.632.525.422.788 1.025.788 1.839 0 .362-.059.663-.175.904a2.152 2.152 0 01-.438.664 2.34 2.34 0 01-.612.452c-.234.12-.467.18-.73.24v.031c.117.09.263.211.409.392.146.18.35.452.554.814l1.604 2.532h-1.808zM46.522 28.486c0-.392-.058-.754-.146-1.116a2.491 2.491 0 00-.437-.934 2.123 2.123 0 00-.73-.633 2.262 2.262 0 00-1.05-.242c-.408 0-.758.09-1.078.242-.292.15-.555.361-.759.633a2.49 2.49 0 00-.437.934 4.669 4.669 0 00-.146 1.116c0 .392.058.783.146 1.145.087.362.233.694.437.965s.438.482.758.663c.292.15.671.241 1.08.241.408 0 .758-.09 1.079-.241.292-.15.554-.362.758-.633a2.49 2.49 0 00.438-.935c.029-.422.087-.783.087-1.205zm1.838-.03c0 .572-.088 1.145-.263 1.657a4.179 4.179 0 01-.787 1.417c-.35.422-.788.724-1.313.995-.525.241-1.137.362-1.808.362-.7 0-1.313-.12-1.838-.362a4.094 4.094 0 01-1.341-.965 4.112 4.112 0 01-.817-1.386 4.619 4.619 0 01-.292-1.658c0-.573.088-1.146.292-1.658.175-.543.467-.995.817-1.417.35-.422.787-.724 1.341-.965.525-.24 1.138-.361 1.838-.361.7 0 1.312.12 1.837.361.525.241.963.573 1.342.965.35.392.642.874.817 1.387.087.512.175 1.055.175 1.627zM55.534 30.355c0 .392-.058.724-.204 1.055-.146.302-.32.573-.583.784a2.81 2.81 0 01-.934.512c-.379.121-.787.181-1.225.181-.35 0-.641-.03-.904-.09-.262-.06-.525-.12-.73-.211-.203-.09-.378-.181-.553-.271a1.819 1.819 0 01-.35-.272l.729-1.266c.058.03.117.09.233.15.088.061.234.152.38.212.145.06.32.12.524.18.205.061.409.091.642.091.408 0 .73-.09.963-.301a.854.854 0 00.35-.694.854.854 0 00-.146-.482c-.117-.12-.234-.241-.409-.362-.175-.09-.35-.21-.583-.301a7.331 7.331 0 01-.7-.332 3.986 3.986 0 01-.7-.422 3.086 3.086 0 01-.554-.512 2.213 2.213 0 01-.38-.694 2.928 2.928 0 01-.145-.904c0-.362.058-.693.204-.995.146-.301.32-.542.554-.753.234-.211.525-.362.846-.483.32-.12.67-.18 1.05-.18.35 0 .642.03.904.09.263.06.496.12.7.18.204.061.35.151.496.242.146.09.233.15.32.21l-.7 1.267-.262-.18a4.669 4.669 0 00-.379-.182 2.125 2.125 0 00-.466-.12c-.175-.03-.321-.06-.496-.06-.35 0-.613.06-.817.21-.204.151-.292.362-.292.664 0 .18.03.301.117.422.088.12.175.21.32.301.147.09.293.18.497.271.175.09.379.181.612.272.263.12.525.271.788.422.262.15.466.331.67.512.205.211.35.452.467.724.088.392.146.723.146 1.115zM84 62.187H0v1.809h84v-1.809zM84 39.127H0v1.809h84v-1.809zM84 108.31H0v1.809h84v-1.809zM84 85.25H0v1.809h84V85.25zM5.542 55.796l-3.209-4.732a16.202 16.202 0 01-.583-.875c-.146-.24-.204-.392-.233-.392h.029v.121c0 .06 0 .15.029.271 0 .12 0 .211.03.362v5.245H0v-8.5h1.75l2.975 4.4c.117.181.233.362.35.513.117.181.204.332.263.452.087.12.145.242.175.332.058.09.058.12.058.12H5.6v-.12c0-.09 0-.181-.03-.302 0-.12 0-.27-.028-.422v-4.974h1.575v8.501H5.542zM11.842 47.295h-1.75v8.501h1.75v-8.5zM18.406 50.732c-.058-.18-.116-.362-.175-.513-.058-.18-.087-.331-.146-.452a5.04 5.04 0 00-.087-.331c-.03-.09-.03-.151-.03-.181h-.028c0 .03-.03.09-.059.18a5.04 5.04 0 00-.087.332 2.71 2.71 0 01-.146.452c-.058.151-.117.332-.175.513l-.7 2.02h2.304l-.67-2.02zm-2.625 5.064h-1.75l3.15-8.5h1.692l3.237 8.5h-1.895L19.66 54.2h-3.325l-.554 1.597zM28.174 49.858c0-.392-.117-.694-.35-.874-.233-.181-.583-.302-1.108-.302h-.875v2.351h.962c.467 0 .817-.09 1.021-.301.233-.211.35-.513.35-.874zm.467 5.938l-1.517-2.411c-.175-.241-.292-.452-.408-.573-.117-.15-.204-.241-.292-.332-.087-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.117v3.496h-1.75v-8.5h2.742c.963 0 1.721.21 2.246.633.525.421.788 1.024.788 1.838 0 .362-.059.663-.175.905a2.15 2.15 0 01-.438.663c-.175.18-.38.331-.613.452-.233.12-.466.18-.729.241v.03c.117.09.263.211.409.392.145.181.35.453.554.814l1.604 2.532h-1.808zM38.763 55.043c-.117.09-.234.211-.409.301-.175.09-.379.212-.583.302-.233.09-.467.15-.73.21-.262.061-.553.091-.845.091-.7 0-1.312-.12-1.837-.361a3.968 3.968 0 01-1.313-.965 4.18 4.18 0 01-.787-1.417 5.323 5.323 0 01-.263-1.658c0-.573.088-1.145.263-1.658.175-.542.437-.995.816-1.386.35-.392.817-.724 1.342-.965.525-.241 1.137-.362 1.837-.362.555 0 1.021.06 1.4.18.38.122.759.272 1.08.513l-.788 1.327a2.975 2.975 0 00-.758-.362c-.263-.09-.584-.12-.963-.12s-.729.06-1.02.21c-.292.151-.555.362-.73.603-.204.272-.35.573-.437.905-.117.331-.146.723-.146 1.115 0 .422.058.784.146 1.146.087.361.233.663.437.934.204.272.438.483.759.633.291.151.641.241 1.05.241.437 0 .816-.06 1.108-.21.292-.121.554-.272.758-.453l.613 1.206zM46.315 55.796V52.12H42.61v3.677H40.89v-8.5h1.72v3.346h3.705v-3.347h1.72v8.501h-1.72zM56.962 51.546c0-.392-.059-.754-.146-1.115a2.49 2.49 0 00-.438-.935 2.121 2.121 0 00-.729-.633 2.262 2.262 0 00-1.05-.241c-.408 0-.758.09-1.079.241-.292.15-.554.362-.758.633a2.49 2.49 0 00-.438.935 4.667 4.667 0 00-.146 1.115c0 .392.059.784.146 1.146.088.361.233.693.438.964.204.272.437.483.758.663.292.151.67.242 1.08.242.407 0 .758-.09 1.078-.242.292-.15.555-.361.759-.633.204-.27.35-.572.437-.934.03-.422.088-.784.088-1.206zm1.837-.03c0 .573-.087 1.145-.262 1.658a4.18 4.18 0 01-.788 1.417c-.35.422-.787.723-1.312.995-.525.24-1.138.361-1.809.361-.7 0-1.312-.12-1.837-.361a4.092 4.092 0 01-1.342-.965 4.112 4.112 0 01-.816-1.387 4.617 4.617 0 01-.292-1.658c0-.572.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.788-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.525.241.962.573 1.341.965.38.391.642.874.817 1.386.088.513.175 1.055.175 1.628zM66.033 53.416c0 .392-.058.724-.204 1.055-.146.302-.32.573-.583.784a2.811 2.811 0 01-.934.512c-.379.121-.787.181-1.225.181-.35 0-.641-.03-.904-.09-.262-.06-.525-.12-.729-.211-.204-.09-.38-.181-.554-.271a1.83 1.83 0 01-.35-.272l.729-1.266c.058.03.117.09.233.15.088.061.234.152.38.212.145.06.32.12.524.18.205.061.409.091.642.091.409 0 .73-.09.963-.301a.854.854 0 00.35-.694.853.853 0 00-.146-.482 1.707 1.707 0 00-.408-.362c-.175-.09-.35-.21-.584-.301a7.367 7.367 0 01-.7-.332 3.986 3.986 0 01-.7-.422 3.088 3.088 0 01-.554-.512 2.213 2.213 0 01-.38-.694 2.928 2.928 0 01-.145-.904c0-.362.058-.693.204-.995.146-.301.321-.542.554-.753.234-.211.525-.362.846-.483.321-.12.671-.18 1.05-.18a4 4 0 01.904.09c.263.06.496.12.7.18.204.061.35.151.496.242.146.09.234.15.321.21l-.7 1.267a1.17 1.17 0 00-.263-.15c-.116-.061-.233-.121-.379-.182a2.13 2.13 0 00-.466-.12c-.175-.03-.321-.06-.496-.06-.35 0-.613.06-.817.21-.204.151-.291.362-.291.664 0 .18.029.301.116.422.088.12.175.21.321.301.146.09.292.181.496.272.175.09.379.18.612.27.263.122.525.272.788.423.262.15.466.331.67.512.205.211.35.453.467.724.117.271.146.693.146 1.085zM1.75 71.834v2.08h2.625v1.417H1.75v3.527H0v-8.501h4.725v1.477H1.75zM13.182 74.608c0-.392-.058-.754-.146-1.115a2.49 2.49 0 00-.437-.935 2.122 2.122 0 00-.73-.633 2.262 2.262 0 00-1.05-.241c-.408 0-.758.09-1.078.241-.292.15-.554.362-.759.633a2.49 2.49 0 00-.437.935 4.668 4.668 0 00-.146 1.115c0 .392.058.784.146 1.146.087.361.233.693.437.964.205.272.438.483.759.663.291.151.67.242 1.079.242.408 0 .758-.09 1.079-.242.32-.15.554-.361.758-.632.204-.272.35-.573.438-.935.029-.422.087-.784.087-1.206zm1.838-.03c0 .573-.088 1.145-.263 1.658a4.18 4.18 0 01-.787 1.417c-.35.422-.788.723-1.313.995-.525.24-1.137.361-1.808.361-.7 0-1.312-.12-1.837-.361a4.094 4.094 0 01-1.342-.965 4.112 4.112 0 01-.817-1.387 4.617 4.617 0 01-.291-1.658c0-.573.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.787-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.524.241.962.573 1.341.965.38.391.642.874.817 1.386.087.513.175 1.055.175 1.628zM24.092 75.392c0 1.176-.291 2.05-.845 2.683-.555.633-1.4.934-2.538.934-1.196 0-2.07-.3-2.654-.874-.584-.603-.846-1.447-.846-2.562v-5.215h1.75v5.064c0 .724.146 1.266.408 1.598.263.332.73.512 1.4.512.613 0 1.05-.18 1.342-.542.292-.362.408-.844.408-1.477v-5.185h1.605v5.064h-.03zM32.345 78.858l-3.208-4.733a16.16 16.16 0 01-.583-.874c-.146-.241-.205-.392-.234-.392h-.029v.12c0 .06 0 .151.03.272 0 .12 0 .21.028.362v5.245h-1.575v-8.501h1.75l2.975 4.401c.117.181.234.362.35.513.117.18.205.331.263.452.087.12.146.241.175.331.058.09.058.121.058.121h.03v-.12c0-.091 0-.181-.03-.302 0-.12 0-.271-.029-.422v-4.974h1.575v8.5h-1.546zM42.262 74.547c0-.965-.233-1.658-.7-2.08-.466-.452-1.196-.663-2.158-.663h-.759v5.607h.817c.933 0 1.633-.241 2.1-.724.467-.482.7-1.205.7-2.14zm1.838-.06c0 .603-.088 1.175-.292 1.718-.204.543-.467.995-.875 1.387-.38.392-.875.693-1.487.934-.613.211-1.313.332-2.13.332h-2.42v-8.501h2.479c.816 0 1.516.09 2.1.301.583.211 1.079.483 1.458.844.38.362.67.814.846 1.297.233.512.32 1.085.32 1.688zM49.524 73.793c-.058-.18-.116-.361-.175-.512-.058-.18-.087-.332-.145-.452-.03-.12-.059-.241-.088-.332-.03-.09-.03-.15-.03-.18h-.028c0 .03-.03.09-.059.18-.029.09-.058.211-.087.332-.03.15-.088.301-.146.452a9.94 9.94 0 00-.175.512l-.7 2.02h2.304l-.67-2.02zM46.9 78.858h-1.75l3.15-8.501h1.692l3.238 8.5h-1.896l-.554-1.597h-3.296l-.584 1.598zM57.634 71.834v7.024h-1.75v-7.024H53.61v-1.477h6.3v1.477h-2.275zM63.846 70.357h-1.75v8.5h1.75v-8.5zM72.77 74.608c0-.392-.059-.754-.146-1.115a2.49 2.49 0 00-.438-.935 2.122 2.122 0 00-.73-.633 2.262 2.262 0 00-1.05-.241c-.407 0-.757.09-1.078.241-.292.15-.554.362-.759.633a2.49 2.49 0 00-.437.935 4.668 4.668 0 00-.146 1.115c0 .392.058.784.146 1.146.087.361.233.693.437.964.205.272.438.483.759.663.291.151.67.242 1.079.242.408 0 .758-.09 1.08-.242.29-.15.553-.361.757-.632a2.49 2.49 0 00.438-.935 8.39 8.39 0 00.087-1.206zm1.866-.03c0 .573-.087 1.145-.262 1.658a4.18 4.18 0 01-.788 1.417c-.35.422-.787.723-1.312.995-.525.24-1.138.361-1.809.361-.7 0-1.312-.12-1.837-.361a4.094 4.094 0 01-1.342-.965 4.112 4.112 0 01-.817-1.387 4.617 4.617 0 01-.291-1.658c0-.573.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.788-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.525.241.962.573 1.341.965.38.391.642.874.817 1.386.058.513.175 1.055.175 1.628zM82.395 78.858l-3.208-4.733a16.16 16.16 0 01-.584-.874c-.145-.241-.204-.392-.233-.392h-.03v.12c0 .06 0 .151.03.272 0 .12 0 .21.03.362v5.245h-1.576v-8.501h1.75l2.975 4.401c.117.181.234.362.35.513.117.18.204.331.263.452.087.12.146.241.175.331.058.09.058.121.058.121h.03v-.12c0-.091 0-.181-.03-.302 0-.12 0-.271-.03-.422v-4.974h1.576v8.5h-1.546zM0 101.92v-8.501h1.75v7.054h3.063v1.447H0zM8.867 93.419h-1.75v8.501h1.75v-8.501zM16.013 99.418c0-.392-.117-.694-.35-.905-.234-.21-.613-.3-1.109-.3h-.991v2.35h.904c.496 0 .875-.09 1.137-.271.292-.181.409-.482.409-.874zM15.72 95.8c0-.693-.437-1.025-1.312-1.025h-.846v2.11h.816c.467 0 .817-.09 1.021-.27.234-.151.321-.423.321-.815zm2.07 3.769c0 .422-.087.814-.232 1.115-.175.301-.38.543-.671.723a2.6 2.6 0 01-1.021.392 5.778 5.778 0 01-1.283.121H11.87v-8.501h2.742c.379 0 .729.03 1.079.09s.642.181.904.362c.263.15.467.392.613.663.145.272.233.603.233.995 0 .543-.146.995-.408 1.296a2.131 2.131 0 01-1.05.664v.03c.233.03.466.12.7.21.204.091.408.242.583.423.175.18.292.361.38.603.087.21.145.482.145.814zM24.267 95.981c0-.392-.117-.693-.35-.874-.234-.18-.584-.301-1.109-.301h-.875v2.351h.963c.467 0 .817-.09 1.02-.301.263-.212.35-.513.35-.875zm.466 5.939l-1.516-2.412c-.175-.24-.292-.452-.409-.572-.116-.151-.204-.242-.291-.332-.088-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.117v3.496h-1.75v-8.501h2.742c.962 0 1.72.211 2.246.633.525.422.787 1.025.787 1.839 0 .362-.058.663-.175.904a2.151 2.151 0 01-.437.663 2.34 2.34 0 01-.613.453c-.233.12-.466.18-.729.24v.03c.117.091.263.212.409.393.145.18.35.452.554.814l1.604 2.532h-1.809zM32.464 96.856c-.058-.181-.117-.362-.175-.513-.059-.18-.088-.332-.146-.452a5.006 5.006 0 00-.087-.332c-.03-.09-.03-.15-.03-.18h-.029c0 .03-.029.09-.058.18-.03.09-.058.211-.088.332-.029.15-.087.301-.145.452-.059.15-.117.332-.175.513l-.7 2.02h2.304l-.671-2.02zm-2.625 5.064h-1.75l3.15-8.501h1.692l3.237 8.501h-1.896l-.554-1.598h-3.296l-.583 1.598zM42.205 95.981c0-.392-.116-.693-.35-.874-.233-.18-.583-.301-1.079-.301h-.875v2.351h.963c.466 0 .816-.09 1.02-.301.205-.212.321-.513.321-.875zm.467 5.939l-1.517-2.412c-.175-.24-.291-.452-.408-.572-.117-.151-.204-.242-.292-.332-.087-.06-.146-.12-.233-.15-.058-.03-.146-.03-.263-.03h-.116v3.496h-1.75v-8.501h2.741c.963 0 1.721.211 2.246.633.525.422.788 1.025.788 1.839 0 .362-.059.663-.175.904a2.151 2.151 0 01-.438.663 2.34 2.34 0 01-.612.453c-.234.12-.467.18-.73.24v.03c.117.091.263.212.409.393.146.18.35.452.554.814l1.604 2.532h-1.808zM49.788 98.725v3.195h-1.75v-3.195l-2.713-5.306h1.925L49 97.036l1.75-3.617h1.692l-2.654 5.306zM84 17.844H55.533V3.224l-27.066 14.62H0v-1.778h28L57.254.119v15.947H84v1.778z"})))},logo_treasures_color:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,hi);return d.createElement("svg",di({viewBox:"0 0 324 265",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,nc||(nc=d.createElement("path",{d:"M21.553 153.725c-.997-.059-3.455-.118-5.33-.118-1.874 0-4.332.059-5.329.118-.059 0-.118-.177-.059-.236 2.111-.819 2.99-1.986 2.99-6.894v-31.067H10.31c-5.742 0-8.141 1.284-10.075 6.54-.059.059-.236 0-.236-.059.236-3.388.236-7.123.118-9.168 0-.118.06-.177.177-.177 1.174.059 5.388.118 8.142.118h15.581c2.753 0 6.968-.059 8.141-.118.118 0 .177.059.177.177-.118 2.045-.118 5.78.119 9.168 0 .059-.178.118-.237.059-1.934-5.256-4.332-6.54-10.075-6.54H18.63v31.067c0 4.908.878 6.075 2.99 6.894.05.059-.008.236-.067.236z",fill:"#D3BA81"})),cc||(cc=d.createElement("path",{d:"M21.553 153.725c-.997-.059-3.455-.118-5.33-.118-1.874 0-4.332.059-5.329.118-.059 0-.118-.177-.059-.236 2.111-.819 2.99-1.986 2.99-6.894v-31.067H10.31c-5.742 0-8.141 1.284-10.075 6.54-.059.059-.236 0-.236-.059.236-3.388.236-7.123.118-9.168 0-.118.06-.177.177-.177 1.174.059 5.388.118 8.142.118h15.581c2.753 0 6.968-.059 8.141-.118.118 0 .177.059.177.177-.118 2.045-.118 5.78.119 9.168 0 .059-.178.118-.237.059-1.934-5.256-4.332-6.54-10.075-6.54H18.63v31.067c0 4.908.878 6.075 2.99 6.894.05.059-.008.236-.067.236zM51.246 115.536h-7.263v16.762h7.263c6.503 0 9.367-2.568 9.367-8.407.007-5.845-2.864-8.355-9.367-8.355zm5.27 18.859l6.385 11.854c1.934 3.616 3.75 5.196 5.912 5.196.524 0 1.174-.177 1.174-.177.059 0 .177.177.177.236-.642 1.343-2.34 2.569-4.569 2.569-3.166 0-4.982-1.639-7.322-6.016l-6.909-13.02h-7.38v11.559c0 4.908.878 6.074 2.989 6.894.059.059 0 .236-.06.236-.996-.059-3.454-.118-5.328-.118-1.875 0-4.156.059-5.152.118-.06 0-.118-.177-.06-.236 1.934-.82 2.813-1.868 2.813-6.599v-27.332c0-4.732-.879-5.78-2.812-6.599-.06-.059 0-.236.059-.236 0 0 1.756.059 6.148.059h8.724c9.315 0 14.35 3.565 14.35 10.924 0 6.015-3.219 9.581-9.139 10.688z",fill:"#D3BA81"})),oc||(oc=d.createElement("path",{d:"M51.246 115.536h-7.263v16.762h7.263c6.503 0 9.367-2.568 9.367-8.407.007-5.845-2.864-8.355-9.367-8.355zm5.27 18.859l6.385 11.854c1.934 3.616 3.75 5.196 5.912 5.196.524 0 1.174-.177 1.174-.177.059 0 .177.177.177.236-.642 1.343-2.34 2.569-4.569 2.569-3.166 0-4.982-1.639-7.322-6.016l-6.909-13.02h-7.38v11.559c0 4.908.878 6.074 2.989 6.894.059.059 0 .236-.06.236-.996-.059-3.454-.118-5.328-.118-1.875 0-4.156.059-5.152.118-.06 0-.118-.177-.06-.236 1.934-.82 2.813-1.868 2.813-6.599v-27.332c0-4.732-.879-5.78-2.812-6.599-.06-.059 0-.236.059-.236 0 0 1.756.059 6.148.059h8.724c9.315 0 14.35 3.565 14.35 10.924 0 6.015-3.219 9.581-9.139 10.688zM104.139 153.784c-1.174-.059-5.388-.118-8.141-.118H80.593c-4.392 0-6.148.059-6.148.059-.06 0-.118-.177-.06-.236 1.935-.819 2.813-1.867 2.813-6.599v-27.332c0-4.731-.878-5.779-2.812-6.598-.06-.06 0-.237.059-.237 0 0 1.757.059 6.148.059H94.47c2.753 0 6.967-.059 8.141-.118.118 0 .177.059.177.177-.118 1.868-.118 5.197.118 8.348 0 .059-.177.119-.236.059-1.875-4.613-4.805-5.72-10.075-5.72h-10.6v15.707h7.5c5.506 0 7.322-.937 8.606-3.853.06-.059.236 0 .236.059-.118 1.048-.177 3.27-.177 5.137 0 1.868.06 4.09.177 5.138 0 .059-.177.118-.236.059-1.291-2.923-3.107-3.853-8.606-3.853h-7.5v16.991h11.537c6.326 0 8.725-1.056 10.659-6.311.059-.059.236 0 .236.059-.236 3.388-.236 6.894-.118 8.939 0 .125-.059.184-.17.184z",fill:"#D3BA81"})),ic||(ic=d.createElement("path",{d:"M104.139 153.784c-1.174-.059-5.388-.118-8.141-.118H80.593c-4.392 0-6.148.059-6.148.059-.06 0-.118-.177-.06-.236 1.935-.819 2.813-1.867 2.813-6.599v-27.332c0-4.731-.878-5.779-2.812-6.598-.06-.06 0-.237.059-.237 0 0 1.757.059 6.148.059H94.47c2.753 0 6.967-.059 8.141-.118.118 0 .177.059.177.177-.118 1.868-.118 5.197.118 8.348 0 .059-.177.119-.236.059-1.875-4.613-4.805-5.72-10.075-5.72h-10.6v15.707h7.5c5.506 0 7.322-.937 8.606-3.853.06-.059.236 0 .236.059-.118 1.048-.177 3.27-.177 5.137 0 1.868.06 4.09.177 5.138 0 .059-.177.118-.236.059-1.291-2.923-3.107-3.853-8.606-3.853h-7.5v16.991h11.537c6.326 0 8.725-1.056 10.659-6.311.059-.059.236 0 .236.059-.236 3.388-.236 6.894-.118 8.939 0 .125-.059.184-.17.184zM133.126 138.661l-7.263-17.692-7.263 17.692h14.526zm2.17 15.065c-.059-.059-.059-.288-.059-.288 2.517-.937 3.1-2.222.819-7.706l-1.756-4.266h-16.807l-1.521 3.676c-2.221 5.373-2.17 7.004 1.174 8.296 0 0 0 .236-.059.288a108.307 108.307 0 00-5.152-.118c-1.757 0-3.927.059-5.152.118-.059-.059-.059-.288-.059-.288 2.635-1.225 3.808-2.923 6.03-8.296l13.884-33.754c.059-.059.295-.059.354 0l14.231 34.337c2.288 5.55 3.107 6.539 5.152 7.706 0 0 0 .236-.059.287a120.397 120.397 0 00-5.565-.118c-2.407.008-4.34.067-5.455.126z",fill:"#D3BA81"})),sc||(sc=d.createElement("path",{d:"M133.126 138.661l-7.263-17.692-7.263 17.692h14.526zm2.17 15.065c-.059-.059-.059-.288-.059-.288 2.517-.937 3.1-2.222.819-7.706l-1.756-4.266h-16.807l-1.521 3.676c-2.221 5.373-2.17 7.004 1.174 8.296 0 0 0 .236-.059.288a108.307 108.307 0 00-5.152-.118c-1.757 0-3.927.059-5.152.118-.059-.059-.059-.288-.059-.288 2.635-1.225 3.808-2.923 6.03-8.296l13.884-33.754c.059-.059.295-.059.354 0l14.231 34.337c2.288 5.55 3.107 6.539 5.152 7.706 0 0 0 .236-.059.287a120.397 120.397 0 00-5.565-.118c-2.407.008-4.34.067-5.455.126zM170.141 113.491c.642 0 1.285-.236 1.639-.465.059 0 .236.059.236.118 0 2.982.236 5.898.701 8.88 0 .059-.177.118-.236.059-2.694-5.019-6.68-7.418-10.953-7.418-4.156 0-7.027 2.568-7.027 6.421 0 4.613 3.218 5.898 9.603 8.88 5.152 2.391 11.13 5.373 11.13 12.496 0 7.241-5.034 12.09-12.887 12.09-6.149 0-9.898-2.805-11.832-2.805a2.68 2.68 0 00-1.402.406c-.059 0-.237-.059-.178-.118.532-2.864.82-5.956 1.115-9.868 0-.059.236-.059.236-.059 1.698 5.72 5.329 9.691 12.238 9.691 5.565 0 8.437-3.27 8.437-7.824 0-4.731-2.695-6.311-9.374-9.404-5.211-2.391-11.36-4.967-11.36-11.913 0-6.539 5.093-10.746 11.419-10.746 3.816 0 6.333 1.579 8.495 1.579z",fill:"#D3BA81"})),hc||(hc=d.createElement("path",{d:"M170.141 113.491c.642 0 1.285-.236 1.639-.465.059 0 .236.059.236.118 0 2.982.236 5.898.701 8.88 0 .059-.177.118-.236.059-2.694-5.019-6.68-7.418-10.953-7.418-4.156 0-7.027 2.568-7.027 6.421 0 4.613 3.218 5.898 9.603 8.88 5.152 2.391 11.13 5.373 11.13 12.496 0 7.241-5.034 12.09-12.887 12.09-6.149 0-9.898-2.805-11.832-2.805a2.68 2.68 0 00-1.402.406c-.059 0-.237-.059-.178-.118.532-2.864.82-5.956 1.115-9.868 0-.059.236-.059.236-.059 1.698 5.72 5.329 9.691 12.238 9.691 5.565 0 8.437-3.27 8.437-7.824 0-4.731-2.695-6.311-9.374-9.404-5.211-2.391-11.36-4.967-11.36-11.913 0-6.539 5.093-10.746 11.419-10.746 3.816 0 6.333 1.579 8.495 1.579zM183.444 138.366v-18.807c0-4.732-.878-5.78-2.812-6.599-.059-.059 0-.236.059-.236.996.059 3.277.118 5.152.118s4.155-.059 5.152-.118c.059 0 .118.177.059.236-1.934.819-2.812 1.867-2.812 6.599v18.917c0 9.168 4.037 12.674 11.418 12.674 7.086 0 11.131-4.03 11.131-13.08v-17.227c0-5.019-.76-6.886-3.395-7.883-.059-.059 0-.236.059-.236a94.55 94.55 0 004.864.118c2.052 0 3.867-.059 4.864-.118.059 0 .118.177.059.236-2.635.997-3.395 2.864-3.395 7.883v17.405c0 11.33-6.031 16.29-15.05 16.29-9.323.007-15.353-4.96-15.353-16.172z",fill:"#D3BA81"})),dc||(dc=d.createElement("path",{d:"M183.444 138.366v-18.807c0-4.732-.878-5.78-2.812-6.599-.059-.059 0-.236.059-.236.996.059 3.277.118 5.152.118s4.155-.059 5.152-.118c.059 0 .118.177.059.236-1.934.819-2.812 1.867-2.812 6.599v18.917c0 9.168 4.037 12.674 11.418 12.674 7.086 0 11.131-4.03 11.131-13.08v-17.227c0-5.019-.76-6.886-3.395-7.883-.059-.059 0-.236.059-.236a94.55 94.55 0 004.864.118c2.052 0 3.867-.059 4.864-.118.059 0 .118.177.059.236-2.635.997-3.395 2.864-3.395 7.883v17.405c0 11.33-6.031 16.29-15.05 16.29-9.323.007-15.353-4.96-15.353-16.172zM238.379 115.536h-7.263v16.762h7.263c6.502 0 9.373-2.568 9.373-8.407-.007-5.845-2.878-8.355-9.373-8.355zm5.27 18.859l6.384 11.854c1.934 3.616 3.75 5.196 5.912 5.196.525 0 1.174-.177 1.174-.177.059 0 .177.177.177.236-.642 1.343-2.34 2.569-4.569 2.569-3.166 0-4.975-1.639-7.322-6.016l-6.908-13.02h-7.381v11.559c0 4.908.878 6.074 2.989 6.894.059.059 0 .236-.059.236-.997-.059-3.455-.118-5.329-.118-1.875 0-4.156.059-5.152.118-.059 0-.118-.177-.059-.236 1.933-.82 2.812-1.868 2.812-6.599v-27.332c0-4.732-.879-5.78-2.812-6.599-.059-.059 0-.236.059-.236 0 0 1.756.059 6.148.059h8.725c9.314 0 14.348 3.565 14.348 10.924 0 6.015-3.225 9.581-9.137 10.688z",fill:"#D3BA81"})),mc||(mc=d.createElement("path",{d:"M238.379 115.536h-7.263v16.762h7.263c6.502 0 9.373-2.568 9.373-8.407-.007-5.845-2.878-8.355-9.373-8.355zm5.27 18.859l6.384 11.854c1.934 3.616 3.75 5.196 5.912 5.196.525 0 1.174-.177 1.174-.177.059 0 .177.177.177.236-.642 1.343-2.34 2.569-4.569 2.569-3.166 0-4.975-1.639-7.322-6.016l-6.908-13.02h-7.381v11.559c0 4.908.878 6.074 2.989 6.894.059.059 0 .236-.059.236-.997-.059-3.455-.118-5.329-.118-1.875 0-4.156.059-5.152.118-.059 0-.118-.177-.059-.236 1.933-.82 2.812-1.868 2.812-6.599v-27.332c0-4.732-.879-5.78-2.812-6.599-.059-.059 0-.236.059-.236 0 0 1.756.059 6.148.059h8.725c9.314 0 14.348 3.565 14.348 10.924 0 6.015-3.225 9.581-9.137 10.688zM291.728 153.784c-1.174-.059-5.388-.118-8.142-.118h-15.404c-4.392 0-6.148.059-6.148.059-.059 0-.118-.177-.059-.236 1.933-.819 2.812-1.867 2.812-6.599v-27.332c0-4.731-.879-5.779-2.812-6.598-.059-.06 0-.237.059-.237 0 0 1.756.059 6.148.059h13.884c2.753 0 6.968-.059 8.141-.118.118 0 .177.059.177.177-.118 1.868-.118 5.197.118 8.348 0 .059-.177.119-.236.059-1.875-4.613-4.805-5.72-10.075-5.72h-10.599v15.707h7.499c5.506 0 7.322-.937 8.606-3.853.059-.059.237 0 .237.059-.119 1.048-.178 3.27-.178 5.137 0 1.868.059 4.09.178 5.138 0 .059-.178.118-.237.059-1.291-2.923-3.107-3.853-8.606-3.853h-7.499v16.991h11.537c6.325 0 8.724-1.056 10.658-6.311.059-.059.236 0 .236.059-.236 3.388-.236 6.894-.118 8.939 0 .125-.059.184-.177.184z",fill:"#D3BA81"})),pc||(pc=d.createElement("path",{d:"M291.728 153.784c-1.174-.059-5.388-.118-8.142-.118h-15.404c-4.392 0-6.148.059-6.148.059-.059 0-.118-.177-.059-.236 1.933-.819 2.812-1.867 2.812-6.599v-27.332c0-4.731-.879-5.779-2.812-6.598-.059-.06 0-.237.059-.237 0 0 1.756.059 6.148.059h13.884c2.753 0 6.968-.059 8.141-.118.118 0 .177.059.177.177-.118 1.868-.118 5.197.118 8.348 0 .059-.177.119-.236.059-1.875-4.613-4.805-5.72-10.075-5.72h-10.599v15.707h7.499c5.506 0 7.322-.937 8.606-3.853.059-.059.237 0 .237.059-.119 1.048-.178 3.27-.178 5.137 0 1.868.059 4.09.178 5.138 0 .059-.178.118-.237.059-1.291-2.923-3.107-3.853-8.606-3.853h-7.499v16.991h11.537c6.325 0 8.724-1.056 10.658-6.311.059-.059.236 0 .236.059-.236 3.388-.236 6.894-.118 8.939 0 .125-.059.184-.177.184zM318.907 113.491c.642 0 1.284-.236 1.639-.465.059 0 .236.059.236.118 0 2.982.236 5.898.701 8.88 0 .059-.177.118-.236.059-2.694-5.019-6.68-7.418-10.954-7.418-4.155 0-7.026 2.568-7.026 6.421 0 4.613 3.218 5.898 9.602 8.88 5.152 2.391 11.131 5.373 11.131 12.496 0 7.241-5.034 12.09-12.887 12.09-6.149 0-9.898-2.805-11.832-2.805-.524 0-1.056.177-1.403.406-.059 0-.236-.059-.177-.118.524-2.864.82-5.956 1.115-9.868 0-.059.236-.059.236-.059 1.698 5.72 5.329 9.691 12.238 9.691 5.565 0 8.436-3.27 8.436-7.824 0-4.731-2.694-6.311-9.374-9.404-5.211-2.391-11.359-4.967-11.359-11.913 0-6.539 5.093-10.746 11.419-10.746 3.808 0 6.332 1.579 8.495 1.579z",fill:"#D3BA81"})),vc||(vc=d.createElement("path",{d:"M318.907 113.491c.642 0 1.284-.236 1.639-.465.059 0 .236.059.236.118 0 2.982.236 5.898.701 8.88 0 .059-.177.118-.236.059-2.694-5.019-6.68-7.418-10.954-7.418-4.155 0-7.026 2.568-7.026 6.421 0 4.613 3.218 5.898 9.602 8.88 5.152 2.391 11.131 5.373 11.131 12.496 0 7.241-5.034 12.09-12.887 12.09-6.149 0-9.898-2.805-11.832-2.805-.524 0-1.056.177-1.403.406-.059 0-.236-.059-.177-.118.524-2.864.82-5.956 1.115-9.868 0-.059.236-.059.236-.059 1.698 5.72 5.329 9.691 12.238 9.691 5.565 0 8.436-3.27 8.436-7.824 0-4.731-2.694-6.311-9.374-9.404-5.211-2.391-11.359-4.967-11.359-11.913 0-6.539 5.093-10.746 11.419-10.746 3.808 0 6.332 1.579 8.495 1.579z",fill:"#D3BA81"})),uc||(uc=d.createElement("path",{d:"M43.565 89.555c.023-.067.14-.17.214-.17.421.17 1.713.494 2.746.679.067.037.037.288-.03.325-1.446.17-2.11.775-2.59 2.568l-.31 1.166 8.621 2.31c1.373.37 1.963.266 2.613-.553.044-.022.258.067.266.126a33.08 33.08 0 00-.584 1.97c-.199.753-.361 1.432-.48 2-.029.052-.265.023-.294-.022-.156-1.025-.613-1.41-1.986-1.778l-8.621-2.31-.31 1.166c-.48 1.793-.207 2.65.96 3.52.036.067-.06.303-.133.296-.99-.355-2.266-.724-2.717-.783-.066-.037-.118-.184-.103-.25.155-.31.45-1.13.93-2.909l1.174-4.392c.465-1.756.612-2.605.634-2.96z",fill:"#05002F"})),fc||(fc=d.createElement("path",{d:"M43.565 89.555c.023-.067.14-.17.214-.17.421.17 1.713.494 2.746.679.067.037.037.288-.03.325-1.446.17-2.11.775-2.59 2.568l-.31 1.166 8.621 2.31c1.373.37 1.963.266 2.613-.553.044-.022.258.067.266.126a33.08 33.08 0 00-.584 1.97c-.199.753-.361 1.432-.48 2-.029.052-.265.023-.294-.022-.156-1.025-.613-1.41-1.986-1.778l-8.621-2.31-.31 1.166c-.48 1.793-.207 2.65.96 3.52.036.067-.06.303-.133.296-.99-.355-2.266-.724-2.717-.783-.066-.037-.118-.184-.103-.25.155-.31.45-1.13.93-2.909l1.174-4.392c.465-1.756.612-2.605.634-2.96zM52.118 86.1l3.063 1.225c1.27.51 1.86.495 2.539-.184.044-.022.25.103.25.155a35.084 35.084 0 00-1.461 3.646c-.036.044-.265-.007-.287-.059-.023-.96-.436-1.38-1.713-1.89l-6.997-2.797c-1.27-.51-1.86-.494-2.54.185-.043.022-.25-.104-.25-.155a35.184 35.184 0 001.462-3.646c.036-.045.265.007.287.058.022.96.436 1.38 1.713 1.89l2.945 1.18 2.48-6.207-2.945-1.18c-1.27-.51-1.86-.495-2.54.184-.044.022-.25-.103-.25-.155a34.754 34.754 0 001.461-3.646c.037-.044.266.007.288.059.022.96.435 1.38 1.712 1.89l6.998 2.797c1.27.51 1.86.494 2.539-.192.044-.022.25.103.25.155a35.093 35.093 0 00-1.462 3.646c-.036.044-.265-.007-.287-.059-.022-.96-.435-1.38-1.712-1.89l-3.063-1.225-2.48 6.215z",fill:"#05002F"})),gc||(gc=d.createElement("path",{d:"M52.118 86.1l3.063 1.225c1.27.51 1.86.495 2.539-.184.044-.022.25.103.25.155a35.084 35.084 0 00-1.461 3.646c-.036.044-.265-.007-.287-.059-.023-.96-.436-1.38-1.713-1.89l-6.997-2.797c-1.27-.51-1.86-.494-2.54.185-.043.022-.25-.104-.25-.155a35.184 35.184 0 001.462-3.646c.036-.045.265.007.287.058.022.96.436 1.38 1.713 1.89l2.945 1.18 2.48-6.207-2.945-1.18c-1.27-.51-1.86-.495-2.54.184-.044.022-.25-.103-.25-.155a34.754 34.754 0 001.461-3.646c.037-.044.266.007.288.059.022.96.435 1.38 1.712 1.89l6.998 2.797c1.27.51 1.86.494 2.539-.192.044-.022.25.103.25.155a35.093 35.093 0 00-1.462 3.646c-.036.044-.265-.007-.287-.059-.022-.96-.435-1.38-1.712-1.89l-3.063-1.225-2.48 6.215zM62.391 76.918c-.044.037-.265-.044-.28-.088.066-.953-.317-1.447-1.66-2.185l-6.06-3.314c-1.484-.812-2.156-.871-2.909-.318-.051.015-.236-.133-.229-.184.259-.436.65-1.107.982-1.72l1.97-3.61c.88-1.608 1.233-2.406 1.337-2.738.037-.066.177-.133.243-.11.37.265 1.314.76 2.274 1.18.051.052-.037.288-.111.31-1.255-.147-1.963.325-2.805 1.86l-1.557 2.85 4.096 2.243 1.056-1.933c.56-1.026.672-1.787.11-2.569-.029-.059.133-.28.185-.266.31.192.967.569 1.402.812.443.244 1.115.59 1.44.746.037.044-.06.295-.126.302-.96-.051-1.542.45-2.103 1.484l-1.056 1.926 4.193 2.296 1.653-3.019c.9-1.646.87-2.458-.126-3.639-.022-.074.133-.28.2-.258.96.605 1.948 1.13 2.42 1.321.067.037.097.2.067.258-.177.251-.516.79-1.609 2.798l-2.089 3.83a76.59 76.59 0 00-.908 1.735z",fill:"#05002F"})),bc||(bc=d.createElement("path",{d:"M62.391 76.918c-.044.037-.265-.044-.28-.088.066-.953-.317-1.447-1.66-2.185l-6.06-3.314c-1.484-.812-2.156-.871-2.909-.318-.051.015-.236-.133-.229-.184.259-.436.65-1.107.982-1.72l1.97-3.61c.88-1.608 1.233-2.406 1.337-2.738.037-.066.177-.133.243-.11.37.265 1.314.76 2.274 1.18.051.052-.037.288-.111.31-1.255-.147-1.963.325-2.805 1.86l-1.557 2.85 4.096 2.243 1.056-1.933c.56-1.026.672-1.787.11-2.569-.029-.059.133-.28.185-.266.31.192.967.569 1.402.812.443.244 1.115.59 1.44.746.037.044-.06.295-.126.302-.96-.051-1.542.45-2.103 1.484l-1.056 1.926 4.193 2.296 1.653-3.019c.9-1.646.87-2.458-.126-3.639-.022-.074.133-.28.2-.258.96.605 1.948 1.13 2.42 1.321.067.037.097.2.067.258-.177.251-.516.79-1.609 2.798l-2.089 3.83a76.59 76.59 0 00-.908 1.735zM77.832 53.528l-13.006.354 5.396 4.222c1.35 1.055 1.993 1.255 2.974.79.052-.008.214.162.192.221-.273.317-.716.856-1.085 1.329a46.4 46.4 0 00-1.026 1.372c-.052.03-.258-.08-.258-.132.214-1.07-.133-1.639-1.484-2.694l-5.41-4.23c-1.078-.841-1.727-1.011-2.569-.612-.051.007-.214-.17-.192-.222.28-.332.709-.841 1.085-1.328.436-.554.672-.893.967-1.329.045-.03.2-.022.259.022.347.546.93.775 2.007.746l9.02-.178-4.827-3.771c-1.351-1.056-1.993-1.262-2.975-.79-.052.007-.214-.17-.192-.221.266-.318.716-.857 1.085-1.33a38.22 38.22 0 001.026-1.372c.044-.03.251.081.259.133-.215 1.07.132 1.639 1.483 2.694l7.5 5.86c.029.067-.14.436-.23.466z",fill:"#05002F"})),yc||(yc=d.createElement("path",{d:"M77.832 53.528l-13.006.354 5.396 4.222c1.35 1.055 1.993 1.255 2.974.79.052-.008.214.162.192.221-.273.317-.716.856-1.085 1.329a46.4 46.4 0 00-1.026 1.372c-.052.03-.258-.08-.258-.132.214-1.07-.133-1.639-1.484-2.694l-5.41-4.23c-1.078-.841-1.727-1.011-2.569-.612-.051.007-.214-.17-.192-.222.28-.332.709-.841 1.085-1.328.436-.554.672-.893.967-1.329.045-.03.2-.022.259.022.347.546.93.775 2.007.746l9.02-.178-4.827-3.771c-1.351-1.056-1.993-1.262-2.975-.79-.052.007-.214-.17-.192-.221.266-.318.716-.857 1.085-1.33a38.22 38.22 0 001.026-1.372c.044-.03.251.081.259.133-.215 1.07.132 1.639 1.483 2.694l7.5 5.86c.029.067-.14.436-.23.466zM80.61 50.265c-.052.03-.244-.11-.244-.162.325-.893.096-1.476-.996-2.561l-4.901-4.857c-1.203-1.189-1.83-1.432-2.709-1.107-.052 0-.192-.192-.17-.244.37-.347.93-.886 1.425-1.38l2.893-2.923c1.292-1.306 1.853-1.97 2.045-2.266.051-.052.206-.074.265-.037.28.354 1.049 1.092 1.853 1.764.037.067-.11.266-.192.266-1.159-.495-1.978-.236-3.21 1.011l-2.281 2.303 3.314 3.284 1.55-1.564c.827-.834 1.136-1.535.82-2.436-.016-.067.198-.229.25-.207.244.266.768.812 1.13 1.166a34.9 34.9 0 001.18 1.115c.03.052-.14.266-.199.258-.908-.317-1.609.008-2.428.842l-1.55 1.565 3.395 3.358 2.42-2.443c1.322-1.329 1.521-2.126.887-3.536 0-.073.199-.228.265-.192.753.85 1.565 1.624 1.956 1.942.052.051.037.214-.014.265-.244.192-.709.613-2.326 2.244l-3.07 3.1a82.204 82.204 0 00-1.358 1.432z",fill:"#05002F"})),zc||(zc=d.createElement("path",{d:"M80.61 50.265c-.052.03-.244-.11-.244-.162.325-.893.096-1.476-.996-2.561l-4.901-4.857c-1.203-1.189-1.83-1.432-2.709-1.107-.052 0-.192-.192-.17-.244.37-.347.93-.886 1.425-1.38l2.893-2.923c1.292-1.306 1.853-1.97 2.045-2.266.051-.052.206-.074.265-.037.28.354 1.049 1.092 1.853 1.764.037.067-.11.266-.192.266-1.159-.495-1.978-.236-3.21 1.011l-2.281 2.303 3.314 3.284 1.55-1.564c.827-.834 1.136-1.535.82-2.436-.016-.067.198-.229.25-.207.244.266.768.812 1.13 1.166a34.9 34.9 0 001.18 1.115c.03.052-.14.266-.199.258-.908-.317-1.609.008-2.428.842l-1.55 1.565 3.395 3.358 2.42-2.443c1.322-1.329 1.521-2.126.887-3.536 0-.073.199-.228.265-.192.753.85 1.565 1.624 1.956 1.942.052.051.037.214-.014.265-.244.192-.709.613-2.326 2.244l-3.07 3.1a82.204 82.204 0 00-1.358 1.432zM80.585 32.543c-.052-.007-.17-.214-.133-.258.325-.23 1.018-.716 1.572-1.152a59.99 59.99 0 001.624-1.32c.052-.016.229.147.221.198-.531.665-.56 1.307.864 2.23l6.104 3.963-2.052-6.894-.118-.066c-1.55-.945-1.97-1.07-2.65-.893-.051-.008-.17-.214-.133-.259.325-.229 1.019-.716 1.573-1.151a59.954 59.954 0 001.623-1.321c.052-.023.23.147.222.199-.517.65-.576 1.292.9 2.2l6.2 3.823-2.31-6.695c-.458-1.358-1.122-1.779-2.31-1.247-.052-.008-.163-.214-.133-.258a53.535 53.535 0 001.616-1.211 40.976 40.976 0 001.344-1.085c.051-.022.229.148.221.2-.369.67-.42 1.284.155 2.937l3.47 10.223c-.008.051-.318.295-.385.295l-7.964-4.872 2.68 8.961c-.008.052-.318.295-.384.295l-9.197-5.897c-1.52-.967-1.956-1.115-2.62-.945z",fill:"#05002F"})),xc||(xc=d.createElement("path",{d:"M80.585 32.543c-.052-.007-.17-.214-.133-.258.325-.23 1.018-.716 1.572-1.152a59.99 59.99 0 001.624-1.32c.052-.016.229.147.221.198-.531.665-.56 1.307.864 2.23l6.104 3.963-2.052-6.894-.118-.066c-1.55-.945-1.97-1.07-2.65-.893-.051-.008-.17-.214-.133-.259.325-.229 1.019-.716 1.573-1.151a59.954 59.954 0 001.623-1.321c.052-.023.23.147.222.199-.517.65-.576 1.292.9 2.2l6.2 3.823-2.31-6.695c-.458-1.358-1.122-1.779-2.31-1.247-.052-.008-.163-.214-.133-.258a53.535 53.535 0 001.616-1.211 40.976 40.976 0 001.344-1.085c.051-.022.229.148.221.2-.369.67-.42 1.284.155 2.937l3.47 10.223c-.008.051-.318.295-.385.295l-7.964-4.872 2.68 8.961c-.008.052-.318.295-.384.295l-9.197-5.897c-1.52-.967-1.956-1.115-2.62-.945zM113.49 25.28c-.524.236-1.158.554-1.837.916-.687.361-1.3.708-1.787 1.01-.059.008-.199-.176-.184-.228.649-.812.62-1.41-.052-2.665l-1.373-2.576-4.834-2.635c-1.55-.849-1.978-1.07-2.776-1.033-.051-.015-.125-.236-.088-.28.354-.17 1.136-.547 1.779-.886.686-.362 1.395-.783 1.756-.997.059-.007.2.178.185.23-.473.575-.473 1.07.827 1.785l3.734 2.075.377-3.935c.125-1.373-.251-2.007-1.388-1.808-.052-.015-.125-.236-.088-.28.376-.178 1.24-.62 1.801-.916a36.956 36.956 0 001.336-.753c.059-.007.199.178.184.23-.384.427-.48 1.092-.672 2.952l-.538 5.388 1.38 2.59c.671 1.255 1.144 1.617 2.185 1.536.037.022.118.243.073.28z",fill:"#05002F"})),wc||(wc=d.createElement("path",{d:"M113.49 25.28c-.524.236-1.158.554-1.837.916-.687.361-1.3.708-1.787 1.01-.059.008-.199-.176-.184-.228.649-.812.62-1.41-.052-2.665l-1.373-2.576-4.834-2.635c-1.55-.849-1.978-1.07-2.776-1.033-.051-.015-.125-.236-.088-.28.354-.17 1.136-.547 1.779-.886.686-.362 1.395-.783 1.756-.997.059-.007.2.178.185.23-.473.575-.473 1.07.827 1.785l3.734 2.075.377-3.935c.125-1.373-.251-2.007-1.388-1.808-.052-.015-.125-.236-.088-.28.376-.178 1.24-.62 1.801-.916a36.956 36.956 0 001.336-.753c.059-.007.199.178.184.23-.384.427-.48 1.092-.672 2.952l-.538 5.388 1.38 2.59c.671 1.255 1.144 1.617 2.185 1.536.037.022.118.243.073.28zM124.912 13.44c-1.306-3.306-3.388-4.612-5.875-3.63-2.466.973-3.108 3.32-1.809 6.62 1.307 3.307 3.388 4.613 5.876 3.631 2.465-.966 3.107-3.314 1.808-6.62zm-9.514 3.75c-1.417-3.587-.059-7.07 3.262-8.377 3.351-1.321 6.658.258 8.075 3.867 1.417 3.588.059 7.072-3.262 8.378-3.351 1.329-6.651-.258-8.075-3.868z",fill:"#05002F"})),Ec||(Ec=d.createElement("path",{d:"M124.912 13.44c-1.306-3.306-3.388-4.612-5.875-3.63-2.466.973-3.108 3.32-1.809 6.62 1.307 3.307 3.388 4.613 5.876 3.631 2.465-.966 3.107-3.314 1.808-6.62zm-9.514 3.75c-1.417-3.587-.059-7.07 3.262-8.377 3.351-1.321 6.658.258 8.075 3.867 1.417 3.588.059 7.072-3.262 8.378-3.351 1.329-6.651-.258-8.075-3.868zM133.974 5.226l-2.532.656 1.277 4.902 2.532-.657c1.882-.488 2.48-1.41 2.037-3.123-.45-1.72-1.447-2.266-3.314-1.778zm-3.794 2.96c-.428-1.64-.841-2.163-1.764-2.333-.044-.022-.067-.258-.022-.295a61.49 61.49 0 001.926-.465l3.403-.886c2.842-.738 4.908.118 5.469 2.266.451 1.727-.376 3.21-2.17 4.104l2.141 2.37c.841.937 1.365 1.32 2.118 1.128.281-.073.524-.265.672-.435.051-.03.236.03.243.081.03.68-.361 1.602-1.38 1.867-1.306.34-2.236-.516-3.218-1.623l-2.406-2.746-2.215.576.739 2.827c.346 1.32.708 1.786 1.66 1.933.045.023.067.259.022.296-.546.103-1.203.258-1.919.443-.716.184-1.358.369-1.889.546-.059-.008-.148-.222-.126-.266.761-.59.849-1.174.502-2.495l-1.786-6.894z",fill:"#05002F"})),Oc||(Oc=d.createElement("path",{d:"M133.974 5.226l-2.532.656 1.277 4.902 2.532-.657c1.882-.488 2.48-1.41 2.037-3.123-.45-1.72-1.447-2.266-3.314-1.778zm-3.794 2.96c-.428-1.64-.841-2.163-1.764-2.333-.044-.022-.067-.258-.022-.295a61.49 61.49 0 001.926-.465l3.403-.886c2.842-.738 4.908.118 5.469 2.266.451 1.727-.376 3.21-2.17 4.104l2.141 2.37c.841.937 1.365 1.32 2.118 1.128.281-.073.524-.265.672-.435.051-.03.236.03.243.081.03.68-.361 1.602-1.38 1.867-1.306.34-2.236-.516-3.218-1.623l-2.406-2.746-2.215.576.739 2.827c.346 1.32.708 1.786 1.66 1.933.045.023.067.259.022.296-.546.103-1.203.258-1.919.443-.716.184-1.358.369-1.889.546-.059-.008-.148-.222-.126-.266.761-.59.849-1.174.502-2.495l-1.786-6.894zM148.67 14.083c-.561.037-1.226.11-1.956.207-.731.096-1.395.206-1.942.317-.059-.007-.125-.236-.088-.28.827-.495.982-1.063.804-2.421l-1.011-7.47c-.184-1.358-.487-1.86-1.417-2.118-.037-.03-.037-.266.015-.296.561-.037 1.218-.11 1.956-.206.73-.096 1.387-.207 1.941-.318.059.008.125.237.089.28-.827.495-.982 1.064-.798 2.422l.539 3.963 3.713-4.723c.915-1.181.982-1.897-.03-2.126-.044-.03-.037-.266.015-.295a53.686 53.686 0 003.986-.539c.052.007.125.236.088.28-.745.303-1.262.915-2.516 2.502l-2.23 2.776 4.348 4.856c1.129 1.248 1.454 1.602 2.192 1.853.044.03.037.266-.015.295-.398.037-1.254.118-1.97.214-.79.104-1.624.259-2.03.332-.059-.007-.126-.236-.089-.28.657-.384.834-.841-.111-1.912l-3.454-3.919-1.698 2.118.281 2.074c.184 1.358.487 1.86 1.417 2.119.022.037.015.273-.029.295z",fill:"#05002F"})),Mc||(Mc=d.createElement("path",{d:"M148.67 14.083c-.561.037-1.226.11-1.956.207-.731.096-1.395.206-1.942.317-.059-.007-.125-.236-.088-.28.827-.495.982-1.063.804-2.421l-1.011-7.47c-.184-1.358-.487-1.86-1.417-2.118-.037-.03-.037-.266.015-.296.561-.037 1.218-.11 1.956-.206.73-.096 1.387-.207 1.941-.318.059.008.125.237.089.28-.827.495-.982 1.064-.798 2.422l.539 3.963 3.713-4.723c.915-1.181.982-1.897-.03-2.126-.044-.03-.037-.266.015-.295a53.686 53.686 0 003.986-.539c.052.007.125.236.088.28-.745.303-1.262.915-2.516 2.502l-2.23 2.776 4.348 4.856c1.129 1.248 1.454 1.602 2.192 1.853.044.03.037.266-.015.295-.398.037-1.254.118-1.97.214-.79.104-1.624.259-2.03.332-.059-.007-.126-.236-.089-.28.657-.384.834-.841-.111-1.912l-3.454-3.919-1.698 2.118.281 2.074c.184 1.358.487 1.86 1.417 2.119.022.037.015.273-.029.295zM166.79 1.181l-.125 5.432 2.28.052c1.971.044 2.805-.738 2.849-2.613.045-1.911-.789-2.775-2.723-2.82l-2.281-.051zm.952 11.455c.037.037-.007.274-.059.288a36.338 36.338 0 00-2.074-.103 34.686 34.686 0 00-1.985.007c-.052-.022-.082-.258-.045-.295.901-.362 1.152-.9 1.181-2.288l.17-7.197c.037-1.712-.221-2.34-1.063-2.76-.037-.037.007-.273.059-.288.509.03 1.292.066 2 .081l3.189.074c2.952.066 4.739 1.55 4.687 3.882-.052 2.333-1.926 3.75-4.879 3.676l-2.281-.051-.059 2.531c-.037 1.447.207 2 1.159 2.443z",fill:"#05002F"})),Sc||(Sc=d.createElement("path",{d:"M166.79 1.181l-.125 5.432 2.28.052c1.971.044 2.805-.738 2.849-2.613.045-1.911-.789-2.775-2.723-2.82l-2.281-.051zm.952 11.455c.037.037-.007.274-.059.288a36.338 36.338 0 00-2.074-.103 34.686 34.686 0 00-1.985.007c-.052-.022-.082-.258-.045-.295.901-.362 1.152-.9 1.181-2.288l.17-7.197c.037-1.712-.221-2.34-1.063-2.76-.037-.037.007-.273.059-.288.509.03 1.292.066 2 .081l3.189.074c2.952.066 4.739 1.55 4.687 3.882-.052 2.333-1.926 3.75-4.879 3.676l-2.281-.051-.059 2.531c-.037 1.447.207 2 1.159 2.443zM185.818 9.492l.583-4.583c.214-1.69.066-2.348-.842-2.953-.029-.037.037-.266.089-.28.406.073 1.1.177 1.69.25.591.074 1.285.148 1.698.178.052.022.059.258.015.295-1.026.362-1.336.952-1.55 2.65l-.583 4.583c-.429 3.337-2.385 4.901-5.595 4.488-3.337-.428-4.857-2.413-4.429-5.765l.65-5.115c.169-1.358.007-1.919-.82-2.406-.029-.037.037-.266.089-.28.546.103 1.203.206 1.934.302.73.096 1.395.163 1.948.192.052.022.059.259.015.295-.923.266-1.218.768-1.395 2.126l-.649 5.115c-.325 2.532.693 3.934 3.048 4.23 2.443.302 3.779-.775 4.104-3.322z",fill:"#05002F"})),_c||(_c=d.createElement("path",{d:"M185.818 9.492l.583-4.583c.214-1.69.066-2.348-.842-2.953-.029-.037.037-.266.089-.28.406.073 1.1.177 1.69.25.591.074 1.285.148 1.698.178.052.022.059.258.015.295-1.026.362-1.336.952-1.55 2.65l-.583 4.583c-.429 3.337-2.385 4.901-5.595 4.488-3.337-.428-4.857-2.413-4.429-5.765l.65-5.115c.169-1.358.007-1.919-.82-2.406-.029-.037.037-.266.089-.28.546.103 1.203.206 1.934.302.73.096 1.395.163 1.948.192.052.022.059.259.015.295-.923.266-1.218.768-1.395 2.126l-.649 5.115c-.325 2.532.693 3.934 3.048 4.23 2.443.302 3.779-.775 4.104-3.322zM196.219 9.795c1.816.472 2.761-.015 3.159-1.565.414-1.587-.192-2.488-1.993-2.953l-2.133-.553-1.166 4.517 2.133.554zm-1.07 5.735c1.83.472 2.819-.015 3.225-1.602.428-1.639-.214-2.554-2.029-3.019l-2.51-.65-1.196 4.628 2.51.643zm-5.565-.303c-.052-.03-.023-.266.022-.295.937-.17 1.328-.665 1.712-2.148l1.727-6.687c.421-1.639.318-2.303-.406-2.901-.029-.044.067-.258.126-.266.487.148 1.232.354 1.911.532l3.005.775c2.775.716 4.177 2.362 3.69 4.251-.354 1.358-1.483 2.148-3.107 2.23 1.675.863 2.435 2.177 2.037 3.712-.524 2.044-2.598 2.849-5.41 2.126l-3.366-.871c-.694-.17-1.447-.347-1.941-.458z",fill:"#05002F"})),Tc||(Tc=d.createElement("path",{d:"M196.219 9.795c1.816.472 2.761-.015 3.159-1.565.414-1.587-.192-2.488-1.993-2.953l-2.133-.553-1.166 4.517 2.133.554zm-1.07 5.735c1.83.472 2.819-.015 3.225-1.602.428-1.639-.214-2.554-2.029-3.019l-2.51-.65-1.196 4.628 2.51.643zm-5.565-.303c-.052-.03-.023-.266.022-.295.937-.17 1.328-.665 1.712-2.148l1.727-6.687c.421-1.639.318-2.303-.406-2.901-.029-.044.067-.258.126-.266.487.148 1.232.354 1.911.532l3.005.775c2.775.716 4.177 2.362 3.69 4.251-.354 1.358-1.483 2.148-3.107 2.23 1.675.863 2.435 2.177 2.037 3.712-.524 2.044-2.598 2.849-5.41 2.126l-3.366-.871c-.694-.17-1.447-.347-1.941-.458zM203.754 19.257a77.349 77.349 0 00-1.867-.664c-.045-.037.007-.266.051-.288.93-.074 1.403-.553 1.993-2.14l2.495-6.673c.48-1.284.45-1.867-.244-2.532-.022-.044.096-.25.155-.25.51.228 1.13.48 1.823.738.724.273 1.395.501 1.942.671.044.037-.008.266-.052.288-1.041.052-1.469.473-1.963 1.809l-3.13 8.355 2.716 1.018c1.757.657 2.562.517 3.587-.642.067-.03.296.089.288.163-.465 1.04-.841 2.088-.967 2.583-.022.066-.184.125-.251.096-.273-.14-.848-.399-2.996-1.196l-3.58-1.336z",fill:"#05002F"})),Ic||(Ic=d.createElement("path",{d:"M203.754 19.257a77.349 77.349 0 00-1.867-.664c-.045-.037.007-.266.051-.288.93-.074 1.403-.553 1.993-2.14l2.495-6.673c.48-1.284.45-1.867-.244-2.532-.022-.044.096-.25.155-.25.51.228 1.13.48 1.823.738.724.273 1.395.501 1.942.671.044.037-.008.266-.052.288-1.041.052-1.469.473-1.963 1.809l-3.13 8.355 2.716 1.018c1.757.657 2.562.517 3.587-.642.067-.03.296.089.288.163-.465 1.04-.841 2.088-.967 2.583-.022.066-.184.125-.251.096-.273-.14-.848-.399-2.996-1.196l-3.58-1.336zM216.547 24.372c.015.044-.118.244-.17.236-.509-.28-1.137-.59-1.838-.922a32.606 32.606 0 00-1.882-.827c-.044-.037.029-.266.074-.28 1.041.03 1.498-.347 2.103-1.639l3.13-6.65c.605-1.292.605-1.882-.081-2.665-.015-.052.11-.243.17-.236.509.28 1.136.59 1.837.923a32.92 32.92 0 001.883.826c.044.037-.03.266-.074.288-1.041-.03-1.499.347-2.104 1.639l-3.129 6.65c-.606 1.277-.606 1.875.081 2.657z",fill:"#05002F"})),Cc||(Cc=d.createElement("path",{d:"M216.547 24.372c.015.044-.118.244-.17.236-.509-.28-1.137-.59-1.838-.922a32.606 32.606 0 00-1.882-.827c-.044-.037.029-.266.074-.28 1.041.03 1.498-.347 2.103-1.639l3.13-6.65c.605-1.292.605-1.882-.081-2.665-.015-.052.11-.243.17-.236.509.28 1.136.59 1.837.923a32.92 32.92 0 001.883.826c.044.037-.03.266-.074.288-1.041-.03-1.499.347-2.104 1.639l-3.129 6.65c-.606 1.277-.606 1.875.081 2.657zM230.961 17.847c1.366.805 1.787 1.654 2.458 2.045.185.11.384.096.561.037.089.03.207.184.222.236a22.26 22.26 0 00-1.454 2.953c-.037.059-.274.007-.296-.067.096-1.948-.612-3.447-2.029-4.281-2.193-1.284-4.429-.317-6.215 2.731-1.787 3.048-1.521 5.521.701 6.827 1.476.864 3.218.783 4.923-.273.074-.022.244.163.199.222a27.916 27.916 0 00-2.037 2.65.467.467 0 01-.288-.081c-.051-.2-.155-.34-.391-.48-.635-.377-1.587-.325-2.967-1.137-3.048-1.786-3.816-5.395-1.875-8.71 1.941-3.306 5.514-4.413 8.488-2.672z",fill:"#05002F"})),kc||(kc=d.createElement("path",{d:"M230.961 17.847c1.366.805 1.787 1.654 2.458 2.045.185.11.384.096.561.037.089.03.207.184.222.236a22.26 22.26 0 00-1.454 2.953c-.037.059-.274.007-.296-.067.096-1.948-.612-3.447-2.029-4.281-2.193-1.284-4.429-.317-6.215 2.731-1.787 3.048-1.521 5.521.701 6.827 1.476.864 3.218.783 4.923-.273.074-.022.244.163.199.222a27.916 27.916 0 00-2.037 2.65.467.467 0 01-.288-.081c-.051-.2-.155-.34-.391-.48-.635-.377-1.587-.325-2.967-1.137-3.048-1.786-3.816-5.395-1.875-8.71 1.941-3.306 5.514-4.413 8.488-2.672zM236.254 37.023a52.693 52.693 0 00-1.565-1.218c-.029-.051.089-.25.14-.258.908.222 1.506-.081 2.569-1.395l4.488-5.528c.863-1.063 1.018-1.632.576-2.48-.008-.052.169-.207.221-.192a39.056 39.056 0 003.122 2.532c.03.051-.088.25-.14.258-1.004-.28-1.535-.022-2.436 1.085l-5.617 6.93 2.251 1.831c1.454 1.181 2.266 1.3 3.602.532.074-.008.251.177.222.243-.768.834-1.462 1.712-1.735 2.14-.044.06-.214.06-.266.015-.214-.221-.679-.65-2.457-2.089l-2.975-2.406z",fill:"#05002F"})),Bc||(Bc=d.createElement("path",{d:"M236.254 37.023a52.693 52.693 0 00-1.565-1.218c-.029-.051.089-.25.14-.258.908.222 1.506-.081 2.569-1.395l4.488-5.528c.863-1.063 1.018-1.632.576-2.48-.008-.052.169-.207.221-.192a39.056 39.056 0 003.122 2.532c.03.051-.088.25-.14.258-1.004-.28-1.535-.022-2.436 1.085l-5.617 6.93 2.251 1.831c1.454 1.181 2.266 1.3 3.602.532.074-.008.251.177.222.243-.768.834-1.462 1.712-1.735 2.14-.044.06-.214.06-.266.015-.214-.221-.679-.65-2.457-2.089l-2.975-2.406zM247.103 46.272c0 .052-.184.2-.236.17-.391-.428-.886-.93-1.447-1.462a34.865 34.865 0 00-1.52-1.387c-.03-.052.111-.244.162-.244.974.362 1.535.148 2.525-.878l5.107-5.3c.989-1.026 1.181-1.594.783-2.554 0-.051.191-.192.236-.17.391.428.886.93 1.446 1.462a34.762 34.762 0 001.521 1.388c.03.051-.111.243-.162.243-.975-.362-1.536-.148-2.525.878l-5.107 5.3c-.989 1.033-1.181 1.594-.783 2.554z",fill:"#05002F"})),Lc||(Lc=d.createElement("path",{d:"M247.103 46.272c0 .052-.184.2-.236.17-.391-.428-.886-.93-1.447-1.462a34.865 34.865 0 00-1.52-1.387c-.03-.052.111-.244.162-.244.974.362 1.535.148 2.525-.878l5.107-5.3c.989-1.026 1.181-1.594.783-2.554 0-.051.191-.192.236-.17.391.428.886.93 1.446 1.462a34.762 34.762 0 001.521 1.388c.03.051-.111.243-.162.243-.975-.362-1.536-.148-2.525.878l-5.107 5.3c-.989 1.033-1.181 1.594-.783 2.554zM257.738 48c1.233 1.416 2.281 1.55 3.492.501 1.24-1.078 1.247-2.163.037-3.565l-1.44-1.66-3.521 3.062L257.738 48zm-4.133 4.118c1.24 1.424 2.325 1.58 3.565.509 1.277-1.114 1.27-2.222.037-3.639l-1.705-1.956-3.602 3.13 1.705 1.956zm-4.414-3.41c-.022-.052.133-.236.185-.23.871.392 1.468.207 2.627-.796l5.211-4.525c1.277-1.114 1.565-1.72 1.307-2.62.007-.052.206-.177.251-.148.317.391.812.99 1.277 1.52l2.029 2.34c1.883 2.163 2.097 4.311.628 5.588-1.063.923-2.443.93-3.824.074.894 1.66.775 3.174-.428 4.214-1.594 1.38-3.757.871-5.661-1.32l-2.281-2.629c-.45-.524-.974-1.092-1.321-1.468z",fill:"#05002F"})),jc||(jc=d.createElement("path",{d:"M257.738 48c1.233 1.416 2.281 1.55 3.492.501 1.24-1.078 1.247-2.163.037-3.565l-1.44-1.66-3.521 3.062L257.738 48zm-4.133 4.118c1.24 1.424 2.325 1.58 3.565.509 1.277-1.114 1.27-2.222.037-3.639l-1.705-1.956-3.602 3.13 1.705 1.956zm-4.414-3.41c-.022-.052.133-.236.185-.23.871.392 1.468.207 2.627-.796l5.211-4.525c1.277-1.114 1.565-1.72 1.307-2.62.007-.052.206-.177.251-.148.317.391.812.99 1.277 1.52l2.029 2.34c1.883 2.163 2.097 4.311.628 5.588-1.063.923-2.443.93-3.824.074.894 1.66.775 3.174-.428 4.214-1.594 1.38-3.757.871-5.661-1.32l-2.281-2.629c-.45-.524-.974-1.092-1.321-1.468zM270.23 56.524l-1.484-2.155-4.178 2.871 1.484 2.156c1.1 1.601 2.17 1.852 3.631.856 1.469-1.019 1.639-2.14.547-3.728zm-4.075-2.56c1.395-.96 1.75-1.529 1.595-2.451.007-.052.221-.155.265-.118.273.428.694 1.077 1.093 1.653l1.993 2.9c1.66 2.422 1.557 4.658-.266 5.913-1.469 1.011-3.144.738-4.598-.65l-1.499 2.82c-.59 1.107-.775 1.734-.339 2.377.162.236.428.406.634.48.045.036.052.228 0 .258-.634.258-1.631.199-2.221-.657-.768-1.115-.273-2.281.428-3.58l1.764-3.196-1.299-1.89-2.406 1.654c-1.13.775-1.44 1.277-1.255 2.222-.008.051-.222.154-.266.118-.288-.48-.649-1.041-1.07-1.654a28.662 28.662 0 00-1.159-1.587c-.015-.051.155-.214.207-.206.812.516 1.387.398 2.517-.377l5.882-4.03z",fill:"#05002F"})),Vc||(Vc=d.createElement("path",{d:"M270.23 56.524l-1.484-2.155-4.178 2.871 1.484 2.156c1.1 1.601 2.17 1.852 3.631.856 1.469-1.019 1.639-2.14.547-3.728zm-4.075-2.56c1.395-.96 1.75-1.529 1.595-2.451.007-.052.221-.155.265-.118.273.428.694 1.077 1.093 1.653l1.993 2.9c1.66 2.422 1.557 4.658-.266 5.913-1.469 1.011-3.144.738-4.598-.65l-1.499 2.82c-.59 1.107-.775 1.734-.339 2.377.162.236.428.406.634.48.045.036.052.228 0 .258-.634.258-1.631.199-2.221-.657-.768-1.115-.273-2.281.428-3.58l1.764-3.196-1.299-1.89-2.406 1.654c-1.13.775-1.44 1.277-1.255 2.222-.008.051-.222.154-.266.118-.288-.48-.649-1.041-1.07-1.654a28.662 28.662 0 00-1.159-1.587c-.015-.051.155-.214.207-.206.812.516 1.387.398 2.517-.377l5.882-4.03zM272.487 73.87l3.542-4.303-5.528.516 1.986 3.787zm-5.913-1.764c-.014.051-.236.125-.28.088a52.308 52.308 0 00-.849-1.69 54.499 54.499 0 00-.819-1.484c-.008-.059.184-.199.229-.184.634.398 1.269.516 2.959.361l10.991-.937c.059.03.236.37.229.428l-7.02 8.665c-1.129 1.388-1.336 1.92-1.358 2.54-.015.051-.236.125-.28.088a29.893 29.893 0 00-.805-1.653 38.002 38.002 0 00-1.055-1.89c-.008-.059.184-.2.228-.184.635.583 1.233.679 2.399-.746l.642-.76-2.391-4.562-.657.06c-1.653.147-2.296.583-2.163 1.86z",fill:"#05002F"})),Rc||(Rc=d.createElement("path",{d:"M272.487 73.87l3.542-4.303-5.528.516 1.986 3.787zm-5.913-1.764c-.014.051-.236.125-.28.088a52.308 52.308 0 00-.849-1.69 54.499 54.499 0 00-.819-1.484c-.008-.059.184-.199.229-.184.634.398 1.269.516 2.959.361l10.991-.937c.059.03.236.37.229.428l-7.02 8.665c-1.129 1.388-1.336 1.92-1.358 2.54-.015.051-.236.125-.28.088a29.893 29.893 0 00-.805-1.653 38.002 38.002 0 00-1.055-1.89c-.008-.059.184-.2.228-.184.635.583 1.233.679 2.399-.746l.642-.76-2.391-4.562-.657.06c-1.653.147-2.296.583-2.163 1.86zM283.825 82.454l-.945-2.436-4.724 1.83.945 2.436c.701 1.816 1.683 2.303 3.329 1.668 1.661-.65 2.089-1.697 1.395-3.498zm-3.381-3.432c1.58-.613 2.052-1.085 2.119-2.015.022-.045.251-.096.288-.052.169.48.428 1.203.679 1.86l1.269 3.277c1.063 2.739.443 4.894-1.624 5.69-1.668.643-3.233-.006-4.325-1.69l-2.104 2.4c-.834.937-1.158 1.513-.878 2.229.103.273.325.494.509.612.037.044-.007.236-.059.251-.671.103-1.631-.177-2.015-1.151-.487-1.262.259-2.281 1.24-3.38l2.451-2.71-.827-2.133-2.724 1.056c-1.276.494-1.697.908-1.734 1.867-.022.044-.251.096-.288.052a33.158 33.158 0 00-.657-1.853 31.568 31.568 0 00-.76-1.816c0-.059.199-.177.251-.155.672.687 1.262.709 2.539.215l6.65-2.554z",fill:"#05002F"})),Pc||(Pc=d.createElement("path",{d:"M283.825 82.454l-.945-2.436-4.724 1.83.945 2.436c.701 1.816 1.683 2.303 3.329 1.668 1.661-.65 2.089-1.697 1.395-3.498zm-3.381-3.432c1.58-.613 2.052-1.085 2.119-2.015.022-.045.251-.096.288-.052.169.48.428 1.203.679 1.86l1.269 3.277c1.063 2.739.443 4.894-1.624 5.69-1.668.643-3.233-.006-4.325-1.69l-2.104 2.4c-.834.937-1.158 1.513-.878 2.229.103.273.325.494.509.612.037.044-.007.236-.059.251-.671.103-1.631-.177-2.015-1.151-.487-1.262.259-2.281 1.24-3.38l2.451-2.71-.827-2.133-2.724 1.056c-1.276.494-1.697.908-1.734 1.867-.022.044-.251.096-.288.052a33.158 33.158 0 00-.657-1.853 31.568 31.568 0 00-.76-1.816c0-.059.199-.177.251-.155.672.687 1.262.709 2.539.215l6.65-2.554zM277.367 100.663a36.15 36.15 0 00-.465-2 41.487 41.487 0 00-.568-1.978c.007-.06.221-.148.265-.126.643.82 1.233.93 2.606.569l2.827-.739 3.683-4.089c1.181-1.313 1.498-1.675 1.646-2.458.03-.044.266-.066.295-.022.081.392.266 1.233.451 1.934.191.753.442 1.543.561 1.941-.008.06-.222.148-.266.126-.45-.59-.93-.709-1.927.391l-2.886 3.152 3.743 1.277c1.306.442 2.015.221 2.088-.938.03-.044.259-.066.296-.022.088.406.317 1.35.472 1.963.155.591.31 1.115.421 1.477-.008.059-.222.147-.266.125-.325-.472-.952-.723-2.716-1.343l-5.123-1.779-2.841.738c-1.381.362-1.838.738-2.001 1.772-.029.051-.265.073-.295.029z",fill:"#05002F"})),Hc||(Hc=d.createElement("path",{d:"M277.367 100.663a36.15 36.15 0 00-.465-2 41.487 41.487 0 00-.568-1.978c.007-.06.221-.148.265-.126.643.82 1.233.93 2.606.569l2.827-.739 3.683-4.089c1.181-1.313 1.498-1.675 1.646-2.458.03-.044.266-.066.295-.022.081.392.266 1.233.451 1.934.191.753.442 1.543.561 1.941-.008.06-.222.148-.266.126-.45-.59-.93-.709-1.927.391l-2.886 3.152 3.743 1.277c1.306.442 2.015.221 2.088-.938.03-.044.259-.066.296-.022.088.406.317 1.35.472 1.963.155.591.31 1.115.421 1.477-.008.059-.222.147-.266.125-.325-.472-.952-.723-2.716-1.343l-5.123-1.779-2.841.738c-1.381.362-1.838.738-2.001 1.772-.029.051-.265.073-.295.029zM55.772 173.197c.023.066-.03.214-.096.251-.45.074-1.727.45-2.708.826-.074 0-.178-.228-.14-.295 1.15-.886 1.417-1.749.907-3.535l-.332-1.159-8.584 2.436c-1.373.391-1.823.782-1.956 1.808-.022.044-.258.074-.295.029a33.396 33.396 0 00-.51-1.992 36.505 36.505 0 00-.612-1.964c0-.059.214-.155.266-.133.656.805 1.247.901 2.62.51l8.584-2.436-.332-1.159c-.51-1.786-1.181-2.384-2.628-2.532-.066-.037-.103-.288-.037-.324 1.034-.2 2.318-.547 2.739-.724.073 0 .191.096.214.163.022.346.192 1.203.694 2.967l1.24 4.369c.501 1.772.804 2.584.966 2.894z",fill:"#05002F"})),Fc||(Fc=d.createElement("path",{d:"M55.772 173.197c.023.066-.03.214-.096.251-.45.074-1.727.45-2.708.826-.074 0-.178-.228-.14-.295 1.15-.886 1.417-1.749.907-3.535l-.332-1.159-8.584 2.436c-1.373.391-1.823.782-1.956 1.808-.022.044-.258.074-.295.029a33.396 33.396 0 00-.51-1.992 36.505 36.505 0 00-.612-1.964c0-.059.214-.155.266-.133.656.805 1.247.901 2.62.51l8.584-2.436-.332-1.159c-.51-1.786-1.181-2.384-2.628-2.532-.066-.037-.103-.288-.037-.324 1.034-.2 2.318-.547 2.739-.724.073 0 .191.096.214.163.022.346.192 1.203.694 2.967l1.24 4.369c.501 1.772.804 2.584.966 2.894zM51.96 182.615l-3.018 1.328c-1.255.554-1.654.982-1.646 1.942-.015.044-.251.11-.288.066a27.626 27.626 0 00-.745-1.816 30.375 30.375 0 00-.842-1.779c-.007-.059.192-.184.244-.162.7.657 1.291.657 2.546.103l6.894-3.033c1.255-.554 1.653-.982 1.646-1.949.022-.044.251-.111.288-.066.192.524.443 1.144.745 1.815.296.68.584 1.277.842 1.779.007.059-.192.185-.244.163-.701-.657-1.291-.65-2.546-.104l-2.901 1.277 2.694 6.119 2.9-1.277c1.256-.553 1.654-.981 1.647-1.948.015-.052.243-.111.288-.067a34.151 34.151 0 001.58 3.602c.007.059-.193.185-.244.163-.701-.657-1.292-.65-2.547-.104l-6.894 3.034c-1.255.553-1.653.982-1.646 1.948-.022.045-.25.111-.288.067a29.387 29.387 0 00-.745-1.823 30.37 30.37 0 00-.841-1.779c-.008-.059.191-.185.243-.162.701.656 1.292.649 2.547.103l3.018-1.329-2.686-6.111z",fill:"#05002F"})),Dc||(Dc=d.createElement("path",{d:"M51.96 182.615l-3.018 1.328c-1.255.554-1.654.982-1.646 1.942-.015.044-.251.11-.288.066a27.626 27.626 0 00-.745-1.816 30.375 30.375 0 00-.842-1.779c-.007-.059.192-.184.244-.162.7.657 1.291.657 2.546.103l6.894-3.033c1.255-.554 1.653-.982 1.646-1.949.022-.044.251-.111.288-.066.192.524.443 1.144.745 1.815.296.68.584 1.277.842 1.779.007.059-.192.185-.244.163-.701-.657-1.291-.65-2.546-.104l-2.901 1.277 2.694 6.119 2.9-1.277c1.256-.553 1.654-.981 1.647-1.948.015-.052.243-.111.288-.067a34.151 34.151 0 001.58 3.602c.007.059-.193.185-.244.163-.701-.657-1.292-.65-2.547-.104l-6.894 3.034c-1.255.553-1.653.982-1.646 1.948-.022.045-.25.111-.288.067a29.387 29.387 0 00-.745-1.823 30.37 30.37 0 00-.841-1.779c-.008-.059.191-.185.243-.162.701.656 1.292.649 2.547.103l3.018-1.329-2.686-6.111zM53.49 199.34c-.014-.059.17-.206.215-.199.79.531 1.417.443 2.716-.362l5.883-3.616c1.446-.886 1.823-1.44 1.72-2.37.014-.051.228-.14.272-.103.251.443.643 1.107 1.004 1.705l2.156 3.499c.96 1.564 1.476 2.266 1.72 2.517.036.059.029.214-.023.273-.413.192-1.306.76-2.148 1.387-.073.022-.236-.177-.214-.251.753-1.011.694-1.867-.221-3.358l-1.698-2.761-3.978 2.444 1.151 1.874c.613.997 1.218 1.469 2.178 1.373.066 0 .177.251.14.295-.317.178-.974.554-1.402.82a45.84 45.84 0 00-1.366.878c-.06.015-.229-.199-.2-.258.517-.805.377-1.565-.243-2.561l-1.151-1.875-4.067 2.502 1.8 2.93c.982 1.594 1.706 1.978 3.226 1.698.074.015.177.251.126.302-1.004.532-1.949 1.137-2.347 1.447-.06.037-.222-.015-.259-.074-.133-.28-.428-.834-1.631-2.782l-2.288-3.713c-.37-.583-.79-1.24-1.07-1.661z",fill:"#05002F"})),Ac||(Ac=d.createElement("path",{d:"M53.49 199.34c-.014-.059.17-.206.215-.199.79.531 1.417.443 2.716-.362l5.883-3.616c1.446-.886 1.823-1.44 1.72-2.37.014-.051.228-.14.272-.103.251.443.643 1.107 1.004 1.705l2.156 3.499c.96 1.564 1.476 2.266 1.72 2.517.036.059.029.214-.023.273-.413.192-1.306.76-2.148 1.387-.073.022-.236-.177-.214-.251.753-1.011.694-1.867-.221-3.358l-1.698-2.761-3.978 2.444 1.151 1.874c.613.997 1.218 1.469 2.178 1.373.066 0 .177.251.14.295-.317.178-.974.554-1.402.82a45.84 45.84 0 00-1.366.878c-.06.015-.229-.199-.2-.258.517-.805.377-1.565-.243-2.561l-1.151-1.875-4.067 2.502 1.8 2.93c.982 1.594 1.706 1.978 3.226 1.698.074.015.177.251.126.302-1.004.532-1.949 1.137-2.347 1.447-.06.037-.222-.015-.259-.074-.133-.28-.428-.834-1.631-2.782l-2.288-3.713c-.37-.583-.79-1.24-1.07-1.661zM76.283 211.711l-4.037 3.543 1.483 1.691c1.285 1.461 2.414 1.55 3.809.324 1.425-1.247 1.484-2.435.221-3.867l-1.476-1.691zm-7.69 8.363c0 .052-.208.177-.252.148a35.684 35.684 0 00-1.314-1.58 28.253 28.253 0 00-1.336-1.439c-.022-.052.133-.236.185-.229.864.413 1.424.236 2.458-.672l5.351-4.701c1.277-1.115 1.558-1.727 1.292-2.621 0-.051.199-.177.25-.147.318.391.82.989 1.285 1.513l2.082 2.369c1.926 2.192 2.044 4.488.31 6.008-1.735 1.521-4.016 1.108-5.942-1.085l-1.484-1.69-1.882 1.653c-1.085.938-1.329 1.484-1.004 2.473z",fill:"#05002F"})),Nc||(Nc=d.createElement("path",{d:"M76.283 211.711l-4.037 3.543 1.483 1.691c1.285 1.461 2.414 1.55 3.809.324 1.425-1.247 1.484-2.435.221-3.867l-1.476-1.691zm-7.69 8.363c0 .052-.208.177-.252.148a35.684 35.684 0 00-1.314-1.58 28.253 28.253 0 00-1.336-1.439c-.022-.052.133-.236.185-.229.864.413 1.424.236 2.458-.672l5.351-4.701c1.277-1.115 1.558-1.727 1.292-2.621 0-.051.199-.177.25-.147.318.391.82.989 1.285 1.513l2.082 2.369c1.926 2.192 2.044 4.488.31 6.008-1.735 1.521-4.016 1.108-5.942-1.085l-1.484-1.69-1.882 1.653c-1.085.938-1.329 1.484-1.004 2.473zM87.902 230.533c2.34-2.672 2.554-5.123.546-6.88-1.993-1.749-4.37-1.247-6.717 1.425-2.34 2.672-2.554 5.122-.546 6.879 1.993 1.749 4.377 1.248 6.717-1.424zm-7.684-6.739c2.54-2.901 6.26-3.285 8.946-.93 2.709 2.376 2.812 6.037.258 8.953-2.546 2.901-6.259 3.284-8.945.93-2.717-2.377-2.82-6.038-.259-8.953z",fill:"#05002F"})),Wc||(Wc=d.createElement("path",{d:"M87.902 230.533c2.34-2.672 2.554-5.123.546-6.88-1.993-1.749-4.37-1.247-6.717 1.425-2.34 2.672-2.554 5.122-.546 6.879 1.993 1.749 4.377 1.248 6.717-1.424zm-7.684-6.739c2.54-2.901 6.26-3.285 8.946-.93 2.709 2.376 2.812 6.037.258 8.953-2.546 2.901-6.259 3.284-8.945.93-2.717-2.377-2.82-6.038-.259-8.953zM91.6 241.169a52.592 52.592 0 00-1.669-1.078c-.037-.044.067-.258.118-.266.923.148 1.491-.214 2.436-1.616l3.986-5.905c.767-1.137.87-1.712.354-2.524-.007-.052.155-.222.207-.207.443.34.989.731 1.601 1.144.643.436 1.233.812 1.735 1.107.037.045-.066.259-.118.266-1.026-.192-1.535.118-2.333 1.299l-4.99 7.396 2.407 1.624c1.557 1.048 2.37 1.1 3.639.214.074-.015.266.155.236.229-.694.9-1.306 1.838-1.543 2.288-.044.059-.206.081-.265.037-.236-.2-.738-.583-2.635-1.86l-3.167-2.148z",fill:"#05002F"})),qc||(qc=d.createElement("path",{d:"M91.6 241.169a52.592 52.592 0 00-1.669-1.078c-.037-.044.067-.258.118-.266.923.148 1.491-.214 2.436-1.616l3.986-5.905c.767-1.137.87-1.712.354-2.524-.007-.052.155-.222.207-.207.443.34.989.731 1.601 1.144.643.436 1.233.812 1.735 1.107.037.045-.066.259-.118.266-1.026-.192-1.535.118-2.333 1.299l-4.99 7.396 2.407 1.624c1.557 1.048 2.37 1.1 3.639.214.074-.015.266.155.236.229-.694.9-1.306 1.838-1.543 2.288-.044.059-.206.081-.265.037-.236-.2-.738-.583-2.635-1.86l-3.167-2.148zM113.329 246.572c1.616-3.159 1.217-5.587-1.159-6.805-2.362-1.203-4.547-.14-6.163 3.026-1.617 3.159-1.218 5.595 1.158 6.805 2.362 1.203 4.547.133 6.164-3.026zm-9.101-4.65c1.756-3.432 5.262-4.716 8.444-3.093 3.21 1.639 4.2 5.167 2.435 8.614-1.756 3.432-5.262 4.717-8.444 3.093-3.203-1.646-4.199-5.167-2.435-8.614z",fill:"#05002F"})),Gc||(Gc=d.createElement("path",{d:"M113.329 246.572c1.616-3.159 1.217-5.587-1.159-6.805-2.362-1.203-4.547-.14-6.163 3.026-1.617 3.159-1.218 5.595 1.158 6.805 2.362 1.203 4.547.133 6.164-3.026zm-9.101-4.65c1.756-3.432 5.262-4.716 8.444-3.093 3.21 1.639 4.2 5.167 2.435 8.614-1.756 3.432-5.262 4.717-8.444 3.093-3.203-1.646-4.199-5.167-2.435-8.614zM127.326 258.809l-4.555-12.186-2.243 6.473c-.561 1.617-.547 2.289.214 3.071.022.044-.089.258-.148.251a33.895 33.895 0 00-1.609-.591 47.214 47.214 0 00-1.631-.524c-.044-.037 0-.265.044-.288 1.078-.14 1.506-.656 2.067-2.28l2.251-6.488c.45-1.292.391-1.964-.258-2.628-.022-.044.088-.251.147-.251.406.163 1.026.391 1.609.598.665.229 1.063.347 1.565.487.044.037.089.185.067.251-.406.509-.429 1.129-.052 2.141l3.093 8.473 2.007-5.794c.561-1.617.546-2.288-.214-3.071-.022-.044.089-.258.148-.258.384.155 1.041.399 1.609.598.561.192 1.232.406 1.631.524.044.037 0 .266-.044.288-1.078.14-1.506.657-2.067 2.281l-3.115 8.997c-.066.044-.465 0-.516-.074z",fill:"#05002F"})),Yc||(Yc=d.createElement("path",{d:"M127.326 258.809l-4.555-12.186-2.243 6.473c-.561 1.617-.547 2.289.214 3.071.022.044-.089.258-.148.251a33.895 33.895 0 00-1.609-.591 47.214 47.214 0 00-1.631-.524c-.044-.037 0-.265.044-.288 1.078-.14 1.506-.656 2.067-2.28l2.251-6.488c.45-1.292.391-1.964-.258-2.628-.022-.044.088-.251.147-.251.406.163 1.026.391 1.609.598.665.229 1.063.347 1.565.487.044.037.089.185.067.251-.406.509-.429 1.129-.052 2.141l3.093 8.473 2.007-5.794c.561-1.617.546-2.288-.214-3.071-.022-.044.089-.258.148-.258.384.155 1.041.399 1.609.598.561.192 1.232.406 1.631.524.044.037 0 .266-.044.288-1.078.14-1.506.657-2.067 2.281l-3.115 8.997c-.066.044-.465 0-.516-.074zM138.92 251.458c-.266 1.307.435 1.927 2.413 3.145 1.772 1.151 3.337 2.317 2.879 4.546-.465 2.259-2.303 3.359-4.776 2.849-1.749-.354-2.745-1.313-3.439-1.454a.659.659 0 00-.583.141c-.074 0-.244-.089-.266-.148.369-1.085.701-2.155.982-3.255.044-.044.265-.037.31.029.192 1.934 1.336 3.292 3.225 3.676 1.521.31 2.576-.28 2.849-1.587.281-1.358-.28-2.059-2.273-3.277-1.838-1.166-3.447-2.229-3.004-4.406.421-2.067 2.155-3.145 4.362-2.695 1.292.266 1.845.783 2.48.908a.622.622 0 00.517-.11c.074-.008.243.066.265.125a30.288 30.288 0 00-.332 3.063c-.014.074-.258.096-.302.03-.576-1.683-1.558-2.731-2.864-2.997-1.284-.28-2.207.266-2.443 1.417z",fill:"#05002F"})),Uc||(Uc=d.createElement("path",{d:"M138.92 251.458c-.266 1.307.435 1.927 2.413 3.145 1.772 1.151 3.337 2.317 2.879 4.546-.465 2.259-2.303 3.359-4.776 2.849-1.749-.354-2.745-1.313-3.439-1.454a.659.659 0 00-.583.141c-.074 0-.244-.089-.266-.148.369-1.085.701-2.155.982-3.255.044-.044.265-.037.31.029.192 1.934 1.336 3.292 3.225 3.676 1.521.31 2.576-.28 2.849-1.587.281-1.358-.28-2.059-2.273-3.277-1.838-1.166-3.447-2.229-3.004-4.406.421-2.067 2.155-3.145 4.362-2.695 1.292.266 1.845.783 2.48.908a.622.622 0 00.517-.11c.074-.008.243.066.265.125a30.288 30.288 0 00-.332 3.063c-.014.074-.258.096-.302.03-.576-1.683-1.558-2.731-2.864-2.997-1.284-.28-2.207.266-2.443 1.417zM153.814 263.821a32.29 32.29 0 00-1.956-.199 29.109 29.109 0 00-1.963-.088c-.052-.023-.074-.259-.029-.296.907-.31 1.181-.834 1.284-2.199l.553-7.514c.104-1.366-.088-1.927-.944-2.37-.03-.036.022-.265.073-.28.554.074 1.218.14 1.956.199.739.059 1.403.089 1.964.089.051.022.074.258.029.295-.908.31-1.181.834-1.284 2.2l-.295 3.993 4.606-3.853c1.136-.96 1.35-1.653.406-2.082-.03-.036.022-.273.073-.28.428.052 1.469.148 2.133.192.65.052 1.455.088 1.875.103.052.022.074.259.037.295-.79.141-1.424.635-2.982 1.934l-2.753 2.251 3.248 5.647c.849 1.454 1.092 1.867 1.764 2.266.037.037-.022.266-.074.288a38.308 38.308 0 00-1.971-.199c-.79-.059-1.638-.082-2.052-.096-.051-.023-.073-.259-.029-.288.723-.236.989-.65.288-1.897l-2.576-4.547-2.097 1.727-.155 2.089c-.103 1.366.089 1.919.945 2.362.03.015-.022.244-.074.258z",fill:"#05002F"})),Xc||(Xc=d.createElement("path",{d:"M153.814 263.821a32.29 32.29 0 00-1.956-.199 29.109 29.109 0 00-1.963-.088c-.052-.023-.074-.259-.029-.296.907-.31 1.181-.834 1.284-2.199l.553-7.514c.104-1.366-.088-1.927-.944-2.37-.03-.036.022-.265.073-.28.554.074 1.218.14 1.956.199.739.059 1.403.089 1.964.089.051.022.074.258.029.295-.908.31-1.181.834-1.284 2.2l-.295 3.993 4.606-3.853c1.136-.96 1.35-1.653.406-2.082-.03-.036.022-.273.073-.28.428.052 1.469.148 2.133.192.65.052 1.455.088 1.875.103.052.022.074.259.037.295-.79.141-1.424.635-2.982 1.934l-2.753 2.251 3.248 5.647c.849 1.454 1.092 1.867 1.764 2.266.037.037-.022.266-.074.288a38.308 38.308 0 00-1.971-.199c-.79-.059-1.638-.082-2.052-.096-.051-.023-.073-.259-.029-.288.723-.236.989-.65.288-1.897l-2.576-4.547-2.097 1.727-.155 2.089c-.103 1.366.089 1.919.945 2.362.03.015-.022.244-.074.258zM174.948 263.88a38.028 38.028 0 00-4.096.259c-.052-.015-.104-.244-.074-.288.93-.472 1.144-1.033 1.055-2.451l-.184-2.915-3.314-4.392c-1.063-1.41-1.358-1.793-2.104-2.089-.037-.037-.015-.265.037-.295.399-.007 1.262-.022 1.978-.074.775-.051 1.602-.14 2.015-.184.052.015.104.243.074.288-.664.332-.871.775.015 1.963l2.546 3.432 1.964-3.432c.679-1.196.598-1.934-.524-2.222-.037-.037-.015-.273.037-.288a48.614 48.614 0 002.015-.096 27.316 27.316 0 001.527-.132c.052.014.104.243.074.287-.524.229-.885.798-1.83 2.414l-2.716 4.687.184 2.93c.089 1.418.376 1.942 1.358 2.296.037.052.015.288-.037.302z",fill:"#05002F"})),Qc||(Qc=d.createElement("path",{d:"M174.948 263.88a38.028 38.028 0 00-4.096.259c-.052-.015-.104-.244-.074-.288.93-.472 1.144-1.033 1.055-2.451l-.184-2.915-3.314-4.392c-1.063-1.41-1.358-1.793-2.104-2.089-.037-.037-.015-.265.037-.295.399-.007 1.262-.022 1.978-.074.775-.051 1.602-.14 2.015-.184.052.015.104.243.074.288-.664.332-.871.775.015 1.963l2.546 3.432 1.964-3.432c.679-1.196.598-1.934-.524-2.222-.037-.037-.015-.273.037-.288a48.614 48.614 0 002.015-.096 27.316 27.316 0 001.527-.132c.052.014.104.243.074.287-.524.229-.885.798-1.83 2.414l-2.716 4.687.184 2.93c.089 1.418.376 1.942 1.358 2.296.037.052.015.288-.037.302zM189.9 261.887c-.059-.007-.148-.221-.118-.265.752-.583.863-1.203.509-2.694l-1.594-6.717c-.392-1.646-.798-2.185-1.713-2.369-.044-.03-.059-.259-.015-.296.495-.103 1.255-.258 1.934-.428l4.001-.952c1.786-.428 2.613-.694 2.93-.849.074-.015.214.045.251.111.052.45.317 1.484.642 2.48 0 .074-.236.17-.302.125-.724-1.033-1.558-1.24-3.256-.834l-3.159.753 1.078 4.54 2.141-.51c1.136-.273 1.778-.701 1.978-1.638.022-.059.295-.089.324-.037.067.354.222 1.092.34 1.587.118.487.31 1.225.413 1.572-.007.059-.258.155-.31.111-.605-.746-1.365-.842-2.509-.576l-2.141.509 1.107 4.65 3.351-.797c1.823-.435 2.414-.996 2.621-2.532.037-.066.295-.088.332-.022.192 1.122.465 2.207.635 2.687.014.074-.082.207-.148.221-.31.037-.93.148-3.152.679l-4.244 1.012c-.694.147-1.439.339-1.926.479z",fill:"#05002F"})),Jc||(Jc=d.createElement("path",{d:"M189.9 261.887c-.059-.007-.148-.221-.118-.265.752-.583.863-1.203.509-2.694l-1.594-6.717c-.392-1.646-.798-2.185-1.713-2.369-.044-.03-.059-.259-.015-.296.495-.103 1.255-.258 1.934-.428l4.001-.952c1.786-.428 2.613-.694 2.93-.849.074-.015.214.045.251.111.052.45.317 1.484.642 2.48 0 .074-.236.17-.302.125-.724-1.033-1.558-1.24-3.256-.834l-3.159.753 1.078 4.54 2.141-.51c1.136-.273 1.778-.701 1.978-1.638.022-.059.295-.089.324-.037.067.354.222 1.092.34 1.587.118.487.31 1.225.413 1.572-.007.059-.258.155-.31.111-.605-.746-1.365-.842-2.509-.576l-2.141.509 1.107 4.65 3.351-.797c1.823-.435 2.414-.996 2.621-2.532.037-.066.295-.088.332-.022.192 1.122.465 2.207.635 2.687.014.074-.082.207-.148.221-.31.037-.93.148-3.152.679l-4.244 1.012c-.694.147-1.439.339-1.926.479zM208.286 256.389c.044.022.096.251.052.287a55.95 55.95 0 00-1.934.702c-.576.221-1.085.435-1.454.59-.059 0-.177-.207-.155-.251.487-.398.731-1.07 1.203-2.76l1.292-4.584-4.149-2.775c-1.372-.908-1.764-1.181-2.546-1.248-.044-.022-.096-.251-.052-.288a50.187 50.187 0 001.875-.656c.738-.281 1.521-.62 1.897-.783.059 0 .177.207.155.251-.554.517-.62 1.004.531 1.786l3.108 2.111.923-3.38c.332-1.248.118-1.919-1.019-1.868-.044-.022-.096-.251-.052-.287a79.933 79.933 0 001.934-.702 54.652 54.652 0 001.454-.59c.059 0 .177.206.155.251-.487.398-.731 1.07-1.203 2.76l-1.218 4.326 4.377 2.922c1.366.908 1.764 1.181 2.539 1.248.045.022.096.251.052.288-.377.125-1.196.398-1.875.657-.738.28-1.52.62-1.897.782-.059 0-.177-.207-.155-.251.554-.524.62-1.011-.531-1.786l-3.336-2.273-.997 3.661c-.332 1.24-.111 1.911 1.026 1.86z",fill:"#05002F"})),Kc||(Kc=d.createElement("path",{d:"M208.286 256.389c.044.022.096.251.052.287a55.95 55.95 0 00-1.934.702c-.576.221-1.085.435-1.454.59-.059 0-.177-.207-.155-.251.487-.398.731-1.07 1.203-2.76l1.292-4.584-4.149-2.775c-1.372-.908-1.764-1.181-2.546-1.248-.044-.022-.096-.251-.052-.288a50.187 50.187 0 001.875-.656c.738-.281 1.521-.62 1.897-.783.059 0 .177.207.155.251-.554.517-.62 1.004.531 1.786l3.108 2.111.923-3.38c.332-1.248.118-1.919-1.019-1.868-.044-.022-.096-.251-.052-.287a79.933 79.933 0 001.934-.702 54.652 54.652 0 001.454-.59c.059 0 .177.206.155.251-.487.398-.731 1.07-1.203 2.76l-1.218 4.326 4.377 2.922c1.366.908 1.764 1.181 2.539 1.248.045.022.096.251.052.288-.377.125-1.196.398-1.875.657-.738.28-1.52.62-1.897.782-.059 0-.177-.207-.155-.251.554-.524.62-1.011-.531-1.786l-3.336-2.273-.997 3.661c-.332 1.24-.111 1.911 1.026 1.86zM220.929 244.793l1.602 2.886c.664 1.196 1.129 1.557 2.088 1.461.052.015.133.236.096.281-.509.236-1.099.546-1.741.908-.643.361-1.218.701-1.691.996-.059.007-.199-.177-.184-.229.59-.76.531-1.343-.133-2.546l-3.654-6.591c-.664-1.196-1.129-1.558-2.089-1.462-.051-.015-.132-.236-.088-.28.509-.237 1.1-.547 1.742-.908a38.594 38.594 0 001.69-.997c.059-.007.199.177.185.229-.591.76-.532 1.343.132 2.547l1.536 2.775 5.845-3.24-1.535-2.776c-.664-1.195-1.129-1.557-2.089-1.461-.051-.015-.132-.236-.096-.281.51-.243 1.1-.546 1.742-.908.65-.354 1.218-.693 1.691-.996.059-.015.199.177.184.229-.59.76-.531 1.343.133 2.546l3.654 6.592c.664 1.195 1.129 1.557 2.088 1.461.052.015.133.236.089.281-.509.243-1.1.546-1.742.907-.649.355-1.218.694-1.69.997-.059.007-.199-.177-.185-.229.591-.76.532-1.343-.133-2.546l-1.601-2.886-5.846 3.24z",fill:"#05002F"})),Zc||(Zc=d.createElement("path",{d:"M220.929 244.793l1.602 2.886c.664 1.196 1.129 1.557 2.088 1.461.052.015.133.236.096.281-.509.236-1.099.546-1.741.908-.643.361-1.218.701-1.691.996-.059.007-.199-.177-.184-.229.59-.76.531-1.343-.133-2.546l-3.654-6.591c-.664-1.196-1.129-1.558-2.089-1.462-.051-.015-.132-.236-.088-.28.509-.237 1.1-.547 1.742-.908a38.594 38.594 0 001.69-.997c.059-.007.199.177.185.229-.591.76-.532 1.343.132 2.547l1.536 2.775 5.845-3.24-1.535-2.776c-.664-1.195-1.129-1.557-2.089-1.461-.051-.015-.132-.236-.096-.281.51-.243 1.1-.546 1.742-.908.65-.354 1.218-.693 1.691-.996.059-.015.199.177.184.229-.59.76-.531 1.343.133 2.546l3.654 6.592c.664 1.195 1.129 1.557 2.088 1.461.052.015.133.236.089.281-.509.243-1.1.546-1.742.907-.649.355-1.218.694-1.69.997-.059.007-.199-.177-.185-.229.591-.76.532-1.343-.133-2.546l-1.601-2.886-5.846 3.24zM240.985 238.755c.051.007.155.222.125.266-.487.31-1.07.708-1.697 1.159-.628.45-1.189.878-1.632 1.247-.059.015-.221-.155-.214-.199.532-.893.421-1.484-.413-2.635l-4.303-5.964c-.834-1.152-1.351-1.447-2.369-1.225-.052-.008-.155-.222-.126-.266a38.79 38.79 0 001.698-1.159c.627-.45 1.188-.878 1.631-1.247.052-.015.221.155.214.199-.531.893-.421 1.483.413 2.635l4.303 5.964c.827 1.159 1.351 1.454 2.37 1.225z",fill:"#05002F"})),$c||($c=d.createElement("path",{d:"M240.985 238.755c.051.007.155.222.125.266-.487.31-1.07.708-1.697 1.159-.628.45-1.189.878-1.632 1.247-.059.015-.221-.155-.214-.199.532-.893.421-1.484-.413-2.635l-4.303-5.964c-.834-1.152-1.351-1.447-2.369-1.225-.052-.008-.155-.222-.126-.266a38.79 38.79 0 001.698-1.159c.627-.45 1.188-.878 1.631-1.247.052-.015.221.155.214.199-.531.893-.421 1.483.413 2.635l4.303 5.964c.827 1.159 1.351 1.454 2.37 1.225zM249.227 230.939c1.418-1.255 1.558-2.348.465-3.573-1.129-1.269-2.236-1.24-3.638 0l-1.942 1.727 3.174 3.573 1.941-1.727zm-4.162-4.09c1.402-1.247 1.527-2.295.457-3.498-1.092-1.225-2.177-1.225-3.565.007l-1.646 1.462 3.1 3.491 1.654-1.462zm.811 8.54c-.051.022-.236-.125-.228-.177.383-.871.192-1.469-.827-2.613l-4.591-5.159c-1.129-1.27-1.735-1.543-2.635-1.277-.052 0-.177-.199-.155-.251a66.42 66.42 0 001.506-1.292l2.317-2.059c2.141-1.904 4.289-2.148 5.58-.694.93 1.048.953 2.429.118 3.824 1.646-.916 3.167-.812 4.215.376 1.402 1.58.915 3.742-1.255 5.676l-2.598 2.31c-.517.458-1.078.989-1.447 1.336z",fill:"#05002F"})),eo||(eo=d.createElement("path",{d:"M249.227 230.939c1.418-1.255 1.558-2.348.465-3.573-1.129-1.269-2.236-1.24-3.638 0l-1.942 1.727 3.174 3.573 1.941-1.727zm-4.162-4.09c1.402-1.247 1.527-2.295.457-3.498-1.092-1.225-2.177-1.225-3.565.007l-1.646 1.462 3.1 3.491 1.654-1.462zm.811 8.54c-.051.022-.236-.125-.228-.177.383-.871.192-1.469-.827-2.613l-4.591-5.159c-1.129-1.27-1.735-1.543-2.635-1.277-.052 0-.177-.199-.155-.251a66.42 66.42 0 001.506-1.292l2.317-2.059c2.141-1.904 4.289-2.148 5.58-.694.93 1.048.953 2.429.118 3.824 1.646-.916 3.167-.812 4.215.376 1.402 1.58.915 3.742-1.255 5.676l-2.598 2.31c-.517.458-1.078.989-1.447 1.336zM260.086 221.21c.052 0 .2.185.177.237-.413.398-.907.908-1.432 1.476a30.86 30.86 0 00-1.35 1.55c-.052.029-.251-.103-.251-.155.339-.982.111-1.535-.938-2.502l-5.417-4.975c-1.048-.967-1.617-1.144-2.569-.723-.052 0-.199-.185-.177-.237.413-.398.908-.908 1.432-1.476.524-.568.989-1.1 1.351-1.55.051-.029.243.103.251.155-.34.982-.111 1.535.937 2.495l5.418 4.975c1.048.974 1.616 1.151 2.568.73z",fill:"#05002F"})),to||(to=d.createElement("path",{d:"M260.086 221.21c.052 0 .2.185.177.237-.413.398-.907.908-1.432 1.476a30.86 30.86 0 00-1.35 1.55c-.052.029-.251-.103-.251-.155.339-.982.111-1.535-.938-2.502l-5.417-4.975c-1.048-.967-1.617-1.144-2.569-.723-.052 0-.199-.185-.177-.237.413-.398.908-.908 1.432-1.476.524-.568.989-1.1 1.351-1.55.051-.029.243.103.251.155-.34.982-.111 1.535.937 2.495l5.418 4.975c1.048.974 1.616 1.151 2.568.73zM260.161 200.927c.044-.059.191-.103.258-.073.332.31 1.41 1.092 2.303 1.646.044.059-.074.28-.148.295-1.41-.377-2.251-.059-3.358 1.432l-.724.967 7.16 5.336c1.144.849 1.727.975 2.628.45.051-.007.214.163.199.215-.376.442-.812.996-1.269 1.616a32.52 32.52 0 00-1.189 1.683c-.044.029-.258-.081-.266-.133.237-1.011-.044-1.543-1.188-2.391l-7.16-5.337-.723.967c-1.107 1.491-1.173 2.384-.413 3.631.015.074-.17.259-.236.229-.783-.694-1.846-1.505-2.237-1.734-.044-.059-.044-.214 0-.273.266-.229.842-.886 1.934-2.355l2.716-3.646c1.107-1.469 1.565-2.207 1.713-2.525z",fill:"#05002F"})),lo||(lo=d.createElement("path",{d:"M260.161 200.927c.044-.059.191-.103.258-.073.332.31 1.41 1.092 2.303 1.646.044.059-.074.28-.148.295-1.41-.377-2.251-.059-3.358 1.432l-.724.967 7.16 5.336c1.144.849 1.727.975 2.628.45.051-.007.214.163.199.215-.376.442-.812.996-1.269 1.616a32.52 32.52 0 00-1.189 1.683c-.044.029-.258-.081-.266-.133.237-1.011-.044-1.543-1.188-2.391l-7.16-5.337-.723.967c-1.107 1.491-1.173 2.384-.413 3.631.015.074-.17.259-.236.229-.783-.694-1.846-1.505-2.237-1.734-.044-.059-.044-.214 0-.273.266-.229.842-.886 1.934-2.355l2.716-3.646c1.107-1.469 1.565-2.207 1.713-2.525zM275.512 199.731c.052-.014.229.141.221.192-.325.48-.701 1.071-1.092 1.742a32.024 32.024 0 00-1.004 1.794c-.044.037-.266-.052-.273-.103.133-1.034-.207-1.528-1.432-2.252l-6.326-3.757c-1.225-.73-1.815-.789-2.664-.177-.052.015-.229-.14-.222-.192.325-.479.702-1.07 1.093-1.742.398-.664.738-1.276 1.004-1.793.044-.037.265.051.273.103-.133 1.034.206 1.528 1.432 2.251l6.325 3.757c1.226.724 1.816.783 2.665.177z",fill:"#05002F"})),ro||(ro=d.createElement("path",{d:"M275.512 199.731c.052-.014.229.141.221.192-.325.48-.701 1.071-1.092 1.742a32.024 32.024 0 00-1.004 1.794c-.044.037-.266-.052-.273-.103.133-1.034-.207-1.528-1.432-2.252l-6.326-3.757c-1.225-.73-1.815-.789-2.664-.177-.052.015-.229-.14-.222-.192.325-.479.702-1.07 1.093-1.742.398-.664.738-1.276 1.004-1.793.044-.037.265.051.273.103-.133 1.034.206 1.528 1.432 2.251l6.325 3.757c1.226.724 1.816.783 2.665.177zM277.085 182.947c-3.233-1.469-5.647-.959-6.746 1.469-1.1 2.414.073 4.547 3.306 6.016 3.233 1.468 5.647.959 6.747-1.469 1.099-2.414-.074-4.547-3.307-6.016zm-4.23 9.308c-3.513-1.595-4.952-5.049-3.476-8.297 1.491-3.284 4.967-4.436 8.496-2.834 3.513 1.594 4.952 5.049 3.476 8.296-1.491 3.285-4.967 4.436-8.496 2.835z",fill:"#05002F"})),ao||(ao=d.createElement("path",{d:"M277.085 182.947c-3.233-1.469-5.647-.959-6.746 1.469-1.1 2.414.073 4.547 3.306 6.016 3.233 1.468 5.647.959 6.747-1.469 1.099-2.414-.074-4.547-3.307-6.016zm-4.23 9.308c-3.513-1.595-4.952-5.049-3.476-8.297 1.491-3.284 4.967-4.436 8.496-2.834 3.513 1.594 4.952 5.049 3.476 8.296-1.491 3.285-4.967 4.436-8.496 2.835zM288.748 168.082l-11.95 5.144 6.576 1.919c1.646.48 2.318.436 3.056-.361.044-.022.258.074.266.133a53.248 53.248 0 00-.517 1.631c-.17.568-.347 1.255-.443 1.653-.029.045-.265.015-.295-.029-.192-1.071-.731-1.477-2.377-1.956l-6.591-1.927c-1.314-.384-1.978-.295-2.613.384-.044.022-.258-.074-.266-.133.141-.413.347-1.048.517-1.631.199-.672.295-1.078.406-1.587.03-.044.177-.096.251-.081.524.376 1.152.376 2.141-.052l8.311-3.506-5.883-1.72c-1.646-.479-2.318-.435-3.056.362-.044.022-.258-.074-.266-.133.133-.391.347-1.063.517-1.631.17-.568.347-1.247.45-1.653.03-.045.266-.015.288.029.192 1.07.731 1.469 2.377 1.956l9.138 2.672c.059.059.029.465-.037.517z",fill:"#05002F"})),no||(no=d.createElement("path",{d:"M288.748 168.082l-11.95 5.144 6.576 1.919c1.646.48 2.318.436 3.056-.361.044-.022.258.074.266.133a53.248 53.248 0 00-.517 1.631c-.17.568-.347 1.255-.443 1.653-.029.045-.265.015-.295-.029-.192-1.071-.731-1.477-2.377-1.956l-6.591-1.927c-1.314-.384-1.978-.295-2.613.384-.044.022-.258-.074-.266-.133.141-.413.347-1.048.517-1.631.199-.672.295-1.078.406-1.587.03-.044.177-.096.251-.081.524.376 1.152.376 2.141-.052l8.311-3.506-5.883-1.72c-1.646-.479-2.318-.435-3.056.362-.044.022-.258-.074-.266-.133.133-.391.347-1.063.517-1.631.17-.568.347-1.247.45-1.653.03-.045.266-.015.288.029.192 1.07.731 1.469 2.377 1.956l9.138 2.672c.059.059.029.465-.037.517z",fill:"#05002F"})))},logo_treasures_color_negative:function(e){var t=e.title,l=e.titleId,r=function(e,t){if(null==e)return{};var l,r,a=function(e,t){if(null==e)return{};var l,r,a={},n=Object.keys(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||(a[l]=e[l]);return a}(e,t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(r=0;r<n.length;r++)t.indexOf(l=n[r])>=0||Object.prototype.propertyIsEnumerable.call(e,l)&&(a[l]=e[l])}return a}(e,mi);return d.createElement("svg",pi({viewBox:"0 0 327 266",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-labelledby":l},r),t?d.createElement("title",{id:l},t):null,io||(io=d.createElement("path",{d:"M23.553 154.725c-.997-.059-3.455-.118-5.33-.118-1.874 0-4.332.059-5.329.118-.059 0-.118-.177-.059-.236 2.111-.819 2.99-1.986 2.99-6.894v-31.067H12.31c-5.742 0-8.141 1.284-10.075 6.54-.059.059-.236 0-.236-.059.236-3.388.236-7.123.118-9.168 0-.118.06-.177.177-.177 1.174.059 5.388.118 8.142.118h15.581c2.753 0 6.968-.059 8.141-.118.118 0 .177.059.177.177-.118 2.045-.118 5.78.119 9.168 0 .059-.178.118-.237.059-1.934-5.256-4.332-6.54-10.075-6.54H20.63v31.067c0 4.908.878 6.075 2.99 6.894.05.059-.008.236-.067.236z",fill:"#D3BA81"})),so||(so=d.createElement("path",{d:"M23.553 154.725c-.997-.059-3.455-.118-5.33-.118-1.874 0-4.332.059-5.329.118-.059 0-.118-.177-.059-.236 2.111-.819 2.99-1.986 2.99-6.894v-31.067H12.31c-5.742 0-8.141 1.284-10.075 6.54-.059.059-.236 0-.236-.059.236-3.388.236-7.123.118-9.168 0-.118.06-.177.177-.177 1.174.059 5.388.118 8.142.118h15.581c2.753 0 6.968-.059 8.141-.118.118 0 .177.059.177.177-.118 2.045-.118 5.78.119 9.168 0 .059-.178.118-.237.059-1.934-5.256-4.332-6.54-10.075-6.54H20.63v31.067c0 4.908.878 6.075 2.99 6.894.05.059-.008.236-.067.236zM53.246 116.536h-7.263v16.762h7.263c6.503 0 9.367-2.568 9.367-8.407.007-5.845-2.864-8.355-9.367-8.355zm5.27 18.859l6.385 11.854c1.934 3.616 3.75 5.196 5.912 5.196.524 0 1.174-.177 1.174-.177.059 0 .177.177.177.236-.642 1.343-2.34 2.569-4.569 2.569-3.166 0-4.982-1.639-7.322-6.016l-6.909-13.02h-7.38v11.559c0 4.908.878 6.074 2.989 6.894.059.059 0 .236-.06.236-.996-.059-3.454-.118-5.328-.118-1.875 0-4.156.059-5.152.118-.06 0-.118-.177-.06-.236 1.934-.82 2.813-1.868 2.813-6.599v-27.332c0-4.732-.879-5.78-2.812-6.599-.06-.059 0-.236.059-.236 0 0 1.756.059 6.148.059h8.724c9.315 0 14.35 3.565 14.35 10.924 0 6.015-3.219 9.581-9.139 10.688z",fill:"#D3BA81"})),ho||(ho=d.createElement("path",{d:"M53.246 116.536h-7.263v16.762h7.263c6.503 0 9.367-2.568 9.367-8.407.007-5.845-2.864-8.355-9.367-8.355zm5.27 18.859l6.385 11.854c1.934 3.616 3.75 5.196 5.912 5.196.524 0 1.174-.177 1.174-.177.059 0 .177.177.177.236-.642 1.343-2.34 2.569-4.569 2.569-3.166 0-4.982-1.639-7.322-6.016l-6.909-13.02h-7.38v11.559c0 4.908.878 6.074 2.989 6.894.059.059 0 .236-.06.236-.996-.059-3.454-.118-5.328-.118-1.875 0-4.156.059-5.152.118-.06 0-.118-.177-.06-.236 1.934-.82 2.813-1.868 2.813-6.599v-27.332c0-4.732-.879-5.78-2.812-6.599-.06-.059 0-.236.059-.236 0 0 1.756.059 6.148.059h8.724c9.315 0 14.35 3.565 14.35 10.924 0 6.015-3.219 9.581-9.139 10.688zM106.139 154.784c-1.174-.059-5.388-.118-8.141-.118H82.593c-4.392 0-6.148.059-6.148.059-.06 0-.118-.177-.06-.236 1.935-.819 2.813-1.867 2.813-6.599v-27.332c0-4.731-.878-5.779-2.812-6.598-.06-.06 0-.237.059-.237 0 0 1.757.059 6.148.059H96.47c2.753 0 6.967-.059 8.141-.118.118 0 .177.059.177.177-.118 1.868-.118 5.197.118 8.348 0 .059-.177.119-.236.059-1.875-4.613-4.805-5.72-10.075-5.72h-10.6v15.707h7.5c5.506 0 7.322-.937 8.606-3.853.059-.059.236 0 .236.059-.118 1.048-.177 3.27-.177 5.137 0 1.868.059 4.09.177 5.138 0 .059-.177.118-.236.059-1.291-2.923-3.107-3.853-8.606-3.853h-7.5v16.991h11.537c6.326 0 8.725-1.056 10.659-6.311.059-.059.236 0 .236.059-.236 3.388-.236 6.894-.118 8.939 0 .125-.059.184-.17.184z",fill:"#D3BA81"})),mo||(mo=d.createElement("path",{d:"M106.139 154.784c-1.174-.059-5.388-.118-8.141-.118H82.593c-4.392 0-6.148.059-6.148.059-.06 0-.118-.177-.06-.236 1.935-.819 2.813-1.867 2.813-6.599v-27.332c0-4.731-.878-5.779-2.812-6.598-.06-.06 0-.237.059-.237 0 0 1.757.059 6.148.059H96.47c2.753 0 6.967-.059 8.141-.118.118 0 .177.059.177.177-.118 1.868-.118 5.197.118 8.348 0 .059-.177.119-.236.059-1.875-4.613-4.805-5.72-10.075-5.72h-10.6v15.707h7.5c5.506 0 7.322-.937 8.606-3.853.059-.059.236 0 .236.059-.118 1.048-.177 3.27-.177 5.137 0 1.868.059 4.09.177 5.138 0 .059-.177.118-.236.059-1.291-2.923-3.107-3.853-8.606-3.853h-7.5v16.991h11.537c6.326 0 8.725-1.056 10.659-6.311.059-.059.236 0 .236.059-.236 3.388-.236 6.894-.118 8.939 0 .125-.059.184-.17.184zM135.126 139.661l-7.263-17.692-7.263 17.692h14.526zm2.17 15.065c-.059-.059-.059-.288-.059-.288 2.517-.937 3.1-2.222.819-7.706l-1.756-4.266h-16.807l-1.521 3.676c-2.221 5.373-2.17 7.004 1.174 8.296 0 0 0 .236-.059.288a108.307 108.307 0 00-5.152-.118c-1.757 0-3.927.059-5.152.118-.059-.059-.059-.288-.059-.288 2.635-1.225 3.808-2.923 6.03-8.296l13.884-33.754c.059-.059.295-.059.354 0l14.231 34.337c2.288 5.55 3.107 6.539 5.152 7.706 0 0 0 .236-.059.287a120.397 120.397 0 00-5.565-.118c-2.407.008-4.34.067-5.455.126z",fill:"#D3BA81"})),po||(po=d.createElement("path",{d:"M135.126 139.661l-7.263-17.692-7.263 17.692h14.526zm2.17 15.065c-.059-.059-.059-.288-.059-.288 2.517-.937 3.1-2.222.819-7.706l-1.756-4.266h-16.807l-1.521 3.676c-2.221 5.373-2.17 7.004 1.174 8.296 0 0 0 .236-.059.288a108.307 108.307 0 00-5.152-.118c-1.757 0-3.927.059-5.152.118-.059-.059-.059-.288-.059-.288 2.635-1.225 3.808-2.923 6.03-8.296l13.884-33.754c.059-.059.295-.059.354 0l14.231 34.337c2.288 5.55 3.107 6.539 5.152 7.706 0 0 0 .236-.059.287a120.397 120.397 0 00-5.565-.118c-2.407.008-4.34.067-5.455.126zM172.141 114.491c.642 0 1.285-.236 1.639-.465.059 0 .236.059.236.118 0 2.982.236 5.898.701 8.88 0 .059-.177.118-.236.059-2.694-5.019-6.68-7.418-10.953-7.418-4.156 0-7.027 2.568-7.027 6.421 0 4.613 3.218 5.898 9.603 8.88 5.152 2.391 11.13 5.373 11.13 12.496 0 7.241-5.034 12.09-12.887 12.09-6.149 0-9.898-2.805-11.832-2.805a2.68 2.68 0 00-1.402.406c-.059 0-.237-.059-.178-.118.532-2.864.82-5.956 1.115-9.868 0-.059.236-.059.236-.059 1.698 5.72 5.329 9.691 12.238 9.691 5.565 0 8.437-3.27 8.437-7.824 0-4.731-2.695-6.311-9.374-9.404-5.211-2.391-11.36-4.967-11.36-11.913 0-6.539 5.093-10.746 11.419-10.746 3.816 0 6.333 1.579 8.495 1.579z",fill:"#D3BA81"})),vo||(vo=d.createElement("path",{d:"M172.141 114.491c.642 0 1.285-.236 1.639-.465.059 0 .236.059.236.118 0 2.982.236 5.898.701 8.88 0 .059-.177.118-.236.059-2.694-5.019-6.68-7.418-10.953-7.418-4.156 0-7.027 2.568-7.027 6.421 0 4.613 3.218 5.898 9.603 8.88 5.152 2.391 11.13 5.373 11.13 12.496 0 7.241-5.034 12.09-12.887 12.09-6.149 0-9.898-2.805-11.832-2.805a2.68 2.68 0 00-1.402.406c-.059 0-.237-.059-.178-.118.532-2.864.82-5.956 1.115-9.868 0-.059.236-.059.236-.059 1.698 5.72 5.329 9.691 12.238 9.691 5.565 0 8.437-3.27 8.437-7.824 0-4.731-2.695-6.311-9.374-9.404-5.211-2.391-11.36-4.967-11.36-11.913 0-6.539 5.093-10.746 11.419-10.746 3.816 0 6.333 1.579 8.495 1.579zM185.444 139.366v-18.807c0-4.732-.878-5.78-2.812-6.599-.059-.059 0-.236.059-.236.996.059 3.277.118 5.152.118s4.155-.059 5.152-.118c.059 0 .118.177.059.236-1.934.819-2.812 1.867-2.812 6.599v18.917c0 9.168 4.037 12.674 11.418 12.674 7.086 0 11.131-4.03 11.131-13.08v-17.227c0-5.019-.76-6.886-3.395-7.883-.059-.059 0-.236.059-.236a94.55 94.55 0 004.864.118c2.052 0 3.867-.059 4.864-.118.059 0 .118.177.059.236-2.635.997-3.395 2.864-3.395 7.883v17.405c0 11.33-6.031 16.29-15.05 16.29-9.323.007-15.353-4.96-15.353-16.172z",fill:"#D3BA81"})),uo||(uo=d.createElement("path",{d:"M185.444 139.366v-18.807c0-4.732-.878-5.78-2.812-6.599-.059-.059 0-.236.059-.236.996.059 3.277.118 5.152.118s4.155-.059 5.152-.118c.059 0 .118.177.059.236-1.934.819-2.812 1.867-2.812 6.599v18.917c0 9.168 4.037 12.674 11.418 12.674 7.086 0 11.131-4.03 11.131-13.08v-17.227c0-5.019-.76-6.886-3.395-7.883-.059-.059 0-.236.059-.236a94.55 94.55 0 004.864.118c2.052 0 3.867-.059 4.864-.118.059 0 .118.177.059.236-2.635.997-3.395 2.864-3.395 7.883v17.405c0 11.33-6.031 16.29-15.05 16.29-9.323.007-15.353-4.96-15.353-16.172zM240.379 116.536h-7.263v16.762h7.263c6.502 0 9.373-2.568 9.373-8.407-.007-5.845-2.878-8.355-9.373-8.355zm5.27 18.859l6.384 11.854c1.934 3.616 3.75 5.196 5.912 5.196.525 0 1.174-.177 1.174-.177.059 0 .177.177.177.236-.642 1.343-2.34 2.569-4.569 2.569-3.166 0-4.975-1.639-7.322-6.016l-6.908-13.02h-7.381v11.559c0 4.908.878 6.074 2.989 6.894.059.059 0 .236-.059.236-.997-.059-3.455-.118-5.329-.118-1.875 0-4.156.059-5.152.118-.059 0-.118-.177-.059-.236 1.933-.82 2.812-1.868 2.812-6.599v-27.332c0-4.732-.879-5.78-2.812-6.599-.059-.059 0-.236.059-.236 0 0 1.756.059 6.148.059h8.725c9.314 0 14.348 3.565 14.348 10.924 0 6.015-3.225 9.581-9.137 10.688z",fill:"#D3BA81"})),fo||(fo=d.createElement("path",{d:"M240.379 116.536h-7.263v16.762h7.263c6.502 0 9.373-2.568 9.373-8.407-.007-5.845-2.878-8.355-9.373-8.355zm5.27 18.859l6.384 11.854c1.934 3.616 3.75 5.196 5.912 5.196.525 0 1.174-.177 1.174-.177.059 0 .177.177.177.236-.642 1.343-2.34 2.569-4.569 2.569-3.166 0-4.975-1.639-7.322-6.016l-6.908-13.02h-7.381v11.559c0 4.908.878 6.074 2.989 6.894.059.059 0 .236-.059.236-.997-.059-3.455-.118-5.329-.118-1.875 0-4.156.059-5.152.118-.059 0-.118-.177-.059-.236 1.933-.82 2.812-1.868 2.812-6.599v-27.332c0-4.732-.879-5.78-2.812-6.599-.059-.059 0-.236.059-.236 0 0 1.756.059 6.148.059h8.725c9.314 0 14.348 3.565 14.348 10.924 0 6.015-3.225 9.581-9.137 10.688zM293.728 154.784c-1.174-.059-5.388-.118-8.142-.118h-15.404c-4.392 0-6.148.059-6.148.059-.059 0-.118-.177-.059-.236 1.933-.819 2.812-1.867 2.812-6.599v-27.332c0-4.731-.879-5.779-2.812-6.598-.059-.06 0-.237.059-.237 0 0 1.756.059 6.148.059h13.884c2.753 0 6.968-.059 8.141-.118.118 0 .177.059.177.177-.118 1.868-.118 5.197.118 8.348 0 .059-.177.119-.236.059-1.875-4.613-4.805-5.72-10.075-5.72h-10.599v15.707h7.499c5.506 0 7.322-.937 8.606-3.853.059-.059.237 0 .237.059-.119 1.048-.178 3.27-.178 5.137 0 1.868.059 4.09.178 5.138 0 .059-.178.118-.237.059-1.291-2.923-3.107-3.853-8.606-3.853h-7.499v16.991h11.537c6.325 0 8.724-1.056 10.658-6.311.059-.059.236 0 .236.059-.236 3.388-.236 6.894-.118 8.939 0 .125-.059.184-.177.184z",fill:"#D3BA81"})),go||(go=d.createElement("path",{d:"M293.728 154.784c-1.174-.059-5.388-.118-8.142-.118h-15.404c-4.392 0-6.148.059-6.148.059-.059 0-.118-.177-.059-.236 1.933-.819 2.812-1.867 2.812-6.599v-27.332c0-4.731-.879-5.779-2.812-6.598-.059-.06 0-.237.059-.237 0 0 1.756.059 6.148.059h13.884c2.753 0 6.968-.059 8.141-.118.118 0 .177.059.177.177-.118 1.868-.118 5.197.118 8.348 0 .059-.177.119-.236.059-1.875-4.613-4.805-5.72-10.075-5.72h-10.599v15.707h7.499c5.506 0 7.322-.937 8.606-3.853.059-.059.237 0 .237.059-.119 1.048-.178 3.27-.178 5.137 0 1.868.059 4.09.178 5.138 0 .059-.178.118-.237.059-1.291-2.923-3.107-3.853-8.606-3.853h-7.499v16.991h11.537c6.325 0 8.724-1.056 10.658-6.311.059-.059.236 0 .236.059-.236 3.388-.236 6.894-.118 8.939 0 .125-.059.184-.177.184zM320.907 114.491c.642 0 1.284-.236 1.639-.465.059 0 .236.059.236.118 0 2.982.236 5.898.701 8.88 0 .059-.177.118-.236.059-2.694-5.019-6.68-7.418-10.954-7.418-4.155 0-7.026 2.568-7.026 6.421 0 4.613 3.218 5.898 9.602 8.88 5.152 2.391 11.131 5.373 11.131 12.496 0 7.241-5.034 12.09-12.887 12.09-6.149 0-9.898-2.805-11.832-2.805-.524 0-1.056.177-1.403.406-.059 0-.236-.059-.177-.118.524-2.864.82-5.956 1.115-9.868 0-.059.236-.059.236-.059 1.698 5.72 5.329 9.691 12.238 9.691 5.565 0 8.436-3.27 8.436-7.824 0-4.731-2.694-6.311-9.374-9.404-5.211-2.391-11.359-4.967-11.359-11.913 0-6.539 5.093-10.746 11.419-10.746 3.808 0 6.332 1.579 8.495 1.579z",fill:"#D3BA81"})),bo||(bo=d.createElement("path",{d:"M320.907 114.491c.642 0 1.284-.236 1.639-.465.059 0 .236.059.236.118 0 2.982.236 5.898.701 8.88 0 .059-.177.118-.236.059-2.694-5.019-6.68-7.418-10.954-7.418-4.155 0-7.026 2.568-7.026 6.421 0 4.613 3.218 5.898 9.602 8.88 5.152 2.391 11.131 5.373 11.131 12.496 0 7.241-5.034 12.09-12.887 12.09-6.149 0-9.898-2.805-11.832-2.805-.524 0-1.056.177-1.403.406-.059 0-.236-.059-.177-.118.524-2.864.82-5.956 1.115-9.868 0-.059.236-.059.236-.059 1.698 5.72 5.329 9.691 12.238 9.691 5.565 0 8.436-3.27 8.436-7.824 0-4.731-2.694-6.311-9.374-9.404-5.211-2.391-11.359-4.967-11.359-11.913 0-6.539 5.093-10.746 11.419-10.746 3.808 0 6.332 1.579 8.495 1.579z",fill:"#D3BA81"})),yo||(yo=d.createElement("path",{d:"M45.565 90.555c.023-.067.14-.17.214-.17.421.17 1.713.494 2.746.679.067.037.037.288-.03.325-1.446.17-2.11.775-2.59 2.568l-.31 1.166 8.621 2.31c1.373.37 1.963.266 2.613-.553.044-.022.258.067.266.126a33.08 33.08 0 00-.584 1.97c-.199.753-.361 1.432-.48 2.001-.029.051-.265.022-.294-.023-.156-1.025-.613-1.41-1.986-1.778l-8.621-2.31-.31 1.166c-.48 1.793-.207 2.649.96 3.52.036.067-.06.303-.133.296-.99-.355-2.266-.724-2.717-.783-.066-.037-.118-.184-.103-.251.155-.31.45-1.13.93-2.908l1.174-4.392c.465-1.756.612-2.605.634-2.96z",fill:"#fff"})),zo||(zo=d.createElement("path",{d:"M45.565 90.555c.023-.067.14-.17.214-.17.421.17 1.713.494 2.746.679.067.037.037.288-.03.325-1.446.17-2.11.775-2.59 2.568l-.31 1.166 8.621 2.31c1.373.37 1.963.266 2.613-.553.044-.022.258.067.266.126a33.08 33.08 0 00-.584 1.97c-.199.753-.361 1.432-.48 2.001-.029.051-.265.022-.294-.023-.156-1.025-.613-1.41-1.986-1.778l-8.621-2.31-.31 1.166c-.48 1.793-.207 2.649.96 3.52.036.067-.06.303-.133.296-.99-.355-2.266-.724-2.717-.783-.066-.037-.118-.184-.103-.251.155-.31.45-1.13.93-2.908l1.174-4.392c.465-1.756.612-2.605.634-2.96zM54.118 87.1l3.063 1.225c1.27.51 1.86.495 2.539-.184.044-.022.25.103.25.155a35.084 35.084 0 00-1.461 3.646c-.036.044-.265-.007-.287-.059-.023-.96-.436-1.38-1.713-1.89l-6.997-2.797c-1.27-.51-1.86-.494-2.54.185-.043.022-.25-.104-.25-.155a35.184 35.184 0 001.462-3.646c.036-.045.265.007.287.058.022.96.436 1.38 1.713 1.89l2.945 1.18 2.48-6.207-2.945-1.18c-1.27-.51-1.86-.495-2.54.184-.044.022-.25-.103-.25-.155a34.754 34.754 0 001.461-3.646c.037-.044.266.007.288.059.022.96.435 1.38 1.712 1.89l6.998 2.797c1.27.51 1.86.494 2.539-.192.044-.022.25.103.25.155a35.093 35.093 0 00-1.461 3.646c-.037.044-.266-.007-.288-.059-.022-.96-.435-1.38-1.712-1.89l-3.063-1.225-2.48 6.215z",fill:"#fff"})),xo||(xo=d.createElement("path",{d:"M54.118 87.1l3.063 1.225c1.27.51 1.86.495 2.539-.184.044-.022.25.103.25.155a35.084 35.084 0 00-1.461 3.646c-.036.044-.265-.007-.287-.059-.023-.96-.436-1.38-1.713-1.89l-6.997-2.797c-1.27-.51-1.86-.494-2.54.185-.043.022-.25-.104-.25-.155a35.184 35.184 0 001.462-3.646c.036-.045.265.007.287.058.022.96.436 1.38 1.713 1.89l2.945 1.18 2.48-6.207-2.945-1.18c-1.27-.51-1.86-.495-2.54.184-.044.022-.25-.103-.25-.155a34.754 34.754 0 001.461-3.646c.037-.044.266.007.288.059.022.96.435 1.38 1.712 1.89l6.998 2.797c1.27.51 1.86.494 2.539-.192.044-.022.25.103.25.155a35.093 35.093 0 00-1.461 3.646c-.037.044-.266-.007-.288-.059-.022-.96-.435-1.38-1.712-1.89l-3.063-1.225-2.48 6.215zM64.391 77.918c-.044.037-.265-.044-.28-.088.066-.953-.318-1.447-1.66-2.185l-6.06-3.314c-1.484-.812-2.156-.871-2.909-.318-.051.015-.236-.133-.229-.184.259-.436.65-1.107.982-1.72l1.97-3.61c.88-1.608 1.233-2.406 1.337-2.738.037-.066.177-.133.243-.11.37.265 1.314.76 2.274 1.18.051.052-.037.288-.111.31-1.255-.147-1.963.325-2.805 1.86l-1.557 2.85 4.096 2.243 1.056-1.933c.56-1.026.672-1.787.11-2.569-.029-.059.133-.28.185-.266.31.192.967.569 1.402.812.443.244 1.115.59 1.44.746.037.044-.06.295-.126.302-.96-.051-1.542.45-2.103 1.484l-1.056 1.926 4.193 2.296 1.653-3.019c.9-1.646.87-2.458-.126-3.639-.022-.074.133-.28.2-.258.96.605 1.948 1.13 2.42 1.321.067.037.097.2.067.258-.177.251-.516.79-1.609 2.798l-2.089 3.83a76.59 76.59 0 00-.908 1.735z",fill:"#fff"})),wo||(wo=d.createElement("path",{d:"M64.391 77.918c-.044.037-.265-.044-.28-.088.066-.953-.318-1.447-1.66-2.185l-6.06-3.314c-1.484-.812-2.156-.871-2.909-.318-.051.015-.236-.133-.229-.184.259-.436.65-1.107.982-1.72l1.97-3.61c.88-1.608 1.233-2.406 1.337-2.738.037-.066.177-.133.243-.11.37.265 1.314.76 2.274 1.18.051.052-.037.288-.111.31-1.255-.147-1.963.325-2.805 1.86l-1.557 2.85 4.096 2.243 1.056-1.933c.56-1.026.672-1.787.11-2.569-.029-.059.133-.28.185-.266.31.192.967.569 1.402.812.443.244 1.115.59 1.44.746.037.044-.06.295-.126.302-.96-.051-1.542.45-2.103 1.484l-1.056 1.926 4.193 2.296 1.653-3.019c.9-1.646.87-2.458-.126-3.639-.022-.074.133-.28.2-.258.96.605 1.948 1.13 2.42 1.321.067.037.097.2.067.258-.177.251-.516.79-1.609 2.798l-2.089 3.83a76.59 76.59 0 00-.908 1.735zM79.832 54.528l-13.006.354 5.396 4.222c1.35 1.055 1.993 1.255 2.974.79.052-.008.214.162.192.221-.273.317-.716.856-1.085 1.329a46.4 46.4 0 00-1.026 1.372c-.052.03-.258-.08-.258-.132.214-1.07-.133-1.639-1.484-2.694l-5.41-4.23c-1.078-.841-1.727-1.011-2.569-.612-.051.007-.214-.17-.192-.222.28-.332.709-.841 1.085-1.328.436-.554.672-.893.967-1.329.045-.03.2-.022.259.022.347.546.93.775 2.007.746l9.02-.178-4.827-3.771c-1.351-1.056-1.993-1.262-2.975-.79-.052.007-.214-.17-.192-.221.266-.318.716-.857 1.085-1.33a38.22 38.22 0 001.026-1.372c.044-.03.251.081.259.133-.215 1.07.132 1.639 1.483 2.694l7.5 5.86c.029.067-.14.436-.23.466z",fill:"#fff"})),Eo||(Eo=d.createElement("path",{d:"M79.832 54.528l-13.006.354 5.396 4.222c1.35 1.055 1.993 1.255 2.974.79.052-.008.214.162.192.221-.273.317-.716.856-1.085 1.329a46.4 46.4 0 00-1.026 1.372c-.052.03-.258-.08-.258-.132.214-1.07-.133-1.639-1.484-2.694l-5.41-4.23c-1.078-.841-1.727-1.011-2.569-.612-.051.007-.214-.17-.192-.222.28-.332.709-.841 1.085-1.328.436-.554.672-.893.967-1.329.045-.03.2-.022.259.022.347.546.93.775 2.007.746l9.02-.178-4.827-3.771c-1.351-1.056-1.993-1.262-2.975-.79-.052.007-.214-.17-.192-.221.266-.318.716-.857 1.085-1.33a38.22 38.22 0 001.026-1.372c.044-.03.251.081.259.133-.215 1.07.132 1.639 1.483 2.694l7.5 5.86c.029.067-.14.436-.23.466zM82.61 51.265c-.052.03-.244-.11-.244-.162.325-.893.096-1.476-.996-2.561l-4.901-4.857c-1.203-1.189-1.83-1.432-2.709-1.107-.052 0-.192-.192-.17-.244.37-.347.93-.886 1.425-1.38l2.893-2.923c1.292-1.306 1.853-1.97 2.045-2.266.051-.052.206-.074.265-.037.28.354 1.049 1.092 1.853 1.764.037.067-.11.266-.192.266-1.159-.495-1.978-.236-3.21 1.011l-2.281 2.303 3.314 3.284 1.55-1.564c.827-.834 1.136-1.535.82-2.436-.016-.067.198-.229.25-.207.244.266.768.812 1.13 1.166a34.9 34.9 0 001.18 1.115c.03.052-.14.266-.199.258-.908-.317-1.609.008-2.428.842l-1.55 1.565 3.395 3.358 2.42-2.443c1.322-1.329 1.521-2.126.887-3.536 0-.073.199-.228.265-.192.753.85 1.565 1.624 1.956 1.942.052.051.037.214-.014.265-.244.192-.709.613-2.326 2.244l-3.07 3.1a82.204 82.204 0 00-1.358 1.432z",fill:"#fff"})),Oo||(Oo=d.createElement("path",{d:"M82.61 51.265c-.052.03-.244-.11-.244-.162.325-.893.096-1.476-.996-2.561l-4.901-4.857c-1.203-1.189-1.83-1.432-2.709-1.107-.052 0-.192-.192-.17-.244.37-.347.93-.886 1.425-1.38l2.893-2.923c1.292-1.306 1.853-1.97 2.045-2.266.051-.052.206-.074.265-.037.28.354 1.049 1.092 1.853 1.764.037.067-.11.266-.192.266-1.159-.495-1.978-.236-3.21 1.011l-2.281 2.303 3.314 3.284 1.55-1.564c.827-.834 1.136-1.535.82-2.436-.016-.067.198-.229.25-.207.244.266.768.812 1.13 1.166a34.9 34.9 0 001.18 1.115c.03.052-.14.266-.199.258-.908-.317-1.609.008-2.428.842l-1.55 1.565 3.395 3.358 2.42-2.443c1.322-1.329 1.521-2.126.887-3.536 0-.073.199-.228.265-.192.753.85 1.565 1.624 1.956 1.942.052.051.037.214-.014.265-.244.192-.709.613-2.326 2.244l-3.07 3.1a82.204 82.204 0 00-1.358 1.432zM82.585 33.543c-.052-.007-.17-.214-.133-.258.325-.23 1.018-.716 1.572-1.152a59.99 59.99 0 001.624-1.32c.052-.016.229.147.221.198-.531.665-.56 1.307.864 2.23l6.104 3.963-2.052-6.894-.118-.066c-1.55-.945-1.97-1.07-2.65-.893-.051-.008-.17-.214-.133-.259.325-.229 1.019-.716 1.573-1.151a59.954 59.954 0 001.623-1.321c.052-.023.23.147.222.199-.517.65-.576 1.292.9 2.2l6.2 3.823-2.31-6.695c-.458-1.358-1.122-1.779-2.31-1.247-.052-.008-.163-.214-.133-.258a53.535 53.535 0 001.616-1.211 40.976 40.976 0 001.344-1.085c.051-.022.229.148.221.2-.369.67-.42 1.284.155 2.937l3.469 10.223c-.007.051-.317.295-.384.295l-7.964-4.872 2.68 8.961c-.008.052-.318.295-.384.295l-9.197-5.897c-1.52-.967-1.956-1.115-2.62-.945z",fill:"#fff"})),Mo||(Mo=d.createElement("path",{d:"M82.585 33.543c-.052-.007-.17-.214-.133-.258.325-.23 1.018-.716 1.572-1.152a59.99 59.99 0 001.624-1.32c.052-.016.229.147.221.198-.531.665-.56 1.307.864 2.23l6.104 3.963-2.052-6.894-.118-.066c-1.55-.945-1.97-1.07-2.65-.893-.051-.008-.17-.214-.133-.259.325-.229 1.019-.716 1.573-1.151a59.954 59.954 0 001.623-1.321c.052-.023.23.147.222.199-.517.65-.576 1.292.9 2.2l6.2 3.823-2.31-6.695c-.458-1.358-1.122-1.779-2.31-1.247-.052-.008-.163-.214-.133-.258a53.535 53.535 0 001.616-1.211 40.976 40.976 0 001.344-1.085c.051-.022.229.148.221.2-.369.67-.42 1.284.155 2.937l3.469 10.223c-.007.051-.317.295-.384.295l-7.964-4.872 2.68 8.961c-.008.052-.318.295-.384.295l-9.197-5.897c-1.52-.967-1.956-1.115-2.62-.945zM115.49 26.28c-.524.236-1.158.554-1.837.916-.687.361-1.3.708-1.787 1.01-.059.008-.199-.176-.184-.228.649-.812.62-1.41-.052-2.665l-1.373-2.576-4.834-2.635c-1.55-.849-1.978-1.07-2.776-1.033-.051-.015-.125-.236-.088-.28.354-.17 1.136-.547 1.779-.886.686-.362 1.395-.783 1.756-.997.059-.007.2.178.185.23-.473.575-.473 1.07.827 1.785l3.734 2.075.377-3.935c.125-1.373-.251-2.007-1.388-1.808-.052-.015-.125-.236-.088-.28.376-.178 1.24-.62 1.801-.916a36.956 36.956 0 001.336-.753c.059-.007.199.178.184.23-.384.427-.48 1.092-.672 2.952l-.538 5.388 1.38 2.59c.671 1.255 1.144 1.617 2.185 1.536.037.022.118.243.073.28z",fill:"#fff"})),So||(So=d.createElement("path",{d:"M115.49 26.28c-.524.236-1.158.554-1.837.916-.687.361-1.3.708-1.787 1.01-.059.008-.199-.176-.184-.228.649-.812.62-1.41-.052-2.665l-1.373-2.576-4.834-2.635c-1.55-.849-1.978-1.07-2.776-1.033-.051-.015-.125-.236-.088-.28.354-.17 1.136-.547 1.779-.886.686-.362 1.395-.783 1.756-.997.059-.007.2.178.185.23-.473.575-.473 1.07.827 1.785l3.734 2.075.377-3.935c.125-1.373-.251-2.007-1.388-1.808-.052-.015-.125-.236-.088-.28.376-.178 1.24-.62 1.801-.916a36.956 36.956 0 001.336-.753c.059-.007.199.178.184.23-.384.427-.48 1.092-.672 2.952l-.538 5.388 1.38 2.59c.671 1.255 1.144 1.617 2.185 1.536.037.022.118.243.073.28zM126.912 14.44c-1.306-3.306-3.388-4.612-5.875-3.63-2.466.973-3.108 3.32-1.809 6.62 1.307 3.307 3.388 4.613 5.876 3.631 2.465-.966 3.107-3.314 1.808-6.62zm-9.514 3.75c-1.417-3.587-.059-7.07 3.262-8.377 3.351-1.321 6.658.258 8.075 3.867 1.417 3.588.059 7.072-3.262 8.378-3.351 1.329-6.651-.258-8.075-3.868z",fill:"#fff"})),_o||(_o=d.createElement("path",{d:"M126.912 14.44c-1.306-3.306-3.388-4.612-5.875-3.63-2.466.973-3.108 3.32-1.809 6.62 1.307 3.307 3.388 4.613 5.876 3.631 2.465-.966 3.107-3.314 1.808-6.62zm-9.514 3.75c-1.417-3.587-.059-7.07 3.262-8.377 3.351-1.321 6.658.258 8.075 3.867 1.417 3.588.059 7.072-3.262 8.378-3.351 1.329-6.651-.258-8.075-3.868zM135.974 6.226l-2.532.656 1.277 4.902 2.532-.657c1.882-.488 2.48-1.41 2.037-3.123-.45-1.72-1.447-2.266-3.314-1.778zm-3.794 2.96c-.428-1.64-.841-2.163-1.764-2.333-.044-.022-.067-.258-.022-.295a61.49 61.49 0 001.926-.465l3.403-.886c2.842-.738 4.908.118 5.469 2.266.451 1.727-.376 3.21-2.17 4.104l2.141 2.37c.841.937 1.365 1.32 2.118 1.128.281-.073.524-.265.672-.435.051-.03.236.03.243.081.03.68-.361 1.602-1.38 1.867-1.306.34-2.236-.516-3.218-1.623l-2.406-2.746-2.215.576.739 2.827c.346 1.32.708 1.786 1.66 1.933.045.023.067.259.022.296-.546.103-1.203.258-1.919.443-.716.184-1.358.369-1.889.546-.059-.008-.148-.222-.126-.266.761-.59.849-1.174.502-2.495l-1.786-6.894z",fill:"#fff"})),To||(To=d.createElement("path",{d:"M135.974 6.226l-2.532.656 1.277 4.902 2.532-.657c1.882-.488 2.48-1.41 2.037-3.123-.45-1.72-1.447-2.266-3.314-1.778zm-3.794 2.96c-.428-1.64-.841-2.163-1.764-2.333-.044-.022-.067-.258-.022-.295a61.49 61.49 0 001.926-.465l3.403-.886c2.842-.738 4.908.118 5.469 2.266.451 1.727-.376 3.21-2.17 4.104l2.141 2.37c.841.937 1.365 1.32 2.118 1.128.281-.073.524-.265.672-.435.051-.03.236.03.243.081.03.68-.361 1.602-1.38 1.867-1.306.34-2.236-.516-3.218-1.623l-2.406-2.746-2.215.576.739 2.827c.346 1.32.708 1.786 1.66 1.933.045.023.067.259.022.296-.546.103-1.203.258-1.919.443-.716.184-1.358.369-1.889.546-.059-.008-.148-.222-.126-.266.761-.59.849-1.174.502-2.495l-1.786-6.894zM150.67 15.083c-.561.037-1.226.11-1.956.207-.731.096-1.395.206-1.942.317-.059-.007-.125-.236-.088-.28.827-.495.982-1.063.804-2.421l-1.011-7.47c-.184-1.358-.487-1.86-1.417-2.118-.037-.03-.037-.266.015-.296.561-.037 1.218-.11 1.956-.206.73-.096 1.387-.207 1.941-.318.059.008.125.237.089.28-.827.495-.982 1.064-.798 2.422l.539 3.963 3.713-4.723c.915-1.181.982-1.897-.03-2.126-.044-.03-.037-.266.015-.295a53.708 53.708 0 003.986-.539c.052.007.125.236.088.28-.745.303-1.262.915-2.516 2.502l-2.23 2.776 4.348 4.856c1.129 1.248 1.454 1.602 2.192 1.853.044.03.037.266-.015.295-.398.037-1.254.118-1.97.214-.79.104-1.624.259-2.03.332-.059-.007-.126-.236-.089-.28.657-.384.834-.841-.111-1.912l-3.454-3.919-1.698 2.118.281 2.074c.184 1.358.487 1.86 1.417 2.119.022.037.015.273-.029.295z",fill:"#fff"})),Io||(Io=d.createElement("path",{d:"M150.67 15.083c-.561.037-1.226.11-1.956.207-.731.096-1.395.206-1.942.317-.059-.007-.125-.236-.088-.28.827-.495.982-1.063.804-2.421l-1.011-7.47c-.184-1.358-.487-1.86-1.417-2.118-.037-.03-.037-.266.015-.296.561-.037 1.218-.11 1.956-.206.73-.096 1.387-.207 1.941-.318.059.008.125.237.089.28-.827.495-.982 1.064-.798 2.422l.539 3.963 3.713-4.723c.915-1.181.982-1.897-.03-2.126-.044-.03-.037-.266.015-.295a53.708 53.708 0 003.986-.539c.052.007.125.236.088.28-.745.303-1.262.915-2.516 2.502l-2.23 2.776 4.348 4.856c1.129 1.248 1.454 1.602 2.192 1.853.044.03.037.266-.015.295-.398.037-1.254.118-1.97.214-.79.104-1.624.259-2.03.332-.059-.007-.126-.236-.089-.28.657-.384.834-.841-.111-1.912l-3.454-3.919-1.698 2.118.281 2.074c.184 1.358.487 1.86 1.417 2.119.022.037.015.273-.029.295zM168.79 2.181l-.125 5.432 2.28.052c1.971.044 2.805-.738 2.849-2.613.045-1.911-.789-2.775-2.723-2.82l-2.281-.051zm.952 11.455c.037.037-.007.274-.059.288a36.338 36.338 0 00-2.074-.103 34.686 34.686 0 00-1.985.007c-.052-.022-.082-.258-.045-.295.901-.362 1.152-.9 1.181-2.288l.17-7.197c.037-1.712-.221-2.34-1.063-2.76-.037-.037.007-.273.059-.288.509.03 1.292.066 2 .081l3.189.074c2.952.066 4.739 1.55 4.687 3.882-.052 2.333-1.926 3.75-4.879 3.676l-2.281-.051-.059 2.531c-.037 1.447.207 2 1.159 2.443z",fill:"#fff"})),Co||(Co=d.createElement("path",{d:"M168.79 2.181l-.125 5.432 2.28.052c1.971.044 2.805-.738 2.849-2.613.045-1.911-.789-2.775-2.723-2.82l-2.281-.051zm.952 11.455c.037.037-.007.274-.059.288a36.338 36.338 0 00-2.074-.103 34.686 34.686 0 00-1.985.007c-.052-.022-.082-.258-.045-.295.901-.362 1.152-.9 1.181-2.288l.17-7.197c.037-1.712-.221-2.34-1.063-2.76-.037-.037.007-.273.059-.288.509.03 1.292.066 2 .081l3.189.074c2.952.066 4.739 1.55 4.687 3.882-.052 2.333-1.926 3.75-4.879 3.676l-2.281-.051-.059 2.531c-.037 1.447.207 2 1.159 2.443zM187.818 10.492l.583-4.583c.214-1.69.066-2.348-.842-2.953-.029-.037.037-.266.089-.28.406.073 1.1.177 1.69.25.591.074 1.285.148 1.698.178.052.022.059.258.015.295-1.026.362-1.336.952-1.55 2.65l-.583 4.583c-.429 3.337-2.385 4.901-5.595 4.488-3.337-.428-4.857-2.413-4.429-5.765l.65-5.115c.169-1.358.007-1.919-.82-2.406-.029-.037.037-.266.089-.28.546.103 1.203.206 1.934.302.73.096 1.395.163 1.948.192.052.022.059.259.015.295-.923.266-1.218.768-1.395 2.126l-.649 5.115c-.325 2.532.693 3.934 3.048 4.23 2.443.302 3.779-.775 4.104-3.322z",fill:"#fff"})),ko||(ko=d.createElement("path",{d:"M187.818 10.492l.583-4.583c.214-1.69.066-2.348-.842-2.953-.029-.037.037-.266.089-.28.406.073 1.1.177 1.69.25.591.074 1.285.148 1.698.178.052.022.059.258.015.295-1.026.362-1.336.952-1.55 2.65l-.583 4.583c-.429 3.337-2.385 4.901-5.595 4.488-3.337-.428-4.857-2.413-4.429-5.765l.65-5.115c.169-1.358.007-1.919-.82-2.406-.029-.037.037-.266.089-.28.546.103 1.203.206 1.934.302.73.096 1.395.163 1.948.192.052.022.059.259.015.295-.923.266-1.218.768-1.395 2.126l-.649 5.115c-.325 2.532.693 3.934 3.048 4.23 2.443.302 3.779-.775 4.104-3.322zM198.219 10.795c1.816.472 2.761-.015 3.159-1.565.414-1.587-.192-2.488-1.993-2.953l-2.133-.553-1.166 4.517 2.133.554zm-1.07 5.735c1.83.472 2.819-.015 3.225-1.602.428-1.639-.214-2.554-2.029-3.019l-2.51-.65-1.196 4.628 2.51.643zm-5.565-.303c-.052-.03-.023-.266.022-.295.937-.17 1.328-.665 1.712-2.148l1.727-6.687c.421-1.639.318-2.303-.406-2.901-.029-.044.067-.258.126-.266.487.148 1.232.354 1.911.532l3.005.775c2.775.716 4.177 2.362 3.69 4.251-.354 1.358-1.483 2.148-3.107 2.23 1.675.863 2.435 2.177 2.037 3.712-.524 2.044-2.598 2.849-5.41 2.126l-3.366-.871c-.694-.17-1.447-.347-1.941-.458z",fill:"#fff"})),Bo||(Bo=d.createElement("path",{d:"M198.219 10.795c1.816.472 2.761-.015 3.159-1.565.414-1.587-.192-2.488-1.993-2.953l-2.133-.553-1.166 4.517 2.133.554zm-1.07 5.735c1.83.472 2.819-.015 3.225-1.602.428-1.639-.214-2.554-2.029-3.019l-2.51-.65-1.196 4.628 2.51.643zm-5.565-.303c-.052-.03-.023-.266.022-.295.937-.17 1.328-.665 1.712-2.148l1.727-6.687c.421-1.639.318-2.303-.406-2.901-.029-.044.067-.258.126-.266.487.148 1.232.354 1.911.532l3.005.775c2.775.716 4.177 2.362 3.69 4.251-.354 1.358-1.483 2.148-3.107 2.23 1.675.863 2.435 2.177 2.037 3.712-.524 2.044-2.598 2.849-5.41 2.126l-3.366-.871c-.694-.17-1.447-.347-1.941-.458zM205.754 20.257a77.349 77.349 0 00-1.867-.664c-.045-.037.007-.266.051-.288.93-.074 1.403-.553 1.993-2.14l2.495-6.673c.48-1.284.45-1.867-.244-2.532-.022-.044.096-.25.155-.25.51.228 1.13.48 1.823.738.724.273 1.395.501 1.942.671.044.037-.008.266-.052.288-1.041.052-1.469.473-1.963 1.809l-3.13 8.355 2.716 1.018c1.757.657 2.562.517 3.587-.642.067-.03.296.089.288.163-.465 1.04-.841 2.088-.967 2.583-.022.066-.184.125-.251.096-.273-.14-.848-.399-2.996-1.196l-3.58-1.336z",fill:"#fff"})),Lo||(Lo=d.createElement("path",{d:"M205.754 20.257a77.349 77.349 0 00-1.867-.664c-.045-.037.007-.266.051-.288.93-.074 1.403-.553 1.993-2.14l2.495-6.673c.48-1.284.45-1.867-.244-2.532-.022-.044.096-.25.155-.25.51.228 1.13.48 1.823.738.724.273 1.395.501 1.942.671.044.037-.008.266-.052.288-1.041.052-1.469.473-1.963 1.809l-3.13 8.355 2.716 1.018c1.757.657 2.562.517 3.587-.642.067-.03.296.089.288.163-.465 1.04-.841 2.088-.967 2.583-.022.066-.184.125-.251.096-.273-.14-.848-.399-2.996-1.196l-3.58-1.336zM218.547 25.372c.015.044-.118.244-.17.236-.509-.28-1.137-.59-1.838-.922a32.606 32.606 0 00-1.882-.827c-.044-.037.029-.266.074-.28 1.041.03 1.498-.347 2.103-1.639l3.13-6.65c.605-1.292.605-1.882-.081-2.665-.015-.052.11-.243.17-.236.509.28 1.136.59 1.837.923a32.92 32.92 0 001.883.826c.044.037-.03.266-.074.288-1.041-.03-1.499.347-2.104 1.639l-3.129 6.65c-.606 1.277-.606 1.875.081 2.657z",fill:"#fff"})),jo||(jo=d.createElement("path",{d:"M218.547 25.372c.015.044-.118.244-.17.236-.509-.28-1.137-.59-1.838-.922a32.606 32.606 0 00-1.882-.827c-.044-.037.029-.266.074-.28 1.041.03 1.498-.347 2.103-1.639l3.13-6.65c.605-1.292.605-1.882-.081-2.665-.015-.052.11-.243.17-.236.509.28 1.136.59 1.837.923a32.92 32.92 0 001.883.826c.044.037-.03.266-.074.288-1.041-.03-1.499.347-2.104 1.639l-3.129 6.65c-.606 1.277-.606 1.875.081 2.657zM232.961 18.847c1.366.805 1.787 1.654 2.458 2.045.185.11.384.096.561.037.089.03.207.184.222.236a22.26 22.26 0 00-1.454 2.953c-.037.059-.274.007-.296-.067.096-1.948-.612-3.447-2.029-4.281-2.193-1.284-4.429-.317-6.215 2.731-1.787 3.048-1.521 5.521.701 6.827 1.476.864 3.218.783 4.923-.273.074-.022.244.163.199.222a27.916 27.916 0 00-2.037 2.65.467.467 0 01-.288-.081c-.051-.2-.155-.34-.391-.48-.635-.377-1.587-.325-2.967-1.137-3.048-1.786-3.816-5.395-1.875-8.71 1.941-3.306 5.514-4.413 8.488-2.672z",fill:"#fff"})),Vo||(Vo=d.createElement("path",{d:"M232.961 18.847c1.366.805 1.787 1.654 2.458 2.045.185.11.384.096.561.037.089.03.207.184.222.236a22.26 22.26 0 00-1.454 2.953c-.037.059-.274.007-.296-.067.096-1.948-.612-3.447-2.029-4.281-2.193-1.284-4.429-.317-6.215 2.731-1.787 3.048-1.521 5.521.701 6.827 1.476.864 3.218.783 4.923-.273.074-.022.244.163.199.222a27.916 27.916 0 00-2.037 2.65.467.467 0 01-.288-.081c-.051-.2-.155-.34-.391-.48-.635-.377-1.587-.325-2.967-1.137-3.048-1.786-3.816-5.395-1.875-8.71 1.941-3.306 5.514-4.413 8.488-2.672zM238.254 38.023a52.693 52.693 0 00-1.565-1.218c-.029-.051.089-.25.14-.258.908.222 1.506-.081 2.569-1.395l4.488-5.528c.863-1.063 1.018-1.632.576-2.48-.008-.052.169-.207.221-.192a39.056 39.056 0 003.122 2.532c.03.051-.088.25-.14.258-1.004-.28-1.535-.022-2.436 1.085l-5.617 6.93 2.251 1.831c1.454 1.181 2.266 1.3 3.602.532.074-.008.251.177.222.243-.768.834-1.462 1.712-1.735 2.14-.044.06-.214.06-.266.015-.214-.221-.679-.65-2.457-2.089l-2.975-2.406z",fill:"#fff"})),Ro||(Ro=d.createElement("path",{d:"M238.254 38.023a52.693 52.693 0 00-1.565-1.218c-.029-.051.089-.25.14-.258.908.222 1.506-.081 2.569-1.395l4.488-5.528c.863-1.063 1.018-1.632.576-2.48-.008-.052.169-.207.221-.192a39.056 39.056 0 003.122 2.532c.03.051-.088.25-.14.258-1.004-.28-1.535-.022-2.436 1.085l-5.617 6.93 2.251 1.831c1.454 1.181 2.266 1.3 3.602.532.074-.008.251.177.222.243-.768.834-1.462 1.712-1.735 2.14-.044.06-.214.06-.266.015-.214-.221-.679-.65-2.457-2.089l-2.975-2.406zM249.103 47.272c0 .052-.184.2-.236.17-.391-.428-.886-.93-1.447-1.462a34.865 34.865 0 00-1.52-1.387c-.03-.052.111-.244.162-.244.974.362 1.535.148 2.525-.878l5.107-5.3c.989-1.026 1.181-1.594.783-2.554 0-.051.191-.192.236-.17.391.428.886.93 1.446 1.462a34.762 34.762 0 001.521 1.388c.03.051-.111.243-.162.243-.975-.362-1.536-.148-2.525.878l-5.107 5.3c-.989 1.033-1.181 1.594-.783 2.554z",fill:"#fff"})),Po||(Po=d.createElement("path",{d:"M249.103 47.272c0 .052-.184.2-.236.17-.391-.428-.886-.93-1.447-1.462a34.865 34.865 0 00-1.52-1.387c-.03-.052.111-.244.162-.244.974.362 1.535.148 2.525-.878l5.107-5.3c.989-1.026 1.181-1.594.783-2.554 0-.051.191-.192.236-.17.391.428.886.93 1.446 1.462a34.762 34.762 0 001.521 1.388c.03.051-.111.243-.162.243-.975-.362-1.536-.148-2.525.878l-5.107 5.3c-.989 1.033-1.181 1.594-.783 2.554zM259.738 49c1.233 1.416 2.281 1.55 3.492.501 1.24-1.078 1.247-2.163.037-3.565l-1.44-1.66-3.521 3.062L259.738 49zm-4.133 4.118c1.24 1.424 2.325 1.58 3.565.509 1.277-1.114 1.27-2.222.037-3.639l-1.705-1.956-3.602 3.13 1.705 1.956zm-4.414-3.41c-.022-.052.133-.236.185-.23.871.392 1.468.207 2.627-.796l5.211-4.525c1.277-1.114 1.565-1.72 1.307-2.62.007-.052.206-.177.251-.148.317.391.812.99 1.277 1.52l2.029 2.34c1.883 2.163 2.097 4.311.628 5.588-1.063.923-2.443.93-3.824.074.894 1.66.775 3.174-.428 4.214-1.594 1.38-3.757.871-5.661-1.32l-2.281-2.629c-.45-.524-.974-1.092-1.321-1.468z",fill:"#fff"})),Ho||(Ho=d.createElement("path",{d:"M259.738 49c1.233 1.416 2.281 1.55 3.492.501 1.24-1.078 1.247-2.163.037-3.565l-1.44-1.66-3.521 3.062L259.738 49zm-4.133 4.118c1.24 1.424 2.325 1.58 3.565.509 1.277-1.114 1.27-2.222.037-3.639l-1.705-1.956-3.602 3.13 1.705 1.956zm-4.414-3.41c-.022-.052.133-.236.185-.23.871.392 1.468.207 2.627-.796l5.211-4.525c1.277-1.114 1.565-1.72 1.307-2.62.007-.052.206-.177.251-.148.317.391.812.99 1.277 1.52l2.029 2.34c1.883 2.163 2.097 4.311.628 5.588-1.063.923-2.443.93-3.824.074.894 1.66.775 3.174-.428 4.214-1.594 1.38-3.757.871-5.661-1.32l-2.281-2.629c-.45-.524-.974-1.092-1.321-1.468zM272.23 57.524l-1.484-2.155-4.178 2.871 1.484 2.156c1.1 1.601 2.17 1.852 3.631.856 1.469-1.019 1.639-2.14.547-3.728zm-4.075-2.56c1.395-.96 1.75-1.529 1.595-2.451.007-.052.221-.155.265-.118.273.428.694 1.077 1.093 1.653l1.993 2.9c1.66 2.422 1.557 4.658-.266 5.913-1.469 1.011-3.144.738-4.598-.65l-1.499 2.82c-.59 1.107-.775 1.734-.339 2.377.162.236.428.406.634.48.045.036.052.228 0 .258-.634.258-1.631.199-2.221-.657-.768-1.115-.273-2.281.428-3.58l1.764-3.196-1.299-1.89-2.406 1.654c-1.13.775-1.44 1.277-1.255 2.222-.008.051-.222.154-.266.118-.288-.48-.649-1.041-1.07-1.654a28.662 28.662 0 00-1.159-1.587c-.015-.051.155-.214.207-.206.812.516 1.387.398 2.517-.377l5.882-4.03z",fill:"#fff"})),Fo||(Fo=d.createElement("path",{d:"M272.23 57.524l-1.484-2.155-4.178 2.871 1.484 2.156c1.1 1.601 2.17 1.852 3.631.856 1.469-1.019 1.639-2.14.547-3.728zm-4.075-2.56c1.395-.96 1.75-1.529 1.595-2.451.007-.052.221-.155.265-.118.273.428.694 1.077 1.093 1.653l1.993 2.9c1.66 2.422 1.557 4.658-.266 5.913-1.469 1.011-3.144.738-4.598-.65l-1.499 2.82c-.59 1.107-.775 1.734-.339 2.377.162.236.428.406.634.48.045.036.052.228 0 .258-.634.258-1.631.199-2.221-.657-.768-1.115-.273-2.281.428-3.58l1.764-3.196-1.299-1.89-2.406 1.654c-1.13.775-1.44 1.277-1.255 2.222-.008.051-.222.154-.266.118-.288-.48-.649-1.041-1.07-1.654a28.662 28.662 0 00-1.159-1.587c-.015-.051.155-.214.207-.206.812.516 1.387.398 2.517-.377l5.882-4.03zM274.487 74.87l3.542-4.303-5.528.516 1.986 3.787zm-5.913-1.764c-.014.051-.236.125-.28.088a52.308 52.308 0 00-.849-1.69 54.499 54.499 0 00-.819-1.484c-.008-.059.184-.199.229-.184.634.398 1.269.516 2.959.361l10.991-.937c.059.03.236.37.229.428l-7.02 8.665c-1.129 1.388-1.336 1.92-1.358 2.54-.015.051-.236.125-.28.088a29.893 29.893 0 00-.805-1.653 38.002 38.002 0 00-1.055-1.89c-.008-.059.184-.2.228-.184.635.583 1.233.679 2.399-.746l.642-.76-2.391-4.562-.657.06c-1.653.147-2.296.583-2.163 1.86z",fill:"#fff"})),Do||(Do=d.createElement("path",{d:"M274.487 74.87l3.542-4.303-5.528.516 1.986 3.787zm-5.913-1.764c-.014.051-.236.125-.28.088a52.308 52.308 0 00-.849-1.69 54.499 54.499 0 00-.819-1.484c-.008-.059.184-.199.229-.184.634.398 1.269.516 2.959.361l10.991-.937c.059.03.236.37.229.428l-7.02 8.665c-1.129 1.388-1.336 1.92-1.358 2.54-.015.051-.236.125-.28.088a29.893 29.893 0 00-.805-1.653 38.002 38.002 0 00-1.055-1.89c-.008-.059.184-.2.228-.184.635.583 1.233.679 2.399-.746l.642-.76-2.391-4.562-.657.06c-1.653.147-2.296.583-2.163 1.86zM285.825 83.454l-.945-2.436-4.724 1.83.945 2.436c.701 1.816 1.683 2.303 3.329 1.668 1.661-.65 2.089-1.697 1.395-3.498zm-3.381-3.432c1.58-.613 2.052-1.085 2.119-2.015.022-.045.251-.096.288-.052.169.48.428 1.203.679 1.86l1.269 3.277c1.063 2.739.443 4.894-1.624 5.69-1.668.643-3.233-.006-4.325-1.69l-2.104 2.4c-.834.937-1.158 1.513-.878 2.229.103.273.325.494.509.612.037.044-.007.236-.059.251-.671.103-1.631-.177-2.015-1.151-.487-1.262.259-2.281 1.24-3.38l2.451-2.71-.827-2.133-2.724 1.056c-1.276.494-1.697.908-1.734 1.867-.022.044-.251.096-.288.052a33.158 33.158 0 00-.657-1.853 31.568 31.568 0 00-.76-1.816c0-.059.199-.177.251-.155.672.687 1.262.709 2.539.215l6.65-2.554z",fill:"#fff"})),Ao||(Ao=d.createElement("path",{d:"M285.825 83.454l-.945-2.436-4.724 1.83.945 2.436c.701 1.816 1.683 2.303 3.329 1.668 1.661-.65 2.089-1.697 1.395-3.498zm-3.381-3.432c1.58-.613 2.052-1.085 2.119-2.015.022-.045.251-.096.288-.052.169.48.428 1.203.679 1.86l1.269 3.277c1.063 2.739.443 4.894-1.624 5.69-1.668.643-3.233-.006-4.325-1.69l-2.104 2.4c-.834.937-1.158 1.513-.878 2.229.103.273.325.494.509.612.037.044-.007.236-.059.251-.671.103-1.631-.177-2.015-1.151-.487-1.262.259-2.281 1.24-3.38l2.451-2.71-.827-2.133-2.724 1.056c-1.276.494-1.697.908-1.734 1.867-.022.044-.251.096-.288.052a33.158 33.158 0 00-.657-1.853 31.568 31.568 0 00-.76-1.816c0-.059.199-.177.251-.155.672.687 1.262.709 2.539.215l6.65-2.554zM279.367 101.663a36.087 36.087 0 00-.465-2 41.487 41.487 0 00-.568-1.978c.007-.06.221-.148.265-.126.643.82 1.233.93 2.606.569l2.827-.739 3.683-4.089c1.181-1.313 1.498-1.675 1.646-2.458.03-.044.266-.066.295-.022.081.392.266 1.233.451 1.934.191.753.442 1.543.561 1.941-.008.06-.222.148-.266.126-.45-.59-.93-.709-1.927.391l-2.886 3.152 3.743 1.277c1.306.443 2.015.221 2.088-.938.03-.044.259-.066.296-.022.088.406.317 1.351.472 1.963.155.591.31 1.115.421 1.477-.008.059-.222.147-.266.125-.325-.472-.952-.723-2.716-1.343l-5.123-1.779-2.841.738c-1.381.362-1.838.738-2.001 1.772-.029.051-.265.073-.295.029z",fill:"#fff"})),No||(No=d.createElement("path",{d:"M279.367 101.663a36.087 36.087 0 00-.465-2 41.487 41.487 0 00-.568-1.978c.007-.06.221-.148.265-.126.643.82 1.233.93 2.606.569l2.827-.739 3.683-4.089c1.181-1.313 1.498-1.675 1.646-2.458.03-.044.266-.066.295-.022.081.392.266 1.233.451 1.934.191.753.442 1.543.561 1.941-.008.06-.222.148-.266.126-.45-.59-.93-.709-1.927.391l-2.886 3.152 3.743 1.277c1.306.443 2.015.221 2.088-.938.03-.044.259-.066.296-.022.088.406.317 1.351.472 1.963.155.591.31 1.115.421 1.477-.008.059-.222.147-.266.125-.325-.472-.952-.723-2.716-1.343l-5.123-1.779-2.841.738c-1.381.362-1.838.738-2.001 1.772-.029.051-.265.073-.295.029zM57.772 174.197c.023.066-.03.214-.096.251-.45.074-1.727.45-2.708.826-.074 0-.178-.228-.14-.295 1.15-.886 1.417-1.749.907-3.535l-.332-1.159-8.584 2.436c-1.373.391-1.823.782-1.956 1.808-.022.044-.258.074-.295.029a33.396 33.396 0 00-.51-1.992 36.505 36.505 0 00-.612-1.964c0-.059.214-.155.266-.133.656.805 1.247.901 2.62.51l8.584-2.436-.332-1.159c-.51-1.786-1.181-2.384-2.628-2.532-.066-.037-.103-.288-.037-.324 1.034-.2 2.318-.547 2.739-.724.073 0 .191.096.214.163.022.346.192 1.203.694 2.967l1.24 4.369c.501 1.772.804 2.584.966 2.894z",fill:"#fff"})),Wo||(Wo=d.createElement("path",{d:"M57.772 174.197c.023.066-.03.214-.096.251-.45.074-1.727.45-2.708.826-.074 0-.178-.228-.14-.295 1.15-.886 1.417-1.749.907-3.535l-.332-1.159-8.584 2.436c-1.373.391-1.823.782-1.956 1.808-.022.044-.258.074-.295.029a33.396 33.396 0 00-.51-1.992 36.505 36.505 0 00-.612-1.964c0-.059.214-.155.266-.133.656.805 1.247.901 2.62.51l8.584-2.436-.332-1.159c-.51-1.786-1.181-2.384-2.628-2.532-.066-.037-.103-.288-.037-.324 1.034-.2 2.318-.547 2.739-.724.073 0 .191.096.214.163.022.346.192 1.203.694 2.967l1.24 4.369c.501 1.772.804 2.584.966 2.894zM53.96 183.615l-3.018 1.328c-1.255.554-1.654.982-1.646 1.942-.015.044-.251.11-.288.066a27.626 27.626 0 00-.745-1.816 30.375 30.375 0 00-.842-1.779c-.007-.059.192-.184.244-.162.7.657 1.291.657 2.546.103l6.894-3.033c1.255-.554 1.653-.982 1.646-1.949.022-.044.251-.111.288-.066.192.524.443 1.144.745 1.815.296.68.584 1.277.842 1.779.007.059-.192.185-.244.163-.701-.657-1.291-.65-2.546-.104l-2.901 1.277 2.694 6.119 2.9-1.277c1.256-.553 1.654-.981 1.647-1.948.015-.052.243-.111.288-.067a34.151 34.151 0 001.58 3.602c.007.059-.193.185-.244.163-.701-.657-1.292-.65-2.547-.104l-6.894 3.034c-1.255.553-1.653.982-1.646 1.948-.022.045-.25.111-.288.067a29.387 29.387 0 00-.745-1.823 30.37 30.37 0 00-.841-1.779c-.008-.059.191-.185.243-.162.701.656 1.292.649 2.547.103l3.018-1.329-2.686-6.111z",fill:"#fff"})),qo||(qo=d.createElement("path",{d:"M53.96 183.615l-3.018 1.328c-1.255.554-1.654.982-1.646 1.942-.015.044-.251.11-.288.066a27.626 27.626 0 00-.745-1.816 30.375 30.375 0 00-.842-1.779c-.007-.059.192-.184.244-.162.7.657 1.291.657 2.546.103l6.894-3.033c1.255-.554 1.653-.982 1.646-1.949.022-.044.251-.111.288-.066.192.524.443 1.144.745 1.815.296.68.584 1.277.842 1.779.007.059-.192.185-.244.163-.701-.657-1.291-.65-2.546-.104l-2.901 1.277 2.694 6.119 2.9-1.277c1.256-.553 1.654-.981 1.647-1.948.015-.052.243-.111.288-.067a34.151 34.151 0 001.58 3.602c.007.059-.193.185-.244.163-.701-.657-1.292-.65-2.547-.104l-6.894 3.034c-1.255.553-1.653.982-1.646 1.948-.022.045-.25.111-.288.067a29.387 29.387 0 00-.745-1.823 30.37 30.37 0 00-.841-1.779c-.008-.059.191-.185.243-.162.701.656 1.292.649 2.547.103l3.018-1.329-2.686-6.111zM55.49 200.34c-.014-.059.17-.206.215-.199.79.531 1.417.443 2.716-.362l5.883-3.616c1.446-.886 1.823-1.44 1.72-2.37.014-.051.228-.14.272-.103.251.443.643 1.107 1.004 1.705l2.156 3.499c.96 1.564 1.476 2.266 1.72 2.517.036.059.029.214-.023.273-.413.192-1.306.76-2.148 1.387-.073.022-.236-.177-.214-.251.753-1.011.694-1.867-.221-3.358l-1.698-2.761-3.978 2.444 1.151 1.874c.613.997 1.218 1.469 2.178 1.373.066 0 .177.251.14.295-.317.178-.974.554-1.403.82a45.84 45.84 0 00-1.365.878c-.06.015-.229-.199-.2-.258.517-.805.377-1.565-.243-2.561l-1.151-1.875-4.067 2.502 1.8 2.93c.982 1.594 1.706 1.978 3.226 1.698.074.015.177.251.126.302-1.004.532-1.949 1.137-2.347 1.447-.06.037-.222-.015-.259-.074-.133-.28-.428-.834-1.631-2.782l-2.288-3.713c-.37-.583-.79-1.24-1.07-1.661z",fill:"#fff"})),Go||(Go=d.createElement("path",{d:"M55.49 200.34c-.014-.059.17-.206.215-.199.79.531 1.417.443 2.716-.362l5.883-3.616c1.446-.886 1.823-1.44 1.72-2.37.014-.051.228-.14.272-.103.251.443.643 1.107 1.004 1.705l2.156 3.499c.96 1.564 1.476 2.266 1.72 2.517.036.059.029.214-.023.273-.413.192-1.306.76-2.148 1.387-.073.022-.236-.177-.214-.251.753-1.011.694-1.867-.221-3.358l-1.698-2.761-3.978 2.444 1.151 1.874c.613.997 1.218 1.469 2.178 1.373.066 0 .177.251.14.295-.317.178-.974.554-1.403.82a45.84 45.84 0 00-1.365.878c-.06.015-.229-.199-.2-.258.517-.805.377-1.565-.243-2.561l-1.151-1.875-4.067 2.502 1.8 2.93c.982 1.594 1.706 1.978 3.226 1.698.074.015.177.251.126.302-1.004.532-1.949 1.137-2.347 1.447-.06.037-.222-.015-.259-.074-.133-.28-.428-.834-1.631-2.782l-2.288-3.713c-.37-.583-.79-1.24-1.07-1.661zM78.283 212.711l-4.037 3.543 1.483 1.691c1.285 1.461 2.414 1.55 3.809.324 1.425-1.247 1.484-2.435.221-3.867l-1.476-1.691zm-7.69 8.363c0 .052-.208.177-.252.148a35.684 35.684 0 00-1.314-1.58 28.253 28.253 0 00-1.336-1.439c-.022-.052.133-.236.185-.229.864.413 1.424.236 2.458-.672l5.351-4.701c1.277-1.115 1.558-1.727 1.292-2.621 0-.051.199-.177.25-.147.318.391.82.989 1.285 1.513l2.082 2.369c1.926 2.192 2.044 4.488.31 6.008-1.735 1.521-4.016 1.108-5.942-1.085l-1.484-1.69-1.882 1.653c-1.085.938-1.329 1.484-1.004 2.473z",fill:"#fff"})),Yo||(Yo=d.createElement("path",{d:"M78.283 212.711l-4.037 3.543 1.483 1.691c1.285 1.461 2.414 1.55 3.809.324 1.425-1.247 1.484-2.435.221-3.867l-1.476-1.691zm-7.69 8.363c0 .052-.208.177-.252.148a35.684 35.684 0 00-1.314-1.58 28.253 28.253 0 00-1.336-1.439c-.022-.052.133-.236.185-.229.864.413 1.424.236 2.458-.672l5.351-4.701c1.277-1.115 1.558-1.727 1.292-2.621 0-.051.199-.177.25-.147.318.391.82.989 1.285 1.513l2.082 2.369c1.926 2.192 2.044 4.488.31 6.008-1.735 1.521-4.016 1.108-5.942-1.085l-1.484-1.69-1.882 1.653c-1.085.938-1.329 1.484-1.004 2.473zM89.902 231.533c2.34-2.672 2.554-5.123.546-6.88-1.993-1.749-4.37-1.247-6.717 1.425-2.34 2.672-2.554 5.122-.546 6.879 1.993 1.749 4.377 1.248 6.717-1.424zm-7.684-6.739c2.54-2.901 6.26-3.285 8.946-.93 2.709 2.376 2.812 6.037.258 8.953-2.546 2.901-6.259 3.284-8.945.93-2.717-2.377-2.82-6.038-.259-8.953z",fill:"#fff"})),Uo||(Uo=d.createElement("path",{d:"M89.902 231.533c2.34-2.672 2.554-5.123.546-6.88-1.993-1.749-4.37-1.247-6.717 1.425-2.34 2.672-2.554 5.122-.546 6.879 1.993 1.749 4.377 1.248 6.717-1.424zm-7.684-6.739c2.54-2.901 6.26-3.285 8.946-.93 2.709 2.376 2.812 6.037.258 8.953-2.546 2.901-6.259 3.284-8.945.93-2.717-2.377-2.82-6.038-.259-8.953zM93.6 242.169a52.592 52.592 0 00-1.669-1.078c-.037-.044.067-.258.118-.266.923.148 1.491-.214 2.436-1.616l3.986-5.905c.767-1.137.87-1.712.354-2.524-.007-.052.155-.222.207-.207.443.34.989.731 1.601 1.144.643.436 1.233.812 1.735 1.107.037.045-.066.259-.118.266-1.026-.192-1.535.118-2.333 1.299l-4.99 7.396 2.407 1.624c1.557 1.048 2.37 1.1 3.639.214.074-.015.266.155.236.229-.694.9-1.306 1.838-1.543 2.288-.044.059-.206.081-.265.037-.236-.2-.738-.583-2.635-1.86l-3.167-2.148z",fill:"#fff"})),Xo||(Xo=d.createElement("path",{d:"M93.6 242.169a52.592 52.592 0 00-1.669-1.078c-.037-.044.067-.258.118-.266.923.148 1.491-.214 2.436-1.616l3.986-5.905c.767-1.137.87-1.712.354-2.524-.007-.052.155-.222.207-.207.443.34.989.731 1.601 1.144.643.436 1.233.812 1.735 1.107.037.045-.066.259-.118.266-1.026-.192-1.535.118-2.333 1.299l-4.99 7.396 2.407 1.624c1.557 1.048 2.37 1.1 3.639.214.074-.015.266.155.236.229-.694.9-1.306 1.838-1.543 2.288-.044.059-.206.081-.265.037-.236-.2-.738-.583-2.635-1.86l-3.167-2.148zM115.329 247.572c1.616-3.159 1.217-5.587-1.159-6.805-2.362-1.203-4.547-.14-6.163 3.026-1.617 3.159-1.218 5.595 1.158 6.805 2.362 1.203 4.547.133 6.164-3.026zm-9.101-4.65c1.756-3.432 5.262-4.716 8.444-3.093 3.21 1.639 4.2 5.167 2.435 8.614-1.756 3.432-5.262 4.717-8.444 3.093-3.203-1.646-4.199-5.167-2.435-8.614z",fill:"#fff"})),Qo||(Qo=d.createElement("path",{d:"M115.329 247.572c1.616-3.159 1.217-5.587-1.159-6.805-2.362-1.203-4.547-.14-6.163 3.026-1.617 3.159-1.218 5.595 1.158 6.805 2.362 1.203 4.547.133 6.164-3.026zm-9.101-4.65c1.756-3.432 5.262-4.716 8.444-3.093 3.21 1.639 4.2 5.167 2.435 8.614-1.756 3.432-5.262 4.717-8.444 3.093-3.203-1.646-4.199-5.167-2.435-8.614zM129.326 259.809l-4.555-12.186-2.243 6.473c-.561 1.617-.547 2.289.214 3.071.022.044-.089.258-.148.251a33.895 33.895 0 00-1.609-.591 47.214 47.214 0 00-1.631-.524c-.044-.037 0-.265.044-.288 1.078-.14 1.506-.656 2.067-2.28l2.251-6.488c.45-1.292.391-1.964-.258-2.628-.022-.044.088-.251.147-.251.406.163 1.026.391 1.609.598.665.229 1.063.347 1.565.487.044.037.089.185.067.251-.406.509-.429 1.129-.052 2.141l3.093 8.473 2.007-5.794c.561-1.617.546-2.288-.214-3.071-.022-.044.089-.258.148-.258.384.155 1.041.399 1.609.598.561.192 1.232.406 1.631.524.044.037 0 .266-.044.288-1.078.14-1.506.657-2.067 2.281l-3.115 8.997c-.066.044-.465 0-.516-.074z",fill:"#fff"})),Jo||(Jo=d.createElement("path",{d:"M129.326 259.809l-4.555-12.186-2.243 6.473c-.561 1.617-.547 2.289.214 3.071.022.044-.089.258-.148.251a33.895 33.895 0 00-1.609-.591 47.214 47.214 0 00-1.631-.524c-.044-.037 0-.265.044-.288 1.078-.14 1.506-.656 2.067-2.28l2.251-6.488c.45-1.292.391-1.964-.258-2.628-.022-.044.088-.251.147-.251.406.163 1.026.391 1.609.598.665.229 1.063.347 1.565.487.044.037.089.185.067.251-.406.509-.429 1.129-.052 2.141l3.093 8.473 2.007-5.794c.561-1.617.546-2.288-.214-3.071-.022-.044.089-.258.148-.258.384.155 1.041.399 1.609.598.561.192 1.232.406 1.631.524.044.037 0 .266-.044.288-1.078.14-1.506.657-2.067 2.281l-3.115 8.997c-.066.044-.465 0-.516-.074zM140.92 252.458c-.266 1.307.435 1.927 2.413 3.145 1.772 1.151 3.337 2.317 2.879 4.546-.465 2.259-2.303 3.359-4.776 2.849-1.749-.354-2.745-1.313-3.439-1.454a.659.659 0 00-.583.141c-.074 0-.244-.089-.266-.148.369-1.085.701-2.155.982-3.255.044-.044.265-.037.31.029.192 1.934 1.336 3.292 3.225 3.676 1.521.31 2.576-.28 2.849-1.587.281-1.358-.28-2.059-2.273-3.277-1.838-1.166-3.447-2.229-3.004-4.406.421-2.067 2.155-3.145 4.362-2.695 1.292.266 1.845.783 2.48.908a.622.622 0 00.517-.11c.074-.008.243.066.265.125a30.288 30.288 0 00-.332 3.063c-.014.074-.258.096-.302.03-.576-1.683-1.558-2.731-2.864-2.997-1.284-.28-2.207.266-2.443 1.417z",fill:"#fff"})),Ko||(Ko=d.createElement("path",{d:"M140.92 252.458c-.266 1.307.435 1.927 2.413 3.145 1.772 1.151 3.337 2.317 2.879 4.546-.465 2.259-2.303 3.359-4.776 2.849-1.749-.354-2.745-1.313-3.439-1.454a.659.659 0 00-.583.141c-.074 0-.244-.089-.266-.148.369-1.085.701-2.155.982-3.255.044-.044.265-.037.31.029.192 1.934 1.336 3.292 3.225 3.676 1.521.31 2.576-.28 2.849-1.587.281-1.358-.28-2.059-2.273-3.277-1.838-1.166-3.447-2.229-3.004-4.406.421-2.067 2.155-3.145 4.362-2.695 1.292.266 1.845.783 2.48.908a.622.622 0 00.517-.11c.074-.008.243.066.265.125a30.288 30.288 0 00-.332 3.063c-.014.074-.258.096-.302.03-.576-1.683-1.558-2.731-2.864-2.997-1.284-.28-2.207.266-2.443 1.417zM155.814 264.821a32.29 32.29 0 00-1.956-.199 29.109 29.109 0 00-1.963-.088c-.052-.023-.074-.259-.029-.296.907-.31 1.181-.834 1.284-2.199l.553-7.514c.104-1.366-.088-1.927-.944-2.37-.03-.036.022-.265.073-.28.554.074 1.218.14 1.956.199.739.059 1.403.089 1.964.089.051.022.074.258.029.295-.908.31-1.181.834-1.284 2.2l-.295 3.993 4.606-3.853c1.136-.96 1.35-1.653.406-2.082-.03-.036.022-.273.073-.28.428.052 1.469.148 2.133.192.65.052 1.455.088 1.875.103.052.022.074.259.037.295-.79.141-1.424.635-2.982 1.934l-2.753 2.251 3.248 5.647c.849 1.454 1.092 1.867 1.764 2.266.037.037-.022.266-.074.288a38.308 38.308 0 00-1.971-.199c-.79-.059-1.638-.082-2.052-.096-.051-.023-.073-.259-.029-.288.723-.236.989-.65.288-1.897l-2.576-4.547-2.097 1.727-.155 2.089c-.103 1.366.089 1.919.945 2.362.03.015-.022.244-.074.258z",fill:"#fff"})),Zo||(Zo=d.createElement("path",{d:"M155.814 264.821a32.29 32.29 0 00-1.956-.199 29.109 29.109 0 00-1.963-.088c-.052-.023-.074-.259-.029-.296.907-.31 1.181-.834 1.284-2.199l.553-7.514c.104-1.366-.088-1.927-.944-2.37-.03-.036.022-.265.073-.28.554.074 1.218.14 1.956.199.739.059 1.403.089 1.964.089.051.022.074.258.029.295-.908.31-1.181.834-1.284 2.2l-.295 3.993 4.606-3.853c1.136-.96 1.35-1.653.406-2.082-.03-.036.022-.273.073-.28.428.052 1.469.148 2.133.192.65.052 1.455.088 1.875.103.052.022.074.259.037.295-.79.141-1.424.635-2.982 1.934l-2.753 2.251 3.248 5.647c.849 1.454 1.092 1.867 1.764 2.266.037.037-.022.266-.074.288a38.308 38.308 0 00-1.971-.199c-.79-.059-1.638-.082-2.052-.096-.051-.023-.073-.259-.029-.288.723-.236.989-.65.288-1.897l-2.576-4.547-2.097 1.727-.155 2.089c-.103 1.366.089 1.919.945 2.362.03.015-.022.244-.074.258zM176.948 264.88a38.028 38.028 0 00-4.096.259c-.052-.015-.104-.244-.074-.288.93-.472 1.144-1.033 1.055-2.451l-.184-2.915-3.314-4.392c-1.063-1.41-1.358-1.793-2.104-2.089-.037-.037-.015-.265.037-.295.399-.007 1.262-.022 1.978-.074.775-.051 1.602-.14 2.015-.184.052.015.104.243.074.288-.664.332-.871.775.015 1.963l2.546 3.432 1.964-3.432c.679-1.196.598-1.934-.524-2.222-.037-.037-.015-.273.037-.288a48.614 48.614 0 002.015-.096 27.316 27.316 0 001.527-.132c.052.014.104.243.074.287-.524.229-.885.798-1.83 2.414l-2.716 4.687.184 2.93c.089 1.418.376 1.942 1.358 2.296.037.052.015.288-.037.302z",fill:"#fff"})),$o||($o=d.createElement("path",{d:"M176.948 264.88a38.028 38.028 0 00-4.096.259c-.052-.015-.104-.244-.074-.288.93-.472 1.144-1.033 1.055-2.451l-.184-2.915-3.314-4.392c-1.063-1.41-1.358-1.793-2.104-2.089-.037-.037-.015-.265.037-.295.399-.007 1.262-.022 1.978-.074.775-.051 1.602-.14 2.015-.184.052.015.104.243.074.288-.664.332-.871.775.015 1.963l2.546 3.432 1.964-3.432c.679-1.196.598-1.934-.524-2.222-.037-.037-.015-.273.037-.288a48.614 48.614 0 002.015-.096 27.316 27.316 0 001.527-.132c.052.014.104.243.074.287-.524.229-.885.798-1.83 2.414l-2.716 4.687.184 2.93c.089 1.418.376 1.942 1.358 2.296.037.052.015.288-.037.302zM191.9 262.887c-.059-.007-.148-.221-.118-.265.752-.583.863-1.203.509-2.694l-1.594-6.717c-.392-1.646-.798-2.185-1.713-2.369-.044-.03-.059-.259-.015-.296.495-.103 1.255-.258 1.934-.428l4.001-.952c1.786-.428 2.613-.694 2.93-.849.074-.015.214.045.251.111.052.45.317 1.484.642 2.48 0 .074-.236.17-.302.125-.724-1.033-1.558-1.24-3.256-.834l-3.159.753 1.078 4.54 2.141-.51c1.136-.273 1.778-.701 1.978-1.638.022-.059.295-.089.324-.037.067.354.222 1.092.34 1.587.118.487.31 1.225.413 1.572-.007.059-.258.155-.31.111-.605-.746-1.365-.842-2.509-.576l-2.141.509 1.107 4.65 3.351-.797c1.823-.435 2.414-.996 2.621-2.532.037-.066.295-.088.332-.022.192 1.122.465 2.207.635 2.687.014.074-.082.207-.148.221-.31.037-.93.148-3.152.679l-4.244 1.012c-.694.147-1.439.339-1.926.479z",fill:"#fff"})),ei||(ei=d.createElement("path",{d:"M191.9 262.887c-.059-.007-.148-.221-.118-.265.752-.583.863-1.203.509-2.694l-1.594-6.717c-.392-1.646-.798-2.185-1.713-2.369-.044-.03-.059-.259-.015-.296.495-.103 1.255-.258 1.934-.428l4.001-.952c1.786-.428 2.613-.694 2.93-.849.074-.015.214.045.251.111.052.45.317 1.484.642 2.48 0 .074-.236.17-.302.125-.724-1.033-1.558-1.24-3.256-.834l-3.159.753 1.078 4.54 2.141-.51c1.136-.273 1.778-.701 1.978-1.638.022-.059.295-.089.324-.037.067.354.222 1.092.34 1.587.118.487.31 1.225.413 1.572-.007.059-.258.155-.31.111-.605-.746-1.365-.842-2.509-.576l-2.141.509 1.107 4.65 3.351-.797c1.823-.435 2.414-.996 2.621-2.532.037-.066.295-.088.332-.022.192 1.122.465 2.207.635 2.687.014.074-.082.207-.148.221-.31.037-.93.148-3.152.679l-4.244 1.012c-.694.147-1.439.339-1.926.479zM210.286 257.389c.044.022.096.251.052.287a55.95 55.95 0 00-1.934.702c-.576.221-1.085.435-1.454.59-.059 0-.177-.207-.155-.251.487-.398.731-1.07 1.203-2.76l1.292-4.584-4.149-2.775c-1.372-.908-1.764-1.181-2.546-1.248-.044-.022-.096-.251-.052-.288a50.187 50.187 0 001.875-.656c.738-.281 1.521-.62 1.897-.783.059 0 .177.207.155.251-.554.517-.62 1.004.531 1.786l3.108 2.111.923-3.38c.332-1.248.118-1.919-1.019-1.868-.044-.022-.096-.251-.052-.287a79.933 79.933 0 001.934-.702 54.652 54.652 0 001.454-.59c.059 0 .177.206.155.251-.487.398-.731 1.07-1.203 2.76l-1.218 4.326 4.377 2.922c1.366.908 1.764 1.181 2.539 1.248.045.022.096.251.052.288-.377.125-1.196.398-1.875.657-.738.28-1.52.62-1.897.782-.059 0-.177-.207-.155-.251.554-.524.62-1.011-.531-1.786l-3.336-2.273-.997 3.661c-.332 1.24-.111 1.911 1.026 1.86z",fill:"#fff"})),ti||(ti=d.createElement("path",{d:"M210.286 257.389c.044.022.096.251.052.287a55.95 55.95 0 00-1.934.702c-.576.221-1.085.435-1.454.59-.059 0-.177-.207-.155-.251.487-.398.731-1.07 1.203-2.76l1.292-4.584-4.149-2.775c-1.372-.908-1.764-1.181-2.546-1.248-.044-.022-.096-.251-.052-.288a50.187 50.187 0 001.875-.656c.738-.281 1.521-.62 1.897-.783.059 0 .177.207.155.251-.554.517-.62 1.004.531 1.786l3.108 2.111.923-3.38c.332-1.248.118-1.919-1.019-1.868-.044-.022-.096-.251-.052-.287a79.933 79.933 0 001.934-.702 54.652 54.652 0 001.454-.59c.059 0 .177.206.155.251-.487.398-.731 1.07-1.203 2.76l-1.218 4.326 4.377 2.922c1.366.908 1.764 1.181 2.539 1.248.045.022.096.251.052.288-.377.125-1.196.398-1.875.657-.738.28-1.52.62-1.897.782-.059 0-.177-.207-.155-.251.554-.524.62-1.011-.531-1.786l-3.336-2.273-.997 3.661c-.332 1.24-.111 1.911 1.026 1.86zM222.929 245.793l1.602 2.886c.664 1.196 1.129 1.557 2.088 1.461.052.015.133.236.096.281-.509.236-1.099.546-1.741.908-.643.361-1.218.701-1.691.996-.059.007-.199-.177-.184-.229.59-.76.531-1.343-.133-2.546l-3.654-6.591c-.664-1.196-1.129-1.558-2.089-1.462-.051-.015-.132-.236-.088-.28.509-.237 1.1-.547 1.742-.908a38.594 38.594 0 001.69-.997c.059-.007.199.177.185.229-.591.76-.532 1.343.132 2.547l1.536 2.775 5.845-3.24-1.535-2.776c-.664-1.195-1.129-1.557-2.089-1.461-.051-.015-.132-.236-.096-.281.51-.243 1.1-.546 1.742-.908.65-.354 1.218-.693 1.691-.996.059-.015.199.177.184.229-.59.76-.531 1.343.133 2.546l3.654 6.592c.664 1.195 1.129 1.557 2.088 1.461.052.015.133.236.089.281-.509.243-1.1.546-1.742.907-.649.355-1.218.694-1.69.997-.059.007-.199-.177-.185-.229.591-.76.532-1.343-.133-2.546l-1.601-2.886-5.846 3.24z",fill:"#fff"})),li||(li=d.createElement("path",{d:"M222.929 245.793l1.602 2.886c.664 1.196 1.129 1.557 2.088 1.461.052.015.133.236.096.281-.509.236-1.099.546-1.741.908-.643.361-1.218.701-1.691.996-.059.007-.199-.177-.184-.229.59-.76.531-1.343-.133-2.546l-3.654-6.591c-.664-1.196-1.129-1.558-2.089-1.462-.051-.015-.132-.236-.088-.28.509-.237 1.1-.547 1.742-.908a38.594 38.594 0 001.69-.997c.059-.007.199.177.185.229-.591.76-.532 1.343.132 2.547l1.536 2.775 5.845-3.24-1.535-2.776c-.664-1.195-1.129-1.557-2.089-1.461-.051-.015-.132-.236-.096-.281.51-.243 1.1-.546 1.742-.908.65-.354 1.218-.693 1.691-.996.059-.015.199.177.184.229-.59.76-.531 1.343.133 2.546l3.654 6.592c.664 1.195 1.129 1.557 2.088 1.461.052.015.133.236.089.281-.509.243-1.1.546-1.742.907-.649.355-1.218.694-1.69.997-.059.007-.199-.177-.185-.229.591-.76.532-1.343-.133-2.546l-1.601-2.886-5.846 3.24zM242.985 239.755c.051.007.155.222.125.266-.487.31-1.07.708-1.697 1.159-.628.45-1.189.878-1.632 1.247-.059.015-.221-.155-.214-.199.532-.893.421-1.484-.413-2.635l-4.303-5.964c-.834-1.152-1.351-1.447-2.369-1.225-.052-.008-.155-.222-.126-.266a38.79 38.79 0 001.698-1.159c.627-.45 1.188-.878 1.631-1.247.052-.015.221.155.214.199-.531.893-.421 1.483.413 2.635l4.303 5.964c.827 1.159 1.351 1.454 2.37 1.225z",fill:"#fff"})),ri||(ri=d.createElement("path",{d:"M242.985 239.755c.051.007.155.222.125.266-.487.31-1.07.708-1.697 1.159-.628.45-1.189.878-1.632 1.247-.059.015-.221-.155-.214-.199.532-.893.421-1.484-.413-2.635l-4.303-5.964c-.834-1.152-1.351-1.447-2.369-1.225-.052-.008-.155-.222-.126-.266a38.79 38.79 0 001.698-1.159c.627-.45 1.188-.878 1.631-1.247.052-.015.221.155.214.199-.531.893-.421 1.483.413 2.635l4.303 5.964c.827 1.159 1.351 1.454 2.37 1.225zM251.227 231.939c1.418-1.255 1.558-2.348.465-3.573-1.129-1.269-2.236-1.24-3.638 0l-1.942 1.727 3.174 3.573 1.941-1.727zm-4.162-4.09c1.402-1.247 1.527-2.295.457-3.498-1.092-1.225-2.177-1.225-3.565.007l-1.646 1.462 3.1 3.491 1.654-1.462zm.811 8.54c-.051.022-.236-.125-.228-.177.383-.871.192-1.469-.827-2.613l-4.591-5.159c-1.129-1.27-1.735-1.543-2.635-1.277-.052 0-.177-.199-.155-.251a66.42 66.42 0 001.506-1.292l2.317-2.059c2.141-1.904 4.289-2.148 5.58-.694.93 1.048.953 2.429.118 3.824 1.646-.916 3.167-.812 4.215.376 1.402 1.58.915 3.742-1.255 5.676l-2.598 2.31c-.517.458-1.078.989-1.447 1.336z",fill:"#fff"})),ai||(ai=d.createElement("path",{d:"M251.227 231.939c1.418-1.255 1.558-2.348.465-3.573-1.129-1.269-2.236-1.24-3.638 0l-1.942 1.727 3.174 3.573 1.941-1.727zm-4.162-4.09c1.402-1.247 1.527-2.295.457-3.498-1.092-1.225-2.177-1.225-3.565.007l-1.646 1.462 3.1 3.491 1.654-1.462zm.811 8.54c-.051.022-.236-.125-.228-.177.383-.871.192-1.469-.827-2.613l-4.591-5.159c-1.129-1.27-1.735-1.543-2.635-1.277-.052 0-.177-.199-.155-.251a66.42 66.42 0 001.506-1.292l2.317-2.059c2.141-1.904 4.289-2.148 5.58-.694.93 1.048.953 2.429.118 3.824 1.646-.916 3.167-.812 4.215.376 1.402 1.58.915 3.742-1.255 5.676l-2.598 2.31c-.517.458-1.078.989-1.447 1.336zM262.086 222.21c.052 0 .2.185.177.237-.413.398-.907.908-1.432 1.476a30.86 30.86 0 00-1.35 1.55c-.052.029-.251-.103-.251-.155.339-.982.111-1.535-.938-2.502l-5.417-4.975c-1.048-.967-1.617-1.144-2.569-.723-.052 0-.199-.185-.177-.237.413-.398.908-.908 1.432-1.476.524-.568.989-1.1 1.351-1.55.051-.029.243.103.251.155-.34.982-.111 1.535.937 2.495l5.418 4.975c1.048.974 1.616 1.151 2.568.73z",fill:"#fff"})),ni||(ni=d.createElement("path",{d:"M262.086 222.21c.052 0 .2.185.177.237-.413.398-.907.908-1.432 1.476a30.86 30.86 0 00-1.35 1.55c-.052.029-.251-.103-.251-.155.339-.982.111-1.535-.938-2.502l-5.417-4.975c-1.048-.967-1.617-1.144-2.569-.723-.052 0-.199-.185-.177-.237.413-.398.908-.908 1.432-1.476.524-.568.989-1.1 1.351-1.55.051-.029.243.103.251.155-.34.982-.111 1.535.937 2.495l5.418 4.975c1.048.974 1.616 1.151 2.568.73zM262.161 201.927c.044-.059.191-.103.258-.073.332.31 1.41 1.092 2.303 1.646.044.059-.074.28-.148.295-1.41-.377-2.251-.059-3.358 1.432l-.724.967 7.16 5.336c1.144.849 1.727.975 2.628.45.051-.007.214.163.199.215-.376.442-.812.996-1.269 1.616a32.52 32.52 0 00-1.189 1.683c-.044.029-.258-.081-.266-.133.237-1.011-.044-1.543-1.188-2.391l-7.16-5.337-.723.967c-1.107 1.491-1.173 2.384-.413 3.631.015.074-.17.259-.236.229-.783-.694-1.846-1.505-2.237-1.734-.044-.059-.044-.214 0-.273.266-.229.842-.886 1.934-2.355l2.716-3.646c1.107-1.469 1.565-2.207 1.713-2.525z",fill:"#fff"})),ci||(ci=d.createElement("path",{d:"M262.161 201.927c.044-.059.191-.103.258-.073.332.31 1.41 1.092 2.303 1.646.044.059-.074.28-.148.295-1.41-.377-2.251-.059-3.358 1.432l-.724.967 7.16 5.336c1.144.849 1.727.975 2.628.45.051-.007.214.163.199.215-.376.442-.812.996-1.269 1.616a32.52 32.52 0 00-1.189 1.683c-.044.029-.258-.081-.266-.133.237-1.011-.044-1.543-1.188-2.391l-7.16-5.337-.723.967c-1.107 1.491-1.173 2.384-.413 3.631.015.074-.17.259-.236.229-.783-.694-1.846-1.505-2.237-1.734-.044-.059-.044-.214 0-.273.266-.229.842-.886 1.934-2.355l2.716-3.646c1.107-1.469 1.565-2.207 1.713-2.525zM277.512 200.731c.052-.014.229.141.221.192-.325.48-.701 1.071-1.092 1.742a32.024 32.024 0 00-1.004 1.794c-.044.037-.266-.052-.273-.103.133-1.034-.207-1.528-1.432-2.252l-6.326-3.757c-1.225-.73-1.815-.789-2.664-.177-.052.015-.229-.14-.222-.192.325-.479.702-1.07 1.093-1.742.398-.664.738-1.276 1.004-1.793.044-.037.265.051.273.103-.133 1.034.206 1.528 1.432 2.251l6.325 3.757c1.226.724 1.816.783 2.665.177z",fill:"#fff"})),oi||(oi=d.createElement("path",{d:"M277.512 200.731c.052-.014.229.141.221.192-.325.48-.701 1.071-1.092 1.742a32.024 32.024 0 00-1.004 1.794c-.044.037-.266-.052-.273-.103.133-1.034-.207-1.528-1.432-2.252l-6.326-3.757c-1.225-.73-1.815-.789-2.664-.177-.052.015-.229-.14-.222-.192.325-.479.702-1.07 1.093-1.742.398-.664.738-1.276 1.004-1.793.044-.037.265.051.273.103-.133 1.034.206 1.528 1.432 2.251l6.325 3.757c1.226.724 1.816.783 2.665.177zM279.085 183.947c-3.233-1.469-5.647-.959-6.746 1.469-1.1 2.414.073 4.547 3.306 6.016 3.233 1.468 5.647.959 6.747-1.469 1.099-2.414-.074-4.547-3.307-6.016zm-4.23 9.308c-3.513-1.595-4.952-5.049-3.476-8.297 1.491-3.284 4.967-4.436 8.496-2.834 3.513 1.594 4.952 5.049 3.476 8.296-1.491 3.285-4.967 4.436-8.496 2.835z",fill:"#fff"})),ii||(ii=d.createElement("path",{d:"M279.085 183.947c-3.233-1.469-5.647-.959-6.746 1.469-1.1 2.414.073 4.547 3.306 6.016 3.233 1.468 5.647.959 6.747-1.469 1.099-2.414-.074-4.547-3.307-6.016zm-4.23 9.308c-3.513-1.595-4.952-5.049-3.476-8.297 1.491-3.284 4.967-4.436 8.496-2.834 3.513 1.594 4.952 5.049 3.476 8.296-1.491 3.285-4.967 4.436-8.496 2.835zM290.748 169.082l-11.95 5.144 6.576 1.919c1.646.48 2.318.436 3.056-.361.044-.022.258.074.266.133a53.248 53.248 0 00-.517 1.631c-.17.568-.347 1.255-.443 1.653-.029.045-.265.015-.295-.029-.192-1.071-.731-1.477-2.377-1.956l-6.591-1.927c-1.314-.384-1.978-.295-2.613.384-.044.022-.258-.074-.266-.133.141-.413.347-1.048.517-1.631.199-.672.295-1.078.406-1.587.03-.044.177-.096.251-.081.524.376 1.152.376 2.141-.052l8.311-3.506-5.883-1.72c-1.646-.479-2.318-.435-3.056.362-.044.022-.258-.074-.266-.133.133-.391.347-1.063.517-1.631.17-.568.347-1.247.45-1.653.03-.045.266-.015.288.029.192 1.07.731 1.469 2.377 1.956l9.138 2.672c.059.059.029.465-.037.517z",fill:"#fff"})),si||(si=d.createElement("path",{d:"M290.748 169.082l-11.95 5.144 6.576 1.919c1.646.48 2.318.436 3.056-.361.044-.022.258.074.266.133a53.248 53.248 0 00-.517 1.631c-.17.568-.347 1.255-.443 1.653-.029.045-.265.015-.295-.029-.192-1.071-.731-1.477-2.377-1.956l-6.591-1.927c-1.314-.384-1.978-.295-2.613.384-.044.022-.258-.074-.266-.133.141-.413.347-1.048.517-1.631.199-.672.295-1.078.406-1.587.03-.044.177-.096.251-.081.524.376 1.152.376 2.141-.052l8.311-3.506-5.883-1.72c-1.646-.479-2.318-.435-3.056.362-.044.022-.258-.074-.266-.133.133-.391.347-1.063.517-1.631.17-.568.347-1.247.45-1.653.03-.045.266-.015.288.029.192 1.07.731 1.469 2.377 1.956l9.138 2.672c.059.059.029.465-.037.517z",fill:"#fff"})))}},ui=function(e){var t,l;function r(){return e.apply(this,arguments)||this}l=e,(t=r).prototype=Object.create(l.prototype),t.prototype.constructor=t,b(t,l);var a=r.prototype;return a.componentDidMount=function(){document.body.classList.add("no-scroll")},a.componentWillUnmount=function(){document.body.classList.remove("no-scroll")},a.render=function(){var e=this.props;return d.createElement("div",{tabIndex:0,className:"modal "+e.className,id:e.id},this.props.children)},r}(d.Component);function fi(e){var t=e.children,l=e.icon,r=e.id,a=h.useMultiStyleConfig("NotificationHeading",{centered:e.centered,icon:l,notificationType:e.notificationType});return m.createElement(h.Box,{as:"header",__css:a},l,m.createElement(Lt,{additionalStyles:a.heading,id:r+"-heading",level:exports.HeadingLevels.Four},t))}function gi(e){var t=e.children,l=e.icon,r=h.useMultiStyleConfig("NotificationContent",{alignText:e.alignText,icon:l,notificationType:e.notificationType});return m.createElement(h.Box,{__css:r},l,m.createElement(h.Box,{__css:r.content},t))}var bi,yi=d.forwardRef((function(e,t){var l=e.className,r=e.helperText,a=e.id,n=void 0===a?y():a,c=e.invalidText,o=e.isChecked,i=e.isDisabled,s=void 0!==i&&i,m=e.isInvalid,p=void 0!==m&&m,v=e.isRequired,u=void 0!==v&&v,f=e.labelText,g=e.name,b=e.onChange,z=e.showHelperInvalidText,x=void 0===z||z,w=e.showLabel,E=void 0===w||w,O=e.value,M=h.useMultiStyleConfig("Radio",{}),S=p?c:r,_={};return E?S&&(_["aria-describedby"]=n+"-helperText"):_["aria-label"]=f&&S?f+" - "+S:f,d.createElement(d.Fragment,null,d.createElement(h.Radio,Object.assign({className:l,id:n,isChecked:o,isDisabled:s,isInvalid:p,isRequired:u,name:g,onChange:b,value:O,ref:t,__css:M},_),E&&f),S&&x&&d.createElement(h.Box,{__css:M.helper,"aria-disabled":s},d.createElement(Nt,{id:n+"-helperText",isInvalid:p,text:S})))}));(bi=exports.RadioGroupLayoutTypes||(exports.RadioGroupLayoutTypes={})).Column="column",bi.Row="row";var zi,xi,wi=function(){},Ei=d.forwardRef((function(e,t){var l=e.children,r=e.className,a=void 0===r?"":r,n=e.defaultValue,c=e.helperText,o=e.id,i=void 0===o?y():o,s=e.isDisabled,m=void 0!==s&&s,p=e.isInvalid,v=void 0!==p&&p,u=e.isRequired,f=void 0!==u&&u,b=e.labelText,z=e.layout,x=void 0===z?exports.RadioGroupLayoutTypes.Column:z,w=e.onChange,E=e.optReqFlag,O=void 0===E||E,M=e.showHelperInvalidText,S=void 0===M||M,_=e.showLabel,T=void 0===_||_,I=v?e.invalidText:c,C=x===exports.RadioGroupLayoutTypes.Column?Kt.s:Kt.l,k=[],B=h.useRadioGroup({name:e.name,defaultValue:n,onChange:void 0===w?wi:w}),L=B.getRadioProps,j=(0,B.getRootProps)();d.Children.map(l,(function(e,t){e.type!==yi&&(e.props.mdxType&&"Radio"===e.props.mdxType||console.warn("Only `Radio` components are allowed inside the `RadioGroup` component."));var l=L({value:e.props.value});if(null!=e){var r={key:t,isDisabled:m,isInvalid:v,isRequired:f};e.props.value===n&&(r.checked=!0),k.push(d.cloneElement(e,g({},r,l)))}}));var V=h.useMultiStyleConfig("RadioGroup",{});return d.createElement(Jt,{className:a,id:"radio-group-"+i,isLegendHidden:!T,legendText:b,optReqFlag:O},d.createElement(h.Stack,Object.assign({"aria-label":T?null:b,direction:[x],spacing:C,ref:t},j,{sx:V.stack}),k),I&&S&&d.createElement(h.Box,{__css:V.helper},d.createElement(Nt,{id:i+"-helperErrorText",isInvalid:v,text:I})))}));function Oi(e){var t=e.children,l=e.className,r=void 0===l?"":l,a=e.displaySize,n=void 0===a?exports.TextDisplaySizes.Default:a,c=e.isBold,o=e.isItalic,i=e.noSpace,s=_t(n,exports.TextDisplaySizes,exports.TextDisplaySizes.Default),m=h.useStyleConfig("Text",{variant:s,isBold:c,isItalic:o,noSpace:i});return t||console.warn("The Text component has no children and will not render correctly."),d.createElement(h.Text,{className:r,sx:m},t)}function Mi(e){var t=e.children,l=e.descriptionText,r=e.headingText,a=e.helperText,n=e.id,c=void 0===n?y():n,o=e.invalidText,i=e.isInvalid,s=void 0!==i&&i,m=!!t,p=h.useMultiStyleConfig("ComponentWrapper",{hasChildren:m}),v=s?o:a;return m||console.warn("`ComponentWrapper` has no children."),d.createElement(h.Box,{__css:p},r&&d.createElement(Lt,{id:c+"-heading",level:exports.HeadingLevels.Two,text:r}),l&&d.createElement(Oi,null,l),t,v&&d.createElement(h.Box,{__css:p.helperText},d.createElement(Nt,{id:c+"-helperText",isInvalid:s,text:v})))}(zi=exports.TextDisplaySizes||(exports.TextDisplaySizes={})).Default="default",zi.Caption="caption",zi.Tag="tag",zi.Mini="mini",function(e){e.Default="default",e.SearchBar="searchbar"}(xi||(xi={}));var Si,_i,Ti,Ii,Ci=m.forwardRef((function(e,t){var l=e.additionalStyles,r=void 0===l?{}:l,a=e.children,n=e.className,c=e.helperText,o=e.id,i=void 0===o?y():o,s=e.invalidText,d=e.isDisabled,p=void 0!==d&&d,v=e.isInvalid,u=void 0!==v&&v,f=e.isRequired,b=void 0!==f&&f,z=e.labelText,x=e.name,w=e.onChange,E=e.placeholder,O=e.showHelperInvalidText,M=void 0===O||O,S=e.showLabel,_=void 0===S||S,T=e.showOptReqLabel,I=void 0===T||T,C=e.type,k=e.value,B=void 0===k?"":k,L={},j=b?"Required":"Optional",V=h.useMultiStyleConfig("CustomSelect",{variant:void 0===C?xi.Default:C}),R=u?s||"There is an error related to this field.":c,P=w?{onChange:w,value:B}:{};return _?c&&(L["aria-describedby"]=i+"-helperText"):L["aria-label"]=z&&R?z+" - "+R:z,m.Children.count(a)>10&&console.warn("NYPL DS recommends that <select> fields have no more than 10 options; an auto-complete text input is a good alternative for 11 or more options."),m.Children.count(a)<4&&console.warn("NYPL DS recommends that <select> fields have at least 4 options; a radio button group is a good alternative for 3 or fewer options."),m.createElement(h.Box,{className:n,__css:g({},V,r)},_&&m.createElement(vl,{id:i+"-label",htmlFor:i,optReqFlag:I&&j},z),m.createElement(h.Select,Object.assign({id:i,variant:"outline",isRequired:b,isDisabled:p,isInvalid:u,name:x,placeholder:E,ref:t},P,L,{icon:m.createElement(xt,{id:i+"-icon",name:exports.IconNames.Arrow,size:exports.IconSizes.Medium}),__css:V.select}),a),R&&M&&m.createElement(h.Box,{__css:V.helper,"aria-disabled":p},m.createElement(Nt,{id:i+"-helperText",isInvalid:u,text:R})))}));function ki(e){return d.createElement(Vt,{additionalFigureStyles:e.additionalFigureStyles,additionalImageStyles:e.additionalImageStyles,additionalWrapperStyles:e.additionalWrapperStyles,alt:e.alt,component:e.component,imageAspectRatio:e.imageAspectRatio,imageSize:e.imageSize,imageCaption:e.imageCaption,imageCredit:e.imageCredit,src:e.src})}(Si=exports.SkeletonLoaderLayouts||(exports.SkeletonLoaderLayouts={})).Row="row",Si.Column="column",(_i=exports.SkeletonLoaderImageRatios||(exports.SkeletonLoaderImageRatios={})).Landscape="landscape",_i.Portrait="portrait",_i.Square="square",(Ti=exports.StatusBadgeTypes||(exports.StatusBadgeTypes={})).Low="low",Ti.Medium="medium",Ti.High="high",(Ii=exports.StructuredContentImagePosition||(exports.StructuredContentImagePosition={})).Left="left",Ii.Right="right",Ii.Center="center";var Bi,Li=function(e){var t=h.useStyleConfig("Template",{});return d.createElement(h.Box,{__css:t,className:"nypl-ds"},e.children)},ji=function(e){var t=h.useStyleConfig("TemplateBreakout",{});return d.createElement(h.Box,{__css:t},e.children)},Vi=function(e){var t=e.children,l=e.renderHeaderElement,r=void 0===l||l,a=h.useStyleConfig("TemplateHeader",{}),n=d.createElement(h.Box,{__css:a},t);return r&&(d.Children.map(t,(function(e){var t;"header"!==(null==e?void 0:e.type)&&"header"!==(null==e||null==(t=e.props)?void 0:t.mdxType)||console.warn("`TemplateHeader`: An HTML `header` element was passed in. Set `renderHeaderElement` to `false` to avoid nested HTML `header` elements.")})),n=d.createElement(h.Box,{as:"header",__css:a},t)),n},Ri=function(e){var t=h.useStyleConfig("TemplateBreakout",{});return d.createElement(h.Box,{__css:t},e.children)},Pi=function(e){var t=e.sidebar,l=void 0===t?"none":t,r=e.children,a=h.useStyleConfig("TemplateContent",{variant:"none"!==l?"sidebar":null}),n=d.Children.map(r,(function(e){var t,r,a=e;return(e&&(null==e?void 0:e.type)===Fi||null!=e&&e.props&&"TemplateContentPrimary"===(null==(t=e.props)?void 0:t.mdxType)||(null==e?void 0:e.type)===Di||null!=e&&e.props&&"TemplateContentSidebar"===(null==(r=e.props)?void 0:r.mdxType))&&(a=d.cloneElement(e,{sidebar:l})),a}));return d.createElement(h.Box,{as:"main",__css:a},n)},Hi=function(e){var t=h.useStyleConfig("TemplateContentTop",{});return d.createElement(h.Box,{__css:t},e.children)},Fi=function(e){var t=h.useStyleConfig("TemplateContentPrimary",{variant:e.sidebar});return d.createElement(h.Box,{__css:t},e.children)},Di=function(e){var t=h.useStyleConfig("TemplateContentSidebar",{variant:e.sidebar});return d.createElement(h.Box,{__css:t},e.children)},Ai=function(e){var t=e.children,l=e.renderFooterElement,r=void 0===l||l,a=d.createElement(d.Fragment,null,t);return r&&(d.Children.map(t,(function(e){var t;"footer"!==(null==e?void 0:e.type)&&"footer"!==(null==e||null==(t=e.props)?void 0:t.mdxType)||console.warn("`TemplateFooter`: An HTML `footer` element was passed in. Set `renderFooterElement` to `false` to avoid nested HTML `footer` elements.")})),a=d.createElement(h.Box,{as:"footer"},t)),a};(Bi=exports.ToggleSizes||(exports.ToggleSizes={})).Large="large",Bi.Small="small";var Ni,Wi,qi=function(){},Gi=d.forwardRef((function(e,t){var l=e.additionalStyles,r=void 0===l?{}:l,a=e.defaultChecked,n=void 0!==a&&a,c=e.helperText,o=e.id,i=void 0===o?y():o,s=e.isChecked,m=e.isDisabled,p=void 0!==m&&m,v=e.isInvalid,u=void 0!==v&&v,f=e.isRequired,b=void 0!==f&&f,z=e.labelText,x=e.name,w=e.onChange,E=void 0===w?qi:w,O=e.size,M=void 0===O?exports.ToggleSizes.Large:O,S=u?e.invalidText:c,_={},T=h.useMultiStyleConfig("Toggle",{}),I=h.useStyleConfig("Switch");return _["aria-label"]=z&&S?z+" - "+S:z,d.createElement(d.Fragment,null,d.createElement(h.Box,{__css:g({},T,r)},d.createElement(h.Switch,Object.assign({id:i,name:x||"default",isDisabled:p,isInvalid:u,isRequired:b,ref:t,size:M===exports.ToggleSizes.Large?"lg":"sm"},void 0!==s?{isChecked:s,onChange:E}:{defaultChecked:n},_,{__css:I}),z)),S&&d.createElement(h.Box,{__css:T.helper},d.createElement(Nt,{id:i+"-helperText",isInvalid:u,text:S})))}));(Ni=exports.VideoPlayerTypes||(exports.VideoPlayerTypes={})).Vimeo="vimeo",Ni.YouTube="youtube",(Wi=exports.VideoPlayerAspectRatios||(exports.VideoPlayerAspectRatios={})).FourByThree="fourByThree",Wi.SixteenByNine="sixteenByNine",Wi.Square="square",Object.defineProperty(exports,"Box",{enumerable:!0,get:function(){return h.Box}}),Object.defineProperty(exports,"ButtonGroup",{enumerable:!0,get:function(){return h.ButtonGroup}}),Object.defineProperty(exports,"Center",{enumerable:!0,get:function(){return h.Center}}),Object.defineProperty(exports,"Circle",{enumerable:!0,get:function(){return h.Circle}}),Object.defineProperty(exports,"Flex",{enumerable:!0,get:function(){return h.Flex}}),Object.defineProperty(exports,"Grid",{enumerable:!0,get:function(){return h.Grid}}),Object.defineProperty(exports,"GridItem",{enumerable:!0,get:function(){return h.GridItem}}),Object.defineProperty(exports,"HStack",{enumerable:!0,get:function(){return h.HStack}}),Object.defineProperty(exports,"Spacer",{enumerable:!0,get:function(){return h.Spacer}}),Object.defineProperty(exports,"Square",{enumerable:!0,get:function(){return h.Square}}),Object.defineProperty(exports,"Stack",{enumerable:!0,get:function(){return h.Stack}}),Object.defineProperty(exports,"Tab",{enumerable:!0,get:function(){return h.Tab}}),Object.defineProperty(exports,"TabList",{enumerable:!0,get:function(){return h.TabList}}),Object.defineProperty(exports,"TabPanel",{enumerable:!0,get:function(){return h.TabPanel}}),Object.defineProperty(exports,"TabPanels",{enumerable:!0,get:function(){return h.TabPanels}}),Object.defineProperty(exports,"VStack",{enumerable:!0,get:function(){return h.VStack}}),exports.Accordion=function(e){var t=e.contentData,l=e.id,r=void 0===l?y():l,a=e.isDefaultOpen;return d.createElement(h.Accordion,{id:r,defaultIndex:[void 0!==a&&a?0:void 0],allowMultiple:!0},function(e,t){var l;void 0===e&&(e=[]);var r=(null==(l=e)?void 0:l.length)>1?4:null;return e.map((function(e,l){var a="string"==typeof e.panel?d.createElement(h.AccordionPanel,{id:t+"-panel-"+l,key:l,dangerouslySetInnerHTML:{__html:e.panel}}):d.createElement(h.AccordionPanel,{id:t+"-panel-"+l,key:l},e.panel);return d.createElement(h.AccordionItem,{id:t+"-item-"+l,key:l},(function(n){var c=n.isExpanded;return d.createElement(d.Fragment,null,d.createElement(h.AccordionButton,{id:t+"-button-"+l,padding:r},d.createElement(h.Box,{flex:"1",textAlign:"left"},e.label),function(e,t,l){void 0===e&&(e=!1);var r=e?exports.IconNames.Minus:exports.IconNames.Plus;return d.createElement(xt,{id:"accordion-"+l+"-icon-"+t,name:r,size:exports.IconSizes.Small})}(c,l,t)),a)}))}))}(t,r))},exports.Breadcrumbs=function(e){var t=e.additionalStyles,l=void 0===t?{}:t,r=e.breadcrumbsData,a=e.className,n=e.colorVariant,c=e.id,o=void 0===c?y():c,i=_t(n,exports.ColorVariants);if(!r||0===r.length)throw new Error("You must use the `breadcrumbsData` prop to pass a data object to the Breadcrumbs component. That prop is current empty.");var s,m,p=g({},h.useStyleConfig("Breadcrumb",{variant:i}),l),v=(m=o,null!=(s=r)&&s.length?s.map((function(e,t){return d.createElement(h.BreadcrumbItem,{key:t,isCurrentPage:t===s.length-1},d.createElement(h.BreadcrumbLink,{href:e.url},t===s.length-2&&d.createElement(xt,{name:exports.IconNames.Arrow,size:exports.IconSizes.Small,iconRotation:exports.IconRotationTypes.Rotate90,id:m+"__backarrow",className:"breadcrumbs-icon",type:exports.IconTypes.Breadcrumbs}),d.createElement("span",{className:"breadcrumb-label"},e.text)))})):{});return d.createElement(h.Breadcrumb,Object.assign({className:a,id:o},{"aria-label":"Breadcrumb"},{__css:p}),v)},exports.Button=Tt,exports.Card=function(e){var t=e.backgroundColor,l=e.border,r=e.center,a=void 0!==r&&r,n=e.children,c=e.className,o=e.foregroundColor,i=e.id,s=void 0===i?y():i,m=e.imageAlt,p=void 0===m?"":m,v=e.imageAspectRatio,u=void 0===v?exports.ImageRatios.Square:v,f=e.imageAtEnd,b=e.imageComponent,z=e.imageSize,x=void 0===z?exports.ImageSizes.Default:z,w=e.imageSrc,E=e.layout,O=void 0===E?exports.CardLayouts.Column:E,M=e.mainActionLink,S=w||b,_=b?exports.ImageRatios.Original:u,T={},I=[],C=0;b&&u!==exports.ImageRatios.Square&&console.warn("Both `imageComponent` and `imageAspectRatio` are set but `imageAspectRatio` will be ignored in favor of the aspect ratio on `imageComponent`."),t&&(T.backgroundColor=t),o&&(T.color=o);var k=h.useMultiStyleConfig("Card",{border:l,center:a,hasImage:S,imageAtEnd:f,layout:O,mainActionLink:M});return d.Children.map(n,(function(e,t){if(e.type===Pt||"CardHeading"===e.props.mdxType){var l=0===C?d.createElement(At,{mainActionLink:M},e.props.children):e.props.children,r=d.cloneElement(e,{additionalStyles:g({},k.heading,e.props.additionalStyles),key:t,center:a,children:l,layout:O});I.push(r),C++}else if(e.type===Ht||"CardContent"===e.props.mdxType||e.type===Ft||"CardActions"===e.props.mdxType){var n=d.cloneElement(e,{key:t,center:a,layout:O});I.push(n)}})),d.createElement(Dt,{mainActionLink:M},d.createElement(h.Box,{id:s,className:c,__css:g({},k,T)},S&&d.createElement(Rt,{src:w||null,component:b,alt:p,imageSize:x,imageAspectRatio:_,imageAtEnd:f,layout:O}),d.createElement(h.Box,{className:"card-body",__css:k.body},I)))},exports.CardActions=Ft,exports.CardContent=Ht,exports.CardHeading=Pt,exports.Checkbox=Ut,exports.CheckboxGroup=Zt,exports.DSProvider=function(e){return m.createElement(h.ChakraProvider,{theme:br},e.children)},exports.DatePicker=zl,exports.Fieldset=Jt,exports.Form=function(e){var t=e.action,l=e.children,r=e.className,a=e.gap,n=void 0===a?exports.GridGaps.Large:a,c=e.id,o=void 0===c?y():c,i=e.method,s=e.onSubmit,h={};t&&(h.action=t),i&&("get"===i||"post"===i)&&(h.method=i);var m=d.Children.map(l,(function(e,t){return d.cloneElement(e,{gap:n,id:o+"-child"+t})}));return d.createElement("form",Object.assign({"aria-label":"form",className:r,id:o,onSubmit:s},h),d.createElement($t,{columns:1,gap:n,id:o+"-parent"},m))},exports.FormField=tl,exports.FormGaps=exports.GridGaps,exports.FormRow=el,exports.Heading=Lt,exports.HelperErrorText=Nt,exports.Hero=function(e){var t=e.backgroundColor,l=e.backgroundImageSrc,r=e.foregroundColor,a=e.heading,n=e.heroType,c=e.image,o=e.locationDetails,i=e.subHeaderText,s=function(e){return _r[e]||exports.HeroTypes.Primary}(n),m=h.useMultiStyleConfig("Hero",{variant:s}),p=a&&d.cloneElement(a,{additionalStyles:m.heading}),v={},u={};n===exports.HeroTypes.Primary?(l||console.warn('Warning: it is recommended to use the "backgroundImageSrc" prop for PRIMARY hero.'),c&&console.warn('Warning: the "image" prop has been passed, but PRIMARY hero will not use it.')):o&&console.warn('Warning: Please provide "locationDetails" only to PRIMARY hero.'),Sr.includes(n)&&l&&console.warn('Warning: the "backgroundImageSrc" prop has been passed, but SECONDARY hero will not use it.'),n===exports.HeroTypes.Tertiary&&(l||c)&&console.warn("Warning: TERTIARY hero will not use any of the image props."),n!==exports.HeroTypes.Campaign||l&&c||console.warn('Warning: it is recommended to use both "backgroundImageSrc" and "image" props for CAMPAIGN hero.'),n===exports.HeroTypes.FiftyFifty&&l&&console.warn('Warning: the "backgroundImageSrc" prop has been passed, but FIFTYFIFTY hero will not use it.'),n===exports.HeroTypes.Primary?v=l?{backgroundImage:"url("+l+")"}:{}:n===exports.HeroTypes.Campaign?v=l?{backgroundImage:"url("+l+")"}:{backgroundColor:t}:n!==exports.HeroTypes.Tertiary&&n!==exports.HeroTypes.FiftyFifty||(v={backgroundColor:t}),Sr.includes(n)?(r||t)&&console.warn('Warning: the "foregroundColor" and/or "backgroundColor" props have been passed, but SECONDARY Hero will not use them.'):u={color:r,backgroundColor:t};var f=n===exports.HeroTypes.Campaign?d.createElement(d.Fragment,null,c,d.createElement(h.Box,{__css:m.interior},p,i)):d.createElement(d.Fragment,null,n!==exports.HeroTypes.Primary&&n!==exports.HeroTypes.Tertiary&&c,p,n===exports.HeroTypes.Tertiary&&i?d.createElement("p",null,i):d.createElement(h.Box,{__css:m.bodyText},i));return d.createElement(h.Box,{"data-testid":"hero","data-responsive-background-image":!0,style:v,__css:m},d.createElement(h.Box,{"data-testid":"hero-content",style:u,__css:m.content},f),o)},exports.HorizontalRule=function(e){var t=e.className,l=e.height,r=void 0===l?"2px":l,a=e.width,n=void 0===a?"100%":a,c=h.useStyleConfig("HorizontalRule",{align:e.align}),o=r;r.endsWith("%")&&(console.warn("`HorizontalRule`: For the `height` prop, use a whole number, a `px` value, a `em` value, or a `rem` value. Using the default of 2px."),o="2px");var i=g({},c,{height:o,width:n});return d.createElement(h.Box,{as:"hr",className:t,__css:i})},exports.Icon=xt,exports.Image=Vt,exports.Label=vl,exports.Link=Bt,exports.List=Ir,exports.Logo=function(e){var t=e.additionalStyles,l=void 0===t?{}:t,r=e.children,a=e.className,n=e.decorative,c=void 0!==n&&n,o=e.id,i=void 0===o?y():o,s=e.name,m=e.size,p=void 0===m?exports.LogoSizes.Medium:m,v=e.title,u=void 0===v?s+" logo":v,f=h.useStyleConfig("Logo",{size:p}),b={"aria-hidden":c,className:a,id:i,role:"img",title:u},z=null;return s&&r?(console.warn("Logo accepts either a `name` prop or an `svg` element child. It can not accept both."),null):s||r?s?d.createElement(h.Icon,Object.assign({as:vi[s]},b,{__css:g({},f,l)})):("svg"===r.type||"svg"===r.props.type||"svg"===r.props.mdxType?z=d.cloneElement(r,g({},b)):console.warn("You must pass an `svg` element to the `Logo` component."),d.createElement(h.Box,{__css:f},z)):(console.warn("Pass a logo `name` prop or an SVG child to `Logo` to ensure a logo appears."),null)},exports.Modal=ui,exports.Notification=function(e){var t=e.ariaLabel,l=e.centered,r=void 0!==l&&l,a=e.className,n=e.dismissible,c=void 0!==n&&n,o=e.icon,i=e.id,s=void 0===i?y():i,p=e.noMargin,v=void 0!==p&&p,u=e.notificationContent,f=e.notificationHeading,b=e.notificationType,z=void 0===b?exports.NotificationTypes.Standard:b,x=e.showIcon,w=void 0===x||x,E=d.useState(!0),O=E[0],M=E[1],S=h.useMultiStyleConfig("Notification",{centered:r,dismissible:c,noMargin:v,notificationType:z}),_=c&&m.createElement(Tt,{buttonType:exports.ButtonTypes.Link,onClick:function(){return M(!1)},additionalStyles:S.dismissibleButton},m.createElement(xt,{decorative:!1,id:s+"-notification-dismissible-icon",name:exports.IconNames.Close,size:exports.IconSizes.Large,title:"Notification close icon"})),T=function(){var e,t={additionalStyles:S.icon,decorative:!1,size:exports.IconSizes.Large};if(!w)return null;if(o)return m.cloneElement(o,g({id:s+"-custom-notification-icon"},t));var l=((e={})[exports.NotificationTypes.Announcement]={color:exports.IconColors.SectionResearchSecondary,name:exports.IconNames.SpeakerNotes,title:"Notification announcement icon"},e[exports.NotificationTypes.Standard]={color:exports.IconColors.UiBlack,name:exports.IconNames.AlertNotificationImportant,title:"Notification standard icon"},e[exports.NotificationTypes.Warning]={color:exports.IconColors.BrandPrimary,name:exports.IconNames.ErrorFilled,title:"Notification warning icon"},e);return m.createElement(xt,Object.assign({id:s+"-notification-icon"},t,l[z]))}(),I=f&&m.createElement(fi,{centered:r,icon:T,id:s,notificationType:z},f),C=m.createElement(gi,{alignText:I&&w&&(!!o||!r),icon:I?null:T,notificationType:z},u);return O?m.createElement(h.Box,{"aria-label":t,as:"aside",className:a,"data-type":z,id:s,__css:S},m.createElement(h.Box,{__css:S.container},I,C),_):null},exports.Pagination=function(e){var t=e.className,l=e.getPageHref,r=e.id,a=void 0===r?y():r,n=e.initialPage,c=e.onPageChange,o=e.pageCount,i=d.useState(void 0===n?1:n),s=i[0],p=i[1],v=h.useMultiStyleConfig("Pagination",{}),u=s-1,f=s+1;if(o<=1)return null;l&&c&&console.warn("Props for both `getPageHref` and `onPageChange` are passed. Will default to using `getPageHref`.");var b,z,x,w,E,O,M=void 0!==l&&"function"==typeof l,S=function(e,t){e.preventDefault&&e.preventDefault(),s!==t&&(p(t),c&&c(t))},_=function(e){s>1&&S(e,u)},T=function(e){s<o&&S(e,f)},I=function(e,t){var r=s===t,n=r?{color:"ui.black",pointerEvent:"none"}:{},c={items:{href:M?l(t):"#",attributes:{"aria-label":"Page "+t,"aria-current":r?"page":null,onClick:M?void 0:function(e){return S(e,t)}},text:t},previous:{href:M?l(u):"#",attributes:{"aria-label":"Previous page",onClick:M?void 0:_},text:"Previous"},next:{href:M?l(f):"#",attributes:{"aria-label":"Next page",onClick:M?void 0:T},text:"Next"}}[e];return m.createElement(Bt,{additionalStyles:g({},v.link,n),attributes:c.attributes,href:c.href,id:a+"-"+c.text},c.text)},C=1!==s&&m.createElement("li",{key:"previous"},I("previous")),k=s!==o&&m.createElement("li",{key:"next"},I("next"));return m.createElement(h.Box,{as:"nav",id:a,"aria-label":"Pagination",role:"navigation",className:t,__css:v},m.createElement(Ir,{type:exports.ListTypes.Unordered,inline:!0,noStyling:!0,id:a+"-list"},C,(b=s,E=Math.max(3,Math.min(b-1,o-4)),O=Math.min(o-2,Math.max(b+1,5)),(o<4?Array.from({length:o},(function(e,t){return t+1})):[1,E>3?"ellipse-start":2].concat((x=O+1,void 0===w&&(w=1),(z=E)?Array(Math.ceil((x-z)/w)).fill(z).map((function(e,t){return e+t*w})):[]),[O<o-2?"ellipse-end":o-1,o])).map((function(e){var t="number"==typeof e?I("items",e):"...";return m.createElement("li",{key:e},t)}))),k))},exports.ProgressIndicator=function(e){var t=e.darkMode,l=void 0!==t&&t,r=e.id,a=void 0===r?y():r,n=e.indicatorType,c=void 0===n?exports.ProgressIndicatorTypes.Linear:n,o=e.isIndeterminate,i=void 0!==o&&o,s=e.labelText,d=e.showLabel,p=void 0===d||d,v=e.size,u=void 0===v?exports.ProgressIndicatorSizes.Default:v,f=e.value,g=void 0===f?0:f,b=h.useMultiStyleConfig("ProgressIndicator",{darkMode:l,size:u}),z=g;(z<0||z>100)&&(console.warn("ProgressIndicator: pass in a `value` between 0 and 100. Defaulting to 0."),z=0);var x={id:a,"aria-label":p?null:s,"aria-labelledby":p?a+"-label":null,isIndeterminate:i||null,value:i?null:z};return m.createElement(h.Box,{__css:b},function(e){return e===exports.ProgressIndicatorTypes.Circular?(u===exports.ProgressIndicatorSizes.Small&&(x["aria-label"]=s),m.createElement(h.Box,{__css:b.circularContainer},m.createElement(h.CircularProgress,Object.assign({},x,{sx:b.circular}),p&&!i&&u!==exports.ProgressIndicatorSizes.Small&&m.createElement(h.CircularProgressLabel,null,z,"%")),p&&u!==exports.ProgressIndicatorSizes.Small&&m.createElement(vl,{id:a+"-label",htmlFor:a},s))):m.createElement(m.Fragment,null,p&&m.createElement(vl,{id:a+"-label",htmlFor:a},s),m.createElement(h.Box,{__css:b.linearContainer},m.createElement(h.Progress,Object.assign({},x,{sx:b.linear})),p&&!i&&m.createElement(h.Box,{__css:b.linearPercentage},z,"%")))}(c))},exports.Radio=yi,exports.RadioGroup=Ei,exports.SearchBar=function(e){var t=e.action,l=e.buttonOnClick,r=void 0===l?null:l,a=e.className,n=e.descriptionText,c=e.headingText,o=e.helperText,i=e.id,s=void 0===i?y():i,m=e.invalidText,p=e.isDisabled,v=void 0!==p&&p,u=e.isInvalid,f=void 0!==u&&u,g=e.isRequired,b=void 0!==g&&g,z=e.labelText,x=e.method,w=e.noBrandButtonType,E=void 0!==w&&w,O=e.onSubmit,M=e.selectProps,S=e.textInputElement,_=e.textInputProps,T=h.useMultiStyleConfig("SearchBar",{}),I={helperText:"",isDisabled:v,isInvalid:f,isRequired:b,showHelperInvalidText:!1,showLabel:!1},C=f?m:o,k=C?z+" - "+C:z,B=(null==_?void 0:_.placeholder)+" "+(b?"(Required)":""),L=E?exports.ButtonTypes.NoBrand:exports.ButtonTypes.Primary,j=M&&d.createElement(Ci,Object.assign({additionalStyles:T.select,id:"searchbar-select-"+s,labelText:null==M?void 0:M.labelText,name:null==M?void 0:M.name,onChange:null==M?void 0:M.onChange,type:xi.SearchBar},I),null==M?void 0:M.optionsData.map((function(e){return d.createElement("option",{key:e,value:e},e)}))),V=_&&d.createElement(fl,Object.assign({id:"searchbar-textinput-"+s,labelText:null==_?void 0:_.labelText,name:null==_?void 0:_.name,onChange:null==_?void 0:_.onChange,placeholder:B,type:exports.TextInputTypes.text,variantType:j?al.SearchBarSelect:al.SearchBar,value:null==_?void 0:_.value},I)),R=d.createElement(Tt,{additionalStyles:{borderLeftRadius:"none",borderRightRadius:{base:"none",md:"sm"},lineHeight:"1.70",marginBottom:"auto"},buttonType:L,id:"searchbar-button-"+s,isDisabled:v,onClick:r,type:"submit"},d.createElement(xt,{align:exports.IconAlign.Left,id:"searchbar-icon-"+s,name:exports.IconNames.Search,size:exports.IconSizes.Small}),"Search");return d.createElement(Mi,{descriptionText:n,headingText:c,helperText:o,id:s,invalidText:m,isInvalid:f},d.createElement(h.Box,{as:"form",id:"searchbar-form-"+s,className:a,role:"search","aria-label":k,onSubmit:O,method:x,action:t,__css:T},j,S||V,R))},exports.Select=Ci,exports.SimpleGrid=$t,exports.SkeletonLoader=function(e){var t=e.border,l=e.className,r=e.contentSize,a=void 0===r?3:r,n=e.headingSize,c=void 0===n?1:n,o=e.imageAspectRatio,i=void 0===o?exports.SkeletonLoaderImageRatios.Square:o,s=e.layout,m=void 0===s?exports.SkeletonLoaderLayouts.Column:s,p=e.showButton,v=void 0!==p&&p,u=e.showContent,f=void 0===u||u,b=e.showHeading,y=void 0===b||b,z=e.showImage,x=void 0===z||z,w=e.width,E=h.useMultiStyleConfig("SkeletonLoader",{border:void 0!==t&&t,imageAspectRatio:i,showImage:x,variant:m}),O=function(e,t,l){return void 0===t&&(t=1),void 0===l&&(l="80%"),new Array(t).fill(null).map((function(r,a){return d.createElement(h.Skeleton,{key:e+"-"+a,width:a===t-1?l:"100%"},d.createElement(h.Box,{__css:E[e],style:{marginBottom:a===t-1&&"content"===e?"0":null}}))}))};return d.createElement(h.Box,{className:l,__css:E,style:{width:w}},x&&d.createElement(h.Skeleton,null,d.createElement(h.Box,{__css:g({},E.element,E.image)})),d.createElement(h.Box,{className:m,__css:E.container},y&&d.createElement(h.Box,{__css:E.section},O("heading",c,"80%")),f&&d.createElement(h.Box,{__css:E.section},O("content",a,"30%")),v&&d.createElement(h.Box,{__css:g({},E.section,E.button)},d.createElement(h.Skeleton,{borderRadius:"16px"},d.createElement(h.Box,{__css:E.button})))))},exports.Slider=function(e){var t=e.className,l=e.defaultValue,r=void 0===l?0:l,a=e.helperText,n=e.id,c=void 0===n?y():n,o=e.invalidText,i=e.isDisabled,s=void 0!==i&&i,m=e.isInvalid,p=void 0!==m&&m,v=e.isRangeSlider,u=void 0!==v&&v,f=e.isRequired,b=void 0!==f&&f,z=e.labelText,x=e.max,w=void 0===x?100:x,E=e.min,O=void 0===E?0:E,M=e.name,S=e.onChange,_=e.optReqFlag,T=void 0===_||_,I=e.showBoxes,C=void 0===I||I,k=e.showHelperInvalidText,B=void 0===k||k,L=e.showLabel,j=void 0===L||L,V=e.showValues,R=void 0===V||V,P=e.step,H=void 0===P?1:P,F=d.useState(u&&"number"==typeof r?[O,w]:r),D=F[0],A=F[1],N=p;u&&D[0]>D[1]&&(N=!0);var W=b?"Required":"Optional",q=N?o:a,G=h.useMultiStyleConfig("CustomSlider",{isDisabled:s,isInvalid:N,isRangeSlider:u,showBoxes:C}),Y={focusThumbOnChange:!1,id:c,isDisabled:s,max:w,min:O,name:M,onChange:function(e){return A(e)},onChangeEnd:function(e){return S&&S(e)},step:H},U={attributes:{max:w,min:O},isDisabled:s,isInvalid:N,isRequired:b,showHelperInvalidText:!1,showLabel:!1,step:H,type:exports.TextInputTypes.number},X=function(e){var t={start:g({value:u?D[0].toString():"",onChange:function(e){var t=[parseInt(e.target.value,10)?parseInt(e.target.value,10):0,D[1]];A(t),S&&S(t)}},U),end:g({value:u?D[1].toString():D.toString(),onChange:function(e){var t=parseInt(e.target.value,10)?parseInt(e.target.value,10):0;t>w&&(t=w);var l=u?[D[0],t]:t;A(l),S&&S(l)}},U)};return d.createElement(fl,Object.assign({id:c+"-textInput-"+e,labelText:u?z+" - "+e+" value":z,additionalStyles:g({},G.textInput,{marginRight:"start"===e?"s":null,marginLeft:"end"===e?"s":null})},t[e]))};return d.createElement(h.Box,{className:t,__css:G},j&&d.createElement(vl,{id:c+"-label",htmlFor:C?c+"-textInput-"+(u?"start":"end"):null,optReqFlag:T&&W},z),d.createElement(h.Box,{__css:G.container},C&&u&&X("start"),R&&d.createElement(h.Box,{__css:G.leftValue},O),u?d.createElement(h.RangeSlider,Object.assign({"aria-label":j?null:[z+" - start value",z+" - end value"],"aria-labelledby":j?[c+"-label",c+"-label"]:null,value:D,size:"lg"},Y),d.createElement(h.RangeSliderTrack,{sx:G.track},d.createElement(h.RangeSliderFilledTrack,{sx:G.filledTrack})),d.createElement(h.RangeSliderThumb,{index:0,sx:G.thumb}),d.createElement(h.RangeSliderThumb,{index:1,sx:G.thumb})):d.createElement(h.Slider,Object.assign({"aria-label":j?null:z,"aria-labelledby":c+"-label",value:D,size:"lg"},Y),d.createElement(h.SliderTrack,{sx:G.track},d.createElement(h.SliderFilledTrack,{sx:G.filledTrack})),d.createElement(h.SliderThumb,{sx:G.thumb})),R&&d.createElement(h.Box,{__css:G.rightValue},w),C&&X("end")),q&&B&&d.createElement(h.Box,{__css:G.helper},d.createElement(Nt,{id:c+"-helperText",isInvalid:N,text:q})))},exports.StatusBadge=function(e){var t=e.children,l=e.className,r=e.id,a=void 0===r?y():r,n=e.level,c=void 0===n?exports.StatusBadgeTypes.Low:n,o=h.useStyleConfig("StatusBadge",{variant:c});return t||console.warn("Status Badge has no children."),d.createElement(h.Box,{id:a,className:l,__css:o},t)},exports.StructuredContent=function(e){var t=e.calloutText,l=e.className,r=e.headingText,a=e.id,n=void 0===a?y():a,c=e.imageAlt,o=void 0===c?"":c,i=e.imageAspectRatio,s=void 0===i?exports.ImageRatios.Square:i,m=e.imageCaption,p=e.imageComponent,v=e.imageCredit,u=e.imagePosition,f=void 0===u?exports.StructuredContentImagePosition.Left:u,g=e.imageSize,b=void 0===g?exports.ImageSizes.Medium:g,z=e.imageSrc,x=e.bodyContent,w=z||p,E=h.useMultiStyleConfig("StructuredContent",{hasFigureImage:m||v,imageAspectRatio:s,imagePosition:f}),O="string"==typeof x?d.createElement("div",{dangerouslySetInnerHTML:{__html:x}}):d.createElement(h.Box,null,x);return w&&!o&&console.warn("StructuredContent: `imageAlt` prop is required when using an image."),d.createElement(h.Box,{id:n,className:l,__css:E},r&&d.createElement(Lt,{id:n+"-heading",level:exports.HeadingLevels.Two},r),t&&d.createElement(Lt,{displaySize:exports.HeadingDisplaySizes.Callout,id:n+"-callout",level:exports.HeadingLevels.Three},t),w&&d.createElement(ki,{additionalFigureStyles:E.imageFigure,additionalImageStyles:E.image,additionalWrapperStyles:E.imageWrapper,alt:o,component:p,imageAspectRatio:s,imageCaption:m,imageCredit:v,imageSize:b,src:z||null}),O)},exports.Table=function(e){var t=e.className,l=e.columnHeaders,r=e.columnHeadersBackgroundColor,a=e.columnHeadersTextColor,n=e.id,c=void 0===n?y():n,o=e.showRowDividers,i=void 0!==o&&o,s=e.tableData,m=e.titleText,p=e.useRowHeaders,v=void 0!==p&&p,u={};r&&(u.backgroundColor=r),a&&(u.color=a);var f=h.useMultiStyleConfig("CustomTable",{columnHeadersTextColor:a,showRowDividers:i,useRowHeaders:v}),g=m&&d.createElement(h.TableCaption,null,m),b=(null==l?void 0:l.length)>0&&d.createElement(h.Thead,null,d.createElement(h.Tr,null,l.map((function(e,t){return d.createElement(h.Th,{key:t,scope:"col",sx:u},e)}))));return d.createElement(h.Table,{id:c,sx:f,className:t},g,b,!Array.isArray(s)||s.length<=0||s[0].constructor!==Array?(console.warn("Table: data should be two dimensional array."),null):d.createElement(h.Tbody,null,s.map((function(e,t){return d.createElement(h.Tr,{key:t},e.map((function(e,t){return 0===t&&v?d.createElement(h.Th,{scope:"row",key:t},e):d.createElement(h.Td,{key:t},e)})))}))))},exports.Tabs=function(e){var t,l,r=e.children,a=e.contentData,n=e.defaultIndex,c=void 0===n?0:n,o=e.id,i=void 0===o?y():o,s=e.onChange,p=e.useHash,v=void 0!==p&&p,u=h.useMultiStyleConfig("Tabs",{}),f=d.useState(65),b=f[0],z=f[1],x=function(){var e=m.useState({width:0,height:0}),t=e[0],l=e[1];return m.useEffect((function(){var e=function(){l({width:window.innerWidth,height:window.innerHeight})};return e(),window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}}),[]),t}(),w=a?function(e,t){var l=[],r=[];return null!=e&&e.length?((null==e?void 0:e.length)>6&&console.warn("Tabs: We recommend to use no more than six tabs. If more than six tabs are needed, consider other navigational patterns."),e.forEach((function(e,a){var n,c=d.createElement(h.Tab,{fontSize:["0",null,"1"],key:a,onClick:t?function(){window.location.hash="tab"+(a+1)}:null},e.label);n="string"==typeof e.content?d.createElement(h.TabPanel,{dangerouslySetInnerHTML:{__html:e.content},key:a}):d.createElement(h.TabPanel,{key:a},e.content),l.push(c),r.push(n)})),{tabs:[d.createElement(h.TabList,{key:"list"},l)],panels:[d.createElement(h.TabPanels,{key:"panels"},r)]}):{tabs:[],panels:[]}}(a,v):function(e){var t=[],l=[];return null!=e&&e.length?(e.forEach((function(e){e.type!==h.TabList&&"TabList"!==e.props.mdxType||(t.push(e),d.Children.count(e.props.children)>6&&console.warn("Tabs: We recommend to use no more than six tabs. If more than six tabs are needed, consider other navigational patterns.")),e.type!==h.TabPanels&&"TabPanels"!==e.props.mdxType||l.push(e)})),{tabs:t,panels:l}):{tabs:[],panels:[]}}(r),E=w.tabs,O=w.panels;0!==E.length&&0!==O.length||console.warn("Tabs: Pass data in the `data` props or as children.");var M=E[0]?null==(t=E[0])?void 0:t.props:E.props,S=function(e,t){void 0===e&&(e=0),void 0===t&&(t=100);var l=m.useState(0),r=l[1];return{prevSlide:function(){r((function(t){return 0===t?e-1:t-1}))},nextSlide:function(){r((function(t){return t===e-1?0:t+1}))},carouselStyle:{transition:"all .5s",marginLeft:"-"+l[0]*t+"%"},goToStart:function(){r(0)}}}(null==M||null==(l=M.children)?void 0:l.length,b),_=S.prevSlide,T=S.nextSlide,I=S.carouselStyle,C=S.goToStart;d.useEffect((function(){z(x.width>320?40:65),x.width>600&&C()}),[C,x.width]);var k=d.createElement(Tt,{attributes:g({"aria-label":"Previous"},u.buttonArrows,{left:"0"}),buttonType:exports.ButtonTypes.Primary,id:"tabs-previous-"+i,onClick:_},d.createElement(xt,{iconRotation:exports.IconRotationTypes.Rotate90,id:"tabs-previous-icon-"+i,name:exports.IconNames.Arrow,size:exports.IconSizes.Small})),B=d.createElement(Tt,{attributes:g({"aria-label":"Next"},u.buttonArrows,{right:"0"}),buttonType:exports.ButtonTypes.Primary,id:"tabs-next-"+i,onClick:T},d.createElement(xt,{iconRotation:exports.IconRotationTypes.Rotate270,id:"tabs-next-icon-"+i,name:exports.IconNames.Arrow,size:exports.IconSizes.Small}));return r&&null!=a&&a.length&&console.warn("Tabs: Only pass children or data in the `data` props but not both."),d.createElement(h.Tabs,{defaultIndex:c,id:i,isLazy:!0,onChange:s,variant:"enclosed"},d.createElement(h.Box,{__css:u.tablistWrapper,sx:{"&::-webkit-scrollbar":{display:"none"}}},k,d.createElement(h.Box,{__css:u.carouselParent},d.createElement(h.Box,Object.assign({},I),E)),B),O)},exports.Template=Li,exports.TemplateAboveHeader=ji,exports.TemplateAppContainer=function(e){var t=e.aboveHeader,l=e.breakout,r=e.contentPrimary,a=e.contentSidebar,n=e.contentTop,c=e.footer,o=e.header,i=e.sidebar,s=void 0===i?"none":i,h=e.renderFooterElement,m=void 0===h||h,p=e.renderHeaderElement,v=void 0===p||p,u=t&&d.createElement(ji,null,t),f=l&&d.createElement(Ri,null,l),g=n&&d.createElement(Hi,null,n),b=r&&d.createElement(Fi,null,r),y=a&&d.createElement(Di,null,a);return d.createElement(Li,null,u,(o||f)&&d.createElement(Vi,{renderHeaderElement:v},o,f),d.createElement(Pi,{sidebar:s},g,"left"===s&&y,b,"right"===s&&y),c&&d.createElement(Ai,{renderFooterElement:m},c))},exports.TemplateBreakout=Ri,exports.TemplateContent=Pi,exports.TemplateContentPrimary=Fi,exports.TemplateContentSidebar=Di,exports.TemplateContentTop=Hi,exports.TemplateFooter=Ai,exports.TemplateHeader=Vi,exports.Text=Oi,exports.TextInput=fl,exports.Toggle=Gi,exports.VideoPlayer=function(e){var t=e.aspectRatio,l=e.className,r=e.descriptionText,a=e.embedCode,n=e.headingText,c=e.helperText,o=e.id,i=void 0===o?y():o,s=e.iframeTitle,m=e.showHelperInvalidText,p=void 0===m||m,v=e.videoId,u=e.videoType,f=u===exports.VideoPlayerTypes.Vimeo?s||"Vimeo video player":s||"YouTube video player",g=u===exports.VideoPlayerTypes.Vimeo?"https://player.vimeo.com/video/"+v+"?autoplay=0&loop=0":"https://www.youtube.com/embed/"+v+"?disablekb=1&autoplay=0&fs=1&modestbranding=0",b=s?""+s:"Video player",z=a&&a.includes("<iframe")&&!a.includes("title=")?a.replace("<iframe ",'<iframe title="'+b+'" '):a,x=!1;z||u||v?z||u?z||v?z&&(u||v)&&(console.warn("VideoPlayer can accept the `embedCode` prop or the `videoType` and `videoId` props. You have set both."),x=!0):(console.warn("VideoPlayer also requires the `videoId` prop. You have only set the `videoType` prop."),x=!0):(console.warn("VideoPlayer also requires the `videoType` prop. You have only set the `videoId` prop."),x=!0):(console.warn("VideoPlayer requires either the `embedCode` prop or both the `videoType` and `videoId` props."),x=!0),v&&(v.includes("://")||v.includes("http")||v.includes(".")||v.includes("youtube")||v.includes("vimeo"))&&(console.warn("The VideoPlayer `videoId` prop is not configured properly."),x=!0),!z||(z.includes("vimeo.com")||z.includes("youtube.com"))&&z.includes("<iframe")&&z.includes("</iframe")||(console.warn("The VideoPlayer `embedCode` prop is not configured properly."),x=!0);var w=x?"invalid":_t(t,exports.VideoPlayerAspectRatios),E=h.useMultiStyleConfig("VideoPlayer",{variant:w}),O=z?d.createElement("span",{dangerouslySetInnerHTML:{__html:z}}):d.createElement(h.Box,{as:"iframe",src:g,title:f,frameBorder:"0",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; fullscreen; gyroscope; picture-in-picture",allowFullScreen:!0,__css:E.iframe});return d.createElement(h.Box,{className:l,"data-testid":"video-player-component",id:i,__css:E},x?d.createElement("span",{dangerouslySetInnerHTML:{__html:"<strong>Error:</strong> This video player has not been configured properly. Please contact the site administrator."}}):d.createElement(Mi,{headingText:n||null,descriptionText:r||null,helperText:c&&p?c:null,id:i+"-componentWrapper"},d.createElement(h.Box,{__css:E.inside},O)))},exports.useNYPLTheme=function(){var e=h.useTheme();return e&&0!==Object.keys(e).length?{breakpoints:e.breakpoints,colors:{brand:e.colors.brand,section:e.colors.section,transparent:e.colors.transparent,ui:e.colors.ui},fontSizes:{"-3":e.fontSizes[-3],"-2":e.fontSizes.xs,"-1":e.fontSizes.sm,0:e.fontSizes.md,1:e.fontSizes.lg,2:e.fontSizes[2],3:e.fontSizes[3],4:e.fontSizes[4]},fontWeights:{light:e.fontWeights.light,regular:e.fontWeights.regular,medium:e.fontWeights.medium,bold:e.fontWeights.bold},fonts:{body:e.fonts.body,heading:e.fonts.heading},radii:e.radii,space:{xxs:e.space.xxs,xs:e.space.xs,s:e.space.s,m:e.space.m,l:e.space.l,xl:e.space.xl,xxl:e.space.xxl,xxxl:e.space.xxxl}}:(console.warn("The `useNYPLTheme` hook must be used inside of `<DSProvider />`."),{})};
2
2
  //# sourceMappingURL=design-system-react-components.cjs.production.min.js.map