Gutenberg Blocks – Ultimate Addons for Gutenberg - Version 2.1.1

Version Description

  • WEDNESDAY, 14th DECEMBER 2022 =
  • Improvement: Call To Action - Added a width option for the CTA buttons.
  • Improvement: Forms - Added a gradient background option for the submit button.
  • Improvement: Table Of Contents - Added unique IDs for headings that have the same text.
  • Improvement: Typography Control - Allowed negative values for letter spacing.
  • Fix: Container - Resolved an issue where the boxed container width would break when inside other blocks.
  • Fix: Container - Resolved an issue in which the background image position control goes missing when the viewport is changed.
  • Fix: Forms - Resolved an issue wherein settings a checkbox with a required condition would enforce the user to check all the checkboxes before submitting the form.
  • Fix: Marketing Button - Implemented support to make the background and hover colors persist for older users (V1.25.6).
  • Fix: Post Carousel/Masonry - Resolved an issue wherein the featured images for posts were not visible.
  • Fix: Post Carousel - Resolved an issue in which the static CSS was not loaded on the front end.
  • Fix: Separator Control - Removed the unwanted space that was added when the separator is used.
Download this release

Release Info

Developer brainstormworg
Plugin Icon Gutenberg Blocks – Ultimate Addons for Gutenberg
Version 2.1.1
Comparing to
See all releases

Code changes from version 2.1.0 to 2.1.1

admin-core/ajax/common-settings.php CHANGED
@@ -81,10 +81,57 @@ class Common_Settings extends Ajax_Base {
81
  'load_font_awesome_5',
82
  'auto_block_recovery',
83
  'enable_legacy_blocks',
 
84
  );
85
 
86
  $this->init_ajax_events( $ajax_events );
87
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  /**
89
  * Save settings.
90
  *
81
  'load_font_awesome_5',
82
  'auto_block_recovery',
83
  'enable_legacy_blocks',
84
+ 'pro_activate',
85
  );
86
 
87
  $this->init_ajax_events( $ajax_events );
88
  }
89
+ /**
90
+ * Required Spectra Pro Plugin Activate
91
+ *
92
+ * @return void
93
+ */
94
+ public static function pro_activate() {
95
+
96
+ wp_clean_plugins_cache();
97
+ $value = ( isset( $_POST['value'] ) ) ? sanitize_text_field( wp_unslash( $_POST['value'] ) ) : '';
98
+ if ( ! current_user_can( 'activate_plugins' ) ) {
99
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) ); // phpcs:ignore
100
+ wp_send_json_error( $response_data );
101
+ }
102
+
103
+ /**
104
+ * Nonce verification
105
+ */
106
+ if ( ! check_ajax_referer( 'uag_pro_activate', 'security', false ) ) {
107
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) ); // phpcs:ignore
108
+ wp_send_json_error( $response_data );
109
+ }
110
+
111
+ if ( empty( $value ) ) {
112
+ $response_data = array( 'messsage' => $this->get_error_msg( 'default' ) ); // phpcs:ignore
113
+ wp_send_json_error( $response_data );
114
+ }
115
+
116
+ $activate = activate_plugin( 'spectra-pro/spectra-pro.php' );
117
+
118
+ if ( is_wp_error( $activate ) ) {
119
+ wp_send_json_error(
120
+ array(
121
+ 'success' => false,
122
+ 'message' => $activate->get_error_message(),
123
+ )
124
+ );
125
+ }
126
+
127
+ wp_send_json_success(
128
+ array(
129
+ 'success' => true,
130
+ 'message' => __( 'Plugin Successfully Activated', 'ultimate-addons-for-gutenberg' ),
131
+ )
132
+ );
133
+ }
134
+
135
  /**
136
  * Save settings.
137
  *
admin-core/assets/build/dashboard-app-rtl.css CHANGED
@@ -1226,8 +1226,6 @@ select {
1226
  opacity: 0;
1227
  }.opacity-100 {
1228
  opacity: 1;
1229
- }.opacity-80 {
1230
- opacity: 0.8;
1231
  }.opacity-25 {
1232
  opacity: 0.25;
1233
  }.opacity-75 {
1226
  opacity: 0;
1227
  }.opacity-100 {
1228
  opacity: 1;
 
 
1229
  }.opacity-25 {
1230
  opacity: 0.25;
1231
  }.opacity-75 {
admin-core/assets/build/dashboard-app.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-element', 'wp-i18n'), 'version' => 'c5ac770202baee40724f');
1
+ <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-element', 'wp-i18n'), 'version' => '2e34e56ed7cb73435e0b');
admin-core/assets/build/dashboard-app.css CHANGED
@@ -1226,8 +1226,6 @@ select {
1226
  opacity: 0;
1227
  }.opacity-100 {
1228
  opacity: 1;
1229
- }.opacity-80 {
1230
- opacity: 0.8;
1231
  }.opacity-25 {
1232
  opacity: 0.25;
1233
  }.opacity-75 {
1226
  opacity: 0;
1227
  }.opacity-100 {
1228
  opacity: 1;
 
 
1229
  }.opacity-25 {
1230
  opacity: 0.25;
1231
  }.opacity-75 {
admin-core/assets/build/dashboard-app.js CHANGED
@@ -1 +1 @@
1
- !function(){var e={679:function(e,t,a){"use strict";var n=a(296),r={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},l={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};function s(e){return n.isMemo(e)?l:o[e.$$typeof]||r}o[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},o[n.Memo]=l;var u=Object.defineProperty,c=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,m=Object.getOwnPropertyDescriptor,g=Object.getPrototypeOf,f=Object.prototype;e.exports=function e(t,a,n){if("string"!=typeof a){if(f){var r=g(a);r&&r!==f&&e(t,r,n)}var l=c(a);d&&(l=l.concat(d(a)));for(var o=s(t),p=s(a),h=0;h<l.length;++h){var v=l[h];if(!(i[v]||n&&n[v]||p&&p[v]||o&&o[v])){var b=m(a,v);try{u(t,v,b)}catch(e){}}}}return t}},103:function(e,t){"use strict";var a="function"==typeof Symbol&&Symbol.for,n=a?Symbol.for("react.element"):60103,r=a?Symbol.for("react.portal"):60106,i=a?Symbol.for("react.fragment"):60107,l=a?Symbol.for("react.strict_mode"):60108,o=a?Symbol.for("react.profiler"):60114,s=a?Symbol.for("react.provider"):60109,u=a?Symbol.for("react.context"):60110,c=a?Symbol.for("react.async_mode"):60111,d=a?Symbol.for("react.concurrent_mode"):60111,m=a?Symbol.for("react.forward_ref"):60112,g=a?Symbol.for("react.suspense"):60113,f=a?Symbol.for("react.suspense_list"):60120,p=a?Symbol.for("react.memo"):60115,h=a?Symbol.for("react.lazy"):60116,v=a?Symbol.for("react.block"):60121,b=a?Symbol.for("react.fundamental"):60117,w=a?Symbol.for("react.responder"):60118,y=a?Symbol.for("react.scope"):60119;function x(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case c:case d:case i:case o:case l:case g:return e;default:switch(e=e&&e.$$typeof){case u:case m:case h:case p:case s:return e;default:return t}}case r:return t}}}function E(e){return x(e)===d}t.AsyncMode=c,t.ConcurrentMode=d,t.ContextConsumer=u,t.ContextProvider=s,t.Element=n,t.ForwardRef=m,t.Fragment=i,t.Lazy=h,t.Memo=p,t.Portal=r,t.Profiler=o,t.StrictMode=l,t.Suspense=g,t.isAsyncMode=function(e){return E(e)||x(e)===c},t.isConcurrentMode=E,t.isContextConsumer=function(e){return x(e)===u},t.isContextProvider=function(e){return x(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return x(e)===m},t.isFragment=function(e){return x(e)===i},t.isLazy=function(e){return x(e)===h},t.isMemo=function(e){return x(e)===p},t.isPortal=function(e){return x(e)===r},t.isProfiler=function(e){return x(e)===o},t.isStrictMode=function(e){return x(e)===l},t.isSuspense=function(e){return x(e)===g},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===d||e===o||e===l||e===g||e===f||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===p||e.$$typeof===s||e.$$typeof===u||e.$$typeof===m||e.$$typeof===b||e.$$typeof===w||e.$$typeof===y||e.$$typeof===v)},t.typeOf=x},296:function(e,t,a){"use strict";e.exports=a(103)},826:function(e){e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},779:function(e,t,a){var n=a(826);e.exports=function e(t,a,r){return n(a)||(r=a||r,a=[]),r=r||{},t instanceof RegExp?function(e,t){var a=e.source.match(/\((?!\?)/g);if(a)for(var n=0;n<a.length;n++)t.push({name:n,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return c(e,t)}(t,a):n(t)?function(t,a,n){for(var r=[],i=0;i<t.length;i++)r.push(e(t[i],a,n).source);return c(new RegExp("(?:"+r.join("|")+")",d(n)),a)}(t,a,r):function(e,t,a){return m(i(e,a),t,a)}(t,a,r)},e.exports.parse=i,e.exports.compile=function(e,t){return o(i(e,t),t)},e.exports.tokensToFunction=o,e.exports.tokensToRegExp=m;var r=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function i(e,t){for(var a,n=[],i=0,l=0,o="",c=t&&t.delimiter||"/";null!=(a=r.exec(e));){var d=a[0],m=a[1],g=a.index;if(o+=e.slice(l,g),l=g+d.length,m)o+=m[1];else{var f=e[l],p=a[2],h=a[3],v=a[4],b=a[5],w=a[6],y=a[7];o&&(n.push(o),o="");var x=null!=p&&null!=f&&f!==p,E="+"===w||"*"===w,D="?"===w||"*"===w,_=a[2]||c,C=v||b;n.push({name:h||i++,prefix:p||"",delimiter:_,optional:D,repeat:E,partial:x,asterisk:!!y,pattern:C?u(C):y?".*":"[^"+s(_)+"]+?"})}}return l<e.length&&(o+=e.substr(l)),o&&n.push(o),n}function l(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function o(e,t){for(var a=new Array(e.length),r=0;r<e.length;r++)"object"==typeof e[r]&&(a[r]=new RegExp("^(?:"+e[r].pattern+")$",d(t)));return function(t,r){for(var i="",o=t||{},s=(r||{}).pretty?l:encodeURIComponent,u=0;u<e.length;u++){var c=e[u];if("string"!=typeof c){var d,m=o[c.name];if(null==m){if(c.optional){c.partial&&(i+=c.prefix);continue}throw new TypeError('Expected "'+c.name+'" to be defined')}if(n(m)){if(!c.repeat)throw new TypeError('Expected "'+c.name+'" to not repeat, but received `'+JSON.stringify(m)+"`");if(0===m.length){if(c.optional)continue;throw new TypeError('Expected "'+c.name+'" to not be empty')}for(var g=0;g<m.length;g++){if(d=s(m[g]),!a[u].test(d))throw new TypeError('Expected all "'+c.name+'" to match "'+c.pattern+'", but received `'+JSON.stringify(d)+"`");i+=(0===g?c.prefix:c.delimiter)+d}}else{if(d=c.asterisk?encodeURI(m).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):s(m),!a[u].test(d))throw new TypeError('Expected "'+c.name+'" to match "'+c.pattern+'", but received "'+d+'"');i+=c.prefix+d}}else i+=c}return i}}function s(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function u(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function c(e,t){return e.keys=t,e}function d(e){return e&&e.sensitive?"":"i"}function m(e,t,a){n(t)||(a=t||a,t=[]);for(var r=(a=a||{}).strict,i=!1!==a.end,l="",o=0;o<e.length;o++){var u=e[o];if("string"==typeof u)l+=s(u);else{var m=s(u.prefix),g="(?:"+u.pattern+")";t.push(u),u.repeat&&(g+="(?:"+m+g+")*"),l+=g=u.optional?u.partial?m+"("+g+")?":"(?:"+m+"("+g+"))?":m+"("+g+")"}}var f=s(a.delimiter||"/"),p=l.slice(-f.length)===f;return r||(l=(p?l.slice(0,-f.length):l)+"(?:"+f+"(?=$))?"),l+=i?"$":r&&p?"":"(?="+f+"|$)",c(new RegExp("^"+l,d(a)),t)}},703:function(e,t,a){"use strict";var n=a(414);function r(){}function i(){}i.resetWarningCache=r,e.exports=function(){function e(e,t,a,r,i,l){if(l!==n){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var a={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:r};return a.PropTypes=a,a}},697:function(e,t,a){e.exports=a(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},639:function(e,t,a){"use strict";var n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},r=function(){function e(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,a,n){return a&&e(t.prototype,a),n&&e(t,n),t}}(),i=a(196),l=s(i),o=s(a(697));function s(e){return e&&e.__esModule?e:{default:e}}var u={position:"absolute",top:0,left:0,visibility:"hidden",height:0,overflow:"scroll",whiteSpace:"pre"},c=["extraWidth","injectStyles","inputClassName","inputRef","inputStyle","minWidth","onAutosize","placeholderIsMinWidth"],d=function(e,t){t.style.fontSize=e.fontSize,t.style.fontFamily=e.fontFamily,t.style.fontWeight=e.fontWeight,t.style.fontStyle=e.fontStyle,t.style.letterSpacing=e.letterSpacing,t.style.textTransform=e.textTransform},m=!("undefined"==typeof window||!window.navigator)&&/MSIE |Trident\/|Edge\//.test(window.navigator.userAgent),g=function(){return m?"_"+Math.random().toString(36).substr(2,12):void 0},f=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var a=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return a.inputRef=function(e){a.input=e,"function"==typeof a.props.inputRef&&a.props.inputRef(e)},a.placeHolderSizerRef=function(e){a.placeHolderSizer=e},a.sizerRef=function(e){a.sizer=e},a.state={inputWidth:e.minWidth,inputId:e.id||g(),prevId:e.id},a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),r(t,null,[{key:"getDerivedStateFromProps",value:function(e,t){var a=e.id;return a!==t.prevId?{inputId:a||g(),prevId:a}:null}}]),r(t,[{key:"componentDidMount",value:function(){this.mounted=!0,this.copyInputStyles(),this.updateInputWidth()}},{key:"componentDidUpdate",value:function(e,t){t.inputWidth!==this.state.inputWidth&&"function"==typeof this.props.onAutosize&&this.props.onAutosize(this.state.inputWidth),this.updateInputWidth()}},{key:"componentWillUnmount",value:function(){this.mounted=!1}},{key:"copyInputStyles",value:function(){if(this.mounted&&window.getComputedStyle){var e=this.input&&window.getComputedStyle(this.input);e&&(d(e,this.sizer),this.placeHolderSizer&&d(e,this.placeHolderSizer))}}},{key:"updateInputWidth",value:function(){if(this.mounted&&this.sizer&&void 0!==this.sizer.scrollWidth){var e=void 0;e=this.props.placeholder&&(!this.props.value||this.props.value&&this.props.placeholderIsMinWidth)?Math.max(this.sizer.scrollWidth,this.placeHolderSizer.scrollWidth)+2:this.sizer.scrollWidth+2,(e+="number"===this.props.type&&void 0===this.props.extraWidth?16:parseInt(this.props.extraWidth)||0)<this.props.minWidth&&(e=this.props.minWidth),e!==this.state.inputWidth&&this.setState({inputWidth:e})}}},{key:"getInput",value:function(){return this.input}},{key:"focus",value:function(){this.input.focus()}},{key:"blur",value:function(){this.input.blur()}},{key:"select",value:function(){this.input.select()}},{key:"renderStyles",value:function(){var e=this.props.injectStyles;return m&&e?l.default.createElement("style",{dangerouslySetInnerHTML:{__html:"input#"+this.state.inputId+"::-ms-clear {display: none;}"}}):null}},{key:"render",value:function(){var e=[this.props.defaultValue,this.props.value,""].reduce((function(e,t){return null!=e?e:t})),t=n({},this.props.style);t.display||(t.display="inline-block");var a=n({boxSizing:"content-box",width:this.state.inputWidth+"px"},this.props.inputStyle),r=function(e,t){var a={};for(var n in e)t.indexOf(n)>=0||Object.prototype.hasOwnProperty.call(e,n)&&(a[n]=e[n]);return a}(this.props,[]);return function(e){c.forEach((function(t){return delete e[t]}))}(r),r.className=this.props.inputClassName,r.id=this.state.inputId,r.style=a,l.default.createElement("div",{className:this.props.className,style:t},this.renderStyles(),l.default.createElement("input",n({},r,{ref:this.inputRef})),l.default.createElement("div",{ref:this.sizerRef,style:u},e),this.props.placeholder?l.default.createElement("div",{ref:this.placeHolderSizerRef,style:u},this.props.placeholder):null)}}]),t}(i.Component);f.propTypes={className:o.default.string,defaultValue:o.default.any,extraWidth:o.default.oneOfType([o.default.number,o.default.string]),id:o.default.string,injectStyles:o.default.bool,inputClassName:o.default.string,inputRef:o.default.func,inputStyle:o.default.object,minWidth:o.default.oneOfType([o.default.number,o.default.string]),onAutosize:o.default.func,onChange:o.default.func,placeholder:o.default.string,placeholderIsMinWidth:o.default.bool,style:o.default.object,value:o.default.any},f.defaultProps={minWidth:1,injectStyles:!0},t.Z=f},921:function(e,t){"use strict";if("function"==typeof Symbol&&Symbol.for){var a=Symbol.for;a("react.element"),a("react.portal"),a("react.fragment"),a("react.strict_mode"),a("react.profiler"),a("react.provider"),a("react.context"),a("react.forward_ref"),a("react.suspense"),a("react.suspense_list"),a("react.memo"),a("react.lazy"),a("react.block"),a("react.server.block"),a("react.fundamental"),a("react.debug_trace_mode"),a("react.legacy_hidden")}},864:function(e,t,a){"use strict";a(921)},86:function(e,t){"use strict";var a="function"==typeof Symbol&&Symbol.for;a&&Symbol.for("react.element"),a&&Symbol.for("react.portal"),a&&Symbol.for("react.fragment"),a&&Symbol.for("react.strict_mode"),a&&Symbol.for("react.profiler"),a&&Symbol.for("react.provider"),a&&Symbol.for("react.context"),a&&Symbol.for("react.async_mode"),a&&Symbol.for("react.concurrent_mode"),a&&Symbol.for("react.forward_ref"),a&&Symbol.for("react.suspense"),a&&Symbol.for("react.suspense_list"),a&&Symbol.for("react.memo"),a&&Symbol.for("react.lazy"),a&&Symbol.for("react.block"),a&&Symbol.for("react.fundamental"),a&&Symbol.for("react.responder"),a&&Symbol.for("react.scope")},663:function(e,t,a){"use strict";a(86)},196:function(e){"use strict";e.exports=window.React}},t={};function a(n){var r=t[n];if(void 0!==r)return r.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,a),i.exports}a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(e,t){for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){"use strict";var e=window.wp.element,t=a(196),n=a.n(t),r=window.ReactDOM,i=a.n(r);function l(e,t,...a){if(e in t){let n=t[e];return"function"==typeof n?n(...a):n}let n=new Error(`Tried to handle "${e}" but there is no handler defined. Only defined handlers are: ${Object.keys(t).map((e=>`"${e}"`)).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,l),n}var o,s=((o=s||{})[o.None=0]="None",o[o.RenderStrategy=1]="RenderStrategy",o[o.Static=2]="Static",o),u=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(u||{});function c({ourProps:e,theirProps:t,slot:a,defaultTag:n,features:r,visible:i=!0,name:o}){let s=m(t,e);if(i)return d(s,a,n,o);let u=null!=r?r:0;if(2&u){let{static:e=!1,...t}=s;if(e)return d(t,a,n,o)}if(1&u){let{unmount:e=!0,...t}=s;return l(e?0:1,{0(){return null},1(){return d({...t,hidden:!0,style:{display:"none"}},a,n,o)}})}return d(s,a,n,o)}function d(e,a={},n,r){let{as:i=n,children:l,refName:o="ref",...s}=p(e,["unmount","static"]),u=void 0!==e.ref?{[o]:e.ref}:{},c="function"==typeof l?l(a):l;s.className&&"function"==typeof s.className&&(s.className=s.className(a));let d={};if(a){let e=!1,t=[];for(let[n,r]of Object.entries(a))"boolean"==typeof r&&(e=!0),!0===r&&t.push(n);e&&(d["data-headlessui-state"]=t.join(" "))}if(i===t.Fragment&&Object.keys(f(s)).length>0){if(!(0,t.isValidElement)(c)||Array.isArray(c)&&c.length>1)throw new Error(['Passing props on "Fragment"!',"",`The current component <${r} /> is rendering a "Fragment".`,"However we need to passthrough the following props:",Object.keys(s).map((e=>` - ${e}`)).join("\n"),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map((e=>` - ${e}`)).join("\n")].join("\n"));return(0,t.cloneElement)(c,Object.assign({},m(c.props,f(p(s,["ref"]))),d,u,function(...e){return{ref:e.every((e=>null==e))?void 0:t=>{for(let a of e)null!=a&&("function"==typeof a?a(t):a.current=t)}}}(c.ref,u.ref)))}return(0,t.createElement)(i,Object.assign({},p(s,["ref"]),i!==t.Fragment&&u,i!==t.Fragment&&d),c)}function m(...e){if(0===e.length)return{};if(1===e.length)return e[0];let t={},a={};for(let n of e)for(let e in n)e.startsWith("on")&&"function"==typeof n[e]?(null!=a[e]||(a[e]=[]),a[e].push(n[e])):t[e]=n[e];if(t.disabled||t["aria-disabled"])return Object.assign(t,Object.fromEntries(Object.keys(a).map((e=>[e,void 0]))));for(let e in a)Object.assign(t,{[e](t,...n){let r=a[e];for(let e of r){if((t instanceof Event||(null==t?void 0:t.nativeEvent)instanceof Event)&&t.defaultPrevented)return;e(t,...n)}}});return t}function g(e){var a;return Object.assign((0,t.forwardRef)(e),{displayName:null!=(a=e.displayName)?a:e.name})}function f(e){let t=Object.assign({},e);for(let e in t)void 0===t[e]&&delete t[e];return t}function p(e,t=[]){let a=Object.assign({},e);for(let e of t)e in a&&delete a[e];return a}const h="undefined"==typeof window||"undefined"==typeof document;let v=h?t.useEffect:t.useLayoutEffect;function b(e){let a=(0,t.useRef)(e);return v((()=>{a.current=e}),[e]),a}let w=function(e){let a=b(e);return t.useCallback(((...e)=>a.current(...e)),[a])},y=Symbol();function x(e,t=!0){return Object.assign(e,{[y]:t})}function E(...e){let a=(0,t.useRef)(e);(0,t.useEffect)((()=>{a.current=e}),[e]);let n=w((e=>{for(let t of a.current)null!=t&&("function"==typeof t?t(e):t.current=e)}));return e.every((e=>null==e||(null==e?void 0:e[y])))?void 0:n}let D={serverHandoffComplete:!1};function _(){let[e,a]=(0,t.useState)(D.serverHandoffComplete);return(0,t.useEffect)((()=>{!0!==e&&a(!0)}),[e]),(0,t.useEffect)((()=>{!1===D.serverHandoffComplete&&(D.serverHandoffComplete=!0)}),[]),e}var C;let k=0;function S(){return++k}let O=null!=(C=t.useId)?C:function(){let e=_(),[a,n]=t.useState(e?S:null);return v((()=>{null===a&&n(S())}),[a]),null!=a?""+a:void 0};var N=(e=>(e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.Delete="Delete",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab",e))(N||{});function T(e){let t=e.parentElement,a=null;for(;t&&!(t instanceof HTMLFieldSetElement);)t instanceof HTMLLegendElement&&(a=t),t=t.parentElement;let n=""===(null==t?void 0:t.getAttribute("disabled"));return(!n||!function(e){if(!e)return!1;let t=e.previousElementSibling;for(;null!==t;){if(t instanceof HTMLLegendElement)return!1;t=t.previousElementSibling}return!0}(a))&&n}let A=(0,t.createContext)(null);A.displayName="OpenClosedContext";var P=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(P||{});function M(){return(0,t.useContext)(A)}function L({value:e,children:a}){return t.createElement(A.Provider,{value:e},a)}function I(e){var t;if(e.type)return e.type;let a=null!=(t=e.as)?t:"button";return"string"==typeof a&&"button"===a.toLowerCase()?"button":void 0}function R(e,a){let[n,r]=(0,t.useState)((()=>I(e)));return v((()=>{r(I(e))}),[e.type,e.as]),v((()=>{n||!a.current||a.current instanceof HTMLButtonElement&&!a.current.hasAttribute("type")&&r("button")}),[n,a]),n}function V(e){return h?null:e instanceof Node?e.ownerDocument:null!=e&&e.hasOwnProperty("current")&&e.current instanceof Node?e.current.ownerDocument:document}var F,H=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(H||{}),j=((F=j||{})[F.ToggleDisclosure=0]="ToggleDisclosure",F[F.CloseDisclosure=1]="CloseDisclosure",F[F.SetButtonId=2]="SetButtonId",F[F.SetPanelId=3]="SetPanelId",F[F.LinkPanel=4]="LinkPanel",F[F.UnlinkPanel=5]="UnlinkPanel",F);let B={0:e=>({...e,disclosureState:l(e.disclosureState,{0:1,1:0})}),1:e=>1===e.disclosureState?e:{...e,disclosureState:1},4(e){return!0===e.linkedPanel?e:{...e,linkedPanel:!0}},5(e){return!1===e.linkedPanel?e:{...e,linkedPanel:!1}},2(e,t){return e.buttonId===t.buttonId?e:{...e,buttonId:t.buttonId}},3(e,t){return e.panelId===t.panelId?e:{...e,panelId:t.panelId}}},U=(0,t.createContext)(null);function G(e){let a=(0,t.useContext)(U);if(null===a){let t=new Error(`<${e} /> is missing a parent <Disclosure /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,G),t}return a}U.displayName="DisclosureContext";let W=(0,t.createContext)(null);function z(e){let a=(0,t.useContext)(W);if(null===a){let t=new Error(`<${e} /> is missing a parent <Disclosure /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,z),t}return a}W.displayName="DisclosureAPIContext";let K=(0,t.createContext)(null);function Z(e,t){return l(t.type,B,e,t)}K.displayName="DisclosurePanelContext";let $=t.Fragment,Y=g((function(e,a){let{defaultOpen:n=!1,...r}=e,i=`headlessui-disclosure-button-${O()}`,o=`headlessui-disclosure-panel-${O()}`,s=(0,t.useRef)(null),u=E(a,x((e=>{s.current=e}),void 0===e.as||e.as===t.Fragment)),d=(0,t.useRef)(null),m=(0,t.useRef)(null),g=(0,t.useReducer)(Z,{disclosureState:n?0:1,linkedPanel:!1,buttonRef:m,panelRef:d,buttonId:i,panelId:o}),[{disclosureState:f},p]=g;(0,t.useEffect)((()=>p({type:2,buttonId:i})),[i,p]),(0,t.useEffect)((()=>p({type:3,panelId:o})),[o,p]);let h=w((e=>{p({type:1});let t=V(s);if(!t)return;let a=e?e instanceof HTMLElement?e:e.current instanceof HTMLElement?e.current:t.getElementById(i):t.getElementById(i);null==a||a.focus()})),v=(0,t.useMemo)((()=>({close:h})),[h]),b=(0,t.useMemo)((()=>({open:0===f,close:h})),[f,h]),y={ref:u};return t.createElement(U.Provider,{value:g},t.createElement(W.Provider,{value:v},t.createElement(L,{value:l(f,{0:P.Open,1:P.Closed})},c({ourProps:y,theirProps:r,slot:b,defaultTag:$,name:"Disclosure"}))))})),q=g((function(e,a){let[n,r]=G("Disclosure.Button"),i=(0,t.useContext)(K),l=null!==i&&i===n.panelId,o=(0,t.useRef)(null),s=E(o,a,l?null:n.buttonRef),u=w((e=>{var t;if(l){if(1===n.disclosureState)return;switch(e.key){case N.Space:case N.Enter:e.preventDefault(),e.stopPropagation(),r({type:0}),null==(t=n.buttonRef.current)||t.focus()}}else switch(e.key){case N.Space:case N.Enter:e.preventDefault(),e.stopPropagation(),r({type:0})}})),d=w((e=>{e.key===N.Space&&e.preventDefault()})),m=w((t=>{var a;T(t.currentTarget)||e.disabled||(l?(r({type:0}),null==(a=n.buttonRef.current)||a.focus()):r({type:0}))})),g=(0,t.useMemo)((()=>({open:0===n.disclosureState})),[n]),f=R(e,o),p=e;return c({ourProps:l?{ref:s,type:f,onKeyDown:u,onClick:m}:{ref:s,id:n.buttonId,type:f,"aria-expanded":e.disabled?void 0:0===n.disclosureState,"aria-controls":n.linkedPanel?n.panelId:void 0,onKeyDown:u,onKeyUp:d,onClick:m},theirProps:p,slot:g,defaultTag:"button",name:"Disclosure.Button"})})),J=s.RenderStrategy|s.Static,X=g((function(e,a){let[n,r]=G("Disclosure.Panel"),{close:i}=z("Disclosure.Panel"),l=E(a,n.panelRef,(e=>{r({type:e?4:5})})),o=M(),s=null!==o?o===P.Open:0===n.disclosureState,u=(0,t.useMemo)((()=>({open:0===n.disclosureState,close:i})),[n,i]),d=e,m={ref:l,id:n.panelId};return t.createElement(K.Provider,{value:n.panelId},c({ourProps:m,theirProps:d,slot:u,defaultTag:"div",features:J,visible:s,name:"Disclosure.Panel"}))})),Q=Object.assign(Y,{Button:q,Panel:X});function ee(e,t){return ee=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},ee(e,t)}function te(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,ee(e,t)}var ae=a(697),ne=a.n(ae);function re(){return re=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},re.apply(this,arguments)}function ie(e){return"/"===e.charAt(0)}function le(e,t){for(var a=t,n=a+1,r=e.length;n<r;a+=1,n+=1)e[a]=e[n];e.pop()}function oe(e,t){if(!e)throw new Error("Invariant failed")}function se(e){return"/"===e.charAt(0)?e:"/"+e}function ue(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function ce(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function de(e){var t=e.pathname,a=e.search,n=e.hash,r=t||"/";return a&&"?"!==a&&(r+="?"===a.charAt(0)?a:"?"+a),n&&"#"!==n&&(r+="#"===n.charAt(0)?n:"#"+n),r}function me(e,t,a,n){var r;"string"==typeof e?(r=function(e){var t=e||"/",a="",n="",r=t.indexOf("#");-1!==r&&(n=t.substr(r),t=t.substr(0,r));var i=t.indexOf("?");return-1!==i&&(a=t.substr(i),t=t.substr(0,i)),{pathname:t,search:"?"===a?"":a,hash:"#"===n?"":n}}(e),r.state=t):(void 0===(r=re({},e)).pathname&&(r.pathname=""),r.search?"?"!==r.search.charAt(0)&&(r.search="?"+r.search):r.search="",r.hash?"#"!==r.hash.charAt(0)&&(r.hash="#"+r.hash):r.hash="",void 0!==t&&void 0===r.state&&(r.state=t));try{r.pathname=decodeURI(r.pathname)}catch(e){throw e instanceof URIError?new URIError('Pathname "'+r.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):e}return a&&(r.key=a),n?r.pathname?"/"!==r.pathname.charAt(0)&&(r.pathname=function(e,t){void 0===t&&(t="");var a,n=e&&e.split("/")||[],r=t&&t.split("/")||[],i=e&&ie(e),l=t&&ie(t),o=i||l;if(e&&ie(e)?r=n:n.length&&(r.pop(),r=r.concat(n)),!r.length)return"/";if(r.length){var s=r[r.length-1];a="."===s||".."===s||""===s}else a=!1;for(var u=0,c=r.length;c>=0;c--){var d=r[c];"."===d?le(r,c):".."===d?(le(r,c),u++):u&&(le(r,c),u--)}if(!o)for(;u--;u)r.unshift("..");!o||""===r[0]||r[0]&&ie(r[0])||r.unshift("");var m=r.join("/");return a&&"/"!==m.substr(-1)&&(m+="/"),m}(r.pathname,n.pathname)):r.pathname=n.pathname:r.pathname||(r.pathname="/"),r}function ge(){var e=null,t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,a,n,r){if(null!=e){var i="function"==typeof e?e(t,a):e;"string"==typeof i?"function"==typeof n?n(i,r):r(!0):r(!1!==i)}else r(!0)},appendListener:function(e){var a=!0;function n(){a&&e.apply(void 0,arguments)}return t.push(n),function(){a=!1,t=t.filter((function(e){return e!==n}))}},notifyListeners:function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];t.forEach((function(e){return e.apply(void 0,a)}))}}}var fe=!("undefined"==typeof window||!window.document||!window.document.createElement);function pe(e,t){t(window.confirm(e))}var he="popstate",ve="hashchange";function be(){try{return window.history.state||{}}catch(e){return{}}}function we(e){void 0===e&&(e={}),fe||oe(!1);var t,a=window.history,n=(-1===(t=window.navigator.userAgent).indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history,r=!(-1===window.navigator.userAgent.indexOf("Trident")),i=e,l=i.forceRefresh,o=void 0!==l&&l,s=i.getUserConfirmation,u=void 0===s?pe:s,c=i.keyLength,d=void 0===c?6:c,m=e.basename?ce(se(e.basename)):"";function g(e){var t=e||{},a=t.key,n=t.state,r=window.location,i=r.pathname+r.search+r.hash;return m&&(i=ue(i,m)),me(i,n,a)}function f(){return Math.random().toString(36).substr(2,d)}var p=ge();function h(e){re(O,e),O.length=a.length,p.notifyListeners(O.location,O.action)}function v(e){(function(e){return void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")})(e)||y(g(e.state))}function b(){y(g(be()))}var w=!1;function y(e){w?(w=!1,h()):p.confirmTransitionTo(e,"POP",u,(function(t){t?h({action:"POP",location:e}):function(e){var t=O.location,a=E.indexOf(t.key);-1===a&&(a=0);var n=E.indexOf(e.key);-1===n&&(n=0);var r=a-n;r&&(w=!0,_(r))}(e)}))}var x=g(be()),E=[x.key];function D(e){return m+de(e)}function _(e){a.go(e)}var C=0;function k(e){1===(C+=e)&&1===e?(window.addEventListener(he,v),r&&window.addEventListener(ve,b)):0===C&&(window.removeEventListener(he,v),r&&window.removeEventListener(ve,b))}var S=!1,O={length:a.length,action:"POP",location:x,createHref:D,push:function(e,t){var r="PUSH",i=me(e,t,f(),O.location);p.confirmTransitionTo(i,r,u,(function(e){if(e){var t=D(i),l=i.key,s=i.state;if(n)if(a.pushState({key:l,state:s},null,t),o)window.location.href=t;else{var u=E.indexOf(O.location.key),c=E.slice(0,u+1);c.push(i.key),E=c,h({action:r,location:i})}else window.location.href=t}}))},replace:function(e,t){var r="REPLACE",i=me(e,t,f(),O.location);p.confirmTransitionTo(i,r,u,(function(e){if(e){var t=D(i),l=i.key,s=i.state;if(n)if(a.replaceState({key:l,state:s},null,t),o)window.location.replace(t);else{var u=E.indexOf(O.location.key);-1!==u&&(E[u]=i.key),h({action:r,location:i})}else window.location.replace(t)}}))},go:_,goBack:function(){_(-1)},goForward:function(){_(1)},block:function(e){void 0===e&&(e=!1);var t=p.setPrompt(e);return S||(k(1),S=!0),function(){return S&&(S=!1,k(-1)),t()}},listen:function(e){var t=p.appendListener(e);return k(1),function(){k(-1),t()}}};return O}var ye=a(779),xe=a.n(ye);function Ee(e,t){if(null==e)return{};var a,n,r={},i=Object.keys(e);for(n=0;n<i.length;n++)a=i[n],t.indexOf(a)>=0||(r[a]=e[a]);return r}a(663),a(679);var De=1073741823,_e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==a.g?a.g:{};function Ce(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(a,n){e=a,t.forEach((function(t){return t(e,n)}))}}}var ke=n().createContext||function(e,t){var a,r,i,l="__create-react-context-"+((_e[i="__global_unique_id__"]=(_e[i]||0)+1)+"__"),o=function(e){function a(){for(var t,a=arguments.length,n=new Array(a),r=0;r<a;r++)n[r]=arguments[r];return(t=e.call.apply(e,[this].concat(n))||this).emitter=Ce(t.props.value),t}te(a,e);var n=a.prototype;return n.getChildContext=function(){var e;return(e={})[l]=this.emitter,e},n.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var a,n=this.props.value,r=e.value;!function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}(n,r)?(a="function"==typeof t?t(n,r):De,0!=(a|=0)&&this.emitter.set(e.value,a)):a=0}},n.render=function(){return this.props.children},a}(n().Component);o.childContextTypes=((a={})[l]=ne().object.isRequired,a);var s=function(t){function a(){for(var e,a=arguments.length,n=new Array(a),r=0;r<a;r++)n[r]=arguments[r];return(e=t.call.apply(t,[this].concat(n))||this).observedBits=void 0,e.state={value:e.getValue()},e.onUpdate=function(t,a){0!=((0|e.observedBits)&a)&&e.setState({value:e.getValue()})},e}te(a,t);var n=a.prototype;return n.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?De:t},n.componentDidMount=function(){this.context[l]&&this.context[l].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?De:e},n.componentWillUnmount=function(){this.context[l]&&this.context[l].off(this.onUpdate)},n.getValue=function(){return this.context[l]?this.context[l].get():e},n.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},a}(n().Component);return s.contextTypes=((r={})[l]=ne().object,r),{Provider:o,Consumer:s}},Se=function(e){var t=ke();return t.displayName=e,t},Oe=Se("Router-History"),Ne=Se("Router"),Te=function(e){function t(t){var a;return(a=e.call(this,t)||this).state={location:t.history.location},a._isMounted=!1,a._pendingLocation=null,t.staticContext||(a.unlisten=t.history.listen((function(e){a._pendingLocation=e}))),a}te(t,e),t.computeRootMatch=function(e){return{path:"/",url:"/",params:{},isExact:"/"===e}};var a=t.prototype;return a.componentDidMount=function(){var e=this;this._isMounted=!0,this.unlisten&&this.unlisten(),this.props.staticContext||(this.unlisten=this.props.history.listen((function(t){e._isMounted&&e.setState({location:t})}))),this._pendingLocation&&this.setState({location:this._pendingLocation})},a.componentWillUnmount=function(){this.unlisten&&(this.unlisten(),this._isMounted=!1,this._pendingLocation=null)},a.render=function(){return n().createElement(Ne.Provider,{value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},n().createElement(Oe.Provider,{children:this.props.children||null,value:this.props.history}))},t}(n().Component);n().Component,n().Component;var Ae={},Pe=0;function Me(e,t){void 0===t&&(t={}),("string"==typeof t||Array.isArray(t))&&(t={path:t});var a=t,n=a.path,r=a.exact,i=void 0!==r&&r,l=a.strict,o=void 0!==l&&l,s=a.sensitive,u=void 0!==s&&s;return[].concat(n).reduce((function(t,a){if(!a&&""!==a)return null;if(t)return t;var n=function(e,t){var a=""+t.end+t.strict+t.sensitive,n=Ae[a]||(Ae[a]={});if(n[e])return n[e];var r=[],i={regexp:xe()(e,r,t),keys:r};return Pe<1e4&&(n[e]=i,Pe++),i}(a,{end:i,strict:o,sensitive:u}),r=n.regexp,l=n.keys,s=r.exec(e);if(!s)return null;var c=s[0],d=s.slice(1),m=e===c;return i&&!m?null:{path:a,url:"/"===a&&""===c?"/":c,isExact:m,params:l.reduce((function(e,t,a){return e[t.name]=d[a],e}),{})}}),null)}var Le=function(e){function t(){return e.apply(this,arguments)||this}return te(t,e),t.prototype.render=function(){var e=this;return n().createElement(Ne.Consumer,null,(function(t){t||oe(!1);var a=e.props.location||t.location,r=re({},t,{location:a,match:e.props.computedMatch?e.props.computedMatch:e.props.path?Me(a.pathname,e.props):t.match}),i=e.props,l=i.children,o=i.component,s=i.render;return Array.isArray(l)&&function(e){return 0===n().Children.count(e)}(l)&&(l=null),n().createElement(Ne.Provider,{value:r},r.match?l?"function"==typeof l?l(r):l:o?n().createElement(o,r):s?s(r):null:"function"==typeof l?l(r):null)}))},t}(n().Component);n().Component;var Ie=function(e){function t(){return e.apply(this,arguments)||this}return te(t,e),t.prototype.render=function(){var e=this;return n().createElement(Ne.Consumer,null,(function(t){t||oe(!1);var a,r,i=e.props.location||t.location;return n().Children.forEach(e.props.children,(function(e){if(null==r&&n().isValidElement(e)){a=e;var l=e.props.path||e.props.from;r=l?Me(i.pathname,re({},e.props,{path:l})):t.match}})),r?n().cloneElement(a,{location:i,computedMatch:r}):null}))},t}(n().Component),Re=n().useContext;function Ve(){return Re(Ne).location}var Fe=function(e){function t(){for(var t,a=arguments.length,n=new Array(a),r=0;r<a;r++)n[r]=arguments[r];return(t=e.call.apply(e,[this].concat(n))||this).history=we(t.props),t}return te(t,e),t.prototype.render=function(){return n().createElement(Te,{history:this.history,children:this.props.children})},t}(n().Component);n().Component;var He=function(e,t){return"function"==typeof e?e(t):e},je=function(e,t){return"string"==typeof e?me(e,null,null,t):e},Be=function(e){return e},Ue=n().forwardRef;void 0===Ue&&(Ue=Be);var Ge=Ue((function(e,t){var a=e.innerRef,r=e.navigate,i=e.onClick,l=Ee(e,["innerRef","navigate","onClick"]),o=l.target,s=re({},l,{onClick:function(e){try{i&&i(e)}catch(t){throw e.preventDefault(),t}e.defaultPrevented||0!==e.button||o&&"_self"!==o||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)||(e.preventDefault(),r())}});return s.ref=Be!==Ue&&t||a,n().createElement("a",s)})),We=Ue((function(e,t){var a=e.component,r=void 0===a?Ge:a,i=e.replace,l=e.to,o=e.innerRef,s=Ee(e,["component","replace","to","innerRef"]);return n().createElement(Ne.Consumer,null,(function(e){e||oe(!1);var a=e.history,u=je(He(l,e.location),e.location),c=u?a.createHref(u):"",d=re({},s,{href:c,navigate:function(){var t=He(l,e.location),n=de(e.location)===de(je(t));(i||n?a.replace:a.push)(t)}});return Be!==Ue?d.ref=t||o:d.innerRef=o,n().createElement(r,d)}))})),ze=function(e){return e},Ke=n().forwardRef;void 0===Ke&&(Ke=ze),Ke((function(e,t){var a=e["aria-current"],r=void 0===a?"page":a,i=e.activeClassName,l=void 0===i?"active":i,o=e.activeStyle,s=e.className,u=e.exact,c=e.isActive,d=e.location,m=e.sensitive,g=e.strict,f=e.style,p=e.to,h=e.innerRef,v=Ee(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return n().createElement(Ne.Consumer,null,(function(e){e||oe(!1);var a=d||e.location,i=je(He(p,a),a),b=i.pathname,w=b&&b.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),y=w?Me(a.pathname,{path:w,exact:u,sensitive:m,strict:g}):null,x=!!(c?c(y,a):y),E="function"==typeof s?s(x):s,D="function"==typeof f?f(x):f;x&&(E=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter((function(e){return e})).join(" ")}(E,l),D=re({},D,o));var _=re({"aria-current":x&&r||null,className:E,style:D,to:i},v);return ze!==Ke?_.ref=t||h:_.innerRef=h,n().createElement(We,_)}))}));var Ze=window.wp.i18n;function $e(){let e=(0,t.useRef)(!1);return v((()=>(e.current=!0,()=>{e.current=!1})),[]),e}function Ye(e){"function"==typeof queueMicrotask?queueMicrotask(e):Promise.resolve().then(e).catch((e=>setTimeout((()=>{throw e}))))}function qe(){let e=[],t=[],a={enqueue(e){t.push(e)},addEventListener(e,t,n,r){return e.addEventListener(t,n,r),a.add((()=>e.removeEventListener(t,n,r)))},requestAnimationFrame(...e){let t=requestAnimationFrame(...e);return a.add((()=>cancelAnimationFrame(t)))},nextFrame(...e){return a.requestAnimationFrame((()=>a.requestAnimationFrame(...e)))},setTimeout(...e){let t=setTimeout(...e);return a.add((()=>clearTimeout(t)))},microTask(...e){let t={current:!0};return Ye((()=>{t.current&&e[0]()})),a.add((()=>{t.current=!1}))},add(t){return e.push(t),()=>{let a=e.indexOf(t);if(a>=0){let[t]=e.splice(a,1);t()}}},dispose(){for(let t of e.splice(0))t()},async workQueue(){for(let e of t.splice(0))await e()}};return a}function Je(e,...t){e&&t.length>0&&e.classList.add(...t)}function Xe(e,...t){e&&t.length>0&&e.classList.remove(...t)}var Qe=(e=>(e.Ended="ended",e.Cancelled="cancelled",e))(Qe||{});function et(){let[e]=(0,t.useState)(qe);return(0,t.useEffect)((()=>()=>e.dispose()),[e]),e}function tt({container:e,direction:t,classes:a,onStart:n,onStop:r}){let i=$e(),o=et(),s=b(t);v((()=>{let t=qe();o.add(t.dispose);let u=e.current;if(u&&"idle"!==s.current&&i.current)return t.dispose(),n.current(s.current),t.add(function(e,t,a,n){let r=a?"enter":"leave",i=qe(),o=void 0!==n?function(e){let t={called:!1};return(...a)=>{if(!t.called)return t.called=!0,e(...a)}}(n):()=>{};"enter"===r&&(e.removeAttribute("hidden"),e.style.display="");let s=l(r,{enter:()=>t.enter,leave:()=>t.leave}),u=l(r,{enter:()=>t.enterTo,leave:()=>t.leaveTo}),c=l(r,{enter:()=>t.enterFrom,leave:()=>t.leaveFrom});return Xe(e,...t.enter,...t.enterTo,...t.enterFrom,...t.leave,...t.leaveFrom,...t.leaveTo,...t.entered),Je(e,...s,...c),i.nextFrame((()=>{Xe(e,...c),Je(e,...u),function(e,t){let a=qe();if(!e)return a.dispose;let{transitionDuration:n,transitionDelay:r}=getComputedStyle(e),[i,l]=[n,r].map((e=>{let[t=0]=e.split(",").filter(Boolean).map((e=>e.includes("ms")?parseFloat(e):1e3*parseFloat(e))).sort(((e,t)=>t-e));return t}));if(i+l!==0){let n=[];n.push(a.addEventListener(e,"transitionrun",(r=>{r.target===r.currentTarget&&(n.splice(0).forEach((e=>e())),n.push(a.addEventListener(e,"transitionend",(e=>{e.target===e.currentTarget&&(t("ended"),n.splice(0).forEach((e=>e())))})),a.addEventListener(e,"transitioncancel",(e=>{e.target===e.currentTarget&&(t("cancelled"),n.splice(0).forEach((e=>e())))}))))})))}else t("ended");a.add((()=>t("cancelled"))),a.dispose}(e,(a=>("ended"===a&&(Xe(e,...s),Je(e,...t.entered)),o(a))))})),i.dispose}(u,a.current,"enter"===s.current,(e=>{t.dispose(),l(e,{[Qe.Ended](){r.current(s.current)},[Qe.Cancelled]:()=>{}})}))),t.dispose}),[t])}function at(e=""){return e.split(" ").filter((e=>e.trim().length>1))}let nt=(0,t.createContext)(null);nt.displayName="TransitionContext";var rt,it=((rt=it||{}).Visible="visible",rt.Hidden="hidden",rt);let lt=(0,t.createContext)(null);function ot(e){return"children"in e?ot(e.children):e.current.filter((({el:e})=>null!==e.current)).filter((({state:e})=>"visible"===e)).length>0}function st(e,a){let n=b(e),r=(0,t.useRef)([]),i=$e(),o=et(),s=w(((e,t=u.Hidden)=>{let a=r.current.findIndex((({el:t})=>t===e));-1!==a&&(l(t,{[u.Unmount](){r.current.splice(a,1)},[u.Hidden](){r.current[a].state="hidden"}}),o.microTask((()=>{var e;!ot(r)&&i.current&&(null==(e=n.current)||e.call(n))})))})),c=w((e=>{let t=r.current.find((({el:t})=>t===e));return t?"visible"!==t.state&&(t.state="visible"):r.current.push({el:e,state:"visible"}),()=>s(e,u.Unmount)})),d=(0,t.useRef)([]),m=(0,t.useRef)(Promise.resolve()),g=(0,t.useRef)({enter:[],leave:[],idle:[]}),f=w(((e,t,n)=>{d.current.splice(0),a&&(a.chains.current[t]=a.chains.current[t].filter((([t])=>t!==e))),null==a||a.chains.current[t].push([e,new Promise((e=>{d.current.push(e)}))]),null==a||a.chains.current[t].push([e,new Promise((e=>{Promise.all(g.current[t].map((([e,t])=>t))).then((()=>e()))}))]),"enter"===t?m.current=m.current.then((()=>null==a?void 0:a.wait.current)).then((()=>n(t))):n(t)})),p=w(((e,t,a)=>{Promise.all(g.current[t].splice(0).map((([e,t])=>t))).then((()=>{var e;null==(e=d.current.shift())||e()})).then((()=>a(t)))}));return(0,t.useMemo)((()=>({children:r,register:c,unregister:s,onStart:f,onStop:p,wait:m,chains:g})),[c,s,r,f,p,g,m])}function ut(){}lt.displayName="NestingContext";let ct=["beforeEnter","afterEnter","beforeLeave","afterLeave"];function dt(e){var t;let a={};for(let n of ct)a[n]=null!=(t=e[n])?t:ut;return a}let mt=s.RenderStrategy,gt=g((function(e,a){let{beforeEnter:n,afterEnter:r,beforeLeave:i,afterLeave:o,enter:s,enterFrom:d,enterTo:m,entered:g,leave:f,leaveFrom:p,leaveTo:h,...v}=e,y=(0,t.useRef)(null),x=E(y,a),D=v.unmount?u.Unmount:u.Hidden,{show:C,appear:k,initial:S}=function(){let e=(0,t.useContext)(nt);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),[O,N]=(0,t.useState)(C?"visible":"hidden"),T=function(){let e=(0,t.useContext)(lt);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),{register:A,unregister:M}=T,I=(0,t.useRef)(null);(0,t.useEffect)((()=>A(y)),[A,y]),(0,t.useEffect)((()=>{if(D===u.Hidden&&y.current)return C&&"visible"!==O?void N("visible"):l(O,{hidden:()=>M(y),visible:()=>A(y)})}),[O,y,A,M,C,D]);let R=b({enter:at(s),enterFrom:at(d),enterTo:at(m),entered:at(g),leave:at(f),leaveFrom:at(p),leaveTo:at(h)}),V=function(e){let a=(0,t.useRef)(dt(e));return(0,t.useEffect)((()=>{a.current=dt(e)}),[e]),a}({beforeEnter:n,afterEnter:r,beforeLeave:i,afterLeave:o}),F=_();(0,t.useEffect)((()=>{if(F&&"visible"===O&&null===y.current)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")}),[y,O,F]);let H=S&&!k,j=!F||H||I.current===C?"idle":C?"enter":"leave",B=w((e=>l(e,{enter:()=>V.current.beforeEnter(),leave:()=>V.current.beforeLeave(),idle:()=>{}}))),U=w((e=>l(e,{enter:()=>V.current.afterEnter(),leave:()=>V.current.afterLeave(),idle:()=>{}}))),G=st((()=>{N("hidden"),M(y)}),T);tt({container:y,classes:R,direction:j,onStart:b((e=>{G.onStart(y,e,B)})),onStop:b((e=>{G.onStop(y,e,U),"leave"===e&&!ot(G)&&(N("hidden"),M(y))}))}),(0,t.useEffect)((()=>{!H||(D===u.Hidden?I.current=null:I.current=C)}),[C,H,O]);let W=v,z={ref:x};return t.createElement(lt.Provider,{value:G},t.createElement(L,{value:l(O,{visible:P.Open,hidden:P.Closed})},c({ourProps:z,theirProps:W,defaultTag:"div",features:mt,visible:"visible"===O,name:"Transition.Child"})))})),ft=g((function(e,a){let{show:n,appear:r=!1,unmount:i,...o}=e,s=(0,t.useRef)(null),u=E(s,a);_();let d=M();if(void 0===n&&null!==d&&(n=l(d,{[P.Open]:!0,[P.Closed]:!1})),![!0,!1].includes(n))throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");let[m,g]=(0,t.useState)(n?"visible":"hidden"),f=st((()=>{g("hidden")})),[p,h]=(0,t.useState)(!0),b=(0,t.useRef)([n]);v((()=>{!1!==p&&b.current[b.current.length-1]!==n&&(b.current.push(n),h(!1))}),[b,n]);let w=(0,t.useMemo)((()=>({show:n,appear:r,initial:p})),[n,r,p]);(0,t.useEffect)((()=>{if(n)g("visible");else if(ot(f)){let e=s.current;if(!e)return;let t=e.getBoundingClientRect();0===t.x&&0===t.y&&0===t.width&&0===t.height&&g("hidden")}else g("hidden")}),[n,f]);let y={unmount:i};return t.createElement(lt.Provider,{value:f},t.createElement(nt.Provider,{value:w},c({ourProps:{...y,as:t.Fragment,children:t.createElement(gt,{ref:u,...y,...o})},theirProps:{},defaultTag:t.Fragment,features:mt,visible:"visible"===m,name:"Transition"})))})),pt=g((function(e,a){let n=null!==(0,t.useContext)(nt),r=null!==M();return t.createElement(t.Fragment,null,!n&&r?t.createElement(ft,{ref:a,...e}):t.createElement(gt,{ref:a,...e}))})),ht=Object.assign(ft,{Child:pt,Root:ft});var vt=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(vt||{});let bt=g((function(e,t){let{features:a=1,...n}=e;return c({ourProps:{ref:t,"aria-hidden":2==(2&a)||void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...4==(4&a)&&2!=(2&a)&&{display:"none"}}},theirProps:n,slot:{},defaultTag:"div",name:"Hidden"})})),wt=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].map((e=>`${e}:not([tabindex='-1'])`)).join(",");var yt=(e=>(e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll",e))(yt||{}),xt=(e=>(e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow",e))(xt||{}),Et=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(Et||{});var Dt=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(Dt||{});function _t(e){null==e||e.focus({preventScroll:!0})}let Ct=["textarea","input"].join(",");function kt(e,t,a=!0,n=null){let r=Array.isArray(e)?e.length>0?e[0].ownerDocument:document:e.ownerDocument,i=Array.isArray(e)?a?function(e,t=(e=>e)){return e.slice().sort(((e,a)=>{let n=t(e),r=t(a);if(null===n||null===r)return 0;let i=n.compareDocumentPosition(r);return i&Node.DOCUMENT_POSITION_FOLLOWING?-1:i&Node.DOCUMENT_POSITION_PRECEDING?1:0}))}(e):e:function(e=document.body){return null==e?[]:Array.from(e.querySelectorAll(wt))}(e);n=null!=n?n:r.activeElement;let l,o=(()=>{if(5&t)return 1;if(10&t)return-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),s=(()=>{if(1&t)return 0;if(2&t)return Math.max(0,i.indexOf(n))-1;if(4&t)return Math.max(0,i.indexOf(n))+1;if(8&t)return i.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),u=32&t?{preventScroll:!0}:{},c=0,d=i.length;do{if(c>=d||c+d<=0)return 0;let e=s+c;if(16&t)e=(e+d)%d;else{if(e<0)return 3;if(e>=d)return 1}l=i[e],null==l||l.focus(u),c+=o}while(l!==r.activeElement);return 6&t&&function(e){var t,a;return null!=(a=null==(t=null==e?void 0:e.matches)?void 0:t.call(e,Ct))&&a}(l)&&l.select(),l.hasAttribute("tabindex")||l.setAttribute("tabindex","0"),2}var St=(e=>(e[e.Forwards=0]="Forwards",e[e.Backwards=1]="Backwards",e))(St||{});function Ot(...e){return(0,t.useMemo)((()=>V(...e)),[...e])}function Nt(e,a,n,r){let i=b(n);(0,t.useEffect)((()=>{function t(e){i.current(e)}return(e=null!=e?e:window).addEventListener(a,t,r),()=>e.removeEventListener(a,t,r)}),[e,a,r])}function Tt(e,a){let n=(0,t.useRef)([]),r=w(e);(0,t.useEffect)((()=>{let e=[...n.current];for(let[t,i]of a.entries())if(n.current[t]!==i){let t=r(a,e);return n.current=a,t}}),[r,...a])}var At=(e=>(e[e.None=1]="None",e[e.InitialFocus=2]="InitialFocus",e[e.TabLock=4]="TabLock",e[e.FocusLock=8]="FocusLock",e[e.RestoreFocus=16]="RestoreFocus",e[e.All=30]="All",e))(At||{});let Pt=Object.assign(g((function(e,a){let n=(0,t.useRef)(null),r=E(n,a),{initialFocus:i,containers:o,features:s=30,...u}=e;_()||(s=1);let d=Ot(n);!function({ownerDocument:e},a){let n=(0,t.useRef)(null);Nt(null==e?void 0:e.defaultView,"focusout",(e=>{!a||n.current||(n.current=e.target)}),!0),Tt((()=>{a||((null==e?void 0:e.activeElement)===(null==e?void 0:e.body)&&_t(n.current),n.current=null)}),[a]);let r=(0,t.useRef)(!1);(0,t.useEffect)((()=>(r.current=!1,()=>{r.current=!0,Ye((()=>{!r.current||(_t(n.current),n.current=null)}))})),[])}({ownerDocument:d},Boolean(16&s));let m=function({ownerDocument:e,container:a,initialFocus:n},r){let i=(0,t.useRef)(null),l=$e();return Tt((()=>{if(!r)return;let t=a.current;!t||Ye((()=>{if(!l.current)return;let a=null==e?void 0:e.activeElement;if(null!=n&&n.current){if((null==n?void 0:n.current)===a)return void(i.current=a)}else if(t.contains(a))return void(i.current=a);null!=n&&n.current?_t(n.current):kt(t,yt.First)===xt.Error&&console.warn("There are no focusable elements inside the <FocusTrap />"),i.current=null==e?void 0:e.activeElement}))}),[r]),i}({ownerDocument:d,container:n,initialFocus:i},Boolean(2&s));!function({ownerDocument:e,container:t,containers:a,previousActiveElement:n},r){let i=$e();Nt(null==e?void 0:e.defaultView,"focus",(e=>{if(!r||!i.current)return;let l=new Set(null==a?void 0:a.current);l.add(t);let o=n.current;if(!o)return;let s=e.target;s&&s instanceof HTMLElement?function(e,t){var a;for(let n of e)if(null!=(a=n.current)&&a.contains(t))return!0;return!1}(l,s)?(n.current=s,_t(s)):(e.preventDefault(),e.stopPropagation(),_t(o)):_t(n.current)}),!0)}({ownerDocument:d,container:n,containers:o,previousActiveElement:m},Boolean(8&s));let g=function(){let e=(0,t.useRef)(0);return function(e,a,n){let r=b(a);(0,t.useEffect)((()=>{function t(e){r.current(e)}return window.addEventListener(e,t,n),()=>window.removeEventListener(e,t,n)}),[e,n])}("keydown",(t=>{"Tab"===t.key&&(e.current=t.shiftKey?1:0)}),!0),e}(),f=w((()=>{let e=n.current;!e||l(g.current,{[St.Forwards]:()=>kt(e,yt.First),[St.Backwards]:()=>kt(e,yt.Last)})})),p={ref:r};return t.createElement(t.Fragment,null,Boolean(4&s)&&t.createElement(bt,{as:"button",type:"button",onFocus:f,features:vt.Focusable}),c({ourProps:p,theirProps:u,defaultTag:"div",name:"FocusTrap"}),Boolean(4&s)&&t.createElement(bt,{as:"button",type:"button",onFocus:f,features:vt.Focusable}))})),{features:At}),Mt=new Set,Lt=new Map;function It(e){e.setAttribute("aria-hidden","true"),e.inert=!0}function Rt(e){let t=Lt.get(e);!t||(null===t["aria-hidden"]?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",t["aria-hidden"]),e.inert=t.inert)}let Vt=(0,t.createContext)(!1);function Ft(){return(0,t.useContext)(Vt)}function Ht(e){return t.createElement(Vt.Provider,{value:e.force},e.children)}let jt=t.Fragment,Bt=g((function(e,a){let n=e,i=(0,t.useRef)(null),l=E(x((e=>{i.current=e})),a),o=Ot(i),s=function(e){let a=Ft(),n=(0,t.useContext)(Gt),r=Ot(e),[i,l]=(0,t.useState)((()=>{if(!a&&null!==n||h)return null;let e=null==r?void 0:r.getElementById("headlessui-portal-root");if(e)return e;if(null===r)return null;let t=r.createElement("div");return t.setAttribute("id","headlessui-portal-root"),r.body.appendChild(t)}));return(0,t.useEffect)((()=>{null!==i&&(null!=r&&r.body.contains(i)||null==r||r.body.appendChild(i))}),[i,r]),(0,t.useEffect)((()=>{a||null!==n&&l(n.current)}),[n,l,a]),i}(i),[u]=(0,t.useState)((()=>{var e;return h?null:null!=(e=null==o?void 0:o.createElement("div"))?e:null})),d=_(),m=(0,t.useRef)(!1);return v((()=>{if(m.current=!1,s&&u)return s.contains(u)||(u.setAttribute("data-headlessui-portal",""),s.appendChild(u)),()=>{m.current=!0,Ye((()=>{var e;!m.current||!s||!u||(s.removeChild(u),s.childNodes.length<=0&&(null==(e=s.parentElement)||e.removeChild(s)))}))}}),[s,u]),d&&s&&u?(0,r.createPortal)(c({ourProps:{ref:l},theirProps:n,defaultTag:jt,name:"Portal"}),u):null})),Ut=t.Fragment,Gt=(0,t.createContext)(null),Wt=g((function(e,a){let{target:n,...r}=e,i={ref:E(a)};return t.createElement(Gt.Provider,{value:n},c({ourProps:i,theirProps:r,defaultTag:Ut,name:"Popover.Group"}))})),zt=Object.assign(Bt,{Group:Wt}),Kt=(0,t.createContext)(null);function Zt(){let e=(0,t.useContext)(Kt);if(null===e){let e=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(e,Zt),e}return e}function $t(){let[e,a]=(0,t.useState)([]);return[e.length>0?e.join(" "):void 0,(0,t.useMemo)((()=>function(e){let n=w((e=>(a((t=>[...t,e])),()=>a((t=>{let a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))))),r=(0,t.useMemo)((()=>({register:n,slot:e.slot,name:e.name,props:e.props})),[n,e.slot,e.name,e.props]);return t.createElement(Kt.Provider,{value:r},e.children)}),[a])]}let Yt=g((function(e,t){let a=Zt(),n=`headlessui-description-${O()}`,r=E(t);v((()=>a.register(n)),[n,a.register]);let i=e;return c({ourProps:{ref:r,...a.props,id:n},theirProps:i,slot:a.slot||{},defaultTag:"p",name:a.name||"Description"})})),qt=(0,t.createContext)((()=>{}));qt.displayName="StackContext";var Jt=(e=>(e[e.Add=0]="Add",e[e.Remove=1]="Remove",e))(Jt||{});function Xt({children:e,onUpdate:a,type:n,element:r,enabled:i}){let l=(0,t.useContext)(qt),o=w(((...e)=>{null==a||a(...e),l(...e)}));return v((()=>{let e=void 0===i||!0===i;return e&&o(0,n,r),()=>{e&&o(1,n,r)}}),[o,n,r,i]),t.createElement(qt.Provider,{value:o},e)}function Qt(e,a,n){let r=b(a);(0,t.useEffect)((()=>{function t(e){r.current(e)}return document.addEventListener(e,t,n),()=>document.removeEventListener(e,t,n)}),[e,n])}var ea=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(ea||{}),ta=(e=>(e[e.SetTitleId=0]="SetTitleId",e))(ta||{});let aa={0(e,t){return e.titleId===t.id?e:{...e,titleId:t.id}}},na=(0,t.createContext)(null);function ra(e){let a=(0,t.useContext)(na);if(null===a){let t=new Error(`<${e} /> is missing a parent <Dialog /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,ra),t}return a}function ia(e,t){return l(t.type,aa,e,t)}na.displayName="DialogContext";let la=s.RenderStrategy|s.Static,oa=g((function(e,a){let{open:n,onClose:r,initialFocus:i,__demoMode:o=!1,...s}=e,[u,d]=(0,t.useState)(0),m=M();void 0===n&&null!==m&&(n=l(m,{[P.Open]:!0,[P.Closed]:!1}));let g=(0,t.useRef)(new Set),f=(0,t.useRef)(null),p=E(f,a),h=(0,t.useRef)(null),b=Ot(f),y=e.hasOwnProperty("open")||null!==m,x=e.hasOwnProperty("onClose");if(!y&&!x)throw new Error("You have to provide an `open` and an `onClose` prop to the `Dialog` component.");if(!y)throw new Error("You provided an `onClose` prop to the `Dialog`, but forgot an `open` prop.");if(!x)throw new Error("You provided an `open` prop to the `Dialog`, but forgot an `onClose` prop.");if("boolean"!=typeof n)throw new Error(`You provided an \`open\` prop to the \`Dialog\`, but the value is not a boolean. Received: ${n}`);if("function"!=typeof r)throw new Error(`You provided an \`onClose\` prop to the \`Dialog\`, but the value is not a function. Received: ${r}`);let D=n?0:1,[C,k]=(0,t.useReducer)(ia,{titleId:null,descriptionId:null,panelRef:(0,t.createRef)()}),S=w((()=>r(!1))),T=w((e=>k({type:0,id:e}))),A=!!_()&&!o&&0===D,L=u>1,I=null!==(0,t.useContext)(na),R=L?"parent":"leaf";(function(e,t=!0){v((()=>{if(!t||!e.current)return;let a=e.current,n=V(a);if(n){Mt.add(a);for(let e of Lt.keys())e.contains(a)&&(Rt(e),Lt.delete(e));return n.querySelectorAll("body > *").forEach((e=>{if(e instanceof HTMLElement){for(let t of Mt)if(e.contains(t))return;1===Mt.size&&(Lt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),It(e))}})),()=>{if(Mt.delete(a),Mt.size>0)n.querySelectorAll("body > *").forEach((e=>{if(e instanceof HTMLElement&&!Lt.has(e)){for(let t of Mt)if(e.contains(t))return;Lt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),It(e)}}));else for(let e of Lt.keys())Rt(e),Lt.delete(e)}}}),[t])})(f,!!L&&A),function(e,a,n=!0){let r=(0,t.useRef)(!1);function i(t,n){if(!r.current||t.defaultPrevented)return;let i=function e(t){return"function"==typeof t?e(t()):Array.isArray(t)||t instanceof Set?t:[t]}(e),o=n(t);if(null!==o&&o.getRootNode().contains(o)){for(let e of i){if(null===e)continue;let t=e instanceof HTMLElement?e:e.current;if(null!=t&&t.contains(o))return}return!function(e,t=0){var a;return e!==(null==(a=V(e))?void 0:a.body)&&l(t,{0(){return e.matches(wt)},1(){let t=e;for(;null!==t;){if(t.matches(wt))return!0;t=t.parentElement}return!1}})}(o,Dt.Loose)&&-1!==o.tabIndex&&t.preventDefault(),a(t,o)}}(0,t.useEffect)((()=>{requestAnimationFrame((()=>{r.current=n}))}),[n]);let o=(0,t.useRef)(null);Qt("mousedown",(e=>{var t,a;r.current&&(o.current=(null==(a=null==(t=e.composedPath)?void 0:t.call(e))?void 0:a[0])||e.target)}),!0),Qt("click",(e=>{!o.current||(i(e,(()=>o.current)),o.current=null)}),!0),Qt("blur",(e=>i(e,(()=>window.document.activeElement instanceof HTMLIFrameElement?window.document.activeElement:null))),!0)}((()=>{var e,t;return[...Array.from(null!=(e=null==b?void 0:b.querySelectorAll("body > *, [data-headlessui-portal]"))?e:[]).filter((e=>!(!(e instanceof HTMLElement)||e.contains(h.current)||C.panelRef.current&&e.contains(C.panelRef.current)))),null!=(t=C.panelRef.current)?t:f.current]}),S,A&&!L),Nt(null==b?void 0:b.defaultView,"keydown",(e=>{e.defaultPrevented||e.key===N.Escape&&0===D&&(L||(e.preventDefault(),e.stopPropagation(),S()))})),function(e,a){(0,t.useEffect)((()=>{var t;if(!a||!e)return;let n=qe();function r(e,t,a){let r=e.style.getPropertyValue(t);return Object.assign(e.style,{[t]:a}),n.add((()=>{Object.assign(e.style,{[t]:r})}))}let i=e.documentElement,l=(null!=(t=e.defaultView)?t:window).innerWidth-i.clientWidth;if(r(i,"overflow","hidden"),l>0&&r(i,"paddingRight",l-(i.clientWidth-i.offsetWidth)+"px"),/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0){let e=window.pageYOffset;r(i,"position","fixed"),r(i,"marginTop",`-${e}px`),r(i,"width","100%"),n.add((()=>window.scrollTo(0,e)))}return n.dispose}),[e,a])}(b,0===D&&!I),(0,t.useEffect)((()=>{if(0!==D||!f.current)return;let e=new IntersectionObserver((e=>{for(let t of e)0===t.boundingClientRect.x&&0===t.boundingClientRect.y&&0===t.boundingClientRect.width&&0===t.boundingClientRect.height&&S()}));return e.observe(f.current),()=>e.disconnect()}),[D,f,S]);let[F,H]=$t(),j=`headlessui-dialog-${O()}`,B=(0,t.useMemo)((()=>[{dialogState:D,close:S,setTitleId:T},C]),[D,C,S,T]),U=(0,t.useMemo)((()=>({open:0===D})),[D]),G={ref:p,id:j,role:"dialog","aria-modal":0===D||void 0,"aria-labelledby":C.titleId,"aria-describedby":F};return t.createElement(Xt,{type:"Dialog",enabled:0===D,element:f,onUpdate:w(((e,t,a)=>{"Dialog"===t&&l(e,{[Jt.Add](){g.current.add(a),d((e=>e+1))},[Jt.Remove](){g.current.add(a),d((e=>e-1))}})}))},t.createElement(Ht,{force:!0},t.createElement(zt,null,t.createElement(na.Provider,{value:B},t.createElement(zt.Group,{target:f},t.createElement(Ht,{force:!1},t.createElement(H,{slot:U,name:"Dialog.Description"},t.createElement(Pt,{initialFocus:i,containers:g,features:A?l(R,{parent:Pt.features.RestoreFocus,leaf:Pt.features.All&~Pt.features.FocusLock}):Pt.features.None},c({ourProps:G,theirProps:s,slot:U,defaultTag:"div",features:la,visible:0===D,name:"Dialog"})))))))),t.createElement(bt,{features:vt.Hidden,ref:h}))})),sa=g((function(e,a){let[{dialogState:n,close:r}]=ra("Dialog.Overlay");return c({ourProps:{ref:E(a),id:`headlessui-dialog-overlay-${O()}`,"aria-hidden":!0,onClick:w((e=>{if(e.target===e.currentTarget){if(T(e.currentTarget))return e.preventDefault();e.preventDefault(),e.stopPropagation(),r()}}))},theirProps:e,slot:(0,t.useMemo)((()=>({open:0===n})),[n]),defaultTag:"div",name:"Dialog.Overlay"})})),ua=g((function(e,a){let[{dialogState:n},r]=ra("Dialog.Backdrop"),i=E(a),l=`headlessui-dialog-backdrop-${O()}`;(0,t.useEffect)((()=>{if(null===r.panelRef.current)throw new Error("A <Dialog.Backdrop /> component is being used, but a <Dialog.Panel /> component is missing.")}),[r.panelRef]);let o=(0,t.useMemo)((()=>({open:0===n})),[n]);return t.createElement(Ht,{force:!0},t.createElement(zt,null,c({ourProps:{ref:i,id:l,"aria-hidden":!0},theirProps:e,slot:o,defaultTag:"div",name:"Dialog.Backdrop"})))})),ca=g((function(e,a){let[{dialogState:n},r]=ra("Dialog.Panel"),i=E(a,r.panelRef),l=`headlessui-dialog-panel-${O()}`,o=(0,t.useMemo)((()=>({open:0===n})),[n]);return c({ourProps:{ref:i,id:l,onClick:w((e=>{e.stopPropagation()}))},theirProps:e,slot:o,defaultTag:"div",name:"Dialog.Panel"})})),da=g((function(e,a){let[{dialogState:n,setTitleId:r}]=ra("Dialog.Title"),i=`headlessui-dialog-title-${O()}`,l=E(a);(0,t.useEffect)((()=>(r(i),()=>r(null))),[i,r]);let o=(0,t.useMemo)((()=>({open:0===n})),[n]);return c({ourProps:{ref:l,id:i},theirProps:e,slot:o,defaultTag:"h2",name:"Dialog.Title"})})),ma=Object.assign(oa,{Backdrop:ua,Panel:ca,Overlay:sa,Title:da,Description:Yt});var ga=t.forwardRef((function(e,a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:a},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"}))})),fa=()=>{const a=uag_react.global_data.changelog_data,[n,r]=(0,t.useState)(!1);return(0,e.createElement)(t.Fragment,null,(0,e.createElement)("button",{onClick:()=>r(!0),title:(0,Ze.__)("What's New?","ultimate-addons-for-gutenberg"),className:"w-10 h-10 flex items-center justify-center cursor-pointer rounded-full border border-slate-200"},(0,e.createElement)("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M8.16667 3.90182V15.0335C8.16667 15.8434 7.51008 16.5 6.70015 16.5C6.08038 16.5 5.52752 16.1104 5.31907 15.5267L3.53039 10.4024M14 9.83333C15.3807 9.83333 16.5 8.71404 16.5 7.33333C16.5 5.95262 15.3807 4.83333 14 4.83333M3.53039 10.4024C2.33691 9.89508 1.5 8.71194 1.5 7.33333C1.5 5.49238 2.99238 4 4.83333 4H6.36007C9.77727 4 12.7141 2.97159 14 1.5L14 13.1667C12.7141 11.6951 9.77727 10.6667 6.36007 10.6667L4.83331 10.6667C4.37098 10.6667 3.93064 10.5725 3.53039 10.4024Z",stroke:"#475569",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,e.createElement)(ht.Root,{show:n,as:t.Fragment},(0,e.createElement)(ma,{as:"div",className:"fixed inset-0 overflow-hidden",onClose:r},(0,e.createElement)("div",{className:"absolute inset-0 overflow-hidden"},(0,e.createElement)(ma.Overlay,{className:"absolute inset-0"}),(0,e.createElement)("div",{className:"fixed inset-y-0 right-0 pl-10 max-w-full flex sm:mt-[2rem]"},(0,e.createElement)(ht.Child,{as:t.Fragment,enter:"transform transition ease-in-out duration-150 sm:duration-150",enterFrom:"translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-in-out duration-300 sm:duration-300",leaveFrom:"translate-x-0",leaveTo:"translate-x-full"},(0,e.createElement)("div",{className:"w-screen max-w-md shadow-overlay-left"},(0,e.createElement)("div",{className:"h-full flex flex-col bg-white shadow-xl"},(0,e.createElement)("div",{className:"px-4 sm:px-6 h-16 shadow flex items-center justify-between z-50"},(0,e.createElement)(ma.Title,{className:"text-lg font-medium text-gray-900"}," ",(0,Ze.__)("What's New?","ultimate-addons-for-gutenberg")," "),(0,e.createElement)("div",{className:"flex items-center"},(0,e.createElement)("button",{type:"button",className:"bg-white rounded-md text-gray-400 hover:text-gray-500 focus:outline-none",onClick:()=>r(!1)},(0,e.createElement)(ga,{className:"h-6 w-6","aria-hidden":"true"})))),(0,e.createElement)("div",{className:"relative flex-1 overflow-y-auto"},(0,e.createElement)("div",{className:"relative grid bg-white divide-y divide-gray-200"},a.map(((t,n)=>{const r=a[n].title,i=a[n].description,l=a[n].date;return(0,e.createElement)("a",{key:r,href:"https://wpspectra.com/changelog/",className:"px-6 py-5 block rounded-[0.2rem] transition ease-in-out duration-150",target:"_blank",rel:"noreferrer noopener"},(0,e.createElement)("p",{className:"text-sm mb-1 font-medium text-slate-800",dangerouslySetInnerHTML:{__html:r}}),(0,e.createElement)("p",{className:"text-xs text-slate-500",dangerouslySetInnerHTML:{__html:l}}),(0,e.createElement)("p",{className:"mt-3 spectra-changelog-description",dangerouslySetInnerHTML:{__html:i}}))}))))))))))))},pa=n().createContext(null),ha=function(e){e()},va=function(){return ha},ba={notify:function(){},get:function(){return[]}};function wa(e,t){var a,n=ba;function r(){l.onStateChange&&l.onStateChange()}function i(){a||(a=t?t.addNestedSub(r):e.subscribe(r),n=function(){var e=va(),t=null,a=null;return{clear:function(){t=null,a=null},notify:function(){e((function(){for(var e=t;e;)e.callback(),e=e.next}))},get:function(){for(var e=[],a=t;a;)e.push(a),a=a.next;return e},subscribe:function(e){var n=!0,r=a={callback:e,next:null,prev:a};return r.prev?r.prev.next=r:t=r,function(){n&&null!==t&&(n=!1,r.next?r.next.prev=r.prev:a=r.prev,r.prev?r.prev.next=r.next:t=r.next)}}}}())}var l={addNestedSub:function(e){return i(),n.subscribe(e)},notifyNestedSubs:function(){n.notify()},handleChangeWrapper:r,isSubscribed:function(){return Boolean(a)},trySubscribe:i,tryUnsubscribe:function(){a&&(a(),a=void 0,n.clear(),n=ba)},getListeners:function(){return n}};return l}var ya="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?t.useLayoutEffect:t.useEffect;function xa(){return(0,t.useContext)(pa)}function Ea(e){void 0===e&&(e=pa);var a=e===pa?xa:function(){return(0,t.useContext)(e)};return function(){return a().store}}a(864);var Da=Ea();function _a(e){void 0===e&&(e=pa);var t=e===pa?Da:Ea(e);return function(){return t().dispatch}}var Ca=_a(),ka=function(e,t){return e===t};function Sa(e){void 0===e&&(e=pa);var a=e===pa?xa:function(){return(0,t.useContext)(e)};return function(e,n){void 0===n&&(n=ka);var r=a(),i=function(e,a,n,r){var i,l=(0,t.useReducer)((function(e){return e+1}),0),o=l[1],s=(0,t.useMemo)((function(){return wa(n,r)}),[n,r]),u=(0,t.useRef)(),c=(0,t.useRef)(),d=(0,t.useRef)(),m=(0,t.useRef)(),g=n.getState();try{if(e!==c.current||g!==d.current||u.current){var f=e(g);i=void 0!==m.current&&a(f,m.current)?m.current:f}else i=m.current}catch(e){throw u.current&&(e.message+="\nThe error may be correlated with this previous error:\n"+u.current.stack+"\n\n"),e}return ya((function(){c.current=e,d.current=g,m.current=i,u.current=void 0})),ya((function(){function e(){try{var e=n.getState();if(e===d.current)return;var t=c.current(e);if(a(t,m.current))return;m.current=t,d.current=e}catch(e){u.current=e}o()}return s.onStateChange=e,s.trySubscribe(),e(),function(){return s.tryUnsubscribe()}}),[n,s]),i}(e,n,r.store,r.subscription);return(0,t.useDebugValue)(i),i}}var Oa,Na=Sa();Oa=r.unstable_batchedUpdates,ha=Oa;var Ta=()=>{const t=Ca(),a=()=>{null===uag_react.spectra_pro_activation&&window.location.reload()},n=()=>(0,e.createElement)("svg",{width:"1",height:"16",viewBox:"0 0 1 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"mx-2"},(0,e.createElement)("line",{x1:"0.5",y1:"2.18557e-08",x2:"0.499999",y2:"16",stroke:"#E2E8F0"}));return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"mr-2 text-sm text-slate-400"},uag_react.plugin_ver),uag_react.spectra_pro_installed&&uag_react.spectra_pro_ver&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"mr-2 px-1.5 py-[3px] text-[10px] leading-[10px] text-slate-500 border border-slate-400 rounded"},(0,Ze.__)("Core","ultimate-addons-for-gutenberg")),n(),(0,e.createElement)("div",{className:"mx-2 text-sm text-slate-500"},uag_react.spectra_pro_ver),(0,e.createElement)("div",{className:"mr-2 px-1.5 py-[3px] text-[10px] leading-[10px] text-white bg-slate-800 border border-slate-800 rounded"},(0,Ze.__)("Pro","ultimate-addons-for-gutenberg")),n()),uag_react.spectra_pro_installed?uag_react.spectra_pro_status?uag_react.license_status?(0,e.createElement)(We,{className:"mr-8 ml-2 text-sm text-emerald-500 active:text-emerald-500 hover:text-emerald-500 focus:text-emerald-500 cursor-pointer",to:{pathname:"options-general.php",search:"?page=spectra&path=settings&settings=my-account"},onClick:()=>{t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:"my-account"})}},(0,Ze.__)("Licensed","ultimate-addons-for-gutenberg")):(0,e.createElement)(We,{className:"mr-8 ml-2 text-sm text-slate-400 active:text-slate-400 hover:text-slate-400 focus:text-slate-400 cursor-pointer",to:{pathname:"options-general.php",search:"?page=spectra&path=settings&settings=my-account"},onClick:()=>{t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:"my-account"})}},(0,Ze.__)("Unlicensed","ultimate-addons-for-gutenberg")):(0,e.createElement)("div",{className:"mr-8 ml-2 text-sm text-slate-500 cursor-pointer",role:"button",tabIndex:0,onClick:a,onKeyDown:a},(0,Ze.__)("Activate Spectra Pro","ultimate-addons-for-gutenberg")):(0,e.createElement)("div",{className:"w-4"}))};function Aa(){var t;const a=[{name:(0,Ze.__)("Welcome","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:""},{name:(0,Ze.__)("Blocks / Extensions","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"blocks"},{name:(0,Ze.__)("Settings","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"settings"}],n=new URLSearchParams(null===(t=Ve())||void 0===t?void 0:t.search),r=n.get("page")?n.get("page"):uag_react.home_slug,i=n.get("path")?n.get("path"):"";return(0,e.createElement)(Q,{as:"nav",className:"bg-white shadow"},(0,e.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,e.createElement)("div",{className:"relative flex justify-between h-16"},(0,e.createElement)("div",{className:"flex-1 flex items-center justify-center sm:items-stretch sm:justify-start"},(0,e.createElement)("a",{href:uag_react.uag_base_url,className:"flex-shrink-0 flex items-center"},(0,e.createElement)("img",{className:"lg:block h-[2.6rem] w-auto",src:uag_react.logo_url,alt:"Workflow"})),(0,e.createElement)("div",{className:"sm:ml-8 sm:flex sm:space-x-8"},a.map(((t,a)=>(0,e.createElement)(We,{index:a,key:`?page=${t.slug}&path=${t.path}`,to:{pathname:"options-general.php",search:`?page=${t.slug}${""!==t.path?"&path="+t.path:""}`},className:r===t.slug&&i===t.path?"border-spectra text-spectra active:text-spectra focus:text-spectra focus-visible:text-spectra-hover hover:text-spectra-hover inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium":"border-transparent text-slate-500 active:text-spectra focus-visible:border-slate-300 focus-visible:text-slate-800 hover:border-slate-300 hover:text-slate-800 inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium"},t.name))))),(0,e.createElement)("div",{className:"absolute inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto sm:ml-6 sm:pr-0"},(0,e.createElement)(Ta,null),(0,e.createElement)(fa,null)))))}var Pa=()=>{var t;const a="1"===new URLSearchParams(null===(t=Ve())||void 0===t?void 0:t.search).get("spectra-activation-redirect")?1:0;return(0,e.createElement)("main",{className:"py-[2.43rem]"},(0,e.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,e.createElement)("h1",{className:"sr-only"},"Page title"),(0,e.createElement)("div",{className:"grid grid-cols-1 gap-4 items-start lg:grid-cols-3 lg:gap-5 xl:gap-10"},(0,e.createElement)("div",{className:"grid grid-cols-1 gap-4 lg:col-span-2 h-full"},(0,e.createElement)("section",{"aria-labelledby":"section-1-title h-full"},(0,e.createElement)("h2",{className:"sr-only",id:"section-1-title"},"Section title"),(0,e.createElement)("div",{className:"rounded-md bg-white overflow-hidden shadow-sm flex flex-col justify-center h-full"},(0,e.createElement)("div",{className:"p-12 pt-[2.2rem]"},(0,e.createElement)("h2",{className:"text-slate-800 text-[1.8rem] leading-[2.4rem] pb-3 font-medium text-left"},(0,Ze.__)("Welcome to Spectra!","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"text-slate-500 pb-7"},(0,Ze.__)("We designed Spectra to be intuitive but we do recommend learning how it works by checking our comprehensive documentation and watching the video below. Enjoy your time with Spectra!","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"mr-[80px] spectra-video-container"},(0,e.createElement)("iframe",{className:"spectra-video",src:`https://www.youtube.com/embed/GLNzTxArR6Y?showinfo=0&autoplay=${a}&mute=${a}&rel=0`,allow:"autoplay",title:"YouTube video player",frameBorder:"0",allowFullScreen:!0})),(0,e.createElement)("span",{className:"relative z-0 inline-flex pt-6 justify-start w-full"},(0,e.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra focus-visible:bg-spectra-hover hover:bg-spectra-hover focus:outline-none mr-4",onClick:()=>{window.open(uag_react.wp_pages_url,"_blank")}},(0,Ze.__)("Create New Page","ultimate-addons-for-gutenberg")),(0,e.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-slate-300 shadow-sm text-sm font-medium rounded-md text-slate-500 bg-white focus-visible:bg-slate-50 hover:bg-slate-50 focus:outline-none",onClick:()=>{window.open("https://wpspectra.com/","_blank")}},(0,Ze.__)("Visit Our Website","ultimate-addons-for-gutenberg"))))))),(0,e.createElement)("div",{className:"space-y-4 flex h-full flex-col justify-between"},(0,e.createElement)("section",{"aria-labelledby":"section-2-title"},(0,e.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,e.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,e.createElement)("div",{className:"p-8 pr-10"},(0,e.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,Ze.__)("Knowledge Base","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,Ze.__)("Learn everything you need to know about the Spectra plugin with our comprehensive documentation.","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Browse Now","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"}," → ")))),(0,e.createElement)("section",{"aria-labelledby":"section-2-title"},(0,e.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,e.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,e.createElement)("div",{className:"p-8 pr-10"},(0,e.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,Ze.__)("Get 5-star Support","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,Ze.__)("Need some help? Our awesome support team is here to help you with any question you have.","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Get Support","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"}," → ")))),(0,e.createElement)("section",{"aria-labelledby":"section-2-title"},(0,e.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,e.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,e.createElement)("div",{className:"p-8 pr-10"},(0,e.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,Ze.__)("Join the Community","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,Ze.__)("Got a question about the plugin, want to share your awesome project or just say hi? Join our wonderful community!","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Join Now","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"}," → "))))))))},Ma=window.wp.apiFetch,La=a.n(Ma),Ia=()=>{var a;const n=new URLSearchParams(null===(a=Ve())||void 0===a?void 0:a.search),r=uag_react.blocks_info,i=Ca(),l=Na((e=>e.blocksStatuses)),o=Na((e=>e.coreBlocks)),s=Na((e=>e.activeBlocksFilterTab)),[u,c]=(0,t.useState)([]),d=[{name:"All",slug:"all"},{name:"Core Blocks",slug:"core"},{name:"Creative",slug:"creative"},{name:"Content",slug:"content"},{name:"Post",slug:"post"},{name:"Social",slug:"social"},{name:"Form",slug:"form"},{name:"SEO",slug:"seo"},{name:"Extensions",slug:"extensions"}];(0,t.useEffect)((()=>{const e=n.get("path"),t=n.get("filterTab");i({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:t&&"blocks"===e?t:"all"});const a={...u};r.map((e=>{const t=e.admin_categories;return null==t||t.map((t=>(a[t]||(a[t]=[]),a[t].push(e.slug),t))),e})),c(a)}),[]);const m=e=>{let t="";return e===s?(t+="pro"===e?"text-spectra active:text-spectra focus:text-spectra hover:text-spectra":"text-slate-800 active:text-slate-800 focus:text-slate-800 hover:text-slate-800",t+=" bg-white border-transparent shadow shadow-focused"):(t+="pro"===e?"text-spectra border-indigo-100 bg-indigo-50 focus:text-spectra active:text-spectra hover:text-spectra":"text-slate-500 border-slate-200 focus:text-slate-500 active:text-slate-500 hover:text-slate-500",t+=" focus-visible:bg-white hover:bg-white"),t+=" px-4 py-1 ml-4 my-1 font-medium text-sm rounded-2xl cursor-pointer border transition",t};return(0,e.createElement)("div",{className:"mx-auto mb-6 px-6 lg:max-w-[80rem]"},(0,e.createElement)("div",{className:"w-full sm:hidden"},(0,e.createElement)("label",{htmlFor:"tabs",className:"sr-only"},"Select a tab"),(0,e.createElement)("select",{id:"tabs",name:"tabs",className:"w-full spectra-admin__input-field spectra-admin__dropdown",style:{maxWidth:"100%"}},d.map((t=>(0,e.createElement)("option",{key:t.name},t.name))))),(0,e.createElement)("div",{className:"hidden justify-between items-center space-y-4 sm:flex sm:flex-col lg:space-y-0 lg:flex-row"},(0,e.createElement)("nav",{className:"flex -ml-4 flex-wrap justify-center lg:justify-start","aria-label":"Tabs"},d.map((t=>(0,e.createElement)(We,{to:{pathname:"options-general.php",search:`?page=spectra&path=blocks&filterTab=${t.slug}`},key:t.name,className:m(t.slug),onClick:()=>{i({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:t.slug})}},t.name)))),(0,e.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,e.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-l-md transition",onClick:()=>{const e={...l};for(const t in l)("all"===s||u[s]&&u[s].includes(t))&&(e[t]="block");i({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==s&&"all"!==s||(i({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"enabled"}),i({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"enabled"}),i({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"enabled"}),i({type:"UPDATE_ENABLE_DYNAMIC_CONTENT_EXTENSION",payload:"enabled"})),"pro"===s&&i({type:"UPDATE_ENABLE_DYNAMIC_CONTENT_EXTENSION",payload:"enabled"});const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),La()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{i({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}},"Activate all"),(0,e.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-r-md transition",onClick:()=>{const e={...l};for(const t in l)!o.includes(t)&&("all"===s||u[s]&&u[s].includes(t))&&(e[t]="disabled");i({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==s&&"all"!==s||(i({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"disabled"}),i({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"disabled"}),i({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"disabled"}),i({type:"UPDATE_ENABLE_DYNAMIC_CONTENT_EXTENSION",payload:"disabled"})),"pro"===s&&i({type:"UPDATE_ENABLE_DYNAMIC_CONTENT_EXTENSION",payload:"disabled"});const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),La()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{i({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}},"Deactivate all"))))};const Ra="#1e293b";var Va={section:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M21 15V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19L3 15M21 15L3 15M21 15V9M3 15L3 9M21 9V5C21 3.89543 20.1046 3 19 3L5 3C3.89543 3 3 3.89543 3 5L3 9M21 9L3 9",stroke:Ra,strokeWidth:1.4})),buttons:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 17.5H17M7 6.5H17M5 10H19C20.1046 10 21 9.10457 21 8V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V8C3 9.10457 3.89543 10 5 10ZM5 21H19C20.1046 21 21 20.1046 21 19V16C21 14.8954 20.1046 14 19 14H5C3.89543 14 3 14.8954 3 16V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"advanced-heading":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M8 7V12.8333M8 12.8333V17M8 12.8333H16M16 12.8333V7M16 12.8333V17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"google-map":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M9 3.00002L4.10557 5.44723C3.428 5.78601 3 6.47854 3 7.23608V20.382C3 21.1254 3.78231 21.6089 4.44721 21.2764L9 19M9 3.00002L15 5.00002M9 3.00002V19M9 19L15 21M15 5.00002L19.5528 2.72362C20.2177 2.39117 21 2.87467 21 3.61805V16.7639C21 17.5215 20.572 18.214 19.8944 18.5528L15 21M15 5.00002V21",stroke:Ra,strokeWidth:1.4})),"info-box":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 13H17M7 16.5H15.3333M9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"post-carousel":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M0 17C1.10457 17 2 16.1046 2 15V8C2 6.89543 1.10457 6 0 6M24 17C22.8954 17 22 16.1046 22 15V8C22 6.89543 22.8954 6 24 6M7 17H17C18.1046 17 19 16.1046 19 15V8C19 6.89543 18.1046 6 17 6H7C5.89543 6 5 6.89543 5 8V15C5 16.1046 5.89543 17 7 17Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M8 11H12.5M8 14H16",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"post-masonry":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21C10 22.1046 9.10457 23 8 23H5C3.89543 23 3 22.1046 3 21V14Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M14 3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10C21 11.1046 20.1046 12 19 12H16C14.8954 12 14 11.1046 14 10V3Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M14 18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21C21 22.1046 20.1046 23 19 23H16C14.8954 23 14 22.1046 14 21V18Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6C10 7.10457 9.10457 8 8 8H5C3.89543 8 3 7.10457 3 6V3Z",stroke:Ra,strokeWidth:1.4})),"post-grid":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H8C9.10457 3 10 3.89543 10 5V8C10 9.10457 9.10457 10 8 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M14 5C14 3.89543 14.8954 3 16 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H16C14.8954 10 14 9.10457 14 8V5Z",stroke:Ra,strokeWidth:1.4})),testimonial:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M15.5 9.42857C15.5 10.2175 14.903 10.8571 14.1667 10.8571C13.4303 10.8571 12.8333 10.2175 12.8333 9.42857C12.8333 8.63959 13.4303 8 14.1667 8C14.903 8 15.5 8.63959 15.5 9.42857ZM15.5 9.42857C15.5 9.42857 15.5 11.5714 13.5 13M11.1667 9.42857C11.1667 10.2175 10.5697 10.8571 9.83333 10.8571C9.09695 10.8571 8.5 10.2175 8.5 9.42857C8.5 8.63959 9.09695 8 9.83333 8C10.5697 8 11.1667 8.63959 11.1667 9.42857ZM11.1667 9.42857C11.1667 9.42857 11.1667 11.5714 9.16667 13M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"cf7-styler":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M4.51555 17C6.13007 19.412 8.87958 21 12 21C15.1204 21 17.8699 19.412 19.4845 17M4.51555 17C3.55827 15.5699 3 13.8501 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 13.8501 20.4417 15.5699 19.4845 17M4.51555 17C5.75777 17 7.12889 15 8.43944 13M19.4845 17C18.2422 17 16.8711 15 15.5606 13M8.43944 13C9.75 11 11 9 12 9C13 9 14.25 11 15.5606 13M8.43944 13L9.09522 14.2607C9.47211 14.9852 10.5116 14.9769 10.8768 14.2464L11.3795 13.241C11.6848 12.6305 12.4984 12.4984 12.9811 12.9811L13.4309 13.4309C13.7632 13.7632 14.282 13.8193 14.6776 13.5658L15.5606 13",stroke:Ra,strokeWidth:1.4})),"gf-styler":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M17 12V15H7L6.99998 12.9996C6.99998 10.7905 8.79083 9.00001 10.9999 9.00001H17.5M3.33984 8.71466V15.2854C3.33984 16.0317 3.75541 16.7159 4.41768 17.0601L11.0779 20.5208C11.656 20.8212 12.3442 20.8212 12.9223 20.5208L19.5825 17.0601C20.2448 16.7159 20.6604 16.0317 20.6604 15.2854V8.71466C20.6604 7.96832 20.2448 7.28407 19.5825 6.93995L12.9223 3.47918C12.3442 3.1788 11.656 3.1788 11.0779 3.47918L4.41768 6.93995C3.75541 7.28407 3.33984 7.96832 3.33984 8.71466Z",stroke:Ra,strokeWidth:1.4})),"content-timeline":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M12.0001 3V7M12.0001 21V17M12.0001 7H15.0001M12.0001 7V12M15.0001 7C15.0001 8.10457 15.8954 9 17 9H19C20.1046 9 21 8.10457 21 7C21 5.89543 20.1046 5 19 5H17C15.8954 5 15.0001 5.89543 15.0001 7ZM12.0001 12H9M12.0001 12V17M9 12C9 13.1046 8.10457 14 7 14H5C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10H7C8.10457 10 9 10.8954 9 12ZM12.0001 17H15.0001M15.0001 17C15.0001 18.1046 15.8954 19 17 19H19C20.1046 19 21 18.1046 21 17C21 15.8954 20.1046 15 19 15H17C15.8954 15 15.0001 15.8954 15.0001 17Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"call-to-action":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M16.4545 16.4545L14.6364 21L11 11L21 14.6364L16.4545 16.4545ZM16.4545 16.4545L21 21M9 16.9291C5.60771 16.4439 3 13.5265 3 10C3 6.13401 6.13401 3 10 3C13.5265 3 16.4439 5.60771 16.9291 9M8.5 12.5987C7.6033 12.0799 7 11.1104 7 10C7 8.34315 8.34315 7 10 7C11.1104 7 12.0799 7.6033 12.5987 8.5",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"post-timeline":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M4 3V6M4 6C2.89543 6 2 6.89543 2 8C2 9.10457 2.89543 10 4 10M4 6C5.10457 6 6 6.89543 6 8C6 9.10457 5.10457 10 4 10M4 10V14M4 14C2.89543 14 2 14.8954 2 16C2 17.1046 2.89543 18 4 18M4 14C5.10457 14 6 14.8954 6 16C6 17.1046 5.10457 18 4 18M4 18V21M11 18H19C20.1046 18 21 17.1046 21 16C21 14.8954 20.1046 14 19 14H11C9.89543 14 9 14.8954 9 16C9 17.1046 9.89543 18 11 18ZM11 10H19C20.1046 10 21 9.10457 21 8C21 6.89543 20.1046 6 19 6H11C9.89543 6 9 6.89543 9 8C9 9.10457 9.89543 10 11 10Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"icon-list":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M11 5H21M11 12H21M11 19H21",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M7 5C7 6.10457 6.10457 7 5 7C3.89543 7 3 6.10457 3 5C3 3.89543 3.89543 3 5 3C6.10457 3 7 3.89543 7 5Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M7 19C7 20.1046 6.10457 21 5 21C3.89543 21 3 20.1046 3 19C3 17.8954 3.89543 17 5 17C6.10457 17 7 17.8954 7 19Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),team:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M17 20H22V18C22 16.3431 20.6569 15 19 15C18.0444 15 17.1931 15.4468 16.6438 16.1429M17 20H7M17 20V18C17 17.3438 16.8736 16.717 16.6438 16.1429M7 20H2V18C2 16.3431 3.34315 15 5 15C5.95561 15 6.80686 15.4468 7.35625 16.1429M7 20V18C7 17.3438 7.12642 16.717 7.35625 16.1429M7.35625 16.1429C8.0935 14.301 9.89482 13 12 13C14.1052 13 15.9065 14.301 16.6438 16.1429M15 7C15 8.65685 13.6569 10 12 10C10.3431 10 9 8.65685 9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7ZM21 10C21 11.1046 20.1046 12 19 12C17.8954 12 17 11.1046 17 10C17 8.89543 17.8954 8 19 8C20.1046 8 21 8.89543 21 10ZM7 10C7 11.1046 6.10457 12 5 12C3.89543 12 3 11.1046 3 10C3 8.89543 3.89543 8 5 8C6.10457 8 7 8.89543 7 10Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),tabs:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M10 3V6C10 7.10457 10.8954 8 12 8H15.5M15.5 8H21M15.5 8V3M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4})),"social-share":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M9 12C9 13.1046 8.10457 14 7 14C5.89543 14 5 13.1046 5 12C5 10.8954 5.89543 10 7 10C8.10457 10 9 10.8954 9 12Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M19 6C19 7.10457 18.1046 8 17 8C15.8954 8 15 7.10457 15 6C15 4.89543 15.8954 4 17 4C18.1046 4 19 4.89543 19 6Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M19 18C19 19.1046 18.1046 20 17 20C15.8954 20 15 19.1046 15 18C15 16.8954 15.8954 16 17 16C18.1046 16 19 16.8954 19 18Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M9 10.5L15 7M9 13.5L15 17",stroke:Ra,strokeWidth:1.4})),"restaurant-menu":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M17.7472 5.05554C17.5824 4.84998 17.3481 4.68976 17.074 4.59515C16.8912 4.53203 16.696 4.5 16.5 4.5M16.5 4.5C16.4022 4.5 16.3042 4.50797 16.2074 4.52402C15.9164 4.57225 15.6491 4.6913 15.4393 4.86612C15.2296 5.04093 15.0867 5.26366 15.0288 5.50614C14.9709 5.74861 15.0006 5.99995 15.1142 6.22835C15.2277 6.45676 15.42 6.65199 15.6666 6.78934C15.9133 6.92669 16.2033 7 16.5 7C16.7967 7 17.0867 7.07331 17.3334 7.21066C17.58 7.34802 17.7723 7.54324 17.8858 7.77165C17.9994 8.00005 18.0291 8.25139 17.9712 8.49386C17.9133 8.73634 17.7704 8.95907 17.5607 9.13388C17.3509 9.3087 17.0836 9.42775 16.7926 9.47598C16.6958 9.49203 16.5978 9.5 16.5 9.5M16.5 4.5V4M15.2528 8.94446C15.4176 9.15003 15.6519 9.31024 15.926 9.40485C16.1088 9.46797 16.304 9.5 16.5 9.5M16.5 9.5V10",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M17.7472 15.0555C17.5824 14.85 17.3481 14.6898 17.074 14.5952C16.8912 14.532 16.696 14.5 16.5 14.5M16.5 14.5C16.4022 14.5 16.3042 14.508 16.2074 14.524C15.9164 14.5723 15.6491 14.6913 15.4393 14.8661C15.2296 15.0409 15.0867 15.2637 15.0288 15.5061C14.9709 15.7486 15.0006 15.9999 15.1142 16.2284C15.2277 16.4568 15.42 16.652 15.6666 16.7893C15.9133 16.9267 16.2033 17 16.5 17C16.7967 17 17.0867 17.0733 17.3334 17.2107C17.58 17.348 17.7723 17.5432 17.8858 17.7716C17.9994 18.0001 18.0291 18.2514 17.9712 18.4939C17.9133 18.7363 17.7704 18.9591 17.5607 19.1339C17.3509 19.3087 17.0836 19.4278 16.7926 19.476C16.6958 19.492 16.5978 19.5 16.5 19.5M16.5 14.5V14M15.2528 18.9445C15.4176 19.15 15.6519 19.3102 15.926 19.4049C16.1088 19.468 16.304 19.5 16.5 19.5M16.5 19.5V20",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M6 5H12M6 15H12M6 8H9M6 18H9",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H19C20.1046 1 21 1.89543 21 3V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),blockquote:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 7H17M7 11H9M17 11.8571C17 12.3305 16.6418 12.7143 16.2 12.7143C15.7582 12.7143 15.4 12.3305 15.4 11.8571C15.4 11.3838 15.7582 11 16.2 11C16.6418 11 17 11.3838 17 11.8571ZM17 11.8571C17 11.8571 17 13.1429 15.8 14M13.6 11.8571C13.6 12.3305 13.2418 12.7143 12.8 12.7143C12.3582 12.7143 12 12.3305 12 11.8571C12 11.3838 12.3582 11 12.8 11C13.2418 11 13.6 11.3838 13.6 11.8571ZM13.6 11.8571C13.6 11.8571 13.6 13.1429 12.4 14M3 21V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V16C21 17.1046 20.1046 18 19 18H7.66667C7.23393 18 6.81286 18.1404 6.46667 18.4L3 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),columns:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M15 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H15M15 3V21M15 3H9M15 21H9M9 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H9M9 3V21",stroke:Ra,strokeWidth:1.4})),"marketing-button":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 20.9895H17M4 16.9895H20",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M10 7H19M3 11H21C22.1046 11 23 10.1046 23 9V5C23 3.89543 22.1046 3 21 3H3C1.89543 3 1 3.89543 1 5V9C1 10.1046 1.89543 11 3 11ZM7 7C7 7.55228 6.55228 8 6 8C5.44772 8 5 7.55228 5 7C5 6.44772 5.44772 6 6 6C6.55228 6 7 6.44772 7 7Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"table-of-contents":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 16H13M7 12H15.3333M7 8H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),faq:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M9.00006 9C9.50006 8 10.5001 7 12.0001 7C13.5002 7 15.0001 8.5 15.0001 10C15.0001 11.4553 14.0588 12.4399 13.0843 12.8686C13.0248 12.8948 12.9619 12.9116 12.8992 12.9285C12.4001 13.0627 12.0001 13.4804 12.0001 14M12.0001 17H12.0101M21.0001 12C21.0001 16.9706 16.9706 21 12.0001 21C10.5124 21 9.1091 20.6391 7.87286 20C7.19356 19.6488 3.56466 21.5054 3 21C2.43678 20.4959 4.93748 17.6302 4.51561 17C3.55833 15.5699 3.00006 13.8501 3.00006 12C3.00006 7.02944 7.0295 3 12.0001 3C16.9706 3 21.0001 7.02944 21.0001 12Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),forms:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 10H17M7 7H10.5M9 17H15M7 13H17M13.5 7H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"how-to":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M13 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V11M13 3L21 11M13 3V9C13 10.1046 13.8954 11 15 11H21M10 11H17M10 7H13M10 15H17M7 7H7.1M7 11H7.1M7 15H7.1",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"inline-notice":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 21H21M3 3H21M10 12H19M3 17H21C22.1046 17 23 16.1046 23 15V9C23 7.89543 22.1046 7 21 7H3C1.89543 7 1 7.89543 1 9V15C1 16.1046 1.89543 17 3 17ZM7 12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"wp-search":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 21L9 15M7 10C7 13.866 10.134 17 14 17C17.866 17 21 13.866 21 10C21 6.13401 17.866 3 14 3C10.134 3 7 6.13401 7 10Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"taxonomy-list":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M10 16H17M10 12H15M10 8H17M6.98999 8H6.99999M6.98999 12H6.99999M6.98999 16H6.99999M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),review:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 10.5H17M9.5 7H9.51M6.99 7H7M12 7H12.01M7 14H14M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),lottie:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 17C7 17 12 17.5 12 12C12 6.5 17 7 17 7M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"star-rating":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M11.103 7.81696C11.4698 7.07371 12.5297 7.07371 12.8965 7.81696L13.8243 9.69697C13.97 9.99211 14.2516 10.1967 14.5773 10.244L16.652 10.5455C17.4722 10.6647 17.7997 11.6726 17.2062 12.2512L15.7049 13.7146C15.4692 13.9443 15.3617 14.2753 15.4173 14.5997L15.7717 16.666C15.9118 17.4829 15.0544 18.1059 14.3208 17.7202L12.4651 16.7446C12.1738 16.5915 11.8257 16.5915 11.5344 16.7446L9.67874 17.7202C8.94511 18.1059 8.08768 17.4829 8.22779 16.666L8.58219 14.5997C8.63783 14.2753 8.53028 13.9443 8.29459 13.7146L6.79332 12.2512C6.1998 11.6726 6.52731 10.6647 7.34753 10.5455L9.42225 10.244C9.74796 10.1967 10.0295 9.99211 10.1752 9.69697L11.103 7.81696Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M18.4424 14.106L20.1846 14.8943C21.0283 15.2761 21.9613 14.5667 21.7842 13.6782L21.6155 12.8313C21.5377 12.4411 21.6806 12.0403 21.99 11.7808L22.6034 11.2662C23.3499 10.6399 22.9822 9.44941 22.0043 9.32712L20.8958 9.18848C20.5373 9.14365 20.2219 8.93603 20.0458 8.62895L19.4377 7.56859C19.003 6.81047 17.8817 6.81047 17.447 7.56859L16.559 9.11719M5.55765 14.106L3.8154 14.8943C2.97172 15.2761 2.0387 14.5667 2.21577 13.6782L2.38454 12.8313C2.46229 12.4411 2.3194 12.0403 2.01002 11.7808L1.39664 11.2662C0.650069 10.6399 1.01784 9.44941 1.99569 9.32712L3.1042 9.18848C3.46273 9.14365 3.77814 8.93603 3.95423 8.62895L4.56227 7.56859C4.997 6.81047 6.11829 6.81047 6.55302 7.56859L7.44104 9.11719",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"display-conditions":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M14.8291 12C14.8291 13.4202 13.5623 14.5714 11.9996 14.5714C10.4369 14.5714 9.17004 13.4202 9.17004 12C9.17004 10.5798 10.4369 9.42857 11.9996 9.42857C13.5623 9.42857 14.8291 10.5798 14.8291 12Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M3 12C4.20187 8.52247 7.77678 6 12 6C16.2232 6 19.7982 8.5225 21 12C19.7981 15.4775 16.2232 18 12 18C7.77678 18 4.20185 15.4775 3 12Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"masonry-gallery":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M14 21V18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21M14 21C14 22.1046 14.8954 23 16 23H19C20.1046 23 21 22.1046 21 21M14 21L16.0343 19.6438C16.6315 19.2457 17.3962 19.1981 18.0381 19.5191L21 21M14 10C14 11.1046 14.8954 12 16 12H19C20.1046 12 21 11.1046 21 10M14 10V3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10M14 10V10C14 9.37526 14.3122 8.79185 14.8321 8.4453L16.0343 7.64381C16.6315 7.24569 17.3962 7.19808 18.0381 7.51906L20.1056 8.55279C20.6537 8.82687 21 9.38713 21 10V10M3 21C3 22.1046 3.89543 23 5 23H8C9.10457 23 10 22.1046 10 21M3 21V14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21M3 21V21C3 20.3753 3.31223 19.7918 3.83205 19.4453L5.03429 18.6438C5.63146 18.2457 6.39617 18.1981 7.03811 18.5191L9.10557 19.5528C9.65374 19.8269 10 20.3871 10 21V21M3 6V3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6M3 6C3 7.10457 3.89543 8 5 8H8C9.10457 8 10 7.10457 10 6M3 6L5.03429 4.64381C5.63146 4.24569 6.39617 4.19808 7.03811 4.51906L10 6M7 15H7.1M18 4H18.1",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"responsive-conditions":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M16 19H3C1.89543 19 1 18.1046 1 17V7C1 5.89543 1.89543 5 3 5H20C21.1046 5 22 5.89543 22 7V9M16 19V11C16 9.89543 16.8954 9 18 9H21C22.1046 9 23 9.89543 23 11V19C23 20.1046 22.1046 21 21 21H18C16.8954 21 16 20.1046 16 19Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M3.5 12H3.51M19.5 18.5H19.51",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),container:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:Ra,strokeWidth:1.4})),image:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 17L7.41995 12.58C8.26284 11.7372 9.65125 11.8141 10.3959 12.7449L11.789 14.4863C12.4639 15.3298 13.6866 15.4851 14.5508 14.8369L15.6123 14.0408C16.4086 13.4436 17.5228 13.5228 18.2265 14.2265L21 17M17 8C17 8.55228 16.5523 9 16 9C15.4477 9 15 8.55228 15 8C15 7.44772 15.4477 7 16 7C16.5523 7 17 7.44772 17 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4})),counter:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M1 10.5L3 9.5V16.5M5.5 11C5.66667 10.5 6.3 9.5 7.5 9.5C9 9.5 9.5 10.5 9.5 11C9.5 13.0707 7 15 5.5 16.5H9.7M11.5 10.5C11.6667 10.1667 12.3 9.2 13.5 9.2C14.7 9.2 15.7 10 15.7 11C15.7 12 14.2 13 13 13C14 13 16.2469 13 16 15C15.8742 16.0188 14.8107 16.7 13.5 16.7C13 16.7 12 16.5 11.5 15.5M20.5 18V6M20.5 6L18 8M20.5 6L23 8",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"image-gallery":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 8.5V5C3 3.89543 3.89543 3 5 3H8.5C9.60457 3 10.5 3.89543 10.5 5V8.5M3 8.5C3 9.60457 3.89543 10.5 5 10.5H8.5C9.60457 10.5 10.5 9.60457 10.5 8.5M3 8.5L4.94679 6.87767C5.58153 6.34873 6.47618 6.26455 7.19844 6.6658L10.5 8.5M13.5 8.5V5C13.5 3.89543 14.3954 3 15.5 3H19C20.1046 3 21 3.89543 21 5V8.5M13.5 8.5C13.5 9.60457 14.3954 10.5 15.5 10.5H19C20.1046 10.5 21 9.60457 21 8.5M13.5 8.5L15.4468 6.87767C16.0815 6.34873 16.9762 6.26455 17.6984 6.6658L21 8.5M3 19V15.5C3 14.3954 3.89543 13.5 5 13.5H8.5C9.60457 13.5 10.5 14.3954 10.5 15.5V19M3 19C3 20.1046 3.89543 21 5 21H8.5C9.60457 21 10.5 20.1046 10.5 19M3 19L4.94679 17.3777C5.58153 16.8487 6.47618 16.7645 7.19844 17.1658L10.5 19M13.5 19V15.5C13.5 14.3954 14.3954 13.5 15.5 13.5H19C20.1046 13.5 21 14.3954 21 15.5V19M13.5 19C13.5 20.1046 14.3954 21 15.5 21H19C20.1046 21 21 20.1046 21 19M13.5 19L15.4468 17.3777C16.0815 16.8487 16.9762 16.7645 17.6984 17.1658L21 19",stroke:Ra,strokeWidth:1.4})),login:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M12 16L16 12M16 12L12 8M16 12L4 12M7 16V17C7 18.6569 8.34315 20 10 20H17C18.6569 20 20 18.6569 20 17V7C20 5.34315 18.6569 4 17 4H10C8.34315 4 7 5.34315 7 7V8",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),register:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M11 19H1C1 15.134 4.13401 12 8 12C9.0736 12 10.0907 12.2417 11 12.6736M14 13V16M14 16V19M14 16H11M14 16H17M12 5C12 7.20914 10.2091 9 8 9C5.79086 9 4 7.20914 4 5C4 2.79086 5.79086 1 8 1C10.2091 1 12 2.79086 12 5Z",stroke:Ra,strokeWidth:1.4})),"dynamic-content":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M4 7V17C4 19.2091 7.58172 21 12 21C16.4183 21 20 19.2091 20 17V7M4 7C4 9.20914 7.58172 11 12 11C16.4183 11 20 9.20914 20 7M4 7C4 4.79086 7.58172 3 12 3C16.4183 3 20 4.79086 20 7M20 12C20 14.2091 16.4183 16 12 16C7.58172 16 4 14.2091 4 12",stroke:Ra,strokeWidth:1.4}))};let Fa=(0,t.createContext)(null);function Ha(){let e=(0,t.useContext)(Fa);if(null===e){let e=new Error("You used a <Label /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(e,Ha),e}return e}let ja=g((function(e,t){let{passive:a=!1,...n}=e,r=Ha(),i=`headlessui-label-${O()}`,l=E(t);v((()=>r.register(i)),[i,r.register]);let o={ref:l,...r.props,id:i};return a&&("onClick"in o&&delete o.onClick,"onClick"in n&&delete n.onClick),c({ourProps:o,theirProps:n,slot:r.slot||{},defaultTag:"label",name:r.name||"Label"})})),Ba=(0,t.createContext)(null);Ba.displayName="GroupContext";let Ua=t.Fragment,Ga=g((function(e,a){let{checked:n,defaultChecked:r=!1,onChange:i,name:l,value:o,...s}=e,u=`headlessui-switch-${O()}`,d=(0,t.useContext)(Ba),m=(0,t.useRef)(null),g=E(m,a,null===d?null:d.setSwitch),[p,h]=function(e,a,n){let[r,i]=(0,t.useState)(n),l=void 0!==e,o=(0,t.useRef)(l),s=(0,t.useRef)(!1),u=(0,t.useRef)(!1);return!l||o.current||s.current?!l&&o.current&&!u.current&&(u.current=!0,o.current=l,console.error("A component is changing from controlled to uncontrolled. This may be caused by the value changing from a defined value to undefined, which should not happen.")):(s.current=!0,o.current=l,console.error("A component is changing from uncontrolled to controlled. This may be caused by the value changing from undefined to a defined value, which should not happen.")),[l?e:r,w((e=>(l||i(e),null==a?void 0:a(e))))]}(n,i,r),v=w((()=>null==h?void 0:h(!p))),b=w((e=>{if(T(e.currentTarget))return e.preventDefault();e.preventDefault(),v()})),y=w((e=>{e.key===N.Space?(e.preventDefault(),v()):e.key===N.Enter&&function(e){var t;let a=null!=(t=null==e?void 0:e.form)?t:e.closest("form");if(a)for(let e of a.elements)if("INPUT"===e.tagName&&"submit"===e.type||"BUTTON"===e.tagName&&"submit"===e.type||"INPUT"===e.nodeName&&"image"===e.type)return void e.click()}(e.currentTarget)})),x=w((e=>e.preventDefault())),D=(0,t.useMemo)((()=>({checked:p})),[p]),_={id:u,ref:g,role:"switch",type:R(e,m),tabIndex:0,"aria-checked":p,"aria-labelledby":null==d?void 0:d.labelledby,"aria-describedby":null==d?void 0:d.describedby,onClick:b,onKeyUp:y,onKeyPress:x};return t.createElement(t.Fragment,null,null!=l&&p&&t.createElement(bt,{features:vt.Hidden,...f({as:"input",type:"checkbox",hidden:!0,readOnly:!0,checked:p,name:l,value:o})}),c({ourProps:_,theirProps:s,slot:D,defaultTag:"button",name:"Switch"}))})),Wa=Object.assign(Ga,{Group:function(e){let[a,n]=(0,t.useState)(null),[r,i]=function(){let[e,a]=(0,t.useState)([]);return[e.length>0?e.join(" "):void 0,(0,t.useMemo)((()=>function(e){let n=w((e=>(a((t=>[...t,e])),()=>a((t=>{let a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))))),r=(0,t.useMemo)((()=>({register:n,slot:e.slot,name:e.name,props:e.props})),[n,e.slot,e.name,e.props]);return t.createElement(Fa.Provider,{value:r},e.children)}),[a])]}(),[l,o]=$t(),s=(0,t.useMemo)((()=>({switch:a,setSwitch:n,labelledby:r,describedby:l})),[a,n,r,l]),u=e;return t.createElement(o,{name:"Switch.Description"},t.createElement(i,{name:"Switch.Label",props:{onClick(){!a||(a.click(),a.focus({preventScroll:!0}))}}},t.createElement(Ba.Provider,{value:s},c({ourProps:{},theirProps:u,defaultTag:Ua,name:"Switch.Group"}))))},Label:ja,Description:Yt});const za=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")};var Ka=t=>{const{admin_categories:a,link:n,slug:r,title:i,deprecated:l,pro_filler:o}=t.blockInfo,s=Ca(),u=Na((e=>e.blocksStatuses)),c=Na((e=>e.coreBlocks)).includes(r),d=!("disabled"===u[r]&&!c);return o?null:(0,e.createElement)("div",{key:r,className:za(d&&!o?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,e.createElement)("div",{className:"flex-shrink-0 opacity-80"},Va[r]),(0,e.createElement)("div",{className:"uagb-admin-block-card__title flex-1 min-w-0"},(0,e.createElement)("p",{className:"text-base font-medium text-slate-800"},i,l&&(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-200 text-slate-400 rounded spectra-admin__block-label"},(0,Ze.__)("Legacy","ultimate-addons-for-gutenberg")),!o&&(null==a?void 0:a.includes("pro"))&&(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-800 bg-slate-800 text-white rounded spectra-admin__block-label"},(0,Ze.__)("Pro","ultimate-addons-for-gutenberg"))),(0,e.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:`https://wpspectra.com/blocks/${n}`,target:"_blank",rel:"noreferrer"},(0,Ze.__)("Live Demo","ultimate-addons-for-gutenberg"))),o?(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-800 bg-slate-800 text-white rounded spectra-admin__block-label"},(0,Ze.__)("Pro","ultimate-addons-for-gutenberg")):(0,e.createElement)("div",{className:c?"core-block-card-wrap":"",title:c?(0,Ze.__)("This is a Core Spectra block & cannot be disabled.","ultimate-addons-for-gutenberg"):""},(0,e.createElement)(Wa,{checked:d,onChange:()=>{let e="disabled";d||(e=r);const t={...u};t[r]=e,s({type:"UPDATE_BLOCK_STATUSES",payload:t});const a=new window.FormData;a.append("action","uag_blocks_activation_and_deactivation"),a.append("security",uag_react.blocks_activation_and_deactivation_nonce),a.append("value",JSON.stringify(t)),La()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{s({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:za(c?"core-block-card":"",d?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:za(d?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))))};function Za(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var $a=()=>{const a=Na((e=>e.enableDisplayConditions)),n=Ca(),r="disabled"!==a;return(0,t.useEffect)((()=>{const e=new window.FormData;e.append("action","uag_enable_block_condition"),e.append("security",uag_react.enable_block_condition_nonce),e.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:e}).then((()=>{}))}),[a]),(0,e.createElement)("div",{key:"display-conditons",className:Za(r?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,e.createElement)("div",{className:"flex-shrink-0 ml-0"},Va["display-conditions"]),(0,e.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,e.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,Ze.__)("Display Conditions","ultimate-addons-for-gutenberg"),(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,Ze.__)("Extension","ultimate-addons-for-gutenberg"))),(0,e.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/display-conditions-blocks/",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,e.createElement)(Wa,{checked:r,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",n({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:e}),n({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})},className:Za(r?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Za(r?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function Ya(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var qa=()=>{const a=Na((e=>e.enableMasonryExtension)),n=Ca(),r="disabled"!==a;return(0,t.useEffect)((()=>{const e=new window.FormData;e.append("action","uag_enable_masonry_gallery"),e.append("security",uag_react.enable_masonry_gallery_nonce),e.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:e}).then((()=>{}))}),[a]),(0,e.createElement)("div",{key:"masonry-gallery",className:Ya(r?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,e.createElement)("div",{className:"flex-shrink-0"},Va["masonry-gallery"]),(0,e.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,e.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,Ze.__)("Masonry Gallery","ultimate-addons-for-gutenberg"),(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,Ze.__)("Extension","ultimate-addons-for-gutenberg"))),(0,e.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/masonry-image-gallery/",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,e.createElement)(Wa,{checked:r,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",n({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:e}),n({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})},className:Ya(r?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Ya(r?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function Ja(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Xa=()=>{const a=Na((e=>e.enableResponsiveConditions)),n=Ca(),r="disabled"!==a;return(0,t.useEffect)((()=>{const e=new window.FormData;e.append("action","uag_enable_block_responsive"),e.append("security",uag_react.enable_block_responsive_nonce),e.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:e}).then((()=>{}))}),[a]),(0,e.createElement)("div",{key:"display-responsive-conditons",className:Ja(r?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,e.createElement)("div",{className:"flex-shrink-0 ml-0"},Va["responsive-conditions"]),(0,e.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,e.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,Ze.__)("Responsive Conditions","ultimate-addons-for-gutenberg"),(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,Ze.__)("Extension","ultimate-addons-for-gutenberg"))),(0,e.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/responsive-conditions/",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,e.createElement)(Wa,{checked:r,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",n({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:e}),n({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})},className:Ja(r?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Ja(r?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))},Qa=t=>{let{currentTab:a}=t;return"extensions"===a||"all"===a?(0,e.createElement)(e.Fragment,null,(0,e.createElement)($a,null),(0,e.createElement)(qa,null),(0,e.createElement)(Xa,null)):null},en=()=>{const t=Na((e=>e.activeBlocksFilterTab)),a=uag_react.blocks_info.map(((a,n)=>{const r=a.admin_categories;return!(null==r?void 0:r.includes(t))&&"all"!==t||uag_react.spectra_pro_status&&a.pro_filler?"":(0,e.createElement)(Ka,{key:n,blockInfo:a})}));return(0,e.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-flow-row auto-rows-min grid-cols-2 gap-6 sm:grid-cols-3 px-6 py-4"},a,(0,e.createElement)(Qa,{currentTab:t}))},tn=function(t){const{fontSize:a,width:n,style:r}=t;return(0,e.createElement)("div",{className:"uag-skeleton uag-skeleton--text uag-skeleton--wave",style:{fontSize:a,width:n,...r}})},an=function(t){const{width:a,height:n,style:r}=t;return(0,e.createElement)("div",{className:"uag-skeleton uag-skeleton--rect uag-skeleton--wave",style:{width:a,height:n,...r}})},nn=()=>(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,e.createElement)(an,{width:"75px",height:"32px"})),(0,e.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mb-[2.43rem]"},(0,e.createElement)("div",{className:"hidden justify-between sm:flex"},(0,e.createElement)("nav",{className:"flex space-x-4","aria-label":"Tabs"},(0,e.createElement)(an,{width:"25px",height:"35px"}),(0,e.createElement)(an,{width:"50px",height:"35px"}),(0,e.createElement)(an,{width:"50px",height:"35px"}),(0,e.createElement)(an,{width:"33px",height:"35px"}),(0,e.createElement)(an,{width:"37px",height:"35px"}),(0,e.createElement)(an,{width:"33px",height:"35px"}),(0,e.createElement)(an,{width:"27px",height:"35px"}),(0,e.createElement)(an,{width:"71px",height:"35px"})),(0,e.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,e.createElement)(an,{width:"100px",height:"40px",style:{marginRight:"10px"}}),(0,e.createElement)(an,{width:"100px",height:"40px"})))),(0,e.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-cols-2 gap-6 sm:grid-cols-3 p-6 pt-0"},Array(36).fill().map((t=>(0,e.createElement)(an,{key:t,width:"400px",height:"80px"}))))),rn=()=>Na((e=>e.initialStateSetFlag))?(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"mx-auto px-6 mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Blocks / Extensions"),(0,e.createElement)(Ia,null),(0,e.createElement)(en,null)):(0,e.createElement)(nn,null),ln={"asset-generation":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M1 1V6H1.58152M16.9381 8C16.446 4.05369 13.0796 1 9 1C5.64262 1 2.76829 3.06817 1.58152 6M1.58152 6H6M17 17V12H16.4185M16.4185 12C15.2317 14.9318 12.3574 17 9 17C4.92038 17 1.55399 13.9463 1.06189 10M16.4185 12H12",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),templates:(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M1 2C1 1.44772 1.44772 1 2 1H16C16.5523 1 17 1.44772 17 2V4C17 4.55228 16.5523 5 16 5H2C1.44772 5 1 4.55228 1 4V2Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M1 10C1 9.44772 1.44772 9 2 9H8C8.55228 9 9 9.44772 9 10V16C9 16.5523 8.55228 17 8 17H2C1.44772 17 1 16.5523 1 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M13 10C13 9.44772 13.4477 9 14 9H16C16.5523 9 17 9.44772 17 10V16C17 16.5523 16.5523 17 16 17H14C13.4477 17 13 16.5523 13 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"version-control":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 fill-inherit",stroke:"none",width:"16",height:"20",viewBox:"0 0 16 20",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M5.70711 11.2929C5.31658 10.9024 4.68342 10.9024 4.29289 11.2929C3.90237 11.6834 3.90237 12.3166 4.29289 12.7071L5.70711 11.2929ZM7 14L6.29289 14.7071C6.68342 15.0976 7.31658 15.0976 7.70711 14.7071L7 14ZM11.7071 10.7071C12.0976 10.3166 12.0976 9.68342 11.7071 9.29289C11.3166 8.90237 10.6834 8.90237 10.2929 9.29289L11.7071 10.7071ZM14 5V17H16V5H14ZM13 18H3V20H13V18ZM2 17V5H0V17H2ZM3 4H5V2H3V4ZM11 4H13V2H11V4ZM3 18C2.44772 18 2 17.5523 2 17H0C0 18.6569 1.34315 20 3 20V18ZM14 17C14 17.5523 13.5523 18 13 18V20C14.6569 20 16 18.6569 16 17H14ZM16 5C16 3.34315 14.6569 2 13 2V4C13.5523 4 14 4.44772 14 5H16ZM2 5C2 4.44772 2.44772 4 3 4V2C1.34315 2 0 3.34315 0 5H2ZM4.29289 12.7071L6.29289 14.7071L7.70711 13.2929L5.70711 11.2929L4.29289 12.7071ZM7.70711 14.7071L11.7071 10.7071L10.2929 9.29289L6.29289 13.2929L7.70711 14.7071ZM7 2H9V0H7V2ZM9 4H7V6H9V4ZM7 4C6.44772 4 6 3.55228 6 3H4C4 4.65685 5.34315 6 7 6V4ZM10 3C10 3.55228 9.55228 4 9 4V6C10.6569 6 12 4.65685 12 3H10ZM9 2C9.55228 2 10 2.44772 10 3H12C12 1.34315 10.6569 0 9 0V2ZM7 0C5.34315 0 4 1.34315 4 3H6C6 2.44772 6.44772 2 7 2V0Z"})),"fonts-performance":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"20",viewBox:"0 0 18 20",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M10 8V1L1 12H8L8 19L17 8L10 8Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"global-settings":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M8.32463 2.31731C8.75103 0.560897 11.249 0.560897 11.6754 2.31731C11.9508 3.45193 13.2507 3.99038 14.2478 3.38285C15.7913 2.44239 17.5576 4.2087 16.6172 5.75218C16.0096 6.74925 16.5481 8.04918 17.6827 8.32463C19.4391 8.75103 19.4391 11.249 17.6827 11.6754C16.5481 11.9508 16.0096 13.2507 16.6172 14.2478C17.5576 15.7913 15.7913 17.5576 14.2478 16.6172C13.2507 16.0096 11.9508 16.5481 11.6754 17.6827C11.249 19.4391 8.75103 19.4391 8.32463 17.6827C8.04918 16.5481 6.74926 16.0096 5.75219 16.6172C4.2087 17.5576 2.44239 15.7913 3.38285 14.2478C3.99038 13.2507 3.45193 11.9508 2.31731 11.6754C0.560897 11.249 0.560897 8.75103 2.31731 8.32463C3.45193 8.04918 3.99037 6.74926 3.38285 5.75218C2.44239 4.2087 4.2087 2.44239 5.75219 3.38285C6.74926 3.99037 8.04918 3.45193 8.32463 2.31731Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M13 10C13 11.6569 11.6569 13 10 13C8.34315 13 7 11.6569 7 10C7 8.34315 8.34315 7 10 7C11.6569 7 13 8.34315 13 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"block-settings":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M1 3C1 1.89543 1.89543 1 3 1H5C6.10457 1 7 1.89543 7 3V5C7 6.10457 6.10457 7 5 7H3C1.89543 7 1 6.10457 1 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M11 3C11 1.89543 11.8954 1 13 1H15C16.1046 1 17 1.89543 17 3V5C17 6.10457 16.1046 7 15 7H13C11.8954 7 11 6.10457 11 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M1 13C1 11.8954 1.89543 11 3 11H5C6.10457 11 7 11.8954 7 13V15C7 16.1046 6.10457 17 5 17H3C1.89543 17 1 16.1046 1 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M11 13C11 11.8954 11.8954 11 13 11H15C16.1046 11 17 11.8954 17 13V15C17 16.1046 16.1046 17 15 17H13C11.8954 17 11 16.1046 11 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"coming-soon":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M10 6V10L13 13M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),account:(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",width:"18",height:"22",viewBox:"0 0 18 22",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12.7498 5C12.7498 7.07107 11.0709 8.75 8.99984 8.75C6.92877 8.75 5.24984 7.07107 5.24984 5C5.24984 2.92893 6.92877 1.25 8.99984 1.25C11.0709 1.25 12.7498 2.92893 12.7498 5Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M1.50098 19.1182C1.57128 15.0369 4.90171 11.75 8.99984 11.75C13.0981 11.75 16.4286 15.0371 16.4987 19.1185C14.2159 20.166 11.6762 20.75 9.00016 20.75C6.32384 20.75 3.78394 20.1659 1.50098 19.1182Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))};function on(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var sn=()=>{const t=Ca(),a=Na((e=>e.enableFileGeneration)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("File Generation","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_FILE_GENERATION",payload:e});const n=uag_react.enable_file_generation_nonce,r=new window.FormData;r.append("action","uag_enable_file_generation"),r.append("security",n),r.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:on(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:on(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Spectra loads the CSS and JS inline on the page by default. If you want to generate separate CSS and JS files for Spectra blocks, enable this option. Please read ","ultimate-addons-for-gutenberg"),(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://wpspectra.com/clean-html-with-uag/?utm_source=uag-dashboard&utm_medium=link&utm_campaign=uag-dashboard",target:"_blank",rel:"noreferrer"}," ",(0,Ze.__)("this article","ultimate-addons-for-gutenberg")," "),(0,Ze.__)(" to learn the difference between generating CSS and JS inline and in a separate file.","ultimate-addons-for-gutenberg")))},un=()=>{const a=Ca(),[n,r]=(0,t.useState)(!1);return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Asset Regeneration","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex justify-right items-center"},(0,e.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none",onClick:()=>{r("loading");const e=new window.FormData;e.append("action","uag_regenerate_assets"),e.append("security",uag_react.regenerate_assets_nonce),e.append("value",!0),La()({url:uag_react.ajax_url,method:"POST",body:e}).then((e=>{e.success&&(a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Assets Regenerated!"}),r(!1))}))}},(0,Ze.__)("Regenerate Assets","ultimate-addons-for-gutenberg"),"loading"===n&&(0,e.createElement)("svg",{className:"animate-spin -mr-1 ml-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,e.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,e.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}))))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Facing issues with style, layout, color or another page element? Use this option to regenerate CSS and Javascript assets. It can help with all kinds of asset issues.","ultimate-addons-for-gutenberg")))};function cn(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var dn=()=>{const t=Ca(),a=Na((e=>e.enableTemplates)),n="no"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Enable Templates Button","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="no"===a?"yes":"no",t({type:"UPDATE_TEMPLATES_BUTTON",payload:e});const n=uag_react.enable_templates_button_nonce,r=new window.FormData;r.append("action","uag_enable_templates_button"),r.append("security",n),r.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:cn(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:cn(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Spectra comes with a stunning library of page templates and block patterns. This library is accessible with the Templates button while editing the page or post. Manage the visibility of that button with this option.","ultimate-addons-for-gutenberg")))},mn=a=>{const{openPopup:n,setopenPopup:r,previousVersionSelect:i,setconfirmPopup:l}=a,[o,s]=(0,t.useState)(n),u=(0,t.useRef)(null);return(0,t.useEffect)((()=>{s(n)}),[n]),(0,e.createElement)(ht.Root,{show:o,as:t.Fragment},(0,e.createElement)(ma,{as:"div",className:"uag-rollback__dialog fixed backdrop-blur-sm inset-0 overflow-y-auto",initialFocus:u,onClose:s},(0,e.createElement)("div",{className:"flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0"},(0,e.createElement)(ht.Child,{as:t.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,e.createElement)("div",{className:"fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity"})),(0,e.createElement)("span",{className:"hidden sm:inline-block sm:align-middle sm:h-screen","aria-hidden":"true"},"​"),(0,e.createElement)(ht.Child,{as:t.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"opacity-100 translate-y-0 sm:scale-100",leave:"ease-in duration-200",leaveFrom:"opacity-100 translate-y-0 sm:scale-100",leaveTo:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"},(0,e.createElement)("div",{className:"inline-block align-bottom bg-white rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full sm:p-6"},(0,e.createElement)("div",{className:"sm:flex sm:items-start"},(0,e.createElement)("div",{className:"mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-red-50 sm:mx-0 sm:h-16 sm:w-16"},(0,e.createElement)("svg",{className:"h-8 w-8 stroke-red-600",viewBox:"0 0 34 33",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M17 9.83333V16.5M17 23.1667H17.0167M32 16.5C32 24.7843 25.2843 31.5 17 31.5C8.71573 31.5 2 24.7843 2 16.5C2 8.21573 8.71573 1.5 17 1.5C25.2843 1.5 32 8.21573 32 16.5Z",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,e.createElement)("div",{className:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"},(0,e.createElement)(ma.Title,{as:"h3",className:"text-2xl font-semibold text-slate-800"},(0,Ze.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,Ze.__)(`Are you sure you want to rollback to Spectra v${i}?`,"ultimate-addons-for-gutenberg")))),(0,e.createElement)("div",{className:"mt-6 sm:flex sm:flex-row sm:ml-20"},(0,e.createElement)("button",{type:"button",className:"w-full inline-flex justify-center rounded border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white focus:bg-red-700 hover:bg-red-700 focus:outline-none sm:mr-3 sm:w-auto sm:text-sm",onClick:()=>{const e=uag_react.rollback_url.replace("VERSION",i);r(!1),l(!0),window.location.href=e}},(0,Ze.__)("Rollback","ultimate-addons-for-gutenberg")),(0,e.createElement)("button",{type:"button",className:"mt-3 w-full inline-flex justify-center rounded border border-slate-200 shadow-sm px-4 py-2 bg-white text-base font-medium text-slate-800 focus:bg-gray-50 hover:bg-gray-50 focus:outline-none sm:mt-0 sm:w-auto sm:text-sm",onClick:()=>{r(!n)},ref:u},(0,Ze.__)("Cancel","ultimate-addons-for-gutenberg"))))))))},gn=()=>{const a=uag_react.global_data.uag_previous_versions,[n,r]=(0,t.useState)(a[0].value),[i,l]=(0,t.useState)(!1),[o,s]=(0,t.useState)(!1);return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex justify-right"},(0,e.createElement)("select",{id:"location",name:"location",className:"block h-9 mr-2 sm:text-sm spectra-admin__input-field spectra-admin__dropdown",onBlur:e=>{r(e.target.value)}},a.map((t=>(0,e.createElement)("option",{key:t.value,value:t.value},t.label)))),(0,e.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none h-9",onClick:()=>{l(!0)}},o&&(0,e.createElement)("svg",{className:"animate-spin -ml-1 mr-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,e.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,e.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})),(0,Ze.__)("Rollback","ultimate-addons-for-gutenberg")))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)(`Experiencing an issue with Spectra version ${uag_react.plugin_ver}? Roll back to a previous version to help troubleshoot the issue.`,"ultimate-addons-for-gutenberg"))),(0,e.createElement)(mn,{openPopup:i,setopenPopup:l,previousVersionSelect:n,setconfirmPopup:s}))};function fn(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var pn=()=>{const t=Ca(),a=Na((e=>e.enableBeta)),n="no"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Enable Beta","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="no"===a?"yes":"no",t({type:"UPDATE_BETA",payload:e});const n=new window.FormData;n.append("action","uag_enable_beta_updates"),n.append("security",uag_react.enable_beta_updates_nonce),n.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:fn(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,e.createElement)("span",{"aria-hidden":"true",className:fn(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Enable this option to turn on beta updates and be notified when a new beta version of Spectra is available. The beta version will not install automatically, you will have to install it when you get a notification. It is recommended to try beta on a test environment only.","ultimate-addons-for-gutenberg")))};function hn(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var vn=()=>{const t=Ca(),a=Na((e=>e.enableLegacyBlocks)),n="no"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Enable Legacy Blocks","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:a,onChange:()=>{let e;e="no"===a?"yes":"no",t({type:"UPDATE_LEGACY_BLOCKS",payload:e});const n=new window.FormData;n.append("action","uag_enable_legacy_blocks"),n.append("security",uag_react.enable_legacy_blocks_nonce),n.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:hn(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,e.createElement)("span",{"aria-hidden":"true",className:hn(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Enable this option to enable the support of our Legacy Blocks on the site.","ultimate-addons-for-gutenberg")))};function bn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function wn(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function yn(e,t,a){return t&&wn(e.prototype,t),a&&wn(e,a),Object.defineProperty(e,"prototype",{writable:!1}),e}function xn(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&ee(e,t)}function En(e){return En="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},En(e)}function Dn(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Cn(e,t){if(t&&("object"===En(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return Dn(e)}function kn(e){return kn=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},kn(e)}var Sn=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function On(e,t){if(e.length!==t.length)return!1;for(var a=0;a<e.length;a++)if(!((n=e[a])===(r=t[a])||Sn(n)&&Sn(r)))return!1;var n,r;return!0}var Nn=function(e,t){var a;void 0===t&&(t=On);var n,r=[],i=!1;return function(){for(var l=[],o=0;o<arguments.length;o++)l[o]=arguments[o];return i&&a===this&&t(l,r)||(n=e.apply(this,l),i=!0,a=this,r=l),n}},Tn=function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var t=e.prototype;return t.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var t,a=function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t}(this);t=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(a,t),this.tags.push(a)}var n=this.tags[this.tags.length-1];if(this.isSpeedy){var r=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(n);try{var i=105===e.charCodeAt(1)&&64===e.charCodeAt(0);r.insertRule(e,i?0:r.cssRules.length)}catch(e){}}else n.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}(),An=function(e){function t(e,n,s,u,m){for(var g,f,p,h,y,E=0,D=0,_=0,C=0,k=0,P=0,L=p=g=0,R=0,V=0,F=0,H=0,j=s.length,B=j-1,U="",G="",W="",z="";R<j;){if(f=s.charCodeAt(R),R===B&&0!==D+C+_+E&&(0!==D&&(f=47===D?10:47),C=_=E=0,j++,B++),0===D+C+_+E){if(R===B&&(0<V&&(U=U.replace(d,"")),0<U.trim().length)){switch(f){case 32:case 9:case 59:case 13:case 10:break;default:U+=s.charAt(R)}f=59}switch(f){case 123:for(g=(U=U.trim()).charCodeAt(0),p=1,H=++R;R<j;){switch(f=s.charCodeAt(R)){case 123:p++;break;case 125:p--;break;case 47:switch(f=s.charCodeAt(R+1)){case 42:case 47:e:{for(L=R+1;L<B;++L)switch(s.charCodeAt(L)){case 47:if(42===f&&42===s.charCodeAt(L-1)&&R+2!==L){R=L+1;break e}break;case 10:if(47===f){R=L+1;break e}}R=L}}break;case 91:f++;case 40:f++;case 34:case 39:for(;R++<B&&s.charCodeAt(R)!==f;);}if(0===p)break;R++}if(p=s.substring(H,R),0===g&&(g=(U=U.replace(c,"").trim()).charCodeAt(0)),64===g){switch(0<V&&(U=U.replace(d,"")),f=U.charCodeAt(1)){case 100:case 109:case 115:case 45:V=n;break;default:V=A}if(H=(p=t(n,V,p,f,m+1)).length,0<M&&(y=o(3,p,V=a(A,U,F),n,O,S,H,f,m,u),U=V.join(""),void 0!==y&&0===(H=(p=y.trim()).length)&&(f=0,p="")),0<H)switch(f){case 115:U=U.replace(x,l);case 100:case 109:case 45:p=U+"{"+p+"}";break;case 107:p=(U=U.replace(v,"$1 $2"))+"{"+p+"}",p=1===T||2===T&&i("@"+p,3)?"@-webkit-"+p+"@"+p:"@"+p;break;default:p=U+p,112===u&&(G+=p,p="")}else p=""}else p=t(n,a(n,U,F),p,u,m+1);W+=p,p=F=V=L=g=0,U="",f=s.charCodeAt(++R);break;case 125:case 59:if(1<(H=(U=(0<V?U.replace(d,""):U).trim()).length))switch(0===L&&(g=U.charCodeAt(0),45===g||96<g&&123>g)&&(H=(U=U.replace(" ",":")).length),0<M&&void 0!==(y=o(1,U,n,e,O,S,G.length,u,m,u))&&0===(H=(U=y.trim()).length)&&(U="\0\0"),g=U.charCodeAt(0),f=U.charCodeAt(1),g){case 0:break;case 64:if(105===f||99===f){z+=U+s.charAt(R);break}default:58!==U.charCodeAt(H-1)&&(G+=r(U,g,f,U.charCodeAt(2)))}F=V=L=g=0,U="",f=s.charCodeAt(++R)}}switch(f){case 13:case 10:47===D?D=0:0===1+g&&107!==u&&0<U.length&&(V=1,U+="\0"),0<M*I&&o(0,U,n,e,O,S,G.length,u,m,u),S=1,O++;break;case 59:case 125:if(0===D+C+_+E){S++;break}default:switch(S++,h=s.charAt(R),f){case 9:case 32:if(0===C+E+D)switch(k){case 44:case 58:case 9:case 32:h="";break;default:32!==f&&(h=" ")}break;case 0:h="\\0";break;case 12:h="\\f";break;case 11:h="\\v";break;case 38:0===C+D+E&&(V=F=1,h="\f"+h);break;case 108:if(0===C+D+E+N&&0<L)switch(R-L){case 2:112===k&&58===s.charCodeAt(R-3)&&(N=k);case 8:111===P&&(N=P)}break;case 58:0===C+D+E&&(L=R);break;case 44:0===D+_+C+E&&(V=1,h+="\r");break;case 34:case 39:0===D&&(C=C===f?0:0===C?f:C);break;case 91:0===C+D+_&&E++;break;case 93:0===C+D+_&&E--;break;case 41:0===C+D+E&&_--;break;case 40:0===C+D+E&&(0===g&&(2*k+3*P==533||(g=1)),_++);break;case 64:0===D+_+C+E+L+p&&(p=1);break;case 42:case 47:if(!(0<C+E+_))switch(D){case 0:switch(2*f+3*s.charCodeAt(R+1)){case 235:D=47;break;case 220:H=R,D=42}break;case 42:47===f&&42===k&&H+2!==R&&(33===s.charCodeAt(H+2)&&(G+=s.substring(H,R+1)),h="",D=0)}}0===D&&(U+=h)}P=k,k=f,R++}if(0<(H=G.length)){if(V=n,0<M&&void 0!==(y=o(2,G,V,e,O,S,H,u,m,u))&&0===(G=y).length)return z+G+W;if(G=V.join(",")+"{"+G+"}",0!=T*N){switch(2!==T||i(G,2)||(N=0),N){case 111:G=G.replace(w,":-moz-$1")+G;break;case 112:G=G.replace(b,"::-webkit-input-$1")+G.replace(b,"::-moz-$1")+G.replace(b,":-ms-input-$1")+G}N=0}}return z+G+W}function a(e,t,a){var r=t.trim().split(p);t=r;var i=r.length,l=e.length;switch(l){case 0:case 1:var o=0;for(e=0===l?"":e[0]+" ";o<i;++o)t[o]=n(e,t[o],a).trim();break;default:var s=o=0;for(t=[];o<i;++o)for(var u=0;u<l;++u)t[s++]=n(e[u]+" ",r[o],a).trim()}return t}function n(e,t,a){var n=t.charCodeAt(0);switch(33>n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(h,"$1"+e.trim());case 58:return e.trim()+t.replace(h,"$1"+e.trim());default:if(0<1*a&&0<t.indexOf("\f"))return t.replace(h,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+t}function r(e,t,a,n){var l=e+";",o=2*t+3*a+4*n;if(944===o){e=l.indexOf(":",9)+1;var s=l.substring(e,l.length-1).trim();return s=l.substring(0,e).trim()+s+";",1===T||2===T&&i(s,1)?"-webkit-"+s+s:s}if(0===T||2===T&&!i(l,1))return l;switch(o){case 1015:return 97===l.charCodeAt(10)?"-webkit-"+l+l:l;case 951:return 116===l.charCodeAt(3)?"-webkit-"+l+l:l;case 963:return 110===l.charCodeAt(5)?"-webkit-"+l+l:l;case 1009:if(100!==l.charCodeAt(4))break;case 969:case 942:return"-webkit-"+l+l;case 978:return"-webkit-"+l+"-moz-"+l+l;case 1019:case 983:return"-webkit-"+l+"-moz-"+l+"-ms-"+l+l;case 883:if(45===l.charCodeAt(8))return"-webkit-"+l+l;if(0<l.indexOf("image-set(",11))return l.replace(k,"$1-webkit-$2")+l;break;case 932:if(45===l.charCodeAt(4))switch(l.charCodeAt(5)){case 103:return"-webkit-box-"+l.replace("-grow","")+"-webkit-"+l+"-ms-"+l.replace("grow","positive")+l;case 115:return"-webkit-"+l+"-ms-"+l.replace("shrink","negative")+l;case 98:return"-webkit-"+l+"-ms-"+l.replace("basis","preferred-size")+l}return"-webkit-"+l+"-ms-"+l+l;case 964:return"-webkit-"+l+"-ms-flex-"+l+l;case 1023:if(99!==l.charCodeAt(8))break;return"-webkit-box-pack"+(s=l.substring(l.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+l+"-ms-flex-pack"+s+l;case 1005:return g.test(l)?l.replace(m,":-webkit-")+l.replace(m,":-moz-")+l:l;case 1e3:switch(t=(s=l.substring(13).trim()).indexOf("-")+1,s.charCodeAt(0)+s.charCodeAt(t)){case 226:s=l.replace(y,"tb");break;case 232:s=l.replace(y,"tb-rl");break;case 220:s=l.replace(y,"lr");break;default:return l}return"-webkit-"+l+"-ms-"+s+l;case 1017:if(-1===l.indexOf("sticky",9))break;case 975:switch(t=(l=e).length-10,o=(s=(33===l.charCodeAt(t)?l.substring(0,t):l).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|s.charCodeAt(7))){case 203:if(111>s.charCodeAt(8))break;case 115:l=l.replace(s,"-webkit-"+s)+";"+l;break;case 207:case 102:l=l.replace(s,"-webkit-"+(102<o?"inline-":"")+"box")+";"+l.replace(s,"-webkit-"+s)+";"+l.replace(s,"-ms-"+s+"box")+";"+l}return l+";";case 938:if(45===l.charCodeAt(5))switch(l.charCodeAt(6)){case 105:return s=l.replace("-items",""),"-webkit-"+l+"-webkit-box-"+s+"-ms-flex-"+s+l;case 115:return"-webkit-"+l+"-ms-flex-item-"+l.replace(D,"")+l;default:return"-webkit-"+l+"-ms-flex-line-pack"+l.replace("align-content","").replace(D,"")+l}break;case 973:case 989:if(45!==l.charCodeAt(3)||122===l.charCodeAt(4))break;case 931:case 953:if(!0===C.test(e))return 115===(s=e.substring(e.indexOf(":")+1)).charCodeAt(0)?r(e.replace("stretch","fill-available"),t,a,n).replace(":fill-available",":stretch"):l.replace(s,"-webkit-"+s)+l.replace(s,"-moz-"+s.replace("fill-",""))+l;break;case 962:if(l="-webkit-"+l+(102===l.charCodeAt(5)?"-ms-"+l:"")+l,211===a+n&&105===l.charCodeAt(13)&&0<l.indexOf("transform",10))return l.substring(0,l.indexOf(";",27)+1).replace(f,"$1-webkit-$2")+l}return l}function i(e,t){var a=e.indexOf(1===t?":":"{"),n=e.substring(0,3!==t?a:10);return a=e.substring(a+1,e.length-1),L(2!==t?n:n.replace(_,"$1"),a,t)}function l(e,t){var a=r(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return a!==t+";"?a.replace(E," or ($1)").substring(4):"("+t+")"}function o(e,t,a,n,r,i,l,o,s,c){for(var d,m=0,g=t;m<M;++m)switch(d=P[m].call(u,e,g,a,n,r,i,l,o,s,c)){case void 0:case!1:case!0:case null:break;default:g=d}if(g!==t)return g}function s(e){return void 0!==(e=e.prefix)&&(L=null,e?"function"!=typeof e?T=1:(T=2,L=e):T=0),s}function u(e,a){var n=e;if(33>n.charCodeAt(0)&&(n=n.trim()),n=[n],0<M){var r=o(-1,a,n,n,O,S,0,0,0,0);void 0!==r&&"string"==typeof r&&(a=r)}var i=t(A,n,a,0,0);return 0<M&&void 0!==(r=o(-2,i,n,n,O,S,i.length,0,0,0))&&(i=r),N=0,S=O=1,i}var c=/^\0+/g,d=/[\0\r\f]/g,m=/: */g,g=/zoo|gra/,f=/([,: ])(transform)/g,p=/,\r+?/g,h=/([\t\r\n ])*\f?&/g,v=/@(k\w+)\s*(\S*)\s*/,b=/::(place)/g,w=/:(read-only)/g,y=/[svh]\w+-[tblr]{2}/,x=/\(\s*(.*)\s*\)/g,E=/([\s\S]*?);/g,D=/-self|flex-/g,_=/[^]*?(:[rp][el]a[\w-]+)[^]*/,C=/stretch|:\s*\w+\-(?:conte|avail)/,k=/([^-])(image-set\()/,S=1,O=1,N=0,T=1,A=[],P=[],M=0,L=null,I=0;return u.use=function e(t){switch(t){case void 0:case null:M=P.length=0;break;default:if("function"==typeof t)P[M++]=t;else if("object"==typeof t)for(var a=0,n=t.length;a<n;++a)e(t[a]);else I=0|!!t}return e},u.set=s,void 0!==e&&s(e),u},Pn="/*|*/";function Mn(e){e&&Ln.current.insert(e+"}")}var Ln={current:null},In=function(e,t,a,n,r,i,l,o,s,u){switch(e){case 1:switch(t.charCodeAt(0)){case 64:return Ln.current.insert(t+";"),"";case 108:if(98===t.charCodeAt(2))return""}break;case 2:if(0===o)return t+Pn;break;case 3:switch(o){case 102:case 112:return Ln.current.insert(a[0]+t),"";default:return t+(0===u?Pn:"")}case-2:t.split("/*|*/}").forEach(Mn)}};function Rn(e,t,a){var n="";return a.split(" ").forEach((function(a){void 0!==e[a]?t.push(e[a]):n+=a+" "})),n}var Vn,Fn,Hn=function(e,t,a){var n=e.key+"-"+t.name;if(!1===a&&void 0===e.registered[n]&&(e.registered[n]=t.styles),void 0===e.inserted[t.name]){var r=t;do{e.insert("."+n,r,e.sheet,!0),r=r.next}while(void 0!==r)}},jn=function(e){for(var t,a=0,n=0,r=e.length;r>=4;++n,r-=4)t=1540483477*(65535&(t=255&e.charCodeAt(n)|(255&e.charCodeAt(++n))<<8|(255&e.charCodeAt(++n))<<16|(255&e.charCodeAt(++n))<<24))+(59797*(t>>>16)<<16),a=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&a)+(59797*(a>>>16)<<16);switch(r){case 3:a^=(255&e.charCodeAt(n+2))<<16;case 2:a^=(255&e.charCodeAt(n+1))<<8;case 1:a=1540483477*(65535&(a^=255&e.charCodeAt(n)))+(59797*(a>>>16)<<16)}return(((a=1540483477*(65535&(a^=a>>>13))+(59797*(a>>>16)<<16))^a>>>15)>>>0).toString(36)},Bn={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Un=/[A-Z]|^ms/g,Gn=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Wn=function(e){return 45===e.charCodeAt(1)},zn=function(e){return null!=e&&"boolean"!=typeof e},Kn=(Vn=function(e){return Wn(e)?e:e.replace(Un,"-$&").toLowerCase()},Fn={},function(e){return void 0===Fn[e]&&(Fn[e]=Vn(e)),Fn[e]}),Zn=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(Gn,(function(e,t,a){return Yn={name:t,styles:a,next:Yn},t}))}return 1===Bn[e]||Wn(e)||"number"!=typeof t||0===t?t:t+"px"};function $n(e,t,a,n){if(null==a)return"";if(void 0!==a.__emotion_styles)return a;switch(typeof a){case"boolean":return"";case"object":if(1===a.anim)return Yn={name:a.name,styles:a.styles,next:Yn},a.name;if(void 0!==a.styles){var r=a.next;if(void 0!==r)for(;void 0!==r;)Yn={name:r.name,styles:r.styles,next:Yn},r=r.next;return a.styles+";"}return function(e,t,a){var n="";if(Array.isArray(a))for(var r=0;r<a.length;r++)n+=$n(e,t,a[r],!1);else for(var i in a){var l=a[i];if("object"!=typeof l)null!=t&&void 0!==t[l]?n+=i+"{"+t[l]+"}":zn(l)&&(n+=Kn(i)+":"+Zn(i,l)+";");else if(!Array.isArray(l)||"string"!=typeof l[0]||null!=t&&void 0!==t[l[0]]){var o=$n(e,t,l,!1);switch(i){case"animation":case"animationName":n+=Kn(i)+":"+o+";";break;default:n+=i+"{"+o+"}"}}else for(var s=0;s<l.length;s++)zn(l[s])&&(n+=Kn(i)+":"+Zn(i,l[s])+";")}return n}(e,t,a);case"function":if(void 0!==e){var i=Yn,l=a(e);return Yn=i,$n(e,t,l,n)}}if(null==t)return a;var o=t[a];return void 0===o||n?a:o}var Yn,qn=/label:\s*([^\s;\n{]+)\s*;/g,Jn=function(e,t,a){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var n=!0,r="";Yn=void 0;var i=e[0];null==i||void 0===i.raw?(n=!1,r+=$n(a,t,i,!1)):r+=i[0];for(var l=1;l<e.length;l++)r+=$n(a,t,e[l],46===r.charCodeAt(r.length-1)),n&&(r+=i[l]);qn.lastIndex=0;for(var o,s="";null!==(o=qn.exec(r));)s+="-"+o[1];return{name:jn(r)+s,styles:r,next:Yn}},Xn=Object.prototype.hasOwnProperty,Qn=(0,t.createContext)("undefined"!=typeof HTMLElement?function(e){void 0===e&&(e={});var t,a=e.key||"css";void 0!==e.prefix&&(t={prefix:e.prefix});var n,r=new An(t),i={};n=e.container||document.head;var l,o=document.querySelectorAll("style[data-emotion-"+a+"]");Array.prototype.forEach.call(o,(function(e){e.getAttribute("data-emotion-"+a).split(" ").forEach((function(e){i[e]=!0})),e.parentNode!==n&&n.appendChild(e)})),r.use(e.stylisPlugins)(In),l=function(e,t,a,n){var i=t.name;Ln.current=a,r(e,t.styles),n&&(s.inserted[i]=!0)};var s={key:a,sheet:new Tn({key:a,container:n,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:i,registered:{},insert:l};return s}():null),er=(0,t.createContext)({}),tr=(Qn.Provider,function(e){var a=function(a,n){return(0,t.createElement)(Qn.Consumer,null,(function(t){return e(a,t,n)}))};return(0,t.forwardRef)(a)}),ar="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",nr=function(e,t){var a={};for(var n in t)Xn.call(t,n)&&(a[n]=t[n]);return a[ar]=e,a},rr=function(){return null},ir=function(e,a,n,r){var i=null===n?a.css:a.css(n);"string"==typeof i&&void 0!==e.registered[i]&&(i=e.registered[i]);var l=a[ar],o=[i],s="";"string"==typeof a.className?s=Rn(e.registered,o,a.className):null!=a.className&&(s=a.className+" ");var u=Jn(o);Hn(e,u,"string"==typeof l),s+=e.key+"-"+u.name;var c={};for(var d in a)Xn.call(a,d)&&"css"!==d&&d!==ar&&(c[d]=a[d]);c.ref=r,c.className=s;var m=(0,t.createElement)(l,c),g=(0,t.createElement)(rr,null);return(0,t.createElement)(t.Fragment,null,g,m)},lr=tr((function(e,a,n){return"function"==typeof e.css?(0,t.createElement)(er.Consumer,null,(function(t){return ir(a,e,t,n)})):ir(a,e,null,n)})),or=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return Jn(t)},sr=function(e,a){var n=arguments;if(null==a||!Xn.call(a,"css"))return t.createElement.apply(void 0,n);var r=n.length,i=new Array(r);i[0]=lr,i[1]=nr(e,a);for(var l=2;l<r;l++)i[l]=n[l];return t.createElement.apply(null,i)},ur=(t.Component,function e(t){for(var a=t.length,n=0,r="";n<a;n++){var i=t[n];if(null!=i){var l=void 0;switch(typeof i){case"boolean":break;case"object":if(Array.isArray(i))l=e(i);else for(var o in l="",i)i[o]&&o&&(l&&(l+=" "),l+=o);break;default:l=i}l&&(r&&(r+=" "),r+=l)}}return r});function cr(e,t,a){var n=[],r=Rn(e,n,a);return n.length<2?a:r+t(n)}var dr=function(){return null},mr=tr((function(e,a){return(0,t.createElement)(er.Consumer,null,(function(n){var r=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=Jn(t,a.registered);return Hn(a,r,!1),a.key+"-"+r.name},i={css:r,cx:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return cr(a.registered,r,ur(t))},theme:n},l=e.children(i),o=(0,t.createElement)(dr,null);return(0,t.createElement)(t.Fragment,null,o,l)}))}));function gr(e,t){if(null==e)return{};var a,n,r=Ee(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)a=i[n],t.indexOf(a)>=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}function fr(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a<t;a++)n[a]=e[a];return n}function pr(e,t){if(e){if("string"==typeof e)return fr(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?fr(e,t):void 0}}function hr(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var a=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=a){var n,r,i=[],_n=!0,l=!1;try{for(a=a.call(e);!(_n=(n=a.next()).done)&&(i.push(n.value),!t||i.length!==t);_n=!0);}catch(e){l=!0,r=e}finally{try{_n||null==a.return||a.return()}finally{if(l)throw r}}return i}}(e,t)||pr(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function vr(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}var br=a(639),wr=function(){};function yr(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function xr(e,t,a){var n=[a];if(t&&e)for(var r in t)t.hasOwnProperty(r)&&t[r]&&n.push("".concat(yr(e,r)));return n.filter((function(e){return e})).map((function(e){return String(e).trim()})).join(" ")}var Er=function(e){return Array.isArray(e)?e.filter(Boolean):"object"===En(e)&&null!==e?[e]:[]};function Dr(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function _r(e){return Dr(e)?window.pageYOffset:e.scrollTop}function Cr(e,t){Dr(e)?window.scrollTo(0,t):e.scrollTop=t}function kr(e,t,a,n){return a*((e=e/n-1)*e*e+1)+t}function Sr(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:wr,r=_r(e),i=t-r,l=10,o=0;function s(){var t=kr(o+=l,r,i,a);Cr(e,t),o<a?window.requestAnimationFrame(s):n(e)}s()}function Or(){try{return document.createEvent("TouchEvent"),!0}catch(e){return!1}}function Nr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Tr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Nr(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Nr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function Ar(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=kn(e);if(t){var r=kn(this).constructor;a=Reflect.construct(n,arguments,r)}else a=n.apply(this,arguments);return Cn(this,a)}}function Pr(e){var t=e.maxHeight,a=e.menuEl,n=e.minHeight,r=e.placement,i=e.shouldScroll,l=e.isFixedPosition,o=e.theme.spacing,s=function(e){var t=getComputedStyle(e),a="absolute"===t.position,n=/(auto|scroll)/,r=document.documentElement;if("fixed"===t.position)return r;for(var i=e;i=i.parentElement;)if(t=getComputedStyle(i),(!a||"static"!==t.position)&&n.test(t.overflow+t.overflowY+t.overflowX))return i;return r}(a),u={placement:"bottom",maxHeight:t};if(!a||!a.offsetParent)return u;var c=s.getBoundingClientRect().height,d=a.getBoundingClientRect(),m=d.bottom,g=d.height,f=d.top,p=a.offsetParent.getBoundingClientRect().top,h=window.innerHeight,v=_r(s),b=parseInt(getComputedStyle(a).marginBottom,10),w=parseInt(getComputedStyle(a).marginTop,10),y=p-w,x=h-f,E=y+v,D=c-v-f,_=m-h+v+b,C=v+f-w,k=160;switch(r){case"auto":case"bottom":if(x>=g)return{placement:"bottom",maxHeight:t};if(D>=g&&!l)return i&&Sr(s,_,k),{placement:"bottom",maxHeight:t};if(!l&&D>=n||l&&x>=n)return i&&Sr(s,_,k),{placement:"bottom",maxHeight:l?x-b:D-b};if("auto"===r||l){var S=t,O=l?y:E;return O>=n&&(S=Math.min(O-b-o.controlHeight,t)),{placement:"top",maxHeight:S}}if("bottom"===r)return Cr(s,_),{placement:"bottom",maxHeight:t};break;case"top":if(y>=g)return{placement:"top",maxHeight:t};if(E>=g&&!l)return i&&Sr(s,C,k),{placement:"top",maxHeight:t};if(!l&&E>=n||l&&y>=n){var N=t;return(!l&&E>=n||l&&y>=n)&&(N=l?y-w:E-w),i&&Sr(s,C,k),{placement:"top",maxHeight:N}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(r,'".'))}return u}var Mr=function(e){return"auto"===e?"bottom":e},Lr=(0,t.createContext)({getPortalPlacement:null}),Ir=function(e){xn(a,e);var t=Ar(a);function a(){var e;bn(this,a);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(e=t.call.apply(t,[this].concat(r))).state={maxHeight:e.props.maxMenuHeight,placement:null},e.getPlacement=function(t){var a=e.props,n=a.minMenuHeight,r=a.maxMenuHeight,i=a.menuPlacement,l=a.menuPosition,o=a.menuShouldScrollIntoView,s=a.theme;if(t){var u="fixed"===l,c=Pr({maxHeight:r,menuEl:t,minHeight:n,placement:i,shouldScroll:o&&!u,isFixedPosition:u,theme:s}),d=e.context.getPortalPlacement;d&&d(c),e.setState(c)}},e.getUpdatedProps=function(){var t=e.props.menuPlacement,a=e.state.placement||Mr(t);return Tr(Tr({},e.props),{},{placement:a,maxHeight:e.state.maxHeight})},e}return yn(a,[{key:"render",value:function(){return(0,this.props.children)({ref:this.getPlacement,placerProps:this.getUpdatedProps()})}}]),a}(t.Component);Ir.contextType=Lr;var Rr=function(e){var t=e.theme,a=t.spacing.baseUnit;return{color:t.colors.neutral40,padding:"".concat(2*a,"px ").concat(3*a,"px"),textAlign:"center"}},Vr=Rr,Fr=Rr,Hr=function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return sr("div",re({css:r("noOptionsMessage",e),className:n({"menu-notice":!0,"menu-notice--no-options":!0},a)},i),t)};Hr.defaultProps={children:"No options"};var jr=function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return sr("div",re({css:r("loadingMessage",e),className:n({"menu-notice":!0,"menu-notice--loading":!0},a)},i),t)};jr.defaultProps={children:"Loading..."};var Br=function(e){xn(a,e);var t=Ar(a);function a(){var e;bn(this,a);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(e=t.call.apply(t,[this].concat(r))).state={placement:null},e.getPortalPlacement=function(t){var a=t.placement;a!==Mr(e.props.menuPlacement)&&e.setState({placement:a})},e}return yn(a,[{key:"render",value:function(){var e=this.props,t=e.appendTo,a=e.children,n=e.controlElement,i=e.menuPlacement,l=e.menuPosition,o=e.getStyles,s="fixed"===l;if(!t&&!s||!n)return null;var u=this.state.placement||Mr(i),c=function(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}(n),d=s?0:window.pageYOffset,m=c[u]+d,g=sr("div",{css:o("menuPortal",{offset:m,position:l,rect:c})},a);return sr(Lr.Provider,{value:{getPortalPlacement:this.getPortalPlacement}},t?(0,r.createPortal)(g,t):g)}}]),a}(t.Component),Ur=Array.isArray,Gr=Object.keys,Wr=Object.prototype.hasOwnProperty;function zr(e,t){if(e===t)return!0;if(e&&t&&"object"==En(e)&&"object"==En(t)){var a,n,r,i=Ur(e),l=Ur(t);if(i&&l){if((n=e.length)!=t.length)return!1;for(a=n;0!=a--;)if(!zr(e[a],t[a]))return!1;return!0}if(i!=l)return!1;var o=e instanceof Date,s=t instanceof Date;if(o!=s)return!1;if(o&&s)return e.getTime()==t.getTime();var u=e instanceof RegExp,c=t instanceof RegExp;if(u!=c)return!1;if(u&&c)return e.toString()==t.toString();var d=Gr(e);if((n=d.length)!==Gr(t).length)return!1;for(a=n;0!=a--;)if(!Wr.call(t,d[a]))return!1;for(a=n;0!=a--;)if(!("_owner"===(r=d[a])&&e.$$typeof||zr(e[r],t[r])))return!1;return!0}return e!=e&&t!=t}function Kr(e,t){try{return zr(e,t)}catch(e){if(e.message&&e.message.match(/stack|recursion/i))return console.warn("Warning: react-fast-compare does not handle circular references.",e.name,e.message),!1;throw e}}function Zr(){var e,t,a=(e=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}})));return Zr=function(){return a},a}var $r={name:"19bqh2r",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;"},Yr=function(e){var t=e.size,a=gr(e,["size"]);return sr("svg",re({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:$r},a))},qr=function(e){return sr(Yr,re({size:20},e),sr("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},Jr=function(e){return sr(Yr,re({size:20},e),sr("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},Xr=function(e){var t=e.isFocused,a=e.theme,n=a.spacing.baseUnit,r=a.colors;return{label:"indicatorContainer",color:t?r.neutral60:r.neutral20,display:"flex",padding:2*n,transition:"color 150ms",":hover":{color:t?r.neutral80:r.neutral40}}},Qr=Xr,ei=Xr,ti=function(){var e=or.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}(Zr()),ai=function(e){var t=e.delay,a=e.offset;return sr("span",{css:or({animation:"".concat(ti," 1s ease-in-out ").concat(t,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:a?"1em":null,height:"1em",verticalAlign:"top",width:"1em"},"")})},ni=function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerProps,i=e.isRtl;return sr("div",re({},r,{css:n("loadingIndicator",e),className:a({indicator:!0,"loading-indicator":!0},t)}),sr(ai,{delay:0,offset:i}),sr(ai,{delay:160,offset:!0}),sr(ai,{delay:320,offset:!i}))};function ri(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function ii(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?ri(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):ri(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function li(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function oi(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?li(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):li(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}ni.defaultProps={size:4};var si=function(e){return{label:"input",background:0,border:0,fontSize:"inherit",opacity:e?0:1,outline:0,padding:0,color:"inherit"}};function ui(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function ci(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?ui(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):ui(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var di=function(e){var t=e.children,a=e.innerProps;return sr("div",a,t)},mi=di,gi=di,fi=function(e){var t=e.children,a=e.className,n=e.components,r=e.cx,i=e.data,l=e.getStyles,o=e.innerProps,s=e.isDisabled,u=e.removeProps,c=e.selectProps,d=n.Container,m=n.Label,g=n.Remove;return sr(mr,null,(function(n){var f=n.css,p=n.cx;return sr(d,{data:i,innerProps:ci(ci({},o),{},{className:p(f(l("multiValue",e)),r({"multi-value":!0,"multi-value--is-disabled":s},a))}),selectProps:c},sr(m,{data:i,innerProps:{className:p(f(l("multiValueLabel",e)),r({"multi-value__label":!0},a))},selectProps:c},t),sr(g,{data:i,innerProps:ci({className:p(f(l("multiValueRemove",e)),r({"multi-value__remove":!0},a))},u),selectProps:c}))}))};function pi(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function hi(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?pi(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):pi(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}fi.defaultProps={cropWithEllipsis:!0};for(var vi={ClearIndicator:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return sr("div",re({},i,{css:r("clearIndicator",e),className:n({indicator:!0,"clear-indicator":!0},a)}),t||sr(qr,null))},Control:function(e){var t=e.children,a=e.cx,n=e.getStyles,r=e.className,i=e.isDisabled,l=e.isFocused,o=e.innerRef,s=e.innerProps,u=e.menuIsOpen;return sr("div",re({ref:o,css:n("control",e),className:a({control:!0,"control--is-disabled":i,"control--is-focused":l,"control--menu-is-open":u},r)},s),t)},DropdownIndicator:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return sr("div",re({},i,{css:r("dropdownIndicator",e),className:n({indicator:!0,"dropdown-indicator":!0},a)}),t||sr(Jr,null))},DownChevron:Jr,CrossIcon:qr,Group:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.Heading,l=e.headingProps,o=e.label,s=e.theme,u=e.selectProps;return sr("div",{css:r("group",e),className:n({group:!0},a)},sr(i,re({},l,{selectProps:u,theme:s,getStyles:r,cx:n}),o),sr("div",null,t))},GroupHeading:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.theme,i=(e.selectProps,gr(e,["className","cx","getStyles","theme","selectProps"]));return sr("div",re({css:n("groupHeading",ii({theme:r},i)),className:a({"group-heading":!0},t)},i))},IndicatorsContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles;return sr("div",{css:r("indicatorsContainer",e),className:n({indicators:!0},a)},t)},IndicatorSeparator:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerProps;return sr("span",re({},r,{css:n("indicatorSeparator",e),className:a({"indicator-separator":!0},t)}))},Input:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerRef,i=e.isHidden,l=e.isDisabled,o=e.theme,s=(e.selectProps,gr(e,["className","cx","getStyles","innerRef","isHidden","isDisabled","theme","selectProps"]));return sr("div",{css:n("input",oi({theme:o},s))},sr(br.Z,re({className:a({input:!0},t),inputRef:r,inputStyle:si(i),disabled:l},s)))},LoadingIndicator:ni,Menu:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerRef,l=e.innerProps;return sr("div",re({css:r("menu",e),className:n({menu:!0},a)},l,{ref:i}),t)},MenuList:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isMulti,l=e.innerRef,o=e.innerProps;return sr("div",re({css:r("menuList",e),className:n({"menu-list":!0,"menu-list--is-multi":i},a),ref:l},o),t)},MenuPortal:Br,LoadingMessage:jr,NoOptionsMessage:Hr,MultiValue:fi,MultiValueContainer:mi,MultiValueLabel:gi,MultiValueRemove:function(e){var t=e.children,a=e.innerProps;return sr("div",a,t||sr(qr,{size:14}))},Option:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isDisabled,l=e.isFocused,o=e.isSelected,s=e.innerRef,u=e.innerProps;return sr("div",re({css:r("option",e),className:n({option:!0,"option--is-disabled":i,"option--is-focused":l,"option--is-selected":o},a),ref:s},u),t)},Placeholder:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return sr("div",re({css:r("placeholder",e),className:n({placeholder:!0},a)},i),t)},SelectContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps,l=e.isDisabled,o=e.isRtl;return sr("div",re({css:r("container",e),className:n({"--is-disabled":l,"--is-rtl":o},a)},i),t)},SingleValue:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isDisabled,l=e.innerProps;return sr("div",re({css:r("singleValue",e),className:n({"single-value":!0,"single-value--is-disabled":i},a)},l),t)},ValueContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.isMulti,i=e.getStyles,l=e.hasValue;return sr("div",{css:i("valueContainer",e),className:n({"value-container":!0,"value-container--is-multi":r,"value-container--has-value":l},a)},t)}},bi=function(e){return hi(hi({},vi),e.components)},wi=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],yi=new RegExp("["+wi.map((function(e){return e.letters})).join("")+"]","g"),xi={},Ei=0;Ei<wi.length;Ei++)for(var Di=wi[Ei],_i=0;_i<Di.letters.length;_i++)xi[Di.letters[_i]]=Di.base;var Ci=function(e){return e.replace(yi,(function(e){return xi[e]}))};function ki(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}var Si=function(e){return e.replace(/^\s+|\s+$/g,"")},Oi=function(e){return"".concat(e.label," ").concat(e.value)},Ni={name:"1laao21-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;"},Ti=function(e){return sr("span",re({css:Ni},e))};function Ai(e){e.in,e.out,e.onExited,e.appear,e.enter,e.exit;var t=e.innerRef,a=(e.emotion,gr(e,["in","out","onExited","appear","enter","exit","innerRef","emotion"]));return sr("input",re({ref:t},a,{css:or({label:"dummyInput",background:0,border:0,fontSize:"inherit",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(0)"},"")}))}var Pi=function(e){xn(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function i(){return bn(this,i),n.apply(this,arguments)}return yn(i,[{key:"componentDidMount",value:function(){this.props.innerRef((0,r.findDOMNode)(this))}},{key:"componentWillUnmount",value:function(){this.props.innerRef(null)}},{key:"render",value:function(){return this.props.children}}]),i}(t.Component),Mi=["boxSizing","height","overflow","paddingRight","position"],Li={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function Ii(e){e.preventDefault()}function Ri(e){e.stopPropagation()}function Vi(){var e=this.scrollTop,t=this.scrollHeight,a=e+this.offsetHeight;0===e?this.scrollTop=1:a===t&&(this.scrollTop=e-1)}function Fi(){return"ontouchstart"in window||navigator.maxTouchPoints}var Hi=!(!window.document||!window.document.createElement),ji=0,Bi=function(e){xn(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function r(){var e;bn(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).originalStyles={},e.listenerOptions={capture:!1,passive:!1},e}return yn(r,[{key:"componentDidMount",value:function(){var e=this;if(Hi){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,r=document.body,i=r&&r.style;if(a&&Mi.forEach((function(t){var a=i&&i[t];e.originalStyles[t]=a})),a&&ji<1){var l=parseInt(this.originalStyles.paddingRight,10)||0,o=document.body?document.body.clientWidth:0,s=window.innerWidth-o+l||0;Object.keys(Li).forEach((function(e){var t=Li[e];i&&(i[e]=t)})),i&&(i.paddingRight="".concat(s,"px"))}r&&Fi()&&(r.addEventListener("touchmove",Ii,this.listenerOptions),n&&(n.addEventListener("touchstart",Vi,this.listenerOptions),n.addEventListener("touchmove",Ri,this.listenerOptions))),ji+=1}}},{key:"componentWillUnmount",value:function(){var e=this;if(Hi){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,r=document.body,i=r&&r.style;ji=Math.max(ji-1,0),a&&ji<1&&Mi.forEach((function(t){var a=e.originalStyles[t];i&&(i[t]=a)})),r&&Fi()&&(r.removeEventListener("touchmove",Ii,this.listenerOptions),n&&(n.removeEventListener("touchstart",Vi,this.listenerOptions),n.removeEventListener("touchmove",Ri,this.listenerOptions)))}}},{key:"render",value:function(){return null}}]),r}(t.Component);Bi.defaultProps={accountForScrollbars:!0};var Ui={name:"1dsbpcp",styles:"position:fixed;left:0;bottom:0;right:0;top:0;"},Gi=function(e){xn(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function r(){var e;bn(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).state={touchScrollTarget:null},e.getScrollTarget=function(t){t!==e.state.touchScrollTarget&&e.setState({touchScrollTarget:t})},e.blurSelectInput=function(){document.activeElement&&document.activeElement.blur()},e}return yn(r,[{key:"render",value:function(){var e=this.props,t=e.children,a=e.isEnabled,n=this.state.touchScrollTarget;return a?sr("div",null,sr("div",{onClick:this.blurSelectInput,css:Ui}),sr(Pi,{innerRef:this.getScrollTarget},t),n?sr(Bi,{touchScrollTarget:n}):null):t}}]),r}(t.PureComponent);var Wi=function(e){xn(i,e);var t,a,r=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function i(){var e;bn(this,i);for(var t=arguments.length,a=new Array(t),n=0;n<t;n++)a[n]=arguments[n];return(e=r.call.apply(r,[this].concat(a))).isBottom=!1,e.isTop=!1,e.scrollTarget=void 0,e.touchStart=void 0,e.cancelScroll=function(e){e.preventDefault(),e.stopPropagation()},e.handleEventDelta=function(t,a){var n=e.props,r=n.onBottomArrive,i=n.onBottomLeave,l=n.onTopArrive,o=n.onTopLeave,s=e.scrollTarget,u=s.scrollTop,c=s.scrollHeight,d=s.clientHeight,m=e.scrollTarget,g=a>0,f=c-d-u,p=!1;f>a&&e.isBottom&&(i&&i(t),e.isBottom=!1),g&&e.isTop&&(o&&o(t),e.isTop=!1),g&&a>f?(r&&!e.isBottom&&r(t),m.scrollTop=c,p=!0,e.isBottom=!0):!g&&-a>u&&(l&&!e.isTop&&l(t),m.scrollTop=0,p=!0,e.isTop=!0),p&&e.cancelScroll(t)},e.onWheel=function(t){e.handleEventDelta(t,t.deltaY)},e.onTouchStart=function(t){e.touchStart=t.changedTouches[0].clientY},e.onTouchMove=function(t){var a=e.touchStart-t.changedTouches[0].clientY;e.handleEventDelta(t,a)},e.getScrollTarget=function(t){e.scrollTarget=t},e}return yn(i,[{key:"componentDidMount",value:function(){this.startListening(this.scrollTarget)}},{key:"componentWillUnmount",value:function(){this.stopListening(this.scrollTarget)}},{key:"startListening",value:function(e){e&&("function"==typeof e.addEventListener&&e.addEventListener("wheel",this.onWheel,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchmove",this.onTouchMove,!1))}},{key:"stopListening",value:function(e){e&&("function"==typeof e.removeEventListener&&e.removeEventListener("wheel",this.onWheel,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchmove",this.onTouchMove,!1))}},{key:"render",value:function(){return n().createElement(Pi,{innerRef:this.getScrollTarget},this.props.children)}}]),i}(t.Component);function zi(e){var t=e.isEnabled,a=void 0===t||t,r=gr(e,["isEnabled"]);return a?n().createElement(Wi,r):r.children}var Ki=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=t.isSearchable,n=t.isMulti,r=t.label,i=t.isDisabled,l=t.tabSelectsValue;switch(e){case"menu":return"Use Up and Down to choose options".concat(i?"":", press Enter to select the currently focused option",", press Escape to exit the menu").concat(l?", press Tab to select the option and exit the menu":"",".");case"input":return"".concat(r||"Select"," is focused ").concat(a?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":"");case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value"}},Zi=function(e,t){var a=t.value,n=t.isDisabled;if(a)switch(e){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(a,", deselected.");case"select-option":return"option ".concat(a,n?" is disabled. Select another option.":", selected.")}},$i=function(e){return!!e.isDisabled},Yi={clearIndicator:ei,container:function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":null,pointerEvents:t?"none":null,position:"relative"}},control:function(e){var t=e.isDisabled,a=e.isFocused,n=e.theme,r=n.colors,i=n.borderRadius,l=n.spacing;return{label:"control",alignItems:"center",backgroundColor:t?r.neutral5:r.neutral0,borderColor:t?r.neutral10:a?r.primary:r.neutral20,borderRadius:i,borderStyle:"solid",borderWidth:1,boxShadow:a?"0 0 0 1px ".concat(r.primary):null,cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:l.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms","&:hover":{borderColor:a?r.primary:r.neutral30}}},dropdownIndicator:Qr,group:function(e){var t=e.theme.spacing;return{paddingBottom:2*t.baseUnit,paddingTop:2*t.baseUnit}},groupHeading:function(e){var t=e.theme.spacing;return{label:"group",color:"#999",cursor:"default",display:"block",fontSize:"75%",fontWeight:"500",marginBottom:"0.25em",paddingLeft:3*t.baseUnit,paddingRight:3*t.baseUnit,textTransform:"uppercase"}},indicatorsContainer:function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},indicatorSeparator:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing.baseUnit,r=a.colors;return{label:"indicatorSeparator",alignSelf:"stretch",backgroundColor:t?r.neutral10:r.neutral20,marginBottom:2*n,marginTop:2*n,width:1}},input:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,r=a.colors;return{margin:n.baseUnit/2,paddingBottom:n.baseUnit/2,paddingTop:n.baseUnit/2,visibility:t?"hidden":"visible",color:r.neutral80}},loadingIndicator:function(e){var t=e.isFocused,a=e.size,n=e.theme,r=n.colors,i=n.spacing.baseUnit;return{label:"loadingIndicator",color:t?r.neutral60:r.neutral20,display:"flex",padding:2*i,transition:"color 150ms",alignSelf:"center",fontSize:a,lineHeight:1,marginRight:a,textAlign:"center",verticalAlign:"middle"}},loadingMessage:Fr,menu:function(e){var t,a=e.placement,n=e.theme,r=n.borderRadius,i=n.spacing,l=n.colors;return vr(t={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(a),"100%"),vr(t,"backgroundColor",l.neutral0),vr(t,"borderRadius",r),vr(t,"boxShadow","0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)"),vr(t,"marginBottom",i.menuGutter),vr(t,"marginTop",i.menuGutter),vr(t,"position","absolute"),vr(t,"width","100%"),vr(t,"zIndex",1),t},menuList:function(e){var t=e.maxHeight,a=e.theme.spacing.baseUnit;return{maxHeight:t,overflowY:"auto",paddingBottom:a,paddingTop:a,position:"relative",WebkitOverflowScrolling:"touch"}},menuPortal:function(e){var t=e.rect,a=e.offset,n=e.position;return{left:t.left,position:n,top:a,width:t.width,zIndex:1}},multiValue:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius;return{label:"multiValue",backgroundColor:t.colors.neutral10,borderRadius:n/2,display:"flex",margin:a.baseUnit/2,minWidth:0}},multiValueLabel:function(e){var t=e.theme,a=t.borderRadius,n=t.colors,r=e.cropWithEllipsis;return{borderRadius:a/2,color:n.neutral80,fontSize:"85%",overflow:"hidden",padding:3,paddingLeft:6,textOverflow:r?"ellipsis":null,whiteSpace:"nowrap"}},multiValueRemove:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius,r=t.colors;return{alignItems:"center",borderRadius:n/2,backgroundColor:e.isFocused&&r.dangerLight,display:"flex",paddingLeft:a.baseUnit,paddingRight:a.baseUnit,":hover":{backgroundColor:r.dangerLight,color:r.danger}}},noOptionsMessage:Vr,option:function(e){var t=e.isDisabled,a=e.isFocused,n=e.isSelected,r=e.theme,i=r.spacing,l=r.colors;return{label:"option",backgroundColor:n?l.primary:a?l.primary25:"transparent",color:t?l.neutral20:n?l.neutral0:"inherit",cursor:"default",display:"block",fontSize:"inherit",padding:"".concat(2*i.baseUnit,"px ").concat(3*i.baseUnit,"px"),width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",":active":{backgroundColor:!t&&(n?l.primary:l.primary50)}}},placeholder:function(e){var t=e.theme,a=t.spacing;return{label:"placeholder",color:t.colors.neutral50,marginLeft:a.baseUnit/2,marginRight:a.baseUnit/2,position:"absolute",top:"50%",transform:"translateY(-50%)"}},singleValue:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,r=a.colors;return{label:"singleValue",color:t?r.neutral40:r.neutral80,marginLeft:n.baseUnit/2,marginRight:n.baseUnit/2,maxWidth:"calc(100% - ".concat(2*n.baseUnit,"px)"),overflow:"hidden",position:"absolute",textOverflow:"ellipsis",whiteSpace:"nowrap",top:"50%",transform:"translateY(-50%)"}},valueContainer:function(e){var t=e.theme.spacing;return{alignItems:"center",display:"flex",flex:1,flexWrap:"wrap",padding:"".concat(t.baseUnit/2,"px ").concat(2*t.baseUnit,"px"),WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"}}},qi={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:4,controlHeight:38,menuGutter:8}};function Ji(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Xi(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Ji(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Ji(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var Qi={backspaceRemovesValue:!0,blurInputOnSelect:Or(),captureMenuScroll:!Or(),closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:function(e,t){var a=function(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?ki(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):ki(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}({ignoreCase:!0,ignoreAccents:!0,stringify:Oi,trim:!0,matchFrom:"any"},undefined),n=a.ignoreCase,r=a.ignoreAccents,i=a.stringify,l=a.trim,o=a.matchFrom,s=l?Si(t):t,u=l?Si(i(e)):i(e);return n&&(s=s.toLowerCase(),u=u.toLowerCase()),r&&(s=Ci(s),u=Ci(u)),"start"===o?u.substr(0,s.length)===s:u.indexOf(s)>-1},formatGroupLabel:function(e){return e.label},getOptionLabel:function(e){return e.label},getOptionValue:function(e){return e.value},isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:$i,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!function(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(e){return!1}}(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(1!==t?"s":""," available")},styles:{},tabIndex:"0",tabSelectsValue:!0},el=1,tl=function(e){xn(i,e);var t,a,r=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function i(e){var t;bn(this,i),(t=r.call(this,e)).state={ariaLiveSelection:"",ariaLiveContext:"",focusedOption:null,focusedValue:null,inputIsHidden:!1,isFocused:!1,menuOptions:{render:[],focusable:[]},selectValue:[]},t.blockOptionHover=!1,t.isComposing=!1,t.clearFocusValueOnUpdate=!1,t.commonProps=void 0,t.components=void 0,t.hasGroups=!1,t.initialTouchX=0,t.initialTouchY=0,t.inputIsHiddenAfterUpdate=void 0,t.instancePrefix="",t.openAfterFocus=!1,t.scrollToFocusedOptionOnUpdate=!1,t.userIsDragging=void 0,t.controlRef=null,t.getControlRef=function(e){t.controlRef=e},t.focusedOptionRef=null,t.getFocusedOptionRef=function(e){t.focusedOptionRef=e},t.menuListRef=null,t.getMenuListRef=function(e){t.menuListRef=e},t.inputRef=null,t.getInputRef=function(e){t.inputRef=e},t.cacheComponents=function(e){t.components=bi({components:e})},t.focus=t.focusInput,t.blur=t.blurInput,t.onChange=function(e,a){var n=t.props,r=n.onChange,i=n.name;r(e,Xi(Xi({},a),{},{name:i}))},t.setValue=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"set-value",n=arguments.length>2?arguments[2]:void 0,r=t.props,i=r.closeMenuOnSelect,l=r.isMulti;t.onInputChange("",{action:"set-value"}),i&&(t.inputIsHiddenAfterUpdate=!l,t.onMenuClose()),t.clearFocusValueOnUpdate=!0,t.onChange(e,{action:a,option:n})},t.selectOption=function(e){var a,n=t.props,r=n.blurInputOnSelect,i=n.isMulti,l=t.state.selectValue;if(i)if(t.isOptionSelected(e,l)){var o=t.getOptionValue(e);t.setValue(l.filter((function(e){return t.getOptionValue(e)!==o})),"deselect-option",e),t.announceAriaLiveSelection({event:"deselect-option",context:{value:t.getOptionLabel(e)}})}else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue([].concat(function(e){if(Array.isArray(e))return fr(e)}(a=l)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(a)||pr(a)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[e]),"select-option",e),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue(e,"select-option"),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));r&&t.blurInput()},t.removeValue=function(e){var a=t.state.selectValue,n=t.getOptionValue(e),r=a.filter((function(e){return t.getOptionValue(e)!==n}));t.onChange(r.length?r:null,{action:"remove-value",removedValue:e}),t.announceAriaLiveSelection({event:"remove-value",context:{value:e?t.getOptionLabel(e):""}}),t.focusInput()},t.clearValue=function(){t.onChange(null,{action:"clear"})},t.popValue=function(){var e=t.state.selectValue,a=e[e.length-1],n=e.slice(0,e.length-1);t.announceAriaLiveSelection({event:"pop-value",context:{value:a?t.getOptionLabel(a):""}}),t.onChange(n.length?n:null,{action:"pop-value",removedValue:a})},t.getValue=function(){return t.state.selectValue},t.cx=function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];return xr.apply(void 0,[t.props.classNamePrefix].concat(a))},t.getOptionLabel=function(e){return t.props.getOptionLabel(e)},t.getOptionValue=function(e){return t.props.getOptionValue(e)},t.getStyles=function(e,a){var n=Yi[e](a);n.boxSizing="border-box";var r=t.props.styles[e];return r?r(n,a):n},t.getElementId=function(e){return"".concat(t.instancePrefix,"-").concat(e)},t.getActiveDescendentId=function(){var e=t.props.menuIsOpen,a=t.state,n=a.menuOptions,r=a.focusedOption;if(r&&e){var i=n.focusable.indexOf(r),l=n.render[i];return l&&l.key}},t.announceAriaLiveSelection=function(e){var a=e.event,n=e.context;t.setState({ariaLiveSelection:Zi(a,n)})},t.announceAriaLiveContext=function(e){var a=e.event,n=e.context;t.setState({ariaLiveContext:Ki(a,Xi(Xi({},n),{},{label:t.props["aria-label"]}))})},t.onMenuMouseDown=function(e){0===e.button&&(e.stopPropagation(),e.preventDefault(),t.focusInput())},t.onMenuMouseMove=function(e){t.blockOptionHover=!1},t.onControlMouseDown=function(e){var a=t.props.openMenuOnClick;t.state.isFocused?t.props.menuIsOpen?"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&t.onMenuClose():a&&t.openMenu("first"):(a&&(t.openAfterFocus=!0),t.focusInput()),"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&e.preventDefault()},t.onDropdownIndicatorMouseDown=function(e){if(!(e&&"mousedown"===e.type&&0!==e.button||t.props.isDisabled)){var a=t.props,n=a.isMulti,r=a.menuIsOpen;t.focusInput(),r?(t.inputIsHiddenAfterUpdate=!n,t.onMenuClose()):t.openMenu("first"),e.preventDefault(),e.stopPropagation()}},t.onClearIndicatorMouseDown=function(e){e&&"mousedown"===e.type&&0!==e.button||(t.clearValue(),e.stopPropagation(),t.openAfterFocus=!1,"touchend"===e.type?t.focusInput():setTimeout((function(){return t.focusInput()})))},t.onScroll=function(e){"boolean"==typeof t.props.closeMenuOnScroll?e.target instanceof HTMLElement&&Dr(e.target)&&t.props.onMenuClose():"function"==typeof t.props.closeMenuOnScroll&&t.props.closeMenuOnScroll(e)&&t.props.onMenuClose()},t.onCompositionStart=function(){t.isComposing=!0},t.onCompositionEnd=function(){t.isComposing=!1},t.onTouchStart=function(e){var a=e.touches,n=a&&a.item(0);n&&(t.initialTouchX=n.clientX,t.initialTouchY=n.clientY,t.userIsDragging=!1)},t.onTouchMove=function(e){var a=e.touches,n=a&&a.item(0);if(n){var r=Math.abs(n.clientX-t.initialTouchX),i=Math.abs(n.clientY-t.initialTouchY);t.userIsDragging=r>5||i>5}},t.onTouchEnd=function(e){t.userIsDragging||(t.controlRef&&!t.controlRef.contains(e.target)&&t.menuListRef&&!t.menuListRef.contains(e.target)&&t.blurInput(),t.initialTouchX=0,t.initialTouchY=0)},t.onControlTouchEnd=function(e){t.userIsDragging||t.onControlMouseDown(e)},t.onClearIndicatorTouchEnd=function(e){t.userIsDragging||t.onClearIndicatorMouseDown(e)},t.onDropdownIndicatorTouchEnd=function(e){t.userIsDragging||t.onDropdownIndicatorMouseDown(e)},t.handleInputChange=function(e){var a=e.currentTarget.value;t.inputIsHiddenAfterUpdate=!1,t.onInputChange(a,{action:"input-change"}),t.props.menuIsOpen||t.onMenuOpen()},t.onInputFocus=function(e){var a=t.props,n=a.isSearchable,r=a.isMulti;t.props.onFocus&&t.props.onFocus(e),t.inputIsHiddenAfterUpdate=!1,t.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:r}}),t.setState({isFocused:!0}),(t.openAfterFocus||t.props.openMenuOnFocus)&&t.openMenu("first"),t.openAfterFocus=!1},t.onInputBlur=function(e){t.menuListRef&&t.menuListRef.contains(document.activeElement)?t.inputRef.focus():(t.props.onBlur&&t.props.onBlur(e),t.onInputChange("",{action:"input-blur"}),t.onMenuClose(),t.setState({focusedValue:null,isFocused:!1}))},t.onOptionHover=function(e){t.blockOptionHover||t.state.focusedOption===e||t.setState({focusedOption:e})},t.shouldHideSelectedOptions=function(){var e=t.props,a=e.hideSelectedOptions,n=e.isMulti;return void 0===a?n:a},t.onKeyDown=function(e){var a=t.props,n=a.isMulti,r=a.backspaceRemovesValue,i=a.escapeClearsValue,l=a.inputValue,o=a.isClearable,s=a.isDisabled,u=a.menuIsOpen,c=a.onKeyDown,d=a.tabSelectsValue,m=a.openMenuOnFocus,g=t.state,f=g.focusedOption,p=g.focusedValue,h=g.selectValue;if(!(s||"function"==typeof c&&(c(e),e.defaultPrevented))){switch(t.blockOptionHover=!0,e.key){case"ArrowLeft":if(!n||l)return;t.focusValue("previous");break;case"ArrowRight":if(!n||l)return;t.focusValue("next");break;case"Delete":case"Backspace":if(l)return;if(p)t.removeValue(p);else{if(!r)return;n?t.popValue():o&&t.clearValue()}break;case"Tab":if(t.isComposing)return;if(e.shiftKey||!u||!d||!f||m&&t.isOptionSelected(f,h))return;t.selectOption(f);break;case"Enter":if(229===e.keyCode)break;if(u){if(!f)return;if(t.isComposing)return;t.selectOption(f);break}return;case"Escape":u?(t.inputIsHiddenAfterUpdate=!1,t.onInputChange("",{action:"menu-close"}),t.onMenuClose()):o&&i&&t.clearValue();break;case" ":if(l)return;if(!u){t.openMenu("first");break}if(!f)return;t.selectOption(f);break;case"ArrowUp":u?t.focusOption("up"):t.openMenu("last");break;case"ArrowDown":u?t.focusOption("down"):t.openMenu("first");break;case"PageUp":if(!u)return;t.focusOption("pageup");break;case"PageDown":if(!u)return;t.focusOption("pagedown");break;case"Home":if(!u)return;t.focusOption("first");break;case"End":if(!u)return;t.focusOption("last");break;default:return}e.preventDefault()}},t.buildMenuOptions=function(e,a){var n=e.inputValue,r=void 0===n?"":n,i=e.options,l=function(e,n){var i=t.isOptionDisabled(e,a),l=t.isOptionSelected(e,a),o=t.getOptionLabel(e),s=t.getOptionValue(e);if(!(t.shouldHideSelectedOptions()&&l||!t.filterOption({label:o,value:s,data:e},r))){var u=i?void 0:function(){return t.onOptionHover(e)},c=i?void 0:function(){return t.selectOption(e)},d="".concat(t.getElementId("option"),"-").concat(n);return{innerProps:{id:d,onClick:c,onMouseMove:u,onMouseOver:u,tabIndex:-1},data:e,isDisabled:i,isSelected:l,key:d,label:o,type:"option",value:s}}};return i.reduce((function(e,a,n){if(a.options){t.hasGroups||(t.hasGroups=!0);var r=a.options.map((function(t,a){var r=l(t,"".concat(n,"-").concat(a));return r&&e.focusable.push(t),r})).filter(Boolean);if(r.length){var i="".concat(t.getElementId("group"),"-").concat(n);e.render.push({type:"group",key:i,data:a,options:r})}}else{var o=l(a,"".concat(n));o&&(e.render.push(o),e.focusable.push(a))}return e}),{render:[],focusable:[]})};var a=e.value;t.cacheComponents=Nn(t.cacheComponents,Kr).bind(Dn(t)),t.cacheComponents(e.components),t.instancePrefix="react-select-"+(t.props.instanceId||++el);var n=Er(a);t.buildMenuOptions=Nn(t.buildMenuOptions,(function(e,t){var a=hr(e,2),n=a[0],r=a[1],i=hr(t,2),l=i[0];return r===i[1]&&n.inputValue===l.inputValue&&n.options===l.options})).bind(Dn(t));var l=e.menuIsOpen?t.buildMenuOptions(e,n):{render:[],focusable:[]};return t.state.menuOptions=l,t.state.selectValue=n,t}return yn(i,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput()}},{key:"UNSAFE_componentWillReceiveProps",value:function(e){var t=this.props,a=t.options,n=t.value,r=t.menuIsOpen,i=t.inputValue;if(this.cacheComponents(e.components),e.value!==n||e.options!==a||e.menuIsOpen!==r||e.inputValue!==i){var l=Er(e.value),o=e.menuIsOpen?this.buildMenuOptions(e,l):{render:[],focusable:[]},s=this.getNextFocusedValue(l),u=this.getNextFocusedOption(o.focusable);this.setState({menuOptions:o,selectValue:l,focusedOption:u,focusedValue:s})}null!=this.inputIsHiddenAfterUpdate&&(this.setState({inputIsHidden:this.inputIsHiddenAfterUpdate}),delete this.inputIsHiddenAfterUpdate)}},{key:"componentDidUpdate",value:function(e){var t,a,n,r,i,l=this.props,o=l.isDisabled,s=l.menuIsOpen,u=this.state.isFocused;(u&&!o&&e.isDisabled||u&&s&&!e.menuIsOpen)&&this.focusInput(),u&&o&&!e.isDisabled&&this.setState({isFocused:!1},this.onMenuClose),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(t=this.menuListRef,a=this.focusedOptionRef,n=t.getBoundingClientRect(),r=a.getBoundingClientRect(),i=a.offsetHeight/3,r.bottom+i>n.bottom?Cr(t,Math.min(a.offsetTop+a.clientHeight-t.offsetHeight+i,t.scrollHeight)):r.top-i<n.top&&Cr(t,Math.max(a.offsetTop-i,0)),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){var e=this.props,t=e.isSearchable,a=e.isMulti;this.announceAriaLiveContext({event:"input",context:{isSearchable:t,isMulti:a}}),this.onInputChange("",{action:"menu-close"}),this.props.onMenuClose()}},{key:"onInputChange",value:function(e,t){this.props.onInputChange(e,t)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(e){var t=this,a=this.state,n=a.selectValue,r=a.isFocused,i=this.buildMenuOptions(this.props,n),l=this.props,o=l.isMulti,s=l.tabSelectsValue,u="first"===e?0:i.focusable.length-1;if(!o){var c=i.focusable.indexOf(n[0]);c>-1&&(u=c)}this.scrollToFocusedOptionOnUpdate=!(r&&this.menuListRef),this.inputIsHiddenAfterUpdate=!1,this.setState({menuOptions:i,focusedValue:null,focusedOption:i.focusable[u]},(function(){t.onMenuOpen(),t.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:s}})}))}},{key:"focusValue",value:function(e){var t=this.props,a=t.isMulti,n=t.isSearchable,r=this.state,i=r.selectValue,l=r.focusedValue;if(a){this.setState({focusedOption:null});var o=i.indexOf(l);l||(o=-1,this.announceAriaLiveContext({event:"value"}));var s=i.length-1,u=-1;if(i.length){switch(e){case"previous":u=0===o?0:-1===o?s:o-1;break;case"next":o>-1&&o<s&&(u=o+1)}-1===u&&this.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:a}}),this.setState({inputIsHidden:-1!==u,focusedValue:i[u]})}}}},{key:"focusOption",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",t=this.props,a=t.pageSize,n=t.tabSelectsValue,r=this.state,i=r.focusedOption,l=r.menuOptions,o=l.focusable;if(o.length){var s=0,u=o.indexOf(i);i||(u=-1,this.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:n}})),"up"===e?s=u>0?u-1:o.length-1:"down"===e?s=(u+1)%o.length:"pageup"===e?(s=u-a)<0&&(s=0):"pagedown"===e?(s=u+a)>o.length-1&&(s=o.length-1):"last"===e&&(s=o.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:o[s],focusedValue:null}),this.announceAriaLiveContext({event:"menu",context:{isDisabled:$i(o[s]),tabSelectsValue:n}})}}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(qi):Xi(Xi({},qi),this.props.theme):qi}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,a=this.getStyles,n=this.getValue,r=this.setValue,i=this.selectOption,l=this.props,o=l.isMulti,s=l.isRtl,u=l.options;return{cx:t,clearValue:e,getStyles:a,getValue:n,hasValue:this.hasValue(),isMulti:o,isRtl:s,options:u,selectOption:i,setValue:r,selectProps:l,theme:this.getTheme()}}},{key:"getNextFocusedValue",value:function(e){if(this.clearFocusValueOnUpdate)return this.clearFocusValueOnUpdate=!1,null;var t=this.state,a=t.focusedValue,n=t.selectValue.indexOf(a);if(n>-1){if(e.indexOf(a)>-1)return a;if(n<e.length)return e[n]}return null}},{key:"getNextFocusedOption",value:function(e){var t=this.state.focusedOption;return t&&e.indexOf(t)>-1?t:e[0]}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.state.menuOptions.render.length}},{key:"countOptions",value:function(){return this.state.menuOptions.focusable.length}},{key:"isClearable",value:function(){var e=this.props,t=e.isClearable,a=e.isMulti;return void 0===t?a:t}},{key:"isOptionDisabled",value:function(e,t){return"function"==typeof this.props.isOptionDisabled&&this.props.isOptionDisabled(e,t)}},{key:"isOptionSelected",value:function(e,t){var a=this;if(t.indexOf(e)>-1)return!0;if("function"==typeof this.props.isOptionSelected)return this.props.isOptionSelected(e,t);var n=this.getOptionValue(e);return t.some((function(e){return a.getOptionValue(e)===n}))}},{key:"filterOption",value:function(e,t){return!this.props.filterOption||this.props.filterOption(e,t)}},{key:"formatOptionLabel",value:function(e,t){if("function"==typeof this.props.formatOptionLabel){var a=this.props.inputValue,n=this.state.selectValue;return this.props.formatOptionLabel(e,{context:t,inputValue:a,selectValue:n})}return this.getOptionLabel(e)}},{key:"formatGroupLabel",value:function(e){return this.props.formatGroupLabel(e)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"constructAriaLiveMessage",value:function(){var e=this.state,t=e.ariaLiveContext,a=e.selectValue,n=e.focusedValue,r=e.focusedOption,i=this.props,l=i.options,o=i.menuIsOpen,s=i.inputValue,u=i.screenReaderStatus,c=n?function(e){var t=e.focusedValue,a=e.selectValue;return"value ".concat((0,e.getOptionLabel)(t)," focused, ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedValue:n,getOptionLabel:this.getOptionLabel,selectValue:a}):"",d=r&&o?function(e){var t=e.focusedOption,a=e.options;return"option ".concat((0,e.getOptionLabel)(t)," focused").concat(t.isDisabled?" disabled":"",", ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedOption:r,getOptionLabel:this.getOptionLabel,options:l}):"",m=function(e){var t=e.inputValue;return"".concat(e.screenReaderMessage).concat(t?" for search term "+t:"",".")}({inputValue:s,screenReaderMessage:u({count:this.countOptions()})});return"".concat(c," ").concat(d," ").concat(m," ").concat(t)}},{key:"renderInput",value:function(){var e=this.props,t=e.isDisabled,a=e.isSearchable,r=e.inputId,i=e.inputValue,l=e.tabIndex,o=e.form,s=this.components.Input,u=this.state.inputIsHidden,c=r||this.getElementId("input"),d={"aria-autocomplete":"list","aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"]};if(!a)return n().createElement(Ai,re({id:c,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:wr,onFocus:this.onInputFocus,readOnly:!0,disabled:t,tabIndex:l,form:o,value:""},d));var m=this.commonProps,g=m.cx,f=m.theme,p=m.selectProps;return n().createElement(s,re({autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",cx:g,getStyles:this.getStyles,id:c,innerRef:this.getInputRef,isDisabled:t,isHidden:u,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,selectProps:p,spellCheck:"false",tabIndex:l,form:o,theme:f,type:"text",value:i},d))}},{key:"renderPlaceholderOrValue",value:function(){var e=this,t=this.components,a=t.MultiValue,r=t.MultiValueContainer,i=t.MultiValueLabel,l=t.MultiValueRemove,o=t.SingleValue,s=t.Placeholder,u=this.commonProps,c=this.props,d=c.controlShouldRenderValue,m=c.isDisabled,g=c.isMulti,f=c.inputValue,p=c.placeholder,h=this.state,v=h.selectValue,b=h.focusedValue,w=h.isFocused;if(!this.hasValue()||!d)return f?null:n().createElement(s,re({},u,{key:"placeholder",isDisabled:m,isFocused:w}),p);if(g){var y=v.map((function(t,o){var s=t===b;return n().createElement(a,re({},u,{components:{Container:r,Label:i,Remove:l},isFocused:s,isDisabled:m,key:"".concat(e.getOptionValue(t)).concat(o),index:o,removeProps:{onClick:function(){return e.removeValue(t)},onTouchEnd:function(){return e.removeValue(t)},onMouseDown:function(e){e.preventDefault(),e.stopPropagation()}},data:t}),e.formatOptionLabel(t,"value"))}));return y}if(f)return null;var x=v[0];return n().createElement(o,re({},u,{data:x,isDisabled:m}),this.formatOptionLabel(x,"value"))}},{key:"renderClearIndicator",value:function(){var e=this.components.ClearIndicator,t=this.commonProps,a=this.props,r=a.isDisabled,i=a.isLoading,l=this.state.isFocused;if(!this.isClearable()||!e||r||!this.hasValue()||i)return null;var o={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return n().createElement(e,re({},t,{innerProps:o,isFocused:l}))}},{key:"renderLoadingIndicator",value:function(){var e=this.components.LoadingIndicator,t=this.commonProps,a=this.props,r=a.isDisabled,i=a.isLoading,l=this.state.isFocused;return e&&i?n().createElement(e,re({},t,{innerProps:{"aria-hidden":"true"},isDisabled:r,isFocused:l})):null}},{key:"renderIndicatorSeparator",value:function(){var e=this.components,t=e.DropdownIndicator,a=e.IndicatorSeparator;if(!t||!a)return null;var r=this.commonProps,i=this.props.isDisabled,l=this.state.isFocused;return n().createElement(a,re({},r,{isDisabled:i,isFocused:l}))}},{key:"renderDropdownIndicator",value:function(){var e=this.components.DropdownIndicator;if(!e)return null;var t=this.commonProps,a=this.props.isDisabled,r=this.state.isFocused,i={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return n().createElement(e,re({},t,{innerProps:i,isDisabled:a,isFocused:r}))}},{key:"renderMenu",value:function(){var e=this,t=this.components,a=t.Group,r=t.GroupHeading,i=t.Menu,l=t.MenuList,o=t.MenuPortal,s=t.LoadingMessage,u=t.NoOptionsMessage,c=t.Option,d=this.commonProps,m=this.state,g=m.focusedOption,f=m.menuOptions,p=this.props,h=p.captureMenuScroll,v=p.inputValue,b=p.isLoading,w=p.loadingMessage,y=p.minMenuHeight,x=p.maxMenuHeight,E=p.menuIsOpen,D=p.menuPlacement,_=p.menuPosition,C=p.menuPortalTarget,k=p.menuShouldBlockScroll,S=p.menuShouldScrollIntoView,O=p.noOptionsMessage,N=p.onMenuScrollToTop,T=p.onMenuScrollToBottom;if(!E)return null;var A,P=function(t){var a=g===t.data;return t.innerRef=a?e.getFocusedOptionRef:void 0,n().createElement(c,re({},d,t,{isFocused:a}),e.formatOptionLabel(t.data,"menu"))};if(this.hasOptions())A=f.render.map((function(t){if("group"===t.type){t.type;var i=gr(t,["type"]),l="".concat(t.key,"-heading");return n().createElement(a,re({},d,i,{Heading:r,headingProps:{id:l,data:t.data},label:e.formatGroupLabel(t.data)}),t.options.map((function(e){return P(e)})))}if("option"===t.type)return P(t)}));else if(b){var M=w({inputValue:v});if(null===M)return null;A=n().createElement(s,d,M)}else{var L=O({inputValue:v});if(null===L)return null;A=n().createElement(u,d,L)}var I={minMenuHeight:y,maxMenuHeight:x,menuPlacement:D,menuPosition:_,menuShouldScrollIntoView:S},R=n().createElement(Ir,re({},d,I),(function(t){var a=t.ref,r=t.placerProps,o=r.placement,s=r.maxHeight;return n().createElement(i,re({},d,I,{innerRef:a,innerProps:{onMouseDown:e.onMenuMouseDown,onMouseMove:e.onMenuMouseMove},isLoading:b,placement:o}),n().createElement(zi,{isEnabled:h,onTopArrive:N,onBottomArrive:T},n().createElement(Gi,{isEnabled:k},n().createElement(l,re({},d,{innerRef:e.getMenuListRef,isLoading:b,maxHeight:s}),A))))}));return C||"fixed"===_?n().createElement(o,re({},d,{appendTo:C,controlElement:this.controlRef,menuPlacement:D,menuPosition:_}),R):R}},{key:"renderFormField",value:function(){var e=this,t=this.props,a=t.delimiter,r=t.isDisabled,i=t.isMulti,l=t.name,o=this.state.selectValue;if(l&&!r){if(i){if(a){var s=o.map((function(t){return e.getOptionValue(t)})).join(a);return n().createElement("input",{name:l,type:"hidden",value:s})}var u=o.length>0?o.map((function(t,a){return n().createElement("input",{key:"i-".concat(a),name:l,type:"hidden",value:e.getOptionValue(t)})})):n().createElement("input",{name:l,type:"hidden"});return n().createElement("div",null,u)}var c=o[0]?this.getOptionValue(o[0]):"";return n().createElement("input",{name:l,type:"hidden",value:c})}}},{key:"renderLiveRegion",value:function(){return this.state.isFocused?n().createElement(Ti,{"aria-live":"polite"},n().createElement("span",{id:"aria-selection-event"}," ",this.state.ariaLiveSelection),n().createElement("span",{id:"aria-context"}," ",this.constructAriaLiveMessage())):null}},{key:"render",value:function(){var e=this.components,t=e.Control,a=e.IndicatorsContainer,r=e.SelectContainer,i=e.ValueContainer,l=this.props,o=l.className,s=l.id,u=l.isDisabled,c=l.menuIsOpen,d=this.state.isFocused,m=this.commonProps=this.getCommonProps();return n().createElement(r,re({},m,{className:o,innerProps:{id:s,onKeyDown:this.onKeyDown},isDisabled:u,isFocused:d}),this.renderLiveRegion(),n().createElement(t,re({},m,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:u,isFocused:d,menuIsOpen:c}),n().createElement(i,re({},m,{isDisabled:u}),this.renderPlaceholderOrValue(),this.renderInput()),n().createElement(a,re({},m,{isDisabled:u}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}]),i}(t.Component);tl.defaultProps=Qi;t.Component;var al,nl,rl,il=(al=tl,rl=nl=function(e){xn(i,e);var t,a,r=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function i(){var e;bn(this,i);for(var t=arguments.length,a=new Array(t),n=0;n<t;n++)a[n]=arguments[n];return(e=r.call.apply(r,[this].concat(a))).select=void 0,e.state={inputValue:void 0!==e.props.inputValue?e.props.inputValue:e.props.defaultInputValue,menuIsOpen:void 0!==e.props.menuIsOpen?e.props.menuIsOpen:e.props.defaultMenuIsOpen,value:void 0!==e.props.value?e.props.value:e.props.defaultValue},e.onChange=function(t,a){e.callProp("onChange",t,a),e.setState({value:t})},e.onInputChange=function(t,a){var n=e.callProp("onInputChange",t,a);e.setState({inputValue:void 0!==n?n:t})},e.onMenuOpen=function(){e.callProp("onMenuOpen"),e.setState({menuIsOpen:!0})},e.onMenuClose=function(){e.callProp("onMenuClose"),e.setState({menuIsOpen:!1})},e}return yn(i,[{key:"focus",value:function(){this.select.focus()}},{key:"blur",value:function(){this.select.blur()}},{key:"getProp",value:function(e){return void 0!==this.props[e]?this.props[e]:this.state[e]}},{key:"callProp",value:function(e){if("function"==typeof this.props[e]){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),r=1;r<a;r++)n[r-1]=arguments[r];return(t=this.props)[e].apply(t,n)}}},{key:"render",value:function(){var e=this,t=this.props,a=(t.defaultInputValue,t.defaultMenuIsOpen,t.defaultValue,gr(t,["defaultInputValue","defaultMenuIsOpen","defaultValue"]));return n().createElement(al,re({},a,{ref:function(t){e.select=t},inputValue:this.getProp("inputValue"),menuIsOpen:this.getProp("menuIsOpen"),onChange:this.onChange,onInputChange:this.onInputChange,onMenuClose:this.onMenuClose,onMenuOpen:this.onMenuOpen,value:this.getProp("value")}))}}]),i}(t.Component),nl.defaultProps={defaultInputValue:"",defaultMenuIsOpen:!1,defaultValue:null},rl),ll=il,ol={Default:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Arial:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Georgia:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Helvetica:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},"Times New Roman":{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},ABeeZee:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Abel:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Abhaya Libre":{v:["regular","500","600","700","800"],subset:["latin-ext","sinhala","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Abril Fatface":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aclonica:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Acme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Actor:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Adamina:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Advent Pro":{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","greek","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Aguafina Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Akronim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aladin:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aldrich:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Alef:{v:["regular","700"],subset:["hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Alegreya:{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya SC":{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans SC":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alex Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Alfa Slab One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Alice:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Alike:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Alike Angular":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allan:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Allerta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Allerta Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allura:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Almendra:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Almendra Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Almendra SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amarante:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Amaranth:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Amatic SC":{v:["regular","700"],subset:["cyrillic","latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Amethysta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amiko:{v:["regular","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","600","700"],i:["normal"]},Amiri:{v:["regular","italic","700","700italic"],subset:["latin-ext","arabic","latin"],weight:["Default","400","700"],i:["normal","italic"]},Amita:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Anaheim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andada:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andika:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Angkor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Annie Use Your Telescope":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Anonymous Pro":{v:["regular","italic","700","700italic"],subset:["cyrillic","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Antic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Didone":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Anton:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Arapey:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Arbutus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Arbutus Slab":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Architects Daughter":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Archivo:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Archivo Black":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Archivo Narrow":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Aref Ruqaa":{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},"Arima Madurai":{v:["100","200","300","regular","500","700","800","900"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","100","200","300","400","500","700","800","900"],i:["normal"]},Arimo:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Arizonia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Armata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Arsenal:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Artifika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Arvo:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Arya:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Asap:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Asap Condensed":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Asar:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Asset:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Assistant:{v:["200","300","regular","600","700","800"],subset:["hebrew","latin"],weight:["Default","200","300","400","600","700","800"],i:["normal"]},Astloch:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Asul:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Athiti:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Atma:{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Atomic Age":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Aubrey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Audiowide:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Autour One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Average:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Average Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Gruesa Libre":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Sans Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Serif Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Bad Script":{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Bahiana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Baloo:{v:["regular"],subset:["latin-ext","devanagari","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhai":{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaijaan":{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaina":{v:["regular"],subset:["latin-ext","oriya","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Chettan":{v:["regular"],subset:["malayalam","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Da":{v:["regular"],subset:["latin-ext","vietnamese","bengali","latin"],weight:["Default","400"],i:["normal"]},"Baloo Paaji":{v:["regular"],subset:["latin-ext","gurmukhi","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Tamma":{v:["regular"],subset:["latin-ext","vietnamese","latin","kannada"],weight:["Default","400"],i:["normal"]},"Baloo Tammudu":{v:["regular"],subset:["latin-ext","telugu","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Thambi":{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Balthazar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bangers:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Barlow:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Semi Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Barrio:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Basic:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Battambang:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Baumans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bayon:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Belgrano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bellefair:{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Belleza:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BenchNine:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},Bentham:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Berkshire Swash":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bevan:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bigelow Rules":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bigshot One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bilbo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bilbo Swash Caps":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BioRhyme:{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},"BioRhyme Expanded":{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},Biryani:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Bitter:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Black And White Picture":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Han Sans":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Ops One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bokor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Bonbon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Boogaloo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Brawler:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bree Serif":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubblegum Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubbler One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Buda:{v:["300"],subset:["latin"],weight:["Default","300"],i:[]},Buenard:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Bungee:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Hairline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Inline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Outline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Shade":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Butcherman:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Butterfly Kids":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cabin:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Cabin Condensed":{v:["regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Cabin Sketch":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Caesar Dressing":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cagliostro:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cairo:{v:["200","300","regular","600","700","900"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal"]},Calligraffitti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cambay:{v:["regular","italic","700","700italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal","italic"]},Cambo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Candal:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cantarell:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cantata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cantora One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Capriola:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cardo:{v:["regular","italic","700"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Carme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carter One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Catamaran:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","tamil","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Caudex:{v:["regular","italic","700","700italic"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Caveat:{v:["regular","700"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Caveat Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cedarville Cursive":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ceviche One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Changa:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Changa One":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Chango:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chathura:{v:["100","300","regular","700","800"],subset:["telugu","latin"],weight:["Default","100","300","400","700","800"],i:["normal"]},"Chau Philomene One":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Chela One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Chelsea Market":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chenla:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Cherry Cream Soda":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Cherry Swash":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Chewy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Chicle:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chivo:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},Chonburi:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Cinzel:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Cinzel Decorative":{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},"Clicker Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Coda:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},"Coda Caption":{v:["800"],subset:["latin-ext","latin"],weight:["Default","800"],i:[]},Codystar:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Coiny:{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Combo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Comfortaa:{v:["300","regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal"]},"Coming Soon":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Concert One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Condiment:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Content:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Contrail One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Convergence:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cookie:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Copse:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Corben:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Cormorant:{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Garamond":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Infant":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant SC":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Unicase":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Upright":{v:["300","regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Courgette:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cousine:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Coustard:{v:["regular","900"],subset:["latin"],weight:["Default","400","900"],i:["normal"]},"Covered By Your Grace":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crafty Girls":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Creepster:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crete Round":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Crimson Text":{v:["regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","600","700"],i:["normal","italic"]},"Croissant One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Crushed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cuprum:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cute Font":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Cutive:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cutive Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Damion:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Dancing Script":{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Dangrek:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"David Libre":{v:["regular","500","700"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","500","700"],i:["normal"]},"Dawning of a New Day":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Days One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dekko:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Delius:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Unicase":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Della Respira":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Denk One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Devonshire:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dhurjati:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Didact Gothic":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Diplomata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Diplomata SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Do Hyeon":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Dokdo:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Domine:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Donegal One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Doppio One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dorsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dosis:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Dr Sugiyama":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Duru Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dynalight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"EB Garamond":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},"Eagle Lake":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"East Sea Dokdo":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Eater:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Economica:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Eczar:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"El Messiri":{v:["regular","500","600","700"],subset:["cyrillic","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Electrolize:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Elsie:{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Elsie Swash Caps":{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Emblema One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Emilys Candy":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Encode Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Engagement:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Englebert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Enriqueta:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Erica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Esteban:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Euphoria Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ewert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Exo:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Exo 2":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Expletus Sans":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Fanwood Text":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Farsan:{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Fascinate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fascinate Inline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Faster One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fasthand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Fauna One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Faustina:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Federant:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Federo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Felipa:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Fenix:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Finger Paint":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fira Mono":{v:["regular","500","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","500","700"],i:["normal"]},"Fira Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Extra Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fjalla One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fjord One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Flamenco:{v:["300","regular"],subset:["latin"],weight:["Default","300","400"],i:["normal"]},Flavors:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fondamento:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Fontdiner Swanky":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Forum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Francois One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Frank Ruhl Libre":{v:["300","regular","500","700","900"],subset:["latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal"]},"Freckle Face":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fredericka the Great":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fredoka One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Freehand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Fresca:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Frijole:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fruktur:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fugaz One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"GFS Didot":{v:["regular"],subset:["greek"],weight:["Default","400"],i:["normal"]},"GFS Neohellenic":{v:["regular","italic","700","700italic"],subset:["greek"],weight:["Default","400","700"],i:["normal","italic"]},Gabriela:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Gaegu:{v:["300","regular","700"],subset:["korean","latin"],weight:["Default","300","400","700"],i:["normal"]},Gafata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Galada:{v:["regular"],subset:["bengali","latin"],weight:["Default","400"],i:["normal"]},Galdeano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Galindo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gamja Flower":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Gentium Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Gentium Book Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Geo:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Geostar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Geostar Fill":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Germania One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gidugu:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Gilda Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Give You Glory":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Glass Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Glegoo:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Gloria Hallelujah":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Goblin One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Gochi Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gorditas:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Gothic A1":{v:["100","200","300","regular","500","600","700","800","900"],subset:["korean","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Goudy Bookletter 1911":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Graduate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Grand Hotel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gravitas One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Great Vibes":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Griffy:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gruppo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gudea:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Gugi:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Gurajada:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Habibi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Halant:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hammersmith One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Hanalei:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hanalei Fill":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Handlee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Hanuman:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Happy Monkey":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Harmattan:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Headland One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Heebo:{v:["100","300","regular","500","700","800","900"],subset:["hebrew","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"Henny Penny":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Herr Von Muellerhoff":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hi Melody":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Hind:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Guntur":{v:["300","regular","500","600","700"],subset:["latin-ext","telugu","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Madurai":{v:["300","regular","500","600","700"],subset:["latin-ext","tamil","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Siliguri":{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Vadodara":{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Holtwood One SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Homemade Apple":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Homenaje:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IBM Plex Mono":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Serif":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IM Fell DW Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell DW Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Double Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Double Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell English":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell English SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell French Canon":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell French Canon SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Great Primer":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Great Primer SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceberg:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceland:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Imprima:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Inconsolata:{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Inder:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Indie Flower":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Inika:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Inknut Antiqua":{v:["300","regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700","800","900"],i:["normal"]},"Irish Grover":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Istok Web":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Italiana:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Italianno:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Itim:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jaldi:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Jim Nightshade":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jockey One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jolly Lodger":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jomhuria:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Josefin Sans":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Josefin Slab":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Joti One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jua:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Judson:{v:["regular","italic","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Julee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Julius Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Junge:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jura:{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Just Another Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Just Me Again Down Here":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kadwa:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Kalam:{v:["300","regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","700"],i:["normal"]},Kameron:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Kanit:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Kantumruy:{v:["300","regular","700"],subset:["khmer"],weight:["Default","300","400","700"],i:["normal"]},Karla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Karma:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Katibeh:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Kaushan Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kavivanar:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},Kavoon:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kdam Thmor":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Keania One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kelly Slab":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kenia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Khand:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Khmer:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Khula:{v:["300","regular","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","600","700","800"],i:["normal"]},"Kirang Haerang":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Kite One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Knewave:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kosugi:{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kosugi Maru":{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kotta One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Koulen:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Kranky:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Kreon:{v:["300","regular","700"],subset:["latin"],weight:["Default","300","400","700"],i:["normal"]},Kristi:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Krona One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kumar One":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},"Kumar One Outline":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Kurale:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"La Belle Aurore":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Laila:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Lakki Reddy":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Lalezar:{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Lancelot:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lateef:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},Lato:{v:["100","100italic","300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","300","400","700","900"],i:["normal","italic"]},"League Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Leckerli One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ledger:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lekton:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Lemon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lemonada:{v:["300","regular","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Libre Barcode 128":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 128 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Baskerville":{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Libre Franklin":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Life Savers":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Lilita One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Lily Script One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Limelight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Linden Hill":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Lobster:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Lobster Two":{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Londrina Outline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Sketch":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Solid":{v:["100","300","regular","900"],subset:["latin"],weight:["Default","100","300","400","900"],i:["normal"]},Lora:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Love Ya Like A Sister":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Loved by the King":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Lovers Quarrel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Luckiest Guy":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lusitana:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Lustria:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"M PLUS 1p":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"M PLUS Rounded 1c":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},Macondo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Macondo Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mada:{v:["200","300","regular","500","600","700","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},Magra:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Maiden Orange":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Maitree:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Mako:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mallanna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Mandali:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Manuale:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Marcellus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marcellus SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marck Script":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Margarine:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Markazi Text":{v:["regular","500","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Marko One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Marmelad:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Martel:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},"Martel Sans":{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Marvel:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Mate:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"Mate SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Maven Pro":{v:["regular","500","700","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","700","900"],i:["normal"]},McLaren:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Meddon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},MedievalSharp:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Medula One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meera Inimai":{v:["regular"],subset:["tamil","latin"],weight:["Default","400"],i:["normal"]},Megrim:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meie Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Merienda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Merienda One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Merriweather:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},"Merriweather Sans":{v:["300","300italic","regular","italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","800"],i:["normal","italic"]},Metal:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Metal Mania":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metamorphous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metrophobic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Michroma:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Milonga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Miltonian:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miltonian Tattoo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mina:{v:["regular","700"],subset:["latin-ext","bengali","latin"],weight:["Default","400","700"],i:["normal"]},Miniver:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miriam Libre":{v:["regular","700"],subset:["latin-ext","hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Mirza:{v:["regular","500","600","700"],subset:["latin-ext","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Miss Fajardose":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mitr:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Modak:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"Modern Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mogra:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Molengo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Molle:{v:["italic"],subset:["latin-ext","latin"],weight:["Default"],i:["italic"]},Monda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Monofett:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Monoton:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Monsieur La Doulaise":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Montaga:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montez:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montserrat:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Alternates":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Subrayada":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Moul:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Moulpali:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Mountains of Christmas":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Mouse Memoirs":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Bedfort":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Dafoe":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr De Haviland":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Saint Delafield":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Sheppards":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mukta:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Mahee":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gurmukhi","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Malar":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","tamil","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Vaani":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gujarati","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},Muli:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Mystery Quest":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},NTR:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Nanum Brush Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Nanum Gothic":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Gothic Coding":{v:["regular","700"],subset:["korean","latin"],weight:["Default","400","700"],i:["normal"]},"Nanum Myeongjo":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Pen Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Neucha:{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Neuton:{v:["200","300","regular","italic","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal","italic"]},"New Rocker":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"News Cycle":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Niconne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nixie One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nobile:{v:["regular","italic","500","500italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","700"],i:["normal","italic"]},Nokora:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Norican:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Nosifer:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nothing You Could Do":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Noticia Text":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","devanagari","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans JP":{v:["100","300","regular","500","700","900"],subset:["japanese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Sans KR":{v:["100","300","regular","500","700","900"],subset:["korean","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Serif JP":{v:["200","300","regular","500","600","700","900"],subset:["japanese","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Noto Serif KR":{v:["200","300","regular","500","600","700","900"],subset:["korean","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Nova Cut":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Flat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Mono":{v:["regular"],subset:["greek","latin"],weight:["Default","400"],i:["normal"]},"Nova Oval":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Round":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Slim":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Square":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Numans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nunito:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Nunito Sans":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Odor Mean Chey":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Offside:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Old Standard TT":{v:["regular","italic","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Oldenburg:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Oleo Script":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Oleo Script Swash Caps":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Open Sans":{v:["300","300italic","regular","italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","600","700","800"],i:["normal","italic"]},"Open Sans Condensed":{v:["300","300italic","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","700"],i:[]},Oranienbaum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Orbitron:{v:["regular","500","700","900"],subset:["latin"],weight:["Default","400","500","700","900"],i:["normal"]},Oregano:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Orienta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Original Surfer":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oswald:{v:["200","300","regular","500","600","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Over the Rainbow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Overlock:{v:["regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Overlock SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Overpass:{v:["100","100italic","200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","600","700","800","900"],i:["normal","italic"]},"Overpass Mono":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Ovo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oxygen:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},"Oxygen Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Mono":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Sans Caption":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Sans Narrow":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Serif Caption":{v:["regular","italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Pacifico:{v:["regular"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Padauk:{v:["regular","700"],subset:["myanmar","latin"],weight:["Default","400","700"],i:["normal"]},Palanquin:{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Palanquin Dark":{v:["regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Pangolin:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Paprika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Parisienne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passero One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passion One":{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Pathway Gothic One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand SC":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Pattaya:{v:["regular"],subset:["cyrillic","latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patua One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Pavanam:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},"Paytone One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Peddana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Peralta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Permanent Marker":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Petit Formal Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Petrona:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Philosopher:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Piedra:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Pinyon Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pirata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Plaster:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Play:{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Playball:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Playfair Display":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Playfair Display SC":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},Podkova:{v:["regular","500","600","700","800"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Poiret One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poller One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Poly:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Pompiere:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pontano Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poor Story":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Poppins:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Port Lligat Sans":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Port Lligat Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pragati Narrow":{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Prata:{v:["regular"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Preahvihear:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Press Start 2P":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Pridi:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Princess Sofia":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Prociono:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Prompt:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Prosto One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Proza Libre":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},Puritan:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Purple Purse":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quando:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quantico:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Quattrocento:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Quattrocento Sans":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Questrial:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Quicksand:{v:["300","regular","500","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","700"],i:["normal"]},Quintessential:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Qwigley:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Racing Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Radley:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rajdhani:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rakkas:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},Raleway:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Raleway Dots":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ramabhadra:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Ramaraja:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Rambla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Rammetto One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ranchers:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rancho:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ranga:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Rasa:{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rationale:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ravi Prakash":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Redressed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Reem Kufi":{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Reenie Beanie":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Revalia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rhodium Libre":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Ribeye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ribeye Marrow":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Righteous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Risque:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Roboto:{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal","italic"]},"Roboto Condensed":{v:["300","300italic","regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Roboto Mono":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700"],i:["normal","italic"]},"Roboto Slab":{v:["100","300","regular","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","700"],i:["normal"]},Rochester:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rock Salt":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Rokkitt:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Romanesco:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ropa Sans":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rosario:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Rosarivo:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Rouge Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rozha One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Rubik:{v:["300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal","italic"]},"Rubik Mono One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruda:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},Rufina:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Ruge Boogie":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruluko:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rum Raisin":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ruslan Display":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Russo One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruthie:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sacramento:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sahitya:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sail:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Saira:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Extra Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Salsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sanchez:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Sancreek:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sansita:{v:["regular","italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","800","900"],i:["normal","italic"]},Sarala:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sarina:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sarpanch:{v:["regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800","900"],i:["normal"]},Satisfy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Gothic":{v:["regular"],subset:["cyrillic","japanese","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Mincho":{v:["regular"],subset:["japanese","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Scada:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Scheherazade:{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},Schoolbell:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Scope One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seaweed Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Secular One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave Display":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Sevillana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seymour One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light Two":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Shanti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Share:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Share Tech":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Share Tech Mono":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shojumaru:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Short Stack":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shrikhand:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Siemreap:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Sigmar One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Signika:{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Signika Negative":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Simonetta:{v:["regular","italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal","italic"]},Sintony:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Sirin Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Six Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Skranji:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Slabo 13px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Slabo 27px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Slackey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smokum:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smythe:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sniglet:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},Snippet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Snowburst One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sofadi One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sofia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Song Myung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sonsie One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sorts Mill Goudy":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Source Code Pro":{v:["200","300","regular","500","600","700","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Source Sans Pro":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Source Serif Pro":{v:["regular","600","700"],subset:["latin-ext","latin"],weight:["Default","400","600","700"],i:["normal"]},"Space Mono":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Special Elite":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spectral:{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spectral SC":{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spicy Rice":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spinnaker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Spirax:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Squada One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sree Krushnadevaraya":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Sriracha:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Stalemate:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stalinist One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stardos Stencil":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Stint Ultra Condensed":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stint Ultra Expanded":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Stoke:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Strait:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Stylish:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sue Ellen Francisco":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Suez One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Sumana:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sunflower:{v:["300","500","700"],subset:["korean","latin"],weight:["Default","300","500","700"],i:[]},Sunshiney:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Supermercado One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sura:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Suranna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suravaram:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suwannaphum:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Swanky and Moo Moo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Syncopate:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Tajawal:{v:["200","300","regular","500","700","800","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","700","800","900"],i:["normal"]},Tangerine:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Taprom:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Tauri:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Taviraj:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Teko:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Telex:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tenali Ramakrishna":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Tenor Sans":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Text Me One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"The Girl Next Door":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Tienne:{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},Tillana:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},Timmana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Tinos:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Titan One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Titillium Web":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Trade Winds":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Trirong:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Trocchi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Trochut:{v:["regular","italic","700"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Trykker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tulpen One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ubuntu:{v:["300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","300","400","500","700"],i:["normal","italic"]},"Ubuntu Condensed":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},"Ubuntu Mono":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Ultra:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Uncial Antiqua":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Underdog:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Unica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},UnifrakturCook:{v:["700"],subset:["latin"],weight:["Default","700"],i:[]},UnifrakturMaguntia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unkempt:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Unlock:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unna:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},VT323:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vampiro One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Varela:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Varela Round":{v:["regular"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vast Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Vesper Libre":{v:["regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","700","900"],i:["normal"]},Vibur:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Vidaloka:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Viga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Voces:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Volkhov:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Vollkorn:{v:["regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal","italic"]},"Vollkorn SC":{v:["regular","600","700","900"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal"]},Voltaire:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Waiting for the Sunrise":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Wallpoet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Walter Turncoat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Warnes:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Wellfleet:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wendy One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wire One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Work Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Yanone Kaffeesatz":{v:["200","300","regular","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","700"],i:["normal"]},Yantramanav:{v:["100","300","regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Yatra One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Yellowtail:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Yeon Sung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Yeseva One":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Yesteryear:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Yrsa:{v:["300","regular","500","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Zeyada:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Zilla Slab":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Zilla Slab Highlight":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Sora:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800"],i:["normal","bold"]},"DM Sans":{v:["regular"],subset:["latin"],weight:["Default","400","500","700"],i:["normal","bold","italic"]},"DM Serif Display":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"DM Serif Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Inter:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]}};function sl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var ul=()=>{const t=Ca(),a=Na((e=>e.enableSelectedFontFamilies)),n=Na((e=>e.selectedFontFamilies)),r="disabled"!==a,i=[],l=uag_admin_react.spectra_custom_fonts;return Object.keys(ol).map((e=>{"Default"!==e&&i.push({value:e,label:e})})),Object.keys(l).map((e=>{"Default"!==e&&i.push({value:e,label:e})})),(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Allow Only Selected Fonts","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:r,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_SELECTED_FONT_FAMILIES",payload:e});const n=new window.FormData;n.append("action","uag_load_select_font_globally"),n.append("security",uag_react.load_select_font_globally_nonce),n.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:sl(r?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:sl(r?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Spectra offers 700+ Google font options. If this is overwhelming for your clients, you can use this option to show only limited number of fonts in the block settings.","ultimate-addons-for-gutenberg")),(0,e.createElement)(ll,{isMulti:!0,placeholder:(0,Ze.__)("Select the font families you want"),defaultValue:n,onChange:e=>(e=>{if("enabled"===a){t({type:"UPDATE_SELECTED_FONT_FAMILIES",payload:e});const a="uag_select_font_globally",n=uag_react.select_font_globally_nonce,r=new window.FormData;r.append("action",a),r.append("security",n),r.append("value",JSON.stringify(e)),La()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}})(e),options:i,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),multiValue:e=>({...e,marging:"0",borderRadius:"0.25rem",backgroundColor:"#e2e8f0"}),multiValueLabel:e=>({...e,color:"#64748b"}),multiValueRemove:e=>({...e,color:"#64748b","&:hover":{color:"#ef4444",backgroundColor:"#e2e8f0"}})},components:{IndicatorSeparator:()=>null}}))};function cl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var dl=()=>{const t=Ca(),a=Na((e=>e.enableLoadFontsLocally)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flextext-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Load Google Fonts Locally","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_LOAD_FONTS_LOCALLY",payload:e});const n=new window.FormData;n.append("action","uag_load_gfonts_locally"),n.append("security",uag_react.load_gfonts_locally_nonce),n.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:cl(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:cl(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Enable this option to download Google fonts and save them on your server. This can be great for improving speed of your website and to comply with GDPR laws.","ultimate-addons-for-gutenberg")))};function ml(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var gl=()=>{const t=Ca(),a=Na((e=>e.enableLoadFontsLocally)),n=Na((e=>e.enablePreloadLocalFonts)),r="disabled"!==n;return(0,e.createElement)("section",{className:`uag-font-select-${a} block border-b border-solid border-slate-200 px-12 py-8 justify-between`},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Preload Local Fonts","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:r,onChange:()=>{let e;e="disabled"===n?"enabled":"disabled",t({type:"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS",payload:e});const a=new window.FormData;a.append("action","uag_preload_local_fonts"),a.append("security",uag_react.preload_local_fonts_nonce),a.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:ml(r?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:ml(r?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("This option will load the font files right away on page load. Preloading Local Fonts can speeds up your website even further.","ultimate-addons-for-gutenberg")))};function fl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var pl=()=>{const t=Ca(),a=Na((e=>e.enableCollapsePanels)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Collapse Panels","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_COLLAPSE_PANELS",payload:e});const n=new window.FormData;n.append("action","uag_collapse_panels"),n.append("security",uag_react.collapse_panels_nonce),n.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:fl(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:fl(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)('Enable the "Collapse Panels" option if you want to Collapse all other Panels in your Blocks Settings except for the one which is clicked This way you have only one Panel of Settings in front of you to Focus on.',"ultimate-addons-for-gutenberg")))};function hl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var vl=()=>{const t=Ca(),a=Na((e=>e.enableCopyPasteStyles)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Copy Paste Styles","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_COPY_PASTE_STYLES",payload:e});const n=new window.FormData;n.append("action","uag_copy_paste"),n.append("security",uag_react.copy_paste_nonce),n.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:hl(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:hl(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)('Enable the "Copy Paste Styles" option to have the ability to copy & paste Spectra & Core Gutenberg Blocks Styles.',"ultimate-addons-for-gutenberg")))};function bl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}function wl(){var t,a,r;const i=Ca(),l=Na((e=>e.social)),o=!!l&&l.socialRegister,s=l?l.googleClientId:"",u=l?l.facebookAppId:"",c=l?l.facebookAppSecret:"",d=(e,t)=>{i({type:e,payload:t});const a=new window.FormData;switch(a.append("action","uag_social"),a.append("security",uag_react.social_nonce),e){case"UPDATE_SOCIAL_REGISTER":a.append("socialRegister",t);break;case"UPDATE_GOOGLE_CLIENT_ID":a.append("googleClientId",t);break;case"UPDATE_FACEBOOK_APP_ID":a.append("facebookAppId",t);break;case"UPDATE_FACEBOOK_APP_SECRET":a.append("facebookAppSecret",t)}La()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{i({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},m=(null===(t=uag_react)||void 0===t||!t.is_allow_registration)&&"section-disabled";return(0,e.createElement)(n().Fragment,null,(0,e.createElement)("section",{className:`flex border-b border-solid border-slate-200 px-12 py-8 justify-between ${m}`},(0,e.createElement)("div",{className:"pr-16 w-[78%]"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Social Login Auto Register","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,Ze.__)("Enabling this setting will automatically register the users via Google/Facebook.","ultimate-addons-for-gutenberg")),m&&(0,e.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,Ze.__)('Make sure "Anyone can register" is enabled in General > Settings > Membership to use this feature.',"ultimate-addons-for-gutenberg"))),(0,e.createElement)("div",null,(0,e.createElement)(Wa,{checked:!(null===(a=uag_react)||void 0===a||!a.is_allow_registration)&&o,onChange:()=>d("UPDATE_SOCIAL_REGISTER",!o),className:bl(null!==(r=uag_react)&&void 0!==r&&r.is_allow_registration&&o?"bg-spectra":"bg-gray-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:bl(o?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))),(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8"},(0,e.createElement)("div",{className:"pb-4"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Social Login/Register - Google Client ID","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,Ze.__)("Note: This setting is required if you wish to use Login with Google on your website. Read","ultimate-addons-for-gutenberg")," ",(0,e.createElement)("a",{href:"https://wpspectra.com/"},(0,Ze.__)("this article","ultimate-addons-for-gutenberg")),"."),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm"},(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://ultimateelementor.com/docs/create-google-client-id-for-login-form-widget/?utm_source=uael-pro-dashboard&utm_medium=uael-menu-page&utm_campaign=uael-pro-plugin",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Get Keys","ultimate-addons-for-gutenberg")),(0,Ze.__)(" | ","ultimate-addons-for-gutenberg"),(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://ultimateelementor.com/docs/create-google-client-id-for-login-form-widget/?utm_source=uael-pro-dashboard&utm_medium=uael-menu-page&utm_campaign=uael-pro-plugin",target:"_blank",rel:"noreferrer"},(0,Ze.__)(" Documentation","ultimate-addons-for-gutenberg")))),(0,e.createElement)("div",null,(0,e.createElement)("label",{htmlFor:"google-client-id",className:"block text-gray-900 text-sm font-medium"},(0,Ze.__)("Google Client ID","ultimate-addons-for-gutenberg")),(0,e.createElement)("input",{id:"google-client-id",className:"mt-3 w-9/12 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",type:"text",name:"google-client-id",value:s||"",onChange:e=>d("UPDATE_GOOGLE_CLIENT_ID",e.target.value)}))),(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8"},(0,e.createElement)("div",{className:"pb-4"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Social Login/Register - Facebook App Details","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,Ze.__)("Note: This setting is required if you wish to use Login with Facebook on your website. Need help to get Facebook App Details? Read","ultimate-addons-for-gutenberg")," ",(0,e.createElement)("a",{href:"https://ultimateelementor.com/docs/create-facebook-app-id-for-login-form-widget/?utm_source=uael-pro-dashboard&utm_medium=uael-menu-page&utm_campaign=uael-pro-plugin"},(0,Ze.__)("this article","ultimate-addons-for-gutenberg")),"."),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm"},(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://ultimateelementor.com/docs/create-facebook-app-id-for-login-form-widget/?utm_source=uael-pro-dashboard&utm_medium=uael-menu-page&utm_campaign=uael-pro-plugin",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Get Keys","ultimate-addons-for-gutenberg")),(0,Ze.__)(" | ","ultimate-addons-for-gutenberg"),(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://ultimateelementor.com/docs/create-facebook-app-id-for-login-form-widget/?utm_source=uael-pro-dashboard&utm_medium=uael-menu-page&utm_campaign=uael-pro-plugin",target:"_blank",rel:"noreferrer"},(0,Ze.__)(" Documentation","ultimate-addons-for-gutenberg")))),(0,e.createElement)("div",{className:"pb-4"},(0,e.createElement)("label",{htmlFor:"facebook-app-id",className:"block text-gray-900 text-sm font-medium"},(0,Ze.__)("Facebook App Details","ultimate-addons-for-gutenberg")),(0,e.createElement)("input",{id:"facebook-app-id",className:"mt-3 w-9/12 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",type:"text",name:"facebook-app-id",value:u||"",onChange:e=>d("UPDATE_FACEBOOK_APP_ID",e.target.value)})),(0,e.createElement)("div",{className:"pb-4"},(0,e.createElement)("label",{htmlFor:"facebook-app-id",className:"block text-gray-900 text-sm font-medium"},(0,Ze.__)("Facebook App Secret Key","ultimate-addons-for-gutenberg")),(0,e.createElement)("input",{id:"facebook-app-id",className:"mt-3 w-9/12 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",type:"text",name:"facebook-app-secret",value:c||"",onChange:e=>d("UPDATE_FACEBOOK_APP_SECRET",e.target.value)}))))}function yl(){const t=Ca(),a=Na((e=>e.dynamicContentMode)),r=e=>{t({type:"UPDATE_DYNAMIC_CONTENT_MODE",payload:e.target.value});const a=new window.FormData;a.append("action","uag_dynamic_content_mode"),a.append("security",uag_react.dynamic_content_mode_nonce),a.append("value",e.target.value),La()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))};return(0,e.createElement)(n().Fragment,null,(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("section",{className:"flex items-start"},(0,e.createElement)("div",{className:"pr-16 w-[78%]"},(0,e.createElement)("h3",{className:"text-lg leading-6 font-medium text-gray-900"},(0,Ze.__)("Dynamic Content","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-[0.6rem] text-sm "},(0,Ze.__)("Choose how you want to display dynamic content settings","ultimate-addons-for-gutenberg"))),(0,e.createElement)("div",{className:"mt-1.5"},(0,e.createElement)("div",{className:"flex flex-row gap-[2.50rem] justify-center"},(0,e.createElement)("div",{className:"form-check flex justify-center items-center"},(0,e.createElement)("input",{className:"uag-radio-input form-check-input appearance-none rounded-full h-1.25rem w-1.25rem border border-bg-spectra bg-white checked:bg-spectra checked:bg-spectra focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left cursor-pointer",type:"radio",name:"dynamic_content_mode",value:"popup",onChange:r,id:"dynamic-content-popup",checked:"popup"===a}),(0,e.createElement)("label",{className:"form-check-label inline-block text-gray-800 ml-1 -mt-0.5",htmlFor:"dynamic-content-popup"},(0,Ze.__)("Popup","ultimate-addons-for-gutenberg"))),(0,e.createElement)("div",{className:"form-check flex justify-center items-center"},(0,e.createElement)("input",{className:"uag-radio-input form-check-input appearance-none rounded-full h-1.25rem w-1.25rem border border-bg-spectra bg-white checked:bg-spectra checked:bg-spectra focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left cursor-pointer",type:"radio",name:"dynamic_content_mode",value:"sidebar",onChange:r,id:"dynamic-content-sidebar",checked:"sidebar"===a}),(0,e.createElement)("label",{className:"form-check-label inline-block text-gray-800 ml-1 -mt-0.5",htmlFor:"dynamic-content-sidebar"},(0,Ze.__)("Sidebar","ultimate-addons-for-gutenberg"))))))))}yl.propTypes={},yl.defaultProps={};var xl=()=>{const t=Ca(),a=Na((e=>e.contentWidth));return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Default Content Width","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,e.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:a,onChange:e=>{const a=e.target.value;t({type:"UPDATE_CONTENT_WIDTH",payload:a});const n=new window.FormData;n.append("action","uag_content_width"),n.append("security",uag_react.content_width_nonce),n.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},type:"number",placeholder:"1140",min:0,max:1600}),(0,e.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,Ze.__)("px","ultimate-addons-for-gutenberg")))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("This setting will apply to Container Block's default Content Width.","ultimate-addons-for-gutenberg")),"Spectra"!==uag_react.uag_content_width_set_by&&(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500 italic"},(0,Ze.__)(`The current Content width is applied from ${uag_react.uag_content_width_set_by}.`,"ultimate-addons-for-gutenberg")))},El=()=>{const t=Ca(),a=Na((e=>e.blocksEditorSpacing));return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Blocks Editor Spacing","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,e.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:a,onChange:e=>{const a=e.target.value;t({type:"UPDATE_BLOCKS_EDITOR_SPACING",payload:a});const n=new window.FormData;n.append("action","uag_blocks_editor_spacing"),n.append("security",uag_react.blocks_editor_spacing_nonce),n.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},type:"number",placeholder:"0",min:0,max:100}),(0,e.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,Ze.__)("px","ultimate-addons-for-gutenberg")))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("This setting will apply spacing in between all blocks inside block editor.","ultimate-addons-for-gutenberg")))};function Dl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var _l=()=>{const a=Ca(),[n,r]=(0,t.useState)([]),[i,l]=(0,t.useState)(!1),o=Na((e=>e.enableComingSoonMode)),s=Na((e=>e.comingSoonPage)),u="disabled"!==o,c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";const t=new window.FormData;t.append("action","uag_fetch_pages"),t.append("security",uag_react.fetch_pages_nonce),t.append("keyword",e),l(!0),La()({url:uag_react.ajax_url,method:"POST",body:t}).then((e=>{l(!1),r(e.data)}))};return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Enable Coming Soon Mode","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:u,onChange:()=>{let e;e="disabled"===o?"enabled":"disabled",a({type:"UPDATE_ENABLE_COMING_SOON",payload:e});const t=new window.FormData;t.append("action","uag_enable_coming_soon_mode"),t.append("security",uag_react.enable_coming_soon_mode_nonce),t.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:Dl(u?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Dl(u?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Is your website still in the making? Is it not yet ready for other people to see?","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Enable the coming soon mode. Only the page you select below will be displayed to people who are not logged in.","ultimate-addons-for-gutenberg")),(0,e.createElement)(ll,{isMulti:!1,placeholder:(0,Ze.__)("Select the page you want"),defaultValue:s,onChange:e=>(e=>{a({type:"UPDATE_COMING_SOON_PAGE",payload:e.value});const t=new window.FormData;t.append("action","uag_coming_soon_page"),t.append("security",uag_react.coming_soon_page_nonce),t.append("value",e.value),La()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))})(e),onInputChange:e=>{0===n.filter((t=>t.label.toLowerCase().includes(e))).length&&c(e)},options:n,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",isLoading:i,onMenuOpen:c,theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),singleValue:e=>({...e,color:"#64748b"})},components:{IndicatorSeparator:()=>null}}))},Cl=()=>(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,e.createElement)(an,{width:"100px",height:"32px"})),(0,e.createElement)("main",{className:"max-w-[77rem] mx-auto my-[2.43rem] bg-white rounded-md shadow overflow-hidden h-[36rem]"},(0,e.createElement)("div",{className:"lg:grid lg:grid-cols-12 h-full"},(0,e.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-5 lg:col-span-3"},(0,e.createElement)("nav",{className:"space-y-1"},Array(7).fill().map(((t,a)=>(0,e.createElement)("div",{key:`setting${a}`,className:"flex justify-left items-center py-3 space-x-3"},(0,e.createElement)(an,{key:`icon${a}`,width:"24px",height:"24px"}),(0,e.createElement)(tn,{key:a,width:"120px",fontSize:"16px"})))))),(0,e.createElement)("div",{className:"border-l lg:col-span-9 p-8"},(0,e.createElement)(tn,{fontSize:"35px",width:"225px"}),(0,e.createElement)(tn,{width:"80%"}),(0,e.createElement)("div",{className:"h-8"}),(0,e.createElement)(tn,{fontSize:"35px",width:"300px"}),(0,e.createElement)(tn,{width:"60%"}),(0,e.createElement)("div",{className:"h-8"}),(0,e.createElement)(tn,{fontSize:"35px",width:"210px"}),(0,e.createElement)(tn,{width:"65%"}))))),kl=()=>{const t=Ca(),a=Na((e=>e.siteKeyV2)),n=Na((e=>e.secretKeyV2)),r=Na((e=>e.siteKeyV3)),i=Na((e=>e.secretKeyV3));return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Google reCAPTCHA","ultimate-addons-for-gutenberg"))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("To enable reCAPTCHA for your form, please follow the steps mentioned ","ultimate-addons-for-gutenberg"),(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://www.google.com/recaptcha/admin/create",target:"_blank",rel:"noreferrer"},(0,Ze.__)("here. ","ultimate-addons-for-gutenberg"))),(0,e.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,Ze.__)("reCAPTCHA v2","ultimate-addons-for-gutenberg")),(0,e.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,Ze.__)("Site Key v2","ultimate-addons-for-gutenberg"),value:a,name:"site_key_v2",onChange:e=>{const a=e.target.value;t({type:"UPDATE_RECAPTCHA_SITE_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v2"),n.append("security",uag_react.recaptcha_site_key_v2_nonce),n.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},id:"grid-zip",type:"text"}),(0,e.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,Ze.__)("Secret Key v2","ultimate-addons-for-gutenberg"),id:"grid-zip",value:n,name:"secret_key_v2",onChange:e=>{const a=e.target.value;t({type:"UPDATE_RECAPTCHA_SECRET_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v2"),n.append("security",uag_react.recaptcha_secret_key_v2_nonce),n.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},type:"text"}),(0,e.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,Ze.__)("reCAPTCHA v3","ultimate-addons-for-gutenberg")),(0,e.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,Ze.__)("Site Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:r,name:"site_key_v3",onChange:e=>{const a=e.target.value;t({type:"UPDATE_RECAPTCHA_SITE_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v3"),n.append("security",uag_react.recaptcha_site_key_v3_nonce),n.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}}),(0,e.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,Ze.__)("Secret Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:i,name:"secret_key_v3",onChange:e=>{const a=e.target.value;t({type:"UPDATE_RECAPTCHA_SECRET_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v3"),n.append("security",uag_react.recaptcha_secret_key_v3_nonce),n.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}}))};function Sl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ol=()=>{const t=Ca(),a=Na((e=>e.enableFontAwesome5)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Load Font Awesome 5 Support","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_FONT_AWESOME_5",payload:e});const n=new window.FormData;n.append("action","uag_load_font_awesome_5"),n.append("security",uag_react.load_font_awesome_5_nonce),n.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:Sl(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Sl(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Enable this to make sure all previously used Font Awesome 5 icons are displayed correctly while using the Font Awesome 6 library.","ultimate-addons-for-gutenberg")))};function Nl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Tl=()=>{const t=Ca(),a=Na((e=>e.enableAutoBlockRecovery)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Automatic Block Recovery","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY",payload:e});const n=new window.FormData;n.append("action","uag_auto_block_recovery"),n.append("security",uag_react.auto_block_recovery_nonce),n.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:Nl(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Nl(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)('Enable this to automatically recover any erroneous blocks that may occur on your web pages. This will save you time spent on clicking all those "Attempt Block Recovery" Buttons.',"ultimate-addons-for-gutenberg")))},Al=()=>{const a=Na((e=>e.containerGlobalPadding));(0,t.useEffect)((()=>{"default"===a&&r(10,!1)}),[]);const n=Ca(),r=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];n({type:"UPDATE_CONTAINER_GLOBAL_PADDING",payload:e});const a=new window.FormData;a.append("action","uag_container_global_padding"),a.append("security",uag_react.container_global_padding_nonce),a.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t&&n({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))};return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Container Padding","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,e.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:a,onChange:e=>{const t=e.target.value;r(t)},type:"number",placeholder:"",min:0,max:100}),(0,e.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,Ze.__)("px","ultimate-addons-for-gutenberg")))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("This setting will apply default padding in the Container Block.","ultimate-addons-for-gutenberg")))},Pl=()=>{const t=Na((e=>e.containerGlobalElementsGap)),a=Ca();return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Container Elements Gap","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,e.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:t,onChange:e=>{(e=>{a({type:"UPDATE_CONTAINER_GLOBAL_ELEMENTS_GAP",payload:e});const t=new window.FormData;t.append("action","uag_container_global_elements_gap"),t.append("security",uag_react.container_global_elements_gap_nonce),t.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))})(e.target.value)},type:"number",placeholder:"",min:0,max:100}),(0,e.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,Ze.__)("px","ultimate-addons-for-gutenberg")))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("This setting will apply default Row & Column Gaps in the Container Block.","ultimate-addons-for-gutenberg")))};function Ml(){const[a,r]=(0,t.useState)(!1),i=uag_react.license_status,l=i?"bsf_deactivate_license":"bsf_activate_license",o=i?(0,Ze.__)("Deactivate","ultimate-addons-for-gutenberg"):(0,Ze.__)("Activate","ultimate-addons-for-gutenberg"),s=i?(0,Ze.__)("Your license is active.","ultimate-addons-for-gutenberg"):(0,Ze.__)("Paste your license key here","ultimate-addons-for-gutenberg"),u=i?(0,Ze.__)("License successfully validated!","ultimate-addons-for-gutenberg"):(0,Ze.__)("Please enter your valid license key below to activate Spectra Pro!","ultimate-addons-for-gutenberg");return(0,e.createElement)(n().Fragment,null,(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full"},(0,e.createElement)("form",{method:"post",className:"form-wrap bsf-license-register-astra-addon form-submited-astra-addon"},(0,e.createElement)("h3",{className:"p-0 mb-2 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("License Key","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"w-9/12"},!i&&(0,e.createElement)("p",{style:{margin:"0.5rem 0 0",color:"#64748b"}},(0,Ze.__)("Activate ","ultimate-addons-for-gutenberg"),(0,e.createElement)("a",{href:"https://wpspectra.com/pro",className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",target:"_blank",rel:"noreferrer"},"Spectra Pro")," ",(0,Ze.__)("to get professional support and automatic updates from your WordPress dashboard.","ultimate-addons-for-gutenberg")," ",(0,Ze.__)("If you don't have a license, you can","ultimate-addons-for-gutenberg")," ",(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",target:"_blank",href:"https://wpspectra.com/pricing",rel:"noreferrer"},(0,Ze.__)("get it here","ultimate-addons-for-gutenberg")," »")),(0,e.createElement)("p",{style:{margin:"0.5rem 0 0",color:"#64748b"}},u),(0,e.createElement)("div",{className:"mt-4 flex w-full"},(0,e.createElement)("div",{className:"mr-5 h-10 relative flex-1"},(0,e.createElement)("input",{type:"hidden",id:"bsf_graupi_nonce",name:"bsf_graupi_nonce",value:uag_react.bsf_graupi_nonce}),(0,e.createElement)("input",{type:"hidden",name:"_wp_http_referer",value:window.location.href.replace(window.location.origin,"")}),i&&(0,e.createElement)("input",{type:"hidden",id:"bsf_license_manager[license_key]",name:"bsf_license_manager[license_key]",value:s}),(0,e.createElement)("input",{className:"w-full h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field "+(i?"spectra-admin__input-field--read-only":""),id:i?"spectra_license_key":"bsf_license_manager[license_key]",name:i?"spectra_license_key":"bsf_license_manager[license_key]",type:"text",placeholder:s,readOnly:!!i,style:{paddingLeft:"35px"}}),(0,e.createElement)("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"absolute top-1/2 -translate-y-1/2 left-3"},(0,e.createElement)("path",{d:"M10 4.66667C10.7364 4.66667 11.3333 5.26362 11.3333 6M14 6C14 8.20914 12.2091 10 10 10C9.59589 10 9.20577 9.94007 8.83805 9.82862L7.33333 11.3333H6V12.6667H4.66667V14H2.66667C2.29848 14 2 13.7015 2 13.3333V11.6095C2 11.4327 2.07024 11.2631 2.19526 11.1381L6.17138 7.16195C6.05993 6.79423 6 6.40412 6 6C6 3.79086 7.79086 2 10 2C12.2091 2 14 3.79086 14 6Z",stroke:"#94A3B8",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"})),(0,e.createElement)("input",{type:"hidden",id:"bsf_license_manager[product_id]",name:"bsf_license_manager[product_id]",value:"spectra-pro"})),(0,e.createElement)("button",{type:"submit",name:l,onClick:()=>r(!0),className:"flex items-center w-auto px-4 py-2 bg-spectra text-white hover:bg-spectra-hover focus:bg-spectra-hover border border-transparent text-sm font-medium rounded-md shadow-sm focus:outline-none transition-all"},o,a&&(0,e.createElement)("svg",{className:"animate-spin -mr-1 ml-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,e.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,e.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})))))))))}function Ll(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Il=()=>{var a;const n=new URLSearchParams(null===(a=Ve())||void 0===a?void 0:a.search),r=Ca(),i=Re(Oe),l=Na((e=>e.activeSettingsNavigationTab)),o=Na((e=>e.initialStateSetFlag)),s=[{name:(0,Ze.__)("Editor Options","ultimate-addons-for-gutenberg"),slug:"global-settings",icon:ln["global-settings"]},{name:(0,Ze.__)("Asset Generation","ultimate-addons-for-gutenberg"),slug:"asset-generation",icon:ln["asset-generation"]},{name:(0,Ze.__)("Templates","ultimate-addons-for-gutenberg"),slug:"templates",icon:ln.templates},{name:(0,Ze.__)("Version Control","ultimate-addons-for-gutenberg"),slug:"version-control",icon:ln["version-control"]},{name:(0,Ze.__)("Performance","ultimate-addons-for-gutenberg"),slug:"fonts-performance",icon:ln["fonts-performance"]},{name:(0,Ze.__)("Block Settings","ultimate-addons-for-gutenberg"),slug:"block-settings",icon:ln["block-settings"]},{name:(0,Ze.__)("Coming Soon","ultimate-addons-for-gutenberg"),slug:"coming-soon",icon:ln["coming-soon"]}];return uag_react.spectra_pro_status&&s.push({name:(0,Ze.__)("My Account","ultimate-addons-for-gutenberg"),slug:"my-account",icon:ln.account}),(0,t.useEffect)((()=>{const e=n.get("path"),t=n.get("settings");let a=t&&"settings"===e?t:"global-settings";uag_react.spectra_pro_status&&!uag_react.license_status&&(a=t&&"settings"===e?t:"my-account",i.push({pathname:"options-general.php",search:`?page=spectra&path=settings&settings=${a}`})),r({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:a})}),[o]),o?(0,e.createElement)("div",{className:"px-6 w-full"},(0,e.createElement)("div",{className:"mx-auto mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Settings"),(0,e.createElement)("main",{className:"mx-auto my-[2.43rem] bg-white rounded-md shadow min-h-[36rem] lg:max-w-[80rem]"},(0,e.createElement)("div",{className:"lg:grid lg:grid-cols-12 min-h-[36rem] h-full"},(0,e.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-0 lg:col-span-3"},(0,e.createElement)("nav",{className:"space-y-1"},s.map((t=>(0,e.createElement)(We,{to:{pathname:"options-general.php",search:`?page=spectra&path=settings&settings=${t.slug}`},key:t.name,className:Ll(l===t.slug?"border-spectra text-spectra focus:text-spectra-hover active:text-spectra hover:text-spectra-hover stroke-spectra fill-spectra focus:stroke-spectra focus:fill-spectra hover:stroke-spectra hover:fill-spectra":"border-white text-slate-800 stroke-slate-800 fill-slate-800 focus:text-slate-900 focus:border-slate-200 focus:stroke-slate-900 focus:fill-slate-900 hover:text-slate-900 hover:border-slate-200 hover:stroke-slate-900 hover:fill-slate-900","border-l-4 group cursor-pointer py-3 pl-5 flex items-center text-base font-medium"),onClick:()=>{r({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:t.slug})}},t.icon,(0,e.createElement)("span",{className:"truncate"},t.name)))))),(0,e.createElement)("div",{className:"lg:col-span-9 border-l spectra__settings"},"global-settings"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(xl,null),(0,e.createElement)(Al,null),(0,e.createElement)(Pl,null),uag_react.spectra_pro_status&&(0,e.createElement)(yl,null),(0,e.createElement)(El,null),(0,e.createElement)(pl,null),(0,e.createElement)(vl,null),(0,e.createElement)(Tl,null),"yes"===uag_react.global_data.uagb_old_user_less_than_2&&(0,e.createElement)(Ol,null)),"asset-generation"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(sn,null),(0,e.createElement)(un,null)),"templates"===l&&(0,e.createElement)(dn,null),"version-control"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(gn,null),(0,e.createElement)(pn,null),"yes"!==uag_react.global_data.uagb_old_user_less_than_2&&(0,e.createElement)(vn,null)),"fonts-performance"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(dl,null),(0,e.createElement)(gl,null),(0,e.createElement)(ul,null)),"block-settings"===l&&(0,e.createElement)(e.Fragment,null,uag_react.spectra_pro_status&&(0,e.createElement)(wl,null),(0,e.createElement)(kl,null)),"coming-soon"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(_l,null)),uag_react.spectra_pro_status&&"my-account"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(Ml,null)))))):(0,e.createElement)(Cl,null)},Rl=function(){const t=new URLSearchParams(Ve().search),a=t.get("page"),n=t.get("path"),r=t.get("event");let i=(0,e.createElement)("p",null,"Default route fallback");if(uag_react.home_slug===a)if("getting-started"===r)i=(0,e.createElement)(Pa,null);else switch(n){case"blocks":i=(0,e.createElement)(rn,null);break;case"settings":i=(0,e.createElement)(Il,null);break;default:i=(0,e.createElement)(Pa,null)}return(0,e.createElement)(e.Fragment,null,i)},Vl=t.forwardRef((function(e,a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:a},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"}))})),Fl=t.forwardRef((function(e,a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:a},e),t.createElement("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"}))}));function Hl(){const a=Ca(),n=Na((e=>e.settingsSavedNotification));return(0,t.useEffect)((()=>{""!==n&&setTimeout((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:""})}),2e3)}),[n]),(0,e.createElement)(t.Fragment,null,(0,e.createElement)("div",{"aria-live":"assertive",className:"fixed inset-10 z-10 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start"},(0,e.createElement)("div",{className:"w-full flex flex-col items-center space-y-4 sm:items-end"},(0,e.createElement)(ht,{show:""!==n,as:t.Fragment,enter:"transform ease-out duration-300 transition",enterFrom:"translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2",enterTo:"translate-y-0 opacity-100 sm:translate-x-0",leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,e.createElement)("div",{className:"max-w-sm w-full bg-white shadow-lg rounded-lg pointer-events-auto ring-1 ring-black ring-opacity-5 overflow-hidden"},(0,e.createElement)("div",{className:"p-4"},(0,e.createElement)("div",{className:"flex items-start"},(0,e.createElement)("div",{className:"flex-shrink-0"},(0,e.createElement)(Vl,{className:"h-6 w-6 text-green-400","aria-hidden":"true"})),(0,e.createElement)("div",{className:"ml-3 w-0 flex-1 pt-0.5"},(0,e.createElement)("p",{className:"text-sm font-medium text-gray-900"},n)),(0,e.createElement)("div",{className:"ml-4 flex-shrink-0 flex"},(0,e.createElement)("button",{className:"bg-white rounded-md inline-flex text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500",onClick:()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:""})}},(0,e.createElement)("span",{className:"sr-only"},"Close"),(0,e.createElement)(Fl,{className:"h-5 w-5","aria-hidden":"true"}))))))))))}function jl(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Bl="function"==typeof Symbol&&Symbol.observable||"@@observable",Ul=function(){return Math.random().toString(36).substring(7).split("").join(".")},Gl={INIT:"@@redux/INIT"+Ul(),REPLACE:"@@redux/REPLACE"+Ul(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Ul()}};function Wl(e){if("object"!=typeof e||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}var zl,Kl=function e(t,a,n){var r;if("function"==typeof a&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error(jl(0));if("function"==typeof a&&void 0===n&&(n=a,a=void 0),void 0!==n){if("function"!=typeof n)throw new Error(jl(1));return n(e)(t,a)}if("function"!=typeof t)throw new Error(jl(2));var i=t,l=a,o=[],s=o,u=!1;function c(){s===o&&(s=o.slice())}function d(){if(u)throw new Error(jl(3));return l}function m(e){if("function"!=typeof e)throw new Error(jl(4));if(u)throw new Error(jl(5));var t=!0;return c(),s.push(e),function(){if(t){if(u)throw new Error(jl(6));t=!1,c();var a=s.indexOf(e);s.splice(a,1),o=null}}}function g(e){if(!Wl(e))throw new Error(jl(7));if(void 0===e.type)throw new Error(jl(8));if(u)throw new Error(jl(9));try{u=!0,l=i(l,e)}finally{u=!1}for(var t=o=s,a=0;a<t.length;a++)(0,t[a])();return e}function f(e){if("function"!=typeof e)throw new Error(jl(10));i=e,g({type:Gl.REPLACE})}function p(){var e,t=m;return(e={subscribe:function(e){if("object"!=typeof e||null===e)throw new Error(jl(11));function a(){e.next&&e.next(d())}return a(),{unsubscribe:t(a)}}})[Bl]=function(){return this},e}return g({type:Gl.INIT}),(r={dispatch:g,subscribe:m,getState:d,replaceReducer:f})[Bl]=p,r}((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"UPDATE_INITIAL_STATE":return{...t.payload};case"UPDATE_INITIAL_STATE_FLAG":return{...e,initialStateSetFlag:t.payload};case"UPDATE_BLOCKS_ACTIVE_FILTER_TAB":return{...e,activeBlocksFilterTab:t.payload};case"UPDATE_BLOCK_STATUSES":return{...e,blocksStatuses:t.payload};case"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB":return{...e,activeSettingsNavigationTab:t.payload};case"UPDATE_FILE_GENERATION":return{...e,enableFileGeneration:t.payload};case"UPDATE_TEMPLATES_BUTTON":return{...e,enableTemplates:t.payload};case"UPDATE_BETA":return{...e,enableBeta:t.payload};case"UPDATE_LEGACY_BLOCKS":return{...e,enableLegacyBlocks:t.payload};case"UPDATE_ENABLE_SELECTED_FONT_FAMILIES":return{...e,enableSelectedFontFamilies:t.payload};case"UPDATE_SELECTED_FONT_FAMILIES":return{...e,selectedFontFamilies:t.payload};case"UPDATE_ENABLE_LOAD_FONTS_LOCALLY":return{...e,enableLoadFontsLocally:t.payload};case"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS":return{...e,enablePreloadLocalFonts:t.payload};case"UPDATE_ENABLE_COLLAPSE_PANELS":return{...e,enableCollapsePanels:t.payload};case"UPDATE_ENABLE_COPY_PASTE_STYLES":return{...e,enableCopyPasteStyles:t.payload};case"UPDATE_ENABLE_DISPLAY_CONDITIONS":return{...e,enableDisplayConditions:t.payload};case"UPDATE_ENABLE_MASONRY_EXTENSION":return{...e,enableMasonryExtension:t.payload};case"UPDATE_RECAPTCHA_VERSION":return{...e,social:{...e.social,recaptchaVersion:t.payload}};case"UPDATE_RECAPTCHA_BADGE":return{...e,social:{...e.social,recaptchaBadgeHide:t.payload}};case"UPDATE_RECAPTCHA_SITE_KEY":return{...e,social:{...e.social,recaptchaSiteKey:t.payload}};case"UPDATE_RECAPTCHA_SECRET_KEY":return{...e,social:{...e.social,recaptchaSecretKey:t.payload}};case"UPDATE_SOCIAL_REGISTER":return{...e,social:{...e.social,socialRegister:t.payload}};case"UPDATE_GOOGLE_CLIENT_ID":return{...e,social:{...e.social,googleClientId:t.payload}};case"UPDATE_FACEBOOK_APP_ID":return{...e,social:{...e.social,facebookAppId:t.payload}};case"UPDATE_FACEBOOK_APP_SECRET":return{...e,social:{...e.social,facebookAppSecret:t.payload}};case"UPDATE_ENABLE_DYNAMIC_CONTENT_EXTENSION":return{...e,enableDynamicContentExtension:t.payload};case"UPDATE_DYNAMIC_CONTENT_MODE":return{...e,dynamicContentMode:t.payload};case"UPDATE_ENABLE_RESPONSIVE_CONDITIONS":return{...e,enableResponsiveConditions:t.payload};case"UPDATE_CONTENT_WIDTH":return{...e,contentWidth:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V2":return{...e,siteKeyV2:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V3":return{...e,siteKeyV3:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V2":return{...e,secretKeyV2:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V3":return{...e,secretKeyV3:t.payload};case"UPDATE_SETTINGS_SAVED_NOTIFICATION":return{...e,settingsSavedNotification:t.payload};case"UPDATE_ENABLE_COMING_SOON":return{...e,enableComingSoonMode:t.payload};case"UPDATE_COMING_SOON_PAGE":return{...e,comingSoonPage:t.payload};case"UPDATE_BLOCKS_EDITOR_SPACING":return{...e,blocksEditorSpacing:t.payload};case"UPDATE_ENABLE_FONT_AWESOME_5":return{...e,enableFontAwesome5:t.payload};case"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY":return{...e,enableAutoBlockRecovery:t.payload};case"UPDATE_CONTAINER_GLOBAL_PADDING":return{...e,containerGlobalPadding:t.payload};case"UPDATE_CONTAINER_GLOBAL_ELEMENTS_GAP":return{...e,containerGlobalElementsGap:t.payload};default:return e}}),{initialStateSetFlag:!1,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"",blocksStatuses:[],enableFileGeneration:"",enableTemplates:"",enableBeta:"",enableSelectedFontFamilies:"",selectedFontFamilies:"",enableLoadFontsLocally:"",enablePreloadLocalFonts:"",enableCollapsePanels:"",enableCopyPasteStyles:"",enableDisplayConditions:"",enableMasonryExtension:"",socialLogin:{recaptchaVersion:"v2",recaptchaSiteKey:"",recaptchaSecretKey:"",recaptchaBadgeHide:!1,socialRegister:!1,googleClientId:"",facebookAppId:"",facebookAppSecret:""},enableDynamicContentExtension:"",dynamicContentMode:"popup",enableResponsiveConditions:"",contentWidth:"",siteKeyV2:"",siteKeyV3:"",secretKeyV2:"",secretKeyV3:"",settingsSavedNotification:"",enableComingSoonMode:"disabled",comingSoonPage:"",blocksEditorSpacing:"",containerGlobalPadding:"",containerGlobalElementsGap:20,enableFontAwesome5:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled",enableAutoBlockRecovery:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled",enableLegacyBlocks:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"yes":"no",coreBlocks:["container","advanced-heading","image","buttons","info-box","call-to-action"]},window.__REDUX_DEVTOOLS_EXTENSION__&&window.__REDUX_DEVTOOLS_EXTENSION__());Kl.getState().initialStateSetFlag||(zl=Kl,La()({path:"/uag/v1/admin/commonsettings/"}).then((e=>{const t={initialStateSetFlag:!0,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"global-settings",settingsSavedNotification:"",blocksStatuses:e.blocks_activation_and_deactivation,enableFileGeneration:e.enable_file_generation,enableTemplates:e.enable_templates_button,enableBeta:e.enable_beta_updates,enableSelectedFontFamilies:e.load_select_font_globally,selectedFontFamilies:e.select_font_globally,enableLoadFontsLocally:e.load_gfonts_locally,enablePreloadLocalFonts:e.preload_local_fonts,enableCollapsePanels:e.collapse_panels,enableCopyPasteStyles:e.copy_paste,enableDisplayConditions:e.enable_block_condition,enableMasonryExtension:e.enable_masonry_gallery,enableDynamicContentExtension:e.enable_dynamic_content,dynamicContentMode:e.dynamic_content_mode,enableResponsiveConditions:e.enable_block_responsive,contentWidth:e.uag_content_width,siteKeyV2:e.recaptcha_site_key_v2,secretKeyV2:e.recaptcha_secret_key_v2,siteKeyV3:e.recaptcha_site_key_v3,secretKeyV3:e.recaptcha_secret_key_v3,enableComingSoonMode:e.uag_enable_coming_soon_mode,comingSoonPage:e.coming_soon_page,blocksEditorSpacing:e.uag_blocks_editor_spacing,containerGlobalPadding:e.uag_container_global_padding,containerGlobalElementsGap:e.uag_container_global_elements_gap,enableFontAwesome5:e.uag_load_font_awesome_5,enableAutoBlockRecovery:e.uag_auto_block_recovery,social:e.social,coreBlocks:e.spectra_core_blocks};zl.dispatch({type:"UPDATE_INITIAL_STATE",payload:t})}))),i().render((0,e.createElement)((function(e){var a=e.store,r=e.context,i=e.children,l=(0,t.useMemo)((function(){var e=wa(a);return{store:a,subscription:e}}),[a]),o=(0,t.useMemo)((function(){return a.getState()}),[a]);ya((function(){var e=l.subscription;return e.onStateChange=e.notifyNestedSubs,e.trySubscribe(),o!==a.getState()&&e.notifyNestedSubs(),function(){e.tryUnsubscribe(),e.onStateChange=null}}),[l,o]);var s=r||pa;return n().createElement(s.Provider,{value:l},i)}),{store:Kl},(0,e.createElement)((()=>(0,e.createElement)(Fe,null,(0,e.createElement)(Aa,null),(0,e.createElement)(Hl,null),(0,e.createElement)(Ie,null,(0,e.createElement)(Le,{path:"/"},(0,e.createElement)(Rl,null))))),null)),document.getElementById("uag-dashboard-app"))}()}();
1
+ !function(){var e={679:function(e,t,a){"use strict";var n=a(296),r={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},l={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};function s(e){return n.isMemo(e)?l:o[e.$$typeof]||r}o[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},o[n.Memo]=l;var u=Object.defineProperty,c=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,m=Object.getOwnPropertyDescriptor,g=Object.getPrototypeOf,f=Object.prototype;e.exports=function e(t,a,n){if("string"!=typeof a){if(f){var r=g(a);r&&r!==f&&e(t,r,n)}var l=c(a);d&&(l=l.concat(d(a)));for(var o=s(t),p=s(a),h=0;h<l.length;++h){var v=l[h];if(!(i[v]||n&&n[v]||p&&p[v]||o&&o[v])){var b=m(a,v);try{u(t,v,b)}catch(e){}}}}return t}},103:function(e,t){"use strict";var a="function"==typeof Symbol&&Symbol.for,n=a?Symbol.for("react.element"):60103,r=a?Symbol.for("react.portal"):60106,i=a?Symbol.for("react.fragment"):60107,l=a?Symbol.for("react.strict_mode"):60108,o=a?Symbol.for("react.profiler"):60114,s=a?Symbol.for("react.provider"):60109,u=a?Symbol.for("react.context"):60110,c=a?Symbol.for("react.async_mode"):60111,d=a?Symbol.for("react.concurrent_mode"):60111,m=a?Symbol.for("react.forward_ref"):60112,g=a?Symbol.for("react.suspense"):60113,f=a?Symbol.for("react.suspense_list"):60120,p=a?Symbol.for("react.memo"):60115,h=a?Symbol.for("react.lazy"):60116,v=a?Symbol.for("react.block"):60121,b=a?Symbol.for("react.fundamental"):60117,w=a?Symbol.for("react.responder"):60118,y=a?Symbol.for("react.scope"):60119;function x(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case c:case d:case i:case o:case l:case g:return e;default:switch(e=e&&e.$$typeof){case u:case m:case h:case p:case s:return e;default:return t}}case r:return t}}}function E(e){return x(e)===d}t.AsyncMode=c,t.ConcurrentMode=d,t.ContextConsumer=u,t.ContextProvider=s,t.Element=n,t.ForwardRef=m,t.Fragment=i,t.Lazy=h,t.Memo=p,t.Portal=r,t.Profiler=o,t.StrictMode=l,t.Suspense=g,t.isAsyncMode=function(e){return E(e)||x(e)===c},t.isConcurrentMode=E,t.isContextConsumer=function(e){return x(e)===u},t.isContextProvider=function(e){return x(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return x(e)===m},t.isFragment=function(e){return x(e)===i},t.isLazy=function(e){return x(e)===h},t.isMemo=function(e){return x(e)===p},t.isPortal=function(e){return x(e)===r},t.isProfiler=function(e){return x(e)===o},t.isStrictMode=function(e){return x(e)===l},t.isSuspense=function(e){return x(e)===g},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===d||e===o||e===l||e===g||e===f||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===p||e.$$typeof===s||e.$$typeof===u||e.$$typeof===m||e.$$typeof===b||e.$$typeof===w||e.$$typeof===y||e.$$typeof===v)},t.typeOf=x},296:function(e,t,a){"use strict";e.exports=a(103)},826:function(e){e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},779:function(e,t,a){var n=a(826);e.exports=function e(t,a,r){return n(a)||(r=a||r,a=[]),r=r||{},t instanceof RegExp?function(e,t){var a=e.source.match(/\((?!\?)/g);if(a)for(var n=0;n<a.length;n++)t.push({name:n,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return c(e,t)}(t,a):n(t)?function(t,a,n){for(var r=[],i=0;i<t.length;i++)r.push(e(t[i],a,n).source);return c(new RegExp("(?:"+r.join("|")+")",d(n)),a)}(t,a,r):function(e,t,a){return m(i(e,a),t,a)}(t,a,r)},e.exports.parse=i,e.exports.compile=function(e,t){return o(i(e,t),t)},e.exports.tokensToFunction=o,e.exports.tokensToRegExp=m;var r=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function i(e,t){for(var a,n=[],i=0,l=0,o="",c=t&&t.delimiter||"/";null!=(a=r.exec(e));){var d=a[0],m=a[1],g=a.index;if(o+=e.slice(l,g),l=g+d.length,m)o+=m[1];else{var f=e[l],p=a[2],h=a[3],v=a[4],b=a[5],w=a[6],y=a[7];o&&(n.push(o),o="");var x=null!=p&&null!=f&&f!==p,E="+"===w||"*"===w,D="?"===w||"*"===w,_=a[2]||c,C=v||b;n.push({name:h||i++,prefix:p||"",delimiter:_,optional:D,repeat:E,partial:x,asterisk:!!y,pattern:C?u(C):y?".*":"[^"+s(_)+"]+?"})}}return l<e.length&&(o+=e.substr(l)),o&&n.push(o),n}function l(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function o(e,t){for(var a=new Array(e.length),r=0;r<e.length;r++)"object"==typeof e[r]&&(a[r]=new RegExp("^(?:"+e[r].pattern+")$",d(t)));return function(t,r){for(var i="",o=t||{},s=(r||{}).pretty?l:encodeURIComponent,u=0;u<e.length;u++){var c=e[u];if("string"!=typeof c){var d,m=o[c.name];if(null==m){if(c.optional){c.partial&&(i+=c.prefix);continue}throw new TypeError('Expected "'+c.name+'" to be defined')}if(n(m)){if(!c.repeat)throw new TypeError('Expected "'+c.name+'" to not repeat, but received `'+JSON.stringify(m)+"`");if(0===m.length){if(c.optional)continue;throw new TypeError('Expected "'+c.name+'" to not be empty')}for(var g=0;g<m.length;g++){if(d=s(m[g]),!a[u].test(d))throw new TypeError('Expected all "'+c.name+'" to match "'+c.pattern+'", but received `'+JSON.stringify(d)+"`");i+=(0===g?c.prefix:c.delimiter)+d}}else{if(d=c.asterisk?encodeURI(m).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):s(m),!a[u].test(d))throw new TypeError('Expected "'+c.name+'" to match "'+c.pattern+'", but received "'+d+'"');i+=c.prefix+d}}else i+=c}return i}}function s(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function u(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function c(e,t){return e.keys=t,e}function d(e){return e&&e.sensitive?"":"i"}function m(e,t,a){n(t)||(a=t||a,t=[]);for(var r=(a=a||{}).strict,i=!1!==a.end,l="",o=0;o<e.length;o++){var u=e[o];if("string"==typeof u)l+=s(u);else{var m=s(u.prefix),g="(?:"+u.pattern+")";t.push(u),u.repeat&&(g+="(?:"+m+g+")*"),l+=g=u.optional?u.partial?m+"("+g+")?":"(?:"+m+"("+g+"))?":m+"("+g+")"}}var f=s(a.delimiter||"/"),p=l.slice(-f.length)===f;return r||(l=(p?l.slice(0,-f.length):l)+"(?:"+f+"(?=$))?"),l+=i?"$":r&&p?"":"(?="+f+"|$)",c(new RegExp("^"+l,d(a)),t)}},703:function(e,t,a){"use strict";var n=a(414);function r(){}function i(){}i.resetWarningCache=r,e.exports=function(){function e(e,t,a,r,i,l){if(l!==n){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var a={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:r};return a.PropTypes=a,a}},697:function(e,t,a){e.exports=a(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},639:function(e,t,a){"use strict";var n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},r=function(){function e(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,a,n){return a&&e(t.prototype,a),n&&e(t,n),t}}(),i=a(196),l=s(i),o=s(a(697));function s(e){return e&&e.__esModule?e:{default:e}}var u={position:"absolute",top:0,left:0,visibility:"hidden",height:0,overflow:"scroll",whiteSpace:"pre"},c=["extraWidth","injectStyles","inputClassName","inputRef","inputStyle","minWidth","onAutosize","placeholderIsMinWidth"],d=function(e,t){t.style.fontSize=e.fontSize,t.style.fontFamily=e.fontFamily,t.style.fontWeight=e.fontWeight,t.style.fontStyle=e.fontStyle,t.style.letterSpacing=e.letterSpacing,t.style.textTransform=e.textTransform},m=!("undefined"==typeof window||!window.navigator)&&/MSIE |Trident\/|Edge\//.test(window.navigator.userAgent),g=function(){return m?"_"+Math.random().toString(36).substr(2,12):void 0},f=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var a=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return a.inputRef=function(e){a.input=e,"function"==typeof a.props.inputRef&&a.props.inputRef(e)},a.placeHolderSizerRef=function(e){a.placeHolderSizer=e},a.sizerRef=function(e){a.sizer=e},a.state={inputWidth:e.minWidth,inputId:e.id||g(),prevId:e.id},a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),r(t,null,[{key:"getDerivedStateFromProps",value:function(e,t){var a=e.id;return a!==t.prevId?{inputId:a||g(),prevId:a}:null}}]),r(t,[{key:"componentDidMount",value:function(){this.mounted=!0,this.copyInputStyles(),this.updateInputWidth()}},{key:"componentDidUpdate",value:function(e,t){t.inputWidth!==this.state.inputWidth&&"function"==typeof this.props.onAutosize&&this.props.onAutosize(this.state.inputWidth),this.updateInputWidth()}},{key:"componentWillUnmount",value:function(){this.mounted=!1}},{key:"copyInputStyles",value:function(){if(this.mounted&&window.getComputedStyle){var e=this.input&&window.getComputedStyle(this.input);e&&(d(e,this.sizer),this.placeHolderSizer&&d(e,this.placeHolderSizer))}}},{key:"updateInputWidth",value:function(){if(this.mounted&&this.sizer&&void 0!==this.sizer.scrollWidth){var e=void 0;e=this.props.placeholder&&(!this.props.value||this.props.value&&this.props.placeholderIsMinWidth)?Math.max(this.sizer.scrollWidth,this.placeHolderSizer.scrollWidth)+2:this.sizer.scrollWidth+2,(e+="number"===this.props.type&&void 0===this.props.extraWidth?16:parseInt(this.props.extraWidth)||0)<this.props.minWidth&&(e=this.props.minWidth),e!==this.state.inputWidth&&this.setState({inputWidth:e})}}},{key:"getInput",value:function(){return this.input}},{key:"focus",value:function(){this.input.focus()}},{key:"blur",value:function(){this.input.blur()}},{key:"select",value:function(){this.input.select()}},{key:"renderStyles",value:function(){var e=this.props.injectStyles;return m&&e?l.default.createElement("style",{dangerouslySetInnerHTML:{__html:"input#"+this.state.inputId+"::-ms-clear {display: none;}"}}):null}},{key:"render",value:function(){var e=[this.props.defaultValue,this.props.value,""].reduce((function(e,t){return null!=e?e:t})),t=n({},this.props.style);t.display||(t.display="inline-block");var a=n({boxSizing:"content-box",width:this.state.inputWidth+"px"},this.props.inputStyle),r=function(e,t){var a={};for(var n in e)t.indexOf(n)>=0||Object.prototype.hasOwnProperty.call(e,n)&&(a[n]=e[n]);return a}(this.props,[]);return function(e){c.forEach((function(t){return delete e[t]}))}(r),r.className=this.props.inputClassName,r.id=this.state.inputId,r.style=a,l.default.createElement("div",{className:this.props.className,style:t},this.renderStyles(),l.default.createElement("input",n({},r,{ref:this.inputRef})),l.default.createElement("div",{ref:this.sizerRef,style:u},e),this.props.placeholder?l.default.createElement("div",{ref:this.placeHolderSizerRef,style:u},this.props.placeholder):null)}}]),t}(i.Component);f.propTypes={className:o.default.string,defaultValue:o.default.any,extraWidth:o.default.oneOfType([o.default.number,o.default.string]),id:o.default.string,injectStyles:o.default.bool,inputClassName:o.default.string,inputRef:o.default.func,inputStyle:o.default.object,minWidth:o.default.oneOfType([o.default.number,o.default.string]),onAutosize:o.default.func,onChange:o.default.func,placeholder:o.default.string,placeholderIsMinWidth:o.default.bool,style:o.default.object,value:o.default.any},f.defaultProps={minWidth:1,injectStyles:!0},t.Z=f},921:function(e,t){"use strict";if("function"==typeof Symbol&&Symbol.for){var a=Symbol.for;a("react.element"),a("react.portal"),a("react.fragment"),a("react.strict_mode"),a("react.profiler"),a("react.provider"),a("react.context"),a("react.forward_ref"),a("react.suspense"),a("react.suspense_list"),a("react.memo"),a("react.lazy"),a("react.block"),a("react.server.block"),a("react.fundamental"),a("react.debug_trace_mode"),a("react.legacy_hidden")}},864:function(e,t,a){"use strict";a(921)},86:function(e,t){"use strict";var a="function"==typeof Symbol&&Symbol.for;a&&Symbol.for("react.element"),a&&Symbol.for("react.portal"),a&&Symbol.for("react.fragment"),a&&Symbol.for("react.strict_mode"),a&&Symbol.for("react.profiler"),a&&Symbol.for("react.provider"),a&&Symbol.for("react.context"),a&&Symbol.for("react.async_mode"),a&&Symbol.for("react.concurrent_mode"),a&&Symbol.for("react.forward_ref"),a&&Symbol.for("react.suspense"),a&&Symbol.for("react.suspense_list"),a&&Symbol.for("react.memo"),a&&Symbol.for("react.lazy"),a&&Symbol.for("react.block"),a&&Symbol.for("react.fundamental"),a&&Symbol.for("react.responder"),a&&Symbol.for("react.scope")},663:function(e,t,a){"use strict";a(86)},196:function(e){"use strict";e.exports=window.React}},t={};function a(n){var r=t[n];if(void 0!==r)return r.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,a),i.exports}a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(e,t){for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){"use strict";var e=window.wp.element,t=a(196),n=a.n(t),r=window.ReactDOM,i=a.n(r);function l(e,t,...a){if(e in t){let n=t[e];return"function"==typeof n?n(...a):n}let n=new Error(`Tried to handle "${e}" but there is no handler defined. Only defined handlers are: ${Object.keys(t).map((e=>`"${e}"`)).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,l),n}var o,s=((o=s||{})[o.None=0]="None",o[o.RenderStrategy=1]="RenderStrategy",o[o.Static=2]="Static",o),u=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(u||{});function c({ourProps:e,theirProps:t,slot:a,defaultTag:n,features:r,visible:i=!0,name:o}){let s=m(t,e);if(i)return d(s,a,n,o);let u=null!=r?r:0;if(2&u){let{static:e=!1,...t}=s;if(e)return d(t,a,n,o)}if(1&u){let{unmount:e=!0,...t}=s;return l(e?0:1,{0(){return null},1(){return d({...t,hidden:!0,style:{display:"none"}},a,n,o)}})}return d(s,a,n,o)}function d(e,a={},n,r){let{as:i=n,children:l,refName:o="ref",...s}=p(e,["unmount","static"]),u=void 0!==e.ref?{[o]:e.ref}:{},c="function"==typeof l?l(a):l;s.className&&"function"==typeof s.className&&(s.className=s.className(a));let d={};if(a){let e=!1,t=[];for(let[n,r]of Object.entries(a))"boolean"==typeof r&&(e=!0),!0===r&&t.push(n);e&&(d["data-headlessui-state"]=t.join(" "))}if(i===t.Fragment&&Object.keys(f(s)).length>0){if(!(0,t.isValidElement)(c)||Array.isArray(c)&&c.length>1)throw new Error(['Passing props on "Fragment"!',"",`The current component <${r} /> is rendering a "Fragment".`,"However we need to passthrough the following props:",Object.keys(s).map((e=>` - ${e}`)).join("\n"),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map((e=>` - ${e}`)).join("\n")].join("\n"));return(0,t.cloneElement)(c,Object.assign({},m(c.props,f(p(s,["ref"]))),d,u,function(...e){return{ref:e.every((e=>null==e))?void 0:t=>{for(let a of e)null!=a&&("function"==typeof a?a(t):a.current=t)}}}(c.ref,u.ref)))}return(0,t.createElement)(i,Object.assign({},p(s,["ref"]),i!==t.Fragment&&u,i!==t.Fragment&&d),c)}function m(...e){if(0===e.length)return{};if(1===e.length)return e[0];let t={},a={};for(let n of e)for(let e in n)e.startsWith("on")&&"function"==typeof n[e]?(null!=a[e]||(a[e]=[]),a[e].push(n[e])):t[e]=n[e];if(t.disabled||t["aria-disabled"])return Object.assign(t,Object.fromEntries(Object.keys(a).map((e=>[e,void 0]))));for(let e in a)Object.assign(t,{[e](t,...n){let r=a[e];for(let e of r){if((t instanceof Event||(null==t?void 0:t.nativeEvent)instanceof Event)&&t.defaultPrevented)return;e(t,...n)}}});return t}function g(e){var a;return Object.assign((0,t.forwardRef)(e),{displayName:null!=(a=e.displayName)?a:e.name})}function f(e){let t=Object.assign({},e);for(let e in t)void 0===t[e]&&delete t[e];return t}function p(e,t=[]){let a=Object.assign({},e);for(let e of t)e in a&&delete a[e];return a}const h="undefined"==typeof window||"undefined"==typeof document;let v=h?t.useEffect:t.useLayoutEffect;function b(e){let a=(0,t.useRef)(e);return v((()=>{a.current=e}),[e]),a}let w=function(e){let a=b(e);return t.useCallback(((...e)=>a.current(...e)),[a])},y=Symbol();function x(e,t=!0){return Object.assign(e,{[y]:t})}function E(...e){let a=(0,t.useRef)(e);(0,t.useEffect)((()=>{a.current=e}),[e]);let n=w((e=>{for(let t of a.current)null!=t&&("function"==typeof t?t(e):t.current=e)}));return e.every((e=>null==e||(null==e?void 0:e[y])))?void 0:n}let D={serverHandoffComplete:!1};function _(){let[e,a]=(0,t.useState)(D.serverHandoffComplete);return(0,t.useEffect)((()=>{!0!==e&&a(!0)}),[e]),(0,t.useEffect)((()=>{!1===D.serverHandoffComplete&&(D.serverHandoffComplete=!0)}),[]),e}var C;let k=0;function S(){return++k}let O=null!=(C=t.useId)?C:function(){let e=_(),[a,n]=t.useState(e?S:null);return v((()=>{null===a&&n(S())}),[a]),null!=a?""+a:void 0};var N=(e=>(e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.Delete="Delete",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab",e))(N||{});function T(e){let t=e.parentElement,a=null;for(;t&&!(t instanceof HTMLFieldSetElement);)t instanceof HTMLLegendElement&&(a=t),t=t.parentElement;let n=""===(null==t?void 0:t.getAttribute("disabled"));return(!n||!function(e){if(!e)return!1;let t=e.previousElementSibling;for(;null!==t;){if(t instanceof HTMLLegendElement)return!1;t=t.previousElementSibling}return!0}(a))&&n}let A=(0,t.createContext)(null);A.displayName="OpenClosedContext";var P=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(P||{});function M(){return(0,t.useContext)(A)}function L({value:e,children:a}){return t.createElement(A.Provider,{value:e},a)}function I(e){var t;if(e.type)return e.type;let a=null!=(t=e.as)?t:"button";return"string"==typeof a&&"button"===a.toLowerCase()?"button":void 0}function R(e,a){let[n,r]=(0,t.useState)((()=>I(e)));return v((()=>{r(I(e))}),[e.type,e.as]),v((()=>{n||!a.current||a.current instanceof HTMLButtonElement&&!a.current.hasAttribute("type")&&r("button")}),[n,a]),n}function V(e){return h?null:e instanceof Node?e.ownerDocument:null!=e&&e.hasOwnProperty("current")&&e.current instanceof Node?e.current.ownerDocument:document}var F,H=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(H||{}),j=((F=j||{})[F.ToggleDisclosure=0]="ToggleDisclosure",F[F.CloseDisclosure=1]="CloseDisclosure",F[F.SetButtonId=2]="SetButtonId",F[F.SetPanelId=3]="SetPanelId",F[F.LinkPanel=4]="LinkPanel",F[F.UnlinkPanel=5]="UnlinkPanel",F);let B={0:e=>({...e,disclosureState:l(e.disclosureState,{0:1,1:0})}),1:e=>1===e.disclosureState?e:{...e,disclosureState:1},4(e){return!0===e.linkedPanel?e:{...e,linkedPanel:!0}},5(e){return!1===e.linkedPanel?e:{...e,linkedPanel:!1}},2(e,t){return e.buttonId===t.buttonId?e:{...e,buttonId:t.buttonId}},3(e,t){return e.panelId===t.panelId?e:{...e,panelId:t.panelId}}},U=(0,t.createContext)(null);function G(e){let a=(0,t.useContext)(U);if(null===a){let t=new Error(`<${e} /> is missing a parent <Disclosure /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,G),t}return a}U.displayName="DisclosureContext";let W=(0,t.createContext)(null);function z(e){let a=(0,t.useContext)(W);if(null===a){let t=new Error(`<${e} /> is missing a parent <Disclosure /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,z),t}return a}W.displayName="DisclosureAPIContext";let K=(0,t.createContext)(null);function Z(e,t){return l(t.type,B,e,t)}K.displayName="DisclosurePanelContext";let $=t.Fragment,Y=g((function(e,a){let{defaultOpen:n=!1,...r}=e,i=`headlessui-disclosure-button-${O()}`,o=`headlessui-disclosure-panel-${O()}`,s=(0,t.useRef)(null),u=E(a,x((e=>{s.current=e}),void 0===e.as||e.as===t.Fragment)),d=(0,t.useRef)(null),m=(0,t.useRef)(null),g=(0,t.useReducer)(Z,{disclosureState:n?0:1,linkedPanel:!1,buttonRef:m,panelRef:d,buttonId:i,panelId:o}),[{disclosureState:f},p]=g;(0,t.useEffect)((()=>p({type:2,buttonId:i})),[i,p]),(0,t.useEffect)((()=>p({type:3,panelId:o})),[o,p]);let h=w((e=>{p({type:1});let t=V(s);if(!t)return;let a=e?e instanceof HTMLElement?e:e.current instanceof HTMLElement?e.current:t.getElementById(i):t.getElementById(i);null==a||a.focus()})),v=(0,t.useMemo)((()=>({close:h})),[h]),b=(0,t.useMemo)((()=>({open:0===f,close:h})),[f,h]),y={ref:u};return t.createElement(U.Provider,{value:g},t.createElement(W.Provider,{value:v},t.createElement(L,{value:l(f,{0:P.Open,1:P.Closed})},c({ourProps:y,theirProps:r,slot:b,defaultTag:$,name:"Disclosure"}))))})),q=g((function(e,a){let[n,r]=G("Disclosure.Button"),i=(0,t.useContext)(K),l=null!==i&&i===n.panelId,o=(0,t.useRef)(null),s=E(o,a,l?null:n.buttonRef),u=w((e=>{var t;if(l){if(1===n.disclosureState)return;switch(e.key){case N.Space:case N.Enter:e.preventDefault(),e.stopPropagation(),r({type:0}),null==(t=n.buttonRef.current)||t.focus()}}else switch(e.key){case N.Space:case N.Enter:e.preventDefault(),e.stopPropagation(),r({type:0})}})),d=w((e=>{e.key===N.Space&&e.preventDefault()})),m=w((t=>{var a;T(t.currentTarget)||e.disabled||(l?(r({type:0}),null==(a=n.buttonRef.current)||a.focus()):r({type:0}))})),g=(0,t.useMemo)((()=>({open:0===n.disclosureState})),[n]),f=R(e,o),p=e;return c({ourProps:l?{ref:s,type:f,onKeyDown:u,onClick:m}:{ref:s,id:n.buttonId,type:f,"aria-expanded":e.disabled?void 0:0===n.disclosureState,"aria-controls":n.linkedPanel?n.panelId:void 0,onKeyDown:u,onKeyUp:d,onClick:m},theirProps:p,slot:g,defaultTag:"button",name:"Disclosure.Button"})})),J=s.RenderStrategy|s.Static,X=g((function(e,a){let[n,r]=G("Disclosure.Panel"),{close:i}=z("Disclosure.Panel"),l=E(a,n.panelRef,(e=>{r({type:e?4:5})})),o=M(),s=null!==o?o===P.Open:0===n.disclosureState,u=(0,t.useMemo)((()=>({open:0===n.disclosureState,close:i})),[n,i]),d=e,m={ref:l,id:n.panelId};return t.createElement(K.Provider,{value:n.panelId},c({ourProps:m,theirProps:d,slot:u,defaultTag:"div",features:J,visible:s,name:"Disclosure.Panel"}))})),Q=Object.assign(Y,{Button:q,Panel:X});function ee(e,t){return ee=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},ee(e,t)}function te(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,ee(e,t)}var ae=a(697),ne=a.n(ae);function re(){return re=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},re.apply(this,arguments)}function ie(e){return"/"===e.charAt(0)}function le(e,t){for(var a=t,n=a+1,r=e.length;n<r;a+=1,n+=1)e[a]=e[n];e.pop()}function oe(e,t){if(!e)throw new Error("Invariant failed")}function se(e){return"/"===e.charAt(0)?e:"/"+e}function ue(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function ce(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function de(e){var t=e.pathname,a=e.search,n=e.hash,r=t||"/";return a&&"?"!==a&&(r+="?"===a.charAt(0)?a:"?"+a),n&&"#"!==n&&(r+="#"===n.charAt(0)?n:"#"+n),r}function me(e,t,a,n){var r;"string"==typeof e?(r=function(e){var t=e||"/",a="",n="",r=t.indexOf("#");-1!==r&&(n=t.substr(r),t=t.substr(0,r));var i=t.indexOf("?");return-1!==i&&(a=t.substr(i),t=t.substr(0,i)),{pathname:t,search:"?"===a?"":a,hash:"#"===n?"":n}}(e),r.state=t):(void 0===(r=re({},e)).pathname&&(r.pathname=""),r.search?"?"!==r.search.charAt(0)&&(r.search="?"+r.search):r.search="",r.hash?"#"!==r.hash.charAt(0)&&(r.hash="#"+r.hash):r.hash="",void 0!==t&&void 0===r.state&&(r.state=t));try{r.pathname=decodeURI(r.pathname)}catch(e){throw e instanceof URIError?new URIError('Pathname "'+r.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):e}return a&&(r.key=a),n?r.pathname?"/"!==r.pathname.charAt(0)&&(r.pathname=function(e,t){void 0===t&&(t="");var a,n=e&&e.split("/")||[],r=t&&t.split("/")||[],i=e&&ie(e),l=t&&ie(t),o=i||l;if(e&&ie(e)?r=n:n.length&&(r.pop(),r=r.concat(n)),!r.length)return"/";if(r.length){var s=r[r.length-1];a="."===s||".."===s||""===s}else a=!1;for(var u=0,c=r.length;c>=0;c--){var d=r[c];"."===d?le(r,c):".."===d?(le(r,c),u++):u&&(le(r,c),u--)}if(!o)for(;u--;u)r.unshift("..");!o||""===r[0]||r[0]&&ie(r[0])||r.unshift("");var m=r.join("/");return a&&"/"!==m.substr(-1)&&(m+="/"),m}(r.pathname,n.pathname)):r.pathname=n.pathname:r.pathname||(r.pathname="/"),r}function ge(){var e=null,t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,a,n,r){if(null!=e){var i="function"==typeof e?e(t,a):e;"string"==typeof i?"function"==typeof n?n(i,r):r(!0):r(!1!==i)}else r(!0)},appendListener:function(e){var a=!0;function n(){a&&e.apply(void 0,arguments)}return t.push(n),function(){a=!1,t=t.filter((function(e){return e!==n}))}},notifyListeners:function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];t.forEach((function(e){return e.apply(void 0,a)}))}}}var fe=!("undefined"==typeof window||!window.document||!window.document.createElement);function pe(e,t){t(window.confirm(e))}var he="popstate",ve="hashchange";function be(){try{return window.history.state||{}}catch(e){return{}}}function we(e){void 0===e&&(e={}),fe||oe(!1);var t,a=window.history,n=(-1===(t=window.navigator.userAgent).indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history,r=!(-1===window.navigator.userAgent.indexOf("Trident")),i=e,l=i.forceRefresh,o=void 0!==l&&l,s=i.getUserConfirmation,u=void 0===s?pe:s,c=i.keyLength,d=void 0===c?6:c,m=e.basename?ce(se(e.basename)):"";function g(e){var t=e||{},a=t.key,n=t.state,r=window.location,i=r.pathname+r.search+r.hash;return m&&(i=ue(i,m)),me(i,n,a)}function f(){return Math.random().toString(36).substr(2,d)}var p=ge();function h(e){re(O,e),O.length=a.length,p.notifyListeners(O.location,O.action)}function v(e){(function(e){return void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")})(e)||y(g(e.state))}function b(){y(g(be()))}var w=!1;function y(e){w?(w=!1,h()):p.confirmTransitionTo(e,"POP",u,(function(t){t?h({action:"POP",location:e}):function(e){var t=O.location,a=E.indexOf(t.key);-1===a&&(a=0);var n=E.indexOf(e.key);-1===n&&(n=0);var r=a-n;r&&(w=!0,_(r))}(e)}))}var x=g(be()),E=[x.key];function D(e){return m+de(e)}function _(e){a.go(e)}var C=0;function k(e){1===(C+=e)&&1===e?(window.addEventListener(he,v),r&&window.addEventListener(ve,b)):0===C&&(window.removeEventListener(he,v),r&&window.removeEventListener(ve,b))}var S=!1,O={length:a.length,action:"POP",location:x,createHref:D,push:function(e,t){var r="PUSH",i=me(e,t,f(),O.location);p.confirmTransitionTo(i,r,u,(function(e){if(e){var t=D(i),l=i.key,s=i.state;if(n)if(a.pushState({key:l,state:s},null,t),o)window.location.href=t;else{var u=E.indexOf(O.location.key),c=E.slice(0,u+1);c.push(i.key),E=c,h({action:r,location:i})}else window.location.href=t}}))},replace:function(e,t){var r="REPLACE",i=me(e,t,f(),O.location);p.confirmTransitionTo(i,r,u,(function(e){if(e){var t=D(i),l=i.key,s=i.state;if(n)if(a.replaceState({key:l,state:s},null,t),o)window.location.replace(t);else{var u=E.indexOf(O.location.key);-1!==u&&(E[u]=i.key),h({action:r,location:i})}else window.location.replace(t)}}))},go:_,goBack:function(){_(-1)},goForward:function(){_(1)},block:function(e){void 0===e&&(e=!1);var t=p.setPrompt(e);return S||(k(1),S=!0),function(){return S&&(S=!1,k(-1)),t()}},listen:function(e){var t=p.appendListener(e);return k(1),function(){k(-1),t()}}};return O}var ye=a(779),xe=a.n(ye);function Ee(e,t){if(null==e)return{};var a,n,r={},i=Object.keys(e);for(n=0;n<i.length;n++)a=i[n],t.indexOf(a)>=0||(r[a]=e[a]);return r}a(663),a(679);var De=1073741823,_e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==a.g?a.g:{};function Ce(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(a,n){e=a,t.forEach((function(t){return t(e,n)}))}}}var ke=n().createContext||function(e,t){var a,r,i,l="__create-react-context-"+((_e[i="__global_unique_id__"]=(_e[i]||0)+1)+"__"),o=function(e){function a(){for(var t,a=arguments.length,n=new Array(a),r=0;r<a;r++)n[r]=arguments[r];return(t=e.call.apply(e,[this].concat(n))||this).emitter=Ce(t.props.value),t}te(a,e);var n=a.prototype;return n.getChildContext=function(){var e;return(e={})[l]=this.emitter,e},n.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var a,n=this.props.value,r=e.value;!function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}(n,r)?(a="function"==typeof t?t(n,r):De,0!=(a|=0)&&this.emitter.set(e.value,a)):a=0}},n.render=function(){return this.props.children},a}(n().Component);o.childContextTypes=((a={})[l]=ne().object.isRequired,a);var s=function(t){function a(){for(var e,a=arguments.length,n=new Array(a),r=0;r<a;r++)n[r]=arguments[r];return(e=t.call.apply(t,[this].concat(n))||this).observedBits=void 0,e.state={value:e.getValue()},e.onUpdate=function(t,a){0!=((0|e.observedBits)&a)&&e.setState({value:e.getValue()})},e}te(a,t);var n=a.prototype;return n.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?De:t},n.componentDidMount=function(){this.context[l]&&this.context[l].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?De:e},n.componentWillUnmount=function(){this.context[l]&&this.context[l].off(this.onUpdate)},n.getValue=function(){return this.context[l]?this.context[l].get():e},n.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},a}(n().Component);return s.contextTypes=((r={})[l]=ne().object,r),{Provider:o,Consumer:s}},Se=function(e){var t=ke();return t.displayName=e,t},Oe=Se("Router-History"),Ne=Se("Router"),Te=function(e){function t(t){var a;return(a=e.call(this,t)||this).state={location:t.history.location},a._isMounted=!1,a._pendingLocation=null,t.staticContext||(a.unlisten=t.history.listen((function(e){a._pendingLocation=e}))),a}te(t,e),t.computeRootMatch=function(e){return{path:"/",url:"/",params:{},isExact:"/"===e}};var a=t.prototype;return a.componentDidMount=function(){var e=this;this._isMounted=!0,this.unlisten&&this.unlisten(),this.props.staticContext||(this.unlisten=this.props.history.listen((function(t){e._isMounted&&e.setState({location:t})}))),this._pendingLocation&&this.setState({location:this._pendingLocation})},a.componentWillUnmount=function(){this.unlisten&&(this.unlisten(),this._isMounted=!1,this._pendingLocation=null)},a.render=function(){return n().createElement(Ne.Provider,{value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},n().createElement(Oe.Provider,{children:this.props.children||null,value:this.props.history}))},t}(n().Component);n().Component,n().Component;var Ae={},Pe=0;function Me(e,t){void 0===t&&(t={}),("string"==typeof t||Array.isArray(t))&&(t={path:t});var a=t,n=a.path,r=a.exact,i=void 0!==r&&r,l=a.strict,o=void 0!==l&&l,s=a.sensitive,u=void 0!==s&&s;return[].concat(n).reduce((function(t,a){if(!a&&""!==a)return null;if(t)return t;var n=function(e,t){var a=""+t.end+t.strict+t.sensitive,n=Ae[a]||(Ae[a]={});if(n[e])return n[e];var r=[],i={regexp:xe()(e,r,t),keys:r};return Pe<1e4&&(n[e]=i,Pe++),i}(a,{end:i,strict:o,sensitive:u}),r=n.regexp,l=n.keys,s=r.exec(e);if(!s)return null;var c=s[0],d=s.slice(1),m=e===c;return i&&!m?null:{path:a,url:"/"===a&&""===c?"/":c,isExact:m,params:l.reduce((function(e,t,a){return e[t.name]=d[a],e}),{})}}),null)}var Le=function(e){function t(){return e.apply(this,arguments)||this}return te(t,e),t.prototype.render=function(){var e=this;return n().createElement(Ne.Consumer,null,(function(t){t||oe(!1);var a=e.props.location||t.location,r=re({},t,{location:a,match:e.props.computedMatch?e.props.computedMatch:e.props.path?Me(a.pathname,e.props):t.match}),i=e.props,l=i.children,o=i.component,s=i.render;return Array.isArray(l)&&function(e){return 0===n().Children.count(e)}(l)&&(l=null),n().createElement(Ne.Provider,{value:r},r.match?l?"function"==typeof l?l(r):l:o?n().createElement(o,r):s?s(r):null:"function"==typeof l?l(r):null)}))},t}(n().Component);n().Component;var Ie=function(e){function t(){return e.apply(this,arguments)||this}return te(t,e),t.prototype.render=function(){var e=this;return n().createElement(Ne.Consumer,null,(function(t){t||oe(!1);var a,r,i=e.props.location||t.location;return n().Children.forEach(e.props.children,(function(e){if(null==r&&n().isValidElement(e)){a=e;var l=e.props.path||e.props.from;r=l?Me(i.pathname,re({},e.props,{path:l})):t.match}})),r?n().cloneElement(a,{location:i,computedMatch:r}):null}))},t}(n().Component),Re=n().useContext;function Ve(){return Re(Ne).location}var Fe=function(e){function t(){for(var t,a=arguments.length,n=new Array(a),r=0;r<a;r++)n[r]=arguments[r];return(t=e.call.apply(e,[this].concat(n))||this).history=we(t.props),t}return te(t,e),t.prototype.render=function(){return n().createElement(Te,{history:this.history,children:this.props.children})},t}(n().Component);n().Component;var He=function(e,t){return"function"==typeof e?e(t):e},je=function(e,t){return"string"==typeof e?me(e,null,null,t):e},Be=function(e){return e},Ue=n().forwardRef;void 0===Ue&&(Ue=Be);var Ge=Ue((function(e,t){var a=e.innerRef,r=e.navigate,i=e.onClick,l=Ee(e,["innerRef","navigate","onClick"]),o=l.target,s=re({},l,{onClick:function(e){try{i&&i(e)}catch(t){throw e.preventDefault(),t}e.defaultPrevented||0!==e.button||o&&"_self"!==o||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)||(e.preventDefault(),r())}});return s.ref=Be!==Ue&&t||a,n().createElement("a",s)})),We=Ue((function(e,t){var a=e.component,r=void 0===a?Ge:a,i=e.replace,l=e.to,o=e.innerRef,s=Ee(e,["component","replace","to","innerRef"]);return n().createElement(Ne.Consumer,null,(function(e){e||oe(!1);var a=e.history,u=je(He(l,e.location),e.location),c=u?a.createHref(u):"",d=re({},s,{href:c,navigate:function(){var t=He(l,e.location),n=de(e.location)===de(je(t));(i||n?a.replace:a.push)(t)}});return Be!==Ue?d.ref=t||o:d.innerRef=o,n().createElement(r,d)}))})),ze=function(e){return e},Ke=n().forwardRef;void 0===Ke&&(Ke=ze),Ke((function(e,t){var a=e["aria-current"],r=void 0===a?"page":a,i=e.activeClassName,l=void 0===i?"active":i,o=e.activeStyle,s=e.className,u=e.exact,c=e.isActive,d=e.location,m=e.sensitive,g=e.strict,f=e.style,p=e.to,h=e.innerRef,v=Ee(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return n().createElement(Ne.Consumer,null,(function(e){e||oe(!1);var a=d||e.location,i=je(He(p,a),a),b=i.pathname,w=b&&b.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),y=w?Me(a.pathname,{path:w,exact:u,sensitive:m,strict:g}):null,x=!!(c?c(y,a):y),E="function"==typeof s?s(x):s,D="function"==typeof f?f(x):f;x&&(E=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter((function(e){return e})).join(" ")}(E,l),D=re({},D,o));var _=re({"aria-current":x&&r||null,className:E,style:D,to:i},v);return ze!==Ke?_.ref=t||h:_.innerRef=h,n().createElement(We,_)}))}));var Ze=window.wp.i18n;function $e(){let e=(0,t.useRef)(!1);return v((()=>(e.current=!0,()=>{e.current=!1})),[]),e}function Ye(e){"function"==typeof queueMicrotask?queueMicrotask(e):Promise.resolve().then(e).catch((e=>setTimeout((()=>{throw e}))))}function qe(){let e=[],t=[],a={enqueue(e){t.push(e)},addEventListener(e,t,n,r){return e.addEventListener(t,n,r),a.add((()=>e.removeEventListener(t,n,r)))},requestAnimationFrame(...e){let t=requestAnimationFrame(...e);return a.add((()=>cancelAnimationFrame(t)))},nextFrame(...e){return a.requestAnimationFrame((()=>a.requestAnimationFrame(...e)))},setTimeout(...e){let t=setTimeout(...e);return a.add((()=>clearTimeout(t)))},microTask(...e){let t={current:!0};return Ye((()=>{t.current&&e[0]()})),a.add((()=>{t.current=!1}))},add(t){return e.push(t),()=>{let a=e.indexOf(t);if(a>=0){let[t]=e.splice(a,1);t()}}},dispose(){for(let t of e.splice(0))t()},async workQueue(){for(let e of t.splice(0))await e()}};return a}function Je(e,...t){e&&t.length>0&&e.classList.add(...t)}function Xe(e,...t){e&&t.length>0&&e.classList.remove(...t)}var Qe=(e=>(e.Ended="ended",e.Cancelled="cancelled",e))(Qe||{});function et(){let[e]=(0,t.useState)(qe);return(0,t.useEffect)((()=>()=>e.dispose()),[e]),e}function tt({container:e,direction:t,classes:a,onStart:n,onStop:r}){let i=$e(),o=et(),s=b(t);v((()=>{let t=qe();o.add(t.dispose);let u=e.current;if(u&&"idle"!==s.current&&i.current)return t.dispose(),n.current(s.current),t.add(function(e,t,a,n){let r=a?"enter":"leave",i=qe(),o=void 0!==n?function(e){let t={called:!1};return(...a)=>{if(!t.called)return t.called=!0,e(...a)}}(n):()=>{};"enter"===r&&(e.removeAttribute("hidden"),e.style.display="");let s=l(r,{enter:()=>t.enter,leave:()=>t.leave}),u=l(r,{enter:()=>t.enterTo,leave:()=>t.leaveTo}),c=l(r,{enter:()=>t.enterFrom,leave:()=>t.leaveFrom});return Xe(e,...t.enter,...t.enterTo,...t.enterFrom,...t.leave,...t.leaveFrom,...t.leaveTo,...t.entered),Je(e,...s,...c),i.nextFrame((()=>{Xe(e,...c),Je(e,...u),function(e,t){let a=qe();if(!e)return a.dispose;let{transitionDuration:n,transitionDelay:r}=getComputedStyle(e),[i,l]=[n,r].map((e=>{let[t=0]=e.split(",").filter(Boolean).map((e=>e.includes("ms")?parseFloat(e):1e3*parseFloat(e))).sort(((e,t)=>t-e));return t}));if(i+l!==0){let n=[];n.push(a.addEventListener(e,"transitionrun",(r=>{r.target===r.currentTarget&&(n.splice(0).forEach((e=>e())),n.push(a.addEventListener(e,"transitionend",(e=>{e.target===e.currentTarget&&(t("ended"),n.splice(0).forEach((e=>e())))})),a.addEventListener(e,"transitioncancel",(e=>{e.target===e.currentTarget&&(t("cancelled"),n.splice(0).forEach((e=>e())))}))))})))}else t("ended");a.add((()=>t("cancelled"))),a.dispose}(e,(a=>("ended"===a&&(Xe(e,...s),Je(e,...t.entered)),o(a))))})),i.dispose}(u,a.current,"enter"===s.current,(e=>{t.dispose(),l(e,{[Qe.Ended](){r.current(s.current)},[Qe.Cancelled]:()=>{}})}))),t.dispose}),[t])}function at(e=""){return e.split(" ").filter((e=>e.trim().length>1))}let nt=(0,t.createContext)(null);nt.displayName="TransitionContext";var rt,it=((rt=it||{}).Visible="visible",rt.Hidden="hidden",rt);let lt=(0,t.createContext)(null);function ot(e){return"children"in e?ot(e.children):e.current.filter((({el:e})=>null!==e.current)).filter((({state:e})=>"visible"===e)).length>0}function st(e,a){let n=b(e),r=(0,t.useRef)([]),i=$e(),o=et(),s=w(((e,t=u.Hidden)=>{let a=r.current.findIndex((({el:t})=>t===e));-1!==a&&(l(t,{[u.Unmount](){r.current.splice(a,1)},[u.Hidden](){r.current[a].state="hidden"}}),o.microTask((()=>{var e;!ot(r)&&i.current&&(null==(e=n.current)||e.call(n))})))})),c=w((e=>{let t=r.current.find((({el:t})=>t===e));return t?"visible"!==t.state&&(t.state="visible"):r.current.push({el:e,state:"visible"}),()=>s(e,u.Unmount)})),d=(0,t.useRef)([]),m=(0,t.useRef)(Promise.resolve()),g=(0,t.useRef)({enter:[],leave:[],idle:[]}),f=w(((e,t,n)=>{d.current.splice(0),a&&(a.chains.current[t]=a.chains.current[t].filter((([t])=>t!==e))),null==a||a.chains.current[t].push([e,new Promise((e=>{d.current.push(e)}))]),null==a||a.chains.current[t].push([e,new Promise((e=>{Promise.all(g.current[t].map((([e,t])=>t))).then((()=>e()))}))]),"enter"===t?m.current=m.current.then((()=>null==a?void 0:a.wait.current)).then((()=>n(t))):n(t)})),p=w(((e,t,a)=>{Promise.all(g.current[t].splice(0).map((([e,t])=>t))).then((()=>{var e;null==(e=d.current.shift())||e()})).then((()=>a(t)))}));return(0,t.useMemo)((()=>({children:r,register:c,unregister:s,onStart:f,onStop:p,wait:m,chains:g})),[c,s,r,f,p,g,m])}function ut(){}lt.displayName="NestingContext";let ct=["beforeEnter","afterEnter","beforeLeave","afterLeave"];function dt(e){var t;let a={};for(let n of ct)a[n]=null!=(t=e[n])?t:ut;return a}let mt=s.RenderStrategy,gt=g((function(e,a){let{beforeEnter:n,afterEnter:r,beforeLeave:i,afterLeave:o,enter:s,enterFrom:d,enterTo:m,entered:g,leave:f,leaveFrom:p,leaveTo:h,...v}=e,y=(0,t.useRef)(null),x=E(y,a),D=v.unmount?u.Unmount:u.Hidden,{show:C,appear:k,initial:S}=function(){let e=(0,t.useContext)(nt);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),[O,N]=(0,t.useState)(C?"visible":"hidden"),T=function(){let e=(0,t.useContext)(lt);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),{register:A,unregister:M}=T,I=(0,t.useRef)(null);(0,t.useEffect)((()=>A(y)),[A,y]),(0,t.useEffect)((()=>{if(D===u.Hidden&&y.current)return C&&"visible"!==O?void N("visible"):l(O,{hidden:()=>M(y),visible:()=>A(y)})}),[O,y,A,M,C,D]);let R=b({enter:at(s),enterFrom:at(d),enterTo:at(m),entered:at(g),leave:at(f),leaveFrom:at(p),leaveTo:at(h)}),V=function(e){let a=(0,t.useRef)(dt(e));return(0,t.useEffect)((()=>{a.current=dt(e)}),[e]),a}({beforeEnter:n,afterEnter:r,beforeLeave:i,afterLeave:o}),F=_();(0,t.useEffect)((()=>{if(F&&"visible"===O&&null===y.current)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")}),[y,O,F]);let H=S&&!k,j=!F||H||I.current===C?"idle":C?"enter":"leave",B=w((e=>l(e,{enter:()=>V.current.beforeEnter(),leave:()=>V.current.beforeLeave(),idle:()=>{}}))),U=w((e=>l(e,{enter:()=>V.current.afterEnter(),leave:()=>V.current.afterLeave(),idle:()=>{}}))),G=st((()=>{N("hidden"),M(y)}),T);tt({container:y,classes:R,direction:j,onStart:b((e=>{G.onStart(y,e,B)})),onStop:b((e=>{G.onStop(y,e,U),"leave"===e&&!ot(G)&&(N("hidden"),M(y))}))}),(0,t.useEffect)((()=>{!H||(D===u.Hidden?I.current=null:I.current=C)}),[C,H,O]);let W=v,z={ref:x};return t.createElement(lt.Provider,{value:G},t.createElement(L,{value:l(O,{visible:P.Open,hidden:P.Closed})},c({ourProps:z,theirProps:W,defaultTag:"div",features:mt,visible:"visible"===O,name:"Transition.Child"})))})),ft=g((function(e,a){let{show:n,appear:r=!1,unmount:i,...o}=e,s=(0,t.useRef)(null),u=E(s,a);_();let d=M();if(void 0===n&&null!==d&&(n=l(d,{[P.Open]:!0,[P.Closed]:!1})),![!0,!1].includes(n))throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");let[m,g]=(0,t.useState)(n?"visible":"hidden"),f=st((()=>{g("hidden")})),[p,h]=(0,t.useState)(!0),b=(0,t.useRef)([n]);v((()=>{!1!==p&&b.current[b.current.length-1]!==n&&(b.current.push(n),h(!1))}),[b,n]);let w=(0,t.useMemo)((()=>({show:n,appear:r,initial:p})),[n,r,p]);(0,t.useEffect)((()=>{if(n)g("visible");else if(ot(f)){let e=s.current;if(!e)return;let t=e.getBoundingClientRect();0===t.x&&0===t.y&&0===t.width&&0===t.height&&g("hidden")}else g("hidden")}),[n,f]);let y={unmount:i};return t.createElement(lt.Provider,{value:f},t.createElement(nt.Provider,{value:w},c({ourProps:{...y,as:t.Fragment,children:t.createElement(gt,{ref:u,...y,...o})},theirProps:{},defaultTag:t.Fragment,features:mt,visible:"visible"===m,name:"Transition"})))})),pt=g((function(e,a){let n=null!==(0,t.useContext)(nt),r=null!==M();return t.createElement(t.Fragment,null,!n&&r?t.createElement(ft,{ref:a,...e}):t.createElement(gt,{ref:a,...e}))})),ht=Object.assign(ft,{Child:pt,Root:ft});var vt=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(vt||{});let bt=g((function(e,t){let{features:a=1,...n}=e;return c({ourProps:{ref:t,"aria-hidden":2==(2&a)||void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...4==(4&a)&&2!=(2&a)&&{display:"none"}}},theirProps:n,slot:{},defaultTag:"div",name:"Hidden"})})),wt=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].map((e=>`${e}:not([tabindex='-1'])`)).join(",");var yt=(e=>(e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll",e))(yt||{}),xt=(e=>(e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow",e))(xt||{}),Et=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(Et||{});var Dt=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(Dt||{});function _t(e){null==e||e.focus({preventScroll:!0})}let Ct=["textarea","input"].join(",");function kt(e,t,a=!0,n=null){let r=Array.isArray(e)?e.length>0?e[0].ownerDocument:document:e.ownerDocument,i=Array.isArray(e)?a?function(e,t=(e=>e)){return e.slice().sort(((e,a)=>{let n=t(e),r=t(a);if(null===n||null===r)return 0;let i=n.compareDocumentPosition(r);return i&Node.DOCUMENT_POSITION_FOLLOWING?-1:i&Node.DOCUMENT_POSITION_PRECEDING?1:0}))}(e):e:function(e=document.body){return null==e?[]:Array.from(e.querySelectorAll(wt))}(e);n=null!=n?n:r.activeElement;let l,o=(()=>{if(5&t)return 1;if(10&t)return-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),s=(()=>{if(1&t)return 0;if(2&t)return Math.max(0,i.indexOf(n))-1;if(4&t)return Math.max(0,i.indexOf(n))+1;if(8&t)return i.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),u=32&t?{preventScroll:!0}:{},c=0,d=i.length;do{if(c>=d||c+d<=0)return 0;let e=s+c;if(16&t)e=(e+d)%d;else{if(e<0)return 3;if(e>=d)return 1}l=i[e],null==l||l.focus(u),c+=o}while(l!==r.activeElement);return 6&t&&function(e){var t,a;return null!=(a=null==(t=null==e?void 0:e.matches)?void 0:t.call(e,Ct))&&a}(l)&&l.select(),l.hasAttribute("tabindex")||l.setAttribute("tabindex","0"),2}var St=(e=>(e[e.Forwards=0]="Forwards",e[e.Backwards=1]="Backwards",e))(St||{});function Ot(...e){return(0,t.useMemo)((()=>V(...e)),[...e])}function Nt(e,a,n,r){let i=b(n);(0,t.useEffect)((()=>{function t(e){i.current(e)}return(e=null!=e?e:window).addEventListener(a,t,r),()=>e.removeEventListener(a,t,r)}),[e,a,r])}function Tt(e,a){let n=(0,t.useRef)([]),r=w(e);(0,t.useEffect)((()=>{let e=[...n.current];for(let[t,i]of a.entries())if(n.current[t]!==i){let t=r(a,e);return n.current=a,t}}),[r,...a])}var At=(e=>(e[e.None=1]="None",e[e.InitialFocus=2]="InitialFocus",e[e.TabLock=4]="TabLock",e[e.FocusLock=8]="FocusLock",e[e.RestoreFocus=16]="RestoreFocus",e[e.All=30]="All",e))(At||{});let Pt=Object.assign(g((function(e,a){let n=(0,t.useRef)(null),r=E(n,a),{initialFocus:i,containers:o,features:s=30,...u}=e;_()||(s=1);let d=Ot(n);!function({ownerDocument:e},a){let n=(0,t.useRef)(null);Nt(null==e?void 0:e.defaultView,"focusout",(e=>{!a||n.current||(n.current=e.target)}),!0),Tt((()=>{a||((null==e?void 0:e.activeElement)===(null==e?void 0:e.body)&&_t(n.current),n.current=null)}),[a]);let r=(0,t.useRef)(!1);(0,t.useEffect)((()=>(r.current=!1,()=>{r.current=!0,Ye((()=>{!r.current||(_t(n.current),n.current=null)}))})),[])}({ownerDocument:d},Boolean(16&s));let m=function({ownerDocument:e,container:a,initialFocus:n},r){let i=(0,t.useRef)(null),l=$e();return Tt((()=>{if(!r)return;let t=a.current;!t||Ye((()=>{if(!l.current)return;let a=null==e?void 0:e.activeElement;if(null!=n&&n.current){if((null==n?void 0:n.current)===a)return void(i.current=a)}else if(t.contains(a))return void(i.current=a);null!=n&&n.current?_t(n.current):kt(t,yt.First)===xt.Error&&console.warn("There are no focusable elements inside the <FocusTrap />"),i.current=null==e?void 0:e.activeElement}))}),[r]),i}({ownerDocument:d,container:n,initialFocus:i},Boolean(2&s));!function({ownerDocument:e,container:t,containers:a,previousActiveElement:n},r){let i=$e();Nt(null==e?void 0:e.defaultView,"focus",(e=>{if(!r||!i.current)return;let l=new Set(null==a?void 0:a.current);l.add(t);let o=n.current;if(!o)return;let s=e.target;s&&s instanceof HTMLElement?function(e,t){var a;for(let n of e)if(null!=(a=n.current)&&a.contains(t))return!0;return!1}(l,s)?(n.current=s,_t(s)):(e.preventDefault(),e.stopPropagation(),_t(o)):_t(n.current)}),!0)}({ownerDocument:d,container:n,containers:o,previousActiveElement:m},Boolean(8&s));let g=function(){let e=(0,t.useRef)(0);return function(e,a,n){let r=b(a);(0,t.useEffect)((()=>{function t(e){r.current(e)}return window.addEventListener(e,t,n),()=>window.removeEventListener(e,t,n)}),[e,n])}("keydown",(t=>{"Tab"===t.key&&(e.current=t.shiftKey?1:0)}),!0),e}(),f=w((()=>{let e=n.current;!e||l(g.current,{[St.Forwards]:()=>kt(e,yt.First),[St.Backwards]:()=>kt(e,yt.Last)})})),p={ref:r};return t.createElement(t.Fragment,null,Boolean(4&s)&&t.createElement(bt,{as:"button",type:"button",onFocus:f,features:vt.Focusable}),c({ourProps:p,theirProps:u,defaultTag:"div",name:"FocusTrap"}),Boolean(4&s)&&t.createElement(bt,{as:"button",type:"button",onFocus:f,features:vt.Focusable}))})),{features:At}),Mt=new Set,Lt=new Map;function It(e){e.setAttribute("aria-hidden","true"),e.inert=!0}function Rt(e){let t=Lt.get(e);!t||(null===t["aria-hidden"]?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",t["aria-hidden"]),e.inert=t.inert)}let Vt=(0,t.createContext)(!1);function Ft(){return(0,t.useContext)(Vt)}function Ht(e){return t.createElement(Vt.Provider,{value:e.force},e.children)}let jt=t.Fragment,Bt=g((function(e,a){let n=e,i=(0,t.useRef)(null),l=E(x((e=>{i.current=e})),a),o=Ot(i),s=function(e){let a=Ft(),n=(0,t.useContext)(Gt),r=Ot(e),[i,l]=(0,t.useState)((()=>{if(!a&&null!==n||h)return null;let e=null==r?void 0:r.getElementById("headlessui-portal-root");if(e)return e;if(null===r)return null;let t=r.createElement("div");return t.setAttribute("id","headlessui-portal-root"),r.body.appendChild(t)}));return(0,t.useEffect)((()=>{null!==i&&(null!=r&&r.body.contains(i)||null==r||r.body.appendChild(i))}),[i,r]),(0,t.useEffect)((()=>{a||null!==n&&l(n.current)}),[n,l,a]),i}(i),[u]=(0,t.useState)((()=>{var e;return h?null:null!=(e=null==o?void 0:o.createElement("div"))?e:null})),d=_(),m=(0,t.useRef)(!1);return v((()=>{if(m.current=!1,s&&u)return s.contains(u)||(u.setAttribute("data-headlessui-portal",""),s.appendChild(u)),()=>{m.current=!0,Ye((()=>{var e;!m.current||!s||!u||(s.removeChild(u),s.childNodes.length<=0&&(null==(e=s.parentElement)||e.removeChild(s)))}))}}),[s,u]),d&&s&&u?(0,r.createPortal)(c({ourProps:{ref:l},theirProps:n,defaultTag:jt,name:"Portal"}),u):null})),Ut=t.Fragment,Gt=(0,t.createContext)(null),Wt=g((function(e,a){let{target:n,...r}=e,i={ref:E(a)};return t.createElement(Gt.Provider,{value:n},c({ourProps:i,theirProps:r,defaultTag:Ut,name:"Popover.Group"}))})),zt=Object.assign(Bt,{Group:Wt}),Kt=(0,t.createContext)(null);function Zt(){let e=(0,t.useContext)(Kt);if(null===e){let e=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(e,Zt),e}return e}function $t(){let[e,a]=(0,t.useState)([]);return[e.length>0?e.join(" "):void 0,(0,t.useMemo)((()=>function(e){let n=w((e=>(a((t=>[...t,e])),()=>a((t=>{let a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))))),r=(0,t.useMemo)((()=>({register:n,slot:e.slot,name:e.name,props:e.props})),[n,e.slot,e.name,e.props]);return t.createElement(Kt.Provider,{value:r},e.children)}),[a])]}let Yt=g((function(e,t){let a=Zt(),n=`headlessui-description-${O()}`,r=E(t);v((()=>a.register(n)),[n,a.register]);let i=e;return c({ourProps:{ref:r,...a.props,id:n},theirProps:i,slot:a.slot||{},defaultTag:"p",name:a.name||"Description"})})),qt=(0,t.createContext)((()=>{}));qt.displayName="StackContext";var Jt=(e=>(e[e.Add=0]="Add",e[e.Remove=1]="Remove",e))(Jt||{});function Xt({children:e,onUpdate:a,type:n,element:r,enabled:i}){let l=(0,t.useContext)(qt),o=w(((...e)=>{null==a||a(...e),l(...e)}));return v((()=>{let e=void 0===i||!0===i;return e&&o(0,n,r),()=>{e&&o(1,n,r)}}),[o,n,r,i]),t.createElement(qt.Provider,{value:o},e)}function Qt(e,a,n){let r=b(a);(0,t.useEffect)((()=>{function t(e){r.current(e)}return document.addEventListener(e,t,n),()=>document.removeEventListener(e,t,n)}),[e,n])}var ea=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(ea||{}),ta=(e=>(e[e.SetTitleId=0]="SetTitleId",e))(ta||{});let aa={0(e,t){return e.titleId===t.id?e:{...e,titleId:t.id}}},na=(0,t.createContext)(null);function ra(e){let a=(0,t.useContext)(na);if(null===a){let t=new Error(`<${e} /> is missing a parent <Dialog /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,ra),t}return a}function ia(e,t){return l(t.type,aa,e,t)}na.displayName="DialogContext";let la=s.RenderStrategy|s.Static,oa=g((function(e,a){let{open:n,onClose:r,initialFocus:i,__demoMode:o=!1,...s}=e,[u,d]=(0,t.useState)(0),m=M();void 0===n&&null!==m&&(n=l(m,{[P.Open]:!0,[P.Closed]:!1}));let g=(0,t.useRef)(new Set),f=(0,t.useRef)(null),p=E(f,a),h=(0,t.useRef)(null),b=Ot(f),y=e.hasOwnProperty("open")||null!==m,x=e.hasOwnProperty("onClose");if(!y&&!x)throw new Error("You have to provide an `open` and an `onClose` prop to the `Dialog` component.");if(!y)throw new Error("You provided an `onClose` prop to the `Dialog`, but forgot an `open` prop.");if(!x)throw new Error("You provided an `open` prop to the `Dialog`, but forgot an `onClose` prop.");if("boolean"!=typeof n)throw new Error(`You provided an \`open\` prop to the \`Dialog\`, but the value is not a boolean. Received: ${n}`);if("function"!=typeof r)throw new Error(`You provided an \`onClose\` prop to the \`Dialog\`, but the value is not a function. Received: ${r}`);let D=n?0:1,[C,k]=(0,t.useReducer)(ia,{titleId:null,descriptionId:null,panelRef:(0,t.createRef)()}),S=w((()=>r(!1))),T=w((e=>k({type:0,id:e}))),A=!!_()&&!o&&0===D,L=u>1,I=null!==(0,t.useContext)(na),R=L?"parent":"leaf";(function(e,t=!0){v((()=>{if(!t||!e.current)return;let a=e.current,n=V(a);if(n){Mt.add(a);for(let e of Lt.keys())e.contains(a)&&(Rt(e),Lt.delete(e));return n.querySelectorAll("body > *").forEach((e=>{if(e instanceof HTMLElement){for(let t of Mt)if(e.contains(t))return;1===Mt.size&&(Lt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),It(e))}})),()=>{if(Mt.delete(a),Mt.size>0)n.querySelectorAll("body > *").forEach((e=>{if(e instanceof HTMLElement&&!Lt.has(e)){for(let t of Mt)if(e.contains(t))return;Lt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),It(e)}}));else for(let e of Lt.keys())Rt(e),Lt.delete(e)}}}),[t])})(f,!!L&&A),function(e,a,n=!0){let r=(0,t.useRef)(!1);function i(t,n){if(!r.current||t.defaultPrevented)return;let i=function e(t){return"function"==typeof t?e(t()):Array.isArray(t)||t instanceof Set?t:[t]}(e),o=n(t);if(null!==o&&o.getRootNode().contains(o)){for(let e of i){if(null===e)continue;let t=e instanceof HTMLElement?e:e.current;if(null!=t&&t.contains(o))return}return!function(e,t=0){var a;return e!==(null==(a=V(e))?void 0:a.body)&&l(t,{0(){return e.matches(wt)},1(){let t=e;for(;null!==t;){if(t.matches(wt))return!0;t=t.parentElement}return!1}})}(o,Dt.Loose)&&-1!==o.tabIndex&&t.preventDefault(),a(t,o)}}(0,t.useEffect)((()=>{requestAnimationFrame((()=>{r.current=n}))}),[n]);let o=(0,t.useRef)(null);Qt("mousedown",(e=>{var t,a;r.current&&(o.current=(null==(a=null==(t=e.composedPath)?void 0:t.call(e))?void 0:a[0])||e.target)}),!0),Qt("click",(e=>{!o.current||(i(e,(()=>o.current)),o.current=null)}),!0),Qt("blur",(e=>i(e,(()=>window.document.activeElement instanceof HTMLIFrameElement?window.document.activeElement:null))),!0)}((()=>{var e,t;return[...Array.from(null!=(e=null==b?void 0:b.querySelectorAll("body > *, [data-headlessui-portal]"))?e:[]).filter((e=>!(!(e instanceof HTMLElement)||e.contains(h.current)||C.panelRef.current&&e.contains(C.panelRef.current)))),null!=(t=C.panelRef.current)?t:f.current]}),S,A&&!L),Nt(null==b?void 0:b.defaultView,"keydown",(e=>{e.defaultPrevented||e.key===N.Escape&&0===D&&(L||(e.preventDefault(),e.stopPropagation(),S()))})),function(e,a){(0,t.useEffect)((()=>{var t;if(!a||!e)return;let n=qe();function r(e,t,a){let r=e.style.getPropertyValue(t);return Object.assign(e.style,{[t]:a}),n.add((()=>{Object.assign(e.style,{[t]:r})}))}let i=e.documentElement,l=(null!=(t=e.defaultView)?t:window).innerWidth-i.clientWidth;if(r(i,"overflow","hidden"),l>0&&r(i,"paddingRight",l-(i.clientWidth-i.offsetWidth)+"px"),/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0){let e=window.pageYOffset;r(i,"position","fixed"),r(i,"marginTop",`-${e}px`),r(i,"width","100%"),n.add((()=>window.scrollTo(0,e)))}return n.dispose}),[e,a])}(b,0===D&&!I),(0,t.useEffect)((()=>{if(0!==D||!f.current)return;let e=new IntersectionObserver((e=>{for(let t of e)0===t.boundingClientRect.x&&0===t.boundingClientRect.y&&0===t.boundingClientRect.width&&0===t.boundingClientRect.height&&S()}));return e.observe(f.current),()=>e.disconnect()}),[D,f,S]);let[F,H]=$t(),j=`headlessui-dialog-${O()}`,B=(0,t.useMemo)((()=>[{dialogState:D,close:S,setTitleId:T},C]),[D,C,S,T]),U=(0,t.useMemo)((()=>({open:0===D})),[D]),G={ref:p,id:j,role:"dialog","aria-modal":0===D||void 0,"aria-labelledby":C.titleId,"aria-describedby":F};return t.createElement(Xt,{type:"Dialog",enabled:0===D,element:f,onUpdate:w(((e,t,a)=>{"Dialog"===t&&l(e,{[Jt.Add](){g.current.add(a),d((e=>e+1))},[Jt.Remove](){g.current.add(a),d((e=>e-1))}})}))},t.createElement(Ht,{force:!0},t.createElement(zt,null,t.createElement(na.Provider,{value:B},t.createElement(zt.Group,{target:f},t.createElement(Ht,{force:!1},t.createElement(H,{slot:U,name:"Dialog.Description"},t.createElement(Pt,{initialFocus:i,containers:g,features:A?l(R,{parent:Pt.features.RestoreFocus,leaf:Pt.features.All&~Pt.features.FocusLock}):Pt.features.None},c({ourProps:G,theirProps:s,slot:U,defaultTag:"div",features:la,visible:0===D,name:"Dialog"})))))))),t.createElement(bt,{features:vt.Hidden,ref:h}))})),sa=g((function(e,a){let[{dialogState:n,close:r}]=ra("Dialog.Overlay");return c({ourProps:{ref:E(a),id:`headlessui-dialog-overlay-${O()}`,"aria-hidden":!0,onClick:w((e=>{if(e.target===e.currentTarget){if(T(e.currentTarget))return e.preventDefault();e.preventDefault(),e.stopPropagation(),r()}}))},theirProps:e,slot:(0,t.useMemo)((()=>({open:0===n})),[n]),defaultTag:"div",name:"Dialog.Overlay"})})),ua=g((function(e,a){let[{dialogState:n},r]=ra("Dialog.Backdrop"),i=E(a),l=`headlessui-dialog-backdrop-${O()}`;(0,t.useEffect)((()=>{if(null===r.panelRef.current)throw new Error("A <Dialog.Backdrop /> component is being used, but a <Dialog.Panel /> component is missing.")}),[r.panelRef]);let o=(0,t.useMemo)((()=>({open:0===n})),[n]);return t.createElement(Ht,{force:!0},t.createElement(zt,null,c({ourProps:{ref:i,id:l,"aria-hidden":!0},theirProps:e,slot:o,defaultTag:"div",name:"Dialog.Backdrop"})))})),ca=g((function(e,a){let[{dialogState:n},r]=ra("Dialog.Panel"),i=E(a,r.panelRef),l=`headlessui-dialog-panel-${O()}`,o=(0,t.useMemo)((()=>({open:0===n})),[n]);return c({ourProps:{ref:i,id:l,onClick:w((e=>{e.stopPropagation()}))},theirProps:e,slot:o,defaultTag:"div",name:"Dialog.Panel"})})),da=g((function(e,a){let[{dialogState:n,setTitleId:r}]=ra("Dialog.Title"),i=`headlessui-dialog-title-${O()}`,l=E(a);(0,t.useEffect)((()=>(r(i),()=>r(null))),[i,r]);let o=(0,t.useMemo)((()=>({open:0===n})),[n]);return c({ourProps:{ref:l,id:i},theirProps:e,slot:o,defaultTag:"h2",name:"Dialog.Title"})})),ma=Object.assign(oa,{Backdrop:ua,Panel:ca,Overlay:sa,Title:da,Description:Yt});var ga=t.forwardRef((function(e,a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:a},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"}))})),fa=()=>{const a=uag_react.global_data.changelog_data,[n,r]=(0,t.useState)(!1);return(0,e.createElement)(t.Fragment,null,(0,e.createElement)("button",{onClick:()=>r(!0),title:(0,Ze.__)("What's New?","ultimate-addons-for-gutenberg"),className:"w-10 h-10 flex items-center justify-center cursor-pointer rounded-full border border-slate-200"},(0,e.createElement)("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M8.16667 3.90182V15.0335C8.16667 15.8434 7.51008 16.5 6.70015 16.5C6.08038 16.5 5.52752 16.1104 5.31907 15.5267L3.53039 10.4024M14 9.83333C15.3807 9.83333 16.5 8.71404 16.5 7.33333C16.5 5.95262 15.3807 4.83333 14 4.83333M3.53039 10.4024C2.33691 9.89508 1.5 8.71194 1.5 7.33333C1.5 5.49238 2.99238 4 4.83333 4H6.36007C9.77727 4 12.7141 2.97159 14 1.5L14 13.1667C12.7141 11.6951 9.77727 10.6667 6.36007 10.6667L4.83331 10.6667C4.37098 10.6667 3.93064 10.5725 3.53039 10.4024Z",stroke:"#475569",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,e.createElement)(ht.Root,{show:n,as:t.Fragment},(0,e.createElement)(ma,{as:"div",className:"fixed inset-0 overflow-hidden",onClose:r},(0,e.createElement)("div",{className:"absolute inset-0 overflow-hidden"},(0,e.createElement)(ma.Overlay,{className:"absolute inset-0"}),(0,e.createElement)("div",{className:"fixed inset-y-0 right-0 pl-10 max-w-full flex sm:mt-[2rem]"},(0,e.createElement)(ht.Child,{as:t.Fragment,enter:"transform transition ease-in-out duration-150 sm:duration-150",enterFrom:"translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-in-out duration-300 sm:duration-300",leaveFrom:"translate-x-0",leaveTo:"translate-x-full"},(0,e.createElement)("div",{className:"w-screen max-w-md shadow-overlay-left"},(0,e.createElement)("div",{className:"h-full flex flex-col bg-white shadow-xl"},(0,e.createElement)("div",{className:"px-4 sm:px-6 h-16 shadow flex items-center justify-between z-50"},(0,e.createElement)(ma.Title,{className:"text-lg font-medium text-gray-900"}," ",(0,Ze.__)("What's New?","ultimate-addons-for-gutenberg")," "),(0,e.createElement)("div",{className:"flex items-center"},(0,e.createElement)("button",{type:"button",className:"bg-white rounded-md text-gray-400 hover:text-gray-500 focus:outline-none",onClick:()=>r(!1)},(0,e.createElement)(ga,{className:"h-6 w-6","aria-hidden":"true"})))),(0,e.createElement)("div",{className:"relative flex-1 overflow-y-auto"},(0,e.createElement)("div",{className:"relative grid bg-white divide-y divide-gray-200"},a.map(((t,n)=>{const r=a[n].title,i=a[n].description,l=a[n].date;return(0,e.createElement)("a",{key:r,href:"https://wpspectra.com/changelog/",className:"px-6 py-5 block rounded-[0.2rem] transition ease-in-out duration-150",target:"_blank",rel:"noreferrer noopener"},(0,e.createElement)("p",{className:"text-sm mb-1 font-medium text-slate-800",dangerouslySetInnerHTML:{__html:r}}),(0,e.createElement)("p",{className:"text-xs text-slate-500",dangerouslySetInnerHTML:{__html:l}}),(0,e.createElement)("p",{className:"mt-3 spectra-changelog-description",dangerouslySetInnerHTML:{__html:i}}))}))))))))))))},pa=n().createContext(null),ha=function(e){e()},va=function(){return ha},ba={notify:function(){},get:function(){return[]}};function wa(e,t){var a,n=ba;function r(){l.onStateChange&&l.onStateChange()}function i(){a||(a=t?t.addNestedSub(r):e.subscribe(r),n=function(){var e=va(),t=null,a=null;return{clear:function(){t=null,a=null},notify:function(){e((function(){for(var e=t;e;)e.callback(),e=e.next}))},get:function(){for(var e=[],a=t;a;)e.push(a),a=a.next;return e},subscribe:function(e){var n=!0,r=a={callback:e,next:null,prev:a};return r.prev?r.prev.next=r:t=r,function(){n&&null!==t&&(n=!1,r.next?r.next.prev=r.prev:a=r.prev,r.prev?r.prev.next=r.next:t=r.next)}}}}())}var l={addNestedSub:function(e){return i(),n.subscribe(e)},notifyNestedSubs:function(){n.notify()},handleChangeWrapper:r,isSubscribed:function(){return Boolean(a)},trySubscribe:i,tryUnsubscribe:function(){a&&(a(),a=void 0,n.clear(),n=ba)},getListeners:function(){return n}};return l}var ya="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?t.useLayoutEffect:t.useEffect;function xa(){return(0,t.useContext)(pa)}function Ea(e){void 0===e&&(e=pa);var a=e===pa?xa:function(){return(0,t.useContext)(e)};return function(){return a().store}}a(864);var Da=Ea();function _a(e){void 0===e&&(e=pa);var t=e===pa?Da:Ea(e);return function(){return t().dispatch}}var Ca=_a(),ka=function(e,t){return e===t};function Sa(e){void 0===e&&(e=pa);var a=e===pa?xa:function(){return(0,t.useContext)(e)};return function(e,n){void 0===n&&(n=ka);var r=a(),i=function(e,a,n,r){var i,l=(0,t.useReducer)((function(e){return e+1}),0),o=l[1],s=(0,t.useMemo)((function(){return wa(n,r)}),[n,r]),u=(0,t.useRef)(),c=(0,t.useRef)(),d=(0,t.useRef)(),m=(0,t.useRef)(),g=n.getState();try{if(e!==c.current||g!==d.current||u.current){var f=e(g);i=void 0!==m.current&&a(f,m.current)?m.current:f}else i=m.current}catch(e){throw u.current&&(e.message+="\nThe error may be correlated with this previous error:\n"+u.current.stack+"\n\n"),e}return ya((function(){c.current=e,d.current=g,m.current=i,u.current=void 0})),ya((function(){function e(){try{var e=n.getState();if(e===d.current)return;var t=c.current(e);if(a(t,m.current))return;m.current=t,d.current=e}catch(e){u.current=e}o()}return s.onStateChange=e,s.trySubscribe(),e(),function(){return s.tryUnsubscribe()}}),[n,s]),i}(e,n,r.store,r.subscription);return(0,t.useDebugValue)(i),i}}var Oa,Na=Sa();Oa=r.unstable_batchedUpdates,ha=Oa;var Ta=window.wp.apiFetch,Aa=a.n(Ta),Pa=()=>{const t=Ca(),a=()=>{if(""===uag_react.spectra_pro_status){const e=new window.FormData;e.append("action","uag_pro_activate"),e.append("security",uag_react.pro_activate_nonce),e.append("value","spectra"),Aa()({url:uag_react.ajax_url,method:"POST",body:e}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Spectra Pro Activated!"}),setTimeout((()=>{window.location.reload()}),500)}))}},n=()=>(0,e.createElement)("svg",{width:"1",height:"16",viewBox:"0 0 1 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"mx-2"},(0,e.createElement)("line",{x1:"0.5",y1:"2.18557e-08",x2:"0.499999",y2:"16",stroke:"#E2E8F0"}));return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"mr-2 text-sm text-slate-400"},uag_react.plugin_ver),uag_react.spectra_pro_installed&&uag_react.spectra_pro_ver&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"mr-2 px-1.5 py-[3px] text-[10px] leading-[10px] text-slate-500 border border-slate-400 rounded"},(0,Ze.__)("Core","ultimate-addons-for-gutenberg")),n(),(0,e.createElement)("div",{className:"mx-2 text-sm text-slate-500"},uag_react.spectra_pro_ver),(0,e.createElement)("div",{className:"mr-2 px-1.5 py-[3px] text-[10px] leading-[10px] text-white bg-slate-800 border border-slate-800 rounded"},(0,Ze.__)("Pro","ultimate-addons-for-gutenberg")),n()),uag_react.spectra_pro_installed?uag_react.spectra_pro_status?uag_react.license_status?(0,e.createElement)(We,{className:"mr-8 ml-2 text-sm text-emerald-500 active:text-emerald-500 hover:text-emerald-500 focus:text-emerald-500 cursor-pointer",to:{pathname:"options-general.php",search:"?page=spectra&path=settings&settings=my-account"},onClick:()=>{t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:"my-account"})}},(0,Ze.__)("Licensed","ultimate-addons-for-gutenberg")):(0,e.createElement)(We,{className:"mr-8 ml-2 text-sm text-slate-400 active:text-slate-400 hover:text-slate-400 focus:text-slate-400 cursor-pointer",to:{pathname:"options-general.php",search:"?page=spectra&path=settings&settings=my-account"},onClick:()=>{t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:"my-account"})}},(0,Ze.__)("Unlicensed","ultimate-addons-for-gutenberg")):(0,e.createElement)("div",{className:"mr-8 ml-2 text-sm text-slate-500 cursor-pointer",role:"button",tabIndex:0,onClick:a,onKeyDown:a},(0,Ze.__)("Activate Spectra Pro","ultimate-addons-for-gutenberg")):(0,e.createElement)("div",{className:"w-4"}))};function Ma(){var t;const a=[{name:(0,Ze.__)("Welcome","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:""},{name:(0,Ze.__)("Blocks / Extensions","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"blocks"},{name:(0,Ze.__)("Settings","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"settings"}],n=new URLSearchParams(null===(t=Ve())||void 0===t?void 0:t.search),r=n.get("page")?n.get("page"):uag_react.home_slug,i=n.get("path")?n.get("path"):"";return(0,e.createElement)(Q,{as:"nav",className:"bg-white shadow"},(0,e.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,e.createElement)("div",{className:"relative flex justify-between h-16"},(0,e.createElement)("div",{className:"flex-1 flex items-center justify-center sm:items-stretch sm:justify-start"},(0,e.createElement)("a",{href:uag_react.uag_base_url,className:"flex-shrink-0 flex items-center"},(0,e.createElement)("img",{className:"lg:block h-[2.6rem] w-auto",src:uag_react.logo_url,alt:"Workflow"})),(0,e.createElement)("div",{className:"sm:ml-8 sm:flex sm:space-x-8"},a.map(((t,a)=>(0,e.createElement)(We,{index:a,key:`?page=${t.slug}&path=${t.path}`,to:{pathname:"options-general.php",search:`?page=${t.slug}${""!==t.path?"&path="+t.path:""}`},className:r===t.slug&&i===t.path?"border-spectra text-spectra active:text-spectra focus:text-spectra focus-visible:text-spectra-hover hover:text-spectra-hover inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium":"border-transparent text-slate-500 active:text-spectra focus-visible:border-slate-300 focus-visible:text-slate-800 hover:border-slate-300 hover:text-slate-800 inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium"},t.name))))),(0,e.createElement)("div",{className:"absolute inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto sm:ml-6 sm:pr-0"},(0,e.createElement)(Pa,null),(0,e.createElement)(fa,null)))))}var La=()=>{var t;const a="1"===new URLSearchParams(null===(t=Ve())||void 0===t?void 0:t.search).get("spectra-activation-redirect")?1:0;return(0,e.createElement)("main",{className:"py-[2.43rem]"},(0,e.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,e.createElement)("h1",{className:"sr-only"},"Page title"),(0,e.createElement)("div",{className:"grid grid-cols-1 gap-4 items-start lg:grid-cols-3 lg:gap-5 xl:gap-10"},(0,e.createElement)("div",{className:"grid grid-cols-1 gap-4 lg:col-span-2 h-full"},(0,e.createElement)("section",{"aria-labelledby":"section-1-title h-full"},(0,e.createElement)("h2",{className:"sr-only",id:"section-1-title"},"Section title"),(0,e.createElement)("div",{className:"rounded-md bg-white overflow-hidden shadow-sm flex flex-col justify-center h-full"},(0,e.createElement)("div",{className:"p-12 pt-[2.2rem]"},(0,e.createElement)("h2",{className:"text-slate-800 text-[1.8rem] leading-[2.4rem] pb-3 font-medium text-left"},(0,Ze.__)("Welcome to Spectra!","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"text-slate-500 pb-7"},(0,Ze.__)("We designed Spectra to be intuitive but we do recommend learning how it works by checking our comprehensive documentation and watching the video below. Enjoy your time with Spectra!","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"mr-[80px] spectra-video-container"},(0,e.createElement)("iframe",{className:"spectra-video",src:`https://www.youtube.com/embed/GLNzTxArR6Y?showinfo=0&autoplay=${a}&mute=${a}&rel=0`,allow:"autoplay",title:"YouTube video player",frameBorder:"0",allowFullScreen:!0})),(0,e.createElement)("span",{className:"relative z-0 inline-flex pt-6 justify-start w-full"},(0,e.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra focus-visible:bg-spectra-hover hover:bg-spectra-hover focus:outline-none mr-4",onClick:()=>{window.open(uag_react.wp_pages_url,"_blank")}},(0,Ze.__)("Create New Page","ultimate-addons-for-gutenberg")),(0,e.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-slate-300 shadow-sm text-sm font-medium rounded-md text-slate-500 bg-white focus-visible:bg-slate-50 hover:bg-slate-50 focus:outline-none",onClick:()=>{window.open("https://wpspectra.com/","_blank")}},(0,Ze.__)("Visit Our Website","ultimate-addons-for-gutenberg"))))))),(0,e.createElement)("div",{className:"space-y-4 flex h-full flex-col justify-between"},(0,e.createElement)("section",{"aria-labelledby":"section-2-title"},(0,e.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,e.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,e.createElement)("div",{className:"p-8 pr-10"},(0,e.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,Ze.__)("Knowledge Base","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,Ze.__)("Learn everything you need to know about the Spectra plugin with our comprehensive documentation.","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Browse Now","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"}," → ")))),(0,e.createElement)("section",{"aria-labelledby":"section-2-title"},(0,e.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,e.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,e.createElement)("div",{className:"p-8 pr-10"},(0,e.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,Ze.__)("Get 5-star Support","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,Ze.__)("Need some help? Our awesome support team is here to help you with any question you have.","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Get Support","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"}," → ")))),(0,e.createElement)("section",{"aria-labelledby":"section-2-title"},(0,e.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,e.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,e.createElement)("div",{className:"p-8 pr-10"},(0,e.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,Ze.__)("Join the Community","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,Ze.__)("Got a question about the plugin, want to share your awesome project or just say hi? Join our wonderful community!","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Join Now","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"}," → "))))))))},Ia=()=>{var a;const n=new URLSearchParams(null===(a=Ve())||void 0===a?void 0:a.search),r=uag_react.blocks_info,i=Ca(),l=Na((e=>e.blocksStatuses)),o=Na((e=>e.coreBlocks)),s=Na((e=>e.activeBlocksFilterTab)),[u,c]=(0,t.useState)([]),d=[{name:"All",slug:"all"},{name:"Core Blocks",slug:"core"},{name:"Creative",slug:"creative"},{name:"Content",slug:"content"},{name:"Post",slug:"post"},{name:"Social",slug:"social"},{name:"Form",slug:"form"},{name:"SEO",slug:"seo"},{name:"Extensions",slug:"extensions"}];(0,t.useEffect)((()=>{const e=n.get("path"),t=n.get("filterTab");i({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:t&&"blocks"===e?t:"all"});const a={...u};r.map((e=>{const t=e.admin_categories;return null==t||t.map((t=>(a[t]||(a[t]=[]),a[t].push(e.slug),t))),e})),c(a)}),[]);const m=e=>{let t="";return e===s?(t+="pro"===e?"text-spectra active:text-spectra focus:text-spectra hover:text-spectra":"text-slate-800 active:text-slate-800 focus:text-slate-800 hover:text-slate-800",t+=" bg-white border-transparent shadow shadow-focused"):(t+="pro"===e?"text-spectra border-indigo-100 bg-indigo-50 focus:text-spectra active:text-spectra hover:text-spectra":"text-slate-500 border-slate-200 focus:text-slate-500 active:text-slate-500 hover:text-slate-500",t+=" focus-visible:bg-white hover:bg-white"),t+=" px-4 py-1 ml-4 my-1 font-medium text-sm rounded-2xl cursor-pointer border transition",t};return(0,e.createElement)("div",{className:"mx-auto mb-6 px-6 lg:max-w-[80rem]"},(0,e.createElement)("div",{className:"w-full sm:hidden"},(0,e.createElement)("label",{htmlFor:"tabs",className:"sr-only"},"Select a tab"),(0,e.createElement)("select",{id:"tabs",name:"tabs",className:"w-full spectra-admin__input-field spectra-admin__dropdown",style:{maxWidth:"100%"}},d.map((t=>(0,e.createElement)("option",{key:t.name},t.name))))),(0,e.createElement)("div",{className:"hidden justify-between items-center space-y-4 sm:flex sm:flex-col lg:space-y-0 lg:flex-row"},(0,e.createElement)("nav",{className:"flex -ml-4 flex-wrap justify-center lg:justify-start","aria-label":"Tabs"},d.map((t=>(0,e.createElement)(We,{to:{pathname:"options-general.php",search:`?page=spectra&path=blocks&filterTab=${t.slug}`},key:t.name,className:m(t.slug),onClick:()=>{i({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:t.slug})}},t.name)))),(0,e.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,e.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-l-md transition",onClick:()=>{const e={...l};for(const t in l)("all"===s||u[s]&&u[s].includes(t))&&(e[t]="block");i({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==s&&"all"!==s||(i({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"enabled"}),i({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"enabled"}),i({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"enabled"}),i({type:"UPDATE_ENABLE_DYNAMIC_CONTENT_EXTENSION",payload:"enabled"})),"pro"===s&&i({type:"UPDATE_ENABLE_DYNAMIC_CONTENT_EXTENSION",payload:"enabled"});const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),Aa()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{i({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}},"Activate all"),(0,e.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-r-md transition",onClick:()=>{const e={...l};for(const t in l)!o.includes(t)&&("all"===s||u[s]&&u[s].includes(t))&&(e[t]="disabled");i({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==s&&"all"!==s||(i({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"disabled"}),i({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"disabled"}),i({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"disabled"}),i({type:"UPDATE_ENABLE_DYNAMIC_CONTENT_EXTENSION",payload:"disabled"})),"pro"===s&&i({type:"UPDATE_ENABLE_DYNAMIC_CONTENT_EXTENSION",payload:"disabled"});const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),Aa()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{i({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}},"Deactivate all"))))};const Ra="#1e293b";var Va={section:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M21 15V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19L3 15M21 15L3 15M21 15V9M3 15L3 9M21 9V5C21 3.89543 20.1046 3 19 3L5 3C3.89543 3 3 3.89543 3 5L3 9M21 9L3 9",stroke:Ra,strokeWidth:1.4})),buttons:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 17.5H17M7 6.5H17M5 10H19C20.1046 10 21 9.10457 21 8V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V8C3 9.10457 3.89543 10 5 10ZM5 21H19C20.1046 21 21 20.1046 21 19V16C21 14.8954 20.1046 14 19 14H5C3.89543 14 3 14.8954 3 16V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"advanced-heading":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M8 7V12.8333M8 12.8333V17M8 12.8333H16M16 12.8333V7M16 12.8333V17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"google-map":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M9 3.00002L4.10557 5.44723C3.428 5.78601 3 6.47854 3 7.23608V20.382C3 21.1254 3.78231 21.6089 4.44721 21.2764L9 19M9 3.00002L15 5.00002M9 3.00002V19M9 19L15 21M15 5.00002L19.5528 2.72362C20.2177 2.39117 21 2.87467 21 3.61805V16.7639C21 17.5215 20.572 18.214 19.8944 18.5528L15 21M15 5.00002V21",stroke:Ra,strokeWidth:1.4})),"info-box":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 13H17M7 16.5H15.3333M9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"post-carousel":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M0 17C1.10457 17 2 16.1046 2 15V8C2 6.89543 1.10457 6 0 6M24 17C22.8954 17 22 16.1046 22 15V8C22 6.89543 22.8954 6 24 6M7 17H17C18.1046 17 19 16.1046 19 15V8C19 6.89543 18.1046 6 17 6H7C5.89543 6 5 6.89543 5 8V15C5 16.1046 5.89543 17 7 17Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M8 11H12.5M8 14H16",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"post-masonry":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21C10 22.1046 9.10457 23 8 23H5C3.89543 23 3 22.1046 3 21V14Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M14 3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10C21 11.1046 20.1046 12 19 12H16C14.8954 12 14 11.1046 14 10V3Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M14 18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21C21 22.1046 20.1046 23 19 23H16C14.8954 23 14 22.1046 14 21V18Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6C10 7.10457 9.10457 8 8 8H5C3.89543 8 3 7.10457 3 6V3Z",stroke:Ra,strokeWidth:1.4})),"post-grid":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H8C9.10457 3 10 3.89543 10 5V8C10 9.10457 9.10457 10 8 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M14 5C14 3.89543 14.8954 3 16 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H16C14.8954 10 14 9.10457 14 8V5Z",stroke:Ra,strokeWidth:1.4})),testimonial:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M15.5 9.42857C15.5 10.2175 14.903 10.8571 14.1667 10.8571C13.4303 10.8571 12.8333 10.2175 12.8333 9.42857C12.8333 8.63959 13.4303 8 14.1667 8C14.903 8 15.5 8.63959 15.5 9.42857ZM15.5 9.42857C15.5 9.42857 15.5 11.5714 13.5 13M11.1667 9.42857C11.1667 10.2175 10.5697 10.8571 9.83333 10.8571C9.09695 10.8571 8.5 10.2175 8.5 9.42857C8.5 8.63959 9.09695 8 9.83333 8C10.5697 8 11.1667 8.63959 11.1667 9.42857ZM11.1667 9.42857C11.1667 9.42857 11.1667 11.5714 9.16667 13M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"cf7-styler":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M4.51555 17C6.13007 19.412 8.87958 21 12 21C15.1204 21 17.8699 19.412 19.4845 17M4.51555 17C3.55827 15.5699 3 13.8501 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 13.8501 20.4417 15.5699 19.4845 17M4.51555 17C5.75777 17 7.12889 15 8.43944 13M19.4845 17C18.2422 17 16.8711 15 15.5606 13M8.43944 13C9.75 11 11 9 12 9C13 9 14.25 11 15.5606 13M8.43944 13L9.09522 14.2607C9.47211 14.9852 10.5116 14.9769 10.8768 14.2464L11.3795 13.241C11.6848 12.6305 12.4984 12.4984 12.9811 12.9811L13.4309 13.4309C13.7632 13.7632 14.282 13.8193 14.6776 13.5658L15.5606 13",stroke:Ra,strokeWidth:1.4})),"gf-styler":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M17 12V15H7L6.99998 12.9996C6.99998 10.7905 8.79083 9.00001 10.9999 9.00001H17.5M3.33984 8.71466V15.2854C3.33984 16.0317 3.75541 16.7159 4.41768 17.0601L11.0779 20.5208C11.656 20.8212 12.3442 20.8212 12.9223 20.5208L19.5825 17.0601C20.2448 16.7159 20.6604 16.0317 20.6604 15.2854V8.71466C20.6604 7.96832 20.2448 7.28407 19.5825 6.93995L12.9223 3.47918C12.3442 3.1788 11.656 3.1788 11.0779 3.47918L4.41768 6.93995C3.75541 7.28407 3.33984 7.96832 3.33984 8.71466Z",stroke:Ra,strokeWidth:1.4})),"content-timeline":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M12.0001 3V7M12.0001 21V17M12.0001 7H15.0001M12.0001 7V12M15.0001 7C15.0001 8.10457 15.8954 9 17 9H19C20.1046 9 21 8.10457 21 7C21 5.89543 20.1046 5 19 5H17C15.8954 5 15.0001 5.89543 15.0001 7ZM12.0001 12H9M12.0001 12V17M9 12C9 13.1046 8.10457 14 7 14H5C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10H7C8.10457 10 9 10.8954 9 12ZM12.0001 17H15.0001M15.0001 17C15.0001 18.1046 15.8954 19 17 19H19C20.1046 19 21 18.1046 21 17C21 15.8954 20.1046 15 19 15H17C15.8954 15 15.0001 15.8954 15.0001 17Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"call-to-action":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M16.4545 16.4545L14.6364 21L11 11L21 14.6364L16.4545 16.4545ZM16.4545 16.4545L21 21M9 16.9291C5.60771 16.4439 3 13.5265 3 10C3 6.13401 6.13401 3 10 3C13.5265 3 16.4439 5.60771 16.9291 9M8.5 12.5987C7.6033 12.0799 7 11.1104 7 10C7 8.34315 8.34315 7 10 7C11.1104 7 12.0799 7.6033 12.5987 8.5",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"post-timeline":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M4 3V6M4 6C2.89543 6 2 6.89543 2 8C2 9.10457 2.89543 10 4 10M4 6C5.10457 6 6 6.89543 6 8C6 9.10457 5.10457 10 4 10M4 10V14M4 14C2.89543 14 2 14.8954 2 16C2 17.1046 2.89543 18 4 18M4 14C5.10457 14 6 14.8954 6 16C6 17.1046 5.10457 18 4 18M4 18V21M11 18H19C20.1046 18 21 17.1046 21 16C21 14.8954 20.1046 14 19 14H11C9.89543 14 9 14.8954 9 16C9 17.1046 9.89543 18 11 18ZM11 10H19C20.1046 10 21 9.10457 21 8C21 6.89543 20.1046 6 19 6H11C9.89543 6 9 6.89543 9 8C9 9.10457 9.89543 10 11 10Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"icon-list":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M11 5H21M11 12H21M11 19H21",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M7 5C7 6.10457 6.10457 7 5 7C3.89543 7 3 6.10457 3 5C3 3.89543 3.89543 3 5 3C6.10457 3 7 3.89543 7 5Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M7 19C7 20.1046 6.10457 21 5 21C3.89543 21 3 20.1046 3 19C3 17.8954 3.89543 17 5 17C6.10457 17 7 17.8954 7 19Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),team:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M17 20H22V18C22 16.3431 20.6569 15 19 15C18.0444 15 17.1931 15.4468 16.6438 16.1429M17 20H7M17 20V18C17 17.3438 16.8736 16.717 16.6438 16.1429M7 20H2V18C2 16.3431 3.34315 15 5 15C5.95561 15 6.80686 15.4468 7.35625 16.1429M7 20V18C7 17.3438 7.12642 16.717 7.35625 16.1429M7.35625 16.1429C8.0935 14.301 9.89482 13 12 13C14.1052 13 15.9065 14.301 16.6438 16.1429M15 7C15 8.65685 13.6569 10 12 10C10.3431 10 9 8.65685 9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7ZM21 10C21 11.1046 20.1046 12 19 12C17.8954 12 17 11.1046 17 10C17 8.89543 17.8954 8 19 8C20.1046 8 21 8.89543 21 10ZM7 10C7 11.1046 6.10457 12 5 12C3.89543 12 3 11.1046 3 10C3 8.89543 3.89543 8 5 8C6.10457 8 7 8.89543 7 10Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),tabs:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M10 3V6C10 7.10457 10.8954 8 12 8H15.5M15.5 8H21M15.5 8V3M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4})),"social-share":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M9 12C9 13.1046 8.10457 14 7 14C5.89543 14 5 13.1046 5 12C5 10.8954 5.89543 10 7 10C8.10457 10 9 10.8954 9 12Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M19 6C19 7.10457 18.1046 8 17 8C15.8954 8 15 7.10457 15 6C15 4.89543 15.8954 4 17 4C18.1046 4 19 4.89543 19 6Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M19 18C19 19.1046 18.1046 20 17 20C15.8954 20 15 19.1046 15 18C15 16.8954 15.8954 16 17 16C18.1046 16 19 16.8954 19 18Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M9 10.5L15 7M9 13.5L15 17",stroke:Ra,strokeWidth:1.4})),"restaurant-menu":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M17.7472 5.05554C17.5824 4.84998 17.3481 4.68976 17.074 4.59515C16.8912 4.53203 16.696 4.5 16.5 4.5M16.5 4.5C16.4022 4.5 16.3042 4.50797 16.2074 4.52402C15.9164 4.57225 15.6491 4.6913 15.4393 4.86612C15.2296 5.04093 15.0867 5.26366 15.0288 5.50614C14.9709 5.74861 15.0006 5.99995 15.1142 6.22835C15.2277 6.45676 15.42 6.65199 15.6666 6.78934C15.9133 6.92669 16.2033 7 16.5 7C16.7967 7 17.0867 7.07331 17.3334 7.21066C17.58 7.34802 17.7723 7.54324 17.8858 7.77165C17.9994 8.00005 18.0291 8.25139 17.9712 8.49386C17.9133 8.73634 17.7704 8.95907 17.5607 9.13388C17.3509 9.3087 17.0836 9.42775 16.7926 9.47598C16.6958 9.49203 16.5978 9.5 16.5 9.5M16.5 4.5V4M15.2528 8.94446C15.4176 9.15003 15.6519 9.31024 15.926 9.40485C16.1088 9.46797 16.304 9.5 16.5 9.5M16.5 9.5V10",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M17.7472 15.0555C17.5824 14.85 17.3481 14.6898 17.074 14.5952C16.8912 14.532 16.696 14.5 16.5 14.5M16.5 14.5C16.4022 14.5 16.3042 14.508 16.2074 14.524C15.9164 14.5723 15.6491 14.6913 15.4393 14.8661C15.2296 15.0409 15.0867 15.2637 15.0288 15.5061C14.9709 15.7486 15.0006 15.9999 15.1142 16.2284C15.2277 16.4568 15.42 16.652 15.6666 16.7893C15.9133 16.9267 16.2033 17 16.5 17C16.7967 17 17.0867 17.0733 17.3334 17.2107C17.58 17.348 17.7723 17.5432 17.8858 17.7716C17.9994 18.0001 18.0291 18.2514 17.9712 18.4939C17.9133 18.7363 17.7704 18.9591 17.5607 19.1339C17.3509 19.3087 17.0836 19.4278 16.7926 19.476C16.6958 19.492 16.5978 19.5 16.5 19.5M16.5 14.5V14M15.2528 18.9445C15.4176 19.15 15.6519 19.3102 15.926 19.4049C16.1088 19.468 16.304 19.5 16.5 19.5M16.5 19.5V20",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M6 5H12M6 15H12M6 8H9M6 18H9",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H19C20.1046 1 21 1.89543 21 3V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),blockquote:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 7H17M7 11H9M17 11.8571C17 12.3305 16.6418 12.7143 16.2 12.7143C15.7582 12.7143 15.4 12.3305 15.4 11.8571C15.4 11.3838 15.7582 11 16.2 11C16.6418 11 17 11.3838 17 11.8571ZM17 11.8571C17 11.8571 17 13.1429 15.8 14M13.6 11.8571C13.6 12.3305 13.2418 12.7143 12.8 12.7143C12.3582 12.7143 12 12.3305 12 11.8571C12 11.3838 12.3582 11 12.8 11C13.2418 11 13.6 11.3838 13.6 11.8571ZM13.6 11.8571C13.6 11.8571 13.6 13.1429 12.4 14M3 21V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V16C21 17.1046 20.1046 18 19 18H7.66667C7.23393 18 6.81286 18.1404 6.46667 18.4L3 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),columns:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M15 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H15M15 3V21M15 3H9M15 21H9M9 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H9M9 3V21",stroke:Ra,strokeWidth:1.4})),"marketing-button":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 20.9895H17M4 16.9895H20",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M10 7H19M3 11H21C22.1046 11 23 10.1046 23 9V5C23 3.89543 22.1046 3 21 3H3C1.89543 3 1 3.89543 1 5V9C1 10.1046 1.89543 11 3 11ZM7 7C7 7.55228 6.55228 8 6 8C5.44772 8 5 7.55228 5 7C5 6.44772 5.44772 6 6 6C6.55228 6 7 6.44772 7 7Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"table-of-contents":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 16H13M7 12H15.3333M7 8H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),faq:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M9.00006 9C9.50006 8 10.5001 7 12.0001 7C13.5002 7 15.0001 8.5 15.0001 10C15.0001 11.4553 14.0588 12.4399 13.0843 12.8686C13.0248 12.8948 12.9619 12.9116 12.8992 12.9285C12.4001 13.0627 12.0001 13.4804 12.0001 14M12.0001 17H12.0101M21.0001 12C21.0001 16.9706 16.9706 21 12.0001 21C10.5124 21 9.1091 20.6391 7.87286 20C7.19356 19.6488 3.56466 21.5054 3 21C2.43678 20.4959 4.93748 17.6302 4.51561 17C3.55833 15.5699 3.00006 13.8501 3.00006 12C3.00006 7.02944 7.0295 3 12.0001 3C16.9706 3 21.0001 7.02944 21.0001 12Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),forms:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 10H17M7 7H10.5M9 17H15M7 13H17M13.5 7H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"how-to":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M13 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V11M13 3L21 11M13 3V9C13 10.1046 13.8954 11 15 11H21M10 11H17M10 7H13M10 15H17M7 7H7.1M7 11H7.1M7 15H7.1",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"inline-notice":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 21H21M3 3H21M10 12H19M3 17H21C22.1046 17 23 16.1046 23 15V9C23 7.89543 22.1046 7 21 7H3C1.89543 7 1 7.89543 1 9V15C1 16.1046 1.89543 17 3 17ZM7 12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"wp-search":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 21L9 15M7 10C7 13.866 10.134 17 14 17C17.866 17 21 13.866 21 10C21 6.13401 17.866 3 14 3C10.134 3 7 6.13401 7 10Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"taxonomy-list":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M10 16H17M10 12H15M10 8H17M6.98999 8H6.99999M6.98999 12H6.99999M6.98999 16H6.99999M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),review:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 10.5H17M9.5 7H9.51M6.99 7H7M12 7H12.01M7 14H14M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),lottie:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 17C7 17 12 17.5 12 12C12 6.5 17 7 17 7M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"star-rating":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M11.103 7.81696C11.4698 7.07371 12.5297 7.07371 12.8965 7.81696L13.8243 9.69697C13.97 9.99211 14.2516 10.1967 14.5773 10.244L16.652 10.5455C17.4722 10.6647 17.7997 11.6726 17.2062 12.2512L15.7049 13.7146C15.4692 13.9443 15.3617 14.2753 15.4173 14.5997L15.7717 16.666C15.9118 17.4829 15.0544 18.1059 14.3208 17.7202L12.4651 16.7446C12.1738 16.5915 11.8257 16.5915 11.5344 16.7446L9.67874 17.7202C8.94511 18.1059 8.08768 17.4829 8.22779 16.666L8.58219 14.5997C8.63783 14.2753 8.53028 13.9443 8.29459 13.7146L6.79332 12.2512C6.1998 11.6726 6.52731 10.6647 7.34753 10.5455L9.42225 10.244C9.74796 10.1967 10.0295 9.99211 10.1752 9.69697L11.103 7.81696Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M18.4424 14.106L20.1846 14.8943C21.0283 15.2761 21.9613 14.5667 21.7842 13.6782L21.6155 12.8313C21.5377 12.4411 21.6806 12.0403 21.99 11.7808L22.6034 11.2662C23.3499 10.6399 22.9822 9.44941 22.0043 9.32712L20.8958 9.18848C20.5373 9.14365 20.2219 8.93603 20.0458 8.62895L19.4377 7.56859C19.003 6.81047 17.8817 6.81047 17.447 7.56859L16.559 9.11719M5.55765 14.106L3.8154 14.8943C2.97172 15.2761 2.0387 14.5667 2.21577 13.6782L2.38454 12.8313C2.46229 12.4411 2.3194 12.0403 2.01002 11.7808L1.39664 11.2662C0.650069 10.6399 1.01784 9.44941 1.99569 9.32712L3.1042 9.18848C3.46273 9.14365 3.77814 8.93603 3.95423 8.62895L4.56227 7.56859C4.997 6.81047 6.11829 6.81047 6.55302 7.56859L7.44104 9.11719",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"display-conditions":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M14.8291 12C14.8291 13.4202 13.5623 14.5714 11.9996 14.5714C10.4369 14.5714 9.17004 13.4202 9.17004 12C9.17004 10.5798 10.4369 9.42857 11.9996 9.42857C13.5623 9.42857 14.8291 10.5798 14.8291 12Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M3 12C4.20187 8.52247 7.77678 6 12 6C16.2232 6 19.7982 8.5225 21 12C19.7981 15.4775 16.2232 18 12 18C7.77678 18 4.20185 15.4775 3 12Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"masonry-gallery":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M14 21V18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21M14 21C14 22.1046 14.8954 23 16 23H19C20.1046 23 21 22.1046 21 21M14 21L16.0343 19.6438C16.6315 19.2457 17.3962 19.1981 18.0381 19.5191L21 21M14 10C14 11.1046 14.8954 12 16 12H19C20.1046 12 21 11.1046 21 10M14 10V3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10M14 10V10C14 9.37526 14.3122 8.79185 14.8321 8.4453L16.0343 7.64381C16.6315 7.24569 17.3962 7.19808 18.0381 7.51906L20.1056 8.55279C20.6537 8.82687 21 9.38713 21 10V10M3 21C3 22.1046 3.89543 23 5 23H8C9.10457 23 10 22.1046 10 21M3 21V14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21M3 21V21C3 20.3753 3.31223 19.7918 3.83205 19.4453L5.03429 18.6438C5.63146 18.2457 6.39617 18.1981 7.03811 18.5191L9.10557 19.5528C9.65374 19.8269 10 20.3871 10 21V21M3 6V3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6M3 6C3 7.10457 3.89543 8 5 8H8C9.10457 8 10 7.10457 10 6M3 6L5.03429 4.64381C5.63146 4.24569 6.39617 4.19808 7.03811 4.51906L10 6M7 15H7.1M18 4H18.1",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"responsive-conditions":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M16 19H3C1.89543 19 1 18.1046 1 17V7C1 5.89543 1.89543 5 3 5H20C21.1046 5 22 5.89543 22 7V9M16 19V11C16 9.89543 16.8954 9 18 9H21C22.1046 9 23 9.89543 23 11V19C23 20.1046 22.1046 21 21 21H18C16.8954 21 16 20.1046 16 19Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M3.5 12H3.51M19.5 18.5H19.51",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),container:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:Ra,strokeWidth:1.4})),image:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 17L7.41995 12.58C8.26284 11.7372 9.65125 11.8141 10.3959 12.7449L11.789 14.4863C12.4639 15.3298 13.6866 15.4851 14.5508 14.8369L15.6123 14.0408C16.4086 13.4436 17.5228 13.5228 18.2265 14.2265L21 17M17 8C17 8.55228 16.5523 9 16 9C15.4477 9 15 8.55228 15 8C15 7.44772 15.4477 7 16 7C16.5523 7 17 7.44772 17 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4})),counter:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M1 10.5L3 9.5V16.5M5.5 11C5.66667 10.5 6.3 9.5 7.5 9.5C9 9.5 9.5 10.5 9.5 11C9.5 13.0707 7 15 5.5 16.5H9.7M11.5 10.5C11.6667 10.1667 12.3 9.2 13.5 9.2C14.7 9.2 15.7 10 15.7 11C15.7 12 14.2 13 13 13C14 13 16.2469 13 16 15C15.8742 16.0188 14.8107 16.7 13.5 16.7C13 16.7 12 16.5 11.5 15.5M20.5 18V6M20.5 6L18 8M20.5 6L23 8",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"image-gallery":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 8.5V5C3 3.89543 3.89543 3 5 3H8.5C9.60457 3 10.5 3.89543 10.5 5V8.5M3 8.5C3 9.60457 3.89543 10.5 5 10.5H8.5C9.60457 10.5 10.5 9.60457 10.5 8.5M3 8.5L4.94679 6.87767C5.58153 6.34873 6.47618 6.26455 7.19844 6.6658L10.5 8.5M13.5 8.5V5C13.5 3.89543 14.3954 3 15.5 3H19C20.1046 3 21 3.89543 21 5V8.5M13.5 8.5C13.5 9.60457 14.3954 10.5 15.5 10.5H19C20.1046 10.5 21 9.60457 21 8.5M13.5 8.5L15.4468 6.87767C16.0815 6.34873 16.9762 6.26455 17.6984 6.6658L21 8.5M3 19V15.5C3 14.3954 3.89543 13.5 5 13.5H8.5C9.60457 13.5 10.5 14.3954 10.5 15.5V19M3 19C3 20.1046 3.89543 21 5 21H8.5C9.60457 21 10.5 20.1046 10.5 19M3 19L4.94679 17.3777C5.58153 16.8487 6.47618 16.7645 7.19844 17.1658L10.5 19M13.5 19V15.5C13.5 14.3954 14.3954 13.5 15.5 13.5H19C20.1046 13.5 21 14.3954 21 15.5V19M13.5 19C13.5 20.1046 14.3954 21 15.5 21H19C20.1046 21 21 20.1046 21 19M13.5 19L15.4468 17.3777C16.0815 16.8487 16.9762 16.7645 17.6984 17.1658L21 19",stroke:Ra,strokeWidth:1.4})),login:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M12 16L16 12M16 12L12 8M16 12L4 12M7 16V17C7 18.6569 8.34315 20 10 20H17C18.6569 20 20 18.6569 20 17V7C20 5.34315 18.6569 4 17 4H10C8.34315 4 7 5.34315 7 7V8",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),register:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M11 19H1C1 15.134 4.13401 12 8 12C9.0736 12 10.0907 12.2417 11 12.6736M14 13V16M14 16V19M14 16H11M14 16H17M12 5C12 7.20914 10.2091 9 8 9C5.79086 9 4 7.20914 4 5C4 2.79086 5.79086 1 8 1C10.2091 1 12 2.79086 12 5Z",stroke:Ra,strokeWidth:1.4})),"dynamic-content":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M4 7V17C4 19.2091 7.58172 21 12 21C16.4183 21 20 19.2091 20 17V7M4 7C4 9.20914 7.58172 11 12 11C16.4183 11 20 9.20914 20 7M4 7C4 4.79086 7.58172 3 12 3C16.4183 3 20 4.79086 20 7M20 12C20 14.2091 16.4183 16 12 16C7.58172 16 4 14.2091 4 12",stroke:Ra,strokeWidth:1.4}))};let Fa=(0,t.createContext)(null);function Ha(){let e=(0,t.useContext)(Fa);if(null===e){let e=new Error("You used a <Label /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(e,Ha),e}return e}let ja=g((function(e,t){let{passive:a=!1,...n}=e,r=Ha(),i=`headlessui-label-${O()}`,l=E(t);v((()=>r.register(i)),[i,r.register]);let o={ref:l,...r.props,id:i};return a&&("onClick"in o&&delete o.onClick,"onClick"in n&&delete n.onClick),c({ourProps:o,theirProps:n,slot:r.slot||{},defaultTag:"label",name:r.name||"Label"})})),Ba=(0,t.createContext)(null);Ba.displayName="GroupContext";let Ua=t.Fragment,Ga=g((function(e,a){let{checked:n,defaultChecked:r=!1,onChange:i,name:l,value:o,...s}=e,u=`headlessui-switch-${O()}`,d=(0,t.useContext)(Ba),m=(0,t.useRef)(null),g=E(m,a,null===d?null:d.setSwitch),[p,h]=function(e,a,n){let[r,i]=(0,t.useState)(n),l=void 0!==e,o=(0,t.useRef)(l),s=(0,t.useRef)(!1),u=(0,t.useRef)(!1);return!l||o.current||s.current?!l&&o.current&&!u.current&&(u.current=!0,o.current=l,console.error("A component is changing from controlled to uncontrolled. This may be caused by the value changing from a defined value to undefined, which should not happen.")):(s.current=!0,o.current=l,console.error("A component is changing from uncontrolled to controlled. This may be caused by the value changing from undefined to a defined value, which should not happen.")),[l?e:r,w((e=>(l||i(e),null==a?void 0:a(e))))]}(n,i,r),v=w((()=>null==h?void 0:h(!p))),b=w((e=>{if(T(e.currentTarget))return e.preventDefault();e.preventDefault(),v()})),y=w((e=>{e.key===N.Space?(e.preventDefault(),v()):e.key===N.Enter&&function(e){var t;let a=null!=(t=null==e?void 0:e.form)?t:e.closest("form");if(a)for(let e of a.elements)if("INPUT"===e.tagName&&"submit"===e.type||"BUTTON"===e.tagName&&"submit"===e.type||"INPUT"===e.nodeName&&"image"===e.type)return void e.click()}(e.currentTarget)})),x=w((e=>e.preventDefault())),D=(0,t.useMemo)((()=>({checked:p})),[p]),_={id:u,ref:g,role:"switch",type:R(e,m),tabIndex:0,"aria-checked":p,"aria-labelledby":null==d?void 0:d.labelledby,"aria-describedby":null==d?void 0:d.describedby,onClick:b,onKeyUp:y,onKeyPress:x};return t.createElement(t.Fragment,null,null!=l&&p&&t.createElement(bt,{features:vt.Hidden,...f({as:"input",type:"checkbox",hidden:!0,readOnly:!0,checked:p,name:l,value:o})}),c({ourProps:_,theirProps:s,slot:D,defaultTag:"button",name:"Switch"}))})),Wa=Object.assign(Ga,{Group:function(e){let[a,n]=(0,t.useState)(null),[r,i]=function(){let[e,a]=(0,t.useState)([]);return[e.length>0?e.join(" "):void 0,(0,t.useMemo)((()=>function(e){let n=w((e=>(a((t=>[...t,e])),()=>a((t=>{let a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))))),r=(0,t.useMemo)((()=>({register:n,slot:e.slot,name:e.name,props:e.props})),[n,e.slot,e.name,e.props]);return t.createElement(Fa.Provider,{value:r},e.children)}),[a])]}(),[l,o]=$t(),s=(0,t.useMemo)((()=>({switch:a,setSwitch:n,labelledby:r,describedby:l})),[a,n,r,l]),u=e;return t.createElement(o,{name:"Switch.Description"},t.createElement(i,{name:"Switch.Label",props:{onClick(){!a||(a.click(),a.focus({preventScroll:!0}))}}},t.createElement(Ba.Provider,{value:s},c({ourProps:{},theirProps:u,defaultTag:Ua,name:"Switch.Group"}))))},Label:ja,Description:Yt});const za=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")};var Ka=t=>{const{admin_categories:a,link:n,slug:r,title:i,deprecated:l,pro_filler:o}=t.blockInfo,s=Ca(),u=Na((e=>e.blocksStatuses)),c=Na((e=>e.coreBlocks)).includes(r),d=!("disabled"===u[r]&&!c);return o?null:(0,e.createElement)("div",{key:r,className:za(d&&!o?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,e.createElement)("div",{className:"flex-shrink-0"},Va[r]),(0,e.createElement)("div",{className:"uagb-admin-block-card__title flex-1 min-w-0"},(0,e.createElement)("p",{className:"text-base font-medium text-slate-800"},i,l&&(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-200 text-slate-400 rounded spectra-admin__block-label"},(0,Ze.__)("Legacy","ultimate-addons-for-gutenberg")),!o&&(null==a?void 0:a.includes("pro"))&&(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-800 bg-slate-800 text-white rounded spectra-admin__block-label"},(0,Ze.__)("Pro","ultimate-addons-for-gutenberg"))),(0,e.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:`https://wpspectra.com/blocks/${n}`,target:"_blank",rel:"noreferrer"},(0,Ze.__)("Live Demo","ultimate-addons-for-gutenberg"))),o?(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-800 bg-slate-800 text-white rounded spectra-admin__block-label"},(0,Ze.__)("Pro","ultimate-addons-for-gutenberg")):(0,e.createElement)("div",{className:c?"core-block-card-wrap":"",title:c?(0,Ze.__)("This is a Core Spectra block & cannot be disabled.","ultimate-addons-for-gutenberg"):""},(0,e.createElement)(Wa,{checked:d,onChange:()=>{let e="disabled";d||(e=r);const t={...u};t[r]=e,s({type:"UPDATE_BLOCK_STATUSES",payload:t});const a=new window.FormData;a.append("action","uag_blocks_activation_and_deactivation"),a.append("security",uag_react.blocks_activation_and_deactivation_nonce),a.append("value",JSON.stringify(t)),Aa()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{s({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:za(c?"core-block-card":"",d?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:za(d?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))))};function Za(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var $a=()=>{const a=Na((e=>e.enableDisplayConditions)),n=Ca(),r="disabled"!==a;return(0,t.useEffect)((()=>{const e=new window.FormData;e.append("action","uag_enable_block_condition"),e.append("security",uag_react.enable_block_condition_nonce),e.append("value",a),Aa()({url:uag_react.ajax_url,method:"POST",body:e}).then((()=>{}))}),[a]),(0,e.createElement)("div",{key:"display-conditons",className:Za(r?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,e.createElement)("div",{className:"flex-shrink-0 ml-0"},Va["display-conditions"]),(0,e.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,e.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,Ze.__)("Display Conditions","ultimate-addons-for-gutenberg"),(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,Ze.__)("Extension","ultimate-addons-for-gutenberg"))),(0,e.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/display-conditions-blocks/",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,e.createElement)(Wa,{checked:r,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",n({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:e}),n({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})},className:Za(r?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Za(r?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function Ya(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var qa=()=>{const a=Na((e=>e.enableMasonryExtension)),n=Ca(),r="disabled"!==a;return(0,t.useEffect)((()=>{const e=new window.FormData;e.append("action","uag_enable_masonry_gallery"),e.append("security",uag_react.enable_masonry_gallery_nonce),e.append("value",a),Aa()({url:uag_react.ajax_url,method:"POST",body:e}).then((()=>{}))}),[a]),(0,e.createElement)("div",{key:"masonry-gallery",className:Ya(r?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,e.createElement)("div",{className:"flex-shrink-0"},Va["masonry-gallery"]),(0,e.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,e.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,Ze.__)("Masonry Gallery","ultimate-addons-for-gutenberg"),(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,Ze.__)("Extension","ultimate-addons-for-gutenberg"))),(0,e.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/masonry-image-gallery/",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,e.createElement)(Wa,{checked:r,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",n({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:e}),n({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})},className:Ya(r?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Ya(r?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function Ja(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Xa=()=>{const a=Na((e=>e.enableResponsiveConditions)),n=Ca(),r="disabled"!==a;return(0,t.useEffect)((()=>{const e=new window.FormData;e.append("action","uag_enable_block_responsive"),e.append("security",uag_react.enable_block_responsive_nonce),e.append("value",a),Aa()({url:uag_react.ajax_url,method:"POST",body:e}).then((()=>{}))}),[a]),(0,e.createElement)("div",{key:"display-responsive-conditons",className:Ja(r?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,e.createElement)("div",{className:"flex-shrink-0 ml-0"},Va["responsive-conditions"]),(0,e.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,e.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,Ze.__)("Responsive Conditions","ultimate-addons-for-gutenberg"),(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,Ze.__)("Extension","ultimate-addons-for-gutenberg"))),(0,e.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/responsive-conditions/",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,e.createElement)(Wa,{checked:r,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",n({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:e}),n({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})},className:Ja(r?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Ja(r?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))},Qa=t=>{let{currentTab:a}=t;return"extensions"===a||"all"===a?(0,e.createElement)(e.Fragment,null,(0,e.createElement)($a,null),(0,e.createElement)(qa,null),(0,e.createElement)(Xa,null)):null},en=()=>{const t=Na((e=>e.activeBlocksFilterTab)),a=uag_react.blocks_info.map(((a,n)=>{const r=a.admin_categories;return!(null==r?void 0:r.includes(t))&&"all"!==t||uag_react.spectra_pro_status&&a.pro_filler?"":(0,e.createElement)(Ka,{key:n,blockInfo:a})}));return(0,e.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-flow-row auto-rows-min grid-cols-2 gap-6 sm:grid-cols-3 px-6 py-4"},a,(0,e.createElement)(Qa,{currentTab:t}))},tn=function(t){const{fontSize:a,width:n,style:r}=t;return(0,e.createElement)("div",{className:"uag-skeleton uag-skeleton--text uag-skeleton--wave",style:{fontSize:a,width:n,...r}})},an=function(t){const{width:a,height:n,style:r}=t;return(0,e.createElement)("div",{className:"uag-skeleton uag-skeleton--rect uag-skeleton--wave",style:{width:a,height:n,...r}})},nn=()=>(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,e.createElement)(an,{width:"75px",height:"32px"})),(0,e.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mb-[2.43rem]"},(0,e.createElement)("div",{className:"hidden justify-between sm:flex"},(0,e.createElement)("nav",{className:"flex space-x-4","aria-label":"Tabs"},(0,e.createElement)(an,{width:"25px",height:"35px"}),(0,e.createElement)(an,{width:"50px",height:"35px"}),(0,e.createElement)(an,{width:"50px",height:"35px"}),(0,e.createElement)(an,{width:"33px",height:"35px"}),(0,e.createElement)(an,{width:"37px",height:"35px"}),(0,e.createElement)(an,{width:"33px",height:"35px"}),(0,e.createElement)(an,{width:"27px",height:"35px"}),(0,e.createElement)(an,{width:"71px",height:"35px"})),(0,e.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,e.createElement)(an,{width:"100px",height:"40px",style:{marginRight:"10px"}}),(0,e.createElement)(an,{width:"100px",height:"40px"})))),(0,e.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-cols-2 gap-6 sm:grid-cols-3 p-6 pt-0"},Array(36).fill().map((t=>(0,e.createElement)(an,{key:t,width:"400px",height:"80px"}))))),rn=()=>Na((e=>e.initialStateSetFlag))?(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"mx-auto px-6 mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Blocks / Extensions"),(0,e.createElement)(Ia,null),(0,e.createElement)(en,null)):(0,e.createElement)(nn,null),ln={"asset-generation":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M1 1V6H1.58152M16.9381 8C16.446 4.05369 13.0796 1 9 1C5.64262 1 2.76829 3.06817 1.58152 6M1.58152 6H6M17 17V12H16.4185M16.4185 12C15.2317 14.9318 12.3574 17 9 17C4.92038 17 1.55399 13.9463 1.06189 10M16.4185 12H12",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),templates:(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M1 2C1 1.44772 1.44772 1 2 1H16C16.5523 1 17 1.44772 17 2V4C17 4.55228 16.5523 5 16 5H2C1.44772 5 1 4.55228 1 4V2Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M1 10C1 9.44772 1.44772 9 2 9H8C8.55228 9 9 9.44772 9 10V16C9 16.5523 8.55228 17 8 17H2C1.44772 17 1 16.5523 1 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M13 10C13 9.44772 13.4477 9 14 9H16C16.5523 9 17 9.44772 17 10V16C17 16.5523 16.5523 17 16 17H14C13.4477 17 13 16.5523 13 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"version-control":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 fill-inherit",stroke:"none",width:"16",height:"20",viewBox:"0 0 16 20",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M5.70711 11.2929C5.31658 10.9024 4.68342 10.9024 4.29289 11.2929C3.90237 11.6834 3.90237 12.3166 4.29289 12.7071L5.70711 11.2929ZM7 14L6.29289 14.7071C6.68342 15.0976 7.31658 15.0976 7.70711 14.7071L7 14ZM11.7071 10.7071C12.0976 10.3166 12.0976 9.68342 11.7071 9.29289C11.3166 8.90237 10.6834 8.90237 10.2929 9.29289L11.7071 10.7071ZM14 5V17H16V5H14ZM13 18H3V20H13V18ZM2 17V5H0V17H2ZM3 4H5V2H3V4ZM11 4H13V2H11V4ZM3 18C2.44772 18 2 17.5523 2 17H0C0 18.6569 1.34315 20 3 20V18ZM14 17C14 17.5523 13.5523 18 13 18V20C14.6569 20 16 18.6569 16 17H14ZM16 5C16 3.34315 14.6569 2 13 2V4C13.5523 4 14 4.44772 14 5H16ZM2 5C2 4.44772 2.44772 4 3 4V2C1.34315 2 0 3.34315 0 5H2ZM4.29289 12.7071L6.29289 14.7071L7.70711 13.2929L5.70711 11.2929L4.29289 12.7071ZM7.70711 14.7071L11.7071 10.7071L10.2929 9.29289L6.29289 13.2929L7.70711 14.7071ZM7 2H9V0H7V2ZM9 4H7V6H9V4ZM7 4C6.44772 4 6 3.55228 6 3H4C4 4.65685 5.34315 6 7 6V4ZM10 3C10 3.55228 9.55228 4 9 4V6C10.6569 6 12 4.65685 12 3H10ZM9 2C9.55228 2 10 2.44772 10 3H12C12 1.34315 10.6569 0 9 0V2ZM7 0C5.34315 0 4 1.34315 4 3H6C6 2.44772 6.44772 2 7 2V0Z"})),"fonts-performance":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"20",viewBox:"0 0 18 20",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M10 8V1L1 12H8L8 19L17 8L10 8Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"global-settings":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M8.32463 2.31731C8.75103 0.560897 11.249 0.560897 11.6754 2.31731C11.9508 3.45193 13.2507 3.99038 14.2478 3.38285C15.7913 2.44239 17.5576 4.2087 16.6172 5.75218C16.0096 6.74925 16.5481 8.04918 17.6827 8.32463C19.4391 8.75103 19.4391 11.249 17.6827 11.6754C16.5481 11.9508 16.0096 13.2507 16.6172 14.2478C17.5576 15.7913 15.7913 17.5576 14.2478 16.6172C13.2507 16.0096 11.9508 16.5481 11.6754 17.6827C11.249 19.4391 8.75103 19.4391 8.32463 17.6827C8.04918 16.5481 6.74926 16.0096 5.75219 16.6172C4.2087 17.5576 2.44239 15.7913 3.38285 14.2478C3.99038 13.2507 3.45193 11.9508 2.31731 11.6754C0.560897 11.249 0.560897 8.75103 2.31731 8.32463C3.45193 8.04918 3.99037 6.74926 3.38285 5.75218C2.44239 4.2087 4.2087 2.44239 5.75219 3.38285C6.74926 3.99037 8.04918 3.45193 8.32463 2.31731Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M13 10C13 11.6569 11.6569 13 10 13C8.34315 13 7 11.6569 7 10C7 8.34315 8.34315 7 10 7C11.6569 7 13 8.34315 13 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"block-settings":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M1 3C1 1.89543 1.89543 1 3 1H5C6.10457 1 7 1.89543 7 3V5C7 6.10457 6.10457 7 5 7H3C1.89543 7 1 6.10457 1 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M11 3C11 1.89543 11.8954 1 13 1H15C16.1046 1 17 1.89543 17 3V5C17 6.10457 16.1046 7 15 7H13C11.8954 7 11 6.10457 11 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M1 13C1 11.8954 1.89543 11 3 11H5C6.10457 11 7 11.8954 7 13V15C7 16.1046 6.10457 17 5 17H3C1.89543 17 1 16.1046 1 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M11 13C11 11.8954 11.8954 11 13 11H15C16.1046 11 17 11.8954 17 13V15C17 16.1046 16.1046 17 15 17H13C11.8954 17 11 16.1046 11 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"coming-soon":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M10 6V10L13 13M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),account:(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",width:"18",height:"22",viewBox:"0 0 18 22",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12.7498 5C12.7498 7.07107 11.0709 8.75 8.99984 8.75C6.92877 8.75 5.24984 7.07107 5.24984 5C5.24984 2.92893 6.92877 1.25 8.99984 1.25C11.0709 1.25 12.7498 2.92893 12.7498 5Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M1.50098 19.1182C1.57128 15.0369 4.90171 11.75 8.99984 11.75C13.0981 11.75 16.4286 15.0371 16.4987 19.1185C14.2159 20.166 11.6762 20.75 9.00016 20.75C6.32384 20.75 3.78394 20.1659 1.50098 19.1182Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))};function on(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var sn=()=>{const t=Ca(),a=Na((e=>e.enableFileGeneration)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("File Generation","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_FILE_GENERATION",payload:e});const n=uag_react.enable_file_generation_nonce,r=new window.FormData;r.append("action","uag_enable_file_generation"),r.append("security",n),r.append("value",e),Aa()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:on(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:on(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Spectra loads the CSS and JS inline on the page by default. If you want to generate separate CSS and JS files for Spectra blocks, enable this option. Please read ","ultimate-addons-for-gutenberg"),(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://wpspectra.com/clean-html-with-uag/?utm_source=uag-dashboard&utm_medium=link&utm_campaign=uag-dashboard",target:"_blank",rel:"noreferrer"}," ",(0,Ze.__)("this article","ultimate-addons-for-gutenberg")," "),(0,Ze.__)(" to learn the difference between generating CSS and JS inline and in a separate file.","ultimate-addons-for-gutenberg")))},un=()=>{const a=Ca(),[n,r]=(0,t.useState)(!1);return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Asset Regeneration","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex justify-right items-center"},(0,e.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none",onClick:()=>{r("loading");const e=new window.FormData;e.append("action","uag_regenerate_assets"),e.append("security",uag_react.regenerate_assets_nonce),e.append("value",!0),Aa()({url:uag_react.ajax_url,method:"POST",body:e}).then((e=>{e.success&&(a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Assets Regenerated!"}),r(!1))}))}},(0,Ze.__)("Regenerate Assets","ultimate-addons-for-gutenberg"),"loading"===n&&(0,e.createElement)("svg",{className:"animate-spin -mr-1 ml-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,e.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,e.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}))))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Facing issues with style, layout, color or another page element? Use this option to regenerate CSS and Javascript assets. It can help with all kinds of asset issues.","ultimate-addons-for-gutenberg")))};function cn(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var dn=()=>{const t=Ca(),a=Na((e=>e.enableTemplates)),n="no"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Enable Templates Button","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="no"===a?"yes":"no",t({type:"UPDATE_TEMPLATES_BUTTON",payload:e});const n=uag_react.enable_templates_button_nonce,r=new window.FormData;r.append("action","uag_enable_templates_button"),r.append("security",n),r.append("value",e),Aa()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:cn(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:cn(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Spectra comes with a stunning library of page templates and block patterns. This library is accessible with the Templates button while editing the page or post. Manage the visibility of that button with this option.","ultimate-addons-for-gutenberg")))},mn=a=>{const{openPopup:n,setopenPopup:r,previousVersionSelect:i,setconfirmPopup:l}=a,[o,s]=(0,t.useState)(n),u=(0,t.useRef)(null);return(0,t.useEffect)((()=>{s(n)}),[n]),(0,e.createElement)(ht.Root,{show:o,as:t.Fragment},(0,e.createElement)(ma,{as:"div",className:"uag-rollback__dialog fixed backdrop-blur-sm inset-0 overflow-y-auto",initialFocus:u,onClose:s},(0,e.createElement)("div",{className:"flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0"},(0,e.createElement)(ht.Child,{as:t.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,e.createElement)("div",{className:"fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity"})),(0,e.createElement)("span",{className:"hidden sm:inline-block sm:align-middle sm:h-screen","aria-hidden":"true"},"​"),(0,e.createElement)(ht.Child,{as:t.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"opacity-100 translate-y-0 sm:scale-100",leave:"ease-in duration-200",leaveFrom:"opacity-100 translate-y-0 sm:scale-100",leaveTo:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"},(0,e.createElement)("div",{className:"inline-block align-bottom bg-white rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full sm:p-6"},(0,e.createElement)("div",{className:"sm:flex sm:items-start"},(0,e.createElement)("div",{className:"mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-red-50 sm:mx-0 sm:h-16 sm:w-16"},(0,e.createElement)("svg",{className:"h-8 w-8 stroke-red-600",viewBox:"0 0 34 33",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M17 9.83333V16.5M17 23.1667H17.0167M32 16.5C32 24.7843 25.2843 31.5 17 31.5C8.71573 31.5 2 24.7843 2 16.5C2 8.21573 8.71573 1.5 17 1.5C25.2843 1.5 32 8.21573 32 16.5Z",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,e.createElement)("div",{className:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"},(0,e.createElement)(ma.Title,{as:"h3",className:"text-2xl font-semibold text-slate-800"},(0,Ze.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,Ze.__)(`Are you sure you want to rollback to Spectra v${i}?`,"ultimate-addons-for-gutenberg")))),(0,e.createElement)("div",{className:"mt-6 sm:flex sm:flex-row sm:ml-20"},(0,e.createElement)("button",{type:"button",className:"w-full inline-flex justify-center rounded border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white focus:bg-red-700 hover:bg-red-700 focus:outline-none sm:mr-3 sm:w-auto sm:text-sm",onClick:()=>{const e=uag_react.rollback_url.replace("VERSION",i);r(!1),l(!0),window.location.href=e}},(0,Ze.__)("Rollback","ultimate-addons-for-gutenberg")),(0,e.createElement)("button",{type:"button",className:"mt-3 w-full inline-flex justify-center rounded border border-slate-200 shadow-sm px-4 py-2 bg-white text-base font-medium text-slate-800 focus:bg-gray-50 hover:bg-gray-50 focus:outline-none sm:mt-0 sm:w-auto sm:text-sm",onClick:()=>{r(!n)},ref:u},(0,Ze.__)("Cancel","ultimate-addons-for-gutenberg"))))))))},gn=()=>{const a=uag_react.global_data.uag_previous_versions,[n,r]=(0,t.useState)(a[0].value),[i,l]=(0,t.useState)(!1),[o,s]=(0,t.useState)(!1);return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex justify-right"},(0,e.createElement)("select",{id:"location",name:"location",className:"block h-9 mr-2 sm:text-sm spectra-admin__input-field spectra-admin__dropdown",onBlur:e=>{r(e.target.value)}},a.map((t=>(0,e.createElement)("option",{key:t.value,value:t.value},t.label)))),(0,e.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none h-9",onClick:()=>{l(!0)}},o&&(0,e.createElement)("svg",{className:"animate-spin -ml-1 mr-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,e.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,e.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})),(0,Ze.__)("Rollback","ultimate-addons-for-gutenberg")))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)(`Experiencing an issue with Spectra version ${uag_react.plugin_ver}? Roll back to a previous version to help troubleshoot the issue.`,"ultimate-addons-for-gutenberg"))),(0,e.createElement)(mn,{openPopup:i,setopenPopup:l,previousVersionSelect:n,setconfirmPopup:s}))};function fn(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var pn=()=>{const t=Ca(),a=Na((e=>e.enableBeta)),n="no"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Enable Beta","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="no"===a?"yes":"no",t({type:"UPDATE_BETA",payload:e});const n=new window.FormData;n.append("action","uag_enable_beta_updates"),n.append("security",uag_react.enable_beta_updates_nonce),n.append("value",e),Aa()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:fn(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,e.createElement)("span",{"aria-hidden":"true",className:fn(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Enable this option to turn on beta updates and be notified when a new beta version of Spectra is available. The beta version will not install automatically, you will have to install it when you get a notification. It is recommended to try beta on a test environment only.","ultimate-addons-for-gutenberg")))};function hn(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var vn=()=>{const t=Ca(),a=Na((e=>e.enableLegacyBlocks)),n="no"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Enable Legacy Blocks","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:a,onChange:()=>{let e;e="no"===a?"yes":"no",t({type:"UPDATE_LEGACY_BLOCKS",payload:e});const n=new window.FormData;n.append("action","uag_enable_legacy_blocks"),n.append("security",uag_react.enable_legacy_blocks_nonce),n.append("value",e),Aa()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:hn(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,e.createElement)("span",{"aria-hidden":"true",className:hn(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Enable this option to enable the support of our Legacy Blocks on the site.","ultimate-addons-for-gutenberg")))};function bn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function wn(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function yn(e,t,a){return t&&wn(e.prototype,t),a&&wn(e,a),Object.defineProperty(e,"prototype",{writable:!1}),e}function xn(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&ee(e,t)}function En(e){return En="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},En(e)}function Dn(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Cn(e,t){if(t&&("object"===En(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return Dn(e)}function kn(e){return kn=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},kn(e)}var Sn=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function On(e,t){if(e.length!==t.length)return!1;for(var a=0;a<e.length;a++)if(!((n=e[a])===(r=t[a])||Sn(n)&&Sn(r)))return!1;var n,r;return!0}var Nn=function(e,t){var a;void 0===t&&(t=On);var n,r=[],i=!1;return function(){for(var l=[],o=0;o<arguments.length;o++)l[o]=arguments[o];return i&&a===this&&t(l,r)||(n=e.apply(this,l),i=!0,a=this,r=l),n}},Tn=function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var t=e.prototype;return t.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var t,a=function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t}(this);t=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(a,t),this.tags.push(a)}var n=this.tags[this.tags.length-1];if(this.isSpeedy){var r=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(n);try{var i=105===e.charCodeAt(1)&&64===e.charCodeAt(0);r.insertRule(e,i?0:r.cssRules.length)}catch(e){}}else n.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}(),An=function(e){function t(e,n,s,u,m){for(var g,f,p,h,y,E=0,D=0,_=0,C=0,k=0,P=0,L=p=g=0,R=0,V=0,F=0,H=0,j=s.length,B=j-1,U="",G="",W="",z="";R<j;){if(f=s.charCodeAt(R),R===B&&0!==D+C+_+E&&(0!==D&&(f=47===D?10:47),C=_=E=0,j++,B++),0===D+C+_+E){if(R===B&&(0<V&&(U=U.replace(d,"")),0<U.trim().length)){switch(f){case 32:case 9:case 59:case 13:case 10:break;default:U+=s.charAt(R)}f=59}switch(f){case 123:for(g=(U=U.trim()).charCodeAt(0),p=1,H=++R;R<j;){switch(f=s.charCodeAt(R)){case 123:p++;break;case 125:p--;break;case 47:switch(f=s.charCodeAt(R+1)){case 42:case 47:e:{for(L=R+1;L<B;++L)switch(s.charCodeAt(L)){case 47:if(42===f&&42===s.charCodeAt(L-1)&&R+2!==L){R=L+1;break e}break;case 10:if(47===f){R=L+1;break e}}R=L}}break;case 91:f++;case 40:f++;case 34:case 39:for(;R++<B&&s.charCodeAt(R)!==f;);}if(0===p)break;R++}if(p=s.substring(H,R),0===g&&(g=(U=U.replace(c,"").trim()).charCodeAt(0)),64===g){switch(0<V&&(U=U.replace(d,"")),f=U.charCodeAt(1)){case 100:case 109:case 115:case 45:V=n;break;default:V=A}if(H=(p=t(n,V,p,f,m+1)).length,0<M&&(y=o(3,p,V=a(A,U,F),n,O,S,H,f,m,u),U=V.join(""),void 0!==y&&0===(H=(p=y.trim()).length)&&(f=0,p="")),0<H)switch(f){case 115:U=U.replace(x,l);case 100:case 109:case 45:p=U+"{"+p+"}";break;case 107:p=(U=U.replace(v,"$1 $2"))+"{"+p+"}",p=1===T||2===T&&i("@"+p,3)?"@-webkit-"+p+"@"+p:"@"+p;break;default:p=U+p,112===u&&(G+=p,p="")}else p=""}else p=t(n,a(n,U,F),p,u,m+1);W+=p,p=F=V=L=g=0,U="",f=s.charCodeAt(++R);break;case 125:case 59:if(1<(H=(U=(0<V?U.replace(d,""):U).trim()).length))switch(0===L&&(g=U.charCodeAt(0),45===g||96<g&&123>g)&&(H=(U=U.replace(" ",":")).length),0<M&&void 0!==(y=o(1,U,n,e,O,S,G.length,u,m,u))&&0===(H=(U=y.trim()).length)&&(U="\0\0"),g=U.charCodeAt(0),f=U.charCodeAt(1),g){case 0:break;case 64:if(105===f||99===f){z+=U+s.charAt(R);break}default:58!==U.charCodeAt(H-1)&&(G+=r(U,g,f,U.charCodeAt(2)))}F=V=L=g=0,U="",f=s.charCodeAt(++R)}}switch(f){case 13:case 10:47===D?D=0:0===1+g&&107!==u&&0<U.length&&(V=1,U+="\0"),0<M*I&&o(0,U,n,e,O,S,G.length,u,m,u),S=1,O++;break;case 59:case 125:if(0===D+C+_+E){S++;break}default:switch(S++,h=s.charAt(R),f){case 9:case 32:if(0===C+E+D)switch(k){case 44:case 58:case 9:case 32:h="";break;default:32!==f&&(h=" ")}break;case 0:h="\\0";break;case 12:h="\\f";break;case 11:h="\\v";break;case 38:0===C+D+E&&(V=F=1,h="\f"+h);break;case 108:if(0===C+D+E+N&&0<L)switch(R-L){case 2:112===k&&58===s.charCodeAt(R-3)&&(N=k);case 8:111===P&&(N=P)}break;case 58:0===C+D+E&&(L=R);break;case 44:0===D+_+C+E&&(V=1,h+="\r");break;case 34:case 39:0===D&&(C=C===f?0:0===C?f:C);break;case 91:0===C+D+_&&E++;break;case 93:0===C+D+_&&E--;break;case 41:0===C+D+E&&_--;break;case 40:0===C+D+E&&(0===g&&(2*k+3*P==533||(g=1)),_++);break;case 64:0===D+_+C+E+L+p&&(p=1);break;case 42:case 47:if(!(0<C+E+_))switch(D){case 0:switch(2*f+3*s.charCodeAt(R+1)){case 235:D=47;break;case 220:H=R,D=42}break;case 42:47===f&&42===k&&H+2!==R&&(33===s.charCodeAt(H+2)&&(G+=s.substring(H,R+1)),h="",D=0)}}0===D&&(U+=h)}P=k,k=f,R++}if(0<(H=G.length)){if(V=n,0<M&&void 0!==(y=o(2,G,V,e,O,S,H,u,m,u))&&0===(G=y).length)return z+G+W;if(G=V.join(",")+"{"+G+"}",0!=T*N){switch(2!==T||i(G,2)||(N=0),N){case 111:G=G.replace(w,":-moz-$1")+G;break;case 112:G=G.replace(b,"::-webkit-input-$1")+G.replace(b,"::-moz-$1")+G.replace(b,":-ms-input-$1")+G}N=0}}return z+G+W}function a(e,t,a){var r=t.trim().split(p);t=r;var i=r.length,l=e.length;switch(l){case 0:case 1:var o=0;for(e=0===l?"":e[0]+" ";o<i;++o)t[o]=n(e,t[o],a).trim();break;default:var s=o=0;for(t=[];o<i;++o)for(var u=0;u<l;++u)t[s++]=n(e[u]+" ",r[o],a).trim()}return t}function n(e,t,a){var n=t.charCodeAt(0);switch(33>n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(h,"$1"+e.trim());case 58:return e.trim()+t.replace(h,"$1"+e.trim());default:if(0<1*a&&0<t.indexOf("\f"))return t.replace(h,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+t}function r(e,t,a,n){var l=e+";",o=2*t+3*a+4*n;if(944===o){e=l.indexOf(":",9)+1;var s=l.substring(e,l.length-1).trim();return s=l.substring(0,e).trim()+s+";",1===T||2===T&&i(s,1)?"-webkit-"+s+s:s}if(0===T||2===T&&!i(l,1))return l;switch(o){case 1015:return 97===l.charCodeAt(10)?"-webkit-"+l+l:l;case 951:return 116===l.charCodeAt(3)?"-webkit-"+l+l:l;case 963:return 110===l.charCodeAt(5)?"-webkit-"+l+l:l;case 1009:if(100!==l.charCodeAt(4))break;case 969:case 942:return"-webkit-"+l+l;case 978:return"-webkit-"+l+"-moz-"+l+l;case 1019:case 983:return"-webkit-"+l+"-moz-"+l+"-ms-"+l+l;case 883:if(45===l.charCodeAt(8))return"-webkit-"+l+l;if(0<l.indexOf("image-set(",11))return l.replace(k,"$1-webkit-$2")+l;break;case 932:if(45===l.charCodeAt(4))switch(l.charCodeAt(5)){case 103:return"-webkit-box-"+l.replace("-grow","")+"-webkit-"+l+"-ms-"+l.replace("grow","positive")+l;case 115:return"-webkit-"+l+"-ms-"+l.replace("shrink","negative")+l;case 98:return"-webkit-"+l+"-ms-"+l.replace("basis","preferred-size")+l}return"-webkit-"+l+"-ms-"+l+l;case 964:return"-webkit-"+l+"-ms-flex-"+l+l;case 1023:if(99!==l.charCodeAt(8))break;return"-webkit-box-pack"+(s=l.substring(l.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+l+"-ms-flex-pack"+s+l;case 1005:return g.test(l)?l.replace(m,":-webkit-")+l.replace(m,":-moz-")+l:l;case 1e3:switch(t=(s=l.substring(13).trim()).indexOf("-")+1,s.charCodeAt(0)+s.charCodeAt(t)){case 226:s=l.replace(y,"tb");break;case 232:s=l.replace(y,"tb-rl");break;case 220:s=l.replace(y,"lr");break;default:return l}return"-webkit-"+l+"-ms-"+s+l;case 1017:if(-1===l.indexOf("sticky",9))break;case 975:switch(t=(l=e).length-10,o=(s=(33===l.charCodeAt(t)?l.substring(0,t):l).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|s.charCodeAt(7))){case 203:if(111>s.charCodeAt(8))break;case 115:l=l.replace(s,"-webkit-"+s)+";"+l;break;case 207:case 102:l=l.replace(s,"-webkit-"+(102<o?"inline-":"")+"box")+";"+l.replace(s,"-webkit-"+s)+";"+l.replace(s,"-ms-"+s+"box")+";"+l}return l+";";case 938:if(45===l.charCodeAt(5))switch(l.charCodeAt(6)){case 105:return s=l.replace("-items",""),"-webkit-"+l+"-webkit-box-"+s+"-ms-flex-"+s+l;case 115:return"-webkit-"+l+"-ms-flex-item-"+l.replace(D,"")+l;default:return"-webkit-"+l+"-ms-flex-line-pack"+l.replace("align-content","").replace(D,"")+l}break;case 973:case 989:if(45!==l.charCodeAt(3)||122===l.charCodeAt(4))break;case 931:case 953:if(!0===C.test(e))return 115===(s=e.substring(e.indexOf(":")+1)).charCodeAt(0)?r(e.replace("stretch","fill-available"),t,a,n).replace(":fill-available",":stretch"):l.replace(s,"-webkit-"+s)+l.replace(s,"-moz-"+s.replace("fill-",""))+l;break;case 962:if(l="-webkit-"+l+(102===l.charCodeAt(5)?"-ms-"+l:"")+l,211===a+n&&105===l.charCodeAt(13)&&0<l.indexOf("transform",10))return l.substring(0,l.indexOf(";",27)+1).replace(f,"$1-webkit-$2")+l}return l}function i(e,t){var a=e.indexOf(1===t?":":"{"),n=e.substring(0,3!==t?a:10);return a=e.substring(a+1,e.length-1),L(2!==t?n:n.replace(_,"$1"),a,t)}function l(e,t){var a=r(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return a!==t+";"?a.replace(E," or ($1)").substring(4):"("+t+")"}function o(e,t,a,n,r,i,l,o,s,c){for(var d,m=0,g=t;m<M;++m)switch(d=P[m].call(u,e,g,a,n,r,i,l,o,s,c)){case void 0:case!1:case!0:case null:break;default:g=d}if(g!==t)return g}function s(e){return void 0!==(e=e.prefix)&&(L=null,e?"function"!=typeof e?T=1:(T=2,L=e):T=0),s}function u(e,a){var n=e;if(33>n.charCodeAt(0)&&(n=n.trim()),n=[n],0<M){var r=o(-1,a,n,n,O,S,0,0,0,0);void 0!==r&&"string"==typeof r&&(a=r)}var i=t(A,n,a,0,0);return 0<M&&void 0!==(r=o(-2,i,n,n,O,S,i.length,0,0,0))&&(i=r),N=0,S=O=1,i}var c=/^\0+/g,d=/[\0\r\f]/g,m=/: */g,g=/zoo|gra/,f=/([,: ])(transform)/g,p=/,\r+?/g,h=/([\t\r\n ])*\f?&/g,v=/@(k\w+)\s*(\S*)\s*/,b=/::(place)/g,w=/:(read-only)/g,y=/[svh]\w+-[tblr]{2}/,x=/\(\s*(.*)\s*\)/g,E=/([\s\S]*?);/g,D=/-self|flex-/g,_=/[^]*?(:[rp][el]a[\w-]+)[^]*/,C=/stretch|:\s*\w+\-(?:conte|avail)/,k=/([^-])(image-set\()/,S=1,O=1,N=0,T=1,A=[],P=[],M=0,L=null,I=0;return u.use=function e(t){switch(t){case void 0:case null:M=P.length=0;break;default:if("function"==typeof t)P[M++]=t;else if("object"==typeof t)for(var a=0,n=t.length;a<n;++a)e(t[a]);else I=0|!!t}return e},u.set=s,void 0!==e&&s(e),u},Pn="/*|*/";function Mn(e){e&&Ln.current.insert(e+"}")}var Ln={current:null},In=function(e,t,a,n,r,i,l,o,s,u){switch(e){case 1:switch(t.charCodeAt(0)){case 64:return Ln.current.insert(t+";"),"";case 108:if(98===t.charCodeAt(2))return""}break;case 2:if(0===o)return t+Pn;break;case 3:switch(o){case 102:case 112:return Ln.current.insert(a[0]+t),"";default:return t+(0===u?Pn:"")}case-2:t.split("/*|*/}").forEach(Mn)}};function Rn(e,t,a){var n="";return a.split(" ").forEach((function(a){void 0!==e[a]?t.push(e[a]):n+=a+" "})),n}var Vn,Fn,Hn=function(e,t,a){var n=e.key+"-"+t.name;if(!1===a&&void 0===e.registered[n]&&(e.registered[n]=t.styles),void 0===e.inserted[t.name]){var r=t;do{e.insert("."+n,r,e.sheet,!0),r=r.next}while(void 0!==r)}},jn=function(e){for(var t,a=0,n=0,r=e.length;r>=4;++n,r-=4)t=1540483477*(65535&(t=255&e.charCodeAt(n)|(255&e.charCodeAt(++n))<<8|(255&e.charCodeAt(++n))<<16|(255&e.charCodeAt(++n))<<24))+(59797*(t>>>16)<<16),a=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&a)+(59797*(a>>>16)<<16);switch(r){case 3:a^=(255&e.charCodeAt(n+2))<<16;case 2:a^=(255&e.charCodeAt(n+1))<<8;case 1:a=1540483477*(65535&(a^=255&e.charCodeAt(n)))+(59797*(a>>>16)<<16)}return(((a=1540483477*(65535&(a^=a>>>13))+(59797*(a>>>16)<<16))^a>>>15)>>>0).toString(36)},Bn={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Un=/[A-Z]|^ms/g,Gn=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Wn=function(e){return 45===e.charCodeAt(1)},zn=function(e){return null!=e&&"boolean"!=typeof e},Kn=(Vn=function(e){return Wn(e)?e:e.replace(Un,"-$&").toLowerCase()},Fn={},function(e){return void 0===Fn[e]&&(Fn[e]=Vn(e)),Fn[e]}),Zn=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(Gn,(function(e,t,a){return Yn={name:t,styles:a,next:Yn},t}))}return 1===Bn[e]||Wn(e)||"number"!=typeof t||0===t?t:t+"px"};function $n(e,t,a,n){if(null==a)return"";if(void 0!==a.__emotion_styles)return a;switch(typeof a){case"boolean":return"";case"object":if(1===a.anim)return Yn={name:a.name,styles:a.styles,next:Yn},a.name;if(void 0!==a.styles){var r=a.next;if(void 0!==r)for(;void 0!==r;)Yn={name:r.name,styles:r.styles,next:Yn},r=r.next;return a.styles+";"}return function(e,t,a){var n="";if(Array.isArray(a))for(var r=0;r<a.length;r++)n+=$n(e,t,a[r],!1);else for(var i in a){var l=a[i];if("object"!=typeof l)null!=t&&void 0!==t[l]?n+=i+"{"+t[l]+"}":zn(l)&&(n+=Kn(i)+":"+Zn(i,l)+";");else if(!Array.isArray(l)||"string"!=typeof l[0]||null!=t&&void 0!==t[l[0]]){var o=$n(e,t,l,!1);switch(i){case"animation":case"animationName":n+=Kn(i)+":"+o+";";break;default:n+=i+"{"+o+"}"}}else for(var s=0;s<l.length;s++)zn(l[s])&&(n+=Kn(i)+":"+Zn(i,l[s])+";")}return n}(e,t,a);case"function":if(void 0!==e){var i=Yn,l=a(e);return Yn=i,$n(e,t,l,n)}}if(null==t)return a;var o=t[a];return void 0===o||n?a:o}var Yn,qn=/label:\s*([^\s;\n{]+)\s*;/g,Jn=function(e,t,a){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var n=!0,r="";Yn=void 0;var i=e[0];null==i||void 0===i.raw?(n=!1,r+=$n(a,t,i,!1)):r+=i[0];for(var l=1;l<e.length;l++)r+=$n(a,t,e[l],46===r.charCodeAt(r.length-1)),n&&(r+=i[l]);qn.lastIndex=0;for(var o,s="";null!==(o=qn.exec(r));)s+="-"+o[1];return{name:jn(r)+s,styles:r,next:Yn}},Xn=Object.prototype.hasOwnProperty,Qn=(0,t.createContext)("undefined"!=typeof HTMLElement?function(e){void 0===e&&(e={});var t,a=e.key||"css";void 0!==e.prefix&&(t={prefix:e.prefix});var n,r=new An(t),i={};n=e.container||document.head;var l,o=document.querySelectorAll("style[data-emotion-"+a+"]");Array.prototype.forEach.call(o,(function(e){e.getAttribute("data-emotion-"+a).split(" ").forEach((function(e){i[e]=!0})),e.parentNode!==n&&n.appendChild(e)})),r.use(e.stylisPlugins)(In),l=function(e,t,a,n){var i=t.name;Ln.current=a,r(e,t.styles),n&&(s.inserted[i]=!0)};var s={key:a,sheet:new Tn({key:a,container:n,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:i,registered:{},insert:l};return s}():null),er=(0,t.createContext)({}),tr=(Qn.Provider,function(e){var a=function(a,n){return(0,t.createElement)(Qn.Consumer,null,(function(t){return e(a,t,n)}))};return(0,t.forwardRef)(a)}),ar="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",nr=function(e,t){var a={};for(var n in t)Xn.call(t,n)&&(a[n]=t[n]);return a[ar]=e,a},rr=function(){return null},ir=function(e,a,n,r){var i=null===n?a.css:a.css(n);"string"==typeof i&&void 0!==e.registered[i]&&(i=e.registered[i]);var l=a[ar],o=[i],s="";"string"==typeof a.className?s=Rn(e.registered,o,a.className):null!=a.className&&(s=a.className+" ");var u=Jn(o);Hn(e,u,"string"==typeof l),s+=e.key+"-"+u.name;var c={};for(var d in a)Xn.call(a,d)&&"css"!==d&&d!==ar&&(c[d]=a[d]);c.ref=r,c.className=s;var m=(0,t.createElement)(l,c),g=(0,t.createElement)(rr,null);return(0,t.createElement)(t.Fragment,null,g,m)},lr=tr((function(e,a,n){return"function"==typeof e.css?(0,t.createElement)(er.Consumer,null,(function(t){return ir(a,e,t,n)})):ir(a,e,null,n)})),or=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return Jn(t)},sr=function(e,a){var n=arguments;if(null==a||!Xn.call(a,"css"))return t.createElement.apply(void 0,n);var r=n.length,i=new Array(r);i[0]=lr,i[1]=nr(e,a);for(var l=2;l<r;l++)i[l]=n[l];return t.createElement.apply(null,i)},ur=(t.Component,function e(t){for(var a=t.length,n=0,r="";n<a;n++){var i=t[n];if(null!=i){var l=void 0;switch(typeof i){case"boolean":break;case"object":if(Array.isArray(i))l=e(i);else for(var o in l="",i)i[o]&&o&&(l&&(l+=" "),l+=o);break;default:l=i}l&&(r&&(r+=" "),r+=l)}}return r});function cr(e,t,a){var n=[],r=Rn(e,n,a);return n.length<2?a:r+t(n)}var dr=function(){return null},mr=tr((function(e,a){return(0,t.createElement)(er.Consumer,null,(function(n){var r=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=Jn(t,a.registered);return Hn(a,r,!1),a.key+"-"+r.name},i={css:r,cx:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return cr(a.registered,r,ur(t))},theme:n},l=e.children(i),o=(0,t.createElement)(dr,null);return(0,t.createElement)(t.Fragment,null,o,l)}))}));function gr(e,t){if(null==e)return{};var a,n,r=Ee(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)a=i[n],t.indexOf(a)>=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}function fr(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a<t;a++)n[a]=e[a];return n}function pr(e,t){if(e){if("string"==typeof e)return fr(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?fr(e,t):void 0}}function hr(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var a=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=a){var n,r,i=[],_n=!0,l=!1;try{for(a=a.call(e);!(_n=(n=a.next()).done)&&(i.push(n.value),!t||i.length!==t);_n=!0);}catch(e){l=!0,r=e}finally{try{_n||null==a.return||a.return()}finally{if(l)throw r}}return i}}(e,t)||pr(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function vr(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}var br=a(639),wr=function(){};function yr(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function xr(e,t,a){var n=[a];if(t&&e)for(var r in t)t.hasOwnProperty(r)&&t[r]&&n.push("".concat(yr(e,r)));return n.filter((function(e){return e})).map((function(e){return String(e).trim()})).join(" ")}var Er=function(e){return Array.isArray(e)?e.filter(Boolean):"object"===En(e)&&null!==e?[e]:[]};function Dr(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function _r(e){return Dr(e)?window.pageYOffset:e.scrollTop}function Cr(e,t){Dr(e)?window.scrollTo(0,t):e.scrollTop=t}function kr(e,t,a,n){return a*((e=e/n-1)*e*e+1)+t}function Sr(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:wr,r=_r(e),i=t-r,l=10,o=0;function s(){var t=kr(o+=l,r,i,a);Cr(e,t),o<a?window.requestAnimationFrame(s):n(e)}s()}function Or(){try{return document.createEvent("TouchEvent"),!0}catch(e){return!1}}function Nr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Tr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Nr(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Nr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function Ar(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=kn(e);if(t){var r=kn(this).constructor;a=Reflect.construct(n,arguments,r)}else a=n.apply(this,arguments);return Cn(this,a)}}function Pr(e){var t=e.maxHeight,a=e.menuEl,n=e.minHeight,r=e.placement,i=e.shouldScroll,l=e.isFixedPosition,o=e.theme.spacing,s=function(e){var t=getComputedStyle(e),a="absolute"===t.position,n=/(auto|scroll)/,r=document.documentElement;if("fixed"===t.position)return r;for(var i=e;i=i.parentElement;)if(t=getComputedStyle(i),(!a||"static"!==t.position)&&n.test(t.overflow+t.overflowY+t.overflowX))return i;return r}(a),u={placement:"bottom",maxHeight:t};if(!a||!a.offsetParent)return u;var c=s.getBoundingClientRect().height,d=a.getBoundingClientRect(),m=d.bottom,g=d.height,f=d.top,p=a.offsetParent.getBoundingClientRect().top,h=window.innerHeight,v=_r(s),b=parseInt(getComputedStyle(a).marginBottom,10),w=parseInt(getComputedStyle(a).marginTop,10),y=p-w,x=h-f,E=y+v,D=c-v-f,_=m-h+v+b,C=v+f-w,k=160;switch(r){case"auto":case"bottom":if(x>=g)return{placement:"bottom",maxHeight:t};if(D>=g&&!l)return i&&Sr(s,_,k),{placement:"bottom",maxHeight:t};if(!l&&D>=n||l&&x>=n)return i&&Sr(s,_,k),{placement:"bottom",maxHeight:l?x-b:D-b};if("auto"===r||l){var S=t,O=l?y:E;return O>=n&&(S=Math.min(O-b-o.controlHeight,t)),{placement:"top",maxHeight:S}}if("bottom"===r)return Cr(s,_),{placement:"bottom",maxHeight:t};break;case"top":if(y>=g)return{placement:"top",maxHeight:t};if(E>=g&&!l)return i&&Sr(s,C,k),{placement:"top",maxHeight:t};if(!l&&E>=n||l&&y>=n){var N=t;return(!l&&E>=n||l&&y>=n)&&(N=l?y-w:E-w),i&&Sr(s,C,k),{placement:"top",maxHeight:N}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(r,'".'))}return u}var Mr=function(e){return"auto"===e?"bottom":e},Lr=(0,t.createContext)({getPortalPlacement:null}),Ir=function(e){xn(a,e);var t=Ar(a);function a(){var e;bn(this,a);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(e=t.call.apply(t,[this].concat(r))).state={maxHeight:e.props.maxMenuHeight,placement:null},e.getPlacement=function(t){var a=e.props,n=a.minMenuHeight,r=a.maxMenuHeight,i=a.menuPlacement,l=a.menuPosition,o=a.menuShouldScrollIntoView,s=a.theme;if(t){var u="fixed"===l,c=Pr({maxHeight:r,menuEl:t,minHeight:n,placement:i,shouldScroll:o&&!u,isFixedPosition:u,theme:s}),d=e.context.getPortalPlacement;d&&d(c),e.setState(c)}},e.getUpdatedProps=function(){var t=e.props.menuPlacement,a=e.state.placement||Mr(t);return Tr(Tr({},e.props),{},{placement:a,maxHeight:e.state.maxHeight})},e}return yn(a,[{key:"render",value:function(){return(0,this.props.children)({ref:this.getPlacement,placerProps:this.getUpdatedProps()})}}]),a}(t.Component);Ir.contextType=Lr;var Rr=function(e){var t=e.theme,a=t.spacing.baseUnit;return{color:t.colors.neutral40,padding:"".concat(2*a,"px ").concat(3*a,"px"),textAlign:"center"}},Vr=Rr,Fr=Rr,Hr=function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return sr("div",re({css:r("noOptionsMessage",e),className:n({"menu-notice":!0,"menu-notice--no-options":!0},a)},i),t)};Hr.defaultProps={children:"No options"};var jr=function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return sr("div",re({css:r("loadingMessage",e),className:n({"menu-notice":!0,"menu-notice--loading":!0},a)},i),t)};jr.defaultProps={children:"Loading..."};var Br=function(e){xn(a,e);var t=Ar(a);function a(){var e;bn(this,a);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(e=t.call.apply(t,[this].concat(r))).state={placement:null},e.getPortalPlacement=function(t){var a=t.placement;a!==Mr(e.props.menuPlacement)&&e.setState({placement:a})},e}return yn(a,[{key:"render",value:function(){var e=this.props,t=e.appendTo,a=e.children,n=e.controlElement,i=e.menuPlacement,l=e.menuPosition,o=e.getStyles,s="fixed"===l;if(!t&&!s||!n)return null;var u=this.state.placement||Mr(i),c=function(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}(n),d=s?0:window.pageYOffset,m=c[u]+d,g=sr("div",{css:o("menuPortal",{offset:m,position:l,rect:c})},a);return sr(Lr.Provider,{value:{getPortalPlacement:this.getPortalPlacement}},t?(0,r.createPortal)(g,t):g)}}]),a}(t.Component),Ur=Array.isArray,Gr=Object.keys,Wr=Object.prototype.hasOwnProperty;function zr(e,t){if(e===t)return!0;if(e&&t&&"object"==En(e)&&"object"==En(t)){var a,n,r,i=Ur(e),l=Ur(t);if(i&&l){if((n=e.length)!=t.length)return!1;for(a=n;0!=a--;)if(!zr(e[a],t[a]))return!1;return!0}if(i!=l)return!1;var o=e instanceof Date,s=t instanceof Date;if(o!=s)return!1;if(o&&s)return e.getTime()==t.getTime();var u=e instanceof RegExp,c=t instanceof RegExp;if(u!=c)return!1;if(u&&c)return e.toString()==t.toString();var d=Gr(e);if((n=d.length)!==Gr(t).length)return!1;for(a=n;0!=a--;)if(!Wr.call(t,d[a]))return!1;for(a=n;0!=a--;)if(!("_owner"===(r=d[a])&&e.$$typeof||zr(e[r],t[r])))return!1;return!0}return e!=e&&t!=t}function Kr(e,t){try{return zr(e,t)}catch(e){if(e.message&&e.message.match(/stack|recursion/i))return console.warn("Warning: react-fast-compare does not handle circular references.",e.name,e.message),!1;throw e}}function Zr(){var e,t,a=(e=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}})));return Zr=function(){return a},a}var $r={name:"19bqh2r",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;"},Yr=function(e){var t=e.size,a=gr(e,["size"]);return sr("svg",re({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:$r},a))},qr=function(e){return sr(Yr,re({size:20},e),sr("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},Jr=function(e){return sr(Yr,re({size:20},e),sr("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},Xr=function(e){var t=e.isFocused,a=e.theme,n=a.spacing.baseUnit,r=a.colors;return{label:"indicatorContainer",color:t?r.neutral60:r.neutral20,display:"flex",padding:2*n,transition:"color 150ms",":hover":{color:t?r.neutral80:r.neutral40}}},Qr=Xr,ei=Xr,ti=function(){var e=or.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}(Zr()),ai=function(e){var t=e.delay,a=e.offset;return sr("span",{css:or({animation:"".concat(ti," 1s ease-in-out ").concat(t,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:a?"1em":null,height:"1em",verticalAlign:"top",width:"1em"},"")})},ni=function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerProps,i=e.isRtl;return sr("div",re({},r,{css:n("loadingIndicator",e),className:a({indicator:!0,"loading-indicator":!0},t)}),sr(ai,{delay:0,offset:i}),sr(ai,{delay:160,offset:!0}),sr(ai,{delay:320,offset:!i}))};function ri(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function ii(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?ri(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):ri(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function li(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function oi(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?li(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):li(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}ni.defaultProps={size:4};var si=function(e){return{label:"input",background:0,border:0,fontSize:"inherit",opacity:e?0:1,outline:0,padding:0,color:"inherit"}};function ui(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function ci(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?ui(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):ui(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var di=function(e){var t=e.children,a=e.innerProps;return sr("div",a,t)},mi=di,gi=di,fi=function(e){var t=e.children,a=e.className,n=e.components,r=e.cx,i=e.data,l=e.getStyles,o=e.innerProps,s=e.isDisabled,u=e.removeProps,c=e.selectProps,d=n.Container,m=n.Label,g=n.Remove;return sr(mr,null,(function(n){var f=n.css,p=n.cx;return sr(d,{data:i,innerProps:ci(ci({},o),{},{className:p(f(l("multiValue",e)),r({"multi-value":!0,"multi-value--is-disabled":s},a))}),selectProps:c},sr(m,{data:i,innerProps:{className:p(f(l("multiValueLabel",e)),r({"multi-value__label":!0},a))},selectProps:c},t),sr(g,{data:i,innerProps:ci({className:p(f(l("multiValueRemove",e)),r({"multi-value__remove":!0},a))},u),selectProps:c}))}))};function pi(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function hi(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?pi(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):pi(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}fi.defaultProps={cropWithEllipsis:!0};for(var vi={ClearIndicator:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return sr("div",re({},i,{css:r("clearIndicator",e),className:n({indicator:!0,"clear-indicator":!0},a)}),t||sr(qr,null))},Control:function(e){var t=e.children,a=e.cx,n=e.getStyles,r=e.className,i=e.isDisabled,l=e.isFocused,o=e.innerRef,s=e.innerProps,u=e.menuIsOpen;return sr("div",re({ref:o,css:n("control",e),className:a({control:!0,"control--is-disabled":i,"control--is-focused":l,"control--menu-is-open":u},r)},s),t)},DropdownIndicator:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return sr("div",re({},i,{css:r("dropdownIndicator",e),className:n({indicator:!0,"dropdown-indicator":!0},a)}),t||sr(Jr,null))},DownChevron:Jr,CrossIcon:qr,Group:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.Heading,l=e.headingProps,o=e.label,s=e.theme,u=e.selectProps;return sr("div",{css:r("group",e),className:n({group:!0},a)},sr(i,re({},l,{selectProps:u,theme:s,getStyles:r,cx:n}),o),sr("div",null,t))},GroupHeading:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.theme,i=(e.selectProps,gr(e,["className","cx","getStyles","theme","selectProps"]));return sr("div",re({css:n("groupHeading",ii({theme:r},i)),className:a({"group-heading":!0},t)},i))},IndicatorsContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles;return sr("div",{css:r("indicatorsContainer",e),className:n({indicators:!0},a)},t)},IndicatorSeparator:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerProps;return sr("span",re({},r,{css:n("indicatorSeparator",e),className:a({"indicator-separator":!0},t)}))},Input:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerRef,i=e.isHidden,l=e.isDisabled,o=e.theme,s=(e.selectProps,gr(e,["className","cx","getStyles","innerRef","isHidden","isDisabled","theme","selectProps"]));return sr("div",{css:n("input",oi({theme:o},s))},sr(br.Z,re({className:a({input:!0},t),inputRef:r,inputStyle:si(i),disabled:l},s)))},LoadingIndicator:ni,Menu:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerRef,l=e.innerProps;return sr("div",re({css:r("menu",e),className:n({menu:!0},a)},l,{ref:i}),t)},MenuList:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isMulti,l=e.innerRef,o=e.innerProps;return sr("div",re({css:r("menuList",e),className:n({"menu-list":!0,"menu-list--is-multi":i},a),ref:l},o),t)},MenuPortal:Br,LoadingMessage:jr,NoOptionsMessage:Hr,MultiValue:fi,MultiValueContainer:mi,MultiValueLabel:gi,MultiValueRemove:function(e){var t=e.children,a=e.innerProps;return sr("div",a,t||sr(qr,{size:14}))},Option:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isDisabled,l=e.isFocused,o=e.isSelected,s=e.innerRef,u=e.innerProps;return sr("div",re({css:r("option",e),className:n({option:!0,"option--is-disabled":i,"option--is-focused":l,"option--is-selected":o},a),ref:s},u),t)},Placeholder:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return sr("div",re({css:r("placeholder",e),className:n({placeholder:!0},a)},i),t)},SelectContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps,l=e.isDisabled,o=e.isRtl;return sr("div",re({css:r("container",e),className:n({"--is-disabled":l,"--is-rtl":o},a)},i),t)},SingleValue:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isDisabled,l=e.innerProps;return sr("div",re({css:r("singleValue",e),className:n({"single-value":!0,"single-value--is-disabled":i},a)},l),t)},ValueContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.isMulti,i=e.getStyles,l=e.hasValue;return sr("div",{css:i("valueContainer",e),className:n({"value-container":!0,"value-container--is-multi":r,"value-container--has-value":l},a)},t)}},bi=function(e){return hi(hi({},vi),e.components)},wi=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],yi=new RegExp("["+wi.map((function(e){return e.letters})).join("")+"]","g"),xi={},Ei=0;Ei<wi.length;Ei++)for(var Di=wi[Ei],_i=0;_i<Di.letters.length;_i++)xi[Di.letters[_i]]=Di.base;var Ci=function(e){return e.replace(yi,(function(e){return xi[e]}))};function ki(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}var Si=function(e){return e.replace(/^\s+|\s+$/g,"")},Oi=function(e){return"".concat(e.label," ").concat(e.value)},Ni={name:"1laao21-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;"},Ti=function(e){return sr("span",re({css:Ni},e))};function Ai(e){e.in,e.out,e.onExited,e.appear,e.enter,e.exit;var t=e.innerRef,a=(e.emotion,gr(e,["in","out","onExited","appear","enter","exit","innerRef","emotion"]));return sr("input",re({ref:t},a,{css:or({label:"dummyInput",background:0,border:0,fontSize:"inherit",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(0)"},"")}))}var Pi=function(e){xn(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function i(){return bn(this,i),n.apply(this,arguments)}return yn(i,[{key:"componentDidMount",value:function(){this.props.innerRef((0,r.findDOMNode)(this))}},{key:"componentWillUnmount",value:function(){this.props.innerRef(null)}},{key:"render",value:function(){return this.props.children}}]),i}(t.Component),Mi=["boxSizing","height","overflow","paddingRight","position"],Li={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function Ii(e){e.preventDefault()}function Ri(e){e.stopPropagation()}function Vi(){var e=this.scrollTop,t=this.scrollHeight,a=e+this.offsetHeight;0===e?this.scrollTop=1:a===t&&(this.scrollTop=e-1)}function Fi(){return"ontouchstart"in window||navigator.maxTouchPoints}var Hi=!(!window.document||!window.document.createElement),ji=0,Bi=function(e){xn(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function r(){var e;bn(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).originalStyles={},e.listenerOptions={capture:!1,passive:!1},e}return yn(r,[{key:"componentDidMount",value:function(){var e=this;if(Hi){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,r=document.body,i=r&&r.style;if(a&&Mi.forEach((function(t){var a=i&&i[t];e.originalStyles[t]=a})),a&&ji<1){var l=parseInt(this.originalStyles.paddingRight,10)||0,o=document.body?document.body.clientWidth:0,s=window.innerWidth-o+l||0;Object.keys(Li).forEach((function(e){var t=Li[e];i&&(i[e]=t)})),i&&(i.paddingRight="".concat(s,"px"))}r&&Fi()&&(r.addEventListener("touchmove",Ii,this.listenerOptions),n&&(n.addEventListener("touchstart",Vi,this.listenerOptions),n.addEventListener("touchmove",Ri,this.listenerOptions))),ji+=1}}},{key:"componentWillUnmount",value:function(){var e=this;if(Hi){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,r=document.body,i=r&&r.style;ji=Math.max(ji-1,0),a&&ji<1&&Mi.forEach((function(t){var a=e.originalStyles[t];i&&(i[t]=a)})),r&&Fi()&&(r.removeEventListener("touchmove",Ii,this.listenerOptions),n&&(n.removeEventListener("touchstart",Vi,this.listenerOptions),n.removeEventListener("touchmove",Ri,this.listenerOptions)))}}},{key:"render",value:function(){return null}}]),r}(t.Component);Bi.defaultProps={accountForScrollbars:!0};var Ui={name:"1dsbpcp",styles:"position:fixed;left:0;bottom:0;right:0;top:0;"},Gi=function(e){xn(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function r(){var e;bn(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).state={touchScrollTarget:null},e.getScrollTarget=function(t){t!==e.state.touchScrollTarget&&e.setState({touchScrollTarget:t})},e.blurSelectInput=function(){document.activeElement&&document.activeElement.blur()},e}return yn(r,[{key:"render",value:function(){var e=this.props,t=e.children,a=e.isEnabled,n=this.state.touchScrollTarget;return a?sr("div",null,sr("div",{onClick:this.blurSelectInput,css:Ui}),sr(Pi,{innerRef:this.getScrollTarget},t),n?sr(Bi,{touchScrollTarget:n}):null):t}}]),r}(t.PureComponent);var Wi=function(e){xn(i,e);var t,a,r=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function i(){var e;bn(this,i);for(var t=arguments.length,a=new Array(t),n=0;n<t;n++)a[n]=arguments[n];return(e=r.call.apply(r,[this].concat(a))).isBottom=!1,e.isTop=!1,e.scrollTarget=void 0,e.touchStart=void 0,e.cancelScroll=function(e){e.preventDefault(),e.stopPropagation()},e.handleEventDelta=function(t,a){var n=e.props,r=n.onBottomArrive,i=n.onBottomLeave,l=n.onTopArrive,o=n.onTopLeave,s=e.scrollTarget,u=s.scrollTop,c=s.scrollHeight,d=s.clientHeight,m=e.scrollTarget,g=a>0,f=c-d-u,p=!1;f>a&&e.isBottom&&(i&&i(t),e.isBottom=!1),g&&e.isTop&&(o&&o(t),e.isTop=!1),g&&a>f?(r&&!e.isBottom&&r(t),m.scrollTop=c,p=!0,e.isBottom=!0):!g&&-a>u&&(l&&!e.isTop&&l(t),m.scrollTop=0,p=!0,e.isTop=!0),p&&e.cancelScroll(t)},e.onWheel=function(t){e.handleEventDelta(t,t.deltaY)},e.onTouchStart=function(t){e.touchStart=t.changedTouches[0].clientY},e.onTouchMove=function(t){var a=e.touchStart-t.changedTouches[0].clientY;e.handleEventDelta(t,a)},e.getScrollTarget=function(t){e.scrollTarget=t},e}return yn(i,[{key:"componentDidMount",value:function(){this.startListening(this.scrollTarget)}},{key:"componentWillUnmount",value:function(){this.stopListening(this.scrollTarget)}},{key:"startListening",value:function(e){e&&("function"==typeof e.addEventListener&&e.addEventListener("wheel",this.onWheel,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchmove",this.onTouchMove,!1))}},{key:"stopListening",value:function(e){e&&("function"==typeof e.removeEventListener&&e.removeEventListener("wheel",this.onWheel,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchmove",this.onTouchMove,!1))}},{key:"render",value:function(){return n().createElement(Pi,{innerRef:this.getScrollTarget},this.props.children)}}]),i}(t.Component);function zi(e){var t=e.isEnabled,a=void 0===t||t,r=gr(e,["isEnabled"]);return a?n().createElement(Wi,r):r.children}var Ki=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=t.isSearchable,n=t.isMulti,r=t.label,i=t.isDisabled,l=t.tabSelectsValue;switch(e){case"menu":return"Use Up and Down to choose options".concat(i?"":", press Enter to select the currently focused option",", press Escape to exit the menu").concat(l?", press Tab to select the option and exit the menu":"",".");case"input":return"".concat(r||"Select"," is focused ").concat(a?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":"");case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value"}},Zi=function(e,t){var a=t.value,n=t.isDisabled;if(a)switch(e){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(a,", deselected.");case"select-option":return"option ".concat(a,n?" is disabled. Select another option.":", selected.")}},$i=function(e){return!!e.isDisabled},Yi={clearIndicator:ei,container:function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":null,pointerEvents:t?"none":null,position:"relative"}},control:function(e){var t=e.isDisabled,a=e.isFocused,n=e.theme,r=n.colors,i=n.borderRadius,l=n.spacing;return{label:"control",alignItems:"center",backgroundColor:t?r.neutral5:r.neutral0,borderColor:t?r.neutral10:a?r.primary:r.neutral20,borderRadius:i,borderStyle:"solid",borderWidth:1,boxShadow:a?"0 0 0 1px ".concat(r.primary):null,cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:l.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms","&:hover":{borderColor:a?r.primary:r.neutral30}}},dropdownIndicator:Qr,group:function(e){var t=e.theme.spacing;return{paddingBottom:2*t.baseUnit,paddingTop:2*t.baseUnit}},groupHeading:function(e){var t=e.theme.spacing;return{label:"group",color:"#999",cursor:"default",display:"block",fontSize:"75%",fontWeight:"500",marginBottom:"0.25em",paddingLeft:3*t.baseUnit,paddingRight:3*t.baseUnit,textTransform:"uppercase"}},indicatorsContainer:function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},indicatorSeparator:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing.baseUnit,r=a.colors;return{label:"indicatorSeparator",alignSelf:"stretch",backgroundColor:t?r.neutral10:r.neutral20,marginBottom:2*n,marginTop:2*n,width:1}},input:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,r=a.colors;return{margin:n.baseUnit/2,paddingBottom:n.baseUnit/2,paddingTop:n.baseUnit/2,visibility:t?"hidden":"visible",color:r.neutral80}},loadingIndicator:function(e){var t=e.isFocused,a=e.size,n=e.theme,r=n.colors,i=n.spacing.baseUnit;return{label:"loadingIndicator",color:t?r.neutral60:r.neutral20,display:"flex",padding:2*i,transition:"color 150ms",alignSelf:"center",fontSize:a,lineHeight:1,marginRight:a,textAlign:"center",verticalAlign:"middle"}},loadingMessage:Fr,menu:function(e){var t,a=e.placement,n=e.theme,r=n.borderRadius,i=n.spacing,l=n.colors;return vr(t={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(a),"100%"),vr(t,"backgroundColor",l.neutral0),vr(t,"borderRadius",r),vr(t,"boxShadow","0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)"),vr(t,"marginBottom",i.menuGutter),vr(t,"marginTop",i.menuGutter),vr(t,"position","absolute"),vr(t,"width","100%"),vr(t,"zIndex",1),t},menuList:function(e){var t=e.maxHeight,a=e.theme.spacing.baseUnit;return{maxHeight:t,overflowY:"auto",paddingBottom:a,paddingTop:a,position:"relative",WebkitOverflowScrolling:"touch"}},menuPortal:function(e){var t=e.rect,a=e.offset,n=e.position;return{left:t.left,position:n,top:a,width:t.width,zIndex:1}},multiValue:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius;return{label:"multiValue",backgroundColor:t.colors.neutral10,borderRadius:n/2,display:"flex",margin:a.baseUnit/2,minWidth:0}},multiValueLabel:function(e){var t=e.theme,a=t.borderRadius,n=t.colors,r=e.cropWithEllipsis;return{borderRadius:a/2,color:n.neutral80,fontSize:"85%",overflow:"hidden",padding:3,paddingLeft:6,textOverflow:r?"ellipsis":null,whiteSpace:"nowrap"}},multiValueRemove:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius,r=t.colors;return{alignItems:"center",borderRadius:n/2,backgroundColor:e.isFocused&&r.dangerLight,display:"flex",paddingLeft:a.baseUnit,paddingRight:a.baseUnit,":hover":{backgroundColor:r.dangerLight,color:r.danger}}},noOptionsMessage:Vr,option:function(e){var t=e.isDisabled,a=e.isFocused,n=e.isSelected,r=e.theme,i=r.spacing,l=r.colors;return{label:"option",backgroundColor:n?l.primary:a?l.primary25:"transparent",color:t?l.neutral20:n?l.neutral0:"inherit",cursor:"default",display:"block",fontSize:"inherit",padding:"".concat(2*i.baseUnit,"px ").concat(3*i.baseUnit,"px"),width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",":active":{backgroundColor:!t&&(n?l.primary:l.primary50)}}},placeholder:function(e){var t=e.theme,a=t.spacing;return{label:"placeholder",color:t.colors.neutral50,marginLeft:a.baseUnit/2,marginRight:a.baseUnit/2,position:"absolute",top:"50%",transform:"translateY(-50%)"}},singleValue:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,r=a.colors;return{label:"singleValue",color:t?r.neutral40:r.neutral80,marginLeft:n.baseUnit/2,marginRight:n.baseUnit/2,maxWidth:"calc(100% - ".concat(2*n.baseUnit,"px)"),overflow:"hidden",position:"absolute",textOverflow:"ellipsis",whiteSpace:"nowrap",top:"50%",transform:"translateY(-50%)"}},valueContainer:function(e){var t=e.theme.spacing;return{alignItems:"center",display:"flex",flex:1,flexWrap:"wrap",padding:"".concat(t.baseUnit/2,"px ").concat(2*t.baseUnit,"px"),WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"}}},qi={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:4,controlHeight:38,menuGutter:8}};function Ji(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Xi(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Ji(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Ji(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var Qi={backspaceRemovesValue:!0,blurInputOnSelect:Or(),captureMenuScroll:!Or(),closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:function(e,t){var a=function(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?ki(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):ki(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}({ignoreCase:!0,ignoreAccents:!0,stringify:Oi,trim:!0,matchFrom:"any"},undefined),n=a.ignoreCase,r=a.ignoreAccents,i=a.stringify,l=a.trim,o=a.matchFrom,s=l?Si(t):t,u=l?Si(i(e)):i(e);return n&&(s=s.toLowerCase(),u=u.toLowerCase()),r&&(s=Ci(s),u=Ci(u)),"start"===o?u.substr(0,s.length)===s:u.indexOf(s)>-1},formatGroupLabel:function(e){return e.label},getOptionLabel:function(e){return e.label},getOptionValue:function(e){return e.value},isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:$i,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!function(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(e){return!1}}(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(1!==t?"s":""," available")},styles:{},tabIndex:"0",tabSelectsValue:!0},el=1,tl=function(e){xn(i,e);var t,a,r=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function i(e){var t;bn(this,i),(t=r.call(this,e)).state={ariaLiveSelection:"",ariaLiveContext:"",focusedOption:null,focusedValue:null,inputIsHidden:!1,isFocused:!1,menuOptions:{render:[],focusable:[]},selectValue:[]},t.blockOptionHover=!1,t.isComposing=!1,t.clearFocusValueOnUpdate=!1,t.commonProps=void 0,t.components=void 0,t.hasGroups=!1,t.initialTouchX=0,t.initialTouchY=0,t.inputIsHiddenAfterUpdate=void 0,t.instancePrefix="",t.openAfterFocus=!1,t.scrollToFocusedOptionOnUpdate=!1,t.userIsDragging=void 0,t.controlRef=null,t.getControlRef=function(e){t.controlRef=e},t.focusedOptionRef=null,t.getFocusedOptionRef=function(e){t.focusedOptionRef=e},t.menuListRef=null,t.getMenuListRef=function(e){t.menuListRef=e},t.inputRef=null,t.getInputRef=function(e){t.inputRef=e},t.cacheComponents=function(e){t.components=bi({components:e})},t.focus=t.focusInput,t.blur=t.blurInput,t.onChange=function(e,a){var n=t.props,r=n.onChange,i=n.name;r(e,Xi(Xi({},a),{},{name:i}))},t.setValue=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"set-value",n=arguments.length>2?arguments[2]:void 0,r=t.props,i=r.closeMenuOnSelect,l=r.isMulti;t.onInputChange("",{action:"set-value"}),i&&(t.inputIsHiddenAfterUpdate=!l,t.onMenuClose()),t.clearFocusValueOnUpdate=!0,t.onChange(e,{action:a,option:n})},t.selectOption=function(e){var a,n=t.props,r=n.blurInputOnSelect,i=n.isMulti,l=t.state.selectValue;if(i)if(t.isOptionSelected(e,l)){var o=t.getOptionValue(e);t.setValue(l.filter((function(e){return t.getOptionValue(e)!==o})),"deselect-option",e),t.announceAriaLiveSelection({event:"deselect-option",context:{value:t.getOptionLabel(e)}})}else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue([].concat(function(e){if(Array.isArray(e))return fr(e)}(a=l)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(a)||pr(a)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),[e]),"select-option",e),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue(e,"select-option"),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));r&&t.blurInput()},t.removeValue=function(e){var a=t.state.selectValue,n=t.getOptionValue(e),r=a.filter((function(e){return t.getOptionValue(e)!==n}));t.onChange(r.length?r:null,{action:"remove-value",removedValue:e}),t.announceAriaLiveSelection({event:"remove-value",context:{value:e?t.getOptionLabel(e):""}}),t.focusInput()},t.clearValue=function(){t.onChange(null,{action:"clear"})},t.popValue=function(){var e=t.state.selectValue,a=e[e.length-1],n=e.slice(0,e.length-1);t.announceAriaLiveSelection({event:"pop-value",context:{value:a?t.getOptionLabel(a):""}}),t.onChange(n.length?n:null,{action:"pop-value",removedValue:a})},t.getValue=function(){return t.state.selectValue},t.cx=function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];return xr.apply(void 0,[t.props.classNamePrefix].concat(a))},t.getOptionLabel=function(e){return t.props.getOptionLabel(e)},t.getOptionValue=function(e){return t.props.getOptionValue(e)},t.getStyles=function(e,a){var n=Yi[e](a);n.boxSizing="border-box";var r=t.props.styles[e];return r?r(n,a):n},t.getElementId=function(e){return"".concat(t.instancePrefix,"-").concat(e)},t.getActiveDescendentId=function(){var e=t.props.menuIsOpen,a=t.state,n=a.menuOptions,r=a.focusedOption;if(r&&e){var i=n.focusable.indexOf(r),l=n.render[i];return l&&l.key}},t.announceAriaLiveSelection=function(e){var a=e.event,n=e.context;t.setState({ariaLiveSelection:Zi(a,n)})},t.announceAriaLiveContext=function(e){var a=e.event,n=e.context;t.setState({ariaLiveContext:Ki(a,Xi(Xi({},n),{},{label:t.props["aria-label"]}))})},t.onMenuMouseDown=function(e){0===e.button&&(e.stopPropagation(),e.preventDefault(),t.focusInput())},t.onMenuMouseMove=function(e){t.blockOptionHover=!1},t.onControlMouseDown=function(e){var a=t.props.openMenuOnClick;t.state.isFocused?t.props.menuIsOpen?"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&t.onMenuClose():a&&t.openMenu("first"):(a&&(t.openAfterFocus=!0),t.focusInput()),"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&e.preventDefault()},t.onDropdownIndicatorMouseDown=function(e){if(!(e&&"mousedown"===e.type&&0!==e.button||t.props.isDisabled)){var a=t.props,n=a.isMulti,r=a.menuIsOpen;t.focusInput(),r?(t.inputIsHiddenAfterUpdate=!n,t.onMenuClose()):t.openMenu("first"),e.preventDefault(),e.stopPropagation()}},t.onClearIndicatorMouseDown=function(e){e&&"mousedown"===e.type&&0!==e.button||(t.clearValue(),e.stopPropagation(),t.openAfterFocus=!1,"touchend"===e.type?t.focusInput():setTimeout((function(){return t.focusInput()})))},t.onScroll=function(e){"boolean"==typeof t.props.closeMenuOnScroll?e.target instanceof HTMLElement&&Dr(e.target)&&t.props.onMenuClose():"function"==typeof t.props.closeMenuOnScroll&&t.props.closeMenuOnScroll(e)&&t.props.onMenuClose()},t.onCompositionStart=function(){t.isComposing=!0},t.onCompositionEnd=function(){t.isComposing=!1},t.onTouchStart=function(e){var a=e.touches,n=a&&a.item(0);n&&(t.initialTouchX=n.clientX,t.initialTouchY=n.clientY,t.userIsDragging=!1)},t.onTouchMove=function(e){var a=e.touches,n=a&&a.item(0);if(n){var r=Math.abs(n.clientX-t.initialTouchX),i=Math.abs(n.clientY-t.initialTouchY);t.userIsDragging=r>5||i>5}},t.onTouchEnd=function(e){t.userIsDragging||(t.controlRef&&!t.controlRef.contains(e.target)&&t.menuListRef&&!t.menuListRef.contains(e.target)&&t.blurInput(),t.initialTouchX=0,t.initialTouchY=0)},t.onControlTouchEnd=function(e){t.userIsDragging||t.onControlMouseDown(e)},t.onClearIndicatorTouchEnd=function(e){t.userIsDragging||t.onClearIndicatorMouseDown(e)},t.onDropdownIndicatorTouchEnd=function(e){t.userIsDragging||t.onDropdownIndicatorMouseDown(e)},t.handleInputChange=function(e){var a=e.currentTarget.value;t.inputIsHiddenAfterUpdate=!1,t.onInputChange(a,{action:"input-change"}),t.props.menuIsOpen||t.onMenuOpen()},t.onInputFocus=function(e){var a=t.props,n=a.isSearchable,r=a.isMulti;t.props.onFocus&&t.props.onFocus(e),t.inputIsHiddenAfterUpdate=!1,t.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:r}}),t.setState({isFocused:!0}),(t.openAfterFocus||t.props.openMenuOnFocus)&&t.openMenu("first"),t.openAfterFocus=!1},t.onInputBlur=function(e){t.menuListRef&&t.menuListRef.contains(document.activeElement)?t.inputRef.focus():(t.props.onBlur&&t.props.onBlur(e),t.onInputChange("",{action:"input-blur"}),t.onMenuClose(),t.setState({focusedValue:null,isFocused:!1}))},t.onOptionHover=function(e){t.blockOptionHover||t.state.focusedOption===e||t.setState({focusedOption:e})},t.shouldHideSelectedOptions=function(){var e=t.props,a=e.hideSelectedOptions,n=e.isMulti;return void 0===a?n:a},t.onKeyDown=function(e){var a=t.props,n=a.isMulti,r=a.backspaceRemovesValue,i=a.escapeClearsValue,l=a.inputValue,o=a.isClearable,s=a.isDisabled,u=a.menuIsOpen,c=a.onKeyDown,d=a.tabSelectsValue,m=a.openMenuOnFocus,g=t.state,f=g.focusedOption,p=g.focusedValue,h=g.selectValue;if(!(s||"function"==typeof c&&(c(e),e.defaultPrevented))){switch(t.blockOptionHover=!0,e.key){case"ArrowLeft":if(!n||l)return;t.focusValue("previous");break;case"ArrowRight":if(!n||l)return;t.focusValue("next");break;case"Delete":case"Backspace":if(l)return;if(p)t.removeValue(p);else{if(!r)return;n?t.popValue():o&&t.clearValue()}break;case"Tab":if(t.isComposing)return;if(e.shiftKey||!u||!d||!f||m&&t.isOptionSelected(f,h))return;t.selectOption(f);break;case"Enter":if(229===e.keyCode)break;if(u){if(!f)return;if(t.isComposing)return;t.selectOption(f);break}return;case"Escape":u?(t.inputIsHiddenAfterUpdate=!1,t.onInputChange("",{action:"menu-close"}),t.onMenuClose()):o&&i&&t.clearValue();break;case" ":if(l)return;if(!u){t.openMenu("first");break}if(!f)return;t.selectOption(f);break;case"ArrowUp":u?t.focusOption("up"):t.openMenu("last");break;case"ArrowDown":u?t.focusOption("down"):t.openMenu("first");break;case"PageUp":if(!u)return;t.focusOption("pageup");break;case"PageDown":if(!u)return;t.focusOption("pagedown");break;case"Home":if(!u)return;t.focusOption("first");break;case"End":if(!u)return;t.focusOption("last");break;default:return}e.preventDefault()}},t.buildMenuOptions=function(e,a){var n=e.inputValue,r=void 0===n?"":n,i=e.options,l=function(e,n){var i=t.isOptionDisabled(e,a),l=t.isOptionSelected(e,a),o=t.getOptionLabel(e),s=t.getOptionValue(e);if(!(t.shouldHideSelectedOptions()&&l||!t.filterOption({label:o,value:s,data:e},r))){var u=i?void 0:function(){return t.onOptionHover(e)},c=i?void 0:function(){return t.selectOption(e)},d="".concat(t.getElementId("option"),"-").concat(n);return{innerProps:{id:d,onClick:c,onMouseMove:u,onMouseOver:u,tabIndex:-1},data:e,isDisabled:i,isSelected:l,key:d,label:o,type:"option",value:s}}};return i.reduce((function(e,a,n){if(a.options){t.hasGroups||(t.hasGroups=!0);var r=a.options.map((function(t,a){var r=l(t,"".concat(n,"-").concat(a));return r&&e.focusable.push(t),r})).filter(Boolean);if(r.length){var i="".concat(t.getElementId("group"),"-").concat(n);e.render.push({type:"group",key:i,data:a,options:r})}}else{var o=l(a,"".concat(n));o&&(e.render.push(o),e.focusable.push(a))}return e}),{render:[],focusable:[]})};var a=e.value;t.cacheComponents=Nn(t.cacheComponents,Kr).bind(Dn(t)),t.cacheComponents(e.components),t.instancePrefix="react-select-"+(t.props.instanceId||++el);var n=Er(a);t.buildMenuOptions=Nn(t.buildMenuOptions,(function(e,t){var a=hr(e,2),n=a[0],r=a[1],i=hr(t,2),l=i[0];return r===i[1]&&n.inputValue===l.inputValue&&n.options===l.options})).bind(Dn(t));var l=e.menuIsOpen?t.buildMenuOptions(e,n):{render:[],focusable:[]};return t.state.menuOptions=l,t.state.selectValue=n,t}return yn(i,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput()}},{key:"UNSAFE_componentWillReceiveProps",value:function(e){var t=this.props,a=t.options,n=t.value,r=t.menuIsOpen,i=t.inputValue;if(this.cacheComponents(e.components),e.value!==n||e.options!==a||e.menuIsOpen!==r||e.inputValue!==i){var l=Er(e.value),o=e.menuIsOpen?this.buildMenuOptions(e,l):{render:[],focusable:[]},s=this.getNextFocusedValue(l),u=this.getNextFocusedOption(o.focusable);this.setState({menuOptions:o,selectValue:l,focusedOption:u,focusedValue:s})}null!=this.inputIsHiddenAfterUpdate&&(this.setState({inputIsHidden:this.inputIsHiddenAfterUpdate}),delete this.inputIsHiddenAfterUpdate)}},{key:"componentDidUpdate",value:function(e){var t,a,n,r,i,l=this.props,o=l.isDisabled,s=l.menuIsOpen,u=this.state.isFocused;(u&&!o&&e.isDisabled||u&&s&&!e.menuIsOpen)&&this.focusInput(),u&&o&&!e.isDisabled&&this.setState({isFocused:!1},this.onMenuClose),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(t=this.menuListRef,a=this.focusedOptionRef,n=t.getBoundingClientRect(),r=a.getBoundingClientRect(),i=a.offsetHeight/3,r.bottom+i>n.bottom?Cr(t,Math.min(a.offsetTop+a.clientHeight-t.offsetHeight+i,t.scrollHeight)):r.top-i<n.top&&Cr(t,Math.max(a.offsetTop-i,0)),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){var e=this.props,t=e.isSearchable,a=e.isMulti;this.announceAriaLiveContext({event:"input",context:{isSearchable:t,isMulti:a}}),this.onInputChange("",{action:"menu-close"}),this.props.onMenuClose()}},{key:"onInputChange",value:function(e,t){this.props.onInputChange(e,t)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(e){var t=this,a=this.state,n=a.selectValue,r=a.isFocused,i=this.buildMenuOptions(this.props,n),l=this.props,o=l.isMulti,s=l.tabSelectsValue,u="first"===e?0:i.focusable.length-1;if(!o){var c=i.focusable.indexOf(n[0]);c>-1&&(u=c)}this.scrollToFocusedOptionOnUpdate=!(r&&this.menuListRef),this.inputIsHiddenAfterUpdate=!1,this.setState({menuOptions:i,focusedValue:null,focusedOption:i.focusable[u]},(function(){t.onMenuOpen(),t.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:s}})}))}},{key:"focusValue",value:function(e){var t=this.props,a=t.isMulti,n=t.isSearchable,r=this.state,i=r.selectValue,l=r.focusedValue;if(a){this.setState({focusedOption:null});var o=i.indexOf(l);l||(o=-1,this.announceAriaLiveContext({event:"value"}));var s=i.length-1,u=-1;if(i.length){switch(e){case"previous":u=0===o?0:-1===o?s:o-1;break;case"next":o>-1&&o<s&&(u=o+1)}-1===u&&this.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:a}}),this.setState({inputIsHidden:-1!==u,focusedValue:i[u]})}}}},{key:"focusOption",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",t=this.props,a=t.pageSize,n=t.tabSelectsValue,r=this.state,i=r.focusedOption,l=r.menuOptions,o=l.focusable;if(o.length){var s=0,u=o.indexOf(i);i||(u=-1,this.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:n}})),"up"===e?s=u>0?u-1:o.length-1:"down"===e?s=(u+1)%o.length:"pageup"===e?(s=u-a)<0&&(s=0):"pagedown"===e?(s=u+a)>o.length-1&&(s=o.length-1):"last"===e&&(s=o.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:o[s],focusedValue:null}),this.announceAriaLiveContext({event:"menu",context:{isDisabled:$i(o[s]),tabSelectsValue:n}})}}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(qi):Xi(Xi({},qi),this.props.theme):qi}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,a=this.getStyles,n=this.getValue,r=this.setValue,i=this.selectOption,l=this.props,o=l.isMulti,s=l.isRtl,u=l.options;return{cx:t,clearValue:e,getStyles:a,getValue:n,hasValue:this.hasValue(),isMulti:o,isRtl:s,options:u,selectOption:i,setValue:r,selectProps:l,theme:this.getTheme()}}},{key:"getNextFocusedValue",value:function(e){if(this.clearFocusValueOnUpdate)return this.clearFocusValueOnUpdate=!1,null;var t=this.state,a=t.focusedValue,n=t.selectValue.indexOf(a);if(n>-1){if(e.indexOf(a)>-1)return a;if(n<e.length)return e[n]}return null}},{key:"getNextFocusedOption",value:function(e){var t=this.state.focusedOption;return t&&e.indexOf(t)>-1?t:e[0]}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.state.menuOptions.render.length}},{key:"countOptions",value:function(){return this.state.menuOptions.focusable.length}},{key:"isClearable",value:function(){var e=this.props,t=e.isClearable,a=e.isMulti;return void 0===t?a:t}},{key:"isOptionDisabled",value:function(e,t){return"function"==typeof this.props.isOptionDisabled&&this.props.isOptionDisabled(e,t)}},{key:"isOptionSelected",value:function(e,t){var a=this;if(t.indexOf(e)>-1)return!0;if("function"==typeof this.props.isOptionSelected)return this.props.isOptionSelected(e,t);var n=this.getOptionValue(e);return t.some((function(e){return a.getOptionValue(e)===n}))}},{key:"filterOption",value:function(e,t){return!this.props.filterOption||this.props.filterOption(e,t)}},{key:"formatOptionLabel",value:function(e,t){if("function"==typeof this.props.formatOptionLabel){var a=this.props.inputValue,n=this.state.selectValue;return this.props.formatOptionLabel(e,{context:t,inputValue:a,selectValue:n})}return this.getOptionLabel(e)}},{key:"formatGroupLabel",value:function(e){return this.props.formatGroupLabel(e)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"constructAriaLiveMessage",value:function(){var e=this.state,t=e.ariaLiveContext,a=e.selectValue,n=e.focusedValue,r=e.focusedOption,i=this.props,l=i.options,o=i.menuIsOpen,s=i.inputValue,u=i.screenReaderStatus,c=n?function(e){var t=e.focusedValue,a=e.selectValue;return"value ".concat((0,e.getOptionLabel)(t)," focused, ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedValue:n,getOptionLabel:this.getOptionLabel,selectValue:a}):"",d=r&&o?function(e){var t=e.focusedOption,a=e.options;return"option ".concat((0,e.getOptionLabel)(t)," focused").concat(t.isDisabled?" disabled":"",", ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedOption:r,getOptionLabel:this.getOptionLabel,options:l}):"",m=function(e){var t=e.inputValue;return"".concat(e.screenReaderMessage).concat(t?" for search term "+t:"",".")}({inputValue:s,screenReaderMessage:u({count:this.countOptions()})});return"".concat(c," ").concat(d," ").concat(m," ").concat(t)}},{key:"renderInput",value:function(){var e=this.props,t=e.isDisabled,a=e.isSearchable,r=e.inputId,i=e.inputValue,l=e.tabIndex,o=e.form,s=this.components.Input,u=this.state.inputIsHidden,c=r||this.getElementId("input"),d={"aria-autocomplete":"list","aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"]};if(!a)return n().createElement(Ai,re({id:c,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:wr,onFocus:this.onInputFocus,readOnly:!0,disabled:t,tabIndex:l,form:o,value:""},d));var m=this.commonProps,g=m.cx,f=m.theme,p=m.selectProps;return n().createElement(s,re({autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",cx:g,getStyles:this.getStyles,id:c,innerRef:this.getInputRef,isDisabled:t,isHidden:u,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,selectProps:p,spellCheck:"false",tabIndex:l,form:o,theme:f,type:"text",value:i},d))}},{key:"renderPlaceholderOrValue",value:function(){var e=this,t=this.components,a=t.MultiValue,r=t.MultiValueContainer,i=t.MultiValueLabel,l=t.MultiValueRemove,o=t.SingleValue,s=t.Placeholder,u=this.commonProps,c=this.props,d=c.controlShouldRenderValue,m=c.isDisabled,g=c.isMulti,f=c.inputValue,p=c.placeholder,h=this.state,v=h.selectValue,b=h.focusedValue,w=h.isFocused;if(!this.hasValue()||!d)return f?null:n().createElement(s,re({},u,{key:"placeholder",isDisabled:m,isFocused:w}),p);if(g){var y=v.map((function(t,o){var s=t===b;return n().createElement(a,re({},u,{components:{Container:r,Label:i,Remove:l},isFocused:s,isDisabled:m,key:"".concat(e.getOptionValue(t)).concat(o),index:o,removeProps:{onClick:function(){return e.removeValue(t)},onTouchEnd:function(){return e.removeValue(t)},onMouseDown:function(e){e.preventDefault(),e.stopPropagation()}},data:t}),e.formatOptionLabel(t,"value"))}));return y}if(f)return null;var x=v[0];return n().createElement(o,re({},u,{data:x,isDisabled:m}),this.formatOptionLabel(x,"value"))}},{key:"renderClearIndicator",value:function(){var e=this.components.ClearIndicator,t=this.commonProps,a=this.props,r=a.isDisabled,i=a.isLoading,l=this.state.isFocused;if(!this.isClearable()||!e||r||!this.hasValue()||i)return null;var o={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return n().createElement(e,re({},t,{innerProps:o,isFocused:l}))}},{key:"renderLoadingIndicator",value:function(){var e=this.components.LoadingIndicator,t=this.commonProps,a=this.props,r=a.isDisabled,i=a.isLoading,l=this.state.isFocused;return e&&i?n().createElement(e,re({},t,{innerProps:{"aria-hidden":"true"},isDisabled:r,isFocused:l})):null}},{key:"renderIndicatorSeparator",value:function(){var e=this.components,t=e.DropdownIndicator,a=e.IndicatorSeparator;if(!t||!a)return null;var r=this.commonProps,i=this.props.isDisabled,l=this.state.isFocused;return n().createElement(a,re({},r,{isDisabled:i,isFocused:l}))}},{key:"renderDropdownIndicator",value:function(){var e=this.components.DropdownIndicator;if(!e)return null;var t=this.commonProps,a=this.props.isDisabled,r=this.state.isFocused,i={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return n().createElement(e,re({},t,{innerProps:i,isDisabled:a,isFocused:r}))}},{key:"renderMenu",value:function(){var e=this,t=this.components,a=t.Group,r=t.GroupHeading,i=t.Menu,l=t.MenuList,o=t.MenuPortal,s=t.LoadingMessage,u=t.NoOptionsMessage,c=t.Option,d=this.commonProps,m=this.state,g=m.focusedOption,f=m.menuOptions,p=this.props,h=p.captureMenuScroll,v=p.inputValue,b=p.isLoading,w=p.loadingMessage,y=p.minMenuHeight,x=p.maxMenuHeight,E=p.menuIsOpen,D=p.menuPlacement,_=p.menuPosition,C=p.menuPortalTarget,k=p.menuShouldBlockScroll,S=p.menuShouldScrollIntoView,O=p.noOptionsMessage,N=p.onMenuScrollToTop,T=p.onMenuScrollToBottom;if(!E)return null;var A,P=function(t){var a=g===t.data;return t.innerRef=a?e.getFocusedOptionRef:void 0,n().createElement(c,re({},d,t,{isFocused:a}),e.formatOptionLabel(t.data,"menu"))};if(this.hasOptions())A=f.render.map((function(t){if("group"===t.type){t.type;var i=gr(t,["type"]),l="".concat(t.key,"-heading");return n().createElement(a,re({},d,i,{Heading:r,headingProps:{id:l,data:t.data},label:e.formatGroupLabel(t.data)}),t.options.map((function(e){return P(e)})))}if("option"===t.type)return P(t)}));else if(b){var M=w({inputValue:v});if(null===M)return null;A=n().createElement(s,d,M)}else{var L=O({inputValue:v});if(null===L)return null;A=n().createElement(u,d,L)}var I={minMenuHeight:y,maxMenuHeight:x,menuPlacement:D,menuPosition:_,menuShouldScrollIntoView:S},R=n().createElement(Ir,re({},d,I),(function(t){var a=t.ref,r=t.placerProps,o=r.placement,s=r.maxHeight;return n().createElement(i,re({},d,I,{innerRef:a,innerProps:{onMouseDown:e.onMenuMouseDown,onMouseMove:e.onMenuMouseMove},isLoading:b,placement:o}),n().createElement(zi,{isEnabled:h,onTopArrive:N,onBottomArrive:T},n().createElement(Gi,{isEnabled:k},n().createElement(l,re({},d,{innerRef:e.getMenuListRef,isLoading:b,maxHeight:s}),A))))}));return C||"fixed"===_?n().createElement(o,re({},d,{appendTo:C,controlElement:this.controlRef,menuPlacement:D,menuPosition:_}),R):R}},{key:"renderFormField",value:function(){var e=this,t=this.props,a=t.delimiter,r=t.isDisabled,i=t.isMulti,l=t.name,o=this.state.selectValue;if(l&&!r){if(i){if(a){var s=o.map((function(t){return e.getOptionValue(t)})).join(a);return n().createElement("input",{name:l,type:"hidden",value:s})}var u=o.length>0?o.map((function(t,a){return n().createElement("input",{key:"i-".concat(a),name:l,type:"hidden",value:e.getOptionValue(t)})})):n().createElement("input",{name:l,type:"hidden"});return n().createElement("div",null,u)}var c=o[0]?this.getOptionValue(o[0]):"";return n().createElement("input",{name:l,type:"hidden",value:c})}}},{key:"renderLiveRegion",value:function(){return this.state.isFocused?n().createElement(Ti,{"aria-live":"polite"},n().createElement("span",{id:"aria-selection-event"}," ",this.state.ariaLiveSelection),n().createElement("span",{id:"aria-context"}," ",this.constructAriaLiveMessage())):null}},{key:"render",value:function(){var e=this.components,t=e.Control,a=e.IndicatorsContainer,r=e.SelectContainer,i=e.ValueContainer,l=this.props,o=l.className,s=l.id,u=l.isDisabled,c=l.menuIsOpen,d=this.state.isFocused,m=this.commonProps=this.getCommonProps();return n().createElement(r,re({},m,{className:o,innerProps:{id:s,onKeyDown:this.onKeyDown},isDisabled:u,isFocused:d}),this.renderLiveRegion(),n().createElement(t,re({},m,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:u,isFocused:d,menuIsOpen:c}),n().createElement(i,re({},m,{isDisabled:u}),this.renderPlaceholderOrValue(),this.renderInput()),n().createElement(a,re({},m,{isDisabled:u}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}]),i}(t.Component);tl.defaultProps=Qi;t.Component;var al,nl,rl,il=(al=tl,rl=nl=function(e){xn(i,e);var t,a,r=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function i(){var e;bn(this,i);for(var t=arguments.length,a=new Array(t),n=0;n<t;n++)a[n]=arguments[n];return(e=r.call.apply(r,[this].concat(a))).select=void 0,e.state={inputValue:void 0!==e.props.inputValue?e.props.inputValue:e.props.defaultInputValue,menuIsOpen:void 0!==e.props.menuIsOpen?e.props.menuIsOpen:e.props.defaultMenuIsOpen,value:void 0!==e.props.value?e.props.value:e.props.defaultValue},e.onChange=function(t,a){e.callProp("onChange",t,a),e.setState({value:t})},e.onInputChange=function(t,a){var n=e.callProp("onInputChange",t,a);e.setState({inputValue:void 0!==n?n:t})},e.onMenuOpen=function(){e.callProp("onMenuOpen"),e.setState({menuIsOpen:!0})},e.onMenuClose=function(){e.callProp("onMenuClose"),e.setState({menuIsOpen:!1})},e}return yn(i,[{key:"focus",value:function(){this.select.focus()}},{key:"blur",value:function(){this.select.blur()}},{key:"getProp",value:function(e){return void 0!==this.props[e]?this.props[e]:this.state[e]}},{key:"callProp",value:function(e){if("function"==typeof this.props[e]){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),r=1;r<a;r++)n[r-1]=arguments[r];return(t=this.props)[e].apply(t,n)}}},{key:"render",value:function(){var e=this,t=this.props,a=(t.defaultInputValue,t.defaultMenuIsOpen,t.defaultValue,gr(t,["defaultInputValue","defaultMenuIsOpen","defaultValue"]));return n().createElement(al,re({},a,{ref:function(t){e.select=t},inputValue:this.getProp("inputValue"),menuIsOpen:this.getProp("menuIsOpen"),onChange:this.onChange,onInputChange:this.onInputChange,onMenuClose:this.onMenuClose,onMenuOpen:this.onMenuOpen,value:this.getProp("value")}))}}]),i}(t.Component),nl.defaultProps={defaultInputValue:"",defaultMenuIsOpen:!1,defaultValue:null},rl),ll=il,ol={Default:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Arial:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Georgia:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Helvetica:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},"Times New Roman":{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},ABeeZee:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Abel:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Abhaya Libre":{v:["regular","500","600","700","800"],subset:["latin-ext","sinhala","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Abril Fatface":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aclonica:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Acme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Actor:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Adamina:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Advent Pro":{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","greek","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Aguafina Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Akronim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aladin:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aldrich:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Alef:{v:["regular","700"],subset:["hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Alegreya:{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya SC":{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans SC":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alex Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Alfa Slab One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Alice:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Alike:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Alike Angular":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allan:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Allerta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Allerta Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allura:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Almendra:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Almendra Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Almendra SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amarante:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Amaranth:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Amatic SC":{v:["regular","700"],subset:["cyrillic","latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Amethysta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amiko:{v:["regular","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","600","700"],i:["normal"]},Amiri:{v:["regular","italic","700","700italic"],subset:["latin-ext","arabic","latin"],weight:["Default","400","700"],i:["normal","italic"]},Amita:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Anaheim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andada:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andika:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Angkor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Annie Use Your Telescope":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Anonymous Pro":{v:["regular","italic","700","700italic"],subset:["cyrillic","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Antic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Didone":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Anton:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Arapey:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Arbutus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Arbutus Slab":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Architects Daughter":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Archivo:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Archivo Black":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Archivo Narrow":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Aref Ruqaa":{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},"Arima Madurai":{v:["100","200","300","regular","500","700","800","900"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","100","200","300","400","500","700","800","900"],i:["normal"]},Arimo:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Arizonia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Armata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Arsenal:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Artifika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Arvo:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Arya:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Asap:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Asap Condensed":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Asar:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Asset:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Assistant:{v:["200","300","regular","600","700","800"],subset:["hebrew","latin"],weight:["Default","200","300","400","600","700","800"],i:["normal"]},Astloch:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Asul:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Athiti:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Atma:{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Atomic Age":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Aubrey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Audiowide:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Autour One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Average:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Average Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Gruesa Libre":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Sans Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Serif Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Bad Script":{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Bahiana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Baloo:{v:["regular"],subset:["latin-ext","devanagari","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhai":{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaijaan":{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaina":{v:["regular"],subset:["latin-ext","oriya","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Chettan":{v:["regular"],subset:["malayalam","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Da":{v:["regular"],subset:["latin-ext","vietnamese","bengali","latin"],weight:["Default","400"],i:["normal"]},"Baloo Paaji":{v:["regular"],subset:["latin-ext","gurmukhi","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Tamma":{v:["regular"],subset:["latin-ext","vietnamese","latin","kannada"],weight:["Default","400"],i:["normal"]},"Baloo Tammudu":{v:["regular"],subset:["latin-ext","telugu","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Thambi":{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Balthazar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bangers:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Barlow:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Semi Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Barrio:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Basic:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Battambang:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Baumans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bayon:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Belgrano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bellefair:{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Belleza:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BenchNine:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},Bentham:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Berkshire Swash":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bevan:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bigelow Rules":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bigshot One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bilbo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bilbo Swash Caps":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BioRhyme:{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},"BioRhyme Expanded":{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},Biryani:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Bitter:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Black And White Picture":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Han Sans":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Ops One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bokor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Bonbon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Boogaloo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Brawler:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bree Serif":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubblegum Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubbler One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Buda:{v:["300"],subset:["latin"],weight:["Default","300"],i:[]},Buenard:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Bungee:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Hairline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Inline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Outline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Shade":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Butcherman:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Butterfly Kids":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cabin:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Cabin Condensed":{v:["regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Cabin Sketch":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Caesar Dressing":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cagliostro:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cairo:{v:["200","300","regular","600","700","900"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal"]},Calligraffitti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cambay:{v:["regular","italic","700","700italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal","italic"]},Cambo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Candal:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cantarell:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cantata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cantora One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Capriola:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cardo:{v:["regular","italic","700"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Carme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carter One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Catamaran:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","tamil","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Caudex:{v:["regular","italic","700","700italic"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Caveat:{v:["regular","700"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Caveat Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cedarville Cursive":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ceviche One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Changa:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Changa One":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Chango:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chathura:{v:["100","300","regular","700","800"],subset:["telugu","latin"],weight:["Default","100","300","400","700","800"],i:["normal"]},"Chau Philomene One":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Chela One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Chelsea Market":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chenla:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Cherry Cream Soda":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Cherry Swash":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Chewy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Chicle:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chivo:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},Chonburi:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Cinzel:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Cinzel Decorative":{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},"Clicker Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Coda:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},"Coda Caption":{v:["800"],subset:["latin-ext","latin"],weight:["Default","800"],i:[]},Codystar:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Coiny:{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Combo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Comfortaa:{v:["300","regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal"]},"Coming Soon":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Concert One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Condiment:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Content:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Contrail One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Convergence:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cookie:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Copse:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Corben:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Cormorant:{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Garamond":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Infant":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant SC":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Unicase":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Upright":{v:["300","regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Courgette:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cousine:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Coustard:{v:["regular","900"],subset:["latin"],weight:["Default","400","900"],i:["normal"]},"Covered By Your Grace":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crafty Girls":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Creepster:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crete Round":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Crimson Text":{v:["regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","600","700"],i:["normal","italic"]},"Croissant One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Crushed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cuprum:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cute Font":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Cutive:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cutive Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Damion:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Dancing Script":{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Dangrek:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"David Libre":{v:["regular","500","700"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","500","700"],i:["normal"]},"Dawning of a New Day":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Days One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dekko:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Delius:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Unicase":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Della Respira":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Denk One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Devonshire:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dhurjati:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Didact Gothic":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Diplomata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Diplomata SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Do Hyeon":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Dokdo:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Domine:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Donegal One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Doppio One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dorsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dosis:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Dr Sugiyama":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Duru Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dynalight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"EB Garamond":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},"Eagle Lake":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"East Sea Dokdo":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Eater:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Economica:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Eczar:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"El Messiri":{v:["regular","500","600","700"],subset:["cyrillic","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Electrolize:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Elsie:{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Elsie Swash Caps":{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Emblema One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Emilys Candy":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Encode Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Engagement:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Englebert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Enriqueta:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Erica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Esteban:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Euphoria Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ewert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Exo:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Exo 2":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Expletus Sans":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Fanwood Text":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Farsan:{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Fascinate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fascinate Inline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Faster One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fasthand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Fauna One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Faustina:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Federant:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Federo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Felipa:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Fenix:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Finger Paint":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fira Mono":{v:["regular","500","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","500","700"],i:["normal"]},"Fira Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Extra Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fjalla One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fjord One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Flamenco:{v:["300","regular"],subset:["latin"],weight:["Default","300","400"],i:["normal"]},Flavors:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fondamento:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Fontdiner Swanky":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Forum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Francois One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Frank Ruhl Libre":{v:["300","regular","500","700","900"],subset:["latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal"]},"Freckle Face":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fredericka the Great":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fredoka One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Freehand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Fresca:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Frijole:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fruktur:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fugaz One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"GFS Didot":{v:["regular"],subset:["greek"],weight:["Default","400"],i:["normal"]},"GFS Neohellenic":{v:["regular","italic","700","700italic"],subset:["greek"],weight:["Default","400","700"],i:["normal","italic"]},Gabriela:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Gaegu:{v:["300","regular","700"],subset:["korean","latin"],weight:["Default","300","400","700"],i:["normal"]},Gafata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Galada:{v:["regular"],subset:["bengali","latin"],weight:["Default","400"],i:["normal"]},Galdeano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Galindo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gamja Flower":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Gentium Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Gentium Book Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Geo:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Geostar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Geostar Fill":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Germania One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gidugu:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Gilda Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Give You Glory":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Glass Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Glegoo:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Gloria Hallelujah":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Goblin One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Gochi Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gorditas:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Gothic A1":{v:["100","200","300","regular","500","600","700","800","900"],subset:["korean","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Goudy Bookletter 1911":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Graduate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Grand Hotel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gravitas One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Great Vibes":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Griffy:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gruppo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gudea:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Gugi:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Gurajada:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Habibi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Halant:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hammersmith One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Hanalei:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hanalei Fill":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Handlee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Hanuman:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Happy Monkey":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Harmattan:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Headland One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Heebo:{v:["100","300","regular","500","700","800","900"],subset:["hebrew","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"Henny Penny":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Herr Von Muellerhoff":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hi Melody":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Hind:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Guntur":{v:["300","regular","500","600","700"],subset:["latin-ext","telugu","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Madurai":{v:["300","regular","500","600","700"],subset:["latin-ext","tamil","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Siliguri":{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Vadodara":{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Holtwood One SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Homemade Apple":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Homenaje:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IBM Plex Mono":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Serif":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IM Fell DW Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell DW Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Double Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Double Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell English":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell English SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell French Canon":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell French Canon SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Great Primer":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Great Primer SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceberg:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceland:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Imprima:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Inconsolata:{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Inder:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Indie Flower":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Inika:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Inknut Antiqua":{v:["300","regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700","800","900"],i:["normal"]},"Irish Grover":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Istok Web":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Italiana:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Italianno:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Itim:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jaldi:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Jim Nightshade":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jockey One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jolly Lodger":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jomhuria:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Josefin Sans":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Josefin Slab":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Joti One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jua:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Judson:{v:["regular","italic","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Julee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Julius Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Junge:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jura:{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Just Another Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Just Me Again Down Here":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kadwa:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Kalam:{v:["300","regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","700"],i:["normal"]},Kameron:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Kanit:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Kantumruy:{v:["300","regular","700"],subset:["khmer"],weight:["Default","300","400","700"],i:["normal"]},Karla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Karma:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Katibeh:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Kaushan Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kavivanar:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},Kavoon:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kdam Thmor":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Keania One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kelly Slab":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kenia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Khand:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Khmer:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Khula:{v:["300","regular","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","600","700","800"],i:["normal"]},"Kirang Haerang":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Kite One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Knewave:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kosugi:{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kosugi Maru":{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kotta One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Koulen:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Kranky:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Kreon:{v:["300","regular","700"],subset:["latin"],weight:["Default","300","400","700"],i:["normal"]},Kristi:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Krona One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kumar One":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},"Kumar One Outline":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Kurale:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"La Belle Aurore":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Laila:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Lakki Reddy":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Lalezar:{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Lancelot:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lateef:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},Lato:{v:["100","100italic","300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","300","400","700","900"],i:["normal","italic"]},"League Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Leckerli One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ledger:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lekton:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Lemon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lemonada:{v:["300","regular","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Libre Barcode 128":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 128 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Baskerville":{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Libre Franklin":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Life Savers":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Lilita One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Lily Script One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Limelight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Linden Hill":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Lobster:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Lobster Two":{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Londrina Outline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Sketch":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Solid":{v:["100","300","regular","900"],subset:["latin"],weight:["Default","100","300","400","900"],i:["normal"]},Lora:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Love Ya Like A Sister":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Loved by the King":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Lovers Quarrel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Luckiest Guy":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lusitana:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Lustria:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"M PLUS 1p":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"M PLUS Rounded 1c":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},Macondo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Macondo Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mada:{v:["200","300","regular","500","600","700","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},Magra:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Maiden Orange":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Maitree:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Mako:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mallanna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Mandali:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Manuale:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Marcellus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marcellus SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marck Script":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Margarine:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Markazi Text":{v:["regular","500","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Marko One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Marmelad:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Martel:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},"Martel Sans":{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Marvel:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Mate:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"Mate SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Maven Pro":{v:["regular","500","700","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","700","900"],i:["normal"]},McLaren:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Meddon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},MedievalSharp:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Medula One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meera Inimai":{v:["regular"],subset:["tamil","latin"],weight:["Default","400"],i:["normal"]},Megrim:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meie Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Merienda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Merienda One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Merriweather:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},"Merriweather Sans":{v:["300","300italic","regular","italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","800"],i:["normal","italic"]},Metal:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Metal Mania":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metamorphous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metrophobic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Michroma:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Milonga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Miltonian:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miltonian Tattoo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mina:{v:["regular","700"],subset:["latin-ext","bengali","latin"],weight:["Default","400","700"],i:["normal"]},Miniver:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miriam Libre":{v:["regular","700"],subset:["latin-ext","hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Mirza:{v:["regular","500","600","700"],subset:["latin-ext","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Miss Fajardose":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mitr:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Modak:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"Modern Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mogra:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Molengo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Molle:{v:["italic"],subset:["latin-ext","latin"],weight:["Default"],i:["italic"]},Monda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Monofett:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Monoton:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Monsieur La Doulaise":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Montaga:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montez:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montserrat:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Alternates":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Subrayada":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Moul:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Moulpali:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Mountains of Christmas":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Mouse Memoirs":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Bedfort":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Dafoe":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr De Haviland":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Saint Delafield":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Sheppards":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mukta:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Mahee":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gurmukhi","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Malar":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","tamil","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Vaani":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gujarati","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},Muli:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Mystery Quest":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},NTR:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Nanum Brush Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Nanum Gothic":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Gothic Coding":{v:["regular","700"],subset:["korean","latin"],weight:["Default","400","700"],i:["normal"]},"Nanum Myeongjo":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Pen Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Neucha:{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Neuton:{v:["200","300","regular","italic","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal","italic"]},"New Rocker":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"News Cycle":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Niconne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nixie One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nobile:{v:["regular","italic","500","500italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","700"],i:["normal","italic"]},Nokora:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Norican:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Nosifer:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nothing You Could Do":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Noticia Text":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","devanagari","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans JP":{v:["100","300","regular","500","700","900"],subset:["japanese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Sans KR":{v:["100","300","regular","500","700","900"],subset:["korean","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Serif JP":{v:["200","300","regular","500","600","700","900"],subset:["japanese","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Noto Serif KR":{v:["200","300","regular","500","600","700","900"],subset:["korean","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Nova Cut":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Flat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Mono":{v:["regular"],subset:["greek","latin"],weight:["Default","400"],i:["normal"]},"Nova Oval":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Round":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Slim":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Square":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Numans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nunito:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Nunito Sans":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Odor Mean Chey":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Offside:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Old Standard TT":{v:["regular","italic","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Oldenburg:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Oleo Script":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Oleo Script Swash Caps":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Open Sans":{v:["300","300italic","regular","italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","600","700","800"],i:["normal","italic"]},"Open Sans Condensed":{v:["300","300italic","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","700"],i:[]},Oranienbaum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Orbitron:{v:["regular","500","700","900"],subset:["latin"],weight:["Default","400","500","700","900"],i:["normal"]},Oregano:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Orienta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Original Surfer":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oswald:{v:["200","300","regular","500","600","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Over the Rainbow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Overlock:{v:["regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Overlock SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Overpass:{v:["100","100italic","200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","600","700","800","900"],i:["normal","italic"]},"Overpass Mono":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Ovo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oxygen:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},"Oxygen Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Mono":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Sans Caption":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Sans Narrow":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Serif Caption":{v:["regular","italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Pacifico:{v:["regular"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Padauk:{v:["regular","700"],subset:["myanmar","latin"],weight:["Default","400","700"],i:["normal"]},Palanquin:{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Palanquin Dark":{v:["regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Pangolin:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Paprika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Parisienne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passero One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passion One":{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Pathway Gothic One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand SC":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Pattaya:{v:["regular"],subset:["cyrillic","latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patua One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Pavanam:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},"Paytone One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Peddana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Peralta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Permanent Marker":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Petit Formal Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Petrona:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Philosopher:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Piedra:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Pinyon Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pirata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Plaster:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Play:{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Playball:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Playfair Display":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Playfair Display SC":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},Podkova:{v:["regular","500","600","700","800"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Poiret One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poller One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Poly:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Pompiere:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pontano Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poor Story":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Poppins:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Port Lligat Sans":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Port Lligat Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pragati Narrow":{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Prata:{v:["regular"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Preahvihear:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Press Start 2P":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Pridi:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Princess Sofia":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Prociono:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Prompt:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Prosto One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Proza Libre":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},Puritan:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Purple Purse":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quando:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quantico:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Quattrocento:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Quattrocento Sans":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Questrial:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Quicksand:{v:["300","regular","500","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","700"],i:["normal"]},Quintessential:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Qwigley:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Racing Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Radley:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rajdhani:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rakkas:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},Raleway:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Raleway Dots":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ramabhadra:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Ramaraja:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Rambla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Rammetto One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ranchers:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rancho:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ranga:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Rasa:{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rationale:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ravi Prakash":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Redressed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Reem Kufi":{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Reenie Beanie":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Revalia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rhodium Libre":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Ribeye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ribeye Marrow":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Righteous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Risque:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Roboto:{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal","italic"]},"Roboto Condensed":{v:["300","300italic","regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Roboto Mono":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700"],i:["normal","italic"]},"Roboto Slab":{v:["100","300","regular","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","700"],i:["normal"]},Rochester:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rock Salt":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Rokkitt:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Romanesco:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ropa Sans":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rosario:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Rosarivo:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Rouge Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rozha One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Rubik:{v:["300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal","italic"]},"Rubik Mono One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruda:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},Rufina:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Ruge Boogie":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruluko:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rum Raisin":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ruslan Display":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Russo One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruthie:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sacramento:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sahitya:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sail:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Saira:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Extra Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Salsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sanchez:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Sancreek:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sansita:{v:["regular","italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","800","900"],i:["normal","italic"]},Sarala:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sarina:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sarpanch:{v:["regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800","900"],i:["normal"]},Satisfy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Gothic":{v:["regular"],subset:["cyrillic","japanese","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Mincho":{v:["regular"],subset:["japanese","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Scada:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Scheherazade:{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},Schoolbell:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Scope One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seaweed Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Secular One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave Display":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Sevillana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seymour One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light Two":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Shanti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Share:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Share Tech":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Share Tech Mono":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shojumaru:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Short Stack":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shrikhand:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Siemreap:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Sigmar One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Signika:{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Signika Negative":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Simonetta:{v:["regular","italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal","italic"]},Sintony:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Sirin Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Six Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Skranji:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Slabo 13px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Slabo 27px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Slackey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smokum:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smythe:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sniglet:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},Snippet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Snowburst One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sofadi One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sofia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Song Myung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sonsie One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sorts Mill Goudy":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Source Code Pro":{v:["200","300","regular","500","600","700","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Source Sans Pro":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Source Serif Pro":{v:["regular","600","700"],subset:["latin-ext","latin"],weight:["Default","400","600","700"],i:["normal"]},"Space Mono":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Special Elite":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spectral:{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spectral SC":{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spicy Rice":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spinnaker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Spirax:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Squada One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sree Krushnadevaraya":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Sriracha:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Stalemate:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stalinist One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stardos Stencil":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Stint Ultra Condensed":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stint Ultra Expanded":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Stoke:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Strait:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Stylish:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sue Ellen Francisco":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Suez One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Sumana:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sunflower:{v:["300","500","700"],subset:["korean","latin"],weight:["Default","300","500","700"],i:[]},Sunshiney:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Supermercado One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sura:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Suranna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suravaram:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suwannaphum:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Swanky and Moo Moo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Syncopate:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Tajawal:{v:["200","300","regular","500","700","800","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","700","800","900"],i:["normal"]},Tangerine:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Taprom:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Tauri:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Taviraj:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Teko:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Telex:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tenali Ramakrishna":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Tenor Sans":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Text Me One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"The Girl Next Door":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Tienne:{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},Tillana:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},Timmana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Tinos:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Titan One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Titillium Web":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Trade Winds":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Trirong:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Trocchi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Trochut:{v:["regular","italic","700"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Trykker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tulpen One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ubuntu:{v:["300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","300","400","500","700"],i:["normal","italic"]},"Ubuntu Condensed":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},"Ubuntu Mono":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Ultra:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Uncial Antiqua":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Underdog:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Unica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},UnifrakturCook:{v:["700"],subset:["latin"],weight:["Default","700"],i:[]},UnifrakturMaguntia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unkempt:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Unlock:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unna:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},VT323:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vampiro One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Varela:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Varela Round":{v:["regular"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vast Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Vesper Libre":{v:["regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","700","900"],i:["normal"]},Vibur:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Vidaloka:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Viga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Voces:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Volkhov:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Vollkorn:{v:["regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal","italic"]},"Vollkorn SC":{v:["regular","600","700","900"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal"]},Voltaire:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Waiting for the Sunrise":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Wallpoet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Walter Turncoat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Warnes:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Wellfleet:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wendy One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wire One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Work Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Yanone Kaffeesatz":{v:["200","300","regular","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","700"],i:["normal"]},Yantramanav:{v:["100","300","regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Yatra One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Yellowtail:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Yeon Sung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Yeseva One":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Yesteryear:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Yrsa:{v:["300","regular","500","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Zeyada:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Zilla Slab":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Zilla Slab Highlight":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Sora:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800"],i:["normal","bold"]},"DM Sans":{v:["regular"],subset:["latin"],weight:["Default","400","500","700"],i:["normal","bold","italic"]},"DM Serif Display":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"DM Serif Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Inter:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]}};function sl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var ul=()=>{const t=Ca(),a=Na((e=>e.enableSelectedFontFamilies)),n=Na((e=>e.selectedFontFamilies)),r="disabled"!==a,i=[],l=uag_admin_react.spectra_custom_fonts;return Object.keys(ol).map((e=>{"Default"!==e&&i.push({value:e,label:e})})),Object.keys(l).map((e=>{"Default"!==e&&i.push({value:e,label:e})})),(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Allow Only Selected Fonts","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:r,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_SELECTED_FONT_FAMILIES",payload:e});const n=new window.FormData;n.append("action","uag_load_select_font_globally"),n.append("security",uag_react.load_select_font_globally_nonce),n.append("value",e),Aa()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:sl(r?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:sl(r?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Spectra offers 700+ Google font options. If this is overwhelming for your clients, you can use this option to show only limited number of fonts in the block settings.","ultimate-addons-for-gutenberg")),(0,e.createElement)(ll,{isMulti:!0,placeholder:(0,Ze.__)("Select the font families you want"),defaultValue:n,onChange:e=>(e=>{if("enabled"===a){t({type:"UPDATE_SELECTED_FONT_FAMILIES",payload:e});const a="uag_select_font_globally",n=uag_react.select_font_globally_nonce,r=new window.FormData;r.append("action",a),r.append("security",n),r.append("value",JSON.stringify(e)),Aa()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}})(e),options:i,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),multiValue:e=>({...e,marging:"0",borderRadius:"0.25rem",backgroundColor:"#e2e8f0"}),multiValueLabel:e=>({...e,color:"#64748b"}),multiValueRemove:e=>({...e,color:"#64748b","&:hover":{color:"#ef4444",backgroundColor:"#e2e8f0"}})},components:{IndicatorSeparator:()=>null}}))};function cl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var dl=()=>{const t=Ca(),a=Na((e=>e.enableLoadFontsLocally)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flextext-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Load Google Fonts Locally","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_LOAD_FONTS_LOCALLY",payload:e});const n=new window.FormData;n.append("action","uag_load_gfonts_locally"),n.append("security",uag_react.load_gfonts_locally_nonce),n.append("value",e),Aa()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:cl(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:cl(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Enable this option to download Google fonts and save them on your server. This can be great for improving speed of your website and to comply with GDPR laws.","ultimate-addons-for-gutenberg")))};function ml(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var gl=()=>{const t=Ca(),a=Na((e=>e.enableLoadFontsLocally)),n=Na((e=>e.enablePreloadLocalFonts)),r="disabled"!==n;return(0,e.createElement)("section",{className:`uag-font-select-${a} block border-b border-solid border-slate-200 px-12 py-8 justify-between`},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Preload Local Fonts","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:r,onChange:()=>{let e;e="disabled"===n?"enabled":"disabled",t({type:"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS",payload:e});const a=new window.FormData;a.append("action","uag_preload_local_fonts"),a.append("security",uag_react.preload_local_fonts_nonce),a.append("value",e),Aa()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:ml(r?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:ml(r?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("This option will load the font files right away on page load. Preloading Local Fonts can speeds up your website even further.","ultimate-addons-for-gutenberg")))};function fl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var pl=()=>{const t=Ca(),a=Na((e=>e.enableCollapsePanels)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Collapse Panels","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_COLLAPSE_PANELS",payload:e});const n=new window.FormData;n.append("action","uag_collapse_panels"),n.append("security",uag_react.collapse_panels_nonce),n.append("value",e),Aa()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:fl(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:fl(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)('Enable the "Collapse Panels" option if you want to Collapse all other Panels in your Blocks Settings except for the one which is clicked This way you have only one Panel of Settings in front of you to Focus on.',"ultimate-addons-for-gutenberg")))};function hl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var vl=()=>{const t=Ca(),a=Na((e=>e.enableCopyPasteStyles)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Copy Paste Styles","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_COPY_PASTE_STYLES",payload:e});const n=new window.FormData;n.append("action","uag_copy_paste"),n.append("security",uag_react.copy_paste_nonce),n.append("value",e),Aa()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:hl(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:hl(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)('Enable the "Copy Paste Styles" option to have the ability to copy & paste Spectra & Core Gutenberg Blocks Styles.',"ultimate-addons-for-gutenberg")))};function bl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}function wl(){var t,a,r;const i=Ca(),l=Na((e=>e.social)),o=!!l&&l.socialRegister,s=l?l.googleClientId:"",u=l?l.facebookAppId:"",c=l?l.facebookAppSecret:"",d=(e,t)=>{i({type:e,payload:t});const a=new window.FormData;switch(a.append("action","uag_social"),a.append("security",uag_react.social_nonce),e){case"UPDATE_SOCIAL_REGISTER":a.append("socialRegister",t);break;case"UPDATE_GOOGLE_CLIENT_ID":a.append("googleClientId",t);break;case"UPDATE_FACEBOOK_APP_ID":a.append("facebookAppId",t);break;case"UPDATE_FACEBOOK_APP_SECRET":a.append("facebookAppSecret",t)}Aa()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{i({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},m=(null===(t=uag_react)||void 0===t||!t.is_allow_registration)&&"section-disabled";return(0,e.createElement)(n().Fragment,null,(0,e.createElement)("section",{className:`flex border-b border-solid border-slate-200 px-12 py-8 justify-between ${m}`},(0,e.createElement)("div",{className:"pr-16 w-[78%]"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Social Login Auto Register","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,Ze.__)("Enabling this setting will automatically register the users via Google/Facebook.","ultimate-addons-for-gutenberg")),m&&(0,e.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,Ze.__)('Make sure "Anyone can register" is enabled in General > Settings > Membership to use this feature.',"ultimate-addons-for-gutenberg"))),(0,e.createElement)("div",null,(0,e.createElement)(Wa,{checked:!(null===(a=uag_react)||void 0===a||!a.is_allow_registration)&&o,onChange:()=>d("UPDATE_SOCIAL_REGISTER",!o),className:bl(null!==(r=uag_react)&&void 0!==r&&r.is_allow_registration&&o?"bg-spectra":"bg-gray-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:bl(o?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))),(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8"},(0,e.createElement)("div",{className:"pb-4"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Social Login/Register - Google Client ID","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,Ze.__)("Note: This setting is required if you wish to use Login with Google on your website. Read","ultimate-addons-for-gutenberg")," ",(0,e.createElement)("a",{href:"https://wpspectra.com/"},(0,Ze.__)("this article","ultimate-addons-for-gutenberg")),"."),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm"},(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://ultimateelementor.com/docs/create-google-client-id-for-login-form-widget/?utm_source=uael-pro-dashboard&utm_medium=uael-menu-page&utm_campaign=uael-pro-plugin",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Get Keys","ultimate-addons-for-gutenberg")),(0,Ze.__)(" | ","ultimate-addons-for-gutenberg"),(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://ultimateelementor.com/docs/create-google-client-id-for-login-form-widget/?utm_source=uael-pro-dashboard&utm_medium=uael-menu-page&utm_campaign=uael-pro-plugin",target:"_blank",rel:"noreferrer"},(0,Ze.__)(" Documentation","ultimate-addons-for-gutenberg")))),(0,e.createElement)("div",null,(0,e.createElement)("label",{htmlFor:"google-client-id",className:"block text-gray-900 text-sm font-medium"},(0,Ze.__)("Google Client ID","ultimate-addons-for-gutenberg")),(0,e.createElement)("input",{id:"google-client-id",className:"mt-3 w-9/12 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",type:"text",name:"google-client-id",value:s||"",onChange:e=>d("UPDATE_GOOGLE_CLIENT_ID",e.target.value)}))),(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8"},(0,e.createElement)("div",{className:"pb-4"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Social Login/Register - Facebook App Details","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,Ze.__)("Note: This setting is required if you wish to use Login with Facebook on your website. Need help to get Facebook App Details? Read","ultimate-addons-for-gutenberg")," ",(0,e.createElement)("a",{href:"https://ultimateelementor.com/docs/create-facebook-app-id-for-login-form-widget/?utm_source=uael-pro-dashboard&utm_medium=uael-menu-page&utm_campaign=uael-pro-plugin"},(0,Ze.__)("this article","ultimate-addons-for-gutenberg")),"."),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm"},(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://ultimateelementor.com/docs/create-facebook-app-id-for-login-form-widget/?utm_source=uael-pro-dashboard&utm_medium=uael-menu-page&utm_campaign=uael-pro-plugin",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Get Keys","ultimate-addons-for-gutenberg")),(0,Ze.__)(" | ","ultimate-addons-for-gutenberg"),(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://ultimateelementor.com/docs/create-facebook-app-id-for-login-form-widget/?utm_source=uael-pro-dashboard&utm_medium=uael-menu-page&utm_campaign=uael-pro-plugin",target:"_blank",rel:"noreferrer"},(0,Ze.__)(" Documentation","ultimate-addons-for-gutenberg")))),(0,e.createElement)("div",{className:"pb-4"},(0,e.createElement)("label",{htmlFor:"facebook-app-id",className:"block text-gray-900 text-sm font-medium"},(0,Ze.__)("Facebook App Details","ultimate-addons-for-gutenberg")),(0,e.createElement)("input",{id:"facebook-app-id",className:"mt-3 w-9/12 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",type:"text",name:"facebook-app-id",value:u||"",onChange:e=>d("UPDATE_FACEBOOK_APP_ID",e.target.value)})),(0,e.createElement)("div",{className:"pb-4"},(0,e.createElement)("label",{htmlFor:"facebook-app-id",className:"block text-gray-900 text-sm font-medium"},(0,Ze.__)("Facebook App Secret Key","ultimate-addons-for-gutenberg")),(0,e.createElement)("input",{id:"facebook-app-id",className:"mt-3 w-9/12 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",type:"text",name:"facebook-app-secret",value:c||"",onChange:e=>d("UPDATE_FACEBOOK_APP_SECRET",e.target.value)}))))}function yl(){const t=Ca(),a=Na((e=>e.dynamicContentMode)),r=e=>{t({type:"UPDATE_DYNAMIC_CONTENT_MODE",payload:e.target.value});const a=new window.FormData;a.append("action","uag_dynamic_content_mode"),a.append("security",uag_react.dynamic_content_mode_nonce),a.append("value",e.target.value),Aa()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))};return(0,e.createElement)(n().Fragment,null,(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("section",{className:"flex items-start"},(0,e.createElement)("div",{className:"pr-16 w-[78%]"},(0,e.createElement)("h3",{className:"text-lg leading-6 font-medium text-gray-900"},(0,Ze.__)("Dynamic Content","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-[0.6rem] text-sm "},(0,Ze.__)("Choose how you want to display dynamic content settings","ultimate-addons-for-gutenberg"))),(0,e.createElement)("div",{className:"mt-1.5"},(0,e.createElement)("div",{className:"flex flex-row gap-[2.50rem] justify-center"},(0,e.createElement)("div",{className:"form-check flex justify-center items-center"},(0,e.createElement)("input",{className:"uag-radio-input form-check-input appearance-none rounded-full h-1.25rem w-1.25rem border border-bg-spectra bg-white checked:bg-spectra checked:bg-spectra focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left cursor-pointer",type:"radio",name:"dynamic_content_mode",value:"popup",onChange:r,id:"dynamic-content-popup",checked:"popup"===a}),(0,e.createElement)("label",{className:"form-check-label inline-block text-gray-800 ml-1 -mt-0.5",htmlFor:"dynamic-content-popup"},(0,Ze.__)("Popup","ultimate-addons-for-gutenberg"))),(0,e.createElement)("div",{className:"form-check flex justify-center items-center"},(0,e.createElement)("input",{className:"uag-radio-input form-check-input appearance-none rounded-full h-1.25rem w-1.25rem border border-bg-spectra bg-white checked:bg-spectra checked:bg-spectra focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left cursor-pointer",type:"radio",name:"dynamic_content_mode",value:"sidebar",onChange:r,id:"dynamic-content-sidebar",checked:"sidebar"===a}),(0,e.createElement)("label",{className:"form-check-label inline-block text-gray-800 ml-1 -mt-0.5",htmlFor:"dynamic-content-sidebar"},(0,Ze.__)("Sidebar","ultimate-addons-for-gutenberg"))))))))}yl.propTypes={},yl.defaultProps={};var xl=()=>{const t=Ca(),a=Na((e=>e.contentWidth));return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Default Content Width","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,e.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:a,onChange:e=>{const a=e.target.value;t({type:"UPDATE_CONTENT_WIDTH",payload:a});const n=new window.FormData;n.append("action","uag_content_width"),n.append("security",uag_react.content_width_nonce),n.append("value",a),Aa()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},type:"number",placeholder:"1140",min:0,max:1600}),(0,e.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,Ze.__)("px","ultimate-addons-for-gutenberg")))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("This setting will apply to Container Block's default Content Width.","ultimate-addons-for-gutenberg")),"Spectra"!==uag_react.uag_content_width_set_by&&(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500 italic"},(0,Ze.__)(`The current Content width is applied from ${uag_react.uag_content_width_set_by}.`,"ultimate-addons-for-gutenberg")))},El=()=>{const t=Ca(),a=Na((e=>e.blocksEditorSpacing));return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Blocks Editor Spacing","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,e.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:a,onChange:e=>{const a=e.target.value;t({type:"UPDATE_BLOCKS_EDITOR_SPACING",payload:a});const n=new window.FormData;n.append("action","uag_blocks_editor_spacing"),n.append("security",uag_react.blocks_editor_spacing_nonce),n.append("value",a),Aa()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},type:"number",placeholder:"0",min:0,max:100}),(0,e.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,Ze.__)("px","ultimate-addons-for-gutenberg")))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("This setting will apply spacing in between all blocks inside block editor.","ultimate-addons-for-gutenberg")))};function Dl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var _l=()=>{const a=Ca(),[n,r]=(0,t.useState)([]),[i,l]=(0,t.useState)(!1),o=Na((e=>e.enableComingSoonMode)),s=Na((e=>e.comingSoonPage)),u="disabled"!==o,c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";const t=new window.FormData;t.append("action","uag_fetch_pages"),t.append("security",uag_react.fetch_pages_nonce),t.append("keyword",e),l(!0),Aa()({url:uag_react.ajax_url,method:"POST",body:t}).then((e=>{l(!1),r(e.data)}))};return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Enable Coming Soon Mode","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:u,onChange:()=>{let e;e="disabled"===o?"enabled":"disabled",a({type:"UPDATE_ENABLE_COMING_SOON",payload:e});const t=new window.FormData;t.append("action","uag_enable_coming_soon_mode"),t.append("security",uag_react.enable_coming_soon_mode_nonce),t.append("value",e),Aa()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:Dl(u?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Dl(u?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Is your website still in the making? Is it not yet ready for other people to see?","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Enable the coming soon mode. Only the page you select below will be displayed to people who are not logged in.","ultimate-addons-for-gutenberg")),(0,e.createElement)(ll,{isMulti:!1,placeholder:(0,Ze.__)("Select the page you want"),defaultValue:s,onChange:e=>(e=>{a({type:"UPDATE_COMING_SOON_PAGE",payload:e.value});const t=new window.FormData;t.append("action","uag_coming_soon_page"),t.append("security",uag_react.coming_soon_page_nonce),t.append("value",e.value),Aa()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))})(e),onInputChange:e=>{0===n.filter((t=>t.label.toLowerCase().includes(e))).length&&c(e)},options:n,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",isLoading:i,onMenuOpen:c,theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),singleValue:e=>({...e,color:"#64748b"})},components:{IndicatorSeparator:()=>null}}))},Cl=()=>(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,e.createElement)(an,{width:"100px",height:"32px"})),(0,e.createElement)("main",{className:"max-w-[77rem] mx-auto my-[2.43rem] bg-white rounded-md shadow overflow-hidden h-[36rem]"},(0,e.createElement)("div",{className:"lg:grid lg:grid-cols-12 h-full"},(0,e.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-5 lg:col-span-3"},(0,e.createElement)("nav",{className:"space-y-1"},Array(7).fill().map(((t,a)=>(0,e.createElement)("div",{key:`setting${a}`,className:"flex justify-left items-center py-3 space-x-3"},(0,e.createElement)(an,{key:`icon${a}`,width:"24px",height:"24px"}),(0,e.createElement)(tn,{key:a,width:"120px",fontSize:"16px"})))))),(0,e.createElement)("div",{className:"border-l lg:col-span-9 p-8"},(0,e.createElement)(tn,{fontSize:"35px",width:"225px"}),(0,e.createElement)(tn,{width:"80%"}),(0,e.createElement)("div",{className:"h-8"}),(0,e.createElement)(tn,{fontSize:"35px",width:"300px"}),(0,e.createElement)(tn,{width:"60%"}),(0,e.createElement)("div",{className:"h-8"}),(0,e.createElement)(tn,{fontSize:"35px",width:"210px"}),(0,e.createElement)(tn,{width:"65%"}))))),kl=()=>{const t=Ca(),a=Na((e=>e.siteKeyV2)),n=Na((e=>e.secretKeyV2)),r=Na((e=>e.siteKeyV3)),i=Na((e=>e.secretKeyV3));return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Google reCAPTCHA","ultimate-addons-for-gutenberg"))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("To enable reCAPTCHA for your form, please follow the steps mentioned ","ultimate-addons-for-gutenberg"),(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://www.google.com/recaptcha/admin/create",target:"_blank",rel:"noreferrer"},(0,Ze.__)("here. ","ultimate-addons-for-gutenberg"))),(0,e.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,Ze.__)("reCAPTCHA v2","ultimate-addons-for-gutenberg")),(0,e.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,Ze.__)("Site Key v2","ultimate-addons-for-gutenberg"),value:a,name:"site_key_v2",onChange:e=>{const a=e.target.value;t({type:"UPDATE_RECAPTCHA_SITE_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v2"),n.append("security",uag_react.recaptcha_site_key_v2_nonce),n.append("value",a),Aa()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},id:"grid-zip",type:"text"}),(0,e.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,Ze.__)("Secret Key v2","ultimate-addons-for-gutenberg"),id:"grid-zip",value:n,name:"secret_key_v2",onChange:e=>{const a=e.target.value;t({type:"UPDATE_RECAPTCHA_SECRET_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v2"),n.append("security",uag_react.recaptcha_secret_key_v2_nonce),n.append("value",a),Aa()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},type:"text"}),(0,e.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,Ze.__)("reCAPTCHA v3","ultimate-addons-for-gutenberg")),(0,e.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,Ze.__)("Site Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:r,name:"site_key_v3",onChange:e=>{const a=e.target.value;t({type:"UPDATE_RECAPTCHA_SITE_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v3"),n.append("security",uag_react.recaptcha_site_key_v3_nonce),n.append("value",a),Aa()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}}),(0,e.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,Ze.__)("Secret Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:i,name:"secret_key_v3",onChange:e=>{const a=e.target.value;t({type:"UPDATE_RECAPTCHA_SECRET_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v3"),n.append("security",uag_react.recaptcha_secret_key_v3_nonce),n.append("value",a),Aa()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}}))};function Sl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ol=()=>{const t=Ca(),a=Na((e=>e.enableFontAwesome5)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Load Font Awesome 5 Support","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_FONT_AWESOME_5",payload:e});const n=new window.FormData;n.append("action","uag_load_font_awesome_5"),n.append("security",uag_react.load_font_awesome_5_nonce),n.append("value",e),Aa()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:Sl(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Sl(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Enable this to make sure all previously used Font Awesome 5 icons are displayed correctly while using the Font Awesome 6 library.","ultimate-addons-for-gutenberg")))};function Nl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Tl=()=>{const t=Ca(),a=Na((e=>e.enableAutoBlockRecovery)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Automatic Block Recovery","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY",payload:e});const n=new window.FormData;n.append("action","uag_auto_block_recovery"),n.append("security",uag_react.auto_block_recovery_nonce),n.append("value",e),Aa()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:Nl(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Nl(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)('Enable this to automatically recover any erroneous blocks that may occur on your web pages. This will save you time spent on clicking all those "Attempt Block Recovery" Buttons.',"ultimate-addons-for-gutenberg")))},Al=()=>{const a=Na((e=>e.containerGlobalPadding));(0,t.useEffect)((()=>{"default"===a&&r(10,!1)}),[]);const n=Ca(),r=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];n({type:"UPDATE_CONTAINER_GLOBAL_PADDING",payload:e});const a=new window.FormData;a.append("action","uag_container_global_padding"),a.append("security",uag_react.container_global_padding_nonce),a.append("value",e),Aa()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t&&n({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))};return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Container Padding","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,e.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:a,onChange:e=>{const t=e.target.value;r(t)},type:"number",placeholder:"",min:0,max:100}),(0,e.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,Ze.__)("px","ultimate-addons-for-gutenberg")))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("This setting will apply default padding in the Container Block.","ultimate-addons-for-gutenberg")))},Pl=()=>{const t=Na((e=>e.containerGlobalElementsGap)),a=Ca();return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Container Elements Gap","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,e.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:t,onChange:e=>{(e=>{a({type:"UPDATE_CONTAINER_GLOBAL_ELEMENTS_GAP",payload:e});const t=new window.FormData;t.append("action","uag_container_global_elements_gap"),t.append("security",uag_react.container_global_elements_gap_nonce),t.append("value",e),Aa()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))})(e.target.value)},type:"number",placeholder:"",min:0,max:100}),(0,e.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,Ze.__)("px","ultimate-addons-for-gutenberg")))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("This setting will apply default Row & Column Gaps in the Container Block.","ultimate-addons-for-gutenberg")))};function Ml(){const[a,r]=(0,t.useState)(!1),i=uag_react.license_status,l=i?"bsf_deactivate_license":"bsf_activate_license",o=i?(0,Ze.__)("Deactivate","ultimate-addons-for-gutenberg"):(0,Ze.__)("Activate","ultimate-addons-for-gutenberg"),s=i?(0,Ze.__)("Your license is active.","ultimate-addons-for-gutenberg"):(0,Ze.__)("Paste your license key here","ultimate-addons-for-gutenberg"),u=i?(0,Ze.__)("License successfully validated!","ultimate-addons-for-gutenberg"):(0,Ze.__)("Please enter your valid license key below to activate Spectra Pro!","ultimate-addons-for-gutenberg");return(0,e.createElement)(n().Fragment,null,(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full"},(0,e.createElement)("form",{method:"post",className:"form-wrap bsf-license-register-astra-addon form-submited-astra-addon"},(0,e.createElement)("h3",{className:"p-0 mb-2 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("License Key","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"w-9/12"},!i&&(0,e.createElement)("p",{style:{margin:"0.5rem 0 0",color:"#64748b"}},(0,Ze.__)("Activate ","ultimate-addons-for-gutenberg"),(0,e.createElement)("a",{href:"https://wpspectra.com/pro",className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",target:"_blank",rel:"noreferrer"},"Spectra Pro")," ",(0,Ze.__)("to get professional support and automatic updates from your WordPress dashboard.","ultimate-addons-for-gutenberg")," ",(0,Ze.__)("If you don't have a license, you can","ultimate-addons-for-gutenberg")," ",(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",target:"_blank",href:"https://wpspectra.com/pricing",rel:"noreferrer"},(0,Ze.__)("get it here","ultimate-addons-for-gutenberg")," »")),(0,e.createElement)("p",{style:{margin:"0.5rem 0 0",color:"#64748b"}},u),(0,e.createElement)("div",{className:"mt-4 flex w-full"},(0,e.createElement)("div",{className:"mr-5 h-10 relative flex-1"},(0,e.createElement)("input",{type:"hidden",id:"bsf_graupi_nonce",name:"bsf_graupi_nonce",value:uag_react.bsf_graupi_nonce}),(0,e.createElement)("input",{type:"hidden",name:"_wp_http_referer",value:window.location.href.replace(window.location.origin,"")}),i&&(0,e.createElement)("input",{type:"hidden",id:"bsf_license_manager[license_key]",name:"bsf_license_manager[license_key]",value:s}),(0,e.createElement)("input",{className:"w-full h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field "+(i?"spectra-admin__input-field--read-only":""),id:i?"spectra_license_key":"bsf_license_manager[license_key]",name:i?"spectra_license_key":"bsf_license_manager[license_key]",type:"text",placeholder:s,readOnly:!!i,style:{paddingLeft:"35px"}}),(0,e.createElement)("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"absolute top-1/2 -translate-y-1/2 left-3"},(0,e.createElement)("path",{d:"M10 4.66667C10.7364 4.66667 11.3333 5.26362 11.3333 6M14 6C14 8.20914 12.2091 10 10 10C9.59589 10 9.20577 9.94007 8.83805 9.82862L7.33333 11.3333H6V12.6667H4.66667V14H2.66667C2.29848 14 2 13.7015 2 13.3333V11.6095C2 11.4327 2.07024 11.2631 2.19526 11.1381L6.17138 7.16195C6.05993 6.79423 6 6.40412 6 6C6 3.79086 7.79086 2 10 2C12.2091 2 14 3.79086 14 6Z",stroke:"#94A3B8",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"})),(0,e.createElement)("input",{type:"hidden",id:"bsf_license_manager[product_id]",name:"bsf_license_manager[product_id]",value:"spectra-pro"})),(0,e.createElement)("button",{type:"submit",name:l,onClick:()=>r(!0),className:"flex items-center w-auto px-4 py-2 bg-spectra text-white hover:bg-spectra-hover focus:bg-spectra-hover border border-transparent text-sm font-medium rounded-md shadow-sm focus:outline-none transition-all"},o,a&&(0,e.createElement)("svg",{className:"animate-spin -mr-1 ml-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,e.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,e.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})))))))))}function Ll(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Il=()=>{var a;const n=new URLSearchParams(null===(a=Ve())||void 0===a?void 0:a.search),r=Ca(),i=Re(Oe),l=Na((e=>e.activeSettingsNavigationTab)),o=Na((e=>e.initialStateSetFlag)),s=[{name:(0,Ze.__)("Editor Options","ultimate-addons-for-gutenberg"),slug:"global-settings",icon:ln["global-settings"]},{name:(0,Ze.__)("Asset Generation","ultimate-addons-for-gutenberg"),slug:"asset-generation",icon:ln["asset-generation"]},{name:(0,Ze.__)("Templates","ultimate-addons-for-gutenberg"),slug:"templates",icon:ln.templates},{name:(0,Ze.__)("Version Control","ultimate-addons-for-gutenberg"),slug:"version-control",icon:ln["version-control"]},{name:(0,Ze.__)("Performance","ultimate-addons-for-gutenberg"),slug:"fonts-performance",icon:ln["fonts-performance"]},{name:(0,Ze.__)("Block Settings","ultimate-addons-for-gutenberg"),slug:"block-settings",icon:ln["block-settings"]},{name:(0,Ze.__)("Coming Soon","ultimate-addons-for-gutenberg"),slug:"coming-soon",icon:ln["coming-soon"]}];return uag_react.spectra_pro_status&&s.push({name:(0,Ze.__)("My Account","ultimate-addons-for-gutenberg"),slug:"my-account",icon:ln.account}),(0,t.useEffect)((()=>{const e=n.get("path"),t=n.get("settings");let a=t&&"settings"===e?t:"global-settings";uag_react.spectra_pro_status&&!uag_react.license_status&&(a=t&&"settings"===e?t:"my-account",i.push({pathname:"options-general.php",search:`?page=spectra&path=settings&settings=${a}`})),r({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:a})}),[o]),o?(0,e.createElement)("div",{className:"px-6 w-full"},(0,e.createElement)("div",{className:"mx-auto mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Settings"),(0,e.createElement)("main",{className:"mx-auto my-[2.43rem] bg-white rounded-md shadow min-h-[36rem] lg:max-w-[80rem]"},(0,e.createElement)("div",{className:"lg:grid lg:grid-cols-12 min-h-[36rem] h-full"},(0,e.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-0 lg:col-span-3"},(0,e.createElement)("nav",{className:"space-y-1"},s.map((t=>(0,e.createElement)(We,{to:{pathname:"options-general.php",search:`?page=spectra&path=settings&settings=${t.slug}`},key:t.name,className:Ll(l===t.slug?"border-spectra text-spectra focus:text-spectra-hover active:text-spectra hover:text-spectra-hover stroke-spectra fill-spectra focus:stroke-spectra focus:fill-spectra hover:stroke-spectra hover:fill-spectra":"border-white text-slate-800 stroke-slate-800 fill-slate-800 focus:text-slate-900 focus:border-slate-200 focus:stroke-slate-900 focus:fill-slate-900 hover:text-slate-900 hover:border-slate-200 hover:stroke-slate-900 hover:fill-slate-900","border-l-4 group cursor-pointer py-3 pl-5 flex items-center text-base font-medium"),onClick:()=>{r({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:t.slug})}},t.icon,(0,e.createElement)("span",{className:"truncate"},t.name)))))),(0,e.createElement)("div",{className:"lg:col-span-9 border-l spectra__settings"},"global-settings"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(xl,null),(0,e.createElement)(Al,null),(0,e.createElement)(Pl,null),uag_react.spectra_pro_status&&(0,e.createElement)(yl,null),(0,e.createElement)(El,null),(0,e.createElement)(pl,null),(0,e.createElement)(vl,null),(0,e.createElement)(Tl,null),"yes"===uag_react.global_data.uagb_old_user_less_than_2&&(0,e.createElement)(Ol,null)),"asset-generation"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(sn,null),(0,e.createElement)(un,null)),"templates"===l&&(0,e.createElement)(dn,null),"version-control"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(gn,null),(0,e.createElement)(pn,null),"yes"!==uag_react.global_data.uagb_old_user_less_than_2&&(0,e.createElement)(vn,null)),"fonts-performance"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(dl,null),(0,e.createElement)(gl,null),(0,e.createElement)(ul,null)),"block-settings"===l&&(0,e.createElement)(e.Fragment,null,uag_react.spectra_pro_status&&(0,e.createElement)(wl,null),(0,e.createElement)(kl,null)),"coming-soon"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(_l,null)),uag_react.spectra_pro_status&&"my-account"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(Ml,null)))))):(0,e.createElement)(Cl,null)},Rl=function(){const t=new URLSearchParams(Ve().search),a=t.get("page"),n=t.get("path"),r=t.get("event");let i=(0,e.createElement)("p",null,"Default route fallback");if(uag_react.home_slug===a)if("getting-started"===r)i=(0,e.createElement)(La,null);else switch(n){case"blocks":i=(0,e.createElement)(rn,null);break;case"settings":i=(0,e.createElement)(Il,null);break;default:i=(0,e.createElement)(La,null)}return(0,e.createElement)(e.Fragment,null,i)},Vl=t.forwardRef((function(e,a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:a},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"}))})),Fl=t.forwardRef((function(e,a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:a},e),t.createElement("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"}))}));function Hl(){const a=Ca(),n=Na((e=>e.settingsSavedNotification));return(0,t.useEffect)((()=>{""!==n&&setTimeout((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:""})}),2e3)}),[n]),(0,e.createElement)(t.Fragment,null,(0,e.createElement)("div",{"aria-live":"assertive",className:"fixed inset-10 z-10 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start"},(0,e.createElement)("div",{className:"w-full flex flex-col items-center space-y-4 sm:items-end"},(0,e.createElement)(ht,{show:""!==n,as:t.Fragment,enter:"transform ease-out duration-300 transition",enterFrom:"translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2",enterTo:"translate-y-0 opacity-100 sm:translate-x-0",leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,e.createElement)("div",{className:"max-w-sm w-full bg-white shadow-lg rounded-lg pointer-events-auto ring-1 ring-black ring-opacity-5 overflow-hidden"},(0,e.createElement)("div",{className:"p-4"},(0,e.createElement)("div",{className:"flex items-start"},(0,e.createElement)("div",{className:"flex-shrink-0"},(0,e.createElement)(Vl,{className:"h-6 w-6 text-green-400","aria-hidden":"true"})),(0,e.createElement)("div",{className:"ml-3 w-0 flex-1 pt-0.5"},(0,e.createElement)("p",{className:"text-sm font-medium text-gray-900"},n)),(0,e.createElement)("div",{className:"ml-4 flex-shrink-0 flex"},(0,e.createElement)("button",{className:"bg-white rounded-md inline-flex text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500",onClick:()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:""})}},(0,e.createElement)("span",{className:"sr-only"},"Close"),(0,e.createElement)(Fl,{className:"h-5 w-5","aria-hidden":"true"}))))))))))}function jl(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Bl="function"==typeof Symbol&&Symbol.observable||"@@observable",Ul=function(){return Math.random().toString(36).substring(7).split("").join(".")},Gl={INIT:"@@redux/INIT"+Ul(),REPLACE:"@@redux/REPLACE"+Ul(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Ul()}};function Wl(e){if("object"!=typeof e||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}var zl,Kl=function e(t,a,n){var r;if("function"==typeof a&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error(jl(0));if("function"==typeof a&&void 0===n&&(n=a,a=void 0),void 0!==n){if("function"!=typeof n)throw new Error(jl(1));return n(e)(t,a)}if("function"!=typeof t)throw new Error(jl(2));var i=t,l=a,o=[],s=o,u=!1;function c(){s===o&&(s=o.slice())}function d(){if(u)throw new Error(jl(3));return l}function m(e){if("function"!=typeof e)throw new Error(jl(4));if(u)throw new Error(jl(5));var t=!0;return c(),s.push(e),function(){if(t){if(u)throw new Error(jl(6));t=!1,c();var a=s.indexOf(e);s.splice(a,1),o=null}}}function g(e){if(!Wl(e))throw new Error(jl(7));if(void 0===e.type)throw new Error(jl(8));if(u)throw new Error(jl(9));try{u=!0,l=i(l,e)}finally{u=!1}for(var t=o=s,a=0;a<t.length;a++)(0,t[a])();return e}function f(e){if("function"!=typeof e)throw new Error(jl(10));i=e,g({type:Gl.REPLACE})}function p(){var e,t=m;return(e={subscribe:function(e){if("object"!=typeof e||null===e)throw new Error(jl(11));function a(){e.next&&e.next(d())}return a(),{unsubscribe:t(a)}}})[Bl]=function(){return this},e}return g({type:Gl.INIT}),(r={dispatch:g,subscribe:m,getState:d,replaceReducer:f})[Bl]=p,r}((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"UPDATE_INITIAL_STATE":return{...t.payload};case"UPDATE_INITIAL_STATE_FLAG":return{...e,initialStateSetFlag:t.payload};case"UPDATE_BLOCKS_ACTIVE_FILTER_TAB":return{...e,activeBlocksFilterTab:t.payload};case"UPDATE_BLOCK_STATUSES":return{...e,blocksStatuses:t.payload};case"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB":return{...e,activeSettingsNavigationTab:t.payload};case"UPDATE_FILE_GENERATION":return{...e,enableFileGeneration:t.payload};case"UPDATE_TEMPLATES_BUTTON":return{...e,enableTemplates:t.payload};case"UPDATE_BETA":return{...e,enableBeta:t.payload};case"UPDATE_LEGACY_BLOCKS":return{...e,enableLegacyBlocks:t.payload};case"UPDATE_ENABLE_SELECTED_FONT_FAMILIES":return{...e,enableSelectedFontFamilies:t.payload};case"UPDATE_SELECTED_FONT_FAMILIES":return{...e,selectedFontFamilies:t.payload};case"UPDATE_ENABLE_LOAD_FONTS_LOCALLY":return{...e,enableLoadFontsLocally:t.payload};case"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS":return{...e,enablePreloadLocalFonts:t.payload};case"UPDATE_ENABLE_COLLAPSE_PANELS":return{...e,enableCollapsePanels:t.payload};case"UPDATE_ENABLE_COPY_PASTE_STYLES":return{...e,enableCopyPasteStyles:t.payload};case"UPDATE_ENABLE_DISPLAY_CONDITIONS":return{...e,enableDisplayConditions:t.payload};case"UPDATE_ENABLE_MASONRY_EXTENSION":return{...e,enableMasonryExtension:t.payload};case"UPDATE_RECAPTCHA_VERSION":return{...e,social:{...e.social,recaptchaVersion:t.payload}};case"UPDATE_RECAPTCHA_BADGE":return{...e,social:{...e.social,recaptchaBadgeHide:t.payload}};case"UPDATE_RECAPTCHA_SITE_KEY":return{...e,social:{...e.social,recaptchaSiteKey:t.payload}};case"UPDATE_RECAPTCHA_SECRET_KEY":return{...e,social:{...e.social,recaptchaSecretKey:t.payload}};case"UPDATE_SOCIAL_REGISTER":return{...e,social:{...e.social,socialRegister:t.payload}};case"UPDATE_GOOGLE_CLIENT_ID":return{...e,social:{...e.social,googleClientId:t.payload}};case"UPDATE_FACEBOOK_APP_ID":return{...e,social:{...e.social,facebookAppId:t.payload}};case"UPDATE_FACEBOOK_APP_SECRET":return{...e,social:{...e.social,facebookAppSecret:t.payload}};case"UPDATE_ENABLE_DYNAMIC_CONTENT_EXTENSION":return{...e,enableDynamicContentExtension:t.payload};case"UPDATE_DYNAMIC_CONTENT_MODE":return{...e,dynamicContentMode:t.payload};case"UPDATE_ENABLE_RESPONSIVE_CONDITIONS":return{...e,enableResponsiveConditions:t.payload};case"UPDATE_CONTENT_WIDTH":return{...e,contentWidth:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V2":return{...e,siteKeyV2:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V3":return{...e,siteKeyV3:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V2":return{...e,secretKeyV2:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V3":return{...e,secretKeyV3:t.payload};case"UPDATE_SETTINGS_SAVED_NOTIFICATION":return{...e,settingsSavedNotification:t.payload};case"UPDATE_ENABLE_COMING_SOON":return{...e,enableComingSoonMode:t.payload};case"UPDATE_COMING_SOON_PAGE":return{...e,comingSoonPage:t.payload};case"UPDATE_BLOCKS_EDITOR_SPACING":return{...e,blocksEditorSpacing:t.payload};case"UPDATE_ENABLE_FONT_AWESOME_5":return{...e,enableFontAwesome5:t.payload};case"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY":return{...e,enableAutoBlockRecovery:t.payload};case"UPDATE_CONTAINER_GLOBAL_PADDING":return{...e,containerGlobalPadding:t.payload};case"UPDATE_CONTAINER_GLOBAL_ELEMENTS_GAP":return{...e,containerGlobalElementsGap:t.payload};default:return e}}),{initialStateSetFlag:!1,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"",blocksStatuses:[],enableFileGeneration:"",enableTemplates:"",enableBeta:"",enableSelectedFontFamilies:"",selectedFontFamilies:"",enableLoadFontsLocally:"",enablePreloadLocalFonts:"",enableCollapsePanels:"",enableCopyPasteStyles:"",enableDisplayConditions:"",enableMasonryExtension:"",socialLogin:{recaptchaVersion:"v2",recaptchaSiteKey:"",recaptchaSecretKey:"",recaptchaBadgeHide:!1,socialRegister:!1,googleClientId:"",facebookAppId:"",facebookAppSecret:""},enableDynamicContentExtension:"",dynamicContentMode:"popup",enableResponsiveConditions:"",contentWidth:"",siteKeyV2:"",siteKeyV3:"",secretKeyV2:"",secretKeyV3:"",settingsSavedNotification:"",enableComingSoonMode:"disabled",comingSoonPage:"",blocksEditorSpacing:"",containerGlobalPadding:"",containerGlobalElementsGap:20,enableFontAwesome5:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled",enableAutoBlockRecovery:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled",enableLegacyBlocks:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"yes":"no",coreBlocks:["container","advanced-heading","image","buttons","info-box","call-to-action"]},window.__REDUX_DEVTOOLS_EXTENSION__&&window.__REDUX_DEVTOOLS_EXTENSION__());Kl.getState().initialStateSetFlag||(zl=Kl,Aa()({path:"/uag/v1/admin/commonsettings/"}).then((e=>{const t={initialStateSetFlag:!0,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"global-settings",settingsSavedNotification:"",blocksStatuses:e.blocks_activation_and_deactivation,enableFileGeneration:e.enable_file_generation,enableTemplates:e.enable_templates_button,enableBeta:e.enable_beta_updates,enableSelectedFontFamilies:e.load_select_font_globally,selectedFontFamilies:e.select_font_globally,enableLoadFontsLocally:e.load_gfonts_locally,enablePreloadLocalFonts:e.preload_local_fonts,enableCollapsePanels:e.collapse_panels,enableCopyPasteStyles:e.copy_paste,enableDisplayConditions:e.enable_block_condition,enableMasonryExtension:e.enable_masonry_gallery,enableDynamicContentExtension:e.enable_dynamic_content,dynamicContentMode:e.dynamic_content_mode,enableResponsiveConditions:e.enable_block_responsive,contentWidth:e.uag_content_width,siteKeyV2:e.recaptcha_site_key_v2,secretKeyV2:e.recaptcha_secret_key_v2,siteKeyV3:e.recaptcha_site_key_v3,secretKeyV3:e.recaptcha_secret_key_v3,enableComingSoonMode:e.uag_enable_coming_soon_mode,comingSoonPage:e.coming_soon_page,blocksEditorSpacing:e.uag_blocks_editor_spacing,containerGlobalPadding:e.uag_container_global_padding,containerGlobalElementsGap:e.uag_container_global_elements_gap,enableFontAwesome5:e.uag_load_font_awesome_5,enableAutoBlockRecovery:e.uag_auto_block_recovery,social:e.social,coreBlocks:e.spectra_core_blocks};zl.dispatch({type:"UPDATE_INITIAL_STATE",payload:t})}))),i().render((0,e.createElement)((function(e){var a=e.store,r=e.context,i=e.children,l=(0,t.useMemo)((function(){var e=wa(a);return{store:a,subscription:e}}),[a]),o=(0,t.useMemo)((function(){return a.getState()}),[a]);ya((function(){var e=l.subscription;return e.onStateChange=e.notifyNestedSubs,e.trySubscribe(),o!==a.getState()&&e.notifyNestedSubs(),function(){e.tryUnsubscribe(),e.onStateChange=null}}),[l,o]);var s=r||pa;return n().createElement(s.Provider,{value:l},i)}),{store:Kl},(0,e.createElement)((()=>(0,e.createElement)(Fe,null,(0,e.createElement)(Ma,null),(0,e.createElement)(Hl,null),(0,e.createElement)(Ie,null,(0,e.createElement)(Le,{path:"/"},(0,e.createElement)(Rl,null))))),null)),document.getElementById("uag-dashboard-app"))}()}();
admin-core/inc/admin-menu.php CHANGED
@@ -225,7 +225,6 @@ class Admin_Menu {
225
  'spectra_pro_installed' => file_exists( UAGB_DIR . '../spectra-pro/spectra-pro.php' ),
226
  'spectra_pro_status' => is_plugin_active( 'spectra-pro/spectra-pro.php' ),
227
  'spectra_pro_ver' => defined( 'SPECTRA_PRO_VER' ) ? SPECTRA_PRO_VER : null,
228
- 'spectra_pro_activation' => activate_plugin( 'spectra-pro/spectra-pro.php' ),
229
  'spectra_custom_fonts' => apply_filters( 'spectra_system_fonts', array() ),
230
  'is_allow_registration' => (bool) get_option( 'users_can_register' ),
231
  )
225
  'spectra_pro_installed' => file_exists( UAGB_DIR . '../spectra-pro/spectra-pro.php' ),
226
  'spectra_pro_status' => is_plugin_active( 'spectra-pro/spectra-pro.php' ),
227
  'spectra_pro_ver' => defined( 'SPECTRA_PRO_VER' ) ? SPECTRA_PRO_VER : null,
 
228
  'spectra_custom_fonts' => apply_filters( 'spectra_system_fonts', array() ),
229
  'is_allow_registration' => (bool) get_option( 'users_can_register' ),
230
  )
assets/css/blocks/call-to-action.css CHANGED
@@ -1 +1 @@
1
- .uagb-cta__outer-wrap .uagb-cta__content,.uagb-cta__outer-wrap a.uagb-cta__block-link span,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-wrapper,.uagb-cta__outer-wrap .uagb-cta-typeof-button,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link,.uagb-cta__outer-wrap .uagb-cta-with-svg{display:inline-block}.uagb-cta__outer-wrap{display:flex;justify-content:space-between}.wp-block-uagb-call-to-action .uagb-cta__buttons{display:inline-flex}.wp-block-uagb-call-to-action .wp-block-button__link{fill:currentColor}.uagb-cta__button-link-wrapper,.uagb-cta-second__button{display:inline-flex;align-items:center;word-break:keep-all;width:100%}.uagb-cta__title{padding:0;margin:0;display:block}.uagb-cta__content-right .uagb-cta__button-wrapper{float:right}.uagb-cta__link-wrapper.uagb-cta__block-link-style:empty{display:none}a.uagb-cta__block-link,.entry .entry-content a.uagb-cta__block-link,a.uagb-cta__block-link-wrap,.entry .entry-content a.uagb-cta__block-link-wrap{text-decoration:none}a.uagb-cta__block-link:hover,.entry .entry-content a.uagb-cta__block-link:hover,a.uagb-cta__block-link-wrap:hover,.entry .entry-content a.uagb-cta__block-link-wrap:hover .entry .entry-content a.uagb-cta__block-link:hover{color:inherit}.uagb-cta__content-right{text-align:right;justify-content:flex-end}.uagb-cta__left-right-wrap{width:100%;word-break:break-word}.uagb-cta__icon-position-below-title .uagb-cta__left-right-wrap{display:block;min-width:100%;width:100%}.uagb-cta__icon-position-left .uagb-cta__left-right-wrap,.uagb-cta__icon-position-right .uagb-cta__left-right-wrap{display:flex}.uagb-cta__icon-position-right .uagb-cta__left-right-wrap{justify-content:flex-end}.uagb-cta__block-link-icon-after{margin-left:5px;margin-right:0}.uagb-cta__block-link-icon-before{margin-left:0;margin-right:5px}.uagb-cta__block-link-icon,.uagb-cta__block svg{transition:all 200ms linear}.uagb-cta__block{position:relative}.uagb-cta-typeof-button{line-height:1;text-align:center}.uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__content-right .uagb-cta-second__button .uagb-cta__content-right .uagb-cta__block-link,.uagb-cta__content-right.uagb-cta__button-valign-middle .uagb-cta__left-right-wrap{display:flex;align-items:center}.uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__content-right .uagb-cta-second__button .uagb-cta__content-right .uagb-cta__block-link{justify-content:center}.uagb-cta__link-wrapper a{box-shadow:none;text-decoration:none}.uagb-cta__block,.uagb-cta__content,.uagb-cta__left-right-wrap{z-index:1}.uagb-cta__block-link{cursor:pointer}.uagb-cta__content-right .uagb-cta__block-link{float:right;padding:10px 14px}a.uagb-cta__block-link-wrap{color:inherit}.uagb-cta__content p:empty{display:none}.uagb-cta__button-type-none .uagb-cta__content{width:100%}.uagb-cta-with-svg{height:14px;width:14px;line-height:14px;vertical-align:middle}.uagb-cta__block svg{display:block;height:inherit;width:inherit}.uagb-cta__align-button-after{margin-left:5px}.uagb-cta__align-button-before{margin-right:5px}.uagb-cta__block-link i{font-style:normal}a.uagb-cta__link-to-all{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.wp-block-uagb-call-to-action{position:relative}.wp-block-uagb-call-to-action a.uagb-cta__link-to-all{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}@media only screen and (max-width: 976px){.uagb-cta__content-stacked-tablet,.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__button-wrapper{float:none;margin:0 auto}.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}@media screen and (max-width: 767px){.uagb-cta__content-stacked-mobile,.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__button-wrapper{float:none;margin:0 auto}.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}
1
+ .uagb-cta__outer-wrap .uagb-cta__content,.uagb-cta__outer-wrap a.uagb-cta__block-link span,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-wrapper,.uagb-cta__outer-wrap .uagb-cta-typeof-button,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link,.uagb-cta__outer-wrap .uagb-cta-with-svg{display:inline-block}.uagb-cta__outer-wrap{display:flex;justify-content:space-between}.wp-block-uagb-call-to-action .uagb-cta__buttons{display:inline-flex}.wp-block-uagb-call-to-action .wp-block-button__link{fill:currentColor;justify-content:center}.uagb-cta__button-link-wrapper,.uagb-cta-second__button{display:inline-flex;align-items:center;word-break:keep-all;width:100%}.uagb-cta__title{padding:0;margin:0;display:block}.uagb-cta__content-right .uagb-cta__button-wrapper{float:right}.uagb-cta__link-wrapper.uagb-cta__block-link-style:empty{display:none}a.uagb-cta__block-link,.entry .entry-content a.uagb-cta__block-link,a.uagb-cta__block-link-wrap,.entry .entry-content a.uagb-cta__block-link-wrap{text-decoration:none}a.uagb-cta__block-link:hover,.entry .entry-content a.uagb-cta__block-link:hover,a.uagb-cta__block-link-wrap:hover,.entry .entry-content a.uagb-cta__block-link-wrap:hover .entry .entry-content a.uagb-cta__block-link:hover{color:inherit}.uagb-cta__content-right{text-align:right;justify-content:flex-end}.uagb-cta__left-right-wrap{width:100%;word-break:break-word}.uagb-cta__icon-position-below-title .uagb-cta__left-right-wrap{display:block;min-width:100%;width:100%}.uagb-cta__icon-position-left .uagb-cta__left-right-wrap,.uagb-cta__icon-position-right .uagb-cta__left-right-wrap{display:flex}.uagb-cta__icon-position-right .uagb-cta__left-right-wrap{justify-content:flex-end}.uagb-cta__block-link-icon-after{margin-left:5px;margin-right:0}.uagb-cta__block-link-icon-before{margin-left:0;margin-right:5px}.uagb-cta__block-link-icon,.uagb-cta__block svg{transition:all 200ms linear}.uagb-cta__block{position:relative}.uagb-cta-typeof-button{line-height:1;text-align:center}.uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__content-right .uagb-cta-second__button .uagb-cta__content-right .uagb-cta__block-link,.uagb-cta__content-right.uagb-cta__button-valign-middle .uagb-cta__left-right-wrap{display:flex;align-items:center}.uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__content-right .uagb-cta-second__button .uagb-cta__content-right .uagb-cta__block-link{justify-content:center}.uagb-cta__link-wrapper a{box-shadow:none;text-decoration:none}.uagb-cta__block,.uagb-cta__content,.uagb-cta__left-right-wrap{z-index:1}.uagb-cta__block-link{cursor:pointer}.uagb-cta__content-right .uagb-cta__block-link{float:right;padding:10px 14px}a.uagb-cta__block-link-wrap{color:inherit}.uagb-cta__content p:empty{display:none}.uagb-cta__button-type-none .uagb-cta__content{width:100%}.uagb-cta-with-svg{height:14px;width:14px;line-height:14px;vertical-align:middle}.uagb-cta__block svg{display:block;height:inherit;width:inherit}.uagb-cta__align-button-after{margin-left:5px}.uagb-cta__align-button-before{margin-right:5px}.uagb-cta__block-link i{font-style:normal}a.uagb-cta__link-to-all{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.wp-block-uagb-call-to-action{position:relative}.wp-block-uagb-call-to-action a.uagb-cta__link-to-all{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}@media only screen and (max-width: 976px){.uagb-cta__content-stacked-tablet,.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__button-wrapper{float:none;margin:0 auto}.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}@media screen and (max-width: 767px){.uagb-cta__content-stacked-mobile,.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__button-wrapper{float:none;margin:0 auto}.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}
assets/css/blocks/container.css CHANGED
@@ -1 +1 @@
1
- .wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;z-index:2;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;z-index:2}.wp-block-uagb-container>*:not(.uagb-container__shape){z-index:2}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-uagb-image){min-width:unset !important;width:100%}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}
1
+ .wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;z-index:2;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important;z-index:2}.wp-block-uagb-container>*:not(.uagb-container__shape){z-index:2}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-uagb-image):not(.wp-block-spectra-pro-register){min-width:unset !important;width:100%}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}
assets/js/forms.js CHANGED
@@ -41,15 +41,28 @@ UAGBForms = { // eslint-disable-line no-undef
41
  // validation for checkbox if required.
42
  const requiredCheckboxes = scope.querySelectorAll( '.uagb-forms-checkbox-wrap' );
43
  if( requiredCheckboxes.length !== 0 ){
44
- for ( let k = 0; k < requiredCheckboxes; k++ ) {
45
  const checkboxes = requiredCheckboxes[k].querySelectorAll( 'input[type=checkbox]' );
46
-
47
  if ( checkboxes.length > 0 ) {
48
  for ( let l = 0; l < checkboxes.length; l++ ) {
49
- checkboxes[l].addEventListener( 'change', window.UAGBForms._checkValidity );
50
- }
 
 
 
 
 
 
 
 
 
 
 
 
51
 
52
- window.UAGBForms._checkValidity();
 
53
  }
54
  }
55
  }
@@ -106,7 +119,6 @@ UAGBForms = { // eslint-disable-line no-undef
106
  sibling[ index + 1 ].after( div );
107
  const wrapper_div = formscope[ 0 ].getElementsByClassName( 'uag-col-wrap-' + index );
108
  wrapper_div[ 0 ].appendChild( sibling[ index ] );
109
- wrapper_div[ 0 ].appendChild( sibling[ index ] );
110
 
111
  }
112
 
@@ -122,8 +134,6 @@ UAGBForms = { // eslint-disable-line no-undef
122
  'uag-col-wrap-' + index
123
  );
124
  wrapper_div[ 0 ].appendChild( sibling[ index ] );
125
- wrapper_div[ 0 ].appendChild( sibling[ index ] );
126
- wrapper_div[ 0 ].appendChild( sibling[ index ] );
127
  }
128
 
129
  if (
@@ -139,9 +149,6 @@ UAGBForms = { // eslint-disable-line no-undef
139
  'uag-col-wrap-' + index
140
  );
141
  wrapper_div[ 0 ].appendChild( sibling[ index ] );
142
- wrapper_div[ 0 ].appendChild( sibling[ index ] );
143
- wrapper_div[ 0 ].appendChild( sibling[ index ] );
144
- wrapper_div[ 0 ].appendChild( sibling[ index ] );
145
  }
146
  }
147
 
@@ -172,18 +179,7 @@ UAGBForms = { // eslint-disable-line no-undef
172
  }
173
  } );
174
  },
175
- _isChecked() {
176
- for ( let i = 0; i < checkboxes.length; i++ ) { // eslint-disable-line no-undef
177
- if ( checkboxes[i].checked ) return true; // eslint-disable-line no-undef
178
- }
179
-
180
- return false;
181
- },
182
-
183
- _checkValidity() {
184
- const errorMessage = !window.UAGBForms._isChecked ? 'At least one checkbox must be selected.' : '';
185
- checkboxes[i].setCustomValidity( errorMessage ); // eslint-disable-line no-undef
186
- },
187
 
188
  _formSubmit( e, form, attr, reCaptchaSiteKeyV2, reCaptchaSiteKeyV3 ) {
189
  e.preventDefault();
41
  // validation for checkbox if required.
42
  const requiredCheckboxes = scope.querySelectorAll( '.uagb-forms-checkbox-wrap' );
43
  if( requiredCheckboxes.length !== 0 ){
44
+ for ( let k = 0; k < requiredCheckboxes.length; k++ ) {
45
  const checkboxes = requiredCheckboxes[k].querySelectorAll( 'input[type=checkbox]' );
46
+
47
  if ( checkboxes.length > 0 ) {
48
  for ( let l = 0; l < checkboxes.length; l++ ) {
49
+ checkboxes[l].addEventListener( 'change', function () {
50
+
51
+ const isChecked = checkboxes[l].checked;
52
+ const name = checkboxes[l].getAttribute( 'name' );
53
+
54
+ const check = document.querySelectorAll( '[name="'+name+'"]' );
55
+ for ( let i = 0; i < check.length; i++ ) {
56
+
57
+ if( isChecked ) {
58
+ check[i].required = false;
59
+ } else {
60
+ check[i].required = true;
61
+ }
62
+ }
63
 
64
+ } );
65
+ }
66
  }
67
  }
68
  }
119
  sibling[ index + 1 ].after( div );
120
  const wrapper_div = formscope[ 0 ].getElementsByClassName( 'uag-col-wrap-' + index );
121
  wrapper_div[ 0 ].appendChild( sibling[ index ] );
 
122
 
123
  }
124
 
134
  'uag-col-wrap-' + index
135
  );
136
  wrapper_div[ 0 ].appendChild( sibling[ index ] );
 
 
137
  }
138
 
139
  if (
149
  'uag-col-wrap-' + index
150
  );
151
  wrapper_div[ 0 ].appendChild( sibling[ index ] );
 
 
 
152
  }
153
  }
154
 
179
  }
180
  } );
181
  },
182
+
 
 
 
 
 
 
 
 
 
 
 
183
 
184
  _formSubmit( e, form, attr, reCaptchaSiteKeyV2, reCaptchaSiteKeyV3 ) {
185
  e.preventDefault();
assets/js/forms.min.js CHANGED
@@ -1 +1 @@
1
- UAGBForms={init(a,u){const m=document.querySelector(u),c=m.querySelector(".uagb-forms-main-form"),d=c.querySelectorAll(".uagb-forms-phone-input");if(0!==d.length)for(let e=0;e<d.length;e++)d[e].addEventListener("keypress",function(e){e=e.which||e.keyCode;return 45===e||!(31<e&&(e<48||57<e))});const r=c.querySelectorAll(".uagb-forms-toggle-input");if(0!==r.length)for(let t=0;t<r.length;t++)r[t].addEventListener("change",function(){var e;r[t].checked?(e=r[t].getAttribute("data-truestate"),r[t].setAttribute("value",e)):(e=r[t].getAttribute("data-falsestate"),r[t].setAttribute("value",e))});const p=m.querySelectorAll(".uagb-forms-checkbox-wrap");if(0!==p.length)for(let e=0;e<p;e++){const l=p[e].querySelectorAll("input[type=checkbox]");if(0<l.length){for(let e=0;e<l.length;e++)l[e].addEventListener("change",window.UAGBForms._checkValidity);window.UAGBForms._checkValidity()}}let s="",o="";if(!0===a.reCaptchaEnable&&"v2"===a.reCaptchaType){if(s=uagb_forms_data.recaptcha_site_key_v2){null===document.querySelector(".uagb-forms-field-set").getAttribute("data-sitekey")&&document.querySelector(".g-recaptcha ").setAttribute("data-sitekey",s);const e=document.createElement("script");e.type="text/javascript",e.src="https://www.google.com/recaptcha/api.js",document.head.appendChild(e)}}else if(!0===a.reCaptchaEnable&&"v3"===a.reCaptchaType&&(o=uagb_forms_data.recaptcha_site_key_v3)){if(a.hidereCaptchaBatch){if(void 0===document.getElementsByClassName("grecaptcha-badge")[0])return;const h=document.getElementsByClassName("grecaptcha-badge")[0];h.style.visibility="hidden"}const g=document.createElement("script");g.type="text/javascript",g.src="https://www.google.com/recaptcha/api.js?render="+o,document.head.appendChild(g)}const t=document.getElementsByClassName("uagb-block-"+a.block_id);const n=t[0].children[0].children;for(let e=0;e<n.length;e++){if(n[e].classList.contains("uag-col-2")&&n[e+1].classList.contains("uag-col-2")){const f=document.createElement("div"),b=(f.className="uag-col-2-wrap uag-col-wrap-"+e,n[e+1].after(f),t[0].getElementsByClassName("uag-col-wrap-"+e));b[0].appendChild(n[e]),b[0].appendChild(n[e])}if(n[e].classList.contains("uag-col-3")&&n[e+1].classList.contains("uag-col-3")&&n[e+2].classList.contains("uag-col-3")){const y=document.createElement("div"),_=(y.className="uag-col-3-wrap uag-col-wrap-"+e,n[e+2].after(y),t[0].getElementsByClassName("uag-col-wrap-"+e));_[0].appendChild(n[e]),_[0].appendChild(n[e]),_[0].appendChild(n[e])}if(n[e].classList.contains("uag-col-4")&&n[e+1].classList.contains("uag-col-4")&&n[e+2].classList.contains("uag-col-4")&&n[e+3].classList.contains("uag-col-4")){const C=document.createElement("div"),i=(C.className="uag-col-4-wrap uag-col-wrap-"+e,n[e+3].after(C),t[0].getElementsByClassName("uag-col-wrap-"+e));i[0].appendChild(n[e]),i[0].appendChild(n[e]),i[0].appendChild(n[e]),i[0].appendChild(n[e])}}c.addEventListener("submit",function(t){if(t.preventDefault(),!0===a.reCaptchaEnable&&"v3"===a.reCaptchaType&&o){if(0===document.getElementsByClassName("grecaptcha-logo").length)return!(document.querySelector(".uagb-form-reacaptcha-error-"+a.block_id).innerHTML='<p style="color:red !important" class="error-captcha">Invalid Google reCAPTCHA Site Key.</p>');grecaptcha.ready(function(){grecaptcha.execute(o,{action:"submit"}).then(function(e){if(e){if(0===document.getElementsByClassName("uagb-forms-recaptcha").length)return!(document.querySelector(".uagb-form-reacaptcha-error-"+a.block_id).innerHTML='<p style="color:red !important" class="error-captcha">Google reCAPTCHA Response not found.</p>');document.getElementById("g-recaptcha-response").value=e,window.UAGBForms._formSubmit(t,c,a,s,o)}})})}else window.UAGBForms._formSubmit(t,this,a,s,o)})},_isChecked(){for(let e=0;e<checkboxes.length;e++)if(checkboxes[e].checked)return!0;return!1},_checkValidity(){var e=window.UAGBForms._isChecked?"":"At least one checkbox must be selected.";checkboxes[i].setCustomValidity(e)},_formSubmit(e,u,r,m,d){e.preventDefault();let t;if(""===r.afterSubmitToEmail||null===r.afterSubmitToEmail){const n=document.querySelector('[name="uagb-form-'+r.block_id+'"]'),l=(n.style.display="none",document.querySelector(".uagb-forms-success-message-"+r.block_id));return l.classList.remove("uagb-forms-submit-message-hide"),l.classList.add("uagb-forms-success-message"),!1}if(!0===r.reCaptchaEnable)if("v2"===r.reCaptchaType&&m){if(0===document.getElementsByClassName("uagb-forms-recaptcha").length)return!(document.querySelector(".uagb-form-reacaptcha-error-"+r.block_id).innerHTML='<p style="color:red !important" class="error-captcha"> Google reCAPTCHA Response not found.</p>');if(!(t=document.getElementById("g-recaptcha-response").value))return document.querySelector(".uagb-form-reacaptcha-error-"+r.block_id).innerHTML='<p style="color:red !important" class="error-captcha">'+r.captchaMessage+"</p>",!1;document.querySelector(".uagb-form-reacaptcha-error-"+r.block_id).innerHTML=""}else"v3"===r.reCaptchaType&&d&&(t=document.getElementById("g-recaptcha-response").value);const a=window.UAGBForms._serializeIt(u),c={};c.id=r.block_id;for(let e=0;e<a.length;e++){var s,o=document.getElementById(a[e].name);a[e].name.endsWith("[]")?((s=a[e].name.replace(/[\[\]']+/g,""))in c||(c[s]=[]),c[s].push(a[e].value)):null!==o&&(c[o.innerHTML]=a[e].value);const i=document.getElementById("hidden");null!==i&&void 0!==i&&(c[i.getAttribute("name")]=i.getAttribute("value"))}e={to:r.afterSubmitToEmail,cc:r.afterSubmitCcEmail,bcc:r.afterSubmitBccEmail,subject:r.afterSubmitEmailSubject};fetch(uagb_forms_data.ajax_url,{method:"POST",headers:new Headers({"Content-Type":"application/x-www-form-urlencoded"}),body:new URLSearchParams({action:"uagb_process_forms",nonce:uagb_forms_data.uagb_forms_ajax_nonce,form_data:JSON.stringify(c),sendAfterSubmitEmail:r.sendAfterSubmitEmail,after_submit_data:JSON.stringify(e),captcha_version:r.reCaptchaType,captcha_response:t})}).then(e=>e.json()).then(function(e){const t=document.querySelector('[name="uagb-form-'+r.block_id+'"]');if(t.style.display="none",200===e.data){if("message"===r.confirmationType){const a=document.querySelector(".uagb-forms-success-message-"+r.block_id);a.classList.remove("uagb-forms-submit-message-hide"),a.classList.add("uagb-forms-success-message")}"url"===r.confirmationType&&window.location.replace(r.confirmationUrl)}else if(400===e.data&&"message"===r.confirmationType){const c=document.querySelector(".uagb-forms-failed-message-"+r.block_id);c.classList.remove("uagb-forms-submit-message-hide"),c.classList.add("uagb-forms-failed-message")}}).catch(function(e){})},_serializeIt(e){return Array.apply(0,e.elements).map(t=>(e=>"radio"!==t.type&&"checkbox"!==t.type||t.checked?e:null)({name:t.name,value:t.value})).filter(e=>e)}};
1
+ UAGBForms={init(a,u){const m=document.querySelector(u),c=m.querySelector(".uagb-forms-main-form"),d=c.querySelectorAll(".uagb-forms-phone-input");if(0!==d.length)for(let e=0;e<d.length;e++)d[e].addEventListener("keypress",function(e){e=e.which||e.keyCode;return 45===e||!(31<e&&(e<48||57<e))});const r=c.querySelectorAll(".uagb-forms-toggle-input");if(0!==r.length)for(let t=0;t<r.length;t++)r[t].addEventListener("change",function(){var e;r[t].checked?(e=r[t].getAttribute("data-truestate"),r[t].setAttribute("value",e)):(e=r[t].getAttribute("data-falsestate"),r[t].setAttribute("value",e))});const g=m.querySelectorAll(".uagb-forms-checkbox-wrap");if(0!==g.length)for(let e=0;e<g.length;e++){const l=g[e].querySelectorAll("input[type=checkbox]");if(0<l.length)for(let c=0;c<l.length;c++)l[c].addEventListener("change",function(){var t=l[c].checked,e=l[c].getAttribute("name");const a=document.querySelectorAll('[name="'+e+'"]');for(let e=0;e<a.length;e++)a[e].required=!t})}let o="",s="";if(!0===a.reCaptchaEnable&&"v2"===a.reCaptchaType){if(o=uagb_forms_data.recaptcha_site_key_v2){null===document.querySelector(".uagb-forms-field-set").getAttribute("data-sitekey")&&document.querySelector(".g-recaptcha ").setAttribute("data-sitekey",o);const e=document.createElement("script");e.type="text/javascript",e.src="https://www.google.com/recaptcha/api.js",document.head.appendChild(e)}}else if(!0===a.reCaptchaEnable&&"v3"===a.reCaptchaType&&(s=uagb_forms_data.recaptcha_site_key_v3)){if(a.hidereCaptchaBatch){if(void 0===document.getElementsByClassName("grecaptcha-badge")[0])return;const p=document.getElementsByClassName("grecaptcha-badge")[0];p.style.visibility="hidden"}const i=document.createElement("script");i.type="text/javascript",i.src="https://www.google.com/recaptcha/api.js?render="+s,document.head.appendChild(i)}const t=document.getElementsByClassName("uagb-block-"+a.block_id);const n=t[0].children[0].children;for(let e=0;e<n.length;e++){if(n[e].classList.contains("uag-col-2")&&n[e+1].classList.contains("uag-col-2")){const f=document.createElement("div"),h=(f.className="uag-col-2-wrap uag-col-wrap-"+e,n[e+1].after(f),t[0].getElementsByClassName("uag-col-wrap-"+e));h[0].appendChild(n[e])}if(n[e].classList.contains("uag-col-3")&&n[e+1].classList.contains("uag-col-3")&&n[e+2].classList.contains("uag-col-3")){const b=document.createElement("div"),y=(b.className="uag-col-3-wrap uag-col-wrap-"+e,n[e+2].after(b),t[0].getElementsByClassName("uag-col-wrap-"+e));y[0].appendChild(n[e])}if(n[e].classList.contains("uag-col-4")&&n[e+1].classList.contains("uag-col-4")&&n[e+2].classList.contains("uag-col-4")&&n[e+3].classList.contains("uag-col-4")){const _=document.createElement("div"),v=(_.className="uag-col-4-wrap uag-col-wrap-"+e,n[e+3].after(_),t[0].getElementsByClassName("uag-col-wrap-"+e));v[0].appendChild(n[e])}}c.addEventListener("submit",function(t){if(t.preventDefault(),!0===a.reCaptchaEnable&&"v3"===a.reCaptchaType&&s){if(0===document.getElementsByClassName("grecaptcha-logo").length)return!(document.querySelector(".uagb-form-reacaptcha-error-"+a.block_id).innerHTML='<p style="color:red !important" class="error-captcha">Invalid Google reCAPTCHA Site Key.</p>');grecaptcha.ready(function(){grecaptcha.execute(s,{action:"submit"}).then(function(e){if(e){if(0===document.getElementsByClassName("uagb-forms-recaptcha").length)return!(document.querySelector(".uagb-form-reacaptcha-error-"+a.block_id).innerHTML='<p style="color:red !important" class="error-captcha">Google reCAPTCHA Response not found.</p>');document.getElementById("g-recaptcha-response").value=e,window.UAGBForms._formSubmit(t,c,a,o,s)}})})}else window.UAGBForms._formSubmit(t,this,a,o,s)})},_formSubmit(e,u,r,m,d){e.preventDefault();let t;if(""===r.afterSubmitToEmail||null===r.afterSubmitToEmail){const n=document.querySelector('[name="uagb-form-'+r.block_id+'"]'),l=(n.style.display="none",document.querySelector(".uagb-forms-success-message-"+r.block_id));return l.classList.remove("uagb-forms-submit-message-hide"),l.classList.add("uagb-forms-success-message"),!1}if(!0===r.reCaptchaEnable)if("v2"===r.reCaptchaType&&m){if(0===document.getElementsByClassName("uagb-forms-recaptcha").length)return!(document.querySelector(".uagb-form-reacaptcha-error-"+r.block_id).innerHTML='<p style="color:red !important" class="error-captcha"> Google reCAPTCHA Response not found.</p>');if(!(t=document.getElementById("g-recaptcha-response").value))return document.querySelector(".uagb-form-reacaptcha-error-"+r.block_id).innerHTML='<p style="color:red !important" class="error-captcha">'+r.captchaMessage+"</p>",!1;document.querySelector(".uagb-form-reacaptcha-error-"+r.block_id).innerHTML=""}else"v3"===r.reCaptchaType&&d&&(t=document.getElementById("g-recaptcha-response").value);const a=window.UAGBForms._serializeIt(u),c={};c.id=r.block_id;for(let e=0;e<a.length;e++){var o,s=document.getElementById(a[e].name);a[e].name.endsWith("[]")?((o=a[e].name.replace(/[\[\]']+/g,""))in c||(c[o]=[]),c[o].push(a[e].value)):null!==s&&(c[s.innerHTML]=a[e].value);const i=document.getElementById("hidden");null!==i&&void 0!==i&&(c[i.getAttribute("name")]=i.getAttribute("value"))}e={to:r.afterSubmitToEmail,cc:r.afterSubmitCcEmail,bcc:r.afterSubmitBccEmail,subject:r.afterSubmitEmailSubject};fetch(uagb_forms_data.ajax_url,{method:"POST",headers:new Headers({"Content-Type":"application/x-www-form-urlencoded"}),body:new URLSearchParams({action:"uagb_process_forms",nonce:uagb_forms_data.uagb_forms_ajax_nonce,form_data:JSON.stringify(c),sendAfterSubmitEmail:r.sendAfterSubmitEmail,after_submit_data:JSON.stringify(e),captcha_version:r.reCaptchaType,captcha_response:t})}).then(e=>e.json()).then(function(e){const t=document.querySelector('[name="uagb-form-'+r.block_id+'"]');if(t.style.display="none",200===e.data){if("message"===r.confirmationType){const a=document.querySelector(".uagb-forms-success-message-"+r.block_id);a.classList.remove("uagb-forms-submit-message-hide"),a.classList.add("uagb-forms-success-message")}"url"===r.confirmationType&&window.location.replace(r.confirmationUrl)}else if(400===e.data&&"message"===r.confirmationType){const c=document.querySelector(".uagb-forms-failed-message-"+r.block_id);c.classList.remove("uagb-forms-submit-message-hide"),c.classList.add("uagb-forms-failed-message")}}).catch(function(e){})},_serializeIt(e){return Array.apply(0,e.elements).map(t=>(e=>"radio"!==t.type&&"checkbox"!==t.type||t.checked?e:null)({name:t.name,value:t.value})).filter(e=>e)}};
assets/js/table-of-contents.js CHANGED
@@ -21,19 +21,19 @@ UAGBTableOfContents = { // eslint-disable-line no-undef
21
 
22
  /* We need the following fail-safe click listener cause an usual click-listener
23
  * will fail in case the 'Make TOC Collapsible' is not enabled right from the start/page-load.
24
- */
25
  document.addEventListener( 'click', collapseListener );
26
 
27
  function collapseListener( event ){
28
-
29
  const element = event.target;
30
 
31
- // These two conditions help us target the required element (collapsible icon beside TOC heading).
32
  const condition1 = ( element?.tagName === 'path' || element?.tagName === 'svg' ); // Check if the clicked element type is either path or SVG.
33
  const condition2 = ( element?.parentNode?.className === 'uagb-toc__title' ); // Check if the clicked element's parent has the required class.
34
-
35
  if( condition1 && condition2 ){
36
-
37
  const $root = element?.closest( '.wp-block-uagb-table-of-contents' );
38
 
39
  if ( $root.classList.contains( 'uagb-toc__collapse' ) ) {
@@ -122,7 +122,7 @@ UAGBTableOfContents = { // eslint-disable-line no-undef
122
  return;
123
  }
124
  const hashId = encodeURI( hash.substring( 0 ) );
125
- const selectedAnchor = document.querySelector( hashId );
126
  if ( null === selectedAnchor ) {
127
  return;
128
  }
@@ -174,7 +174,7 @@ UAGBTableOfContents = { // eslint-disable-line no-undef
174
  scrollData = node.getAttribute( 'data-scroll' );
175
  scrollOffset = node.getAttribute( 'data-offset' );
176
  let offset = null;
177
-
178
  hash = hash.substring( 1 );
179
 
180
  if ( document?.querySelector( "[id='" + hash + "']" ) ) {
@@ -251,7 +251,27 @@ UAGBTableOfContents = { // eslint-disable-line no-undef
251
  const tocListWrap = $thisScope.querySelector( '.uagb-toc__list-wrap' );
252
 
253
  const divsArr = Array.from( allHeader );
 
 
 
 
 
 
 
 
 
 
 
 
 
254
 
 
 
 
 
 
 
 
255
  for ( let i = 0; i < divsArr.length; i++ ) {
256
 
257
  let headerText = parseTocSlug( divsArr[i].innerText );
@@ -272,6 +292,18 @@ UAGBTableOfContents = { // eslint-disable-line no-undef
272
  span.id = headerText;
273
  span.className = 'uag-toc__heading-anchor';
274
  divsArr[i].prepend( span );
 
 
 
 
 
 
 
 
 
 
 
 
275
  }
276
  }
277
 
21
 
22
  /* We need the following fail-safe click listener cause an usual click-listener
23
  * will fail in case the 'Make TOC Collapsible' is not enabled right from the start/page-load.
24
+ */
25
  document.addEventListener( 'click', collapseListener );
26
 
27
  function collapseListener( event ){
28
+
29
  const element = event.target;
30
 
31
+ // These two conditions help us target the required element (collapsible icon beside TOC heading).
32
  const condition1 = ( element?.tagName === 'path' || element?.tagName === 'svg' ); // Check if the clicked element type is either path or SVG.
33
  const condition2 = ( element?.parentNode?.className === 'uagb-toc__title' ); // Check if the clicked element's parent has the required class.
34
+
35
  if( condition1 && condition2 ){
36
+
37
  const $root = element?.closest( '.wp-block-uagb-table-of-contents' );
38
 
39
  if ( $root.classList.contains( 'uagb-toc__collapse' ) ) {
122
  return;
123
  }
124
  const hashId = encodeURI( hash.substring( 0 ) );
125
+ const selectedAnchor = document?.querySelector( hashId );
126
  if ( null === selectedAnchor ) {
127
  return;
128
  }
174
  scrollData = node.getAttribute( 'data-scroll' );
175
  scrollOffset = node.getAttribute( 'data-offset' );
176
  let offset = null;
177
+
178
  hash = hash.substring( 1 );
179
 
180
  if ( document?.querySelector( "[id='" + hash + "']" ) ) {
251
  const tocListWrap = $thisScope.querySelector( '.uagb-toc__list-wrap' );
252
 
253
  const divsArr = Array.from( allHeader );
254
+ /* Logic for Remove duplicate heading with same HTML tag and create an new array with duplicate entries start here. */
255
+ const ArrayOfDuplicateElements = function ( headingArray = [] ) {
256
+ const arrayWithDuplicateEntries = [];
257
+ headingArray.reduce( ( temporaryArray, currentVal ) => {
258
+ if (
259
+ !temporaryArray.some(
260
+ ( item ) => item.innerText === currentVal.innerText
261
+ )
262
+ ) {
263
+
264
+ temporaryArray.push( currentVal );
265
+ } else {
266
+ arrayWithDuplicateEntries.push( currentVal );
267
 
268
+ }
269
+ return temporaryArray;
270
+ }, [] );
271
+ return arrayWithDuplicateEntries;
272
+ };
273
+ const duplicateHeadings = ArrayOfDuplicateElements( divsArr );
274
+ /* Logic for Remove duplicate heading with same HTML tag and create an new array with duplicate entries ends here. */
275
  for ( let i = 0; i < divsArr.length; i++ ) {
276
 
277
  let headerText = parseTocSlug( divsArr[i].innerText );
292
  span.id = headerText;
293
  span.className = 'uag-toc__heading-anchor';
294
  divsArr[i].prepend( span );
295
+ /* Logic for Create an unique Id for duplicate heading start here. */
296
+ for ( let k = 0; k < duplicateHeadings.length; k++ ){
297
+ const randomID = '#toc_' + Math.random();
298
+ duplicateHeadings[k]?.querySelector( '.uag-toc__heading-anchor' )?.setAttribute( 'id',randomID.substring( 1 ) )
299
+ const aTags = Array.from( tocListWrap.getElementsByTagName( 'a' ) );
300
+ const duplicateHeadingsInTOC = ArrayOfDuplicateElements( aTags );
301
+ for ( let l = 0; l < duplicateHeadingsInTOC.length; l++ ) {
302
+ duplicateHeadingsInTOC[k]?.setAttribute( 'href' , randomID );
303
+ }
304
+ }
305
+ /* Logic for Create an unique Id for duplicate heading ends here. */
306
+
307
  }
308
  }
309
 
assets/js/table-of-contents.min.js CHANGED
@@ -1 +1 @@
1
- let scrollData=!0,scrollOffset=30,scrolltoTop=!1,scrollElement=null;UAGBTableOfContents={init(e){null!==document.querySelector(".uagb-toc__list")&&document.querySelector(".uagb-toc__list").addEventListener("click",UAGBTableOfContents._scroll),null!==document.querySelector(".uagb-toc__scroll-top")&&document.querySelector(".uagb-toc__scroll-top").addEventListener("click",UAGBTableOfContents._scrollTop);const s=document.querySelector(e);document.addEventListener("click",function(e){const t=e.target,o="path"===t?.tagName||"svg"===t?.tagName,l="uagb-toc__title"===t?.parentNode?.className;if(o&&l){const r=t?.closest(".wp-block-uagb-table-of-contents");r.classList.contains("uagb-toc__collapse")?(r.classList.remove("uagb-toc__collapse"),UAGBTableOfContents._slideDown(s?.querySelector(".wp-block-uagb-table-of-contents .uagb-toc__list-wrap"),500)):(r.classList.add("uagb-toc__collapse"),UAGBTableOfContents._slideUp(s?.querySelector(".wp-block-uagb-table-of-contents.uagb-toc__collapse .uagb-toc__list-wrap"),500))}}),document.addEventListener("scroll",UAGBTableOfContents._showHideScroll)},_slideUp(e,t){e.style.transitionProperty="height, margin, padding",e.style.transitionDuration=t+"ms",e.style.boxSizing="border-box",e.style.height=e.offsetHeight+"px",e.offsetHeight,e.style.overflow="hidden",e.style.height=0,e.style.paddingTop=0,e.style.paddingBottom=0,e.style.marginTop=0,e.style.marginBottom=0,window.setTimeout(()=>{e.style.display="none",e.style.removeProperty("height"),e.style.removeProperty("padding-top"),e.style.removeProperty("padding-bottom"),e.style.removeProperty("margin-top"),e.style.removeProperty("margin-bottom"),e.style.removeProperty("overflow"),e.style.removeProperty("transition-duration"),e.style.removeProperty("transition-property")},t)},_slideDown(e,t){e.style?.removeProperty("display");let o=window?.getComputedStyle(e).display;"none"===o&&(o="block"),e.style.display=o;var l=e.offsetHeight;e.style.overflow="hidden",e.style.height=0,e.style.paddingTop=0,e.style.paddingBottom=0,e.style.marginTop=0,e.style.marginBottom=0,e.offsetHeight,e.style.boxSizing="border-box",e.style.transitionProperty="height, margin, padding",e.style.transitionDuration=t+"ms",e.style.height=l+"px",e.style.removeProperty("padding-top"),e.style.removeProperty("padding-bottom"),e.style.removeProperty("margin-top"),e.style.removeProperty("margin-bottom"),window.setTimeout(()=>{e.style.removeProperty("height"),e.style.removeProperty("overflow"),e.style.removeProperty("transition-duration"),e.style.removeProperty("transition-property")},t)},hyperLinks(){const e=window.location.hash.substring(0);if(""!==e&&!/[^a-z0-9_-]$/.test(e)){var t=encodeURI(e.substring(0));if(null!==document.querySelector(t)){const o=document.querySelector(".wp-block-uagb-table-of-contents");scrollOffset=o.getAttribute("data-offset");t=document.querySelector(e).offsetTop;null!==t&&scroll({top:t-scrollOffset,behavior:"smooth"})}}},_showHideScroll(){null!==(scrollElement=document.querySelector(".uagb-toc__scroll-top"))&&(300<window.scrollY&&scrolltoTop?scrollElement.classList.add("uagb-toc__show-scroll"):scrollElement.classList.remove("uagb-toc__show-scroll"))},_scrollTop(){window.scrollTo({top:0,behavior:"smooth"})},_scroll(e){e.preventDefault();let t=e.target.getAttribute("href");if(t){const o=document.querySelector(".wp-block-uagb-table-of-contents");scrollData=o.getAttribute("data-scroll"),scrollOffset=o.getAttribute("data-offset");let e=null;t=t.substring(1),document?.querySelector("[id='"+t+"']")&&(e=document.querySelector("[id='"+t+"']")?.getBoundingClientRect().top+window.scrollY),scrollData?null!==e&&scroll({top:e-scrollOffset,behavior:"smooth"}):scroll({top:e,behavior:"auto"})}},_run(e,t){const o=document.querySelector(t),l=(null!==o.querySelector(".uag-toc__collapsible-wrap")&&0<o.querySelector(".uag-toc__collapsible-wrap").length&&o.querySelector(".uagb-toc__title-wrap").classList.add("uagb-toc__is-collapsible"),[]);let r;void 0!==e.mappingHeaders&&(e.mappingHeaders.forEach(function(e,t){!0===e&&l.push("h"+(t+1))}),r=null!==l?l.join(","):"");var p=void 0!==r&&""!==r?document.body.querySelectorAll(r):document.body.querySelectorAll("h1, h2, h3, h4, h5, h6");if(0!==p.length){const u=o.querySelector(".uagb-toc__list-wrap"),s=Array.from(p);for(let e=0;e<s.length;e++){let t=function(e){if(!e)return e;e=e.toString().toLowerCase().replace(/\…+/g,"").replace(/\u2013|\u2014/g,"").replace(/&(amp;)/g,"").replace(/[&]nbsp[;]/gi,"-").replace(/[^a-z0-9 -_]/gi,"").replace(/&(mdash;)/g,"").replace(/\s+/g,"-").replace(/[&\/\\#,^!+()$~%.\[\]'":*?;-_<>{}@‘’”“|]/g,"").replace(/\-\-+/g,"-").replace(/^-+/,"").replace(/-+$/,"");return decodeURI(encodeURIComponent(e))}(s[e].innerText);if(""!==s[e].innerText&&t.length<1){const a=u.getElementsByTagName("a");var d=s[e].innerText;for(let e=0;e<a.length;e++)if(a[e].textContent===d){const c="#toc_"+Math.random();a[e].setAttribute("href",c),t=c.substring(1)}}const n=document.createElement("span");n.id=t,n.className="uag-toc__heading-anchor",s[e].prepend(n)}}scrolltoTop=e.scrollToTop;if(null===(scrollElement=document.querySelector(".uagb-toc__scroll-top"))){const i=document.createElement("div");i.classList.add("uagb-toc__scroll-top"),i.innerHTML='<svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve"><path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/></svg>',document.body.appendChild(i)}null!==scrollElement&&scrollElement.classList.add("uagb-toc__show-scroll"),UAGBTableOfContents._showHideScroll(),UAGBTableOfContents.hyperLinks(),UAGBTableOfContents.init(t)}};
1
+ let scrollData=!0,scrollOffset=30,scrolltoTop=!1,scrollElement=null;UAGBTableOfContents={init(e){null!==document.querySelector(".uagb-toc__list")&&document.querySelector(".uagb-toc__list").addEventListener("click",UAGBTableOfContents._scroll),null!==document.querySelector(".uagb-toc__scroll-top")&&document.querySelector(".uagb-toc__scroll-top").addEventListener("click",UAGBTableOfContents._scrollTop);const s=document.querySelector(e);document.addEventListener("click",function(e){const t=e.target,o="path"===t?.tagName||"svg"===t?.tagName,l="uagb-toc__title"===t?.parentNode?.className;if(o&&l){const r=t?.closest(".wp-block-uagb-table-of-contents");r.classList.contains("uagb-toc__collapse")?(r.classList.remove("uagb-toc__collapse"),UAGBTableOfContents._slideDown(s?.querySelector(".wp-block-uagb-table-of-contents .uagb-toc__list-wrap"),500)):(r.classList.add("uagb-toc__collapse"),UAGBTableOfContents._slideUp(s?.querySelector(".wp-block-uagb-table-of-contents.uagb-toc__collapse .uagb-toc__list-wrap"),500))}}),document.addEventListener("scroll",UAGBTableOfContents._showHideScroll)},_slideUp(e,t){e.style.transitionProperty="height, margin, padding",e.style.transitionDuration=t+"ms",e.style.boxSizing="border-box",e.style.height=e.offsetHeight+"px",e.offsetHeight,e.style.overflow="hidden",e.style.height=0,e.style.paddingTop=0,e.style.paddingBottom=0,e.style.marginTop=0,e.style.marginBottom=0,window.setTimeout(()=>{e.style.display="none",e.style.removeProperty("height"),e.style.removeProperty("padding-top"),e.style.removeProperty("padding-bottom"),e.style.removeProperty("margin-top"),e.style.removeProperty("margin-bottom"),e.style.removeProperty("overflow"),e.style.removeProperty("transition-duration"),e.style.removeProperty("transition-property")},t)},_slideDown(e,t){e.style?.removeProperty("display");let o=window?.getComputedStyle(e).display;"none"===o&&(o="block"),e.style.display=o;var l=e.offsetHeight;e.style.overflow="hidden",e.style.height=0,e.style.paddingTop=0,e.style.paddingBottom=0,e.style.marginTop=0,e.style.marginBottom=0,e.offsetHeight,e.style.boxSizing="border-box",e.style.transitionProperty="height, margin, padding",e.style.transitionDuration=t+"ms",e.style.height=l+"px",e.style.removeProperty("padding-top"),e.style.removeProperty("padding-bottom"),e.style.removeProperty("margin-top"),e.style.removeProperty("margin-bottom"),window.setTimeout(()=>{e.style.removeProperty("height"),e.style.removeProperty("overflow"),e.style.removeProperty("transition-duration"),e.style.removeProperty("transition-property")},t)},hyperLinks(){const e=window.location.hash.substring(0);if(""!==e&&!/[^a-z0-9_-]$/.test(e)){var t=encodeURI(e.substring(0));if(null!==document?.querySelector(t)){const o=document.querySelector(".wp-block-uagb-table-of-contents");scrollOffset=o.getAttribute("data-offset");t=document.querySelector(e).offsetTop;null!==t&&scroll({top:t-scrollOffset,behavior:"smooth"})}}},_showHideScroll(){null!==(scrollElement=document.querySelector(".uagb-toc__scroll-top"))&&(300<window.scrollY&&scrolltoTop?scrollElement.classList.add("uagb-toc__show-scroll"):scrollElement.classList.remove("uagb-toc__show-scroll"))},_scrollTop(){window.scrollTo({top:0,behavior:"smooth"})},_scroll(e){e.preventDefault();let t=e.target.getAttribute("href");if(t){const o=document.querySelector(".wp-block-uagb-table-of-contents");scrollData=o.getAttribute("data-scroll"),scrollOffset=o.getAttribute("data-offset");let e=null;t=t.substring(1),document?.querySelector("[id='"+t+"']")&&(e=document.querySelector("[id='"+t+"']")?.getBoundingClientRect().top+window.scrollY),scrollData?null!==e&&scroll({top:e-scrollOffset,behavior:"smooth"}):scroll({top:e,behavior:"auto"})}},_run(e,p){const t=document.querySelector(p),o=(null!==t.querySelector(".uag-toc__collapsible-wrap")&&0<t.querySelector(".uag-toc__collapsible-wrap").length&&t.querySelector(".uagb-toc__title-wrap").classList.add("uagb-toc__is-collapsible"),[]);let l;void 0!==e.mappingHeaders&&(e.mappingHeaders.forEach(function(e,t){!0===e&&o.push("h"+(t+1))}),l=null!==o?o.join(","):"");var u=void 0!==l&&""!==l?document.body.querySelectorAll(l):document.body.querySelectorAll("h1, h2, h3, h4, h5, h6");if(0!==u.length){const r=t.querySelector(".uagb-toc__list-wrap"),s=Array.from(u);function d(e=[]){const o=[];return e.reduce((e,t)=>((e.some(e=>e.innerText===t.innerText)?o:e).push(t),e),[]),o}const n=d(s);for(let e=0;e<s.length;e++){let t=function(e){if(!e)return e;e=e.toString().toLowerCase().replace(/\…+/g,"").replace(/\u2013|\u2014/g,"").replace(/&(amp;)/g,"").replace(/[&]nbsp[;]/gi,"-").replace(/[^a-z0-9 -_]/gi,"").replace(/&(mdash;)/g,"").replace(/\s+/g,"-").replace(/[&\/\\#,^!+()$~%.\[\]'":*?;-_<>{}@‘’”“|]/g,"").replace(/\-\-+/g,"-").replace(/^-+/,"").replace(/-+$/,"");return decodeURI(encodeURIComponent(e))}(s[e].innerText);if(""!==s[e].innerText&&t.length<1){const c=r.getElementsByTagName("a");var g=s[e].innerText;for(let e=0;e<c.length;e++)if(c[e].textContent===g){const y="#toc_"+Math.random();c[e].setAttribute("href",y),t=y.substring(1)}}const a=document.createElement("span");a.id=t,a.className="uag-toc__heading-anchor",s[e].prepend(a);for(let t=0;t<n.length;t++){const m="#toc_"+Math.random();n[t]?.querySelector(".uag-toc__heading-anchor")?.setAttribute("id",m.substring(1));const b=d(Array.from(r.getElementsByTagName("a")));for(let e=0;e<b.length;e++)b[t]?.setAttribute("href",m)}}}scrolltoTop=e.scrollToTop;if(null===(scrollElement=document.querySelector(".uagb-toc__scroll-top"))){const i=document.createElement("div");i.classList.add("uagb-toc__scroll-top"),i.innerHTML='<svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve"><path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/></svg>',document.body.appendChild(i)}null!==scrollElement&&scrollElement.classList.add("uagb-toc__show-scroll"),UAGBTableOfContents._showHideScroll(),UAGBTableOfContents.hyperLinks(),UAGBTableOfContents.init(p)}};
blocks-config/utils/Helpers.js CHANGED
@@ -14,4 +14,8 @@
14
  }
15
  }
16
  return sizeArr;
17
- }
 
 
 
 
14
  }
15
  }
16
  return sizeArr;
17
+ }
18
+
19
+ export function getIdFromString( label ){
20
+ return label ? label.toLowerCase().replace( /[^a-zA-Z ]/g, '' ).replace( /\s+/g, '-' ) : '';
21
+ }
classes/class-uagb-loader.php CHANGED
@@ -92,7 +92,7 @@ if ( ! class_exists( 'UAGB_Loader' ) ) {
92
  define( 'UAGB_BASE', plugin_basename( UAGB_FILE ) );
93
  define( 'UAGB_DIR', plugin_dir_path( UAGB_FILE ) );
94
  define( 'UAGB_URL', plugins_url( '/', UAGB_FILE ) );
95
- define( 'UAGB_VER', '2.1.0' );
96
  define( 'UAGB_MODULES_DIR', UAGB_DIR . 'modules/' );
97
  define( 'UAGB_MODULES_URL', UAGB_URL . 'modules/' );
98
  define( 'UAGB_SLUG', 'spectra' );
92
  define( 'UAGB_BASE', plugin_basename( UAGB_FILE ) );
93
  define( 'UAGB_DIR', plugin_dir_path( UAGB_FILE ) );
94
  define( 'UAGB_URL', plugins_url( '/', UAGB_FILE ) );
95
+ define( 'UAGB_VER', '2.1.1' );
96
  define( 'UAGB_MODULES_DIR', UAGB_DIR . 'modules/' );
97
  define( 'UAGB_MODULES_URL', UAGB_URL . 'modules/' );
98
  define( 'UAGB_SLUG', 'spectra' );
dist/blocks.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-url'), 'version' => '925766953fb4020308191e9fcf354237');
1
+ <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-url'), 'version' => '6e2fb5f34373f72bdd33cc8d145c7cee');
dist/blocks.js CHANGED
@@ -1,4 +1,4 @@
1
- (window.webpackJsonp_ultimate_addons_for_gutenberg=window.webpackJsonp_ultimate_addons_for_gutenberg||[]).push([[1],{138:function(e,t,a){},143:function(e,t,a){},144:function(e,t,a){},145:function(e,t,a){},191:function(e,t,a){},192:function(e,t,a){},193:function(e,t,a){},194:function(e,t,a){},195:function(e,t,a){},196:function(e,t,a){},197:function(e,t,a){},198:function(e,t,a){},199:function(e,t,a){},200:function(e,t,a){},201:function(e,t,a){},202:function(e,t,a){},31:function(e,t,a){},335:function(e,t,a){},336:function(e,t,a){},337:function(e,t,a){},338:function(e,t,a){},339:function(e,t,a){},340:function(e,t,a){},341:function(e,t,a){},342:function(e,t,a){},343:function(e,t,a){},344:function(e,t,a){},345:function(e,t,a){},346:function(e,t,a){},347:function(e,t,a){},348:function(e,t,a){},350:function(e,t,a){},351:function(e,t,a){},352:function(e,t,a){},353:function(e,t,a){},354:function(e,t,a){},355:function(e,t,a){},44:function(e,t,a){},60:function(e,t,a){}}]),function(e){function t(t){for(var l,n,r=t[0],s=t[1],u=t[2],b=0,d=[];b<r.length;b++)n=r[b],Object.prototype.hasOwnProperty.call(i,n)&&i[n]&&d.push(i[n][0]),i[n]=0;for(l in s)Object.prototype.hasOwnProperty.call(s,l)&&(e[l]=s[l]);for(c&&c(t);d.length;)d.shift()();return o.push.apply(o,u||[]),a()}function a(){for(var e,t=0;t<o.length;t++){for(var a=o[t],l=!0,r=1;r<a.length;r++){var s=a[r];0!==i[s]&&(l=!1)}l&&(o.splice(t--,1),e=n(n.s=a[0]))}return e}var l={},i={0:0},o=[];function n(t){if(l[t])return l[t].exports;var a=l[t]={i:t,l:!1,exports:{}};return e[t].call(a.exports,a,a.exports,n),a.l=!0,a.exports}n.m=e,n.c=l,n.d=function(e,t,a){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var l in e)n.d(a,l,function(t){return e[t]}.bind(null,l));return a},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="";var r=window.webpackJsonp_ultimate_addons_for_gutenberg=window.webpackJsonp_ultimate_addons_for_gutenberg||[],s=r.push.bind(r);r.push=t,r=r.slice();for(var u=0;u<r.length;u++)t(r[u]);var c=s;o.push([356,1]),a()}([function(e,t){e.exports=window.React},function(e,t){e.exports=window.wp.i18n},function(e,t){e.exports=window.wp.blockEditor},function(e,t){e.exports=window.wp.components},function(e,t,a){var l;!function(){"use strict";var a={}.hasOwnProperty;function i(){for(var e=[],t=0;t<arguments.length;t++){var l=arguments[t];if(l){var o=typeof l;if("string"===o||"number"===o)e.push(l);else if(Array.isArray(l)){if(l.length){var n=i.apply(null,l);n&&e.push(n)}}else if("object"===o)if(l.toString===Object.prototype.toString)for(var r in l)a.call(l,r)&&l[r]&&e.push(r);else e.push(l.toString())}}return e.join(" ")}e.exports?(i.default=i,e.exports=i):void 0===(l=function(){return i}.apply(t,[]))||(e.exports=l)}()},function(e,t){e.exports=window.wp.element},function(e,t){e.exports=window.wp.blocks},function(e,t){e.exports=window.wp.data},function(e,t,a){"use strict";var l,i=function(){var e={};return function(t){if(void 0===e[t]){var a=document.querySelector(t);if(window.HTMLIFrameElement&&a instanceof window.HTMLIFrameElement)try{a=a.contentDocument.head}catch(e){a=null}e[t]=a}return e[t]}}(),o=[];function n(e){for(var t=-1,a=0;a<o.length;a++)if(o[a].identifier===e){t=a;break}return t}function r(e,t){for(var a={},l=[],i=0;i<e.length;i++){var r=e[i],s=t.base?r[0]+t.base:r[0],u=a[s]||0,c="".concat(s," ").concat(u);a[s]=u+1;var b=n(c),d={css:r[1],media:r[2],sourceMap:r[3]};-1!==b?(o[b].references++,o[b].updater(d)):o.push({identifier:c,updater:m(d,t),references:1}),l.push(c)}return l}function s(e){var t=document.createElement("style"),l=e.attributes||{};if(void 0===l.nonce){var o=a.nc;o&&(l.nonce=o)}if(Object.keys(l).forEach((function(e){t.setAttribute(e,l[e])})),"function"==typeof e.insert)e.insert(t);else{var n=i(e.insert||"head");if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");n.appendChild(t)}return t}var u,c=(u=[],function(e,t){return u[e]=t,u.filter(Boolean).join("\n")});function b(e,t,a,l){var i=a?"":l.media?"@media ".concat(l.media," {").concat(l.css,"}"):l.css;if(e.styleSheet)e.styleSheet.cssText=c(t,i);else{var o=document.createTextNode(i),n=e.childNodes;n[t]&&e.removeChild(n[t]),n.length?e.insertBefore(o,n[t]):e.appendChild(o)}}function d(e,t,a){var l=a.css,i=a.media,o=a.sourceMap;if(i?e.setAttribute("media",i):e.removeAttribute("media"),o&&"undefined"!=typeof btoa&&(l+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),e.styleSheet)e.styleSheet.cssText=l;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(l))}}var p=null,g=0;function m(e,t){var a,l,i;if(t.singleton){var o=g++;a=p||(p=s(t)),l=b.bind(null,a,o,!1),i=b.bind(null,a,o,!0)}else a=s(t),l=d.bind(null,a,t),i=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(a)};return l(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;l(e=t)}else i()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=(void 0===l&&(l=Boolean(window&&document&&document.all&&!window.atob)),l));var a=r(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var l=0;l<a.length;l++){var i=n(a[l]);o[i].references--}for(var s=r(e,t),u=0;u<a.length;u++){var c=n(a[u]);0===o[c].references&&(o[c].updater(),o.splice(c,1))}a=s}}}},function(e,t,a){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var a=e(t);return t[2]?"@media ".concat(t[2]," {").concat(a,"}"):a})).join("")},t.i=function(e,a,l){"string"==typeof e&&(e=[[null,e,""]]);var i={};if(l)for(var o=0;o<this.length;o++){var n=this[o][0];null!=n&&(i[n]=!0)}for(var r=0;r<e.length;r++){var s=[].concat(e[r]);l&&i[s[0]]||(a&&(s[2]?s[2]="".concat(a," and ").concat(s[2]):s[2]=a),t.push(s))}},t}},function(e,t){e.exports=window.wp.date},function(e,t){e.exports=window.wp.hooks},function(e,t,a){e.exports=a(180)()},function(e,t,a){"use strict";(function(e){a.d(t,"b",(function(){return n})),a.d(t,"a",(function(){return r}));var l=a(178),i=void 0!==e?e:{},o=Object(l.a)(i),n=(o.flush,o.hydrate,o.cx,o.merge,o.getRegisteredStyles,o.injectGlobal),r=(o.keyframes,o.css);o.sheet,o.caches}).call(this,a(24))},function(e,t){e.exports=window.wp.compose},function(e,t){e.exports=window.wp.htmlEntities},function(e,t){e.exports=window.wp.apiFetch},function(e,t,a){var l=a(149),i="object"==typeof self&&self&&self.Object===Object&&self,o=l||i||Function("return this")();e.exports=o},function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},function(e,t){e.exports=window.ReactDOM},function(e,t){e.exports=window.wp.blob},function(e,t,a){var l=a(210),i=a(215);e.exports=function(e,t){var a=i(e,t);return l(a)?a:void 0}},function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e}},function(e,t){var a=Array.isArray;e.exports=a},function(e,t){var a;a=function(){return this}();try{a=a||new Function("return this")()}catch(e){"object"==typeof window&&(a=window)}e.exports=a},function(e,t,a){var l=a(29),i=a(211),o=a(212),n=l?l.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":n&&n in Object(e)?i(e):o(e)}},function(e,t,a){var l=a(47),i=a(146);e.exports=function(e,t,a,o){var n=!a;a||(a={});for(var r=-1,s=t.length;++r<s;){var u=t[r],c=o?o(a[u],e[u],u,a,e):void 0;void 0===c&&(c=e[u]),n?i(a,u,c):l(a,u,c)}return a}},function(e,t,a){"use strict";var l;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=((l=a(319))&&l.__esModule?l:{default:l}).default;t.default=i},function(e,t){e.exports=window.wp.primitives},function(e,t,a){var l=a(17).Symbol;e.exports=l},function(e,t,a){"use strict";var l=r(a(184)),i=r(a(189)),o=r(a(142)),n=r(a(139));function r(e){return e&&e.__esModule?e:{default:e}}e.exports={Transition:n.default,TransitionGroup:o.default,ReplaceTransition:i.default,CSSTransition:l.default}},,function(e,t,a){var l=a(148),i=a(154);e.exports=function(e){return null!=e&&i(e.length)&&!l(e)}},function(e,t){var a=Object.prototype;e.exports=function(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||a)}},function(e,t,a){var l=a(156),i=a(228),o=a(32);e.exports=function(e){return o(e)?l(e):i(e)}},function(e,t,a){var l=a(25),i=a(22);e.exports=function(e){return"symbol"==typeof e||i(e)&&"[object Symbol]"==l(e)}},function(e,t,a){var l=a(249),i=a(250),o=a(251),n=a(252),r=a(253);function s(e){var t=-1,a=null==e?0:e.length;for(this.clear();++t<a;){var l=e[t];this.set(l[0],l[1])}}s.prototype.clear=l,s.prototype.delete=i,s.prototype.get=o,s.prototype.has=n,s.prototype.set=r,e.exports=s},function(e,t,a){var l=a(48);e.exports=function(e,t){for(var a=e.length;a--;)if(l(e[a][0],t))return a;return-1}},function(e,t,a){var l=a(21)(Object,"create");e.exports=l},function(e,t,a){var l=a(267);e.exports=function(e,t){var a=e.__data__;return l(t)?a["string"==typeof t?"string":"hash"]:a.map}},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.canUseDOM=t.slidesOnLeft=t.slidesOnRight=t.siblingDirection=t.getTotalSlides=t.getPostClones=t.getPreClones=t.getTrackLeft=t.getTrackAnimateCSS=t.getTrackCSS=t.checkSpecKeys=t.getSlideCount=t.checkNavigable=t.getNavigableIndexes=t.swipeEnd=t.swipeMove=t.swipeStart=t.keyHandler=t.changeSlide=t.slideHandler=t.initializedState=t.extractObject=t.canGoNext=t.getSwipeDirection=t.getHeight=t.getWidth=t.lazySlidesOnRight=t.lazySlidesOnLeft=t.lazyEndIndex=t.lazyStartIndex=t.getRequiredLazySlides=t.getOnDemandLazySlides=void 0;var l=o(a(0)),i=o(a(19));function o(e){return e&&e.__esModule?e:{default:e}}function n(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{},l=Object.keys(a);"function"==typeof Object.getOwnPropertySymbols&&(l=l.concat(Object.getOwnPropertySymbols(a).filter((function(e){return Object.getOwnPropertyDescriptor(a,e).enumerable})))),l.forEach((function(t){r(e,t,a[t])}))}return e}function r(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}var s=function(e){for(var t=[],a=u(e),l=c(e),i=a;i<l;i++)e.lazyLoadedList.indexOf(i)<0&&t.push(i);return t};t.getOnDemandLazySlides=s,t.getRequiredLazySlides=function(e){for(var t=[],a=u(e),l=c(e),i=a;i<l;i++)t.push(i);return t};var u=function(e){return e.currentSlide-b(e)};t.lazyStartIndex=u;var c=function(e){return e.currentSlide+d(e)};t.lazyEndIndex=c;var b=function(e){return e.centerMode?Math.floor(e.slidesToShow/2)+(parseInt(e.centerPadding)>0?1:0):0};t.lazySlidesOnLeft=b;var d=function(e){return e.centerMode?Math.floor((e.slidesToShow-1)/2)+1+(parseInt(e.centerPadding)>0?1:0):e.slidesToShow};t.lazySlidesOnRight=d;var p=function(e){return e&&e.offsetWidth||0};t.getWidth=p;var g=function(e){return e&&e.offsetHeight||0};t.getHeight=g;var m=function(e){var t,a,l,i,o=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return t=e.startX-e.curX,a=e.startY-e.curY,l=Math.atan2(a,t),(i=Math.round(180*l/Math.PI))<0&&(i=360-Math.abs(i)),i<=45&&i>=0||i<=360&&i>=315?"left":i>=135&&i<=225?"right":!0===o?i>=35&&i<=135?"up":"down":"vertical"};t.getSwipeDirection=m;var y=function(e){var t=!0;return e.infinite||(e.centerMode&&e.currentSlide>=e.slideCount-1||e.slideCount<=e.slidesToShow||e.currentSlide>=e.slideCount-e.slidesToShow)&&(t=!1),t};t.canGoNext=y,t.extractObject=function(e,t){var a={};return t.forEach((function(t){return a[t]=e[t]})),a},t.initializedState=function(e){var t,a=l.default.Children.count(e.children),o=Math.ceil(p(i.default.findDOMNode(e.listRef))),n=Math.ceil(p(i.default.findDOMNode(e.trackRef)));if(e.vertical)t=o;else{var r=e.centerMode&&2*parseInt(e.centerPadding);"string"==typeof e.centerPadding&&"%"===e.centerPadding.slice(-1)&&(r*=o/100),t=Math.ceil((o-r)/e.slidesToShow)}var u=i.default.findDOMNode(e.listRef)&&g(i.default.findDOMNode(e.listRef).querySelector('[data-index="0"]')),c=u*e.slidesToShow,b=void 0===e.currentSlide?e.initialSlide:e.currentSlide;e.rtl&&void 0===e.currentSlide&&(b=a-1-e.initialSlide);var d=e.lazyLoadedList||[],m=s({currentSlide:b,lazyLoadedList:d});d.concat(m);var y={slideCount:a,slideWidth:t,listWidth:o,trackWidth:n,currentSlide:b,slideHeight:u,listHeight:c,lazyLoadedList:d};return null===e.autoplaying&&e.autoplay&&(y.autoplaying="playing"),y},t.slideHandler=function(e){var t=e.waitForAnimate,a=e.animating,l=e.fade,i=e.infinite,o=e.index,r=e.slideCount,u=e.lazyLoadedList,c=e.lazyLoad,b=e.currentSlide,d=e.centerMode,p=e.slidesToScroll,g=e.slidesToShow,m=e.useCSS;if(t&&a)return{};var f,h,v,_=o,k={},P={};if(l){if(!i&&(o<0||o>=r))return{};o<0?_=o+r:o>=r&&(_=o-r),c&&u.indexOf(_)<0&&u.push(_),k={animating:!0,currentSlide:_,lazyLoadedList:u},P={animating:!1}}else f=_,_<0?(f=_+r,i?r%p!=0&&(f=r-r%p):f=0):!y(e)&&_>b?_=f=b:d&&_>=r?(_=i?r:r-1,f=i?0:r-1):_>=r&&(f=_-r,i?r%p!=0&&(f=0):f=r-g),h=w(n({},e,{slideIndex:_})),v=w(n({},e,{slideIndex:f})),i||(h===v&&(_=f),h=v),c&&u.concat(s(n({},e,{currentSlide:_}))),m?(k={animating:!0,currentSlide:f,trackStyle:T(n({},e,{left:h})),lazyLoadedList:u},P={animating:!1,currentSlide:f,trackStyle:C(n({},e,{left:v})),swipeLeft:null}):k={currentSlide:f,trackStyle:C(n({},e,{left:v})),lazyLoadedList:u};return{state:k,nextState:P}},t.changeSlide=function(e,t){var a,l,i,o,r=e.slidesToScroll,s=e.slidesToShow,u=e.slideCount,c=e.currentSlide,b=e.lazyLoad,d=e.infinite;if(a=u%r!=0?0:(u-c)%r,"previous"===t.message)o=c-(i=0===a?r:s-a),b&&!d&&(o=-1==(l=c-i)?u-1:l);else if("next"===t.message)o=c+(i=0===a?r:a),b&&!d&&(o=(c+r)%u+a);else if("dots"===t.message){if((o=t.index*t.slidesToScroll)===t.currentSlide)return null}else if("children"===t.message){if((o=t.index)===t.currentSlide)return null;if(d){var p=S(n({},e,{targetSlide:o}));o>t.currentSlide&&"left"===p?o-=u:o<t.currentSlide&&"right"===p&&(o+=u)}}else if("index"===t.message&&(o=Number(t.index))===t.currentSlide)return null;return o},t.keyHandler=function(e,t,a){return e.target.tagName.match("TEXTAREA|INPUT|SELECT")||!t?"":37===e.keyCode?a?"next":"previous":39===e.keyCode?a?"previous":"next":""},t.swipeStart=function(e,t,a){return"IMG"===e.target.tagName&&e.preventDefault(),!t||!a&&-1!==e.type.indexOf("mouse")?"":{dragging:!0,touchObject:{startX:e.touches?e.touches[0].pageX:e.clientX,startY:e.touches?e.touches[0].pageY:e.clientY,curX:e.touches?e.touches[0].pageX:e.clientX,curY:e.touches?e.touches[0].pageY:e.clientY}}},t.swipeMove=function(e,t){var a=t.scrolling,l=t.animating,i=t.vertical,o=t.swipeToSlide,r=t.verticalSwiping,s=t.rtl,u=t.currentSlide,c=t.edgeFriction,b=t.edgeDragged,d=t.onEdge,p=t.swiped,g=t.swiping,f=t.slideCount,h=t.slidesToScroll,v=t.infinite,_=t.touchObject,T=t.swipeEvent,k=t.listHeight,P=t.listWidth;if(!a){if(l)return e.preventDefault();i&&o&&r&&e.preventDefault();var x,S={},M=w(t);_.curX=e.touches?e.touches[0].pageX:e.clientX,_.curY=e.touches?e.touches[0].pageY:e.clientY,_.swipeLength=Math.round(Math.sqrt(Math.pow(_.curX-_.startX,2)));var A=Math.round(Math.sqrt(Math.pow(_.curY-_.startY,2)));if(!r&&!g&&A>10)return{scrolling:!0};r&&(_.swipeLength=A);var E=(s?-1:1)*(_.curX>_.startX?1:-1);r&&(E=_.curY>_.startY?1:-1);var B=Math.ceil(f/h),O=m(t.touchObject,r),U=_.swipeLength;return v||(0===u&&"right"===O||u+1>=B&&"left"===O||!y(t)&&"left"===O)&&(U=_.swipeLength*c,!1===b&&d&&(d(O),S.edgeDragged=!0)),!p&&T&&(T(O),S.swiped=!0),x=i?M+U*(k/P)*E:s?M-U*E:M+U*E,r&&(x=M+U*E),S=n({},S,{touchObject:_,swipeLeft:x,trackStyle:C(n({},t,{left:x}))}),Math.abs(_.curX-_.startX)<.8*Math.abs(_.curY-_.startY)||_.swipeLength>10&&(S.swiping=!0,e.preventDefault()),S}},t.swipeEnd=function(e,t){var a=t.dragging,l=t.swipe,i=t.touchObject,o=t.listWidth,r=t.touchThreshold,s=t.verticalSwiping,u=t.listHeight,c=t.currentSlide,b=t.swipeToSlide,d=t.scrolling,p=t.onSwipe;if(!a)return l&&e.preventDefault(),{};var g=s?u/r:o/r,y=m(i,s),f={dragging:!1,edgeDragged:!1,scrolling:!1,swiping:!1,swiped:!1,swipeLeft:null,touchObject:{}};if(d)return f;if(!i.swipeLength)return f;if(i.swipeLength>g){var _,C;switch(e.preventDefault(),p&&p(y),y){case"left":case"up":C=c+v(t),_=b?h(t,C):C,f.currentDirection=0;break;case"right":case"down":C=c-v(t),_=b?h(t,C):C,f.currentDirection=1;break;default:_=c}f.triggerSlideHandler=_}else{var k=w(t);f.trackStyle=T(n({},t,{left:k}))}return f};var f=function(e){for(var t=e.infinite?2*e.slideCount:e.slideCount,a=e.infinite?-1*e.slidesToShow:0,l=e.infinite?-1*e.slidesToShow:0,i=[];a<t;)i.push(a),a=l+e.slidesToScroll,l+=Math.min(e.slidesToScroll,e.slidesToShow);return i};t.getNavigableIndexes=f;var h=function(e,t){var a=f(e),l=0;if(t>a[a.length-1])t=a[a.length-1];else for(var i in a){if(t<a[i]){t=l;break}l=a[i]}return t};t.checkNavigable=h;var v=function(e){var t=e.centerMode?e.slideWidth*Math.floor(e.slidesToShow/2):0;if(e.swipeToSlide){var a,l=i.default.findDOMNode(e.listRef).querySelectorAll(".slick-slide");if(Array.from(l).every((function(l){if(e.vertical){if(l.offsetTop+g(l)/2>-1*e.swipeLeft)return a=l,!1}else if(l.offsetLeft-t+p(l)/2>-1*e.swipeLeft)return a=l,!1;return!0})),!a)return 0;var o=!0===e.rtl?e.slideCount-e.currentSlide:e.currentSlide;return Math.abs(a.dataset.index-o)||1}return e.slidesToScroll};t.getSlideCount=v;var _=function(e,t){return t.reduce((function(t,a){return t&&e.hasOwnProperty(a)}),!0)?null:console.error("Keys Missing:",e)};t.checkSpecKeys=_;var C=function(e){var t,a;_(e,["left","variableWidth","slideCount","slidesToShow","slideWidth"]);var l=e.slideCount+2*e.slidesToShow;e.vertical?a=l*e.slideHeight:t=x(e)*e.slideWidth;var i={opacity:1,transition:"",WebkitTransition:""};return e.useTransform?i=n({},i,{WebkitTransform:e.vertical?"translate3d(0px, "+e.left+"px, 0px)":"translate3d("+e.left+"px, 0px, 0px)",transform:e.vertical?"translate3d(0px, "+e.left+"px, 0px)":"translate3d("+e.left+"px, 0px, 0px)",msTransform:e.vertical?"translateY("+e.left+"px)":"translateX("+e.left+"px)"}):e.vertical?i.top=e.left:i.left=e.left,e.fade&&(i={opacity:1}),t&&(i.width=t),a&&(i.height=a),window&&!window.addEventListener&&window.attachEvent&&(e.vertical?i.marginTop=e.left+"px":i.marginLeft=e.left+"px"),i};t.getTrackCSS=C;var T=function(e){_(e,["left","variableWidth","slideCount","slidesToShow","slideWidth","speed","cssEase"]);var t=C(e);return e.useTransform?(t.WebkitTransition="-webkit-transform "+e.speed+"ms "+e.cssEase,t.transition="transform "+e.speed+"ms "+e.cssEase):e.vertical?t.transition="top "+e.speed+"ms "+e.cssEase:t.transition="left "+e.speed+"ms "+e.cssEase,t};t.getTrackAnimateCSS=T;var w=function(e){if(e.unslick)return 0;_(e,["slideIndex","trackRef","infinite","centerMode","slideCount","slidesToShow","slidesToScroll","slideWidth","listWidth","variableWidth","slideHeight"]);var t,a,l=e.slideIndex,o=e.trackRef,n=e.infinite,r=e.centerMode,s=e.slideCount,u=e.slidesToShow,c=e.slidesToScroll,b=e.slideWidth,d=e.listWidth,p=e.variableWidth,g=e.slideHeight,m=e.fade,y=e.vertical;if(m||1===e.slideCount)return 0;var f=0;if(n?(f=-k(e),s%c!=0&&l+c>s&&(f=-(l>s?u-(l-s):s%c)),r&&(f+=parseInt(u/2))):(s%c!=0&&l+c>s&&(f=u-s%c),r&&(f=parseInt(u/2))),t=y?l*g*-1+f*g:l*b*-1+f*b,!0===p){var h,v=i.default.findDOMNode(o);if(h=l+k(e),t=(a=v&&v.childNodes[h])?-1*a.offsetLeft:0,!0===r){h=n?l+k(e):l,a=v&&v.children[h],t=0;for(var C=0;C<h;C++)t-=v&&v.children[C]&&v.children[C].offsetWidth;t-=parseInt(e.centerPadding),t+=a&&(d-a.offsetWidth)/2}}return t};t.getTrackLeft=w;var k=function(e){return e.unslick||!e.infinite?0:e.variableWidth?e.slideCount:e.slidesToShow+(e.centerMode?1:0)};t.getPreClones=k;var P=function(e){return e.unslick||!e.infinite?0:e.slideCount};t.getPostClones=P;var x=function(e){return 1===e.slideCount?1:k(e)+e.slideCount+P(e)};t.getTotalSlides=x;var S=function(e){return e.targetSlide>e.currentSlide?e.targetSlide>e.currentSlide+M(e)?"left":"right":e.targetSlide<e.currentSlide-A(e)?"right":"left"};t.siblingDirection=S;var M=function(e){var t=e.slidesToShow,a=e.centerMode,l=e.rtl,i=e.centerPadding;if(a){var o=(t-1)/2+1;return parseInt(i)>0&&(o+=1),l&&t%2==0&&(o+=1),o}return l?0:t-1};t.slidesOnRight=M;var A=function(e){var t=e.slidesToShow,a=e.centerMode,l=e.rtl,i=e.centerPadding;if(a){var o=(t-1)/2+1;return parseInt(i)>0&&(o+=1),l||t%2!=0||(o+=1),o}return l?t-1:0};t.slidesOnLeft=A,t.canUseDOM=function(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}},function(e,t){e.exports=window.wp.coreData},function(e,t,a){var l="undefined"!=typeof window,i=l?window.Masonry||a(203):null,o=l?a(208):null,n=a(209),r=a(230),s=a(241),u=a(246),c=a(12),b=a(0),d=a(316),p={enableResizableChildren:c.bool,disableImagesLoaded:c.bool,onImagesLoaded:c.func,updateOnEachImageLoad:c.bool,options:c.object,imagesLoadedOptions:c.object,elementType:c.string,onLayoutComplete:c.func,onRemoveComplete:c.func},g=d({masonry:!1,erd:void 0,latestKnownDomChildren:[],displayName:"MasonryComponent",imagesLoadedCancelRef:void 0,propTypes:p,getDefaultProps:function(){return{enableResizableChildren:!1,disableImagesLoaded:!1,updateOnEachImageLoad:!1,options:{},imagesLoadedOptions:{},className:"",elementType:"div",onLayoutComplete:function(){},onRemoveComplete:function(){}}},initializeMasonry:function(e){this.masonry&&!e||(this.masonry=new i(this.masonryContainer,this.props.options),this.props.onLayoutComplete&&this.masonry.on("layoutComplete",this.props.onLayoutComplete),this.props.onRemoveComplete&&this.masonry.on("removeComplete",this.props.onRemoveComplete),this.latestKnownDomChildren=this.getCurrentDomChildren())},getCurrentDomChildren:function(){var e=this.masonryContainer,t=this.props.options.itemSelector?e.querySelectorAll(this.props.options.itemSelector):e.children;return Array.prototype.slice.call(t)},diffDomChildren:function(){var e=!1,t=this.latestKnownDomChildren.filter((function(e){return!!e.parentNode}));t.length!==this.latestKnownDomChildren.length&&(e=!0);var a=this.getCurrentDomChildren(),l=t.filter((function(e){return!~a.indexOf(e)})),i=a.filter((function(e){return!~t.indexOf(e)})),o=0,n=i.filter((function(e){var t=o===a.indexOf(e);return t&&o++,t})),r=i.filter((function(e){return-1===n.indexOf(e)})),s=[];return 0===l.length&&(s=t.filter((function(e,t){return t!==a.indexOf(e)}))),this.latestKnownDomChildren=a,{old:t,new:a,removed:l,appended:r,prepended:n,moved:s,forceItemReload:e}},performLayout:function(){var e=this.diffDomChildren(),t=e.forceItemReload||e.moved.length>0;e.removed.length>0&&(this.props.enableResizableChildren&&e.removed.forEach(this.erd.removeAllListeners,this.erd),this.masonry.remove(e.removed),t=!0),e.appended.length>0&&(this.masonry.appended(e.appended),0===e.prepended.length&&(t=!0),this.props.enableResizableChildren&&e.appended.forEach(this.listenToElementResize,this)),e.prepended.length>0&&(this.masonry.prepended(e.prepended),this.props.enableResizableChildren&&e.prepended.forEach(this.listenToElementResize,this)),t&&this.masonry.reloadItems(),this.masonry.layout()},derefImagesLoaded:function(){this.imagesLoadedCancelRef(),this.imagesLoadedCancelRef=void 0},imagesLoaded:function(){if(!this.props.disableImagesLoaded){this.imagesLoadedCancelRef&&this.derefImagesLoaded();var e=this.props.updateOnEachImageLoad?"progress":"always",t=s(function(e){this.props.onImagesLoaded&&this.props.onImagesLoaded(e),this.masonry.layout()}.bind(this),100),a=o(this.masonryContainer,this.props.imagesLoadedOptions).on(e,t);this.imagesLoadedCancelRef=function(){a.off(e,t),t.cancel()}}},initializeResizableChildren:function(){this.props.enableResizableChildren&&(this.erd=r({strategy:"scroll"}),this.latestKnownDomChildren.forEach(this.listenToElementResize,this))},listenToElementResize:function(e){this.erd.listenTo(e,function(){this.masonry.layout()}.bind(this))},destroyErd:function(){this.erd&&this.latestKnownDomChildren.forEach(this.erd.uninstall,this.erd)},componentDidMount:function(){this.initializeMasonry(),this.initializeResizableChildren(),this.imagesLoaded()},componentDidUpdate:function(){this.performLayout(),this.imagesLoaded()},componentWillUnmount:function(){this.destroyErd(),this.props.onLayoutComplete&&this.masonry.off("layoutComplete",this.props.onLayoutComplete),this.props.onRemoveComplete&&this.masonry.off("removeComplete",this.props.onRemoveComplete),this.imagesLoadedCancelRef&&this.derefImagesLoaded(),this.masonry.destroy()},setRef:function(e){this.masonryContainer=e},render:function(){var e=u(this.props,Object.keys(p));return b.createElement(this.props.elementType,n({},e,{ref:this.setRef}),this.props.children)}});e.exports=g,e.exports.default=g},function(e,t){e.exports=window.wp.keyboardShortcuts},,function(e,t,a){var l,i;"undefined"!=typeof window&&window,void 0===(i="function"==typeof(l=function(){"use strict";function e(){}var t=e.prototype;return t.on=function(e,t){if(e&&t){var a=this._events=this._events||{},l=a[e]=a[e]||[];return-1==l.indexOf(t)&&l.push(t),this}},t.once=function(e,t){if(e&&t){this.on(e,t);var a=this._onceEvents=this._onceEvents||{};return(a[e]=a[e]||{})[t]=!0,this}},t.off=function(e,t){var a=this._events&&this._events[e];if(a&&a.length){var l=a.indexOf(t);return-1!=l&&a.splice(l,1),this}},t.emitEvent=function(e,t){var a=this._events&&this._events[e];if(a&&a.length){a=a.slice(0),t=t||[];for(var l=this._onceEvents&&this._onceEvents[e],i=0;i<a.length;i++){var o=a[i];l&&l[o]&&(this.off(e,o),delete l[o]),o.apply(this,t)}return this}},t.allOff=function(){delete this._events,delete this._onceEvents},e})?l.call(t,a,t,e):l)||(e.exports=i)},function(e,t,a){var l,i;window,void 0===(i="function"==typeof(l=function(){"use strict";function e(e){var t=parseFloat(e);return-1==e.indexOf("%")&&!isNaN(t)&&t}var t="undefined"==typeof console?function(){}:function(e){console.error(e)},a=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"],l=a.length;function i(e){var a=getComputedStyle(e);return a||t("Style returned "+a+". Are you running this code in a hidden iframe on Firefox? See https://bit.ly/getsizebug1"),a}var o,n=!1;return function t(r){if(function(){if(!n){n=!0;var a=document.createElement("div");a.style.width="200px",a.style.padding="1px 2px 3px 4px",a.style.borderStyle="solid",a.style.borderWidth="1px 2px 3px 4px",a.style.boxSizing="border-box";var l=document.body||document.documentElement;l.appendChild(a);var r=i(a);o=200==Math.round(e(r.width)),t.isBoxSizeOuter=o,l.removeChild(a)}}(),"string"==typeof r&&(r=document.querySelector(r)),r&&"object"==typeof r&&r.nodeType){var s=i(r);if("none"==s.display)return function(){for(var e={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},t=0;t<l;t++)e[a[t]]=0;return e}();var u={};u.width=r.offsetWidth,u.height=r.offsetHeight;for(var c=u.isBorderBox="border-box"==s.boxSizing,b=0;b<l;b++){var d=a[b],p=s[d],g=parseFloat(p);u[d]=isNaN(g)?0:g}var m=u.paddingLeft+u.paddingRight,y=u.paddingTop+u.paddingBottom,f=u.marginLeft+u.marginRight,h=u.marginTop+u.marginBottom,v=u.borderLeftWidth+u.borderRightWidth,_=u.borderTopWidth+u.borderBottomWidth,C=c&&o,T=e(s.width);!1!==T&&(u.width=T+(C?0:m+v));var w=e(s.height);return!1!==w&&(u.height=w+(C?0:y+_)),u.innerWidth=u.width-(m+v),u.innerHeight=u.height-(y+_),u.outerWidth=u.width+f,u.outerHeight=u.height+h,u}}})?l.call(t,a,t,e):l)||(e.exports=i)},function(e,t,a){var l=a(146),i=a(48),o=Object.prototype.hasOwnProperty;e.exports=function(e,t,a){var n=e[t];o.call(e,t)&&i(n,a)&&(void 0!==a||t in e)||l(e,t,a)}},function(e,t){e.exports=function(e,t){return e===t||e!=e&&t!=t}},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t){e.exports=function(e){return function(t){return e(t)}}},function(e,t,a){(function(e){var l=a(149),i=t&&!t.nodeType&&t,o=i&&"object"==typeof e&&e&&!e.nodeType&&e,n=o&&o.exports===i&&l.process,r=function(){try{return o&&o.require&&o.require("util").types||n&&n.binding&&n.binding("util")}catch(e){}}();e.exports=r}).call(this,a(49)(e))},function(e,t,a){var l=a(21)(a(17),"Map");e.exports=l},function(e,t,a){var l=a(156),i=a(274),o=a(32);e.exports=function(e){return o(e)?l(e,!0):i(e)}},function(e,t,a){var l=a(279),i=a(164),o=Object.prototype.propertyIsEnumerable,n=Object.getOwnPropertySymbols,r=n?function(e){return null==e?[]:(e=Object(e),l(n(e),(function(t){return o.call(e,t)})))}:i;e.exports=r},function(e,t){e.exports=function(e,t){for(var a=-1,l=t.length,i=e.length;++a<l;)e[i+a]=t[a];return e}},function(e,t,a){var l=a(159)(Object.getPrototypeOf,Object);e.exports=l},function(e,t,a){var l=a(282),i=a(52),o=a(283),n=a(284),r=a(285),s=a(25),u=a(150),c=u(l),b=u(i),d=u(o),p=u(n),g=u(r),m=s;(l&&"[object DataView]"!=m(new l(new ArrayBuffer(1)))||i&&"[object Map]"!=m(new i)||o&&"[object Promise]"!=m(o.resolve())||n&&"[object Set]"!=m(new n)||r&&"[object WeakMap]"!=m(new r))&&(m=function(e){var t=s(e),a="[object Object]"==t?e.constructor:void 0,l=a?u(a):"";if(l)switch(l){case c:return"[object DataView]";case b:return"[object Map]";case d:return"[object Promise]";case p:return"[object Set]";case g:return"[object WeakMap]"}return t}),e.exports=m},function(e,t,a){var l=a(288);e.exports=function(e){var t=new e.constructor(e.byteLength);return new l(t).set(new l(e)),t}},function(e,t,a){var l=a(23),i=a(300),o=a(301),n=a(304);e.exports=function(e,t){return l(e)?e:i(e,t)?[e]:o(n(e))}},,function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.components-panel[data-uagb-tab] {\n z-index: 99; }\n .components-panel[data-uagb-tab]:not([data-uagb-tab="advance"]) .components-panel__body.block-editor-block-inspector__advanced,\n .components-panel[data-uagb-tab]:not([data-uagb-tab="advance"]) .components-panel__body.editor-block-inspector__advanced.block-editor-block-inspector__advanced,\n .components-panel[data-uagb-tab]:not([data-uagb-tab="advance"]) .block-editor-block-inspector > div > .components-panel__body {\n display: none; }\n .components-panel[data-uagb-tab]:not([data-uagb-tab="advance"]) .block-editor-block-inspector > div > .components-panel__body.uagb-dynamic-content-wrap {\n display: block; }\n .components-panel[data-uagb-tab] .block-editor-block-card {\n padding-bottom: 25px;\n position: relative;\n z-index: 1;\n overflow: hidden; }\n .components-panel[data-uagb-tab] .block-editor-block-card::before {\n content: "";\n position: absolute;\n top: 0;\n left: -16px;\n right: -16px;\n bottom: 0;\n background: #fff;\n z-index: -1; }\n .components-panel[data-uagb-tab] .components-panel__body.edit-post-settings-sidebar__panel-block .block-editor-block-card {\n overflow: unset; }\n .components-panel[data-uagb-tab] .components-panel__body.edit-post-settings-sidebar__panel-block .block-editor-block-card::before {\n top: -16px; }\n\n.components-panel[data-uagb-tab="advance"] .block-editor-block-inspector__advanced {\n border-color: transparent; }\n\n.uagb-inspector-tabs {\n display: flex;\n position: relative;\n background: #fff;\n z-index: 9; }\n .uagb-inspector-tabs::after {\n content: "";\n position: absolute;\n left: 0;\n bottom: 0;\n top: 50%;\n right: 0;\n z-index: 0;\n background: #fff;\n pointer-events: none; }\n .uagb-inspector-tabs button {\n flex-grow: 1;\n flex-basis: 0;\n display: inline-flex;\n flex-direction: column;\n height: 65px;\n align-items: center;\n justify-content: center;\n border: none;\n position: relative;\n border-radius: 10px;\n background: #fff;\n cursor: pointer; }\n .uagb-inspector-tabs button::after, .uagb-inspector-tabs button::before {\n z-index: 1;\n content: "";\n position: absolute;\n top: 0;\n left: -0.5px;\n right: -0.5px;\n bottom: 50%;\n border: 1px solid transparent;\n border-bottom: none;\n pointer-events: none; }\n .uagb-inspector-tabs button::after {\n top: 50%;\n bottom: 0;\n border-color: #d6d9dd;\n border-bottom: 1px solid #d6d9dd;\n border-top: none; }\n .uagb-inspector-tabs button:not(.uagb-active)::after {\n background: #fff; }\n .uagb-inspector-tabs button.uagb-active {\n background: #fff;\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0; }\n .uagb-inspector-tabs button.uagb-active::before {\n border-color: #d6d9dd;\n border-top-color: #0085ba;\n border-top-width: 4px; }\n .uagb-inspector-tabs button.uagb-active::after {\n border-color: transparent; }\n .uagb-inspector-tabs button.uagb-active + button {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 10px; }\n .uagb-inspector-tabs button.uagb-active + button::after {\n border-bottom-right-radius: 0;\n border-right-color: transparent; }\n .uagb-inspector-tabs button.uagb-active + button + button {\n border-bottom-left-radius: 0; }\n .uagb-inspector-tabs button.uagb-active + button + button::after {\n border-bottom-left-radius: 0;\n border-left-color: transparent; }\n .uagb-inspector-tabs button:first-child {\n border-bottom-left-radius: 0; }\n .uagb-inspector-tabs button:first-child::after {\n border-bottom-left-radius: 0;\n border-left-color: transparent; }\n .uagb-inspector-tabs button:first-child.uagb-active::after {\n border-left-color: #d6d9dd; }\n .uagb-inspector-tabs button:first-child::before, .uagb-inspector-tabs button:first-child::after {\n left: -1px; }\n .uagb-inspector-tabs button:last-child {\n border-bottom-right-radius: 0; }\n .uagb-inspector-tabs button:last-child::after {\n border-bottom-right-radius: 0;\n border-right-color: transparent; }\n .uagb-inspector-tabs button:last-child.uagb-active::after {\n border-right-color: #d6d9dd; }\n .uagb-inspector-tabs button:last-child::before, .uagb-inspector-tabs button:last-child::after {\n right: 0; }\n .uagb-inspector-tabs button:focus {\n outline: none; }\n .uagb-inspector-tabs button h5 {\n margin: 6px 0 0;\n font-size: 13px;\n font-weight: 400;\n line-height: 1.2; }\n .uagb-inspector-tabs button h5,\n .uagb-inspector-tabs button svg {\n z-index: 2;\n fill: #585858; }\n .uagb-inspector-tabs button.uagb-active h5 {\n color: #0085ba; }\n .uagb-inspector-tabs button:focus path,\n .uagb-inspector-tabs button.uagb-active path {\n fill: #0085ba; }\n .uagb-inspector-tabs.advance.uagb-inspector-tabs-count-3 button:first-child {\n border-bottom-right-radius: 0; }\n .uagb-inspector-tabs.advance.uagb-inspector-tabs-count-3 button:first-child::after {\n border-bottom-right-radius: 0;\n border-right-color: transparent; }\n .uagb-inspector-tabs.advance.uagb-inspector-tabs-count-3 button:first-child + button {\n border-bottom-left-radius: 0; }\n .uagb-inspector-tabs.advance.uagb-inspector-tabs-count-3 button:first-child + button::after {\n border-bottom-left-radius: 0;\n border-left-color: transparent; }\n\n.components-panel .components-panel__body .uagb-inspector-tabs-container {\n position: static !important;\n margin-left: -16px;\n margin-right: -16px;\n border-top: 0 !important;\n top: 0 !important; }\n\n.uagb-inspector-tabs-container {\n position: sticky;\n top: -3px;\n z-index: 9;\n border-top: calc(0.1em + 1px) solid #f2f4f5; }\n\n.uagb-inspector-tab .components-panel__body:first-child,\n.edit-post-settings-sidebar__panel-block .uagb-inspector-tab .components-panel__body:first-child {\n margin-top: 0;\n border-top: none !important; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uag-range-control .uagb-range-control__mobile-controls {\n display: flex;\n width: 100%;\n align-items: center; }\n .uag-range-control .uagb-range-control__mobile-controls .components-base-control.components-range-control {\n -webkit-tap-highlight-color: transparent;\n box-sizing: border-box;\n align-items: flex-start;\n -webkit-box-pack: start;\n justify-content: flex-start;\n margin-right: 20px;\n position: relative;\n width: 100%;\n margin-bottom: 0;\n max-height: 30px; }\n .uag-range-control .uagb-range-control__mobile-controls .components-base-control.components-range-control .components-range-control__tooltip {\n left: 45%; }\n .uag-range-control .uagb-range-control__mobile-controls .components-input-control__container {\n flex: 0 0 0%;\n width: 100%; }\n .uag-range-control .uagb-range-control__mobile-controls .components-number-control {\n width: 35%;\n margin-left: 10px; }\n .uag-range-control .uagb-range-control__mobile-controls .components-number-control .components-input-control__input {\n padding: 0 1px 0 8px !important;\n text-align: left;\n font-size: 14px; }\n\n/*.components-panel__body {\n\t.components-font-size-picker__controls {\n\t\talign-items: center;\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\t\tmargin-bottom: 0;\n\t\tmax-width: 248px;\n\t}\n\t.components-font-size-picker__select {\n\t\tmargin-bottom: 0 !important;\n\t\twidth: 115px;\n\t}\n\t.components-font-size-picker__select .components-base-control__field {\n\t\tmargin-bottom: 0;\n\t}\n\t.components-font-size-picker__select .components-base-control__field {\n\t\tmargin-bottom: 0;\n\t}\n\t.components-font-size-picker__select .components-base-control__label {\n\t\tdisplay: none;\n\t\tmargin-bottom: 5px;\n\t\tvisibility: hidden;\n\t}\n\tinput[type="number"].uagb-range-control__number {\n\t\tborder-left: 1px solid #d5dadf;\n\t\t-webkit-border-radius: 3px 0 0 3px;\n\t\tborder-right: 1px solid #d5dadf;\n\t\tborder-color: #d5dadf;\n\t}\n}*/\n/*.components-panel__body {\n\t.uagb-range-control__mobile-controls-item {\n\t\tbox-shadow: unset !important;\n\t\tborder-radius: unset;\n\t\t&.uagb-range-control__mobile-controls-item--padding.components-button.is-secondary:active:not(:disabled),\n\t\t.uagb-range-control__mobile-controls-item.uagb-range-control__mobile-controls-item--padding.components-button.is-tertiary:active:not(:disabled) {\n\t\t\tbackground: #fff;\n\t\t\tcolor: black;\n\t\t}\n\t}\n}*/\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-advanced-color-settings-container {\n display: flex;\n align-items: center; }\n .uagb-advanced-color-settings-container .uagb-beside-color-click {\n display: flex;\n align-items: center;\n padding-left: 10px; }\n .uagb-advanced-color-settings-container .uagb-color-icon-indicate {\n height: auto;\n position: relative;\n transform: scale(1);\n transition: transform 0.1s ease;\n border-radius: 50%;\n padding: 0; }\n .uagb-advanced-color-settings-container .uagb-has-alpha {\n background-image: linear-gradient(45deg, #ddd 25%, transparent 0), linear-gradient(-45deg, #ddd 25%, transparent 0), linear-gradient(45deg, transparent 75%, #ddd 0), linear-gradient(-45deg, transparent 75%, #ddd 0);\n background-size: 10px 10px;\n background-position: 0 0, 0 5px, 5px -5px, -5px 0; }\n .uagb-advanced-color-settings-container .uagb-beside-color-label {\n flex-grow: 1;\n margin: 0; }\n .uagb-advanced-color-settings-container .uagb-color-icon-indicate\n.component-color-indicator.uagb-advanced-color-indicate {\n width: 28px;\n height: 28px;\n border-radius: 50%;\n margin: 0; }\n .uagb-advanced-color-settings-container .uagb-advanced-color-indicate.uag-global-indicator::before {\n content: "\\f11f";\n font-family: dashicons;\n position: absolute;\n font-size: 16px;\n top: 6px;\n left: 7px; }\n .uagb-advanced-color-settings-container .uag-global-icon-black::before {\n color: #000; }\n .uagb-advanced-color-settings-container .uag-global-icon-white::before {\n color: #fff; }\n\n.uagb-popover-color .components-popover__content {\n overflow-x: hidden;\n overflow-y: auto; }\n\n.uagb-popover-color .components-circular-option-picker {\n padding: 2px 0 10px 5px; }\n .uagb-popover-color .components-circular-option-picker .components-circular-option-picker__swatches {\n margin-right: 0;\n text-align: left;\n padding-left: 10px; }\n\n.uagb-popover-color .uagb-clear-btn-inside-picker {\n margin: 5px 20px 20px 15px;\n padding: 0 8px;\n border: 1px solid #ccc;\n box-shadow: none; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/* Multi Button Gap */\n/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-multi-button-button-group {\n display: flex;\n width: 100%; }\n .uagb-multi-button-button-group .uagb-multi-button {\n width: 100%;\n justify-content: center;\n height: unset;\n padding: 6px;\n line-height: 16px;\n min-height: 30px; }\n .uagb-multi-button-button-group .uagb-multi-button:first-child {\n -webkit-border-radius: 3px 0 0 3px;\n -moz-border-radius: 3px 0 0 3px;\n border-radius: 3px 0 0 3px; }\n .uagb-multi-button-button-group .uagb-multi-button:last-child {\n -webkit-border-radius: 0 3px 3px 0;\n -moz-border-radius: 0 3px 3px 0;\n border-radius: 0 3px 3px 0; }\n .uagb-multi-button-button-group button.uagb-multi-button.is-secondary {\n color: #50575E;\n box-shadow: inset 0 0 0 1px #E6E7E9; }\n .uagb-multi-button-button-group .uagb-multi-button.is-secondary:hover:not(:disabled),\n .uagb-multi-button-button-group .uagb-multi-button-grou[aria-label="Gap"]\n.uagb-multi-button.is-tertiary:hover:not(:disabled) {\n color: #1D2327;\n box-shadow: inset 0 0 0 1px #E6E7E9; }\n .uagb-multi-button-button-group .uagb-multi-button.is-secondary,\n .uagb-multi-button-button-group .uagb-multi-button.is-tertiary {\n color: #50575E; }\n .uagb-multi-button-button-group .uagb-multi-button.is-secondary:active:not(:disabled),\n .uagb-multi-button-button-group .uagb-multi-button-grou[aria-label="Gap"]\n.uagb-multi-button.is-tertiary:active:not(:disabled) {\n background: #FFFFFF;\n box-shadow: inset 0 0 0 1px #E6E7E9; }\n .uagb-multi-button-button-group button.uagb-multi-button {\n font-size: 13px;\n font-weight: 400; }\n .uagb-multi-button-button-group svg {\n width: 18px;\n fill: #50575E; }\n .uagb-multi-button-button-group svg path {\n fill: inherit; }\n\n.uagb-multi-buttons-control.uag-multibutton-icons .uagb-multi-button {\n padding: 3px; }\n\n.spectra-multi-buttons__color-scheme--primary button.uagb-multi-button.is-primary.is-primary {\n color: #007CBA;\n background-color: #DCF2FF;\n border-color: #CDE9F9;\n box-shadow: inset 0 0 0 1px #CDE9F9; }\n .spectra-multi-buttons__color-scheme--primary button.uagb-multi-button.is-primary.is-primary svg {\n fill: #007CBA; }\n\n.spectra-multi-buttons__color-scheme--secondary button.uagb-multi-button.is-primary.is-primary {\n color: #FFFFFF;\n background-color: #959595;\n border-color: #959595;\n box-shadow: inset 0 0 0 1px #959595; }\n .spectra-multi-buttons__color-scheme--secondary button.uagb-multi-button.is-primary.is-primary svg {\n fill: #FFFFFF; }\n\n.spectra-multi-buttons__layout--inline {\n align-items: center;\n display: grid;\n grid-template-columns: 50% 50%; }\n .spectra-multi-buttons__layout--inline .uagb-control__header,\n .spectra-multi-buttons__layout--inline .uag-control-label {\n margin-bottom: 0; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-spacing-control {\n position: relative;\n display: inline-block; }\n .uagb-spacing-control .components-base-control__label {\n margin-bottom: 5px; }\n .uagb-spacing-control .components-base-control__help {\n margin-top: -8px; }\n .uagb-spacing-control input[type="number"].uagb-spacing-control__number,\n .uagb-spacing-control .uagb-spacing-control__link {\n border-left: 1px solid;\n border-right: 1px solid;\n border-color: #E6E7E9;\n color: #50575E;\n border-radius: 0;\n box-shadow: none !important;\n height: 30px;\n margin: 0 -1px 0 0;\n padding-right: 1px;\n width: 25%; }\n .uagb-spacing-control input[type="number"].uagb-spacing-control__number:focus {\n z-index: 1;\n outline-offset: -1px;\n outline: 1px solid #CCCCCC; }\n .uagb-spacing-control .uagb-spacing-control__link {\n border: 1px solid #959595;\n background-color: #959595;\n color: #FFFFFF;\n justify-content: center;\n display: flex;\n align-items: center;\n padding: 2px 0;\n font-size: 12px;\n line-height: 28px;\n cursor: pointer;\n transition: none; }\n .uagb-spacing-control .uagb-spacing-control__link.uagb-spacing-control-disconnected {\n border-color: #E6E7E9;\n background-color: #FFFFFF;\n color: #959595; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls button[type="button"] > span {\n cursor: pointer;\n width: 15px;\n height: 15px;\n font-size: 15px; }\n .uagb-spacing-control .uagb-spacing-control__inputs > :first-child.uagb-spacing-control__number {\n -webkit-border-radius: 3px 0 0 3px;\n -moz-border-radius: 3px 0 0 3px;\n border-radius: 3px 0 0 3px; }\n .uagb-spacing-control .uagb-spacing-control__inputs > :last-child {\n -webkit-border-radius: 0 3px 3px 0;\n -moz-border-radius: 0 3px 3px 0;\n border-radius: 0 3px 3px 0; }\n .uagb-spacing-control .uagb-control__actions .components-tab-panel__tabs {\n padding-right: 4px;\n margin-right: 0; }\n .uagb-spacing-control .uagb-spacing-control__inputs {\n display: flex; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item {\n border: 0;\n display: none;\n font-size: 10px;\n height: 30px;\n justify-content: center;\n left: 50px;\n line-height: 12px;\n padding: 0;\n position: absolute;\n text-align: center;\n text-shadow: none;\n top: -5px;\n width: 26px;\n z-index: 1;\n box-shadow: unset;\n border-radius: unset;\n color: unset; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.is-active {\n display: block; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item:focus:enabled {\n box-shadow: inset 0 0 0 1px #fff; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item:focus:enabled svg {\n fill: #fff; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item svg {\n position: relative; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.uagb-spacing-control__mobile-controls-item--spacing.components-button.is-secondary:active:not(:disabled), .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.uagb-spacing-control__mobile-controls-item--spacing.components-button.is-tertiary:active:not(:disabled) {\n background: #fff;\n color: #50575E; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.components-button.is-secondary:hover:not(:disabled), .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.components-button.is-tertiary:hover:not(:disabled) {\n color: unset;\n background: unset;\n box-shadow: unset; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item--default svg {\n top: 3px; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item--desktop svg {\n top: 3px; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item--tablet svg {\n top: 3px; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item--mobile svg {\n top: 3px; }\n .uagb-spacing-control .uagb-spacing-control__input-labels {\n display: flex;\n margin-bottom: -3px; }\n .uagb-spacing-control .uagb-spacing-control__input-labels span {\n text-align: center;\n width: 20%; }\n .uagb-spacing-control .uagb-spacing-control__input-labels .uagb-spacing-control__link-label {\n width: 10%; }\n .uagb-spacing-control .uagb-control__label {\n margin-bottom: 0;\n width: 50%; }\n .uagb-spacing-control .uagb-spacing-control__number-label {\n color: #CCCCCC;\n display: block;\n font-size: 10px;\n margin-top: 5px; }\n\n/*.components-panel .block-editor-block-inspector .uagb-inspector-tab .uagb-spacing-control.components-base-control:last-child{\n\tmargin-bottom: 15px;\n}*/\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/* stylelint-disable color-hex-case, color-hex-length */\n.uag-bg-select-control .uag-background-color,\n.uag-bg-select-control .uag-background-image,\n.uag-bg-select-control .uag-background-gradient,\n.uag-bg-select-control .uag-background-opacity,\n.uag-bg-select-control .uag-background-video,\n.uag-bg-select-control .uag-background-video-overlay,\n.uag-bg-select-control .uag-background-video-opacity,\n.uag-bg-select-control .uag-background-image-position,\n.uag-bg-select-control .uag-background-image-attachment,\n.uag-bg-select-control .uag-background-image-repeat,\n.uag-bg-select-control .uag-background-image-size,\n.uag-bg-select-control .uag-background-image-overlay-type,\n.uag-bg-select-control .uag-background-image-overlay-color,\n.uag-bg-select-control .uag-background-image-overlay-gradient,\n.uag-bg-select-control .uagb-responsive-select-control {\n margin-top: 25px; }\n .uag-bg-select-control .uag-background-color .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-image .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-gradient .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-opacity .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-video .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-video-overlay .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-video-opacity .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-image-position .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-image-attachment .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-image-repeat .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-image-size .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-image-overlay-type .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-image-overlay-color .uagb-size-type-field-tabs,\n .uag-bg-select-control .uag-background-image-overlay-gradient .uagb-size-type-field-tabs,\n .uag-bg-select-control .uagb-responsive-select-control .uagb-size-type-field-tabs {\n display: flex;\n justify-content: space-between; }\n .uag-bg-select-control .uag-background-color .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-image .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-gradient .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-opacity .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-video .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-video-overlay .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-video-opacity .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-image-position .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-image-attachment .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-image-repeat .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-image-size .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-image-overlay-type .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-image-overlay-color .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uag-background-image-overlay-gradient .uagb-size-type-field-tabs > .components-base-control,\n .uag-bg-select-control .uagb-responsive-select-control .uagb-size-type-field-tabs > .components-base-control {\n width: 45%; }\n\n.uag-bg-select-control .uag-background-image > .uagb-responsive-select-control .uagb-size-type-field-tabs {\n display: block; }\n .uag-bg-select-control .uag-background-image > .uagb-responsive-select-control .uagb-size-type-field-tabs > .components-base-control {\n width: 100%; }\n\n.uag-bg-select-control .uag-responsive-image-select.uagb-responsive-select-control .uagb-size-type-field-tabs .uagb-control__header {\n margin-bottom: 10px; }\n\n.uag-bg-select-control .uag-background-image-overlay-type .components-select-control {\n flex-direction: row;\n align-items: center; }\n .uag-bg-select-control .uag-background-image-overlay-type .components-select-control .components-input-control__container {\n width: 45%;\n flex: unset; }\n\n.uag-bg-select-control .uag-background-image-size .uagb-responsive-control-inner > .components-base-control {\n display: block;\n margin-top: 25px; }\n\n.uag-bg-select-control .uag-background-image-position .uagb-size-type-field-tabs {\n flex-direction: column;\n align-items: flex-start; }\n .uag-bg-select-control .uag-background-image-position .uagb-size-type-field-tabs .uagb-control__header {\n margin-bottom: 10px; }\n .uag-bg-select-control .uag-background-image-position .uagb-size-type-field-tabs .components-focal-point-picker-control {\n width: 100%; }\n .uag-bg-select-control .uag-background-image-position .uagb-size-type-field-tabs .components-focal-point-picker-control .components-focal-point-picker {\n border-radius: 3px;\n border-color: #E6E7E9; }\n .uag-bg-select-control .uag-background-image-position .uagb-size-type-field-tabs .components-focal-point-picker-control .components-focal-point-picker img {\n border-radius: 3px; }\n .uag-bg-select-control .uag-background-image-position .uagb-size-type-field-tabs .components-focal-point-picker-control .focal-point-picker__controls-position-unit-control {\n width: 115px; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-gradient-picker .components-custom-gradient-picker__gradient-bar {\n border-radius: 5px;\n height: 30px; }\n .uagb-gradient-picker .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button {\n top: 9px;\n width: 12px;\n height: 12px; }\n .uagb-gradient-picker .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point {\n top: 7px; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-responsive-select-control .uagb-size-type-field-tabs {\n align-items: center;\n display: grid;\n grid-template-columns: 50% 50%; }\n .uagb-responsive-select-control .uagb-size-type-field-tabs .uagb-control__header {\n margin-bottom: 0; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-select-control--layout-inline .components-select-control {\n align-items: center;\n display: grid;\n grid-template-columns: 50% 50%;\n margin-bottom: 25px;\n color: #50575E;\n gap: 0; }\n\n.uagb-select-control--layout-inline .uagb-control__header,\n.uagb-select-control--layout-inline .uag-control-label,\n.uagb-select-control--layout-inline .components-select-control label.components-input-control__label {\n margin-bottom: 0; }\n\n.uagb-select-control--layout-inline:last-child .components-select-control {\n margin-bottom: 0; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/* Normal & Hover Tabs CSS*/\n/* stylelint-disable color-hex-case, color-hex-length */\n.uag-control-tabs {\n margin: 0 -16px;\n padding: 0 16px; }\n .uag-control-tabs.uag-control-tabs-three-tabs .components-tab-panel__tabs > .components-button {\n width: 31.3%; }\n .uag-control-tabs > .components-tab-panel__tabs {\n justify-content: space-between;\n margin: 0 -16px 25px;\n padding: 0 16px;\n border-bottom: 1px solid #E6E7E9; }\n .uag-control-tabs > .components-tab-panel__tabs > .components-button {\n width: 47%;\n text-align: center;\n justify-content: center;\n border: 1px solid #E6E7E9;\n border-radius: 3px 3px 0 0;\n color: #50575E;\n background-color: #F0F0F1;\n max-height: 30px;\n font-size: 13px;\n border-bottom: 0;\n margin-bottom: -1px; }\n .uag-control-tabs > .components-tab-panel__tabs > .components-button.active-tab {\n color: #007CBA;\n background: #FFFFFF; }\n .uag-control-tabs > .components-tab-panel__tabs > .components-button:focus:not(:disabled) {\n box-shadow: none; }\n .uag-control-tabs .components-base-control {\n margin-bottom: 25px; }\n .uag-control-tabs .components-base-control .components-base-control,\n .uag-control-tabs .components-base-control .components-base-control__field {\n padding-top: 0;\n margin-bottom: 0; }\n .uag-control-tabs .components-base-control:last-child {\n margin-bottom: 0; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/* stylelint-disable color-hex-case, color-hex-length */\n.spectra-separator {\n width: 100%;\n height: 1px;\n margin: 25px 0;\n background-color: #E6E7E9; }\n .spectra-separator--removed-top-space {\n margin-top: 0 !important; }\n\n.uagb-inspector-tab .components-panel__body .spectra-separator {\n width: auto;\n margin: 25px -16px; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-presets-radio-image-wrap {\n display: grid;\n grid-column-gap: 16px;\n grid-template-columns: repeat(2, 1fr);\n grid-row-gap: 14px; }\n .uagb-presets-radio-image-wrap .uag-presets-radio-input {\n display: none; }\n .uagb-presets-radio-image-wrap .uag-presets-radio-input-label {\n position: relative;\n display: inline-block; }\n .uagb-presets-radio-image-wrap svg {\n width: 100%;\n height: auto;\n border-radius: 3px;\n fill: #898e95;\n border: 1px solid #dadada;\n color: #898e95;\n background-color: #f0f0f1;\n transition: background 0.08s ease, box-shadow 0.08s ease; }\n .uagb-presets-radio-image-wrap .uag-presets-radio-input:checked + .uag-presets-radio-input-label svg {\n background-color: #007cba;\n border: 1px solid #00608f; }\n .uagb-presets-radio-image-wrap .uag-presets-radio-image-clickable {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n width: 100%;\n height: 100%; }\n\n.uagb-inspector-tab .components-panel__body .uag-presets-label {\n line-height: 2.4; }\n\n.uagb-presets-label-reset-wrap {\n display: flex;\n justify-content: space-between; }\n\n.uagb-presets-main-wrap.border-none svg {\n border: none; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-container-variation-picker .uagb-variation-close {\n font-size: 35px;\n background: none;\n color: #d5dadf;\n cursor: pointer;\n border: none;\n box-shadow: none;\n display: flex;\n align-self: flex-end;\n position: absolute;\n top: 3px;\n z-index: 999999;\n outline: none; }\n\n.uagb-container-variation-picker .components-button,\n.uagb-container-variation-picker .components-button.is-secondary,\n.uagb-container-variation-picker .components-button.is-tertiary,\n.uagb-container-variation-picker .components-button:hover:not(:disabled) {\n box-shadow: none;\n outline: none;\n color: #d5dadf; }\n .uagb-container-variation-picker .components-button svg,\n .uagb-container-variation-picker .components-button.is-secondary svg,\n .uagb-container-variation-picker .components-button.is-tertiary svg,\n .uagb-container-variation-picker .components-button:hover:not(:disabled) svg {\n width: 100px;\n height: 50px;\n color: #d5dadf; }\n\n.uagb-container-variation-picker .components-button:hover:not(:disabled) svg {\n color: #bcc0c4; }\n\n.uagb-container-variation-picker .block-editor-block-variation-picker__skip .components-button {\n color: #0073aa; }\n\n.uagb-container-variation-picker .components-placeholder {\n align-items: center;\n border: 1px dashed #d5dadf;\n box-shadow: none; }\n .uagb-container-variation-picker .components-placeholder.components-placeholder {\n align-items: center; }\n .uagb-container-variation-picker .components-placeholder.is-large .components-placeholder__label,\n .uagb-container-variation-picker .components-placeholder .components-placeholder__label {\n font-size: 18px;\n font-weight: 400;\n margin-bottom: 0;\n color: #556068; }\n\n.uagb-container-variation-picker .block-editor-block-variation-picker__variation::before {\n padding-bottom: 0; }\n\n.uagb-container-variation-picker .components-placeholder__fieldset {\n align-items: center; }\n\n.uagb-container-variation-picker .block-editor-block-variation-picker__variations {\n width: 70%;\n justify-content: center; }\n .uagb-container-variation-picker .block-editor-block-variation-picker__variations > li {\n margin: 8px 30px 0 0;\n flex-basis: content;\n width: 80px; }\n\n.uagb-editor-preview-mode-tablet .components-button.is-secondary:hover:not(:disabled),\n.uagb-editor-preview-mode-mobile .components-button.is-secondary:hover:not(:disabled) {\n box-shadow: none;\n outline: none;\n color: #d5dadf; }\n\n.uagb-editor-preview-mode-tablet .components-placeholder__fieldset,\n.uagb-editor-preview-mode-mobile .components-placeholder__fieldset {\n max-width: 100% !important; }\n .uagb-editor-preview-mode-tablet .components-placeholder__fieldset .block-editor-block-variation-picker__variations,\n .uagb-editor-preview-mode-mobile .components-placeholder__fieldset .block-editor-block-variation-picker__variations {\n justify-content: center !important; }\n\n#customize-theme-controls .uagb-container-variation-picker .block-editor-block-variation-picker__variations {\n width: 300px; }\n\n#customize-theme-controls .uagb-container-variation-picker .uagb-variation-close {\n right: 0;\n top: -8px; }\n\n#customize-theme-controls .uagb-container-variation-picker .components-placeholder__label .dashicon {\n display: none; }\n\n@media only screen and (min-width: 1024px) {\n .is-root-container {\n margin-left: 10px;\n margin-right: 10px; } }\n\n.wp-block-uagb-container::before {\n content: "";\n position: absolute;\n border: 1px dashed #d5dadf;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0; }\n\n.uagb-container-has-children.wp-block-uagb-container::before {\n border: 0; }\n\n.is-root-container > .uagb-container-has-children.wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks > .wp-block,\n.is-root-container > .uagb-container-has-children.wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {\n width: 100%; }\n\n.wp-block-uagb-container {\n display: flex; }\n .wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks,\n .wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n .wp-block-uagb-container > .block-editor-inner-blocks,\n .wp-block-uagb-container > .block-editor-inner-blocks > .block-editor-block-list__layout {\n display: flex;\n width: 100%;\n height: 100%; }\n .wp-block-uagb-container > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {\n width: 100%; }\n .wp-block-uagb-container .block-editor-block-list__layout .block-list-appender.wp-block {\n width: auto; }\n .wp-block-uagb-container .block-editor-block-list__layout .block-list-appender.wp-block button {\n color: #a0a7ac;\n font-size: 62px;\n border: none;\n box-shadow: none; }\n .wp-block-uagb-container .block-editor-block-list__layout .block-list-appender.wp-block button svg {\n width: 36px;\n height: 36px; }\n\n.block-editor-block-list__empty-block-inserter .block-editor-inserter {\n right: -35px; }\n\n.uag-container-block-inserter .components-button {\n color: #1e1e1e; }\n\n.wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks {\n z-index: 2; }\n\n.wp-block-uagb-container > .uagb-container-inner-blocks-wrap {\n width: 100%; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/* Reset Gutenberg Css */\n/* stylelint-disable color-hex-case, color-hex-length */\n.spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select {\n display: flex;\n width: 100%;\n flex-direction: column; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select__wrapper {\n align-items: center;\n display: grid;\n grid-template-columns: 50% 50%;\n height: 30px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select__wrapper label {\n margin-bottom: 0; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__input input {\n box-shadow: none;\n border: none;\n min-height: 30px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__control {\n cursor: pointer; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__control:hover {\n border: 1px solid #E6E7E9; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__menu {\n z-index: 99999; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__indicators {\n height: 30px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__dropdown-indicator {\n padding-left: 6px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__dropdown-indicator svg {\n fill: #50575E;\n height: 14px;\n width: 14px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__dropdown-indicator:hover {\n color: #50575E; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__value-container {\n top: 0; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__value-container > div {\n margin: 0;\n padding: 0; }\n",""]),t.a=i},function(e,t,a){var l;!function(){function i(e,t,a){return e.call.apply(e.bind,arguments)}function o(e,t,a){if(!e)throw Error();if(2<arguments.length){var l=Array.prototype.slice.call(arguments,2);return function(){var a=Array.prototype.slice.call(arguments);return Array.prototype.unshift.apply(a,l),e.apply(t,a)}}return function(){return e.apply(t,arguments)}}function n(e,t,a){return(n=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?i:o).apply(null,arguments)}var r=Date.now||function(){return+new Date};function s(e,t){this.a=e,this.o=t||e,this.c=this.o.document}var u=!!window.FontFace;function c(e,t,a,l){if(t=e.c.createElement(t),a)for(var i in a)a.hasOwnProperty(i)&&("style"==i?t.style.cssText=a[i]:t.setAttribute(i,a[i]));return l&&t.appendChild(e.c.createTextNode(l)),t}function b(e,t,a){(e=e.c.getElementsByTagName(t)[0])||(e=document.documentElement),e.insertBefore(a,e.lastChild)}function d(e){e.parentNode&&e.parentNode.removeChild(e)}function p(e,t,a){t=t||[],a=a||[];for(var l=e.className.split(/\s+/),i=0;i<t.length;i+=1){for(var o=!1,n=0;n<l.length;n+=1)if(t[i]===l[n]){o=!0;break}o||l.push(t[i])}for(t=[],i=0;i<l.length;i+=1){for(o=!1,n=0;n<a.length;n+=1)if(l[i]===a[n]){o=!0;break}o||t.push(l[i])}e.className=t.join(" ").replace(/\s+/g," ").replace(/^\s+|\s+$/,"")}function g(e,t){for(var a=e.className.split(/\s+/),l=0,i=a.length;l<i;l++)if(a[l]==t)return!0;return!1}function m(e,t,a){function l(){r&&i&&o&&(r(n),r=null)}t=c(e,"link",{rel:"stylesheet",href:t,media:"all"});var i=!1,o=!0,n=null,r=a||null;u?(t.onload=function(){i=!0,l()},t.onerror=function(){i=!0,n=Error("Stylesheet failed to load"),l()}):setTimeout((function(){i=!0,l()}),0),b(e,"head",t)}function y(e,t,a,l){var i=e.c.getElementsByTagName("head")[0];if(i){var o=c(e,"script",{src:t}),n=!1;return o.onload=o.onreadystatechange=function(){n||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(n=!0,a&&a(null),o.onload=o.onreadystatechange=null,"HEAD"==o.parentNode.tagName&&i.removeChild(o))},i.appendChild(o),setTimeout((function(){n||(n=!0,a&&a(Error("Script load timeout")))}),l||5e3),o}return null}function f(){this.a=0,this.c=null}function h(e){return e.a++,function(){e.a--,_(e)}}function v(e,t){e.c=t,_(e)}function _(e){0==e.a&&e.c&&(e.c(),e.c=null)}function C(e){this.a=e||"-"}function T(e,t){this.c=e,this.f=4,this.a="n";var a=(t||"n4").match(/^([nio])([1-9])$/i);a&&(this.a=a[1],this.f=parseInt(a[2],10))}function w(e){var t=[];e=e.split(/,\s*/);for(var a=0;a<e.length;a++){var l=e[a].replace(/['"]/g,"");-1!=l.indexOf(" ")||/^\d/.test(l)?t.push("'"+l+"'"):t.push(l)}return t.join(",")}function k(e){return e.a+e.f}function P(e){var t="normal";return"o"===e.a?t="oblique":"i"===e.a&&(t="italic"),t}function x(e){var t=4,a="n",l=null;return e&&((l=e.match(/(normal|oblique|italic)/i))&&l[1]&&(a=l[1].substr(0,1).toLowerCase()),(l=e.match(/([1-9]00|normal|bold)/i))&&l[1]&&(/bold/i.test(l[1])?t=7:/[1-9]00/.test(l[1])&&(t=parseInt(l[1].substr(0,1),10)))),a+t}function S(e,t){this.c=e,this.f=e.o.document.documentElement,this.h=t,this.a=new C("-"),this.j=!1!==t.events,this.g=!1!==t.classes}function M(e){if(e.g){var t=g(e.f,e.a.c("wf","active")),a=[],l=[e.a.c("wf","loading")];t||a.push(e.a.c("wf","inactive")),p(e.f,a,l)}A(e,"inactive")}function A(e,t,a){e.j&&e.h[t]&&(a?e.h[t](a.c,k(a)):e.h[t]())}function E(){this.c={}}function B(e,t){this.c=e,this.f=t,this.a=c(this.c,"span",{"aria-hidden":"true"},this.f)}function O(e){b(e.c,"body",e.a)}function U(e){return"display:block;position:absolute;top:-9999px;left:-9999px;font-size:300px;width:auto;height:auto;line-height:normal;margin:0;padding:0;font-variant:normal;white-space:nowrap;font-family:"+w(e.c)+";font-style:"+P(e)+";font-weight:"+e.f+"00;"}function L(e,t,a,l,i,o){this.g=e,this.j=t,this.a=l,this.c=a,this.f=i||3e3,this.h=o||void 0}function G(e,t,a,l,i,o,n){this.v=e,this.B=t,this.c=a,this.a=l,this.s=n||"BESbswy",this.f={},this.w=i||3e3,this.u=o||null,this.m=this.j=this.h=this.g=null,this.g=new B(this.c,this.s),this.h=new B(this.c,this.s),this.j=new B(this.c,this.s),this.m=new B(this.c,this.s),e=U(e=new T(this.a.c+",serif",k(this.a))),this.g.a.style.cssText=e,e=U(e=new T(this.a.c+",sans-serif",k(this.a))),this.h.a.style.cssText=e,e=U(e=new T("serif",k(this.a))),this.j.a.style.cssText=e,e=U(e=new T("sans-serif",k(this.a))),this.m.a.style.cssText=e,O(this.g),O(this.h),O(this.j),O(this.m)}C.prototype.c=function(e){for(var t=[],a=0;a<arguments.length;a++)t.push(arguments[a].replace(/[\W_]+/g,"").toLowerCase());return t.join(this.a)},L.prototype.start=function(){var e=this.c.o.document,t=this,a=r(),l=new Promise((function(l,i){!function o(){r()-a>=t.f?i():e.fonts.load(function(e){return P(e)+" "+e.f+"00 300px "+w(e.c)}(t.a),t.h).then((function(e){1<=e.length?l():setTimeout(o,25)}),(function(){i()}))}()})),i=null,o=new Promise((function(e,a){i=setTimeout(a,t.f)}));Promise.race([o,l]).then((function(){i&&(clearTimeout(i),i=null),t.g(t.a)}),(function(){t.j(t.a)}))};var R={D:"serif",C:"sans-serif"},H=null;function j(){if(null===H){var e=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent);H=!!e&&(536>parseInt(e[1],10)||536===parseInt(e[1],10)&&11>=parseInt(e[2],10))}return H}function F(e,t,a){for(var l in R)if(R.hasOwnProperty(l)&&t===e.f[R[l]]&&a===e.f[R[l]])return!0;return!1}function z(e,t){setTimeout(n((function(){d(this.g.a),d(this.h.a),d(this.j.a),d(this.m.a),t(this.a)}),e),0)}function D(e,t,a){this.c=e,this.a=t,this.f=0,this.m=this.j=!1,this.s=a}G.prototype.start=function(){this.f.serif=this.j.a.offsetWidth,this.f["sans-serif"]=this.m.a.offsetWidth,this.A=r(),function e(t){var a,l=t.g.a.offsetWidth,i=t.h.a.offsetWidth;(a=l===t.f.serif&&i===t.f["sans-serif"])||(a=j()&&F(t,l,i)),a?r()-t.A>=t.w?j()&&F(t,l,i)&&(null===t.u||t.u.hasOwnProperty(t.a.c))?z(t,t.v):z(t,t.B):function(t){setTimeout(n((function(){e(this)}),t),50)}(t):z(t,t.v)}(this)};var N=null;function V(e){0==--e.f&&e.j&&(e.m?((e=e.a).g&&p(e.f,[e.a.c("wf","active")],[e.a.c("wf","loading"),e.a.c("wf","inactive")]),A(e,"active")):M(e.a))}function I(e){this.j=e,this.a=new E,this.h=0,this.f=this.g=!0}function W(e,t,a,l,i){var o=0==--e.h;(e.f||e.g)&&setTimeout((function(){var e=i||null,r=l||{};if(0===a.length&&o)M(t.a);else{t.f+=a.length,o&&(t.j=o);var s,u=[];for(s=0;s<a.length;s++){var c=a[s],b=r[c.c],d=t.a,g=c;if(d.g&&p(d.f,[d.a.c("wf",g.c,k(g).toString(),"loading")]),A(d,"fontloading",g),d=null,null===N)if(window.FontFace){g=/Gecko.*Firefox\/(\d+)/.exec(window.navigator.userAgent);var m=/OS X.*Version\/10\..*Safari/.exec(window.navigator.userAgent)&&/Apple/.exec(window.navigator.vendor);N=g?42<parseInt(g[1],10):!m}else N=!1;d=N?new L(n(t.g,t),n(t.h,t),t.c,c,t.s,b):new G(n(t.g,t),n(t.h,t),t.c,c,t.s,e,b),u.push(d)}for(s=0;s<u.length;s++)u[s].start()}}),0)}function q(e,t){this.c=e,this.a=t}function Z(e,t){this.c=e,this.a=t}function $(e,t){this.c=e||Y,this.a=[],this.f=[],this.g=t||""}D.prototype.g=function(e){var t=this.a;t.g&&p(t.f,[t.a.c("wf",e.c,k(e).toString(),"active")],[t.a.c("wf",e.c,k(e).toString(),"loading"),t.a.c("wf",e.c,k(e).toString(),"inactive")]),A(t,"fontactive",e),this.m=!0,V(this)},D.prototype.h=function(e){var t=this.a;if(t.g){var a=g(t.f,t.a.c("wf",e.c,k(e).toString(),"active")),l=[],i=[t.a.c("wf",e.c,k(e).toString(),"loading")];a||l.push(t.a.c("wf",e.c,k(e).toString(),"inactive")),p(t.f,l,i)}A(t,"fontinactive",e),V(this)},I.prototype.load=function(e){this.c=new s(this.j,e.context||this.j),this.g=!1!==e.events,this.f=!1!==e.classes,function(e,t,a){var l=[],i=a.timeout;!function(e){e.g&&p(e.f,[e.a.c("wf","loading")]),A(e,"loading")}(t),l=function(e,t,a){var l,i=[];for(l in t)if(t.hasOwnProperty(l)){var o=e.c[l];o&&i.push(o(t[l],a))}return i}(e.a,a,e.c);var o=new D(e.c,t,i);for(e.h=l.length,t=0,a=l.length;t<a;t++)l[t].load((function(t,a,l){W(e,o,t,a,l)}))}(this,new S(this.c,e),e)},q.prototype.load=function(e){var t=this,a=t.a.projectId,l=t.a.version;if(a){var i=t.c.o;y(this.c,(t.a.api||"https://fast.fonts.net/jsapi")+"/"+a+".js"+(l?"?v="+l:""),(function(l){l?e([]):(i["__MonotypeConfiguration__"+a]=function(){return t.a},function t(){if(i["__mti_fntLst"+a]){var l,o=i["__mti_fntLst"+a](),n=[];if(o)for(var r=0;r<o.length;r++){var s=o[r].fontfamily;null!=o[r].fontStyle&&null!=o[r].fontWeight?(l=o[r].fontStyle+o[r].fontWeight,n.push(new T(s,l))):n.push(new T(s))}e(n)}else setTimeout((function(){t()}),50)}())})).id="__MonotypeAPIScript__"+a}else e([])},Z.prototype.load=function(e){var t,a,l=this.a.urls||[],i=this.a.families||[],o=this.a.testStrings||{},n=new f;for(t=0,a=l.length;t<a;t++)m(this.c,l[t],h(n));var r=[];for(t=0,a=i.length;t<a;t++)if((l=i[t].split(":"))[1])for(var s=l[1].split(","),u=0;u<s.length;u+=1)r.push(new T(l[0],s[u]));else r.push(new T(l[0]));v(n,(function(){e(r,o)}))};var Y="https://fonts.googleapis.com/css";function K(e){this.f=e,this.a=[],this.c={}}var J={latin:"BESbswy","latin-ext":"çöüğş",cyrillic:"йяЖ",greek:"αβΣ",khmer:"កខគ",Hanuman:"កខគ"},X={thin:"1",extralight:"2","extra-light":"2",ultralight:"2","ultra-light":"2",light:"3",regular:"4",book:"4",medium:"5","semi-bold":"6",semibold:"6","demi-bold":"6",demibold:"6",bold:"7","extra-bold":"8",extrabold:"8","ultra-bold":"8",ultrabold:"8",black:"9",heavy:"9",l:"3",r:"4",b:"7"},Q={i:"i",italic:"i",n:"n",normal:"n"},ee=/^(thin|(?:(?:extra|ultra)-?)?light|regular|book|medium|(?:(?:semi|demi|extra|ultra)-?)?bold|black|heavy|l|r|b|[1-9]00)?(n|i|normal|italic)?$/;function te(e,t){this.c=e,this.a=t}var ae={Arimo:!0,Cousine:!0,Tinos:!0};function le(e,t){this.c=e,this.a=t}function ie(e,t){this.c=e,this.f=t,this.a=[]}te.prototype.load=function(e){var t=new f,a=this.c,l=new $(this.a.api,this.a.text),i=this.a.families;!function(e,t){for(var a=t.length,l=0;l<a;l++){var i=t[l].split(":");3==i.length&&e.f.push(i.pop());var o="";2==i.length&&""!=i[1]&&(o=":"),e.a.push(i.join(o))}}(l,i);var o=new K(i);!function(e){for(var t=e.f.length,a=0;a<t;a++){var l=e.f[a].split(":"),i=l[0].replace(/\+/g," "),o=["n4"];if(2<=l.length){var n;if(n=[],r=l[1])for(var r,s=(r=r.split(",")).length,u=0;u<s;u++){var c;if((c=r[u]).match(/^[\w-]+$/))if(null==(b=ee.exec(c.toLowerCase())))c="";else{if(c=null==(c=b[2])||""==c?"n":Q[c],null==(b=b[1])||""==b)b="4";else var b=X[b]||(isNaN(b)?"4":b.substr(0,1));c=[c,b].join("")}else c="";c&&n.push(c)}0<n.length&&(o=n),3==l.length&&(n=[],0<(l=(l=l[2])?l.split(","):n).length&&(l=J[l[0]])&&(e.c[i]=l))}for(e.c[i]||(l=J[i])&&(e.c[i]=l),l=0;l<o.length;l+=1)e.a.push(new T(i,o[l]))}}(o),m(a,function(e){if(0==e.a.length)throw Error("No fonts to load!");if(-1!=e.c.indexOf("kit="))return e.c;for(var t=e.a.length,a=[],l=0;l<t;l++)a.push(e.a[l].replace(/ /g,"+"));return t=e.c+"?family="+a.join("%7C"),0<e.f.length&&(t+="&subset="+e.f.join(",")),0<e.g.length&&(t+="&text="+encodeURIComponent(e.g)),t}(l),h(t)),v(t,(function(){e(o.a,o.c,ae)}))},le.prototype.load=function(e){var t=this.a.id,a=this.c.o;t?y(this.c,(this.a.api||"https://use.typekit.net")+"/"+t+".js",(function(t){if(t)e([]);else if(a.Typekit&&a.Typekit.config&&a.Typekit.config.fn){t=a.Typekit.config.fn;for(var l=[],i=0;i<t.length;i+=2)for(var o=t[i],n=t[i+1],r=0;r<n.length;r++)l.push(new T(o,n[r]));try{a.Typekit.load({events:!1,classes:!1,async:!0})}catch(e){}e(l)}}),2e3):e([])},ie.prototype.load=function(e){var t=this.f.id,a=this.c.o,l=this;t?(a.__webfontfontdeckmodule__||(a.__webfontfontdeckmodule__={}),a.__webfontfontdeckmodule__[t]=function(t,a){for(var i=0,o=a.fonts.length;i<o;++i){var n=a.fonts[i];l.a.push(new T(n.name,x("font-weight:"+n.weight+";font-style:"+n.style)))}e(l.a)},y(this.c,(this.f.api||"https://f.fontdeck.com/s/css/js/")+function(e){return e.o.location.hostname||e.a.location.hostname}(this.c)+"/"+t+".js",(function(t){t&&e([])}))):e([])};var oe=new I(window);oe.a.c.custom=function(e,t){return new Z(t,e)},oe.a.c.fontdeck=function(e,t){return new ie(t,e)},oe.a.c.monotype=function(e,t){return new q(t,e)},oe.a.c.typekit=function(e,t){return new le(t,e)},oe.a.c.google=function(e,t){return new te(t,e)};var ne={load:n(oe.load,oe)};void 0===(l=function(){return ne}.call(t,a,t,e))||(e.exports=l)}()},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-color-switch-control-container .components-flex.components-angle-picker-control {\n margin-bottom: 0; }\n\n.uagb-color-switch-control-container .components-base-control.uagb-multi-buttons-control {\n margin-bottom: 5px; }\n\n.uagb-color-switch-control-container .uagb-color-popover-container {\n margin-top: 25px; }\n\n.uagb-color-switch-control-container .components-custom-gradient-picker {\n margin-top: 25px; }\n\n.uagb-color-switch-control-container .uagb-advanced-color-settings-container {\n justify-content: flex-end; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".wp-block-uagb-advanced-heading {\n padding-top: 15px;\n padding-bottom: 15px; }\n",""]),t.a=i},function(e,t){e.exports=window.wp.richText},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-text-control {\n position: relative; }\n .uagb-text-control--open-dynamic-content {\n flex-direction: column;\n align-items: unset; }\n .uagb-text-control .components-base-control__field {\n margin-bottom: 0; }\n .uagb-text-control .components-text-control__input {\n padding-right: 30px;\n margin-left: 0;\n margin-right: 0;\n color: #50575E;\n border-color: #E6E7E9; }\n .uagb-text-control .components-text-control__input:focus {\n border-color: #959595;\n box-shadow: unset; }\n .uagb-text-control .uagb-control__header .uagb-number-control__actions .uagb-reset {\n height: fit-content; }\n .uagb-text-control__controls > .components-button {\n position: absolute;\n right: 0;\n bottom: 0;\n padding: 0 8px;\n border-radius: 2px;\n height: 30px; }\n .uagb-text-control__controls > .components-button svg {\n width: 18px;\n stroke: #555D66;\n stroke-width: 1.4;\n fill: none; }\n .uagb-text-control__controls-inline .components-base-control__field {\n display: flex;\n align-items: center; }\n .uagb-text-control__controls-inline .components-base-control__field > label {\n flex: 50%;\n margin-bottom: unset; }\n .uagb-text-control__controls-inline .components-base-control__field > input {\n flex: 50%; }\n .uagb-text-control__controls-textarea {\n position: relative; }\n .uagb-text-control__controls-textarea > .components-button {\n top: 2px;\n bottom: auto; }\n .uagb-text-control__controls-textarea textarea {\n color: #50575E;\n border-color: #E6E7E9; }\n .uagb-text-control__controls-textarea textarea:focus {\n border-color: #959595;\n box-shadow: unset; }\n .uagb-text-control.components-base-control > .uag-control-help-notice {\n margin-top: 10px; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".block-editor-image-size-control {\n margin-bottom: 1em; }\n .block-editor-image-size-control .block-editor-image-size-control__row {\n display: flex;\n justify-content: space-between;\n margin-bottom: 10px; }\n .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width,\n .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height {\n margin-bottom: 0.5em; }\n .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width input,\n .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height input {\n line-height: 1.25; }\n .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width {\n margin-right: 5px; }\n .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height {\n margin-left: 5px; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-inspector-tab .spectra__matrix-control {\n display: flex;\n justify-content: space-between;\n align-items: flex-start; }\n .uagb-inspector-tab .spectra__matrix-control--box {\n border: 1px solid #E6E7E9;\n border-radius: 3px; }\n .uagb-inspector-tab .spectra__matrix-control .uag-control-label {\n margin: 0; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-inspector-tab.uagb-tab-content-general .uag-advance-panel-body-image .editor-bg-image-control {\n margin-top: -35px; }\n\n.uagb-inspector-tab .block-editor-image-size-control .block-editor-image-size-control__row {\n text-transform: capitalize; }\n\n.uagb-inspector-tab .components-base-control label.components-input-control__label {\n text-transform: capitalize; }\n\n.uagb-inspector-tab .block-editor-image-size-control__row .components-button-group .components-button {\n border: 1px solid #8f9395;\n box-shadow: none;\n font-size: 13px;\n font-weight: 400;\n height: 26px; }\n .uagb-inspector-tab .block-editor-image-size-control__row .components-button-group .components-button.is-pressed {\n background: #0085ba;\n border-color: #0085ba; }\n\n.uagb-inspector-tab .block-editor-image-size-control__row .components-button span.dashicons-image-rotate {\n font-size: 9px;\n display: flex;\n justify-content: center;\n align-items: center;\n color: #2e92c4; }\n\n.wp-block-uagb-image .components-resizable-box__container {\n max-width: 100% !important;\n height: auto !important; }\n .wp-block-uagb-image .components-resizable-box__container img {\n max-width: 100% !important; }\n\n.wp-block-uagb-image .components-placeholder.is-medium .components-placeholder__instructions {\n display: block !important; }\n\n.wp-block-uagb-image .components-placeholder.is-medium .components-placeholder__fieldset {\n flex-direction: row; }\n .wp-block-uagb-image .components-placeholder.is-medium .components-placeholder__fieldset .components-button {\n margin-right: 10px; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * Editor styles for the admin\n */\n.wp-block[data-type="uagb/buttons"][data-btn-width="full"] .block-editor-inner-blocks,\n.wp-block[data-type="uagb/buttons"][data-btn-width="full"] .wp-block[data-type="uagb/buttons-child"] {\n width: 100%; }\n\n.uagb-buttons__outer-wrap .block-editor-inner-blocks {\n width: 100%; }\n .uagb-buttons__outer-wrap .block-editor-inner-blocks .block-editor-block-list__layout {\n display: inline-flex; }\n\n.uagb-buttons__outer-wrap .uagb-buttons__wrap .block-editor-block-list__layout .block-list-appender {\n margin-right: -60px !important; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/*#######################################################################################*/\n/**\n * google-material-color v1.2.6\n * https://github.com/danlevan/google-material-color\n */\n.rfipbtn--default {\n background-color: #fff;\n border: 1px solid #e0e0e0; }\n .rfipbtn--default:active, .rfipbtn--default:focus {\n box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);\n border: 1px solid #bdbdbd; }\n .rfipbtn--default .rfipbtn__button {\n border: 0 none transparent;\n border-left: 1px solid #e0e0e0;\n background-color: #f5f5f5;\n color: #424242; }\n .rfipbtn--default .rfipbtn__button:hover {\n background-color: #bdbdbd; }\n .rfipbtn--default .rfipbtn__button:active {\n box-shadow: inset 0 0 10px 0 #e0e0e0; }\n .rfipbtn--default .rfipbtn__icon {\n border: 1px solid #eee;\n color: #424242; }\n .rfipbtn--default .rfipbtn__icon--empty {\n color: #e0e0e0; }\n .rfipbtn--default .rfipbtn__del {\n background-color: #eee; }\n .rfipbtn--default .rfipbtn__del:hover {\n background-color: #e0e0e0; }\n .rfipbtn--default .rfipbtn__del:focus, .rfipbtn--default .rfipbtn__del:active {\n outline: 1px solid #e0e0e0; }\n\n.rfipdropdown--default {\n box-shadow: 0 15px 24px rgba(0, 0, 0, 0.22), 0 19px 76px rgba(0, 0, 0, 0.3);\n color: #424242;\n background-color: #fff;\n border: 1px solid #e0e0e0; }\n .rfipdropdown--default input,\n .rfipdropdown--default select {\n color: #424242; }\n .rfipdropdown--default .rfipcategory select {\n background-color: #fff;\n border: 1px solid #bdbdbd;\n transition: box-shadow 250ms, border 250ms; }\n .rfipdropdown--default .rfipcategory select:focus, .rfipdropdown--default .rfipcategory select:active {\n border-color: #9e9e9e;\n box-shadow: 0 0 0 0 #9e9e9e;\n outline: 0 none; }\n .rfipdropdown--default .rfipicons__cp {\n border: 1px solid #bdbdbd;\n transition: box-shadow 250ms, border 250ms; }\n .rfipdropdown--default .rfipicons__cp:focus, .rfipdropdown--default .rfipicons__cp:active {\n border-color: #9e9e9e;\n box-shadow: 0 0 0 0 #9e9e9e;\n outline: 0 none; }\n .rfipdropdown--default .rfipicons__left, .rfipdropdown--default .rfipicons__right {\n background-color: #eee;\n border: 1px solid #eee;\n color: #424242; }\n .rfipdropdown--default .rfipicons__left:hover, .rfipdropdown--default .rfipicons__right:hover {\n background-color: #bdbdbd;\n border: 1px solid #bdbdbd; }\n .rfipdropdown--default .rfipicons__left:focus, .rfipdropdown--default .rfipicons__left:active, .rfipdropdown--default .rfipicons__right:focus, .rfipdropdown--default .rfipicons__right:active {\n border: 1px solid #bdbdbd; }\n .rfipdropdown--default .rfipicons__ibox {\n background-color: #f5f5f5;\n border: 1px solid #f5f5f5;\n color: #424242; }\n .rfipdropdown--default .rfipicons__ibox:hover {\n background-color: #bdbdbd;\n border: 1px solid #bdbdbd; }\n .rfipdropdown--default .rfipicons__ibox:focus, .rfipdropdown--default .rfipicons__ibox:active {\n border: 1px solid #bdbdbd; }\n .rfipdropdown--default .rfipicons__ibox--error {\n color: #ef9a9a; }\n .rfipdropdown--default .rfipsearch input {\n border: 1px solid #bdbdbd;\n transition: box-shadow 250ms, border 250ms; }\n .rfipdropdown--default .rfipsearch input:focus, .rfipdropdown--default .rfipsearch input:active {\n border-color: #9e9e9e;\n box-shadow: 0 0 0 0 #9e9e9e;\n outline: 0 none; }\n\n.rfipbtn,\n.rfipdropdown {\n margin: 0;\n padding: 0;\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;\n font-size: 14px;\n line-height: 1.71429;\n vertical-align: baseline;\n box-sizing: border-box; }\n .rfipbtn *,\n .rfipdropdown * {\n box-sizing: border-box;\n margin: 0;\n padding: 0; }\n .rfipbtn input,\n .rfipbtn select,\n .rfipdropdown input,\n .rfipdropdown select {\n font-size: 14px; }\n\n.rfip {\n position: relative;\n display: inline-block;\n margin: 8px;\n vertical-align: middle;\n width: 100%; }\n\n.rfipbtn {\n width: 100%;\n display: flex;\n flex-flow: row nowrap;\n min-height: 50px;\n border-radius: 2px;\n cursor: pointer;\n transition: box-shadow 250ms, border-color 250ms;\n outline: 0 none;\n user-select: none; }\n .rfipbtn--open {\n border-radius: 2px 2px 0 0; }\n .rfipbtn__button {\n width: 48px;\n margin-left: auto;\n display: flex;\n align-items: center;\n /* x axis center */\n justify-content: center;\n /* y axis center */\n height: auto;\n /* auto height to fix the flex */\n transition: background 250ms, box-shadow 250ms; }\n .rfipbtn__button i {\n font-size: 32px;\n transition: transform 250ms; }\n .rfipbtn__button--open i {\n transform: rotate(-180deg); }\n .rfipbtn__current {\n display: flex;\n flex-flow: row nowrap;\n align-items: center;\n justify-content: center;\n flex: 0 0 86px;\n padding: 2px; }\n .rfipbtn--multi {\n width: 258px; }\n .rfipbtn--multi .rfipbtn__current {\n flex-flow: row wrap;\n justify-content: flex-start;\n flex-basis: 212px;\n align-content: center; }\n .rfipbtn__icon {\n margin: 2px;\n padding: 0;\n height: 28px;\n width: 48px;\n display: flex;\n flex-flow: row nowrap;\n align-items: center;\n justify-content: space-between;\n border-radius: 2px; }\n .rfipbtn__icon--empty {\n font-size: 14px;\n line-height: 16px;\n margin-left: 8px;\n text-align: center;\n text-transform: lowercase;\n font-style: italic; }\n .rfipbtn__elm {\n display: flex;\n height: 28px;\n width: 28px;\n align-items: center;\n justify-content: center;\n font-size: 18px; }\n .rfipbtn__elm img,\n .rfipbtn__elm svg {\n height: 18px;\n width: auto; }\n .rfipbtn__del {\n width: 18px;\n display: flex;\n height: 28px;\n align-items: center;\n justify-content: center;\n transition: background-color 250ms;\n cursor: pointer; }\n\n.rfipcategory {\n width: 100%;\n margin: 0 0 8px;\n position: relative; }\n .rfipcategory select {\n width: 100%;\n display: block;\n height: 32px;\n line-height: 32px;\n border-radius: 0;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n /* remove default arrow */\n transition: border 250ms, box-shadow 250ms;\n background-color: transparent !important; }\n .rfipcategory i {\n position: absolute;\n right: 2px;\n top: 0;\n font-size: 16px;\n line-height: 32px;\n z-index: -1; }\n\n.rfipdropdown {\n width: 352px;\n position: absolute;\n left: 0;\n margin-top: -1px;\n z-index: 100000001;\n border-radius: 0 1px 4px 4px; }\n .rfipdropdown .rfipicons__ibox--error {\n color: #000;\n text-transform: capitalize;\n font-size: 14px;\n font-weight: 500; }\n .rfipdropdown__selector {\n overflow: hidden;\n padding: 16px; }\n .rfipdropdown.fipappear-enter-active .rfipdropdown__selector, .rfipdropdown.fipappear-exit-active .rfipdropdown__selector {\n transition: max-height 300ms ease-out, padding 300ms ease-out;\n padding: 16px; }\n\n.rfipicons__pager {\n display: flex;\n flex-flow: row nowrap;\n height: 24px;\n line-height: 24px;\n align-items: center;\n margin-bottom: 8px; }\n\n.rfipicons__num {\n width: 100px;\n margin-right: auto; }\n\n.rfipicons__cp {\n width: 32px;\n margin-right: 8px;\n height: 24px;\n line-height: 24px;\n text-align: right; }\n\n.rfipicons__sp {\n margin-right: 8px; }\n\n.rfipicons__tp {\n margin-right: 8px; }\n\n.rfipicons__arrow {\n margin-left: auto;\n width: 56px;\n display: flex;\n flex-flow: row nowrap;\n justify-content: flex-end;\n align-items: center;\n height: 24px;\n user-select: none; }\n\n.rfipicons__right {\n margin-left: auto; }\n\n.rfipicons__left, .rfipicons__right {\n cursor: pointer;\n width: 24px;\n height: 24px;\n position: relative;\n transition: background-color 250ms, border 250ms;\n outline: 0 none;\n border-radius: 2px;\n font-size: 18px; }\n\n.rfipicons__label {\n height: 22px;\n width: 22px;\n display: flex;\n align-items: center;\n justify-content: center; }\n .rfipicons__label img {\n height: 18px;\n width: 18px; }\n\n.rfipicons__selector {\n display: flex;\n flex: 1 1 20%;\n flex-flow: row wrap;\n align-content: center;\n justify-content: flex-start; }\n\n.rfipicons__ibox {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 100%;\n width: 100%;\n transition: background-color 250ms, border 250ms;\n border-radius: 2px;\n outline: 0 none;\n font-size: 20px; }\n .rfipicons__ibox img,\n .rfipicons__ibox svg {\n max-height: 24px;\n width: auto; }\n .rfipicons__ibox > * {\n transform: scale(1);\n transition: transform 250ms;\n transform-origin: center; }\n .rfipicons__ibox:hover > * {\n transform: scale(1.8); }\n .rfipicons__ibox--error {\n text-transform: lowercase;\n font-style: italic; }\n\n.rfipicons__icon {\n width: 20%;\n height: 64px;\n padding: 1px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer; }\n .rfipicons__icon--error {\n display: block;\n padding: 16px;\n text-align: center;\n font-size: 24px;\n width: 100%;\n line-height: 1; }\n\n.rfipsearch {\n width: 100%;\n margin: 0 0 8px; }\n .rfipsearch input {\n width: 100%;\n display: block;\n height: 32px;\n line-height: 32px; }\n\n.components-panel .rfipdropdown,\n.components-panel .rfipdropdown.rfipdropdown--default.fipappear-enter-done {\n left: 0;\n width: 100%; }\n\n.components-panel .rfipicons__ibox {\n font-size: 15px; }\n\n.components-panel .rfipicons__icon {\n height: 40px; }\n\n.components-panel .rfipicons__ibox:hover > * {\n -webkit-transform: scale(1.45);\n -ms-transform: scale(1.45);\n transform: scale(1.45); }\n\n.rfipdropdown--default .rfipicons__icon--selected .rfipicons__ibox svg {\n fill: #007cba; }\n\n.rfipbtn--default .rfipbtn__icon {\n color: #424242;\n height: 40px;\n border: 0; }\n\n.rfipbtn--default .rfipbtn__del {\n height: 7px;\n background-color: #007cba33;\n color: #007cba;\n font-weight: bold;\n padding: 8px 8px 10px 8px;\n border-radius: 100%;\n margin-left: 10px; }\n\n.rfipdropdown--default .rfipicons__ibox,\n.rfipdropdown--default .rfipicons__ibox:focus,\n.rfipdropdown--default .rfipicons__ibox:active,\n.rfipdropdown--default .rfipicons__ibox:hover {\n color: #424242;\n background-color: transparent;\n border: 0; }\n\n.rfipdropdown--default .rfipicons__icon--selected .rfipicons__ibox svg {\n fill: #007cba; }\n\n.rfipicons__ibox img,\n.rfipicons__ibox svg {\n width: 16px;\n height: 16px;\n max-height: 24px; }\n\n.rfipicons__ibox svg {\n fill: #585858; }\n\n/* Override default CSS - UAG */\n.uag-icon-picker .rfip {\n margin: 4px 0 0; }\n\n.uag-icon-picker .uag-control-label {\n padding-bottom: 4px;\n display: block; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.block-editor-page #wpwrap .edit-post-visual-editor a.uagb-infobox-link-wrap {\n z-index: -1;\n color: inherit; }\n\n.block-editor-page #wpwrap .uagb-disable-link {\n pointer-events: all; }\n\n.block-editor-block-list__block .uagb-infobox__content-wrap .uagb-ifb-icon-wrap svg {\n height: 30px; }\n\n.uagb-ifb-title-wrap .block-editor-rich-text__editable.uagb-ifb-title.rich-text {\n line-height: inherit;\n margin-top: 0; }\n\n.uagb-infobox-icon-left svg,\n.uagb-infobox-icon-right svg {\n box-sizing: content-box; }\n\n.uagb-infobox-link-wrap {\n pointer-events: none; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.uagb-cta__content-wrap.uagb-cta__icon-position-above-title {\n text-align: center; }\n\n.editor-styles-wrapper .edit-post-visual-editor a.uagb-cta__block-link-wrap {\n color: inherit; }\n\n.editor-styles-wrapper .uagb-cta__title,\n.editor-styles-wrapper .uagb-cta-separator-parent,\n.editor-styles-wrapper .uagb-cta__desc {\n margin-bottom: 10px; }\n\n.editor-styles-wrapper .uagb-cta__desc {\n margin: 0; }\n\n.editor-styles-wrapper .uagb-cta__block-link i {\n font-style: normal; }\n\n.wp-block-uagb-call-to-action.uagb-cta__outer-wrap a.uagb-cta__link-to-all {\n z-index: 0; }\n\n.editor-styles-wrapper .uagb-cta__outer-wrap .uagb-cta__buttons {\n display: inline-flex; }\n\n.editor-styles-wrapper .uagb-cta__outer-wrap a.uagb-cta__button-link-wrapper,\n.editor-styles-wrapper .uagb-cta__outer-wrap a.uagb-cta-second__button {\n text-decoration: none;\n fill: currentColor;\n width: 100%; }\n\n.editor-styles-wrapper .uagb-cta__title[contenteditable="true"]:focus,\n.editor-styles-wrapper .uagb-cta__desc[contenteditable="true"]:focus {\n border: 2px solid var(--wp-admin-theme-color);\n border-radius: 8px; }\n\n.editor-styles-wrapper .uagb-editor-preview-mode-tablet .uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap {\n flex-direction: column;\n text-align: center; }\n .editor-styles-wrapper .uagb-editor-preview-mode-tablet .uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__link-wrapper {\n width: 100%; }\n .editor-styles-wrapper .uagb-editor-preview-mode-tablet .uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__link-wrapper .uagb-cta__button-wrapper {\n float: none;\n margin: 0 auto; }\n\n.editor-styles-wrapper .uagb-editor-preview-mode-mobile .uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap {\n flex-direction: column;\n text-align: center; }\n .editor-styles-wrapper .uagb-editor-preview-mode-mobile .uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap .uagb-cta__link-wrapper {\n width: 100%; }\n .editor-styles-wrapper .uagb-editor-preview-mode-mobile .uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap .uagb-cta__link-wrapper .uagb-cta__button-wrapper {\n float: none;\n margin: 0 auto; }\n\n.editor-styles-wrapper .uagb-editor-preview-mode-mobile .uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap {\n flex-direction: column;\n text-align: center; }\n .editor-styles-wrapper .uagb-editor-preview-mode-mobile .uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__link-wrapper {\n width: 100%; }\n .editor-styles-wrapper .uagb-editor-preview-mode-mobile .uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__link-wrapper .uagb-cta__button-wrapper {\n float: none;\n margin: 0 auto; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/**\n * Editor styles for the admin\n */\n.editor-styles-wrapper .uagb-blockquote__skin-quotation blockquote.uagb-blockquote {\n vertical-align: baseline;\n padding: 0;\n margin: 0;\n background: transparent;\n border: 0 none;\n outline: 0;\n font-size: 100%;\n font-style: normal;\n quotes: none; }\n\n.editor-styles-wrapper blockquote.uagb-blockquote {\n padding: 0;\n margin: 0; }\n\n.editor-styles-wrapper .uagb-blockquote__skin-border blockquote {\n padding-left: 10px; }\n\n.editor-styles-wrapper .uagb-blockquote__content,\n.editor-styles-wrapper cite.uagb-blockquote__author,\n.editor-styles-wrapper .uagb-blockquote__author {\n font-style: normal; }\n\n.editor-styles-wrapper .uagb-blockquote a {\n box-shadow: none;\n text-decoration: none;\n -webkit-box-shadow: none; }\n\n.editor-styles-wrapper .uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button,\n.editor-styles-wrapper .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button {\n color: #fff; }\n\n.editor-styles-wrapper .uagb-blockquote__align-center a.uagb-blockquote__tweet-button {\n margin: 0 auto; }\n\n.uagb-editor-preview-mode-tablet .uagb-blockquote__stack-img-tablet footer {\n -webkit-flex-direction: column;\n -ms-flex-direction: column;\n flex-direction: column; }\n .uagb-editor-preview-mode-tablet .uagb-blockquote__stack-img-tablet footer .uagb-blockquote__tweet-button {\n align-self: flex-start; }\n\n.uagb-editor-preview-mode-mobile .uagb-blockquote__stack-img-mobile footer {\n -webkit-flex-direction: column;\n -ms-flex-direction: column;\n flex-direction: column; }\n .uagb-editor-preview-mode-mobile .uagb-blockquote__stack-img-mobile footer .uagb-blockquote__tweet-button {\n align-self: flex-start; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/*\n Content Timeline.\n*/\n.block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block {\n padding: 0;\n margin: 0;\n max-width: unset; }\n\n@media screen and (max-width: 1023px) {\n .block-editor-inner-blocks .uagb-timeline__center-block .uagb-timeline__day-new.uagb-timeline__day-right.uagb-timeline__events-inner-new {\n left: -15px; }\n .block-editor-inner-blocks .uagb-timeline__center-block .uagb-timeline__day-new.uagb-timeline__day-left.uagb-timeline__events-inner-new {\n right: -15px; }\n .block-editor-inner-blocks .uagb-timeline__left-block .uagb-timeline__day-new.uagb-timeline__day-right.uagb-timeline__events-inner-new {\n right: -15px; }\n .block-editor-inner-blocks .uagb-timeline__left-block .uagb-timeline__day-new.uagb-timeline__day-left.uagb-timeline__events-inner-new {\n right: -15px; } }\n\n.edit-post-visual-editor .block-editor-block-list__block[data-type="uagb/content-timeline"] {\n padding: 15px; }\n .edit-post-visual-editor .block-editor-block-list__block[data-type="uagb/content-timeline"] .components-button svg {\n fill: #fff;\n width: 24px; }\n\n.edit-post-visual-editor .block-editor-block-list__block .uagb-timeline__outer-wrap.uagb-timeline__left-block .uagb-timeline__line {\n right: auto;\n left: 34px; }\n\n.edit-post-visual-editor .block-editor-block-list__block .uagb-timeline__outer-wrap.uagb-timeline__right-block .uagb-timeline__line {\n right: 31px;\n left: auto; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/*\n Content Timeline Child.\n*/\n#wpwrap .edit-post-visual-editor .block-editor-block-list__block[data-type="uagb/content-timeline-child"] {\n padding-left: 0;\n padding-right: 0; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/* stylelint-disable color-hex-case, color-hex-length */\n.uag-number-control .uagb-number-control__mobile-controls.uag-number-control__full-width {\n color: #50575E; }\n .uag-number-control .uagb-number-control__mobile-controls.uag-number-control__full-width .uag-control-label {\n margin-bottom: 10px; }\n .uag-number-control .uagb-number-control__mobile-controls.uag-number-control__full-width .components-number-control .components-input-control__input {\n padding: 0 7px 0 12px !important; }\n\n.uag-number-control .uagb-number-control__mobile-controls.uag-number-control__inline {\n align-items: center;\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n color: #50575E; }\n .uag-number-control .uagb-number-control__mobile-controls.uag-number-control__inline .uag-control-label {\n margin-bottom: 0; }\n .uag-number-control .uagb-number-control__mobile-controls.uag-number-control__inline .components-number-control .components-input-control__input {\n padding: 0 7px 0 12px !important; }\n .uag-number-control .uagb-number-control__mobile-controls.uag-number-control__inline .components-input-control__container {\n width: 100%; }\n\n.uag-number-control .uagb-control__header {\n display: grid;\n grid-template-columns: 100%;\n justify-items: end;\n justify-content: end; }\n\n.uag-number-control .uag-responsive-label-wrap {\n grid-column: 1 / span 2; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'[data-type="uagb/faq"] .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {\n width: auto;\n padding-right: 0;\n padding-left: 0;\n margin-top: 0;\n margin-bottom: 0; }\n\n[data-type="uagb/faq"] .block-editor-inner-blocks > .block-editor-block-list__layout {\n display: block; }\n\n[data-type="uagb/faq"] .uagb-faq__outer-wrap {\n padding: 15px; }\n\n[data-type="uagb/faq"] .uagb-faq-layout-grid .block-editor-inner-blocks > .block-editor-block-list__layout {\n display: grid; }\n\n[data-type="uagb/faq"] .uagb-faq-layout-grid.uagb-faq-equal-height .block-editor-inner-blocks > .block-editor-block-list__layout .block-editor-block-list__block,\n[data-type="uagb/faq"] .uagb-faq-layout-grid.uagb-faq-equal-height .block-editor-inner-blocks > .block-editor-block-list__layout .uagb-faq-child__outer-wrap,\n[data-type="uagb/faq"] .uagb-faq-layout-grid.uagb-faq-equal-height .block-editor-inner-blocks > .block-editor-block-list__layout .uagb-faq-item {\n height: 100%; }\n\n[data-type="uagb/faq"] .uagb-editor-preview-mode-mobile.uagb-faq-layout-grid.uagb-faq-equal-height .block-editor-inner-blocks > .block-editor-block-list__layout .block-editor-block-list__block,\n[data-type="uagb/faq"] .uagb-editor-preview-mode-mobile.uagb-faq-layout-grid.uagb-faq-equal-height .block-editor-inner-blocks > .block-editor-block-list__layout .uagb-faq-child__outer-wrap,\n[data-type="uagb/faq"] .uagb-editor-preview-mode-mobile.uagb-faq-layout-grid.uagb-faq-equal-height .block-editor-inner-blocks > .block-editor-block-list__layout .uagb-faq-item {\n height: auto; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-faq-layout-accordion .uagb-faq-child__outer-wrap .uagb-faq-questions-button {\n cursor: pointer; }\n\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq-questions-button {\n display: flex;\n align-items: center;\n width: auto; }\n [data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq-questions-button .uagb-faq-icon-wrap {\n display: flex;\n align-items: center; }\n [data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq-questions-button .uagb-question {\n width: 100%;\n margin-top: 0;\n margin-bottom: 0; }\n\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq-content {\n margin: 0;\n border-width: 0; }\n\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq-item p {\n margin-bottom: 0; }\n\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon-active,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon-active,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon {\n display: none; }\n\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon-active,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active {\n display: flex; }\n\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq__active.uagb-faq-item .uagb-faq-content,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq__active.uagb-faq-item .uagb-faq-content {\n display: block; }\n\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq__active.uagb-faq-item .uagb-icon,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq__active.uagb-faq-item .uagb-icon {\n display: none; }\n\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq__active.uagb-faq-item .uagb-icon-active,\n[data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap .uagb-faq__active.uagb-faq-item .uagb-icon-active {\n display: flex; }\n\n.uagb-faq-layout-grid [data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq__active.uagb-faq-item .uagb-icon-active {\n display: none; }\n\n.uagb-faq-layout-grid [data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq__active.uagb-faq-item .uagb-icon {\n display: none; }\n\n.uagb-faq-layout-grid [data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq-item .uagb-icon,\n.uagb-faq-layout-grid [data-type="uagb/faq-child"] .uagb-faq-child__outer-wrap.uagb-faq-item.uagb-faq-item-active .uagb-icon-active {\n display: none; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-forms__outer-wrap {\n padding: 25px; }\n .uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-form-hidden-data {\n display: none; }\n .uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-required-wrap {\n float: right; }\n .uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-required-wrap .components-toggle-control .components-base-control__field .components-form-toggle {\n margin-left: 5px;\n margin-top: 4px; }\n .uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-required-wrap .components-toggle-control .components-base-control__field .components-toggle-control__label {\n margin-right: 5px; }\n .uagb-forms__outer-wrap .uagb-forms-main-form input[type="checkbox"],\n .uagb-forms__outer-wrap .uagb-forms-main-form input[type="radio"] {\n margin-top: 5px;\n margin-bottom: 5px; }\n .uagb-forms__outer-wrap .block-editor-block-list__block {\n padding: 0;\n margin: 0; }\n\n.uagb-form-notice {\n padding: 8px 10px;\n background-color: #fff8e5;\n border-left: 5px solid #ffb901;\n color: #32373c;\n font-size: 13px;\n line-height: 20px; }\n\nselect.uagb-forms-select-box.uagb-forms-input {\n max-width: 100%; }\n\n.uagb-form-emailto {\n margin-top: 10px; }\n\n.uagb-forms-recaptcha-button {\n display: block;\n width: 50%;\n margin-bottom: 15px; }\n\n.uagb-forms-variations .components-button,\n.uagb-forms-variations .components-button.is-secondary,\n.uagb-forms-variations .components-button.is-tertiary,\n.uagb-forms-variations .components-button:hover:not(:disabled) {\n box-shadow: none;\n outline: none; }\n\n.uagb-forms-variations .block-editor-block-variation-picker__variations {\n display: flex;\n justify-content: flex-start; }\n\n.uagb-forms-variations .block-editor-block-variation-picker__variation.components-button.has-icon {\n width: 34px; }\n\n.uagb-forms-phone-wrap .uagb-forms-phone-flex {\n display: flex;\n width: 100%; }\n .uagb-forms-phone-wrap .uagb-forms-phone-flex .components-base-control__field {\n height: calc(100% - 8px); }\n .uagb-forms-phone-wrap .uagb-forms-phone-flex .uagb-form-phone-country {\n width: auto !important; }\n .uagb-forms-phone-wrap .uagb-forms-phone-flex .uagb-forms-phone-input {\n margin-bottom: 8px; }\n\n.uagb-forms-main-submit-button {\n border-width: 0; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-columns__wrap::before {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n border: 1px dashed #03ddff;\n content: ""; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-columns__wrap::before {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n border: 1px dashed #03ddff;\n content: ""; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".editor-styles-wrapper .uagb-forms-phone-wrap .uagb-form-phone-country-editor {\n line-height: normal; }\n .editor-styles-wrapper .uagb-forms-phone-wrap .uagb-form-phone-country-editor .components-input-control__backdrop {\n border: none;\n box-shadow: none !important; }\n\n.editor-styles-wrapper .uagb-form-phone-country {\n border: 1px solid #8c8f94;\n border-radius: 4px; }\n\n.editor-styles-wrapper .uagb-forms-phone-wrap .components-base-control {\n width: 30%;\n float: right; }\n\n.editor-styles-wrapper .uagb-forms-phone-wrap .uagb-forms-phone-input {\n width: 70%; }\n\n.uagb-editor-preview-mode-tablet .uagb-forms-phone-flex {\n height: unset !important; }\n .uagb-editor-preview-mode-tablet .uagb-forms-phone-flex .uagb-form-phone-country {\n height: unset; }\n\n.uagb-editor-preview-mode-mobile .uagb-forms-phone-flex {\n height: unset !important; }\n .uagb-editor-preview-mode-mobile .uagb-forms-phone-flex .uagb-form-phone-country {\n height: unset; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-forms-checkbox-wrap input[type="checkbox"],\n.uagb-form-checkbox-option input[type="checkbox"] {\n vertical-align: middle;\n margin-right: 15px; }\n\n.uagb-forms-checkbox-controls {\n margin-top: 10px; }\n\n.uagb-form-checkbox-option-delete.has-icon {\n vertical-align: middle;\n padding: 10px;\n margin: 0; }\n\n.uagb-form-checkbox-option .uagb-inner-input-view {\n margin-right: 20px; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-forms-radio-wrap input[type="radio"],\n.uagb-form-radio-option input[type="radio"] {\n vertical-align: middle;\n margin-right: 15px; }\n\n.uagb-forms-radio-controls {\n margin-top: 10px; }\n\n.uagb-form-radio-option-delete.has-icon {\n vertical-align: middle;\n padding: 10px;\n margin: 0; }\n\n.uagb-forms-main-form .uagb-inner-input-view {\n vertical-align: middle;\n width: 35% !important;\n margin: 0 10px !important; }\n\n.uagb-forms-main-form .uagb-forms-radio-wrap input[type="radio"] {\n border-radius: 50%; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-forms-select-controls {\n margin-top: 10px; }\n\n.uagb-form-select-option-delete.has-icon {\n vertical-align: middle;\n padding: 10px;\n margin: 0; }\n\n.uagb-forms-main-form .uagb-inner-input-view {\n vertical-align: middle;\n width: 35% !important;\n margin: 0 10px !important; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/* The switch - the box around the slider */\n.uagb-switch {\n position: relative;\n display: inline-block;\n /* The slider */ }\n .uagb-switch input {\n width: 0;\n height: 0;\n opacity: 0; }\n .uagb-switch .uagb-slider {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n cursor: pointer;\n transition: 0.4s;\n -webkit-transition: 0.4s; }\n .uagb-switch .uagb-slider::before {\n position: absolute;\n bottom: 4px;\n left: 4px;\n background-color: #fff;\n transition: 0.4s;\n content: "";\n -webkit-transition: 0.4s; }\n\n.uagb-switch input:checked + .uagb-slider::before {\n -webkit-transform: translateX(26px);\n -ms-transform: translateX(26px);\n transform: translateX(26px); }\n\n/* Rounded sliders */\n.uagb-slider.round {\n border-radius: 34px; }\n\n.uagb-slider.round::before {\n border-radius: 50%; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".components-base-control.minDate,\n.components-base-control.maxDate {\n display: inline-block;\n width: 30%; }\n\n.uagb-forms-date-invalidate {\n color: #f00;\n font-weight: 400; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-forms-editor-privacy-link .components-base-control__help {\n color: #f00; }\n\n[data-type="uagb/forms-accept"] .uagb-forms-required-wrap {\n width: 100%; }\n [data-type="uagb/forms-accept"] .uagb-forms-required-wrap .components-base-control.components-toggle-control .components-base-control__field {\n justify-content: flex-start; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".block-editor-block-list__block .uagb-google-map__wrap {\n padding: 25px; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.editor-styles-wrapper [data-type="uagb/how-to"] .how-to-schema-notices {\n padding: 8px 10px;\n background-color: #fff8e5;\n border-left: 5px solid #ffb901;\n color: #32373c;\n font-size: 13px;\n line-height: 20px; }\n .editor-styles-wrapper [data-type="uagb/how-to"] .how-to-schema-notices ul {\n padding-bottom: 0;\n margin: 0; }\n .editor-styles-wrapper [data-type="uagb/how-to"] .how-to-schema-notices h6 {\n margin: 0;\n font-size: inherit;\n line-height: inherit; }\n .editor-styles-wrapper [data-type="uagb/how-to"] .how-to-schema-notices p {\n margin: 15px 0 0;\n color: #555d66;\n font-size: inherit; }\n\n.editor-styles-wrapper [data-type="uagb/how-to"] .wp-block {\n margin: 0;\n max-width: unset; }\n\n.wp-block-uagb-how-to .block-editor-button-block-appender {\n width: 10%;\n margin-top: 0;\n margin-left: 20px; }\n\n.editor-styles-wrapper .uagb-howto__time-wrap h3,\n.editor-styles-wrapper .uagb-howto__cost-wrap h3,\n.editor-styles-wrapper .uagb-how-to-tools__wrap h3,\n.editor-styles-wrapper .uagb-how-to-steps__wrap h3 {\n margin-top: 20px;\n margin-bottom: 20px; }\n\n.editor-styles-wrapper .uagb-howto__time-wrap p,\n.editor-styles-wrapper .uagb-howto__cost-wrap p,\n.editor-styles-wrapper .uagb-how-to-tools__wrap p,\n.editor-styles-wrapper .uagb-how-to-steps__wrap p {\n margin-top: 25px; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-step-link-all {\n height: 100%;\n width: 100%;\n top: 0;\n left: 0;\n position: absolute;\n z-index: 3;\n box-shadow: none;\n text-decoration: none;\n color: inherit; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * Editor styles for the admin\n */\n#wpwrap .edit-post-visual-editor a.uagb-icon-list__link {\n color: #3a3a3a; }\n\n#wpwrap .wp-block-uagb-icon-list .wp-block-uagb-icon-list-child span {\n cursor: text; }\n\n[data-type="uagb/icon-list"] .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {\n width: auto;\n padding-left: 0;\n padding-right: 0;\n margin-left: 0;\n margin-right: 0; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-icon-list__wrap > .block-editor-inner-blocks {\n width: 100%; }\n\n.wp-block.block-editor-block-list__block[data-type="uagb/icon-list-child"] a {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: unset; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * Editor styles for the admin\n */\n/* stylelint-disable at-rule-no-unknown */\n.spectra-image-gallery-init-wrapper {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n background-color: #f5f5f5;\n padding: 2rem;\n width: 100%; }\n .spectra-image-gallery-init-wrapper .components-input-control__container {\n box-sizing: border-box;\n margin: 0;\n font-weight: var(--heading-weight-500);\n border: 1px solid #ddd;\n min-height: 100%;\n font-size: 13px;\n line-height: 1.25em;\n border-radius: 4px; }\n .spectra-image-gallery-init-wrapper .components-input-control__container:focus {\n box-shadow: none;\n border-color: #aaa;\n color: #444; }\n .spectra-image-gallery-init-wrapper .components-input-control__container:hover {\n color: #444; }\n .spectra-image-gallery-init-wrapper svg {\n width: 3em;\n height: 3em; }\n .spectra-image-gallery-init-wrapper svg path {\n stroke: #959595; }\n\n.spectra-image-gallery__layout--carousel .slick-dots {\n bottom: -30px !important; }\n\n.uagb-editor-preview-mode-tablet .spectra-image-gallery__layout--masonry,\n.uagb-editor-preview-mode-mobile .spectra-image-gallery__layout--masonry {\n height: initial !important;\n display: grid; }\n .uagb-editor-preview-mode-tablet .spectra-image-gallery__layout--masonry .spectra-image-gallery__media-wrapper,\n .uagb-editor-preview-mode-mobile .spectra-image-gallery__layout--masonry .spectra-image-gallery__media-wrapper {\n width: auto !important;\n height: auto !important;\n aspect-ratio: 1; }\n .uagb-editor-preview-mode-tablet .spectra-image-gallery__layout--masonry .spectra-image-gallery__media-wrapper .spectra-image-gallery__media--masonry,\n .uagb-editor-preview-mode-tablet .spectra-image-gallery__layout--masonry .spectra-image-gallery__media-wrapper .spectra-image-gallery__media-thumbnail--masonry,\n .uagb-editor-preview-mode-mobile .spectra-image-gallery__layout--masonry .spectra-image-gallery__media-wrapper .spectra-image-gallery__media--masonry,\n .uagb-editor-preview-mode-mobile .spectra-image-gallery__layout--masonry .spectra-image-gallery__media-wrapper .spectra-image-gallery__media-thumbnail--masonry {\n width: 100% !important;\n height: 100% !important;\n object-fit: cover; }\n\n.uagb-editor-preview-mode-tablet .spectra-image-gallery__layout--masonry-col-tab-1 {\n grid-template-columns: repeat(1, minmax(0, 1fr)); }\n\n.uagb-editor-preview-mode-tablet .spectra-image-gallery__layout--masonry-col-tab-2 {\n grid-template-columns: repeat(2, minmax(0, 1fr)); }\n\n.uagb-editor-preview-mode-tablet .spectra-image-gallery__layout--masonry-col-tab-3 {\n grid-template-columns: repeat(3, minmax(0, 1fr)); }\n\n.uagb-editor-preview-mode-tablet .spectra-image-gallery__layout--masonry-col-tab-4 {\n grid-template-columns: repeat(4, minmax(0, 1fr)); }\n\n.uagb-editor-preview-mode-tablet .spectra-image-gallery__layout--masonry-col-tab-5 {\n grid-template-columns: repeat(5, minmax(0, 1fr)); }\n\n.uagb-editor-preview-mode-tablet .spectra-image-gallery__layout--masonry-col-tab-6 {\n grid-template-columns: repeat(6, minmax(0, 1fr)); }\n\n.uagb-editor-preview-mode-tablet .spectra-image-gallery__layout--masonry-col-tab-7 {\n grid-template-columns: repeat(7, minmax(0, 1fr)); }\n\n.uagb-editor-preview-mode-tablet .spectra-image-gallery__layout--masonry-col-tab-8 {\n grid-template-columns: repeat(8, minmax(0, 1fr)); }\n\n.uagb-editor-preview-mode-mobile .spectra-image-gallery__layout--masonry-col-mob-1 {\n grid-template-columns: repeat(1, minmax(0, 1fr)); }\n\n.uagb-editor-preview-mode-mobile .spectra-image-gallery__layout--masonry-col-mob-2 {\n grid-template-columns: repeat(2, minmax(0, 1fr)); }\n\n.uagb-editor-preview-mode-mobile .spectra-image-gallery__layout--masonry-col-mob-3 {\n grid-template-columns: repeat(3, minmax(0, 1fr)); }\n\n.uagb-editor-preview-mode-mobile .spectra-image-gallery__layout--masonry-col-mob-4 {\n grid-template-columns: repeat(4, minmax(0, 1fr)); }\n\n.uagb-editor-preview-mode-mobile .spectra-image-gallery__layout--masonry-col-mob-5 {\n grid-template-columns: repeat(5, minmax(0, 1fr)); }\n\n.uagb-editor-preview-mode-mobile .spectra-image-gallery__layout--masonry-col-mob-6 {\n grid-template-columns: repeat(6, minmax(0, 1fr)); }\n\n.uagb-editor-preview-mode-mobile .spectra-image-gallery__layout--masonry-col-mob-7 {\n grid-template-columns: repeat(7, minmax(0, 1fr)); }\n\n.uagb-editor-preview-mode-mobile .spectra-image-gallery__layout--masonry-col-mob-8 {\n grid-template-columns: repeat(8, minmax(0, 1fr)); }\n\n.editor-styles-wrapper .is-root-container.edit-site-block-editor__block-list.wp-site-blocks .spectra-image-gallery__layout--masonry {\n height: initial !important; }\n\n[data-type="uagb/image-gallery"] .slick-arrow {\n border-width: 0; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.editor-styles-wrapper [data-type="uagb/inline-notice"] .uagb-notice-title {\n margin: 0; }\n\n.editor-styles-wrapper [data-type="uagb/inline-notice"] p.block-editor-rich-text__editable.uagb-notice-text.rich-text {\n margin: 0; }\n\n.editor-styles-wrapper [data-type="uagb/inline-notice"] p.block-editor-rich-text__editable.uagb-notice-title.rich-text {\n margin-bottom: 0; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-lottie_upload_wrap {\n padding: 50px;\n background: #eee; }\n\n.uagb-lottie_upload_wrap-controller .components-placeholder {\n box-shadow: none; }\n\n.uagb-show-notice {\n padding: 20px;\n background: #eee; }\n\n.uagb-lottie__center {\n margin: 0 auto; }\n\n.uagb-lottie__right {\n margin-left: auto; }\n\n.uagb-lottie__left {\n margin-right: auto; }\n\n.block-editor .block-editor__container .block-editor-media-flow__url-input .block-editor-link-control {\n width: auto; }\n\n.uagb-lottie-instructions__lottie-url {\n pointer-events: auto !important; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/**\n * Editor styles for the admin\n */\np.uagb-marketing-btn__prefix.block-editor-rich-text__editable {\n margin-bottom: 0 !important; }\n\n#wpwrap .edit-post-visual-editor a.uagb-marketing-btn__link {\n pointer-events: all;\n display: inline-block; }\n\n.uagb-marketing-btn__align-text-center .uagb-marketing-btn__link {\n text-align: center; }\n\n.uagb-marketing-btn__align-text-left .uagb-marketing-btn__link {\n text-align: left; }\n\n.uagb-marketing-btn__align-text-right .uagb-marketing-btn__link {\n text-align: right; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-post__title {\n margin-top: 15px;\n margin-bottom: 15px;\n word-break: break-word; }\n\n.uagb-post__title a {\n box-shadow: none;\n color: inherit;\n text-decoration: none;\n transition: 0.3s ease; }\n .uagb-post__title a:hover {\n text-decoration: none; }\n .uagb-post__title a:focus {\n text-decoration: none; }\n .uagb-post__title a:active {\n text-decoration: none; }\n\n.uagb-post__title a,\n.uagb-post__title a:focus,\n.uagb-post__title a:active {\n color: inherit;\n font-size: inherit; }\n\n.uagb-post__image-position-background .uagb-post__text {\n position: relative;\n z-index: 10;\n opacity: 1;\n overflow: hidden; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-post-grid-byline {\n text-transform: uppercase;\n font-size: 11px;\n letter-spacing: 1px; }\n .uagb-post-grid-byline .uagb-post__author,\n .uagb-post-grid-byline .uagb-post__date {\n display: inline-block;\n word-break: break-all; }\n .uagb-post-grid-byline .uagb-post__author:not(:last-child)::after,\n .uagb-post-grid-byline .uagb-post__date:not(:last-child)::after {\n vertical-align: middle;\n margin: 0 5px;\n line-height: 1;\n content: "\\B7"; }\n .uagb-post-grid-byline .uagb-post__author a {\n box-shadow: none; }\n .uagb-post-grid-byline .uagb-post__author a:hover {\n box-shadow: 0 -1px 0 inset;\n color: inherit; }\n .uagb-post-grid-byline .uagb-post__author span,\n .uagb-post-grid-byline .uagb-post__comment span,\n .uagb-post-grid-byline .uagb-post__taxonomy span,\n .uagb-post-grid-byline .uagb-post__date span {\n width: inherit;\n height: inherit;\n margin-right: 4px;\n font-size: inherit;\n line-height: inherit; }\n\n.uagb-post__taxonomy div {\n display: inline-block; }\n\n.uagb-post-grid-byline a,\n.uagb-post-grid-byline a:focus,\n.uagb-post-grid-byline a:active {\n color: inherit;\n font-size: inherit; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.uagb-post__image-position-background .uagb-post__image img {\n position: absolute;\n top: 50%;\n left: 50%;\n width: auto;\n height: auto;\n max-width: none;\n min-width: 100%;\n min-height: 100%;\n transform: translate(-50%, -50%); }\n\n.uagb-post__image-position-background .uagb-post__image {\n position: absolute;\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n text-align: center;\n overflow: hidden;\n top: 0;\n left: 0;\n z-index: 2;\n width: 100%;\n height: 100%; }\n\n.uagb-post__image-position-background .uagb-post__image::before {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1;\n width: 100%;\n height: 100%;\n background-color: rgba(255, 255, 255, 0.5);\n content: ""; }\n\n.uagb-post__image img {\n display: block;\n width: 100%; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-post__cta {\n display: inline-block;\n margin-bottom: 15px;\n background: none;\n border-color: #3b3b3b;\n border-style: none;\n border-width: 1px;\n border-radius: 0;\n color: #fff; }\n .uagb-post__cta a.uagb-text-link.wp-block-button__link {\n cursor: pointer; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * Editor styles for the admin\n */\n.editor-styles-wrapper .uagb-post-grid:not(.wp-block-uagb-post-grid) .uagb-post__inner-wrap {\n background-clip: content-box !important; }\n\n.editor-styles-wrapper .uagb-post-grid .uagb-post__inner-wrap.uagb-post__edit-mode {\n margin: 20px; }\n .editor-styles-wrapper .uagb-post-grid .uagb-post__inner-wrap.uagb-post__edit-mode [data-type="uagb/post-meta"] span,\n .editor-styles-wrapper .uagb-post-grid .uagb-post__inner-wrap.uagb-post__edit-mode [data-type="uagb/post-meta"] time {\n margin-right: 10px;\n font-weight: 500; }\n .editor-styles-wrapper .uagb-post-grid .uagb-post__inner-wrap.uagb-post__edit-mode .block-editor-block-list__block {\n margin-bottom: 25px; }\n .editor-styles-wrapper .uagb-post-grid .uagb-post__inner-wrap.uagb-post__edit-mode .block-editor-block-list__block .uagb-post__taxonomy {\n font-size: unset; }\n .editor-styles-wrapper .uagb-post-grid .uagb-post__inner-wrap.uagb-post__edit-mode .block-editor-block-list__block .uagb-post__image {\n width: 50%; }\n\n.editor-styles-wrapper .uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy {\n flex-wrap: nowrap; }\n\n.editor-styles-wrapper .uagb-post-grid .uagb-block-all-post__actions {\n margin: 20px; }\n\n.editor-styles-wrapper .uagb-post-grid h2 a {\n text-decoration: none; }\n\n.editor-styles-wrapper .uagb-post-grid a {\n cursor: default;\n pointer-events: none; }\n\n.editor-styles-wrapper .uagb-post-grid .wp-block-uagb-post-grid article {\n pointer-events: visible; }\n\n.editor-styles-wrapper .uagb-post-grid .uagb-post__load-more-wrap {\n width: 100%; }\n .editor-styles-wrapper .uagb-post-grid .uagb-post__load-more-wrap .uagb-post-pagination-button {\n cursor: pointer;\n pointer-events: visible; }\n .editor-styles-wrapper .uagb-post-grid .uagb-post__load-more-wrap a {\n color: inherit; }\n\n.editor-styles-wrapper .uagb-post-grid .wp-block-uagb-post-grid:last-child .uagb-post-pagination-wrap {\n grid-column: 1 / -1; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet:not(.wp-block-uagb-post-grid).uagb-post__columns-tablet-1 article {\n width: 100%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet:not(.wp-block-uagb-post-grid).uagb-post__columns-tablet-2 article {\n width: 50%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet:not(.wp-block-uagb-post-grid).uagb-post__columns-tablet-3 article {\n width: 33.2%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet:not(.wp-block-uagb-post-grid).uagb-post__columns-tablet-4 article {\n width: 25%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet:not(.wp-block-uagb-post-grid).uagb-post__columns-tablet-5 article {\n width: 20%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet:not(.wp-block-uagb-post-grid).uagb-post__columns-tablet-6 article {\n width: 16.66%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet:not(.wp-block-uagb-post-grid).uagb-post__columns-tablet-7 article {\n width: 14.28%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-tablet:not(.wp-block-uagb-post-grid).uagb-post__columns-tablet-8 article {\n width: 12.5%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile:not(.wp-block-uagb-post-grid).uagb-post__columns-mobile-1 article {\n width: 100%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile:not(.wp-block-uagb-post-grid).uagb-post__columns-mobile-2 article {\n width: 50%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile:not(.wp-block-uagb-post-grid).uagb-post__columns-mobile-3 article {\n width: 33.2%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile:not(.wp-block-uagb-post-grid).uagb-post__columns-mobile-4 article {\n width: 25%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile:not(.wp-block-uagb-post-grid).uagb-post__columns-mobile-5 article {\n width: 20%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile:not(.wp-block-uagb-post-grid).uagb-post__columns-mobile-6 article {\n width: 16.66%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile:not(.wp-block-uagb-post-grid).uagb-post__columns-mobile-7 article {\n width: 14.28%; }\n\n.editor-styles-wrapper .uagb-post-grid.uagb-editor-preview-mode-mobile:not(.wp-block-uagb-post-grid).uagb-post__columns-mobile-8 article {\n width: 12.5%; }\n\n.editor-styles-wrapper .uagb-post-grid:not(.is-grid).uagb-post__items {\n display: flex;\n -ms-flex-wrap: wrap;\n -webkit-flex-wrap: wrap;\n flex-wrap: wrap; }\n\n.editor-styles-wrapper .uagb-post-grid.is_grid {\n display: grid; }\n\n.block-editor-page #wpwrap .edit-post-visual-editor .slick-dots {\n padding-left: 0; }\n .block-editor-page #wpwrap .edit-post-visual-editor .slick-dots button {\n color: transparent; }\n\n.block-editor-page #wpwrap .edit-post-visual-editor .uagb-post__image-position-background .uagb-post__image img {\n position: absolute;\n top: 50%;\n left: 50%;\n width: auto;\n height: auto;\n max-width: none;\n min-width: 100%;\n min-height: 100%;\n transform: translate(-50%, -50%);\n -webkit-transform: translate(-50%, -50%);\n -ms-transform: translate(-50%, -50%); }\n\n.editor-styles-wrapper .is-root-container.edit-site-block-editor__block-list.wp-site-blocks .is-masonry {\n height: initial !important; }\n\n.editor-styles-wrapper [data-type="uagb/post-carousel"] {\n width: 100%; }\n\n.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-post-grid .uagb-post__inner-wrap p {\n margin-bottom: 0; }\n\n.editor-styles-wrapper .is-grid.uagb-equal_height_inline-read-more-buttons-in-editor.uagb-post__image-position-top article.uagb-post__inner-wrap,\n.editor-styles-wrapper .is-grid.uagb-equal_height_inline-read-more-buttons-in-editor.uagb-post__image-position-background article.uagb-post__inner-wrap {\n position: relative; }\n .editor-styles-wrapper .is-grid.uagb-equal_height_inline-read-more-buttons-in-editor.uagb-post__image-position-top article.uagb-post__inner-wrap .uagb-post__text:nth-last-child(2),\n .editor-styles-wrapper .is-grid.uagb-equal_height_inline-read-more-buttons-in-editor.uagb-post__image-position-background article.uagb-post__inner-wrap .uagb-post__text:nth-last-child(2) {\n padding-bottom: 100px !important; }\n .editor-styles-wrapper .is-grid.uagb-equal_height_inline-read-more-buttons-in-editor.uagb-post__image-position-top article.uagb-post__inner-wrap .uagb-post__text:last-child,\n .editor-styles-wrapper .is-grid.uagb-equal_height_inline-read-more-buttons-in-editor.uagb-post__image-position-background article.uagb-post__inner-wrap .uagb-post__text:last-child {\n position: absolute;\n bottom: 20px; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.edit-post-visual-editor .block-editor-block-list__block .uagb-timeline__field {\n margin: 0; }\n .edit-post-visual-editor .block-editor-block-list__block .uagb-timeline__field a {\n text-decoration: none;\n font-size: inherit;\n margin: 0; }\n\n.edit-post-visual-editor .block-editor-block-list__block a {\n pointer-events: none; }\n\n.uagb-editor-preview-mode-tablet.uagb-timeline .uagb-timeline__image img,\n.uagb-editor-preview-mode-mobile.uagb-timeline .uagb-timeline__image img {\n max-width: 100%; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.editor-styles-wrapper [data-type="uagb/restaurant-menu"].block-editor-block-list__block {\n display: flex;\n width: 100%; }\n\n.editor-styles-wrapper .wp-block-uagb-restaurant-menu {\n width: 100%;\n display: block;\n /*\n\t\t/* Responsive for price-list on tablet in editor\n\t\t*/\n /*\n\t\t/* Responsive for price-list on mobile in editor\n\t\t*/ }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu .block-editor-block-list__layout {\n display: grid; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu .uagb-rm__title {\n margin-top: 0; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu .uagb-rm__separator {\n margin-bottom: 10px; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu .uagb-rm__price.rich-text {\n min-width: fit-content !important; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__content {\n padding-left: unset;\n padding-right: unset;\n display: inline-flex; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu .uagb-rm__desc,\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu .uagb-rm__desc.block-editor-rich-text__editable {\n margin-bottom: 15px; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-desktop.uagb-rm__desk-column-1 .block-editor-block-list__layout {\n grid-template-columns: auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-desktop.uagb-rm__desk-column-2 .block-editor-block-list__layout {\n grid-template-columns: auto auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-desktop.uagb-rm__desk-column-3 .block-editor-block-list__layout {\n grid-template-columns: auto auto auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-desktop.uagb-rm__desk-column-4 .block-editor-block-list__layout {\n grid-template-columns: auto auto auto auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-tablet .uagb-rm__content .uagb-rm-details .uagb-rm__title {\n display: contents; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-tablet.uagb-rm__tablet-column-1 .block-editor-block-list__layout {\n grid-template-columns: auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-tablet.uagb-rm__tablet-column-2 .block-editor-block-list__layout {\n grid-template-columns: auto auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-tablet.uagb-rm__tablet-column-3 .block-editor-block-list__layout {\n grid-template-columns: auto auto auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-tablet.uagb-rm__tablet-column-4 .block-editor-block-list__layout {\n grid-template-columns: auto auto auto auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-mobile .uagb-rm__content .uagb-rm-details .uagb-rm__title {\n display: contents; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-mobile.uagb-rm__mobile-column-1 .block-editor-block-list__layout {\n grid-template-columns: auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-mobile.uagb-rm__mobile-column-2 .block-editor-block-list__layout {\n grid-template-columns: auto auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-mobile.uagb-rm__mobile-column-3 .block-editor-block-list__layout {\n grid-template-columns: auto auto auto; }\n .editor-styles-wrapper .wp-block-uagb-restaurant-menu.uagb-editor-preview-mode-mobile.uagb-rm__mobile-column-4 .block-editor-block-list__layout {\n grid-template-columns: auto auto auto auto; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'.editor-styles-wrapper [data-type="uagb/review"] .uagb_review_entry div:nth-child(2) {\n min-width: unset !important;\n display: flex; }\n\n.editor-styles-wrapper [data-type="uagb/review"] .rating-schema-notices {\n padding: 8px 10px;\n background-color: #fff8e5;\n border-left: 5px solid #ffb901;\n color: #32373c;\n font-size: 13px;\n line-height: 20px; }\n .editor-styles-wrapper [data-type="uagb/review"] .rating-schema-notices ul {\n padding-bottom: 0;\n margin: 0; }\n .editor-styles-wrapper [data-type="uagb/review"] .rating-schema-notices h6 {\n margin: 0;\n font-size: inherit;\n line-height: inherit; }\n .editor-styles-wrapper [data-type="uagb/review"] .rating-schema-notices p {\n margin: 15px 0 0;\n color: #555d66;\n font-size: inherit; }\n\n.editor-styles-wrapper [data-type="uagb/review"] .uagb_review_add_entry.dashicons.dashicons-plus-alt {\n left: 50%;\n width: 100%; }\n\n.editor-styles-wrapper [data-type="uagb/review"] .uagb_review_average_stars,\n.editor-styles-wrapper [data-type="uagb/review"] .uagb_review_entry .dashicons-trash {\n float: right;\n margin-left: 50px; }\n @media screen and (max-width: 976px) {\n .editor-styles-wrapper [data-type="uagb/review"] .uagb_review_average_stars,\n .editor-styles-wrapper [data-type="uagb/review"] .uagb_review_entry .dashicons-trash {\n margin-left: 25px; } }\n @media screen and (max-width: 768px) {\n .editor-styles-wrapper [data-type="uagb/review"] .uagb_review_average_stars,\n .editor-styles-wrapper [data-type="uagb/review"] .uagb_review_entry .dashicons-trash {\n margin-left: 15px; } }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * Editor styles for the admin\n */\n#wpwrap .edit-post-visual-editor a.uagb-ss__link {\n color: #3a3a3a; }\n\n.uagb-social-share__layout-vertical .uagb-social-share__outer-wrap > .block-editor-inner-blocks {\n width: 100%; }\n\n[data-type="uagb/social-share"] .uagb-social-share__layout-horizontal .block-editor-inner-blocks > .block-editor-block-list__layout {\n display: flex; }\n\n[data-type="uagb/social-share"] .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {\n width: auto;\n padding-right: 0;\n padding-left: 0; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-social-share__layout-vertical .block-list-appender {\n width: 60px;\n margin-top: 28px; }\n\n.uagb-social-share__layout-horizontal .block-list-appender {\n margin-top: 0;\n margin-left: 20px; }\n\n.uagb-ss-repeater a.uagb-ss__link {\n pointer-events: none; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".wp-block-uagb-star-rating .block-editor-rich-text__editable.uag-star-rating__title {\n margin: 0;\n margin-right: 10px; }\n\n.wp-block-uagb-star-rating p.block-editor-rich-text__editable.uag-star-rating__title {\n margin-bottom: 0; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/**\n * Editor styles for the admin\n */\n.uagb-toc__list > p {\n color: #666;\n font-size: 13px;\n font-style: italic; }\n\n.block-editor-page .uagb-toc__scroll-top {\n position: fixed;\n right: 343px;\n bottom: 50px;\n display: none;\n padding: 10px;\n background: #ccd0d4;\n cursor: pointer;\n font-size: 1rem;\n line-height: 1.85714285714286; }\n .block-editor-page .uagb-toc__scroll-top svg {\n width: 1.6em;\n height: 0.6em;\n margin-left: 0;\n transform: translate(0, -20%) rotate(180deg);\n fill: currentColor; }\n .block-editor-page .uagb-toc__scroll-top.uagb-toc__show-scroll {\n display: inline-table; }\n\n.uagb-light-font-weight {\n font-weight: 400; }\n\n.block-editor-block-list__block .wp-block-uagb-table-of-contents ol.uagb-toc__list li.uagb-toc__list ul,\n.block-editor-block-list__block .wp-block-uagb-table-of-contents ol.uagb-toc__list ul.uagb-toc__list ul {\n list-style-type: circle; }\n\n.block-editor-block-list__block .wp-block-uagb-table-of-contents ol.uagb-toc__list > ul,\n.block-editor-block-list__block .wp-block-uagb-table-of-contents ol.uagb-toc__list > li {\n list-style-type: disc; }\n\n.block-editor-block-list__block .wp-block-uagb-table-of-contents .uagb-toc__wrap {\n box-sizing: border-box; }\n\nol.uagb-toc__list {\n margin-top: 0; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".editor-styles-wrapper .uagb-tabs__wrap .uagb-tabs-editor-controls {\n position: absolute;\n top: -24px;\n background: #000;\n padding: 2px;\n left: 50%;\n transform: translateX(-50%);\n display: none; }\n\n.editor-styles-wrapper .uagb-tabs__wrap span.uagb-tabs__remove {\n color: #fff;\n cursor: pointer;\n z-index: 1; }\n\n.editor-styles-wrapper .uagb-tabs__wrap .uagb-tabs__icon {\n align-self: start; }\n\n.editor-styles-wrapper .uagb-tabs__wrap li.uagb-tab {\n position: relative; }\n .editor-styles-wrapper .uagb-tabs__wrap li.uagb-tab a.uagb-tabs-list p.block-editor-rich-text__editable.rich-text {\n margin-bottom: 0; }\n .editor-styles-wrapper .uagb-tabs__wrap li.uagb-tab a.uagb-tabs__icon-position-left {\n display: inline-flex; }\n .editor-styles-wrapper .uagb-tabs__wrap li.uagb-tab a.uagb-tabs__icon-position-right {\n display: inline-flex; }\n\n.editor-styles-wrapper .uagb-tabs__wrap li.uagb-tab:hover span.uagb-tabs__remove {\n display: block; }\n\n.editor-styles-wrapper .uagb-tabs__wrap li.uagb-tab.uagb-tabs__add-tab {\n cursor: pointer;\n display: block; }\n .editor-styles-wrapper .uagb-tabs__wrap li.uagb-tab.uagb-tabs__add-tab > span {\n width: auto;\n height: 39.852px;\n padding: 6px 12px; }\n\n.editor-styles-wrapper .uagb-tabs__wrap .uagb-tab-item__move-forward,\n.editor-styles-wrapper .uagb-tabs__wrap .uagb-tab-item__move-back {\n color: #fff;\n cursor: pointer;\n z-index: 1; }\n\n.editor-styles-wrapper .uagb-tabs__wrap li.uagb-tab:hover .uagb-tabs-editor-controls {\n display: flex; }\n\n.editor-styles-wrapper .uagb-tabs__wrap .uagb-tab.uagb-tabs__add-tab > span {\n width: auto;\n height: 39.852px;\n padding: 6px 12px; }\n\n.editor-styles-wrapper .uagb-tabs__wrap .uagb-tab.uagb-tabs__add-tab .dashicon::before {\n vertical-align: middle; }\n\n.editor-styles-wrapper .uagb-tabs__wrap ul.uagb-tabs__panel {\n margin-top: 12px; }\n .editor-styles-wrapper .uagb-tabs__wrap ul.uagb-tabs__panel p {\n margin: 0; }\n\n.uag-advance-panel-body-layout .uagb-responsive-select-control .uagb-size-type-field-tabs {\n grid-template-columns: 40% 60%; }\n\n.edit-post-visual-editor .uagb-tabs__wrap .block-editor-button-block-appender {\n display: none; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet {\n flex-direction: column; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n display: flex;\n flex-direction: row; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet .uagb-tab {\n margin: 10px 10px 10px 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet p {\n margin: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle1-tablet .uagb-tabs__body-wrap {\n margin-bottom: 20px; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet {\n flex-direction: column; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet ul.uagb-tabs__panel {\n display: flex;\n flex-direction: row;\n margin-bottom: 0;\n padding: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet .uagb-tab {\n margin: 10px 10px -1px 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle2-tablet p {\n margin: 0; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet {\n flex-direction: column; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet ul.uagb-tabs__panel {\n display: flex;\n flex-direction: row;\n margin-bottom: 0;\n padding: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet .uagb-tab {\n margin: 10px 10px 0 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle3-tablet .uagb-tab p {\n margin: 0; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet {\n flex-direction: column; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet ul.uagb-tabs__panel {\n display: flex;\n flex-direction: row;\n margin-bottom: 0;\n padding: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet .uagb-tab {\n margin: 10px 10px 10px 0;\n padding: 6px 12px 6px 12px; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle4-tablet .uagb-tab p {\n margin: 0; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet {\n flex-direction: column; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet ul.uagb-tabs__panel {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n margin: 0;\n padding: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet .uagb-tab {\n padding: 6px 12px;\n margin: 10px 10px 10px 10px;\n width: 100%;\n text-align: center; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__hstyle5-tablet .uagb-tab p {\n margin: 0; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet {\n flex-direction: row; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n min-width: 24%;\n max-width: 24%; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tab {\n margin: 0 10px 10px 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 75%; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet {\n flex-direction: row; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel {\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n min-width: 24%;\n max-width: 24%;\n margin: 0;\n padding: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tab {\n margin: 10px 10px 0 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 75%; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet {\n flex-direction: row;\n display: flex; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n display: grid;\n flex-grow: 1;\n min-width: 25%;\n max-width: 25%;\n justify-content: normal; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel .uagb-tab {\n padding: 6px 12px; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle8-tablet .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 75%; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet {\n flex-direction: row;\n display: flex; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n min-width: 24%;\n max-width: 24%; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel .uagb-tab {\n margin: 0 10px 10px 0;\n padding: 6px 12px 6px 12px; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle9-tablet .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 75%; }\n\n.uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet {\n flex-direction: row; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel {\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n min-width: 24%;\n max-width: 24%;\n margin: 0;\n padding: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel .uagb-tab {\n padding: 6px 12px;\n margin: 10px 10px 10px 10px;\n text-align: center; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-tablet.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 75%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile {\n flex-direction: column; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n display: flex;\n flex-direction: row;\n flex-grow: 1; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile .uagb-tab {\n margin: 10px 10px 10px 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile p {\n margin: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle1-mobile .uagb-tabs__body-wrap {\n flex-direction: row; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile {\n flex-direction: column; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n display: flex;\n flex-direction: row;\n flex-grow: 1;\n border-bottom: 1px solid #b3b6b9; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile .uagb-tab {\n margin: 10px 10px -1px 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile p {\n margin: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle2-mobile .uagb-tabs__body-wrap {\n flex-direction: row; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile {\n flex-direction: column; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile ul.uagb-tabs__panel {\n display: flex;\n flex-grow: 1;\n margin-bottom: 0;\n flex-direction: row;\n padding: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile .uagb-tab {\n margin: 10px 10px 0 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle3-mobile .uagb-tabs__body-wrap {\n flex-direction: row; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile {\n flex-direction: column; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n flex-direction: row;\n display: flex;\n flex-grow: 1; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile .uagb-tab {\n margin: 10px 10px 10px 0;\n padding: 6px 12px 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle4-mobile .uagb-tabs__body-wrap {\n max-width: 100%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile {\n flex-direction: column; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile ul.uagb-tabs__panel {\n display: flex;\n flex-grow: 1;\n flex-direction: row;\n justify-content: space-between;\n margin: 0;\n padding: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tab {\n padding: 6px 12px;\n margin: 10px 10px 10px 10px;\n text-align: center;\n width: 100%; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tabs__body-wrap {\n max-width: 100%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile,\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile {\n flex-direction: row; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel,\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n min-width: 24%;\n max-width: 24%; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile .uagb-tab,\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile .uagb-tab {\n margin: 0 10px 10px 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile .uagb-tab p,\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile .uagb-tab p {\n margin: -9px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle6-mobile .uagb-tabs__body-wrap,\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle8-mobile .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 75%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile {\n flex-direction: row; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile .uagb-tab {\n margin: 10px 10px 0 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile ul.uagb-tabs__panel {\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n min-width: 24%;\n max-width: 24%;\n margin: 0;\n padding: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle7-mobile .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 75%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile {\n flex-direction: row;\n display: flex; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel {\n margin-bottom: 0;\n padding: 0;\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n min-width: 24%;\n max-width: 24%; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel .uagb-tab {\n margin: 0 10px 10px 0;\n padding: 6px 12px 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle9-mobile .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 75%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile .uagb-tab {\n padding: 6px 12px;\n margin: 10px 10px 10px 10px;\n text-align: center; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile .uagb-tab p {\n margin: 0; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel {\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n min-width: 24%;\n max-width: 35%;\n margin: 0;\n padding: 0; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__vstyle10-mobile .uagb-tabs__body-wrap {\n flex-grow: 3;\n max-width: 60%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel {\n margin: 0;\n padding: 0;\n display: flex;\n flex-direction: column;\n max-width: 100%;\n flex-grow: unset; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab {\n width: -webkit-fill-available;\n margin: 0 0 10px 0;\n padding: 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab p {\n margin: 0; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack1-mobile .uagb-tabs__body-wrap {\n max-width: 100%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel {\n display: flex;\n flex-direction: column;\n flex-grow: unset;\n margin: 0;\n padding: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tab {\n margin: 0 0 10px 0;\n padding: 6px 12px;\n width: -webkit-fill-available; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tab p {\n margin: 0; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack2-mobile .uagb-tabs__body-wrap {\n max-width: 100%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel {\n margin: 0;\n padding: 0;\n display: flex;\n flex-direction: column;\n max-width: 100%;\n flex-grow: unset;\n width: 100%; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel .uagb-tab {\n width: -webkit-fill-available;\n margin: 0 0 10px 0;\n padding: 6px 12px 6px 12px; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel .uagb-tab p {\n margin: 0; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack3-mobile .uagb-tabs__body-wrap {\n max-width: 100%; }\n\n.uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack4-mobile {\n margin: auto; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel {\n display: flex;\n flex-direction: column;\n max-width: 100%;\n flex-grow: unset;\n width: 100%;\n margin: 0;\n padding: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel .uagb-tab {\n width: -webkit-fill-available;\n padding: 6px 12px;\n margin: 0 0 10px 0;\n text-align: center; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel .uagb-tab p {\n margin: 0; }\n .uagb-editor-preview-mode-mobile.uagb-tabs__wrap.uagb-tabs__stack4-mobile .uagb-tabs__body-wrap {\n max-width: 100%; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".uagb-tax-not-available {\n padding: 10px;\n border: 1px solid;\n text-align: center; }\n\n.uagb-layout-list .uagb-list-wrap {\n margin: 0; }\n\n.uagb-list-display-style-group {\n margin-bottom: 20px !important; }\n\n.uagb-layout-grid a:-webkit-any-link {\n text-decoration: none; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,"/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.block-editor-page #wpwrap .edit-post-visual-editor ul.uagb-team__social-list {\n display: flex;\n padding: 0;\n margin: 0;\n list-style: none; }\n\n.block-editor-page #wpwrap .edit-post-visual-editor .uagb-team__social-icon a {\n color: #333; }\n\n.wp-block-uagb-team .components-button:focus:enabled,\n.wp-block-uagb-team .components-button {\n box-shadow: none;\n background: transparent;\n border: none; }\n\n.wp-block-uagb-team p.uagb-team__desc.block-editor-rich-text__editable {\n margin: 0 0 10px; }\n\n.block-editor-rich-text__editable.uagb-team__title {\n margin-top: 0; }\n\n.wp-block-uagb-team {\n margin-top: 20px;\n margin-bottom: 20px; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.gutenberg-editor-page #wpwrap ul.slick-dots {\n margin: 0 auto; }\n\n#wpwrap .edit-post-visual-editor button.slick-arrow {\n line-height: 16px; }\n\n.uagb-tm__desc,\n.editor-block-list__layout .uagb-tm__desc.block-editor-rich-text__editable {\n margin-bottom: 15px; }\n\n.uagb-tm__author-name,\n.editor-block-list__layout .uagb-tm__author-name.block-editor-rich-text__editable {\n margin-bottom: 5px;\n font-size: 30px;\n line-height: 16px; }\n\n#wpwrap .edit-post-visual-editor ul.slick-dots {\n margin: 0;\n padding: 0; }\n\n.wp-block-uagb-testimonial.uagb-editor-preview-mode-tablet.uagb-slick-carousel .slick-slide,\n.wp-block-uagb-testimonial.uagb-editor-preview-mode-mobile.uagb-slick-carousel .slick-slide {\n height: auto; }\n\n.wp-block-uagb-testimonial.uagb-editor-preview-mode-tablet.uagb-slick-carousel ul.slick-dots,\n.wp-block-uagb-testimonial.uagb-editor-preview-mode-mobile.uagb-slick-carousel ul.slick-dots {\n padding-left: 0; }\n\n.editor-styles-wrapper [data-type="uagb/testimonial"] {\n width: 100%; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".edit-post-visual-editor .wp-block-gallery.uag-masonry {\n /* For Backword */\n /* End Backword */ }\n .edit-post-visual-editor .wp-block-gallery.uag-masonry ul.blocks-gallery-grid {\n column-count: 4;\n column-gap: 1em;\n display: block; }\n .edit-post-visual-editor .wp-block-gallery.uag-masonry ul.blocks-gallery-grid li.blocks-gallery-item {\n display: block;\n grid-template-rows: 1fr auto;\n margin: 0 0 1em 0;\n break-inside: avoid;\n width: unset; }\n .edit-post-visual-editor .wp-block-gallery.uag-masonry.blocks-gallery-grid {\n column-count: 3;\n column-gap: 1em;\n display: block; }\n .edit-post-visual-editor .wp-block-gallery.uag-masonry.blocks-gallery-grid figure.wp-block-image:not(#individual-image) {\n display: block;\n grid-template-rows: 1fr auto;\n margin: 0 0 1em 0;\n break-inside: avoid;\n width: unset; }\n\n.uag-copy-paste-styles-popover .components-menu-item__shortcut {\n white-space: nowrap; }\n\n.uag-copy-paste-styles-popover .components-menu-item__item {\n min-width: 100%;\n justify-content: space-around; }\n\n.uag-copy-paste-styles-popover .components-popover__content {\n border: 1px solid #1e1e1e;\n box-shadow: none; }\n\n.uag-copy-paste-styles-popover .components-button {\n padding: 10px;\n justify-content: center; }\n .uag-copy-paste-styles-popover .components-button[disabled]:hover {\n color: unset; }\n\n.uag-hide-desktop,\n.uagb-editor-preview-at-desktop.uag-hide-desktop,\n.uagb-editor-preview-at-tablet.uag-hide-tab,\n.uagb-editor-preview-at-mobile.uag-hide-mob {\n display: inherit;\n background: -o-repeating-linear-gradient(325deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.05) 1px, transparent 2px, transparent 9px);\n background: repeating-linear-gradient(125deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.05) 1px, transparent 2px, transparent 9px);\n border: 1px solid rgba(0, 0, 0, 0.02); }\n",""]),t.a=i},function(e,t){e.exports=window.wp.editPost},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".spectra-custom-css-panel.components-panel__body.is-opened {\n padding: 0;\n overflow: hidden;\n height: 100%; }\n .spectra-custom-css-panel.components-panel__body.is-opened .components-panel__body-title {\n padding: 16px 16px 0 16px; }\n .spectra-custom-css-panel.components-panel__body.is-opened .CodeMirror-wrap {\n border-top: 1px solid #ddd6d6;\n border-bottom: 1px solid #ddd6d6;\n height: calc(100vh - 185px); }\n .spectra-custom-css-panel.components-panel__body.is-opened .CodeMirror-wrap .CodeMirror-scroll {\n width: 100%; }\n .spectra-custom-css-panel.components-panel__body.is-opened .CodeMirror-wrap .CodeMirror-sizer {\n border-right: unset; }\n .spectra-custom-css-panel.components-panel__body.is-opened .CodeMirror-wrap span.CodeMirror-matchingbracket {\n color: #ffc200; }\n .spectra-custom-css-panel.components-panel__body.is-opened .CodeMirror-wrap .CodeMirror-vscrollbar {\n overflow-y: hidden; }\n .spectra-custom-css-panel.components-panel__body.is-opened .spectra-custom-css-notice {\n font-style: italic;\n padding: 0 16px; }\n .spectra-custom-css-panel.components-panel__body.is-opened .spectra-custom-css-example {\n font-size: 11px;\n font-style: italic;\n line-height: 1.4;\n color: #a4afb7; }\n\n.interface-complementary-area.edit-post-sidebar:has(.spectra-sidebar) {\n height: auto; }\n\n.interface-interface-skeleton__sidebar:has(.spectra-sidebar) {\n height: auto; }\n\n.spectra-sidebar {\n height: 100%; }\n",""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.uagb-columns__wrap::before {\n content: "";\n position: absolute;\n border: 1px dashed #03ddff;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1; }\n\n.uagb-columns__edit-active.uagb-columns__wrap::before {\n border-color: #035cff; }\n\n.editor-bg-image-control .components-button,\n.editor-bg-video-control .components-button {\n vertical-align: middle; }\n\n.uagb-editor-preview-mode-tablet.uagb-columns__stack-tablet .block-editor-block-list__layout {\n flex-direction: column; }\n\n.uagb-editor-preview-mode-mobile.uagb-columns__stack-tablet .block-editor-block-list__layout {\n flex-direction: column; }\n\n.uagb-editor-preview-mode-mobile.uagb-columns__stack-mobile .block-editor-block-list__layout {\n flex-direction: column; }\n\n.editor-bg-image-control .components-button:last-child,\n.editor-bg-video-control .components-button:last-child {\n margin-left: 10px; }\n\n.uagb-columns__wrap > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout {\n display: flex;\n flex-wrap: nowrap; }\n\n.uagb-columns__wrap > .uagb-columns__inner-wrap > .block-editor-inner-blocks,\n.uagb-columns__wrap > .block-editor-block-list__layout {\n width: 100%;\n z-index: 2; }\n\n.uagb-columns__columns-1 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 100%; }\n\n.uagb-columns__columns-2 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 50%; }\n\n.uagb-columns__columns-3 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 33.33%; }\n\n.uagb-columns__columns-4 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 25%; }\n\n.uagb-columns__columns-5 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 20%; }\n\n.uagb-columns__columns-6 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 16.66%; }\n\n.wp-block-uagb-columns .block-editor-block-list__layout {\n margin-left: 0;\n margin-right: 0; }\n .wp-block-uagb-columns .block-editor-block-list__layout .editor-block-list__block {\n max-width: none !important; }\n\n.block-editor-block-list__block[data-type="uagb/columns"] {\n clear: both; }\n\n.block-editor-block-list__block[data-align="center"][data-type="uagb/columns"] {\n text-align: inherit; }\n\n.block-editor-block-list__block[data-type="uagb/column"] > .editor-block-contextual-toolbar {\n top: 38px;\n transform: translateY(-38px);\n margin-left: -29px;\n margin-right: -29px; }\n\n.block-editor-block-list__block[data-type="uagb/column"] > .editor-block-list__insertion-point {\n top: 0;\n margin-top: 0; }\n\n.wp-block-uagb-columns.uagb-columns__valign-center > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] {\n display: flex;\n flex-direction: column;\n justify-content: center; }\n\n.wp-block-uagb-columns.uagb-columns__valign-bottom > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] {\n display: flex;\n flex-direction: column;\n justify-content: flex-end; }\n\n.block-editor-block-list__layout .block-editor-block-list__block[data-type="uagb/column"] > .block-editor-block-list__block-edit {\n margin-left: 14px;\n margin-right: 14px; }\n .block-editor-block-list__layout .block-editor-block-list__block[data-type="uagb/column"] > .block-editor-block-list__block-edit > div:not(.editor-block-contextual-toolbar) {\n width: 100%; }\n .block-editor-block-list__layout .block-editor-block-list__block[data-type="uagb/column"] > .block-editor-block-list__block-edit > .editor-block-contextual-toolbar {\n position: absolute;\n top: 0;\n transform: translateY(-39px); }\n\n.wp-block-uagb-columns > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] > .block-editor-block-list__block-edit::before {\n bottom: 0;\n top: 0; }\n\n.block-editor-block-list__block[data-align="full"] .wp-block-uagb-columns {\n padding-left: 15px;\n padding-right: 15px; }\n\n.wp-block-uagb-columns {\n position: relative;\n z-index: 10;\n margin: 0 auto;\n display: flex;\n flex-direction: column; }\n .wp-block-uagb-columns > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout {\n display: flex;\n flex-wrap: nowrap;\n justify-content: space-between;\n margin-left: auto;\n margin-right: auto; }\n .wp-block-uagb-columns > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] {\n display: flex;\n flex-direction: column;\n max-width: none;\n margin-top: 0;\n margin-bottom: 0; }\n .wp-block-uagb-columns > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] .block-editor-block-list__block-edit {\n flex-basis: 100%; }\n\n.wp-block-uagb-columns.uagb-columns__valign-center > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] > .block-editor-block-list__block-edit {\n align-items: center;\n display: flex; }\n\n.wp-block-uagb-columns.uagb-columns__valign-bottom > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] > .block-editor-block-list__block-edit {\n align-items: flex-end;\n display: flex; }\n\n.wp-block-uagb-column {\n width: 100%; }\n\n.block-editor-block-list__layout .block-editor-block-list__block[data-align="full"][data-type="uagb/columns"] {\n margin-left: 0;\n margin-right: 0; }\n\n.edit-post-visual-editor .editor-writing-flow .block-editor-block-list__layout .block-editor-block-list__block[data-type="uagb/column"] > .block-editor-block-list__block-edit {\n margin-left: 0;\n margin-right: 0; }\n\n.block-editor-block-list__layout .uagb-column__wrap {\n z-index: unset;\n overflow: visible; }\n\n.edit-post-visual-editor .uagb-editor-preview-mode-mobile .block-editor-block-list__block[data-type="uagb/column"] .block-editor-block-list__block-edit {\n padding-left: 0;\n padding-right: 0; }\n\n.uagb-editor-preview-mode-tablet.uagb-columns__reverse-tablet.uagb-columns__stack-none > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-tablet.uagb-columns__stack-none > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-mobile.uagb-columns__stack-none > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-tablet.uagb-columns__reverse-tablet.uagb-columns__stack-mobile > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout {\n flex-direction: row-reverse; }\n\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-mobile.uagb-columns__stack-tablet > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-tablet.uagb-columns__stack-tablet > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-tablet.uagb-columns__stack-mobile > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-mobile.uagb-columns__stack-mobile > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-tablet.uagb-columns__reverse-tablet.uagb-columns__stack-tablet > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout {\n flex-direction: column-reverse; }\n\n/* for editor preview */\n.uagb-editor-preview-mode-mobile.uagb-columns__stack-mobile > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block[data-type="uagb/column"],\n.uagb-editor-preview-mode-tablet.uagb-columns__stack-tablet > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block[data-type="uagb/column"],\n.uagb-editor-preview-mode-mobile.uagb-columns__stack-tablet > .uagb-columns__inner-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block[data-type="uagb/column"] {\n width: 100% !important; }\n\n.block-editor-block-list__block[data-type="uagb/columns"] > .block-editor-block-list__block-edit::before {\n pointer-events: inherit; }\n\n.block-editor-block-list__block[data-type="uagb/columns"] > .editor-block-list__insertion-point {\n height: 16px; }\n .block-editor-block-list__block[data-type="uagb/columns"] > .editor-block-list__insertion-point .editor-block-list__insertion-point-inserter {\n height: 16px; }\n\n.uagb-columns-variation-picker .components-placeholder.is-medium .components-placeholder__fieldset .components-placeholder__instructions {\n display: inline-block; }\n\n.uagb-columns-variation-picker .components-placeholder__instructions {\n width: 100%;\n text-align: center; }\n\n.uagb-columns-variation-picker .components-button,\n.uagb-columns-variation-picker .components-button:hover:not(:disabled) {\n box-shadow: none;\n outline: none; }\n .uagb-columns-variation-picker .components-button svg,\n .uagb-columns-variation-picker .components-button:hover:not(:disabled) svg {\n width: 100px;\n height: 50px;\n color: #d5dadf; }\n\n.uagb-columns-variation-picker .components-button:hover:not(:disabled) {\n color: #9eaab5; }\n\n.uagb-columns-variation-picker .block-editor-block-variation-picker__skip .components-button {\n color: #0073aa; }\n\n.uagb-columns-variation-picker .components-placeholder {\n align-items: center; }\n .uagb-columns-variation-picker .components-placeholder .components-placeholder__label {\n font-size: 22px;\n font-weight: 500; }\n .uagb-columns-variation-picker .components-placeholder .components-placeholder__label .dashicon {\n display: none; }\n\n.uagb-columns-variation-picker .block-editor-block-variation-picker__variation::before {\n padding-bottom: 0; }\n\n.uagb-columns-variation-picker .components-placeholder__fieldset {\n align-items: center; }\n\n.uagb-columns-variation-picker .block-editor-block-variation-picker__variations {\n justify-content: center;\n width: 50%; }\n .uagb-columns-variation-picker .block-editor-block-variation-picker__variations > li {\n margin: 8px 30px 0 0;\n width: 80px; }\n\n@media screen and (max-width: 976px) {\n .uagb-columns-variation-picker .components-placeholder__fieldset {\n max-width: 100%; }\n .uagb-columns-variation-picker ul.block-editor-block-variation-picker__variations {\n justify-content: center;\n column-gap: 35px; } }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.wp-block[data-type="uagb/column"]::before {\n content: "";\n position: absolute;\n border: 1px dashed #a3aeb6;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 0;\n width: 100%;\n height: 100%; }\n\n.is-selected.wp-block[data-type="uagb/column"]::before {\n border-color: #59646c; }\n\n.editor-bg-image-control .components-button,\n.editor-bg-video-control .components-button {\n vertical-align: middle; }\n\n.editor-bg-image-control .components-button:last-child,\n.editor-bg-video-control .components-button:last-child {\n margin-left: 10px; }\n\n.wp-block[data-type="uagb/column"] .block-editor-block-list__block-edit {\n height: 100%; }\n\n.uagb-column__inner-wrap .block-editor-block-list__block {\n margin-left: 0;\n margin-right: 0; }\n\n.wp-block-uagb-column.uagb-column__wrap .uagb-column__inner-wrap,\n.wp-block-uagb-column.uagb-column__wrap .block-editor-inner-blocks {\n width: 100%;\n margin-left: auto;\n margin-right: auto;\n position: relative;\n z-index: 2; }\n\n.edit-post-visual-editor .uagb-column__inner-wrap .block-editor-block-list__block > .editor-block-mover {\n left: -30px; }\n\n@media (max-width: 449px) {\n .block-editor-page #wpwrap .uagb-columns__inner-wrap .block-editor-block-list__block {\n background-attachment: scroll !important; } }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.uagb-section__wrap::before {\n position: absolute;\n top: -1px;\n right: -1px;\n bottom: -1px;\n left: -1px;\n z-index: 0;\n border: 1px dashed #03ddff;\n content: ""; }\n\n.uagb-section__edit-active.uagb-section__wrap::before {\n border-color: #035cff; }\n\n.editor-bg-image-control .components-button,\n.editor-bg-video-control .components-button {\n vertical-align: middle; }\n\n.editor-bg-image-control .components-button:last-child,\n.editor-bg-video-control .components-button:last-child {\n margin-left: 10px; }\n\n.editor-block-list__layout .editor-block-list__block[data-align="full"][data-type="uagb/section"] {\n margin-right: 0;\n margin-left: 0; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.wp-block-uagb-cf7-styler.uagb-editor-preview-mode-tablet, .wp-block-uagb-cf7-styler.uagb-editor-preview-mode-mobile {\n margin: 20px; }\n\n.wp-block-uagb-cf7-styler .wpcf7 form {\n position: relative; }\n\n.wp-block-uagb-cf7-styler .wpcf7 form > div,\n.wp-block-uagb-cf7-styler .wpcf7 form > p {\n margin-bottom: 1.2em; }\n\n.wp-block-uagb-cf7-styler .wpcf7 .wpcf7-form-control-wrap {\n display: block;\n width: 100%; }\n\n.wp-block-uagb-cf7-styler .wpcf7 input:not([type="submit"]):focus,\n.wp-block-uagb-cf7-styler .wpcf7 select:focus,\n.wp-block-uagb-cf7-styler .wpcf7 textarea:focus {\n box-shadow: none;\n background: #fff;\n border-color: #eaeaea;\n outline: 0;\n -webkit-box-shadow: none; }\n\n.wp-block-uagb-cf7-styler .wpcf7 input:not([type="submit"]),\n.wp-block-uagb-cf7-styler .wpcf7 select,\n.wp-block-uagb-cf7-styler .wpcf7 textarea {\n width: 100%;\n padding: 0.75em; }\n\n.wp-block-uagb-cf7-styler .wpcf7 input[type="file"] {\n height: auto;\n box-shadow: none;\n box-sizing: border-box;\n background: #fafafa;\n border-color: #eaeaea;\n border-style: solid;\n border-width: 1px;\n border-radius: 2px;\n color: #666;\n transition: all 0.2s linear;\n -webkit-border-radius: 2px;\n -webkit-box-shadow: none;\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n -webkit-transition: all 0.2s linear; }\n\n.wp-block-uagb-cf7-styler .wpcf7 input[type="checkbox"],\n.wp-block-uagb-cf7-styler .wpcf7 input[type="radio"] {\n display: none;\n vertical-align: middle;\n width: 1.4em;\n height: 1.2em;\n min-width: 1.4em;\n padding: 0;\n margin: -3px 4px 0 0;\n background: #e9eef2;\n border-radius: 0.2em;\n outline: 0;\n cursor: pointer;\n color: #555;\n text-align: center;\n line-height: 0;\n transition: all 0.2s linear;\n clear: none;\n -webkit-border-radius: 0.2em;\n -webkit-transition: all 0.2s linear; }\n\n.wp-block-uagb-cf7-styler .wpcf7 .wpcf7-validation-errors {\n border-color: #f00; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 {\n padding: 0;\n margin: 0; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 .screen-reader-response {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: 0;\n border: 0;\n overflow: hidden;\n clip: rect(1px, 1px, 1px, 1px); }\n\n.wp-block-uagb-cf7-styler div.wpcf7-response-output {\n padding: 0.2em 1em;\n margin: 2em 0.5em 1em; }\n\n.wp-block-uagb-cf7-styler div.wpcf7-mail-sent-ok {\n border: 2px solid #398f14; }\n\n.wp-block-uagb-cf7-styler div.wpcf7-mail-sent-ng,\n.wp-block-uagb-cf7-styler div.wpcf7-aborted {\n border: 2px solid #f00; }\n\n.wp-block-uagb-cf7-styler div.wpcf7-spam-blocked {\n border: 2px solid #ffa500; }\n\n.wp-block-uagb-cf7-styler div.wpcf7-validation-errors,\n.wp-block-uagb-cf7-styler div.wpcf7-acceptance-missing {\n border: 2px solid #f7e700; }\n\n.wp-block-uagb-cf7-styler .wpcf7-form-control-wrap {\n position: relative; }\n\n.wp-block-uagb-cf7-styler span.wpcf7-not-valid-tip {\n display: block;\n color: #f00;\n font-size: 0.9em;\n font-weight: 400; }\n\n.wp-block-uagb-cf7-styler .use-floating-validation-tip span.wpcf7-not-valid-tip {\n position: absolute;\n top: 20%;\n left: 20%;\n z-index: 100;\n padding: 0.1em 0.5em;\n background: #fff;\n border: 1px solid #f00; }\n\n.wp-block-uagb-cf7-styler span.wpcf7-list-item {\n display: inline-block;\n margin: 0 1em 0 0; }\n\n.wp-block-uagb-cf7-styler span.wpcf7-list-item-label::before,\n.wp-block-uagb-cf7-styler span.wpcf7-list-item-label::after {\n content: " "; }\n\n.wp-block-uagb-cf7-styler .wpcf7-display-none {\n display: none; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 .ajax-loader {\n display: inline-block;\n vertical-align: middle;\n width: 16px;\n height: 16px;\n padding: 0;\n margin: 0 0 0 4px;\n visibility: hidden;\n border: none; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 .ajax-loader.is-active {\n visibility: visible; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 div.ajax-error {\n display: none; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 .placeheld {\n color: #888; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 input[type="file"] {\n cursor: pointer; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 input[type="file"]:disabled {\n cursor: default; }\n\n.wp-block-uagb-cf7-styler div.wpcf7 .wpcf7-submit:disabled {\n cursor: not-allowed; }\n\n.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type="checkbox"]:checked + span::before,\n.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type="checkbox"]:checked + span::before {\n line-height: 1.2;\n content: "\\2714"; }\n\n.wp-core-ui .uagb-cf7-styler__outer-wrap .wpcf7-form-control.wpcf7-select {\n max-width: 100%;\n background-image: none; }\n\n.editor-styles-wrapper .wp-block-uagb-cf7-styler .button,\n.editor-styles-wrapper .wp-block-uagb-cf7-styler button,\n.editor-styles-wrapper .wp-block-uagb-cf7-styler input,\n.editor-styles-wrapper .wp-block-uagb-cf7-styler select,\n.editor-styles-wrapper .wp-block-uagb-cf7-styler textarea {\n color: inherit;\n font-size: 100%; }\n\n[data-type="uagb/cf7-styler"].block-editor-block-list__block.wp-block {\n border: 1px solid #0085ba; }\n [data-type="uagb/cf7-styler"].block-editor-block-list__block.wp-block .components-placeholder {\n align-items: center; }\n [data-type="uagb/cf7-styler"].block-editor-block-list__block.wp-block .components-placeholder__fieldset {\n justify-content: center; }\n [data-type="uagb/cf7-styler"].block-editor-block-list__block.wp-block .dashicon.dashicons-admin-post {\n margin-right: 10px; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.wp-block-uagb-gf-styler .uagb-gf-styler__gform-heading-none .gform_heading,\n.wp-block-uagb-gf-styler .uagb-gf-styler__gform-heading-no .gform_heading,\n.wp-block-uagb-gf-styler .uagb-gf-styler__gform-heading-yes .gform_heading.custom_gform_heading {\n display: none; }\n\n.wp-block-uagb-gf-styler .uagb-gf-styler__gform-heading-no .gform_heading.custom_gform_heading,\n.wp-block-uagb-gf-styler .uagb-gf-styler__gform-heading-yes .gform_heading {\n display: block; }\n\n.wp-block-uagb-gf-styler .uagb-gf-styler__check-style-enabled input[type="radio"],\n.wp-block-uagb-gf-styler .uagb-gf-styler__check-style-enabled input[type="checkbox"] {\n -webkit-appearance: none; }\n\n.wp-block-uagb-gf-styler input[type="radio"] {\n -webkit-appearance: radio; }\n\n.wp-block-uagb-gf-styler input[type="checkbox"] {\n -webkit-appearance: checkbox; }\n\n.wp-block-uagb-gf-styler input[type="radio"]:focus,\n.wp-block-uagb-gf-styler input[type="checkbox"]:focus,\n.wp-block-uagb-gf-styler input[type="radio"]:checked:focus,\n.wp-block-uagb-gf-styler input[type="checkbox"]:checked:focus {\n box-shadow: none; }\n\n.wp-block-uagb-gf-styler input[type="radio"]:checked::before,\n.wp-block-uagb-gf-styler input[type="checkbox"]:checked::before {\n content: "";\n display: inline;\n float: unset; }\n\n.wp-block-uagb-gf-styler input[type="number"] {\n height: auto; }\n\n.editor-styles-wrapper .wp-block-uagb-gf-styler .button,\n.editor-styles-wrapper .wp-block-uagb-gf-styler button,\n.editor-styles-wrapper .wp-block-uagb-gf-styler input,\n.editor-styles-wrapper .wp-block-uagb-gf-styler select,\n.editor-styles-wrapper .wp-block-uagb-gf-styler textarea {\n color: inherit;\n font-size: 100%;\n line-height: inherit; }\n\n.editor-styles-wrapper .wp-block-uagb-gf-styler select,\n.editor-styles-wrapper .wp-block-uagb-gf-styler .gform_button.button {\n height: auto; }\n\n[data-type="uagb/gf-styler"].block-editor-block-list__block.wp-block {\n border: 1px solid #0085ba; }\n [data-type="uagb/gf-styler"].block-editor-block-list__block.wp-block .components-placeholder {\n align-items: center; }\n [data-type="uagb/gf-styler"].block-editor-block-list__block.wp-block .components-placeholder__fieldset {\n justify-content: center; }\n [data-type="uagb/gf-styler"].block-editor-block-list__block.wp-block .dashicon.dashicons-admin-post {\n margin-right: 10px; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,'[data-type="uagb/wp-search"] .uagb-layout-input-button .uagb-search-submit {\n border: none;\n border-radius: 0;\n color: #fff; }\n\n[data-type="uagb/wp-search"] .uagb-layout-input-button svg {\n fill: currentColor; }\n\n[data-type="uagb/wp-search"] .uagb-layout-input .uagb-wp-search-icon-wrap {\n display: flex;\n align-items: center; }\n\n[data-type="uagb/wp-search"] .uagb-layout-input svg {\n fill: currentColor;\n opacity: 0.6; }\n\n[data-type="uagb/wp-search"] .uagb-wp-search__outer-wrap {\n width: 100%;\n min-height: 20px; }\n [data-type="uagb/wp-search"] .uagb-wp-search__outer-wrap .uagb-search-wrapper .uagb-search-form__container {\n display: flex;\n overflow: hidden;\n max-width: 100%; }\n [data-type="uagb/wp-search"] .uagb-wp-search__outer-wrap .uagb-search-wrapper .uagb-search-form__container .uagb-search-form__input {\n width: 100%; }\n [data-type="uagb/wp-search"] .uagb-wp-search__outer-wrap .uagb-search-wrapper .uagb-search-form__container .uagb-search-form__input::-webkit-input-placeholder {\n overflow: unset; }\n',""]),t.a=i},function(e,t,a){"use strict";var l=a(9),i=a.n(l)()((function(e){return e[1]}));i.push([e.i,".spectra-responsive-icons__wrap {\n margin-right: 15px;\n border-radius: 3px; }\n .spectra-responsive-icons__wrap .components-button-group .components-button {\n padding-right: 10px;\n padding-left: 10px;\n box-shadow: none;\n margin-right: 0; }\n .spectra-responsive-icons__wrap svg {\n height: 18px;\n width: 18px;\n fill: #9fa59c; }\n .spectra-responsive-icons__wrap svg:hover {\n fill: #1e1e1e; }\n .spectra-responsive-icons__wrap .uagb-responsive-tabs.active-tab > svg {\n fill: #007cba;\n color: #007cba; }\n",""]),t.a=i},,function(e,t,a){"use strict";t.__esModule=!0,t.default=t.EXITING=t.ENTERED=t.ENTERING=t.EXITED=t.UNMOUNTED=void 0;var l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var l=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,a):{};l.get||l.set?Object.defineProperty(t,a,l):t[a]=e[a]}return t.default=e,t}(a(12)),i=r(a(0)),o=r(a(19)),n=a(140);function r(e){return e&&e.__esModule?e:{default:e}}a(141),t.UNMOUNTED="unmounted",t.EXITED="exited",t.ENTERING="entering",t.ENTERED="entered",t.EXITING="exiting";var s=function(e){var t,a;function l(t,a){var l;l=e.call(this,t,a)||this;var i,o=a.transitionGroup,n=o&&!o.isMounting?t.enter:t.appear;return l.appearStatus=null,t.in?n?(i="exited",l.appearStatus="entering"):i="entered":i=t.unmountOnExit||t.mountOnEnter?"unmounted":"exited",l.state={status:i},l.nextCallback=null,l}a=e,(t=l).prototype=Object.create(a.prototype),t.prototype.constructor=t,t.__proto__=a;var n=l.prototype;return n.getChildContext=function(){return{transitionGroup:null}},l.getDerivedStateFromProps=function(e,t){return e.in&&"unmounted"===t.status?{status:"exited"}:null},n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(e){var t=null;if(e!==this.props){var a=this.state.status;this.props.in?"entering"!==a&&"entered"!==a&&(t="entering"):"entering"!==a&&"entered"!==a||(t="exiting")}this.updateStatus(!1,t)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var e,t,a,l=this.props.timeout;return e=t=a=l,null!=l&&"number"!=typeof l&&(e=l.exit,t=l.enter,a=void 0!==l.appear?l.appear:t),{exit:e,enter:t,appear:a}},n.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t){this.cancelNextCallback();var a=o.default.findDOMNode(this);"entering"===t?this.performEnter(a,e):this.performExit(a)}else this.props.unmountOnExit&&"exited"===this.state.status&&this.setState({status:"unmounted"})},n.performEnter=function(e,t){var a=this,l=this.props.enter,i=this.context.transitionGroup?this.context.transitionGroup.isMounting:t,o=this.getTimeouts(),n=i?o.appear:o.enter;t||l?(this.props.onEnter(e,i),this.safeSetState({status:"entering"},(function(){a.props.onEntering(e,i),a.onTransitionEnd(e,n,(function(){a.safeSetState({status:"entered"},(function(){a.props.onEntered(e,i)}))}))}))):this.safeSetState({status:"entered"},(function(){a.props.onEntered(e)}))},n.performExit=function(e){var t=this,a=this.props.exit,l=this.getTimeouts();a?(this.props.onExit(e),this.safeSetState({status:"exiting"},(function(){t.props.onExiting(e),t.onTransitionEnd(e,l.exit,(function(){t.safeSetState({status:"exited"},(function(){t.props.onExited(e)}))}))}))):this.safeSetState({status:"exited"},(function(){t.props.onExited(e)}))},n.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},n.setNextCallback=function(e){var t=this,a=!0;return this.nextCallback=function(l){a&&(a=!1,t.nextCallback=null,e(l))},this.nextCallback.cancel=function(){a=!1},this.nextCallback},n.onTransitionEnd=function(e,t,a){this.setNextCallback(a);var l=null==t&&!this.props.addEndListener;e&&!l?(this.props.addEndListener&&this.props.addEndListener(e,this.nextCallback),null!=t&&setTimeout(this.nextCallback,t)):setTimeout(this.nextCallback,0)},n.render=function(){var e=this.state.status;if("unmounted"===e)return null;var t=this.props,a=t.children,l=function(e,t){if(null==e)return{};var a,l,i={},o=Object.keys(e);for(l=0;l<o.length;l++)a=o[l],t.indexOf(a)>=0||(i[a]=e[a]);return i}(t,["children"]);if(delete l.in,delete l.mountOnEnter,delete l.unmountOnExit,delete l.appear,delete l.enter,delete l.exit,delete l.timeout,delete l.addEndListener,delete l.onEnter,delete l.onEntering,delete l.onEntered,delete l.onExit,delete l.onExiting,delete l.onExited,"function"==typeof a)return a(e,l);var o=i.default.Children.only(a);return i.default.cloneElement(o,l)},l}(i.default.Component);function u(){}s.contextTypes={transitionGroup:l.object},s.childContextTypes={transitionGroup:function(){}},s.propTypes={},s.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:u,onEntering:u,onEntered:u,onExit:u,onExiting:u,onExited:u},s.UNMOUNTED=0,s.EXITED=1,s.ENTERING=2,s.ENTERED=3,s.EXITING=4;var c=(0,n.polyfill)(s);t.default=c},function(e,t,a){"use strict";function l(){var e=this.constructor.getDerivedStateFromProps(this.props,this.state);null!=e&&this.setState(e)}function i(e){this.setState(function(t){var a=this.constructor.getDerivedStateFromProps(e,t);return null!=a?a:null}.bind(this))}function o(e,t){try{var a=this.props,l=this.state;this.props=e,this.state=t,this.__reactInternalSnapshotFlag=!0,this.__reactInternalSnapshot=this.getSnapshotBeforeUpdate(a,l)}finally{this.props=a,this.state=l}}function n(e){var t=e.prototype;if(!t||!t.isReactComponent)throw new Error("Can only polyfill class components");if("function"!=typeof e.getDerivedStateFromProps&&"function"!=typeof t.getSnapshotBeforeUpdate)return e;var a=null,n=null,r=null;if("function"==typeof t.componentWillMount?a="componentWillMount":"function"==typeof t.UNSAFE_componentWillMount&&(a="UNSAFE_componentWillMount"),"function"==typeof t.componentWillReceiveProps?n="componentWillReceiveProps":"function"==typeof t.UNSAFE_componentWillReceiveProps&&(n="UNSAFE_componentWillReceiveProps"),"function"==typeof t.componentWillUpdate?r="componentWillUpdate":"function"==typeof t.UNSAFE_componentWillUpdate&&(r="UNSAFE_componentWillUpdate"),null!==a||null!==n||null!==r){var s=e.displayName||e.name,u="function"==typeof e.getDerivedStateFromProps?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";throw Error("Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n"+s+" uses "+u+" but also contains the following legacy lifecycles:"+(null!==a?"\n "+a:"")+(null!==n?"\n "+n:"")+(null!==r?"\n "+r:"")+"\n\nThe above lifecycles should be removed. Learn more about this warning here:\nhttps://fb.me/react-async-component-lifecycle-hooks")}if("function"==typeof e.getDerivedStateFromProps&&(t.componentWillMount=l,t.componentWillReceiveProps=i),"function"==typeof t.getSnapshotBeforeUpdate){if("function"!=typeof t.componentDidUpdate)throw new Error("Cannot polyfill getSnapshotBeforeUpdate() for components that do not define componentDidUpdate() on the prototype");t.componentWillUpdate=o;var c=t.componentDidUpdate;t.componentDidUpdate=function(e,t,a){var l=this.__reactInternalSnapshotFlag?this.__reactInternalSnapshot:a;c.call(this,e,t,l)}}return e}a.r(t),a.d(t,"polyfill",(function(){return n})),l.__suppressDeprecationWarning=!0,i.__suppressDeprecationWarning=!0,o.__suppressDeprecationWarning=!0},function(e,t,a){"use strict";var l;t.__esModule=!0,t.classNamesShape=t.timeoutsShape=void 0,(l=a(12))&&l.__esModule,t.timeoutsShape=null,t.classNamesShape=null},function(e,t,a){"use strict";t.__esModule=!0,t.default=void 0;var l=r(a(12)),i=r(a(0)),o=a(140),n=a(190);function r(e){return e&&e.__esModule?e:{default:e}}function s(){return(s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var l in a)Object.prototype.hasOwnProperty.call(a,l)&&(e[l]=a[l])}return e}).apply(this,arguments)}function u(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var c=Object.values||function(e){return Object.keys(e).map((function(t){return e[t]}))},b=function(e){var t,a;function l(t,a){var l,i=(l=e.call(this,t,a)||this).handleExited.bind(u(u(l)));return l.state={handleExited:i,firstRender:!0},l}a=e,(t=l).prototype=Object.create(a.prototype),t.prototype.constructor=t,t.__proto__=a;var o=l.prototype;return o.getChildContext=function(){return{transitionGroup:{isMounting:!this.appeared}}},o.componentDidMount=function(){this.appeared=!0,this.mounted=!0},o.componentWillUnmount=function(){this.mounted=!1},l.getDerivedStateFromProps=function(e,t){var a=t.children,l=t.handleExited;return{children:t.firstRender?(0,n.getInitialChildMapping)(e,l):(0,n.getNextChildMapping)(e,a,l),firstRender:!1}},o.handleExited=function(e,t){var a=(0,n.getChildMapping)(this.props.children);e.key in a||(e.props.onExited&&e.props.onExited(t),this.mounted&&this.setState((function(t){var a=s({},t.children);return delete a[e.key],{children:a}})))},o.render=function(){var e=this.props,t=e.component,a=e.childFactory,l=function(e,t){if(null==e)return{};var a,l,i={},o=Object.keys(e);for(l=0;l<o.length;l++)a=o[l],t.indexOf(a)>=0||(i[a]=e[a]);return i}(e,["component","childFactory"]),o=c(this.state.children).map(a);return delete l.appear,delete l.enter,delete l.exit,null===t?o:i.default.createElement(t,l,o)},l}(i.default.Component);b.childContextTypes={transitionGroup:l.default.object.isRequired},b.propTypes={},b.defaultProps={component:"div",childFactory:function(e){return e}};var d=(0,o.polyfill)(b);t.default=d,e.exports=t.default},,,,function(e,t,a){var l=a(147);e.exports=function(e,t,a){"__proto__"==t&&l?l(e,t,{configurable:!0,enumerable:!0,value:a,writable:!0}):e[t]=a}},function(e,t,a){var l=a(21),i=function(){try{var e=l(Object,"defineProperty");return e({},"",{}),e}catch(e){}}();e.exports=i},function(e,t,a){var l=a(25),i=a(18);e.exports=function(e){if(!i(e))return!1;var t=l(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},function(e,t,a){(function(t){var a="object"==typeof t&&t&&t.Object===Object&&t;e.exports=a}).call(this,a(24))},function(e,t){var a=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return a.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},function(e,t){e.exports=function(e){return e}},function(e,t,a){var l=a(218),i=Math.max;e.exports=function(e,t,a){return t=i(void 0===t?e.length-1:t,0),function(){for(var o=arguments,n=-1,r=i(o.length-t,0),s=Array(r);++n<r;)s[n]=o[t+n];n=-1;for(var u=Array(t+1);++n<t;)u[n]=o[n];return u[t]=a(s),l(e,this,u)}}},function(e,t,a){var l=a(219),i=a(221)(l);e.exports=i},function(e,t){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},function(e,t){var a=/^(?:0|[1-9]\d*)$/;e.exports=function(e,t){var l=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==l||"symbol"!=l&&a.test(e))&&e>-1&&e%1==0&&e<t}},function(e,t,a){var l=a(223),i=a(157),o=a(23),n=a(158),r=a(155),s=a(226),u=Object.prototype.hasOwnProperty;e.exports=function(e,t){var a=o(e),c=!a&&i(e),b=!a&&!c&&n(e),d=!a&&!c&&!b&&s(e),p=a||c||b||d,g=p?l(e.length,String):[],m=g.length;for(var y in e)!t&&!u.call(e,y)||p&&("length"==y||b&&("offset"==y||"parent"==y)||d&&("buffer"==y||"byteLength"==y||"byteOffset"==y)||r(y,m))||g.push(y);return g}},function(e,t,a){var l=a(224),i=a(22),o=Object.prototype,n=o.hasOwnProperty,r=o.propertyIsEnumerable,s=l(function(){return arguments}())?l:function(e){return i(e)&&n.call(e,"callee")&&!r.call(e,"callee")};e.exports=s},function(e,t,a){(function(e){var l=a(17),i=a(225),o=t&&!t.nodeType&&t,n=o&&"object"==typeof e&&e&&!e.nodeType&&e,r=n&&n.exports===o?l.Buffer:void 0,s=(r?r.isBuffer:void 0)||i;e.exports=s}).call(this,a(49)(e))},function(e,t){e.exports=function(e,t){return function(a){return e(t(a))}}},function(e,t,a){"use strict";(e.exports={}).forEach=function(e,t){for(var a=0;a<e.length;a++){var l=t(e[a]);if(l)return l}}},function(e,t,a){"use strict";var l=e.exports={};l.isIE=function(e){return!(-1===(t=navigator.userAgent.toLowerCase()).indexOf("msie")&&-1===t.indexOf("trident")&&-1===t.indexOf(" edge/")||e&&e!==function(){var e=3,t=document.createElement("div"),a=t.getElementsByTagName("i");do{t.innerHTML="\x3c!--[if gt IE "+ ++e+"]><i></i><![endif]--\x3e"}while(a[0]);return e>4?e:void 0}());var t},l.isLegacyOpera=function(){return!!window.opera}},function(e,t){e.exports=function(e,t){for(var a=-1,l=null==e?0:e.length,i=Array(l);++a<l;)i[a]=t(e[a],a,e);return i}},function(e,t,a){var l=a(259),i=a(266),o=a(268),n=a(269),r=a(270);function s(e){var t=-1,a=null==e?0:e.length;for(this.clear();++t<a;){var l=e[t];this.set(l[0],l[1])}}s.prototype.clear=l,s.prototype.delete=i,s.prototype.get=o,s.prototype.has=n,s.prototype.set=r,e.exports=s},function(e,t){e.exports=function(){return[]}},function(e,t,a){var l=a(55),i=a(56),o=a(54),n=a(164),r=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)l(t,o(e)),e=i(e);return t}:n;e.exports=r},function(e,t,a){var l=a(55),i=a(23);e.exports=function(e,t,a){var o=t(e);return i(e)?o:l(o,a(e))}},function(e,t,a){var l=a(166),i=a(165),o=a(53);e.exports=function(e){return l(e,o,i)}},function(e,t,a){var l=a(35);e.exports=function(e){if("string"==typeof e||l(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}},function(e,t){e.exports={isFunction:function(e){return"function"==typeof e},isArray:function(e){return"[object Array]"===Object.prototype.toString.apply(e)},each:function(e,t){for(var a=0,l=e.length;a<l&&!1!==t(e[a],a);a++);}}},function(e,t){e.exports=window.wp.domReady},function(e,t,a){e.exports=function(){"use strict";return function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(a,l,i,o,n,r,s,u,c,b){switch(a){case 1:if(0===c&&64===l.charCodeAt(0))return e(l+";"),"";break;case 2:if(0===u)return l+"/*|*/";break;case 3:switch(u){case 102:case 112:return e(i[0]+l),"";default:return l+(0===b?"/*|*/":"")}case-2:l.split("/*|*/}").forEach(t)}}}}()},function(e,t,a){(function(t){for(var l=a(182),i="undefined"==typeof window?t:window,o=["moz","webkit"],n="AnimationFrame",r=i["request"+n],s=i["cancel"+n]||i["cancelRequest"+n],u=0;!r&&u<o.length;u++)r=i[o[u]+"Request"+n],s=i[o[u]+"Cancel"+n]||i[o[u]+"CancelRequest"+n];if(!r||!s){var c=0,b=0,d=[];r=function(e){if(0===d.length){var t=l(),a=Math.max(0,1e3/60-(t-c));c=a+t,setTimeout((function(){var e=d.slice(0);d.length=0;for(var t=0;t<e.length;t++)if(!e[t].cancelled)try{e[t].callback(c)}catch(e){setTimeout((function(){throw e}),0)}}),Math.round(a))}return d.push({handle:++b,callback:e,cancelled:!1}),b},s=function(e){for(var t=0;t<d.length;t++)d[t].handle===e&&(d[t].cancelled=!0)}}e.exports=function(e){return r.call(i,e)},e.exports.cancel=function(){s.apply(i,arguments)},e.exports.polyfill=function(e){e||(e=i),e.requestAnimationFrame=r,e.cancelAnimationFrame=s}}).call(this,a(24))},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var l=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var l in a)Object.prototype.hasOwnProperty.call(a,l)&&(e[l]=a[l])}return e},i=function(){function e(e,t){for(var a=0;a<t.length;a++){var l=t[a];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(e,l.key,l)}}return function(t,a,l){return a&&e(t.prototype,a),l&&e(t,l),t}}(),o=a(0),n=s(o),r=s(a(12));function s(e){return e&&e.__esModule?e:{default:e}}var u={position:"absolute",top:0,left:0,visibility:"hidden",height:0,overflow:"scroll",whiteSpace:"pre"},c=["extraWidth","injectStyles","inputClassName","inputRef","inputStyle","minWidth","onAutosize","placeholderIsMinWidth"],b=function(e,t){t.style.fontSize=e.fontSize,t.style.fontFamily=e.fontFamily,t.style.fontWeight=e.fontWeight,t.style.fontStyle=e.fontStyle,t.style.letterSpacing=e.letterSpacing,t.style.textTransform=e.textTransform},d=!("undefined"==typeof window||!window.navigator)&&/MSIE |Trident\/|Edge\//.test(window.navigator.userAgent),p=function(){return d?"_"+Math.random().toString(36).substr(2,12):void 0},g=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var a=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return a.inputRef=function(e){a.input=e,"function"==typeof a.props.inputRef&&a.props.inputRef(e)},a.placeHolderSizerRef=function(e){a.placeHolderSizer=e},a.sizerRef=function(e){a.sizer=e},a.state={inputWidth:e.minWidth,inputId:e.id||p()},a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),i(t,[{key:"componentDidMount",value:function(){this.mounted=!0,this.copyInputStyles(),this.updateInputWidth()}},{key:"UNSAFE_componentWillReceiveProps",value:function(e){var t=e.id;t!==this.props.id&&this.setState({inputId:t||p()})}},{key:"componentDidUpdate",value:function(e,t){t.inputWidth!==this.state.inputWidth&&"function"==typeof this.props.onAutosize&&this.props.onAutosize(this.state.inputWidth),this.updateInputWidth()}},{key:"componentWillUnmount",value:function(){this.mounted=!1}},{key:"copyInputStyles",value:function(){if(this.mounted&&window.getComputedStyle){var e=this.input&&window.getComputedStyle(this.input);e&&(b(e,this.sizer),this.placeHolderSizer&&b(e,this.placeHolderSizer))}}},{key:"updateInputWidth",value:function(){if(this.mounted&&this.sizer&&void 0!==this.sizer.scrollWidth){var e=void 0;e=this.props.placeholder&&(!this.props.value||this.props.value&&this.props.placeholderIsMinWidth)?Math.max(this.sizer.scrollWidth,this.placeHolderSizer.scrollWidth)+2:this.sizer.scrollWidth+2,(e+="number"===this.props.type&&void 0===this.props.extraWidth?16:parseInt(this.props.extraWidth)||0)<this.props.minWidth&&(e=this.props.minWidth),e!==this.state.inputWidth&&this.setState({inputWidth:e})}}},{key:"getInput",value:function(){return this.input}},{key:"focus",value:function(){this.input.focus()}},{key:"blur",value:function(){this.input.blur()}},{key:"select",value:function(){this.input.select()}},{key:"renderStyles",value:function(){var e=this.props.injectStyles;return d&&e?n.default.createElement("style",{dangerouslySetInnerHTML:{__html:"input#"+this.state.inputId+"::-ms-clear {display: none;}"}}):null}},{key:"render",value:function(){var e=[this.props.defaultValue,this.props.value,""].reduce((function(e,t){return null!=e?e:t})),t=l({},this.props.style);t.display||(t.display="inline-block");var a=l({boxSizing:"content-box",width:this.state.inputWidth+"px"},this.props.inputStyle),i=function(e,t){var a={};for(var l in e)t.indexOf(l)>=0||Object.prototype.hasOwnProperty.call(e,l)&&(a[l]=e[l]);return a}(this.props,[]);return function(e){c.forEach((function(t){return delete e[t]}))}(i),i.className=this.props.inputClassName,i.id=this.state.inputId,i.style=a,n.default.createElement("div",{className:this.props.className,style:t},this.renderStyles(),n.default.createElement("input",l({},i,{ref:this.inputRef})),n.default.createElement("div",{ref:this.sizerRef,style:u},e),this.props.placeholder?n.default.createElement("div",{ref:this.placeHolderSizerRef,style:u},this.props.placeholder):null)}}]),t}(o.Component);g.propTypes={className:r.default.string,defaultValue:r.default.any,extraWidth:r.default.oneOfType([r.default.number,r.default.string]),id:r.default.string,injectStyles:r.default.bool,inputClassName:r.default.string,inputRef:r.default.func,inputStyle:r.default.object,minWidth:r.default.oneOfType([r.default.number,r.default.string]),onAutosize:r.default.func,onChange:r.default.func,placeholder:r.default.string,placeholderIsMinWidth:r.default.bool,style:r.default.object,value:r.default.any},g.defaultProps={minWidth:1,injectStyles:!0},t.default=g},function(e,t){e.exports=window.wp.url},function(e,t,a){var l,i,o,n,r;window,e.exports=(l=a(12),i=a(0),o=a(4),n=a(19),r=a(30),function(e){var t={};function a(l){if(t[l])return t[l].exports;var i=t[l]={i:l,l:!1,exports:{}};return e[l].call(i.exports,i,i.exports,a),i.l=!0,i.exports}return a.m=e,a.c=t,a.d=function(e,t,l){a.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:l})},a.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=15)}([function(e,t){e.exports=l},function(e,t){e.exports=i},function(e,t,a){"use strict";function l(e){return(l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function i(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function o(e){return function(e){if(Array.isArray(e)){for(var t=0,a=new Array(e.length);t<e.length;t++)a[t]=e[t];return a}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}Object.defineProperty(t,"__esModule",{value:!0}),t.flattenPossiblyCategorizedSource=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(Array.isArray(e))return o(e);if(null!==t)return void 0!==e[t]?o(e[t]):[];var a=[],l=function(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{},l=Object.keys(a);"function"==typeof Object.getOwnPropertySymbols&&(l=l.concat(Object.getOwnPropertySymbols(a).filter((function(e){return Object.getOwnPropertyDescriptor(a,e).enumerable})))),l.forEach((function(t){i(e,t,a[t])}))}return e}({},e);return Object.keys(l).forEach((function(e){a=o(a).concat(o(l[e]))})),a},t.getPossibleCategories=function(e){return Array.isArray(e)?null:Object.keys(e)},t.convertToHex=function(e){return String.fromCodePoint(parseInt(e,10))},t.isArrayEqual=function(e,t){if(!Array.isArray(e)||!Array.isArray(t))return!1;var a=o(e);a.sort();var l=o(t);return l.sort(),JSON.stringify(a)===JSON.stringify(l)},t.getOffset=function(e){var t=e.getBoundingClientRect(),a=window.pageXOffset||document.documentElement.scrollLeft,l=window.pageYOffset||document.documentElement.scrollTop;return{top:t.top+l,left:t.left+a}},t.getSourceType=function(e){return null===e?"null":"object"!==l(e)||Array.isArray(e)?Array.isArray(e)?"array":l(e):"object"},t.InvalidSourceException=function(e,t){this.givenType=e,this.requiredType=t,this.message="Expected of type: ".concat(this.requiredType,", found: ").concat(this.givenType),this.toString=function(){return"Invalid Source Exception: ".concat(this.message)}},t.fuzzySearch=function(e,t){e=e.toLowerCase();var a=(t=t.toLowerCase()).length,l=e.length;if(l>a)return!1;if(l===a)return e===t;e:for(var i=0,o=0;i<l;i++){for(var n=e.codePointAt(i);o<a;)if(t.codePointAt(o++)===n)continue e;return!1}return!0},t.debounce=void 0,t.debounce=function(e,t){var a;return function(){var l=this,i=arguments;clearTimeout(a),a=setTimeout((function(){return e.apply(l,i)}),t)}}},function(e,t){e.exports=o},,,function(e,t){e.exports=n},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var l=s(a(1)),i=a(6),o=s(a(0)),n=s(a(3)),r=a(2);function s(e){return e&&e.__esModule?e:{default:e}}function u(e){return(u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function c(e,t){for(var a=0;a<t.length;a++){var l=t[a];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(e,l.key,l)}}function b(e,t,a){return t&&c(e.prototype,t),a&&c(e,a),e}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var p=function(e){function t(e){var a,l;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),l=(t.__proto__||Object.getPrototypeOf(t)).call(this,e),a=!l||"object"!==u(l)&&"function"!=typeof l?d(this):l,Object.defineProperty(d(a),"syncPortalPosition",{configurable:!0,enumerable:!0,writable:!0,value:function(){a.resetPortalPosition(),a.fixWindowOverflow()}}),Object.defineProperty(d(a),"fixWindowOverflow",{configurable:!0,enumerable:!0,writable:!0,value:function(){var e=a.props.domRef.current.offsetWidth,t=a.props.domRef.current.offsetHeight,l=window,i=l.innerWidth,o=l.pageYOffset,n=document.documentElement.clientHeight,s=(0,r.getOffset)(a.props.domRef.current),u=s.left,c=s.top,b="self"===a.state.appendRoot?a.props.domRef.current:a.state.appendRoot,d=(0,r.getOffset)(b),p=a.props.btnRef.current,g=a.props.domRef.current,m=(0,r.getOffset)(p),y=getComputedStyle(p),f=(parseInt(y.borderTop,10)||0)+(parseInt(y.borderBottom,10)||0);if(u+e>i-20){var h=m.left+a.props.btnRef.current.offsetWidth-(e+d.left);h+d.left<0&&(h=10-d.left),g.style.left="".concat(h,"px")}t+c-o>n&&m.top-t>0&&("self"===a.state.appendRoot?g.style.top="-".concat(t-f,"px"):g.style.top="".concat(m.top+f-t,"px"))}}),a.state={},a.debouncedSyncPortalPosition=(0,r.debounce)(a.syncPortalPosition,250),a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,l.default.PureComponent),b(t,null,[{key:"getDerivedStateFromProps",value:function(e){var a=t.calculateAppendAndClass(e.appendRoot);return{appendRoot:a.appendRoot,portalClasses:a.portalClasses}}},{key:"calculateAppendAndClass",value:function(e){var t="self",a=(0,n.default)({"rfipdropdown--portal":!1!==e});return!1!==e&&(t=document.querySelector(e)),{portalClasses:a,appendRoot:t}}}]),b(t,[{key:"componentDidMount",value:function(){window.addEventListener("resize",this.debouncedSyncPortalPosition),window.addEventListener("scroll",this.debouncedSyncPortalPosition),this.syncPortalPosition()}},{key:"componentDidUpdate",value:function(){this.syncPortalPosition()}},{key:"componentWillUnmount",value:function(){window.removeEventListener("resize",this.debouncedSyncPortalPosition),window.removeEventListener("scroll",this.debouncedSyncPortalPosition)}},{key:"positionPortal",value:function(){var e=this.props.domRef.current.style.display;this.props.domRef.current.style.display="none";var t=this.props.btnRef.current,a=(0,r.getOffset)(t),l=(0,r.getOffset)(this.state.appendRoot),i=t.offsetHeight;this.props.domRef.current.style.left="".concat(a.left-l.left,"px"),this.props.domRef.current.style.top="".concat(a.top+i,"px"),this.props.domRef.current.style.display=e}},{key:"resetPortalPosition",value:function(){var e=this.props.domRef.current;"self"===this.state.appendRoot?e.style.top="":this.positionPortal()}},{key:"render",value:function(){var e=(0,n.default)(this.props.className,this.state.portalClasses),t=l.default.createElement("div",{className:e,ref:this.props.domRef},this.props.children);return"self"===this.state.appendRoot?t:(0,i.createPortal)(t,this.state.appendRoot)}}]),t}();Object.defineProperty(p,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{appendRoot:o.default.oneOfType([o.default.bool,o.default.string]),children:o.default.node.isRequired,domRef:o.default.object.isRequired,btnRef:o.default.object.isRequired,className:o.default.string.isRequired}}),Object.defineProperty(p,"defaultProps",{configurable:!0,enumerable:!0,writable:!0,value:{appendRoot:!1}});var g=p;t.default=g},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var l=r(a(1)),i=r(a(0)),o=r(a(3)),n=a(2);function r(e){return e&&e.__esModule?e:{default:e}}function s(e){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function u(e){return function(e){if(Array.isArray(e)){for(var t=0,a=new Array(e.length);t<e.length;t++)a[t]=e[t];return a}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function c(e,t){for(var a=0;a<t.length;a++){var l=t[a];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(e,l.key,l)}}function b(e,t,a){return t&&c(e.prototype,t),a&&c(e,a),e}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var p=function(e){function t(e){var a,l;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),l=(t.__proto__||Object.getPrototypeOf(t)).call(this,e),a=!l||"object"!==s(l)&&"function"!=typeof l?d(this):l,Object.defineProperty(d(a),"handleChangePage",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t,l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,i=a.props.currentPage,o=a.state.totalPage;null!==l?"next"===l?i+=1:i-=1:i=parseInt(e.target.value,10)-1,i<0&&(i=0),i>o-1&&(i=o-1),t=i+1,null===l&&Number.isNaN(i)&&(i=0,t=""),a.setState({viewPage:t}),a.props.handleChangePage(i)}}),Object.defineProperty(d(a),"handlePageKeyBoard",{configurable:!0,enumerable:!0,writable:!0,value:function(e,t){13!==e.keyCode&&32!==e.keyCode||a.handleChangePage({},t)}}),Object.defineProperty(d(a),"handleChangeValue",{configurable:!0,enumerable:!0,writable:!0,value:function(e){a.props.handleChangeValue(e)}}),Object.defineProperty(d(a),"handleValueKeyboard",{configurable:!0,enumerable:!0,writable:!0,value:function(e,t){13!==e.keyCode&&32!==e.keyCode||a.handleChangeValue(t)}}),a.state={viewPage:a.props.currentPage+1},a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,l.default.PureComponent),b(t,null,[{key:"getDerivedStateFromProps",value:function(e,a){var l=t.getCategoryFilteredState(e.currentCategory,e.categories,e.icons),i=t.getCategoryFilteredState(e.currentCategory,e.categories,null===e.search?e.icons:e.search),o=t.getActiveIcons(l,i,e.currentSearch),n=o.activeIcons,r=o.activeTitles,s=e.currentPage,u=e.iconsPerPage,c={iconView:t.getCurrentViewIcons(n,u,s),titleView:t.getCurrentViewIcons(r,u,s),totalPage:Math.ceil(n.length/u)};return""!==a.viewPage&&(c.viewPage=e.currentPage+1),c}},{key:"getActiveIcons",value:function(e,t,a){var l=u(e),i=u(t);if(""===a||null===a)return{activeIcons:l,activeTitles:i};var o=[],r=[];return l.forEach((function(e,l){(0,n.fuzzySearch)(a,t[l])&&(o.push(e),r.push(t[l]))})),{activeIcons:o,activeTitles:r}}},{key:"getCategoryFilteredState",value:function(e,t,a){var l=null,i=(0,n.getSourceType)(a);if(Array.isArray(t)){if("object"!==i)throw new n.InvalidSourceException(i,"object")}else if("array"!==i)throw new n.InvalidSourceException(i,"array");return 0!==e&&Array.isArray(t)&&(l=t[e]||null),(0,n.flattenPossiblyCategorizedSource)(a,l)}},{key:"getCurrentViewIcons",value:function(e,t,a){var l=a*t,i=(a+1)*t;return e.slice(l,i)}}]),b(t,[{key:"renderPager",value:function(){var e=this;if(this.state.totalPage<1)return null;var t=this.props.currentPage>0?l.default.createElement("span",{className:"rfipicons__left",role:"button",tabIndex:0,onKeyDown:function(t){return e.handlePageKeyBoard(t,"prev")},onClick:function(t){return e.handleChangePage(t,"prev")}},l.default.createElement("span",{role:"presentation",className:"rfipicons__label","aria-label":"Left"},l.default.createElement("i",{className:"fipicon-angle-left"}))):null,a=this.props.currentPage<this.state.totalPage-1?l.default.createElement("span",{className:"rfipicons__right",role:"button",tabIndex:0,onKeyDown:function(t){return e.handlePageKeyBoard(t,"next")},onClick:function(t){return e.handleChangePage(t,"next")}},l.default.createElement("span",{role:"presentation",className:"rfipicons__label","aria-label":"Right"},l.default.createElement("i",{className:"fipicon-angle-right"}))):null;return l.default.createElement("div",{className:"rfipicons__pager"},l.default.createElement("div",{className:"rfipicons__num"},l.default.createElement("input",{value:this.state.viewPage,onChange:this.handleChangePage,className:"rfipicons__cp",type:"tel",min:1}),l.default.createElement("span",{className:"rfipicons__sp"},"/"),l.default.createElement("span",{className:"rfipicons__tp"},this.state.totalPage)),l.default.createElement("div",{className:"rfipicons__arrow"},t,a))}},{key:"renderIconView",value:function(){var e=this;return this.state.totalPage>0?this.state.iconView.map((function(t,a){var i=(0,o.default)("rfipicons__icon",{"rfipicons__icon--selected":e.props.value===t||Array.isArray(e.props.value)&&e.props.value.includes(t)});return l.default.createElement("span",{className:i,key:t,title:e.state.titleView[a]},l.default.createElement("span",{className:"rfipicons__ibox",tabIndex:0,role:"button",onClick:function(){return e.handleChangeValue(t)},onKeyDown:function(a){return e.handleValueKeyboard(a,t)}},e.props.renderIcon(t)))})):l.default.createElement("span",{className:"rfipicons__icon--error"},l.default.createElement("span",{className:"rfipicons__ibox--error"},this.props.noIconPlaceholder))}},{key:"render",value:function(){return l.default.createElement("div",{className:"rfipicons"},this.renderPager(),l.default.createElement("div",{className:"rfipicons__selector"},this.renderIconView()))}}]),t}();Object.defineProperty(p,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{categories:i.default.arrayOf(i.default.string),currentCategory:i.default.number,isMulti:i.default.bool.isRequired,icons:i.default.oneOfType([i.default.arrayOf(i.default.string),i.default.arrayOf(i.default.number),i.default.objectOf(i.default.oneOfType([i.default.arrayOf(i.default.number),i.default.arrayOf(i.default.string)]))]).isRequired,search:i.default.oneOfType([i.default.objectOf(i.default.arrayOf(i.default.string)),i.default.arrayOf(i.default.string)]),value:i.default.oneOfType([i.default.number,i.default.string,i.default.arrayOf(i.default.oneOfType([i.default.number,i.default.string]))]).isRequired,currentSearch:i.default.string.isRequired,handleChangeValue:i.default.func.isRequired,currentPage:i.default.number.isRequired,iconsPerPage:i.default.number.isRequired,handleChangePage:i.default.func.isRequired,renderIcon:i.default.func.isRequired,noIconPlaceholder:i.default.string.isRequired}}),Object.defineProperty(p,"defaultProps",{configurable:!0,enumerable:!0,writable:!0,value:{categories:null,currentCategory:null,search:null}});var g=p;t.default=g},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var l=o(a(1)),i=o(a(0));function o(e){return e&&e.__esModule?e:{default:e}}var n=function(e){return l.default.createElement("div",{className:"rfipsearch"},l.default.createElement("input",{type:"text",className:"rfipsearch__input",value:e.value,onChange:e.handleSearch,placeholder:e.placeholder}))};n.propTypes={handleSearch:i.default.func.isRequired,value:i.default.string.isRequired,placeholder:i.default.string.isRequired};var r=n;t.default=r},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var l=o(a(1)),i=o(a(0));function o(e){return e&&e.__esModule?e:{default:e}}function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var r=function(e){function t(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),function(e,t){return!t||"object"!==n(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}var a;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,l.default.PureComponent),(a=[{key:"render",value:function(){return l.default.createElement("div",{className:"rfipcategory"},l.default.createElement("select",{className:"rfipcategory__select",onChange:this.props.handleCategory,value:this.props.value},this.props.categories.map((function(e,t){return l.default.createElement("option",{className:"rfipcategory__select__option",key:e,value:t},e)}))),l.default.createElement("i",{className:"fipicon-angle-down",role:"presentation","aria-label":"Open"}))}}])&&function(e,t){for(var a=0;a<t.length;a++){var l=t[a];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(e,l.key,l)}}(t.prototype,a),t}();Object.defineProperty(r,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{handleCategory:i.default.func.isRequired,value:i.default.number.isRequired,categories:i.default.arrayOf(i.default.string).isRequired}});var s=r;t.default=s},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var l=u(a(1)),i=u(a(0)),o=u(a(10)),n=u(a(9)),r=u(a(8)),s=a(2);function u(e){return e&&e.__esModule?e:{default:e}}function c(e){return(c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function b(e,t){for(var a=0;a<t.length;a++){var l=t[a];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(e,l.key,l)}}function d(e,t,a){return t&&b(e.prototype,t),a&&b(e,a),e}function p(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var g=function(e){function t(e){var a,l;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),l=(t.__proto__||Object.getPrototypeOf(t)).call(this,e),a=!l||"object"!==c(l)&&"function"!=typeof l?p(this):l,Object.defineProperty(p(a),"handleCategory",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=parseInt(e.target.value,10);Number.isNaN(t)&&(t=0),a.props.handleChangeCategory(t),a.props.handleChangePage(0)}}),Object.defineProperty(p(a),"handleSearch",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.target.value;a.props.handleChangeSearch(t)}}),a.state={},a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,l.default.PureComponent),d(t,null,[{key:"getDerivedStateFromProps",value:function(e){var t=(0,s.getPossibleCategories)(e.icons);return null!==t&&(t=[e.allCatPlaceholder].concat(function(e){return function(e){if(Array.isArray(e)){for(var t=0,a=new Array(e.length);t<e.length;t++)a[t]=e[t];return a}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}(t))),{categories:t,searchString:e.currentSearch}}}]),d(t,[{key:"render",value:function(){return l.default.createElement("div",{className:"rfipdropdown__selector"},this.props.showSearch?l.default.createElement(n.default,{handleSearch:this.handleSearch,value:this.state.searchString,placeholder:this.props.searchPlaceholder}):null,this.props.showCategory&&this.state.categories&&this.state.categories.length?l.default.createElement(o.default,{handleCategory:this.handleCategory,value:this.props.currentCategory,categories:this.state.categories}):null,l.default.createElement(r.default,{categories:this.state.categories,currentCategory:this.props.currentCategory,isMulti:this.props.isMulti,icons:this.props.icons,search:this.props.search,value:this.props.value,currentSearch:this.props.currentSearch,handleChangeValue:this.props.handleChangeValue,currentPage:this.props.currentPage,iconsPerPage:this.props.iconsPerPage,handleChangePage:this.props.handleChangePage,renderIcon:this.props.renderIcon,noIconPlaceholder:this.props.noIconPlaceholder}))}}]),t}();Object.defineProperty(g,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{isMulti:i.default.bool.isRequired,value:i.default.oneOfType([i.default.number,i.default.string,i.default.arrayOf(i.default.any)]).isRequired,currentCategory:i.default.number.isRequired,currentPage:i.default.number.isRequired,currentSearch:i.default.string.isRequired,icons:i.default.oneOfType([i.default.arrayOf(i.default.number),i.default.arrayOf(i.default.string),i.default.objectOf(i.default.oneOfType([i.default.arrayOf(i.default.number),i.default.arrayOf(i.default.string)]))]).isRequired,search:i.default.oneOfType([i.default.object,i.default.arrayOf(i.default.string)]),showCategory:i.default.bool.isRequired,showSearch:i.default.bool.isRequired,iconsPerPage:i.default.number.isRequired,allCatPlaceholder:i.default.string.isRequired,searchPlaceholder:i.default.string.isRequired,noIconPlaceholder:i.default.string.isRequired,renderIcon:i.default.func.isRequired,handleChangeValue:i.default.func.isRequired,handleChangeCategory:i.default.func.isRequired,handleChangePage:i.default.func.isRequired,handleChangeSearch:i.default.func.isRequired}}),Object.defineProperty(g,"defaultProps",{configurable:!0,enumerable:!0,writable:!0,value:{search:null}});var m=g;t.default=m},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var l=n(a(1)),i=n(a(0)),o=n(a(3));function n(e){return e&&e.__esModule?e:{default:e}}function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function s(){return(s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var l in a)Object.prototype.hasOwnProperty.call(a,l)&&(e[l]=a[l])}return e}).apply(this,arguments)}function u(e,t){return!t||"object"!==r(t)&&"function"!=typeof t?c(e):t}function c(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var b=function(e){function t(){var e,a,i;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);for(var o=arguments.length,n=new Array(o),r=0;r<o;r++)n[r]=arguments[r];return u(i,(a=i=u(this,(e=t.__proto__||Object.getPrototypeOf(t)).call.apply(e,[this].concat(n))),Object.defineProperty(c(i),"handleClick",{configurable:!0,enumerable:!0,writable:!0,value:function(){i.props.onClick()}}),Object.defineProperty(c(i),"handleKeyDown",{configurable:!0,enumerable:!0,writable:!0,value:function(e){32!==e.keyCode&&13!==e.keyCode||i.props.onClick()}}),Object.defineProperty(c(i),"handleDelete",{configurable:!0,enumerable:!0,writable:!0,value:function(e,t){e.stopPropagation(),i.props.handleDeleteValue(t)}}),Object.defineProperty(c(i),"handleDeleteKeyboard",{configurable:!0,enumerable:!0,writable:!0,value:function(e,t){32!==e.keyCode&&13!==e.keyCode||i.props.handleDeleteValue(t)}}),Object.defineProperty(c(i),"renderEmptyIcon",{configurable:!0,enumerable:!0,writable:!0,value:function(){return l.default.createElement("span",{className:"rfipbtn__icon--empty"},i.props.noSelectedPlaceholder)}}),a))}var a;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,l.default.PureComponent),(a=[{key:"renderIcon",value:function(e){var t=this;return""===e||null==e?this.renderEmptyIcon():l.default.createElement("span",{className:"rfipbtn__icon",key:e},l.default.createElement("span",{className:"rfipbtn__elm"},this.props.renderIcon(e)),l.default.createElement("span",{className:"rfipbtn__del",onClick:function(a){return t.handleDelete(a,e)},onKeyDown:function(a){return t.handleDeleteKeyboard(a,e)},tabIndex:0,role:"button"},"×"))}},{key:"renderCurrentIcons",value:function(){var e=this;return this.props.isMulti?this.props.value.length?this.props.value.map((function(t){return e.renderIcon(t)})):this.renderEmptyIcon():this.renderIcon(this.props.value)}},{key:"render",value:function(){var e={onClick:this.handleClick,onKeyDown:this.handleKeyDown,onFocus:this.handleFocus,onBlur:this.handleBlur,tabIndex:0},t=(0,o.default)("rfipbtn__button","rfipbtn__button--".concat(this.props.isOpen?"open":"close")),a=(0,o.default)(this.props.className);return l.default.createElement("div",s({className:a,ref:this.props.domRef},e),l.default.createElement("div",{className:"rfipbtn__current"},this.renderCurrentIcons()),l.default.createElement("div",{className:t},l.default.createElement("i",{className:"fipicon-angle-down",role:"presentation","aria-label":"Open"})))}}])&&function(e,t){for(var a=0;a<t.length;a++){var l=t[a];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(e,l.key,l)}}(t.prototype,a),t}();Object.defineProperty(b,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{className:i.default.string.isRequired,isOpen:i.default.bool.isRequired,onClick:i.default.func.isRequired,domRef:i.default.object.isRequired,isMulti:i.default.bool.isRequired,value:i.default.oneOfType([i.default.number,i.default.string,i.default.arrayOf(i.default.oneOfType([i.default.number,i.default.string]))]).isRequired,renderIcon:i.default.func.isRequired,handleDeleteValue:i.default.func.isRequired,noSelectedPlaceholder:i.default.string.isRequired}});var d=b;t.default=d},function(e,t){e.exports=r},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var l=b(a(1)),i=b(a(0)),o=b(a(3)),n=a(13),r=b(a(12)),s=b(a(11)),u=b(a(7)),c=a(2);function b(e){return e&&e.__esModule?e:{default:e}}function d(e){return(d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function p(e){return function(e){if(Array.isArray(e)){for(var t=0,a=new Array(e.length);t<e.length;t++)a[t]=e[t];return a}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function g(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}function m(e,t){for(var a=0;a<t.length;a++){var l=t[a];l.enumerable=l.enumerable||!1,l.configurable=!0,"value"in l&&(l.writable=!0),Object.defineProperty(e,l.key,l)}}function y(e,t,a){return t&&m(e.prototype,t),a&&m(e,a),e}function f(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var h=[],v=function(e){function t(e){var a,i;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),i=(t.__proto__||Object.getPrototypeOf(t)).call(this,e),a=!i||"object"!==d(i)&&"function"!=typeof i?f(this):i,Object.defineProperty(f(a),"handleOuterClick",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.target;a.isClickWithin(t)||a.closeDropdown()}}),Object.defineProperty(f(a),"handleEscapeKeyboard",{configurable:!0,enumerable:!0,writable:!0,value:function(e){27===e.keyCode&&a.closeDropdown()}}),Object.defineProperty(f(a),"isClickWithin",{configurable:!0,enumerable:!0,writable:!0,value:function(e){return a.fipButtonRef.current.contains(e)||a.fipDropDownRef.current&&a.fipDropDownRef.current.contains(e)}}),Object.defineProperty(f(a),"handleToggle",{configurable:!0,enumerable:!0,writable:!0,value:function(){a.setState((function(e){return a.handleDropDown(!e.isOpen,!1)}))}}),Object.defineProperty(f(a),"closeDropdown",{configurable:!0,enumerable:!0,writable:!0,value:function(){a.handleDropDown(!1)}}),Object.defineProperty(f(a),"handleDropDown",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var l=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i={isOpen:e};return i.elemClass=t.getDerivedClassName("rfip",a.props.theme,a.props.isMulti,e),i.btnClass=t.getDerivedClassName("rfipbtn",a.props.theme,a.props.isMulti,e),i.ddClass=t.getDerivedClassName("rfipdropdown",a.props.theme,a.props.isMulti,e),l&&a.setState(i),i}}),Object.defineProperty(f(a),"handleChangeValue",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t;a.props.isMulti?(t=p(a.state.value)).includes(e)?(t=t.filter((function(t){return t!==e}))).length||(t=h):t.push(e):t=e===a.state.value?"":e,a.setState({value:t,isOpen:!a.props.closeOnSelect}),a.props.onChange(t)}}),Object.defineProperty(f(a),"handleDeleteValue",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var l;l=a.props.isMulti?a.state.value.filter((function(t){return t!==e})):t.getDerivedValue(l,a.props.isMulti),a.setState({value:l}),a.props.onChange(l)}}),Object.defineProperty(f(a),"handleChangePage",{configurable:!0,enumerable:!0,writable:!0,value:function(e){a.setState({currentPage:e})}}),Object.defineProperty(f(a),"handleChangeCategory",{configurable:!0,enumerable:!0,writable:!0,value:function(e){a.setState({currentCategory:e,currentPage:0})}}),Object.defineProperty(f(a),"handleChangeSearch",{configurable:!0,enumerable:!0,writable:!0,value:function(e){a.setState({currentSearch:e,currentPage:0})}}),Object.defineProperty(f(a),"resetPortalStyle",{configurable:!0,enumerable:!0,writable:!0,value:function(e){["maxHeight","paddingTop","paddingBottom"].forEach((function(t){e.style[t]=null}))}}),Object.defineProperty(f(a),"handlePortalEnter",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];a.resetPortalStyle(t);var l=getComputedStyle(t);a.fipPortalComputedStyle={height:l.height,paddingTop:l.paddingTop,paddingBottom:l.paddingBottom},["maxHeight","paddingTop","paddingBottom"].forEach((function(e){t.style[e]="0px"}))}}),Object.defineProperty(f(a),"handlePortalEntering",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];t.style.maxHeight=a.fipPortalComputedStyle.height,t.style.paddingTop=a.fipPortalComputedStyle.paddingTop,t.style.paddingBottom=a.fipPortalComputedStyle.paddingBottom}}),Object.defineProperty(f(a),"handlePortalEntered",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];a.resetPortalStyle(t),a.props.showSearch&&void 0===window.orientation&&-1===navigator.userAgent.indexOf("IEMobile")&&t.querySelector(".rfipsearch__input").focus()}}),Object.defineProperty(f(a),"handlePortalExit",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];a.resetPortalStyle(t);var l=getComputedStyle(t).height;t.style.maxHeight=l}}),Object.defineProperty(f(a),"handlePortalExiting",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];t.style.maxHeight="0px",t.style.paddingTop="0px",t.style.paddingBottom="0px"}}),Object.defineProperty(f(a),"renderIcon",{configurable:!0,enumerable:!0,writable:!0,value:function(e){if("function"==typeof a.props.renderFunc)return a.props.renderFunc(e);if("class"===a.props.renderUsing)return l.default.createElement("i",{className:e});var t=g({},a.props.renderUsing,a.props.convertHex?(0,c.convertToHex)(e):e);return l.default.createElement("i",t)}}),a.fipButtonRef=l.default.createRef(),a.fipDropDownRef=l.default.createRef(),a.state={currentCategory:0,currentPage:0,isOpen:!1,currentSearch:""},a.fipPortalComputedStyle=null,a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,l.default.PureComponent),y(t,null,[{key:"getDerivedStateFromProps",value:function(e,a){var l={};return l.elemClass=t.getDerivedClassName("rfip",e.theme,e.isMulti,a.isOpen),l.btnClass=t.getDerivedClassName("rfipbtn",e.theme,e.isMulti,a.isOpen),l.ddClass=t.getDerivedClassName("rfipdropdown",e.theme,e.isMulti,a.isOpen),l.value=t.getDerivedValue(e.value,e.isMulti),e.showCategory||(l.currentCategory=0,l.currentPage=0),e.showSearch||(l.currentSearch="",l.currentPage=0),l}},{key:"getDerivedClassName",value:function(e,t,a,l){return(0,o.default)(e,"".concat(e,"--").concat(t),g({},"".concat(e,"--multi"),a),"".concat(e,"--").concat(l?"open":"close"))}},{key:"getDerivedValue",value:function(e,t){var a=e;return t?a=Array.isArray(e)?p(e):h:"number"!=typeof e&&"string"!=typeof e&&(a=""),a}}]),y(t,[{key:"componentDidMount",value:function(){var e=this;["click"].forEach((function(t){document.addEventListener(t,e.handleOuterClick,!1)})),document.addEventListener("keydown",this.handleEscapeKeyboard,!1),this.props.onChange(this.state.value)}},{key:"componentWillUnmount",value:function(){var e=this;["click"].forEach((function(t){document.removeEventListener(t,e.handleOuterClick,!1)})),document.removeEventListener("keydown",this.handleEscapeKeyboard,!1)}},{key:"render",value:function(){var e={currentCategory:this.state.currentCategory,currentPage:this.state.currentPage,currentSearch:this.state.currentSearch,value:this.state.value,isMulti:this.props.isMulti,icons:this.props.icons,search:this.props.search,showCategory:this.props.showCategory,showSearch:this.props.showSearch,iconsPerPage:this.props.iconsPerPage,allCatPlaceholder:this.props.allCatPlaceholder,searchPlaceholder:this.props.searchPlaceholder,noIconPlaceholder:this.props.noIconPlaceholder,renderIcon:this.renderIcon,handleChangeValue:this.handleChangeValue,handleChangeCategory:this.handleChangeCategory,handleChangePage:this.handleChangePage,handleChangeSearch:this.handleChangeSearch};return l.default.createElement("div",{className:this.state.elemClass,ref:this.fipRef},l.default.createElement(r.default,{className:this.state.btnClass,isOpen:this.state.isOpen,onClick:this.handleToggle,domRef:this.fipButtonRef,isMulti:this.props.isMulti,value:this.state.value,renderIcon:this.renderIcon,handleDeleteValue:this.handleDeleteValue,noSelectedPlaceholder:this.props.noSelectedPlaceholder}),l.default.createElement(n.CSSTransition,{classNames:"fipappear",timeout:300,in:this.state.isOpen,unmountOnExit:!0,onEnter:this.handlePortalEnter,onEntering:this.handlePortalEntering,onEntered:this.handlePortalEntered,onExit:this.handlePortalExit,onExiting:this.handlePortalExiting},l.default.createElement(u.default,{appendRoot:this.props.appendTo,domRef:this.fipDropDownRef,btnRef:this.fipButtonRef,className:this.state.ddClass},l.default.createElement(s.default,e))))}}]),t}();Object.defineProperty(v,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{icons:i.default.oneOfType([i.default.arrayOf(i.default.string),i.default.arrayOf(i.default.number),i.default.objectOf(i.default.oneOfType([i.default.arrayOf(i.default.number),i.default.arrayOf(i.default.string)]))]).isRequired,search:i.default.oneOfType([i.default.objectOf(i.default.arrayOf(i.default.string)),i.default.arrayOf(i.default.string)]),iconsPerPage:i.default.number,theme:i.default.string,onChange:i.default.func.isRequired,showCategory:i.default.bool,showSearch:i.default.bool,value:i.default.oneOfType([i.default.arrayOf(i.default.string),i.default.arrayOf(i.default.number),i.default.number,i.default.string]),isMulti:i.default.bool,renderUsing:i.default.string,convertHex:i.default.bool,renderFunc:i.default.func,appendTo:i.default.oneOfType([i.default.bool,i.default.string]),allCatPlaceholder:i.default.string,searchPlaceholder:i.default.string,noIconPlaceholder:i.default.string,noSelectedPlaceholder:i.default.string,closeOnSelect:i.default.bool}}),Object.defineProperty(v,"defaultProps",{configurable:!0,enumerable:!0,writable:!0,value:{search:null,iconsPerPage:20,theme:"default",showCategory:!0,showSearch:!0,value:null,isMulti:!1,renderUsing:"class",convertHex:!0,renderFunc:null,appendTo:!1,allCatPlaceholder:"Show from all",searchPlaceholder:"Search Icons",noIconPlaceholder:"No icons found",noSelectedPlaceholder:"Select icon",closeOnSelect:!1}}),Object.defineProperty(v,"displayName",{configurable:!0,enumerable:!0,writable:!0,value:"FontIconPicker"});var _=v;t.default=_},function(e,t,a){"use strict";var l;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=((l=a(14))&&l.__esModule?l:{default:l}).default;t.default=i}]).default)},function(module,__webpack_exports__,__webpack_require__){"use strict";(function(global){__webpack_require__.d(__webpack_exports__,"a",(function(){return Player}));var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),extendStatics=function(e,t){return(extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a])})(e,t)};function __extends(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function a(){this.constructor=e}extendStatics(e,t),e.prototype=null===t?Object.create(t):(a.prototype=t.prototype,new a)}var __assign=function(){return(__assign=Object.assign||function(e){for(var t,a=1,l=arguments.length;a<l;a++)for(var i in t=arguments[a])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e}).apply(this,arguments)};function __rest(e,t){var a={};for(var l in e)Object.prototype.hasOwnProperty.call(e,l)&&t.indexOf(l)<0&&(a[l]=e[l]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(l=Object.getOwnPropertySymbols(e);i<l.length;i++)t.indexOf(l[i])<0&&Object.prototype.propertyIsEnumerable.call(e,l[i])&&(a[l[i]]=e[l[i]])}return a}function __decorate(e,t,a,l){var i,o=arguments.length,n=o<3?t:null===l?l=Object.getOwnPropertyDescriptor(t,a):l;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,a,l);else for(var r=e.length-1;r>=0;r--)(i=e[r])&&(n=(o<3?i(n):o>3?i(t,a,n):i(t,a))||n);return o>3&&n&&Object.defineProperty(t,a,n),n}function __param(e,t){return function(a,l){t(a,l,e)}}function __metadata(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,a,l){return new(a||(a=Promise))((function(i,o){function n(e){try{s(l.next(e))}catch(e){o(e)}}function r(e){try{s(l.throw(e))}catch(e){o(e)}}function s(e){var t;e.done?i(e.value):(t=e.value,t instanceof a?t:new a((function(e){e(t)}))).then(n,r)}s((l=l.apply(e,t||[])).next())}))}function __generator(e,t){var a,l,i,o,n={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:r(0),throw:r(1),return:r(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function r(o){return function(r){return function(o){if(a)throw new TypeError("Generator is already executing.");for(;n;)try{if(a=1,l&&(i=2&o[0]?l.return:o[0]?l.throw||((i=l.return)&&i.call(l),0):l.next)&&!(i=i.call(l,o[1])).done)return i;switch(l=0,i&&(o=[2&o[0],i.value]),o[0]){case 0:case 1:i=o;break;case 4:return n.label++,{value:o[1],done:!1};case 5:n.label++,l=o[1],o=[0];continue;case 7:o=n.ops.pop(),n.trys.pop();continue;default:if(!((i=(i=n.trys).length>0&&i[i.length-1])||6!==o[0]&&2!==o[0])){n=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]<i[3])){n.label=o[1];break}if(6===o[0]&&n.label<i[1]){n.label=i[1],i=o;break}if(i&&n.label<i[2]){n.label=i[2],n.ops.push(o);break}i[2]&&n.ops.pop(),n.trys.pop();continue}o=t.call(e,n)}catch(e){o=[6,e],l=0}finally{a=i=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,r])}}}var __createBinding=Object.create?function(e,t,a,l){void 0===l&&(l=a),Object.defineProperty(e,l,{enumerable:!0,get:function(){return t[a]}})}:function(e,t,a,l){void 0===l&&(l=a),e[l]=t[a]};function __exportStar(e,t){for(var a in e)"default"===a||Object.prototype.hasOwnProperty.call(t,a)||__createBinding(t,e,a)}function __values(e){var t="function"==typeof Symbol&&Symbol.iterator,a=t&&e[t],l=0;if(a)return a.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&l>=e.length&&(e=void 0),{value:e&&e[l++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function __read(e,t){var a="function"==typeof Symbol&&e[Symbol.iterator];if(!a)return e;var l,i,o=a.call(e),n=[];try{for(;(void 0===t||t-- >0)&&!(l=o.next()).done;)n.push(l.value)}catch(e){i={error:e}}finally{try{l&&!l.done&&(a=o.return)&&a.call(o)}finally{if(i)throw i.error}}return n}function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}function __spreadArrays(){for(var e=0,t=0,a=arguments.length;t<a;t++)e+=arguments[t].length;var l=Array(e),i=0;for(t=0;t<a;t++)for(var o=arguments[t],n=0,r=o.length;n<r;n++,i++)l[i]=o[n];return l}function __spreadArray(e,t){for(var a=0,l=t.length,i=e.length;a<l;a++,i++)e[i]=t[a];return e}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,a){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var l,i=a.apply(e,t||[]),o=[];return l={},n("next"),n("throw"),n("return"),l[Symbol.asyncIterator]=function(){return this},l;function n(e){i[e]&&(l[e]=function(t){return new Promise((function(a,l){o.push([e,t,a,l])>1||r(e,t)}))})}function r(e,t){try{(a=i[e](t)).value instanceof __await?Promise.resolve(a.value.v).then(s,u):c(o[0][2],a)}catch(e){c(o[0][3],e)}var a}function s(e){r("next",e)}function u(e){r("throw",e)}function c(e,t){e(t),o.shift(),o.length&&r(o[0][0],o[0][1])}}function __asyncDelegator(e){var t,a;return t={},l("next"),l("throw",(function(e){throw e})),l("return"),t[Symbol.iterator]=function(){return this},t;function l(l,i){t[l]=e[l]?function(t){return(a=!a)?{value:__await(e[l](t)),done:"return"===l}:i?i(t):t}:i}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,a=e[Symbol.asyncIterator];return a?a.call(e):(e="function"==typeof __values?__values(e):e[Symbol.iterator](),t={},l("next"),l("throw"),l("return"),t[Symbol.asyncIterator]=function(){return this},t);function l(a){t[a]=e[a]&&function(t){return new Promise((function(l,i){!function(e,t,a,l){Promise.resolve(l).then((function(t){e({value:t,done:a})}),t)}(l,i,(t=e[a](t)).done,t.value)}))}}}function __makeTemplateObject(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var __setModuleDefault=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};function __importStar(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var a in e)"default"!==a&&Object.prototype.hasOwnProperty.call(e,a)&&__createBinding(t,e,a);return __setModuleDefault(t,e),t}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,a,l){if("a"===a&&!l)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!l:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===a?l:"a"===a?l.call(e):l?l.value:t.get(e)}function __classPrivateFieldSet(e,t,a,l,i){if("m"===l)throw new TypeError("Private method is not writable");if("a"===l&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===l?i.call(e,a):i?i.value=a:t.set(e,a),a}var commonjsGlobal="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==global?global:"undefined"!=typeof self?self:{};function unwrapExports(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function createCommonjsModule(e,t){return e(t={exports:{}},t.exports),t.exports}function getCjsExportFromNamespace(e){return e&&e.default||e}function commonjsRequire(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}var lottie=createCommonjsModule((function(module){"undefined"!=typeof navigator&&function(e,t){module.exports?module.exports=t(e):(e.lottie=t(e),e.bodymovin=e.lottie)}(window||{},(function(window){var svgNS="http://www.w3.org/2000/svg",locationHref="",initialDefaultFrame=-999999,subframeEnabled=!0,expressionsPlugin,isSafari=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),cachedColors={},bmRnd,bmPow=Math.pow,bmSqrt=Math.sqrt,bmFloor=Math.floor,bmMax=Math.max,bmMin=Math.min,BMMath={};function ProjectInterface(){return{}}!function(){var e,t=["abs","acos","acosh","asin","asinh","atan","atanh","atan2","ceil","cbrt","expm1","clz32","cos","cosh","exp","floor","fround","hypot","imul","log","log1p","log2","log10","max","min","pow","random","round","sign","sin","sinh","sqrt","tan","tanh","trunc","E","LN10","LN2","LOG10E","LOG2E","PI","SQRT1_2","SQRT2"],a=t.length;for(e=0;e<a;e+=1)BMMath[t[e]]=Math[t[e]]}(),BMMath.random=Math.random,BMMath.abs=function(e){if("object"==typeof e&&e.length){var t,a=createSizedArray(e.length),l=e.length;for(t=0;t<l;t+=1)a[t]=Math.abs(e[t]);return a}return Math.abs(e)};var defaultCurveSegments=150,degToRads=Math.PI/180,roundCorner=.5519;function roundValues(e){bmRnd=e?Math.round:function(e){return e}}function styleDiv(e){e.style.position="absolute",e.style.top=0,e.style.left=0,e.style.display="block",e.style.transformOrigin="0 0",e.style.webkitTransformOrigin="0 0",e.style.backfaceVisibility="visible",e.style.webkitBackfaceVisibility="visible",e.style.transformStyle="preserve-3d",e.style.webkitTransformStyle="preserve-3d",e.style.mozTransformStyle="preserve-3d"}function BMEnterFrameEvent(e,t,a,l){this.type=e,this.currentTime=t,this.totalTime=a,this.direction=l<0?-1:1}function BMCompleteEvent(e,t){this.type=e,this.direction=t<0?-1:1}function BMCompleteLoopEvent(e,t,a,l){this.type=e,this.currentLoop=a,this.totalLoops=t,this.direction=l<0?-1:1}function BMSegmentStartEvent(e,t,a){this.type=e,this.firstFrame=t,this.totalFrames=a}function BMDestroyEvent(e,t){this.type=e,this.target=t}function BMRenderFrameErrorEvent(e,t){this.type="renderFrameError",this.nativeError=e,this.currentTime=t}function BMConfigErrorEvent(e){this.type="configError",this.nativeError=e}function BMAnimationConfigErrorEvent(e,t){this.type=e,this.nativeError=t}roundValues(!1);var createElementID=(_count=0,function(){return"__lottie_element_"+(_count+=1)}),_count;function HSVtoRGB(e,t,a){var l,i,o,n,r,s,u,c;switch(s=a*(1-t),u=a*(1-(r=6*e-(n=Math.floor(6*e)))*t),c=a*(1-(1-r)*t),n%6){case 0:l=a,i=c,o=s;break;case 1:l=u,i=a,o=s;break;case 2:l=s,i=a,o=c;break;case 3:l=s,i=u,o=a;break;case 4:l=c,i=s,o=a;break;case 5:l=a,i=s,o=u}return[l,i,o]}function RGBtoHSV(e,t,a){var l,i=Math.max(e,t,a),o=Math.min(e,t,a),n=i-o,r=0===i?0:n/i,s=i/255;switch(i){case o:l=0;break;case e:l=t-a+n*(t<a?6:0),l/=6*n;break;case t:l=a-e+2*n,l/=6*n;break;case a:l=e-t+4*n,l/=6*n}return[l,r,s]}function addSaturationToRGB(e,t){var a=RGBtoHSV(255*e[0],255*e[1],255*e[2]);return a[1]+=t,a[1]>1?a[1]=1:a[1]<=0&&(a[1]=0),HSVtoRGB(a[0],a[1],a[2])}function addBrightnessToRGB(e,t){var a=RGBtoHSV(255*e[0],255*e[1],255*e[2]);return a[2]+=t,a[2]>1?a[2]=1:a[2]<0&&(a[2]=0),HSVtoRGB(a[0],a[1],a[2])}function addHueToRGB(e,t){var a=RGBtoHSV(255*e[0],255*e[1],255*e[2]);return a[0]+=t/360,a[0]>1?a[0]-=1:a[0]<0&&(a[0]+=1),HSVtoRGB(a[0],a[1],a[2])}var rgbToHex=function(){var e,t,a=[];for(e=0;e<256;e+=1)t=e.toString(16),a[e]=1===t.length?"0"+t:t;return function(e,t,l){return e<0&&(e=0),t<0&&(t=0),l<0&&(l=0),"#"+a[e]+a[t]+a[l]}}();function BaseEvent(){}BaseEvent.prototype={triggerEvent:function(e,t){if(this._cbs[e])for(var a=this._cbs[e].length,l=0;l<a;l+=1)this._cbs[e][l](t)},addEventListener:function(e,t){return this._cbs[e]||(this._cbs[e]=[]),this._cbs[e].push(t),function(){this.removeEventListener(e,t)}.bind(this)},removeEventListener:function(e,t){if(t){if(this._cbs[e]){for(var a=0,l=this._cbs[e].length;a<l;)this._cbs[e][a]===t&&(this._cbs[e].splice(a,1),a-=1,l-=1),a+=1;this._cbs[e].length||(this._cbs[e]=null)}}else this._cbs[e]=null}};var createTypedArray=function(){function e(e,t){var a,l=0,i=[];switch(e){case"int16":case"uint8c":a=1;break;default:a=1.1}for(l=0;l<t;l+=1)i.push(a);return i}return"function"==typeof Uint8ClampedArray&&"function"==typeof Float32Array?function(t,a){return"float32"===t?new Float32Array(a):"int16"===t?new Int16Array(a):"uint8c"===t?new Uint8ClampedArray(a):e(t,a)}:e}();function createSizedArray(e){return Array.apply(null,{length:e})}function createNS(e){return document.createElementNS(svgNS,e)}function createTag(e){return document.createElement(e)}function DynamicPropertyContainer(){}DynamicPropertyContainer.prototype={addDynamicProperty:function(e){-1===this.dynamicProperties.indexOf(e)&&(this.dynamicProperties.push(e),this.container.addDynamicProperty(this),this._isAnimated=!0)},iterateDynamicProperties:function(){var e;this._mdf=!1;var t=this.dynamicProperties.length;for(e=0;e<t;e+=1)this.dynamicProperties[e].getValue(),this.dynamicProperties[e]._mdf&&(this._mdf=!0)},initDynamicPropertyContainer:function(e){this.container=e,this.dynamicProperties=[],this._mdf=!1,this._isAnimated=!1}};var getBlendMode=(blendModeEnums={0:"source-over",1:"multiply",2:"screen",3:"overlay",4:"darken",5:"lighten",6:"color-dodge",7:"color-burn",8:"hard-light",9:"soft-light",10:"difference",11:"exclusion",12:"hue",13:"saturation",14:"color",15:"luminosity"},function(e){return blendModeEnums[e]||""}),blendModeEnums,Matrix=function(){var e=Math.cos,t=Math.sin,a=Math.tan,l=Math.round;function i(){return this.props[0]=1,this.props[1]=0,this.props[2]=0,this.props[3]=0,this.props[4]=0,this.props[5]=1,this.props[6]=0,this.props[7]=0,this.props[8]=0,this.props[9]=0,this.props[10]=1,this.props[11]=0,this.props[12]=0,this.props[13]=0,this.props[14]=0,this.props[15]=1,this}function o(a){if(0===a)return this;var l=e(a),i=t(a);return this._t(l,-i,0,0,i,l,0,0,0,0,1,0,0,0,0,1)}function n(a){if(0===a)return this;var l=e(a),i=t(a);return this._t(1,0,0,0,0,l,-i,0,0,i,l,0,0,0,0,1)}function r(a){if(0===a)return this;var l=e(a),i=t(a);return this._t(l,0,i,0,0,1,0,0,-i,0,l,0,0,0,0,1)}function s(a){if(0===a)return this;var l=e(a),i=t(a);return this._t(l,-i,0,0,i,l,0,0,0,0,1,0,0,0,0,1)}function u(e,t){return this._t(1,t,e,1,0,0)}function c(e,t){return this.shear(a(e),a(t))}function b(l,i){var o=e(i),n=t(i);return this._t(o,n,0,0,-n,o,0,0,0,0,1,0,0,0,0,1)._t(1,0,0,0,a(l),1,0,0,0,0,1,0,0,0,0,1)._t(o,-n,0,0,n,o,0,0,0,0,1,0,0,0,0,1)}function d(e,t,a){return a||0===a||(a=1),1===e&&1===t&&1===a?this:this._t(e,0,0,0,0,t,0,0,0,0,a,0,0,0,0,1)}function p(e,t,a,l,i,o,n,r,s,u,c,b,d,p,g,m){return this.props[0]=e,this.props[1]=t,this.props[2]=a,this.props[3]=l,this.props[4]=i,this.props[5]=o,this.props[6]=n,this.props[7]=r,this.props[8]=s,this.props[9]=u,this.props[10]=c,this.props[11]=b,this.props[12]=d,this.props[13]=p,this.props[14]=g,this.props[15]=m,this}function g(e,t,a){return a=a||0,0!==e||0!==t||0!==a?this._t(1,0,0,0,0,1,0,0,0,0,1,0,e,t,a,1):this}function m(e,t,a,l,i,o,n,r,s,u,c,b,d,p,g,m){var y=this.props;if(1===e&&0===t&&0===a&&0===l&&0===i&&1===o&&0===n&&0===r&&0===s&&0===u&&1===c&&0===b)return y[12]=y[12]*e+y[15]*d,y[13]=y[13]*o+y[15]*p,y[14]=y[14]*c+y[15]*g,y[15]*=m,this._identityCalculated=!1,this;var f=y[0],h=y[1],v=y[2],_=y[3],C=y[4],T=y[5],w=y[6],k=y[7],P=y[8],x=y[9],S=y[10],M=y[11],A=y[12],E=y[13],B=y[14],O=y[15];return y[0]=f*e+h*i+v*s+_*d,y[1]=f*t+h*o+v*u+_*p,y[2]=f*a+h*n+v*c+_*g,y[3]=f*l+h*r+v*b+_*m,y[4]=C*e+T*i+w*s+k*d,y[5]=C*t+T*o+w*u+k*p,y[6]=C*a+T*n+w*c+k*g,y[7]=C*l+T*r+w*b+k*m,y[8]=P*e+x*i+S*s+M*d,y[9]=P*t+x*o+S*u+M*p,y[10]=P*a+x*n+S*c+M*g,y[11]=P*l+x*r+S*b+M*m,y[12]=A*e+E*i+B*s+O*d,y[13]=A*t+E*o+B*u+O*p,y[14]=A*a+E*n+B*c+O*g,y[15]=A*l+E*r+B*b+O*m,this._identityCalculated=!1,this}function y(){return this._identityCalculated||(this._identity=!(1!==this.props[0]||0!==this.props[1]||0!==this.props[2]||0!==this.props[3]||0!==this.props[4]||1!==this.props[5]||0!==this.props[6]||0!==this.props[7]||0!==this.props[8]||0!==this.props[9]||1!==this.props[10]||0!==this.props[11]||0!==this.props[12]||0!==this.props[13]||0!==this.props[14]||1!==this.props[15]),this._identityCalculated=!0),this._identity}function f(e){for(var t=0;t<16;){if(e.props[t]!==this.props[t])return!1;t+=1}return!0}function h(e){var t;for(t=0;t<16;t+=1)e.props[t]=this.props[t];return e}function v(e){var t;for(t=0;t<16;t+=1)this.props[t]=e[t]}function _(e,t,a){return{x:e*this.props[0]+t*this.props[4]+a*this.props[8]+this.props[12],y:e*this.props[1]+t*this.props[5]+a*this.props[9]+this.props[13],z:e*this.props[2]+t*this.props[6]+a*this.props[10]+this.props[14]}}function C(e,t,a){return e*this.props[0]+t*this.props[4]+a*this.props[8]+this.props[12]}function T(e,t,a){return e*this.props[1]+t*this.props[5]+a*this.props[9]+this.props[13]}function w(e,t,a){return e*this.props[2]+t*this.props[6]+a*this.props[10]+this.props[14]}function k(){var e=this.props[0]*this.props[5]-this.props[1]*this.props[4],t=this.props[5]/e,a=-this.props[1]/e,l=-this.props[4]/e,i=this.props[0]/e,o=(this.props[4]*this.props[13]-this.props[5]*this.props[12])/e,n=-(this.props[0]*this.props[13]-this.props[1]*this.props[12])/e,r=new Matrix;return r.props[0]=t,r.props[1]=a,r.props[4]=l,r.props[5]=i,r.props[12]=o,r.props[13]=n,r}function P(e){return this.getInverseMatrix().applyToPointArray(e[0],e[1],e[2]||0)}function x(e){var t,a=e.length,l=[];for(t=0;t<a;t+=1)l[t]=P(e[t]);return l}function S(e,t,a){var l=createTypedArray("float32",6);if(this.isIdentity())l[0]=e[0],l[1]=e[1],l[2]=t[0],l[3]=t[1],l[4]=a[0],l[5]=a[1];else{var i=this.props[0],o=this.props[1],n=this.props[4],r=this.props[5],s=this.props[12],u=this.props[13];l[0]=e[0]*i+e[1]*n+s,l[1]=e[0]*o+e[1]*r+u,l[2]=t[0]*i+t[1]*n+s,l[3]=t[0]*o+t[1]*r+u,l[4]=a[0